/* 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;
}

/* 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;
}

/* 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 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;
}

.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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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: 20px;
}

/*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 10px 4px 10px;
}

.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;
}

/* 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}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:1px solid #bbb}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.execution-defects-row:first-child td,div.execution-defects-container table.step-defects-table tbody.execution-defects:first-child tr.execution-defects-row:first-child td,div.execution-defects-container table.execution-defects-table tbody.step-defects:first-child tr.execution-defects-row:first-child td,div.execution-defects-container table.step-defects-table tbody.step-defects:first-child tr.execution-defects-row:first-child td,div.execution-defects-container table.execution-defects-table tbody.execution-defects:first-child tr.step-defects-row:first-child td,div.execution-defects-container table.step-defects-table tbody.execution-defects:first-child tr.step-defects-row:first-child td,div.execution-defects-container table.execution-defects-table tbody.step-defects:first-child tr.step-defects-row:first-child td,div.execution-defects-container table.step-defects-table tbody.step-defects:first-child tr.step-defects-row:first-child td{border-top:1px solid #bbb}div.execution-defects-container table.execution-defects-table tbody.execution-defects:first-child tr.execution-defects-row:first-child td:first-child,div.execution-defects-container table.step-defects-table tbody.execution-defects:first-child tr.execution-defects-row:first-child td:first-child,div.execution-defects-container table.execution-defects-table tbody.step-defects:first-child tr.execution-defects-row:first-child td:first-child,div.execution-defects-container table.step-defects-table tbody.step-defects:first-child tr.execution-defects-row:first-child td:first-child,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.execution-defects-row:first-child td:last-child,div.execution-defects-container table.step-defects-table tbody.execution-defects:first-child tr.execution-defects-row:first-child td:last-child,div.execution-defects-container table.execution-defects-table tbody.step-defects:first-child tr.execution-defects-row:first-child td:last-child,div.execution-defects-container table.step-defects-table tbody.step-defects:first-child tr.execution-defects-row:first-child td:last-child,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.execution-defects-row:first-child td:first-child,div.execution-defects-container table.step-defects-table tbody.execution-defects:last-child tr.execution-defects-row:first-child td:first-child,div.execution-defects-container table.execution-defects-table tbody.step-defects:last-child tr.execution-defects-row:first-child td:first-child,div.execution-defects-container table.step-defects-table tbody.step-defects:last-child tr.execution-defects-row:first-child td:first-child,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.execution-defects-row:last-child td:last-child,div.execution-defects-container table.step-defects-table tbody.execution-defects:last-child tr.execution-defects-row:last-child td:last-child,div.execution-defects-container table.execution-defects-table tbody.step-defects:last-child tr.execution-defects-row:last-child td:last-child,div.execution-defects-container table.step-defects-table tbody.step-defects:last-child tr.execution-defects-row:last-child td:last-child,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:first-child td:first-child,div.execution-defects-container table.step-defects-table tr.execution-defects-row:first-child td:first-child,div.execution-defects-container table.execution-defects-table tr.step-defects-row:first-child td:first-child,div.execution-defects-container table.step-defects-table tr.step-defects-row:first-child td:first-child{border-bottom:1px solid #bbb;border-left:1px solid #bbb;border-right:1px solid #bbb}div.execution-defects-container table.execution-defects-table tr.execution-defects-row:last-child td,div.execution-defects-container table.step-defects-table tr.execution-defects-row:last-child td,div.execution-defects-container table.execution-defects-table tr.step-defects-row:last-child td,div.execution-defects-container table.step-defects-table tr.step-defects-row:last-child td{border-bottom:1px solid #bbb}div.execution-defects-container table.execution-defects-table tr.execution-defects-row td:last-child,div.execution-defects-container table.step-defects-table tr.execution-defects-row td:last-child,div.execution-defects-container table.execution-defects-table tr.step-defects-row td:last-child,div.execution-defects-container table.step-defects-table tr.step-defects-row td:last-child{border-right:1px solid #bbb}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:#f5f5f5;color:#666;padding:2px 4px 2px 2px}.calendar{border:1px solid #ccc}.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:#707070}.calendar .nav.active>div:after{color:#fff}.calendar .headrow{background-color:#f5f5f5}.calendar .headrow td{border-top:1px solid #ccc}.calendar .daynames td{background-color:#3b73af;color:#fff}.calendar .daynames td.wn{background-color:#f5f5f5;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:#3b73af;color:#fff}.calendar .combo{background-color:#fff;border:1px solid #ccc;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:#d04437}.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:#f5f5f5;border-top:1px solid #ccc;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:#f5f5f5}.calendar tfoot .footrow{text-align:center}.calendar tfoot .ttip{border-top:1px solid #ccc;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:dialog2', location = 'src/less/dialog2.less' */
.aui-dialog2{box-sizing:border-box;position:relative;left:0;right:0;margin-left:auto;margin-right:auto;visibility:hidden;height:calc(100% - 320px)}.aui-dialog2.aui-layer{position:fixed;overflow:visible;top:169px}.aui-dialog2-small{width:400px;min-height:131px}.aui-dialog2-medium{width:600px;min-height:231px}.aui-dialog2-large{width:800px;min-height:431px}.aui-dialog2-xlarge{width:980px;min-height:431px}.aui-dialog2-small .aui-dialog2-content{min-height:80px}.aui-dialog2-medium .aui-dialog2-content{min-height:180px}.aui-dialog2-xlarge .aui-dialog2-content,.aui-dialog2-large .aui-dialog2-content{min-height:380px}@media all and (max-height:700px){.aui-dialog2-large .aui-dialog2-content,.aui-dialog2-xlarge .aui-dialog2-content{min-height:180px}.aui-dialog2-large,.aui-dialog2-xlarge{min-height:131px;height:calc(100% - 220px)}}@media all and (max-height:500px){.aui-dialog2-medium .aui-dialog2-content,.aui-dialog2-large .aui-dialog2-content,.aui-dialog2-xlarge .aui-dialog2-content{min-height:80px}.aui-dialog2-medium{min-height:131px;height:calc(100% - 220px)}}@media all and (max-width:1000px){.aui-dialog2-xlarge{width:100%;height:calc(100% - 120px)}.aui-dialog2-xlarge.aui-layer{top:69px}.aui-dialog2-xlarge .aui-dialog2-content{height:100%}}@media all and (max-width:820px){.aui-dialog2-large{width:100%;height:calc(100% - 120px)}.aui-dialog2-large.aui-layer{top:69px}.aui-dialog2-large .aui-dialog2-content{height:100%}}@media all and (max-width:620px){.aui-dialog2-medium{width:100%;height:calc(100% - 120px)}.aui-dialog2-medium.aui-layer{top:69px}.aui-dialog2-medium .aui-dialog2-content{height:100%}}@media all and (max-width:420px){.aui-dialog2-small{width:100%;height:calc(100% - 120px)}.aui-dialog2-small.aui-layer{top:69px}.aui-dialog2-small .aui-dialog2-content{height:100%}}.aui-dialog2-header,.aui-dialog2-footer{background:#f5f5f5;visibility:visible}.aui-dialog2.aui-layer[aria-hidden="true"] .aui-dialog2-header,.aui-dialog2.aui-layer[aria-hidden="true"] .aui-dialog2-footer,.aui-dialog2.aui-layer[aria-hidden="true"] .aui-dialog2-content{opacity:0;transition:opacity .2s,visibility .2s;transition-delay:0s;visibility:hidden}.aui-dialog2.aui-layer[aria-hidden="false"] .aui-dialog2-header,.aui-dialog2.aui-layer[aria-hidden="false"] .aui-dialog2-footer,.aui-dialog2.aui-layer[aria-hidden="false"] .aui-dialog2-content{opacity:1;transition:opacity .2s;transition-delay:0s;visibility:visible}.aui-dialog2 .aui-dialog2-content{max-height:100%}.aui-dialog2-content{background-color:#fff;box-sizing:border-box;overflow:auto;padding:20px;visibility:visible}.aui-dialog2-content:last-child{border-radius:0 0 5px 5px}.aui-dialog2 .aui-dialog2-header{margin-top:-69px}.aui-dialog2-header{border-bottom:1px solid #ccc;border-radius:5px 5px 0 0;box-sizing:border-box;color:#333;font-weight:normal;height:69px;padding:0 20px;width:100%;display:table}.aui-dialog2-header-actions{width:100%}.aui-dialog2-header-main,.aui-dialog2-header-actions,.aui-dialog2-header-secondary,.aui-dialog2-header-close{display:table-cell;vertical-align:middle}.aui-dialog2[data-aui-modal="true"] .aui-dialog2-header-close{display:none}.aui-dialog2-footer-hint{color:#707070;line-height:31px}.aui-dialog2-footer-hint,.aui-dialog2-header-main{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-right:10px}.aui-dialog2-header-main{max-width:400px}.aui-dialog2-header-secondary,.aui-dialog2-header-close,.aui-dialog2-footer-actions{text-align:right}.aui-dialog2-footer-actions{float:right}.aui-dialog2-header-close{width:20px;height:20px;padding-left:5px;text-align:right;vertical-align:middle;line-height:100%;cursor:pointer;color:#707070}.aui-iconfont-close-dialog:before{content:"\f11b"}.aui-dialog2-warning .aui-dialog2-header{background-color:#d04437;border-bottom-color:#d04437;color:#fff}.aui-dialog2-warning .aui-dialog2-header .aui-dialog2-header-main,.aui-dialog2-warning .aui-dialog2-header .aui-dialog2-header-actions a,.aui-dialog2-warning .aui-dialog2-header .aui-dialog2-header-secondary a,.aui-dialog2-warning .aui-dialog2-header .aui-dialog2-header-close{color:inherit}.aui-dialog2-header-close .aui-icon{vertical-align:middle}.aui-dialog2-footer{border-top:1px solid #ccc;box-sizing:border-box;height:51px;overflow:hidden;padding:10px 20px;width:100%;border-radius:0 0 5px 5px}.aui-dialog2-footer:empty{height:5px;padding:0}
/* module-key = 'com.atlassian.auiplugin:aui-progress-indicator', location = 'src/less/aui-experimental-progress-indicator.less' */
.aui-progress-indicator{background:#e9e9e9;border-radius:3px;height:5px;overflow:hidden;position:relative;width:100%}.aui-progress-indicator-value{-webkit-animation:progressSlide 1s infinite linear;animation:progressSlide 1s infinite linear;background:transparent;background-size:20px 5px;background-image:linear-gradient(90deg, #ccc 50%, transparent 50%, transparent 100%);border-radius:3px;display:block;height:5px;-webkit-transform:skewX(45deg);transform:skewX(45deg);transition:none;position:absolute;width:100%}@-webkit-keyframes progressSlide{from{background-position:20px}to{background-position:0}}@keyframes progressSlide{from{background-position:20px}to{background-position:0}}.aui-progress-indicator[data-value] .aui-progress-indicator-value{-webkit-animation-play-state:paused;animation-play-state:paused;background:#3572b0;border-radius:3px 0 0 3px;transition:width .5s;-webkit-transform:skewX(0);transform:skewX(0)}.aui-progress-indicator-static[data-value] .aui-progress-indicator-value{-webkit-animation-play-state:paused;animation-play-state:paused;transition:none}.aui-progress-indicator[data-value="1"] .aui-progress-indicator-value{border-radius:3px}
/* 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: 22px;
    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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/download/resources/com.thed.zephyr.je:walk-through-tour/images/icons/knowledge-tool_button.svg");
    background-repeat: no-repeat;
    /*z-index: 999;*/
}

.walk-through-initializer-container:hover{
    background-image: url("/s/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/download/resources/com.thed.zephyr.je:walk-through-tour/images/icons/knowledge-tool-HOVER_button.svg");
    background-repeat: no-repeat;
    z-index: 9999;
}

.walk-through-selected{
    background-image: url("/s/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/download/resources/com.thed.zephyr.je:walk-through-tour/images/icons/knowledge-tool-HOVER_button.svg");
    background-repeat: no-repeat;
    z-index: 9999;
}

.walkThroughToggleOptionsContainer{
    position: absolute;
    top: 94px;
    right: 73px;
    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: 90px;
    z-index: 999;
    right: 88px;
}

.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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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,  form.aui .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 .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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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;
}

/*
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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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: flex;
    align-items: center;
}

.close-image-corosel{
	color: white;
	overflow: hidden;
	cursor: pointer;
	margin-bottom: 20px;
	/* background: url('/s/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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;
}

.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;
}

#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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/download/resources/com.thed.zephyr.je:zephyr-je-execute-test/../com.thed.zephyr.je/images/icons/icon-create.png") no-repeat scroll 2px 2px;
}

#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-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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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: calc(100% - 102px);
	}

  #execution-history-dialog-container{
	height: 100%;
	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: calc(100% - 25px);
		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 .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;
}

.next-page-pagination:before {
	/* transform: rotate(90deg); */
	cursor: pointer;
}

.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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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%;
    max-width: 100%;
}
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 .item-attachments{
	padding-top: 5px;
}
#attachmentexecutionmodule .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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/download/resources/com.thed.zephyr.je:zephyr-je-execute-test/images/icons/download-icon.svg') no-repeat center;
	background-size: 37px 22px;
}

.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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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 .item-attachments .attachment-content.add-attachment{
	background: #deebff;
	border-radius: 3px;
}
#attachmentexecutionmodule .item-attachments .attachment-content.add-attachment a div{
	background: url(/s/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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 .item-attachments .attachment-content:hover{
	background: #FFF !important
}
#attachmentexecutionmodule .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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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 40px 40px;

}

#execution-history-id  .zfj-execution-history-dialog-content {
	padding: 0px 40px;
}
.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: 20px 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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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;
  text-align: justify;
}

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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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;
}

.zephyr-arrow-right {
	transform: rotate(-90deg);
	overflow: hidden;
}

/* .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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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: 12px;
}
.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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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: 6px;
}

.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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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;
}

#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;
}
.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;
}
#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;
}
#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: 200px;
    width: auto;
    flex: 1 0 auto;
}
.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  > div:not(:first-child) {
  pointer-events: none;
  opacity: 0.4;
  z-index: 1000;
}

.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  {
	visibility: hidden;
	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 .user-content-block{
	overflow: inherit;
	overflow: initial;
}
#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%;
}
/* 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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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: 10px;
  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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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: 5px;
  margin-top: -7px;
  color: #7e7979;
}

.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 {
  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: 540px;
}
#add-tests-dialog .dialog-page-menu, #add-tests-dialog .dialog-page-body, #add-tests-dialog .dialog-panel-body {
  max-height: 330px;
}

/* module-key = 'com.atlassian.auiplugin:aui-select2', location = 'src/css-vendor/jquery/plugins/jquery.select2.css' */
.select2-container{margin:0;position:relative;display:inline-block;zoom:1;*display:inline;vertical-align:middle}.select2-container,.select2-drop,.select2-search,.select2-search input{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.select2-container .select2-choice{display:block;height:26px;padding:0 0 0 8px;overflow:hidden;position:relative;border:1px solid #aaa;white-space:nowrap;line-height:26px;color:#444;text-decoration:none;border-radius:4px;background-clip:padding-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff;background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0,#eee),color-stop(0.5,#fff));background-image:-webkit-linear-gradient(center bottom,#eee 0,#fff 50%);background-image:-moz-linear-gradient(center bottom,#eee 0,#fff 50%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff',endColorstr = '#eeeeee',GradientType = 0);background-image:linear-gradient(top,#fff 0,#eee 50%)}.select2-container.select2-drop-above .select2-choice{border-bottom-color:#aaa;border-radius:0 0 4px 4px;background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0,#eee),color-stop(0.9,#fff));background-image:-webkit-linear-gradient(center bottom,#eee 0,#fff 90%);background-image:-moz-linear-gradient(center bottom,#eee 0,#fff 90%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#eeeeee',GradientType=0);background-image:linear-gradient(top,#eee 0,#fff 90%)}.select2-container.select2-allowclear .select2-choice .select2-chosen{margin-right:42px}.select2-container .select2-choice>.select2-chosen{margin-right:26px;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.select2-container .select2-choice abbr{display:none;width:12px;height:12px;position:absolute;right:24px;top:8px;font-size:1px;text-decoration:none;border:0;background:url('/s/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/6.1.0/_/download/resources/com.atlassian.auiplugin:aui-select2/select2.png') right top no-repeat;cursor:pointer;outline:0}.select2-container.select2-allowclear .select2-choice abbr{display:inline-block}.select2-container .select2-choice abbr:hover{background-position:right -11px;cursor:pointer}.select2-drop-mask{border:0;margin:0;padding:0;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:9998;background-color:#fff;filter:alpha(opacity=0)}.select2-drop{width:100%;margin-top:-1px;position:absolute;z-index:9999;top:100%;background:#fff;color:#000;border:1px solid #aaa;border-top:0;border-radius:0 0 4px 4px;-webkit-box-shadow:0 4px 5px rgba(0,0,0,.15);box-shadow:0 4px 5px rgba(0,0,0,.15)}.select2-drop-auto-width{border-top:1px solid #aaa;width:auto}.select2-drop-auto-width .select2-search{padding-top:4px}.select2-drop.select2-drop-above{margin-top:1px;border-top:1px solid #aaa;border-bottom:0;border-radius:4px 4px 0 0;-webkit-box-shadow:0 -4px 5px rgba(0,0,0,.15);box-shadow:0 -4px 5px rgba(0,0,0,.15)}.select2-drop-active{border:1px solid #5897fb;border-top:0}.select2-drop.select2-drop-above.select2-drop-active{border-top:1px solid #5897fb}.select2-container .select2-choice .select2-arrow{display:inline-block;width:18px;height:100%;position:absolute;right:0;top:0;border-left:1px solid #aaa;border-radius:0 4px 4px 0;background-clip:padding-box;background:#ccc;background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0,#ccc),color-stop(0.6,#eee));background-image:-webkit-linear-gradient(center bottom,#ccc 0,#eee 60%);background-image:-moz-linear-gradient(center bottom,#ccc 0,#eee 60%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee',endColorstr = '#cccccc',GradientType = 0);background-image:linear-gradient(top,#ccc 0,#eee 60%)}.select2-container .select2-choice .select2-arrow b{display:block;width:100%;height:100%;background:url('/s/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/6.1.0/_/download/resources/com.atlassian.auiplugin:aui-select2/select2.png') no-repeat 0 1px}.select2-search{display:inline-block;width:100%;min-height:26px;margin:0;padding-left:4px;padding-right:4px;position:relative;z-index:10000;white-space:nowrap}.select2-search input{width:100%;height:auto!important;min-height:26px;padding:4px 20px 4px 5px;margin:0;outline:0;font-family:sans-serif;font-size:1em;border:1px solid #aaa;border-radius:0;-webkit-box-shadow:none;box-shadow:none;background:#fff url('/s/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/6.1.0/_/download/resources/com.atlassian.auiplugin:aui-select2/select2.png') no-repeat 100% -22px;background:url('/s/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/6.1.0/_/download/resources/com.atlassian.auiplugin:aui-select2/select2.png') no-repeat 100% -22px,-webkit-gradient(linear,left bottom,left top,color-stop(0.85,#fff),color-stop(0.99,#eee));background:url('/s/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/6.1.0/_/download/resources/com.atlassian.auiplugin:aui-select2/select2.png') no-repeat 100% -22px,-webkit-linear-gradient(center bottom,#fff 85%,#eee 99%);background:url('/s/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/6.1.0/_/download/resources/com.atlassian.auiplugin:aui-select2/select2.png') no-repeat 100% -22px,-moz-linear-gradient(center bottom,#fff 85%,#eee 99%);background:url('/s/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/6.1.0/_/download/resources/com.atlassian.auiplugin:aui-select2/select2.png') no-repeat 100% -22px,linear-gradient(top,#fff 85%,#eee 99%)}.select2-drop.select2-drop-above .select2-search input{margin-top:4px}.select2-search input.select2-active{background:#fff url('/s/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/6.1.0/_/download/resources/com.atlassian.auiplugin:aui-select2/select2-spinner.gif') no-repeat 100%;background:url('/s/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/6.1.0/_/download/resources/com.atlassian.auiplugin:aui-select2/select2-spinner.gif') no-repeat 100%,-webkit-gradient(linear,left bottom,left top,color-stop(0.85,#fff),color-stop(0.99,#eee));background:url('/s/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/6.1.0/_/download/resources/com.atlassian.auiplugin:aui-select2/select2-spinner.gif') no-repeat 100%,-webkit-linear-gradient(center bottom,#fff 85%,#eee 99%);background:url('/s/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/6.1.0/_/download/resources/com.atlassian.auiplugin:aui-select2/select2-spinner.gif') no-repeat 100%,-moz-linear-gradient(center bottom,#fff 85%,#eee 99%);background:url('/s/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/6.1.0/_/download/resources/com.atlassian.auiplugin:aui-select2/select2-spinner.gif') no-repeat 100%,linear-gradient(top,#fff 85%,#eee 99%)}.select2-container-active .select2-choice,.select2-container-active .select2-choices{border:1px solid #5897fb;outline:0;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.select2-dropdown-open .select2-choice{border-bottom-color:transparent;-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset;border-bottom-left-radius:0;border-bottom-right-radius:0;background-color:#eee;background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0,#fff),color-stop(0.5,#eee));background-image:-webkit-linear-gradient(center bottom,#fff 0,#eee 50%);background-image:-moz-linear-gradient(center bottom,#fff 0,#eee 50%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#ffffff',GradientType=0);background-image:linear-gradient(top,#fff 0,#eee 50%)}.select2-dropdown-open.select2-drop-above .select2-choice,.select2-dropdown-open.select2-drop-above .select2-choices{border:1px solid #5897fb;border-top-color:transparent;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(0.5,#eee));background-image:-webkit-linear-gradient(center top,#fff 0,#eee 50%);background-image:-moz-linear-gradient(center top,#fff 0,#eee 50%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#ffffff',GradientType=0);background-image:linear-gradient(bottom,#fff 0,#eee 50%)}.select2-dropdown-open .select2-choice .select2-arrow{background:transparent;border-left:none;filter:none}.select2-dropdown-open .select2-choice .select2-arrow b{background-position:-18px 1px}.select2-results{max-height:200px;padding:0 0 0 4px;margin:4px 4px 4px 0;position:relative;overflow-x:hidden;overflow-y:auto;-webkit-tap-highlight-color:rgba(0,0,0,0)}.select2-results ul.select2-result-sub{margin:0;padding-left:0}.select2-results ul.select2-result-sub>li .select2-result-label{padding-left:20px}.select2-results ul.select2-result-sub ul.select2-result-sub>li .select2-result-label{padding-left:40px}.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label{padding-left:60px}.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label{padding-left:80px}.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label{padding-left:100px}.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label{padding-left:110px}.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label{padding-left:120px}.select2-results li{list-style:none;display:list-item;background-image:none}.select2-results li.select2-result-with-children>.select2-result-label{font-weight:bold}.select2-results .select2-result-label{padding:3px 7px 4px;margin:0;cursor:pointer;min-height:1em;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.select2-results .select2-highlighted{background:#3875d7;color:#fff}.select2-results li em{background:#feffde;font-style:normal}.select2-results .select2-highlighted em{background:transparent}.select2-results .select2-highlighted ul{background:#fff;color:#000}.select2-results .select2-no-results,.select2-results .select2-searching,.select2-results .select2-selection-limit{background:#f4f4f4;display:list-item}.select2-results .select2-disabled.select2-highlighted{color:#666;background:#f4f4f4;display:list-item;cursor:default}.select2-results .select2-disabled{background:#f4f4f4;display:list-item;cursor:default}.select2-results .select2-selected{display:none}.select2-more-results.select2-active{background:#f4f4f4 url('/s/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/6.1.0/_/download/resources/com.atlassian.auiplugin:aui-select2/select2-spinner.gif') no-repeat 100%}.select2-more-results{background:#f4f4f4;display:list-item}.select2-container.select2-container-disabled .select2-choice{background-color:#f4f4f4;background-image:none;border:1px solid #ddd;cursor:default}.select2-container.select2-container-disabled .select2-choice .select2-arrow{background-color:#f4f4f4;background-image:none;border-left:0}.select2-container.select2-container-disabled .select2-choice abbr{display:none}.select2-container-multi .select2-choices{height:auto!important;height:1%;margin:0;padding:0;position:relative;border:1px solid #aaa;cursor:text;overflow:hidden;background-color:#fff;background-image:-webkit-gradient(linear,0% 0,0% 100%,color-stop(1%,#eee),color-stop(15%,#fff));background-image:-webkit-linear-gradient(top,#eee 1%,#fff 15%);background-image:-moz-linear-gradient(top,#eee 1%,#fff 15%);background-image:linear-gradient(top,#eee 1%,#fff 15%)}.select2-locked{padding:3px 5px 3px 5px!important}.select2-container-multi .select2-choices{min-height:26px}.select2-container-multi.select2-container-active .select2-choices{border:1px solid #5897fb;outline:0;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.select2-container-multi .select2-choices li{float:left;list-style:none}.select2-container-multi .select2-choices .select2-search-field{margin:0;padding:0;white-space:nowrap}.select2-container-multi .select2-choices .select2-search-field input{padding:5px;margin:1px 0;font-family:sans-serif;font-size:100%;color:#666;outline:0;border:0;-webkit-box-shadow:none;box-shadow:none;background:transparent!important}.select2-container-multi .select2-choices .select2-search-field input.select2-active{background:#fff url('/s/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/6.1.0/_/download/resources/com.atlassian.auiplugin:aui-select2/select2-spinner.gif') no-repeat 100%!important}.select2-default{color:#999!important}.select2-container-multi .select2-choices .select2-search-choice{padding:3px 5px 3px 18px;margin:3px 0 3px 5px;position:relative;line-height:13px;color:#333;cursor:default;border:1px solid #aaa;border-radius:3px;-webkit-box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,0.05);box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,0.05);background-clip:padding-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#e4e4e4;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#f4f4f4',GradientType=0);background-image:-webkit-gradient(linear,0% 0,0% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));background-image:-webkit-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-moz-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%)}.select2-container-multi .select2-choices .select2-search-choice .select2-chosen{cursor:default}.select2-container-multi .select2-choices .select2-search-choice-focus{background:#d4d4d4}.select2-search-choice-close{display:block;width:12px;height:13px;position:absolute;right:3px;top:4px;font-size:1px;outline:0;background:url('/s/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/6.1.0/_/download/resources/com.atlassian.auiplugin:aui-select2/select2.png') right top no-repeat}.select2-container-multi .select2-search-choice-close{left:3px}.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover{background-position:right -11px}.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close{background-position:right -11px}.select2-container-multi.select2-container-disabled .select2-choices{background-color:#f4f4f4;background-image:none;border:1px solid #ddd;cursor:default}.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice{padding:3px 5px 3px 5px;border:1px solid #ddd;background-image:none;background-color:#f4f4f4}.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close{display:none;background:0}.select2-result-selectable .select2-match,.select2-result-unselectable .select2-match{text-decoration:underline}.select2-offscreen,.select2-offscreen:focus{clip:rect(0 0 0 0)!important;width:1px!important;height:1px!important;border:0!important;margin:0!important;padding:0!important;overflow:hidden!important;position:absolute!important;outline:0!important;left:0!important;top:0!important}.select2-display-none{display:none}.select2-measure-scrollbar{position:absolute;top:-10000px;left:-10000px;width:100px;height:100px;overflow:scroll}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi){.select2-search input,.select2-search-choice-close,.select2-container .select2-choice abbr,.select2-container .select2-choice .select2-arrow b{background-image:url('/s/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/6.1.0/_/download/resources/com.atlassian.auiplugin:aui-select2/select2x2.png')!important;background-repeat:no-repeat!important;background-size:60px 40px!important}.select2-search input{background-position:100% -21px!important}}
/* module-key = 'com.atlassian.auiplugin:aui-select2', location = 'src/less/aui-select2.less' */
.aui-select2-drop .select2-search input{min-height:0;font-family:inherit}.aui-select2-drop .select2-result-selectable .select2-match,.aui-select2-drop .select2-result-unselectable .select2-match{text-decoration:none;font-weight:bold}.aui-select2-drop .select2-results ul.select2-result-sub{padding:0}.aui-select2-drop.aui-dropdown2 .select2-search{padding:5px}.aui-select2-drop{box-shadow:0 3px 6px rgba(0,0,0,0.2);z-index:9999}.aui-select2-drop.select2-drop-above.select2-drop-active{border:1px solid #ccc;border-top-left-radius:3px;border-top-right-radius:3px;box-shadow:0 0 6px rgba(0,0,0,0.2);margin-top:0}.aui-select2-drop .select2-result-unselectable>.select2-result-label{font-size:12px;color:#707070;padding:5px 10px 0}.aui-select2-drop .select2-results ul.select2-result-sub>li .select2-result-label,.aui-select2-drop .select2-results .select2-result-label,.aui-select2-drop .select2-results .select2-searching,.aui-select2-drop .select2-results .select2-no-results,.aui-select2-drop .select2-results .select2-more-results{padding:3px 10px}.aui-select2-drop .select2-result-label{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.aui-select2-drop .select2-results{margin:2px 0;padding:0}.aui-select2-drop .select2-more-results,.aui-select2-drop .select2-searching,.aui-select2-drop .select2-no-results{background-color:transparent}.aui-select2-drop .select2-search input,.aui-select2-drop{border:1px solid #ccc}.aui-select2-drop .select2-search input{border-radius:3px}.aui-select2-container.select2-container .select2-choice,.aui-select2-drop{color:inherit;max-width:none}.aui-select2-drop .select2-results ul.select2-result-sub{margin:2px 0}.aui-select2-drop .select2-result-sub .select2-result-unselectable>.select2-result-label{text-transform:none;font-size:inherit;margin-top:5px}.aui-select2-drop.aui-dropdown2.aui-style-default{margin-left:0}.aui-select2-drop .select2-results .select2-highlighted{background-color:#3572b0}.aui-select2-container.select2-container .select2-choice>span{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.aui-select2-container.select2-container .select2-choice .select2-arrow{background:none;border:none;filter:none}.aui-select2-container.select2-container-active .select2-choice,.aui-select2-container.select2-container-active .select2-choices{border:none;outline:none;box-shadow:none}.aui-select2-container.select2-container .select2-choice .select2-arrow b{display:none;background:none}.aui-select2-container.select2-container .select2-choice{padding-right:23px;position:relative;width:inherit}.aui-select2-container.select2-container a.select2-choice,.aui-select2-container.select2-container a.select2-choice:focus,.aui-select2-container.select2-container a.select2-choice:hover,.aui-select2-container.select2-container a.select2-choice:active{text-decoration:none}.aui-select2-container.select2-container .select2-choice:after{border:4px solid transparent;content:"";height:0;left:100%;margin-left:-18px;margin-top:-2px;opacity:0.8;position:absolute;top:50%;width:0}.aui-select2-container.select2-container .select2-choice:after{border-top-color:#333}.aui-select2-container.select2-container .select2-choice:hover:after,.aui-select2-container.select2-container .select2-choice.active:after{opacity:1}.aui-select2-container.select2-container .select2-choice:after{margin-top:0;top:12px}.aui-select2-container .select2-input{color:inherit !important}.aui-select2-container .select2-default{color:#707070 !important}.aui-select2-container .select2-choices .select2-search-field input{font-family:inherit;font-size:14px;height:1.4285714285714em;line-height:1.4285714285714;margin:0;padding:0}.aui-select2-container.select2-container-multi .select2-choices{min-height:0;background:#fff}.aui-select2-container.select2-container-multi.text{height:auto}.aui-select2-container .select2-choices .select2-search-choice{background:#f5f5f5;border:1px solid #ccc;border-radius:3.01px;box-shadow:none;color:#333;display:inline-block;font-size:14px;font-weight:normal;line-height:1;padding:1px 18px 1px 5px;position:relative;margin:1px 5px 1px 0;text-align:left;text-decoration:none}.aui-select2-container .select2-choices .select2-search-choice-focus{border-color:#707070}.aui-select2-container .select2-choice abbr{padding-top:10px;position:absolute;top:10px}.aui-select2-container.select2-allowclear .select2-choice abbr{display:block}.aui-select2-container .select2-search-choice-close{cursor:pointer;display:block;height:8px;left:auto;position:absolute;right:5px;top:4px;width:8px}@media all,(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5){.aui-select2-container.select2-container .select2-search-choice-close,.aui-select2-container.select2-container .select2-choice abbr{background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAQAAABuBnYAAAAAKUlEQVQI12NgYFj0nwEKwKxF/9P+Q4TgLAgDIQEVQuJiCKBpwWoosrUAzbg31XT4p6QAAAAASUVORK5CYII=') 0 0 no-repeat !important;background-size:8px !important}}.aui-select2-container.select2-container .select2-choice,.aui-select2-container.select2-container a.select2-choice,.aui-select2-container.select2-container .select2-choice:visited{box-sizing:border-box;background:#f5f5f5;border:1px solid #ccc;border-radius:3.01px;color:inherit;cursor:pointer;display:inline-block;filter:none;font-family:inherit;font-size:inherit;font-variant:normal;font-weight:normal;height:2.1428571428571em;line-height:1.4285714285714;margin:0;padding:4px 10px;text-decoration:none;text-shadow:0 1px 0 white;vertical-align:top;white-space:nowrap}.aui-select2-container.select2-container .select2-choice:focus,.aui-select2-container.select2-container .select2-choice:hover,.aui-select2-container.select2-container.select2-container-active .select2-choice{background:#f5f5f5;border-color:#999;color:#000;text-decoration:none}.aui-select2-container.select2-container .select2-choice:active,.aui-select2-container.select2-container.select2-dropdown-open .select2-choice{background-image:none;background-color:#f5f5f5;box-shadow:inset 0 3px 6px rgba(0,0,0,0.1);filter:none;text-shadow:none;text-decoration:none}.aui-select2-container.select2-container.select2-dropdown-open .select2-choice,.aui-select2-container.select2-container.select2-dropdown-open .select2-choices{border-bottom-right-radius:0;border-bottom-left-radius:0;border-bottom-width:0;padding-bottom:5px}.aui-select2-container.select2-container.select2-dropdown-open.select2-drop-above .select2-choice,.aui-select2-container.select2-container.select2-dropdown-open.select2-drop-above .select2-choices{border-radius:3.01px;border-bottom-width:1px;border-top-right-radius:0;border-top-left-radius:0;border-top-width:0;padding-bottom:4px;padding-top:5px}.aui-select2-container.select2-container.select2-drop-above .select2-choice,.aui-select2-container.select2-dropdown-open.select2-drop-above .select2-choice,.aui-select2-container.select2-dropdown-open.select2-drop-above .select2-choices,.aui-select2-container.select2-container-multi .select2-choices .select2-search-choice{filter:none}.aui-select2-container.select2-container .select2-choice abbr{display:none}.aui-select2-container .aui-avatar{margin-right:5px}.aui-select2-container.aui-has-avatar .select2-search-choice-close{top:5px}.aui-select2-container.aui-has-avatar .select2-choices .select2-search-field input{padding:1px 0}.aui-select2-drop.aui-has-avatar .select2-results .select2-result-label .aui-avatar{margin-right:5px;vertical-align:middle}.aui-select2-drop.aui-has-avatar .select2-more-results,.aui-select2-drop.aui-has-avatar .select2-searching,.aui-select2-drop.aui-has-avatar .select2-no-results{padding-bottom:5px;padding-top:5px}
/* module-key = 'com.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;
}
#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;
}

.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;
}

.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.bonfire.plugin:bonfire-shared-assets', location = 'includes/css/shared.css' */
#sessions-back-lnk{left:8px;top:12px}#sessions-back-lnk:hover{border-color:#999;text-decoration:none}#page #session-participants-module{margin:0}#page .session-page-wrapper a.bf-button{color:#111}.session-page-wrapper span.bf-button.disabled{opacity:.5;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#efefef',GradientType=0) alpha(opacity=50)}.session-page-wrapper a.bf-button,.session-page-wrapper span.bf-button{border:1px solid #DDD;color:#111;display:block;float:left;height:1.5em;padding:2px 8px;border-left-color:white;z-index:1000;font-size:13px;line-height:1.3077;background-image:-moz-linear-gradient(100% 100% 90deg,#efefef,#fff);background-image:-webkit-gradient(linear,0% 0,0% 100%,from(#fff),to(#efefef));background-image:-webkit-linear-gradient(#fff,#efefef);background-image:-o-linear-gradient(#fff,#efefef);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#efefef',GradientType=0)}.session-page-wrapper a.bf-button.first,.session-page-wrapper span.bf-button.first{border-top-left-radius:.25em;border-bottom-left-radius:.25em;border-left-color:#DDD}.session-page-wrapper a.bf-button.last,.session-page-wrapper span.bf-button.last{border-top-right-radius:.25em;border-bottom-right-radius:.25em;margin-right:8px}.bf-ops-heading{margin-right:8px;font-size:15px;line-height:22px}.session-page-wrapper a.bf-button:hover{border-color:#999;text-decoration:none}.session-page-wrapper a.bf-button:active{background-image:-moz-linear-gradient(100% 100% 90deg,#d8e4f0,#cad5e0);background-image:-webkit-gradient(linear,0% 0,0% 100%,from(#cad5e0),to(#d8e4f0));background-image:-webkit-linear-gradient(#cad5e0,#d8e4f0);background-image:-o-linear-gradient(#cad5e0,#d8e4f0);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#CAD5E0',endColorstr='#D8E4F0',GradientType=0);text-decoration:none}.bf-mod-menu{background-color:white;padding:3px 0 0 0;margin:0;list-style-type:none;float:right}.bf-header-wrapper{margin:10px}#create-test-session{background-position:2px 4px}#test-session-operations{background:url("/s/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/2.9.17.291700032/_/download/resources/com.atlassian.bonfire.plugin:bonfire-shared-assets/../../../images/icons/tools_20.png") no-repeat scroll 2px 2px transparent;height:auto;width:auto;text-indent:0}#test-session-operations:hover{background-color:#3c78b5;color:#fff}#test-session-operations-dropdown.active #test-session-operations{background-color:#3c78b5;color:#fff}#bonfire-more-dropdown{padding:0;border:1px solid #6a8eb3}.session-container{border-bottom:1px solid #ddd;padding:7px 0 1px 62px;position:relative;background-repeat:no-repeat;background-position:7px 7px;min-height:54px}.session-container:hover{background-color:#f0f0f0}.session-container.small-avatar{padding:3px 0 1px 22px;background-position:3px 5px;min-height:24px}.session-container .time-stamp{color:#666;margin-right:3px}.session-title{font-weight:400;margin:0 0 5px}.session-container .user-hover{font-size:.85em}.session-stream-content{padding:12px 0 6px}.session-stats{overflow:hidden;margin-bottom:6px;font-size:.85em}.session-stats dl{display:block;float:left;margin:0 12px 0 0}.session-stats dt,.session-stats dd{color:#666;display:inline;-webkit-margin-start:0;-moz-margin-start:0;-ms-margin-start:0;margin-start:0;margin:0}.based-on-issue{padding:8px;font-size:13px}.based-on-issue dt{color:#666;float:left;margin-right:3px}.based-on-issue img{vertical-align:middle;position:relative;top:-2px}#exc-issues-raised .based-on-issue{margin:12px 12px 12px 6px;font-size:inherit}#session-details{position:relative;margin:12px 0 3px;min-height:60px}#session-related-issue{margin:0}.bf-raised-session-wrapper{padding:8px}.bf-issue-list{list-style-type:none;display:inline-block;padding:0;margin:0}.bf-issue-list li{display:inline-block;vertical-align:top}.bf-issue-list li.bf-icon{width:16px}.bf-issue-list li.bf-key{padding-left:4px;width:80px;word-wrap:break-word}.bf-issue-done{text-decoration:line-through}.bf-issue-list li.bf-data{padding-left:4px;padding-right:4px;width:260px}.bf-issue-list li a{text-indent:0}.bf-issue-list li span{text-indent:0}#session-additional-info-rendered.bf-empty{color:gray;user-select:none;-moz-user-select:-moz-none;-webkit-user-select:none;-khtml-user-select:none}.raised-issue{padding-bottom:4px}.raised-issue img{vertical-align:middle;position:relative;top:-2px}#bf-session-stats{clear:both;overflow:hidden;padding:8px}#bf-session-stats dl{padding-bottom:8px}.bf-summary-label{color:#666;width:30%;display:block;float:left}.bf-summary-data{text-align:right;width:70%;display:block;float:left;margin-left:0}#session-summary{position:relative}.session-tester{font-size:13px;font-weight:400}#session-list-operations{float:right;margin-bottom:4px;margin-top:20px}#session-list-operations-footer{float:right;margin:0 1em 1em}#session-filter{float:right}#session-activity #session-filter{margin-top:-2px}#session-list-operations .pagination{padding-top:2px}#session-bottom-pagination .pagination{float:right;margin:0 12px 4px 12px;padding-top:2px;text-align:right;width:auto}#filter-control{padding:8px 16px}#filter-specifics{padding:0 16px 8px 24px;overflow:hidden}#filter-specifics.disabled,#filter-specifics.disabled span,#filter-specifics.disabled label,#filter-specifics.disabled select,#filter-options.disabled,#filter-options.disabled label{color:#ddd}#filter-session-only{padding-top:8px}#filter-tags,#filter-options{float:left}#filter-tags,#filter-session-only{width:126px}#filter-options{padding-left:16px;width:118px}#bf-filter-form>h3{margin:0;padding:8px 16px 0 8px;border:0}#jira #bf-filter-form .buttons-container .buttons{padding:8px 16px;text-align:right}#bf-filter-form select{min-width:0}.status-container{float:right;width:auto;margin-right:6px}.status-container.status-container-inline{float:none;display:inline-block;padding:0;line-height:17px;margin-left:8px;vertical-align:text-bottom}.session-shared-buttons{float:right;padding-top:4px;padding-right:16px}div.join-container{float:none;padding:0;display:inline-block}dl.joinable-dl{margin:4px 0 0}#join-session-link{color:#fff;font-weight:normal}#exc-issues-raised{position:relative;padding:12px}#page #exc-issues-raised{padding:0}#session-links{width:100%}#link-testsessions{color:#3c78b5;position:relative;top:12px;margin-left:12px}#session-top-bar{color:#3c78b5;font-weight:normal;line-height:1.3;padding:10px 0 1px 72px;background-repeat:no-repeat;background-position:7px 7px;min-height:54px;position:relative}.browse-session-link{position:relative;width:135px;float:right;font-size:1.1em;padding:3px 7px 4px 7px}#product-label{font-size:15px;line-height:1.2667}#session-top-container{display:table;padding-bottom:6px}#bonfire-session-main{margin:0}#bonfire-session-main h2{display:inline;margin-right:10px}.session-right-column{width:356px}#session-additional-info{margin:0}#session-additional-info-rendered{color:black;font-weight:normal;font-size:13px;margin:0;padding:8px;padding-bottom:4px}#session-info-textarea{border:0;outline:0;padding:0;resize:none;width:100%;overflow:hidden}#session-additional-info-buttons{position:absolute;right:0;z-index:50;background-color:#ddedff;padding:8px 10px;border-radius:0 0 3px 3px;border:1px solid #a7c8ff;border-top:0}#session-additional-info-edit{padding:5px}#additional-info-target{padding-top:4px;position:relative}#additional-info-target.editable:hover #session-additional-info-rendered{outline:1px solid #AAA;cursor:pointer}#additional-info-target.editable .icon-edit-sml{position:absolute;top:4px;right:0;display:none;background-color:#f0f0f0;border-bottom:1px solid #BBB;border-left:1px solid #BBB}#additional-info-target.editable:hover .icon-edit-sml.hidden{display:none}#additional-info-target.editable:hover .icon-edit-sml{display:block}.textbox-wrapper{background-color:white;border:1px solid #4e91fe;padding:4px 24px 2px 4px}.session-avatar,.session-avatar.mod-content{border-top:1px solid #DDD;background-repeat:no-repeat;background-position:8px 8px;clear:both;min-height:54px;margin-top:4px;padding:8px 0 0 64px;position:relative}form.aui button.bf-inline-edit-buttons{height:22px;padding:0;width:28px;display:inline-block;padding:0;margin:0;border:1px solid #AAA;background-image:-moz-linear-gradient(100% 100% 90deg,#dfdfdf,white);background-image:-webkit-gradient(linear,0% 0,0% 100%,from(white),to(#dfdfdf));background-image:-webkit-linear-gradient(white,#dfdfdf);background-image:-o-linear-gradient(white,#dfdfdf);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#dfdfdf',GradientType=0)}form.aui button.bf-inline-edit-buttons.bf-submit{border-radius:3px 0 0 3px}form.aui button.bf-inline-edit-buttons.bf-submit:hover,form.aui button.bf-inline-edit-buttons.bf-cancel:hover{border-color:#666}form.aui button.bf-inline-edit-buttons.bf-cancel{border-radius:0 3px 3px 0;border-left-color:#EEE;margin-left:0}.bf-inline-edit-button-icons{background:transparent no-repeat 0 0;background-image:url("/s/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/2.9.17.291700032/_/download/resources/com.atlassian.bonfire.plugin:bonfire-shared-assets/images/icons/tick_cross.png");display:inline-block;height:16px;vertical-align:text-top;width:16px;margin:0;padding:0}.bf-waiting-icon{position:absolute;top:4px;right:4px;height:16px;width:16px;background:transparent url("/s/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/2.9.17.291700032/_/download/resources/com.atlassian.bonfire.plugin:bonfire-shared-assets/images/icons/wait.gif") no-repeat 0 0}.add-info-cancel-button{background-position:-23px 0}form.aui button.bf-inline-edit-buttons:hover .add-info-cancel-button{background-position:-23px -20px}.add-info-submit-button{background-position:1px 0}form.aui button.bf-inline-edit-buttons:hover .add-info-submit-button{background-position:1px -20px}.active-area .bonfire-tab-panel-wrapper{padding:11px}#page #project-tab .bonfire-tab-panel-wrapper{padding:0}#bonfire-project-tab-header{margin-bottom:12px}#bonfire-project-tab-header b{font-size:1.6em;font-weight:bold}#page #bonfire-project-tab-header b{color:#292929;font-size:23px;line-height:1.174}#bonfire-project-tab-menu-holder{margin-top:12px}.test-sessions{margin-top:50px}.test-sessions .results-count{margin:0 0 6px 0}.test-sessions .pagination{margin-right:0}.session-results,.test-session-notes{clear:both;border-top:1px solid #ddd;margin-bottom:1em}.session-results-empty{margin-top:.5em}.status-progress-wrap{display:inline-block;width:564px}#session-status{margin:0;padding:0;top:0;right:0;float:right;font-size:14px}.status-progress{list-style:none;padding:0;margin:0;overflow:hidden;height:45px;position:relative}#session-participant-inner{padding:8px}#session-participants-rendered{padding-left:16px;padding-right:16px;margin-top:12px}.bf-first-status{padding-top:5px}.session-page-wrapper #bonfire-extention-alert{margin:0 0 12px}.status-progress li{display:block;float:left;margin:0;padding:2px 0;width:108px;text-align:center;height:26px;position:relative}.status-progress dt{font-size:14px;font-weight:700;padding-top:3px;padding-left:8px}.status-progress li.prog-one{border-top-left-radius:3px;border-bottom-left-radius:3px}.status-progress li.prog-two{border-left:none;border-right:0;margin-left:5px}.status-progress li.prog-three{margin-left:5px;border-top-right-radius:3px;border-bottom-right-radius:3px}.prog-one{z-index:9;background-color:#ccc;color:#333}.prog-one:after{border:15px solid transparent;border-left:12px solid #ccc;border-right:0;content:"";height:0;top:0;right:-12px;position:absolute;width:0;z-index:9}.prog-one.CREATED{background-color:#4a6785;color:#fff}.prog-one.CREATED:after{border:15px solid transparent;border-left:12px solid #4a6785;border-right:0;content:"";height:0;top:0;right:-12px;position:absolute;width:0;z-index:9}.prog-two{z-index:7;background-color:#ccc;color:#333}.prog-two:before{border:15px solid transparent;border-left:12px solid #fff;border-right:0;content:"";height:0;top:0;left:0;position:absolute;width:0;z-index:8}.prog-two:after{border:15px solid transparent;border-left:12px solid #ccc;border-right:0;content:"";height:0;top:0;right:-12px;position:absolute;width:0;z-index:7}.prog-two.STARTED{background-color:#f6c342;color:#333}.prog-two.STARTED:after{border:15px solid transparent;border-left:12px solid #f6c342;border-right:0;content:"";height:0;top:0;right:-12px;position:absolute;width:0;z-index:7}.prog-two.PAUSED{background-color:#815b3a;color:#fff}.prog-two.PAUSED:after{border:15px solid transparent;border-left:12px solid #815b3a;border-right:0;content:"";height:0;top:0;right:-12px;position:absolute;width:0;z-index:7}.prog-three{z-index:5;background-color:#ccc;color:#333}.prog-three:before{border:15px solid transparent;border-left:12px solid #fff;border-right:0;content:"";height:0;top:0;left:0;position:absolute;width:0;z-index:6}.prog-three.COMPLETED{background-color:#14892c;color:#fff}.session-activity-container-timeless{padding:4px 0 0 0}.session-activity-container{border-top:1px solid #ddd;padding:4px 0 0 0;margin-top:4px}.session-activity-container .time-stamp{color:#666;margin:0 6px;padding:4px 0;display:inline-block;vertical-align:top;position:absolute}.session-activity-container .session-stream-content{padding:6px 0}.session-add-note-container{padding:8px 0 1px}.session-action{color:#3c78b5;padding-top:5px}#session-activity{padding:20px 0 0;margin-left:0;margin-right:0}.stats-summary{clear:right;list-style:none;margin:0;padding:0;float:right;width:100%}.stats-summary li{width:32%;padding-right:1%;float:left;margin:0;color:black}.stats-summary dl{width:90%;margin:0 5%}.stats-summary dl dt,.stats-summary dl dd{float:none;line-height:inherit;width:100%;margin:0;padding:0;text-align:center}.stats-summary dl dt{font-size:12px;color:#7a7a7a}.stats-summary dl dd{font-size:32px;background-color:transparent}.stats-summary dl a{color:#fff}.stats-summary dl a:hover{color:#fff;text-decoration:none}#inline-dialog-complete_session_popup{z-index:2000;left:auto;right:24px;top:44px;display:none;font-size:13px;position:absolute;z-index:100;font-size:13px}#inline-dialog-complete_session_popup .contents{width:auto;min-width:300px;max-width:526px;-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);background:white;border:1px solid #BBB;border-radius:3px;overflow:hidden}#inline-dialog-complete_session_popup table{min-width:0}#complete-session-form{min-width:400px;margin-bottom:0}#complete-session-form fieldset{padding:10px}#complete-session-form .buttons-container{margin-bottom:0;min-height:0;overflow:hidden;position:relative}#jira #complete-session-form .buttons-container .buttons{padding:10px;text-align:right}#exc-save{margin:0 10px 0 0}#arrow-complete_session_popup{position:absolute;left:auto;right:67px;top:-7px}#complete-session-form tbody tr td .checkbox{margin-left:23px}#exc-log-time{margin-left:7px}#session-time-spent-checkbox img{vertical-align:middle;position:relative;top:-2px}.bonfire-installation-content{background-color:white;border:1px solid #BBB;border-radius:5px;margin:12px}#page .bonfire-installation-content{margin:16px 0}.msie-8 #bf-assignee-span{width:250px}#bonfire-big-browser-icon{background-repeat:no-repeat;min-height:580px;margin:12px;padding-left:700px;position:relative}#bonfire-get-right-container{position:relative;left:50%;margin-left:-128px;width:256px}#bonfire-download-subheading{font-size:4em;text-align:center;padding-top:9%}#bonfire-download-button{margin-left:-30px;left:50%;position:relative;top:-72px}#bonfire-feedback{position:fixed;right:0;bottom:0;font-size:11px;color:#326ca6;border:1px solid #CCC;border-bottom:0;border-right:0;background-color:whiteSmoke;padding:6px;font-weight:bold;z-index:1000}.session-operations{margin-top:-10px}#bf-opsbar-errors{margin-top:12px}#bonfire-extention-alert{height:30px;padding:5px;background-color:#e0efff;display:block;border:1px solid #9eb6d4;margin:12px 0 0;line-height:30px;padding:5px 14px}#bonfire-extention-close-button{background-repeat:no-repeat;cursor:pointer;float:right;height:16px;width:16px;margin-top:6px;background:url('/s/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/2.9.17.291700032/_/download/resources/com.atlassian.bonfire.plugin:bonfire-shared-assets/images/aui-icon-close.png') no-repeat scroll 0 0 transparent}#ex-session-info{resize:vertical}#default-template{width:250px}#bonfire-quicklink{position:absolute;top:20px;right:20px}.bonfire-list-item{margin:0 0 0 0!important;width:100%}.aui-dd-parent .aui-dropdown .bonfire-list-item a{padding:.3em .5em}.bonfire-error{margin-top:5px;margin-bottom:2px;margin-left:12px;clear:left;color:#c00;font-weight:bold}.bonfire-msg{position:fixed;text-align:center;z-index:10000}.bonfire-msg.flash{background-color:#ffd;-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)}#support-info{margin:.5em .5em 0 1em}#support-info h3{margin:.5em 0}#support-info dd{margin-left:2em}#session-additional-info h2,.active-area .editable-note-target .editable-note-content h2{margin-left:0;margin-top:0}.bonfire-license-error{padding:8px}.bonfire-license-error p{margin-bottom:16px}.bonfire-license-error h4{color:#000;font-size:16px;font-weight:bold;line-height:18px;margin-top:1em}.session-participant{display:block;float:left;width:100%;padding-bottom:3px}.session-participant-icon{float:left}.bf-activity-avatar{width:36px}.bf-activity-assignee-icon{padding-right:8px}.bf-activity-item{border-top:1px solid #eaeaea;padding-top:5px}.bf-activity-screenshot{padding-top:8px;padding-left:14px}.bf-activity-container{padding:8px;padding-top:0}.bf-activity-action{padding:0 8px}.bf-activity-screenshot img{border:1px solid #CCC}.bf-activity-item .bf-activity-first-name{font-weight:bold}.bf-activity-item .bf-activity-name{color:#326ca6;float:left;padding-right:6px}#session-activity .bf-activity-item .status-container{padding:0;padding-right:6px;float:left;margin:0}#session-activity .bf-activity-item .status-container dd{padding:0;padding-top:1px}.bf-first-activity{border:0}.bf-activity-item p.bf-activity-text{color:#555;float:left;margin:0;padding:0 6px 0 0}.bf-activity-item p.bf-activity-text.bf-andthen{padding:0}.bf-activity-note:hover{background-color:#efefef}.bf-activity-time{color:#777;font-size:11px;padding-bottom:5px;padding-top:5px;float:left}.bf-activity-small-icon{margin:-3px 4px 0 0;vertical-align:middle}.session-participant-inactive{opacity:.4}a.session-participant-left{color:gray}.session-participant-assigned{font-size:13px;color:#ee7600}.session-participant-join{font-size:24px;color:#3baa06}.session-participant-text{display:block;float:left;margin:3px 0 0 8px;white-space:nowrap}.session-participant-link{font-weight:bold}.bf-aui-panel{background:#fff;border:1px solid #bbb;border-radius:5px;padding:16px}.bf-aui-group{display:table;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;border-spacing:0;table-layout:fixed;width:100%}.bf-aui-group>.bf-aui-item{-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;display:table-cell;margin:0;vertical-align:top}#session-activity .bf-aui-group>.bf-aui-item+.bf-aui-item{padding-left:0}.bf-aui-group>.bf-aui-item+.bf-aui-item{padding-left:16px}#page .session-page-wrapper{padding:0}.session-page-wrapper{font-size:13px;padding:12px;min-width:980px}#ex-issueKey-multi-select a.issue-picker-popup{display:none}.jira-no-popup .jira-multi-select.jira-issue-picker+.issue-picker-popup{display:none}.bf-to-jira-link{float:right;padding-right:8px;font-size:11px}#bonfiremodule .web-panel-session{padding-left:8px;padding-right:8px;padding-top:4px}#bonfiremodule .session-field-heading{padding-top:4px;color:#666}.bf-wp-session-list{padding:0;display:inline-block;margin:0}.bf-wp-session-list li{display:inline-block}.bf-wp-icon{width:16px;vertical-align:top;padding-right:4px}.bf-wp-sessionname{width:262px}.session-cf-value{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.property-list>li.bf-raised-in-row{padding:10px 0;border-bottom:1px solid #DDD}.bf-table{display:table;table-layout:fixed;width:100%;padding-top:5px;padding-bottom:5px}.bf-session-underline{border-bottom:1px solid #DDD}.bf-inline-status{vertical-align:text-bottom}.bf-single-session-row{padding-right:20px;width:100%;display:table-cell;table-layout:fixed}.bf-create-link{width:134px}.bf-session-title-cell{width:100%}.bf-table-no-border{border-spacing:0}.bf-table-in-cell{display:table}.bf-ops-cell,.bf-cell{display:table-cell;table-layout:fixed}.bf-ops-cell .operations .aui-dd-parent{margin-bottom:4px}.bf-row{display:table-row;table-layout:fixed}div.wrap.bf-context-cell{padding-bottom:4px;padding-top:4px}div.wrap.bf-context-cell.full-width{width:100%}.bf-context-web-heading{color:#333;padding-bottom:5px}.bf-cell.bf-context-cell.bf-context-rhs{border-left:1px solid #DDD;padding-left:11em}.bf-inline-status{width:100px;white-space:nowrap;display:table-cell;table-layout:fixed}.bf-no-decoration,.bf-no-decoration:link,.bf-no-decoration:visited{text-decoration:none}.bf-inline-loz{width:88px}.bf-completed-count-cell{text-align:right;min-width:100px}.bf-testing-status-cell{min-width:100px}.bf-testing-status-bar-cell{width:100%}.bf-testing-status-top{width:50%}.bf-testing-label{color:#535353}.bf-test-status-table{width:100%;border-collapse:collapse;border-spacing:0;margin-top:5px}.bf-test-status-bar{height:5px}.bf-status-one{background-color:#3c78b5;border-right:0}.bf-status-two{background-color:#f7a400;border-left:0;border-right:0}.bf-status-three{background-color:#090;border-left:0}.bf-icon-context{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding-left:20px}.bf-icon-context.bf-browser-firefox{background:url("/s/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/2.9.17.291700032/_/download/resources/com.atlassian.bonfire.plugin:bonfire-shared-assets/images/icons/firefox_16.png") no-repeat 0 0}.bf-icon-context.bf-browser-chrome{background:url("/s/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/2.9.17.291700032/_/download/resources/com.atlassian.bonfire.plugin:bonfire-shared-assets/images/icons/chrome_16.png") no-repeat 0 0}.bf-icon-context.bf-browser-safari{background:url("/s/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/2.9.17.291700032/_/download/resources/com.atlassian.bonfire.plugin:bonfire-shared-assets/images/icons/safari_16.png") no-repeat 0 0}.bf-icon-context.bf-browser-msie{background:url("/s/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/2.9.17.291700032/_/download/resources/com.atlassian.bonfire.plugin:bonfire-shared-assets/images/icons/ie_16.png") no-repeat 0 0}.bf-icon-context.bf-os-mac{background:url("/s/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/2.9.17.291700032/_/download/resources/com.atlassian.bonfire.plugin:bonfire-shared-assets/images/icons/apple_16.png") no-repeat 0 0}.bf-icon-context.bf-os-linux{background:url("/s/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/2.9.17.291700032/_/download/resources/com.atlassian.bonfire.plugin:bonfire-shared-assets/images/icons/linux_16.png") no-repeat 0 0}.bf-icon-context.bf-os-windows{background:url("/s/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/2.9.17.291700032/_/download/resources/com.atlassian.bonfire.plugin:bonfire-shared-assets/images/icons/windows_16.png") no-repeat 0 0}.bf-icon-context.bf-twixy{background:url("/s/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/2.9.17.291700032/_/download/resources/com.atlassian.bonfire.plugin:bonfire-shared-assets/images/icons/twix_closed.png") no-repeat 6px 4px;cursor:pointer}.bf-icon-context.bf-twixy.bf-twix-open{background:url("/s/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/2.9.17.291700032/_/download/resources/com.atlassian.bonfire.plugin:bonfire-shared-assets/images/icons/twix_open.png") no-repeat 4px 6px;white-space:normal;overflow:visible}.bf-icon-context.bf-browser-none,.bf-icon-context.bf-os-none{padding-left:0}.issue-nav-link{color:#333;float:right;outline:0 none;padding:0 7px;text-decoration:none}.bf-add-raised-issues-link{color:#333;float:right;outline:0 none;padding-left:7px;text-decoration:none}.session-page-wrapper .bf-button.bonfire-invite-button{position:relative;padding-left:26px}.bf-inactive-name{color:#666;float:left;padding-right:6px}img.session-participant-icon{padding-bottom:4px}span.session-tester{color:#326ca6}span.session-tester.session-participant-left{color:gray}.bf-context-heading{color:#666;width:100%}.bf-context-value{padding-left:8px}.bf-disabled-join-reason{padding:8px;color:#535353}.bf-info-icon{background:transparent url("/s/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/2.9.17.291700032/_/download/resources/com.atlassian.bonfire.plugin:bonfire-shared-assets/images/icons/info_17.png") no-repeat 0 0;display:inline-block;vertical-align:text-top;margin-bottom:1px;margin-left:2px;margin-right:2px;height:17px;width:17px}.bf-inline-details-button:hover .bf-info-icon{background:transparent url("/s/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/2.9.17.291700032/_/download/resources/com.atlassian.bonfire.plugin:bonfire-shared-assets/images/icons/info_invert_17.png") no-repeat 0 0}.bf-inline-details-button,.bf-more-button{display:inline-block}.bf-inline-details-button:hover,.bf-more-button:hover{background-color:#3c78b5;border-radius:3px}.bf-cog-icon{background:transparent url("/s/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/2.9.17.291700032/_/download/resources/com.atlassian.bonfire.plugin:bonfire-shared-assets/images/icons/cog_grey_16.png") no-repeat 0 0;width:30px;display:inline-block;vertical-align:text-top;margin-bottom:1px;margin-left:2px;height:17px}.bf-more-button:hover .bf-cog-icon{background:transparent url("/s/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/2.9.17.291700032/_/download/resources/com.atlassian.bonfire.plugin:bonfire-shared-assets/images/icons/cog_grey_invert_16.png") no-repeat 0 0}.bf-more-button .bf-menu-arrow{height:0;width:0;border:4px solid black;border-bottom:0;border-left-color:transparent;border-right-color:transparent;display:inline-block;position:relative;right:-18px;top:-4px}.bf-more-button:hover .bf-menu-arrow{border-top-color:white}.bf-inline-actions{width:60px;white-space:nowrap;display:table-cell;table-layout:fixed;padding-left:8px}#bonfire-session-main .module>.mod-header>div{display:inline;vertical-align:text-bottom;padding-right:8px;background-color:white}.bf-raised-in-actions{position:absolute;right:19px;top:5px;padding:1px}.bf-raised-in-details-button{position:absolute;top:6px;right:52px}.bf-unraise-icon{display:none}.bf-raised-session-wrapper:hover .bf-unraise-icon{display:block;opacity:.25;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#efefef',GradientType=0) alpha(opacity=25)}.bf-raised-session-wrapper:hover .bf-unraise-icon:hover{display:block;opacity:1;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#efefef',GradientType=0) alpha(opacity=100)}.bf-opts-dropdown .bf-menu-arrow{height:0;width:0;border:4px solid #333;border-bottom:0;border-left-color:transparent;border-right-color:transparent;display:inline-block;position:relative;right:0;top:-1px}.bf-opts-dropdown-trigger:hover .bf-menu-arrow{border-top-color:black}.property-list dd,.status-container dd{-webkit-margin-start:0;-moz-margin-start:0;-ms-margin-start:0;margin-start:0;margin:0}#footer .footer-body>.footer-body.bf-footer-body{margin:0;padding:0;min-height:0}
/* module-key = 'com.atlassian.bonfire.plugin:bonfire-shared', location = 'includes/empty.css' */

/* module-key = 'com.atlassian.bonfire.plugin:bonfire-issuecollector', location = 'includes/empty.css' */

/* module-key = 'com.atlassian.bonfire.plugin:bonfire-jquery-ui', location = 'includes/css/lib/jquery-ui-1.8.16.bonfire.css' */
.uibonfire-helper-hidden{display:none}.uibonfire-helper-hidden-accessible{position:absolute!important;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px)}.uibonfire-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.uibonfire-helper-clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}.uibonfire-helper-clearfix{display:inline-block}/*\*/* html .uibonfire-helper-clearfix{height:1%}.uibonfire-helper-clearfix{display:block}/**/.uibonfire-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.uibonfire-state-disabled{cursor:default!important}.uibonfire-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.uibonfire-widget-overlay{position:absolute;top:0;left:0;width:100%;height:100%}.uibonfire-widget{font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;font-size:1em}.uibonfire-widget .uibonfire-widget{font-size:1em}.uibonfire-widget input,.uibonfire-widget select,.uibonfire-widget textarea,.uibonfire-widget button{font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;font-size:1em}.uibonfire-widget-content{border:1px solid #ddd;background:#eee;color:#333}.uibonfire-widget-content a{color:#333}.uibonfire-widget-header{border:1px solid #e78f08;background:#f6a828;color:#fff;font-weight:bold}.uibonfire-widget-header a{color:#fff}.uibonfire-state-default,.uibonfire-widget-content .uibonfire-state-default,.uibonfire-widget-header .uibonfire-state-default{border:1px solid #ccc;background:#f6f6f6;font-weight:bold;color:#1c94c4}.uibonfire-state-default a,.uibonfire-state-default a:link,.uibonfire-state-default a:visited{color:#1c94c4;text-decoration:none}.uibonfire-state-hover,.uibonfire-widget-content .uibonfire-state-hover,.uibonfire-widget-header .uibonfire-state-hover,.uibonfire-state-focus,.uibonfire-widget-content .uibonfire-state-focus,.uibonfire-widget-header .uibonfire-state-focus{border:1px solid #3c78b5;background:#3c78b5;font-weight:bold;color:#fff}.uibonfire-state-hover a,.uibonfire-state-hover a:hover{color:#c77405;text-decoration:none}.uibonfire-state-active,.uibonfire-widget-content .uibonfire-state-active,.uibonfire-widget-header .uibonfire-state-active{border:1px solid #fbd850;background:#fff;font-weight:bold;color:#eb8f00}.uibonfire-state-active a,.uibonfire-state-active a:link,.uibonfire-state-active a:visited{color:#eb8f00;text-decoration:none}.uibonfire-widget :active{outline:0}.uibonfire-state-highlight,.uibonfire-widget-content .uibonfire-state-highlight,.uibonfire-widget-header .uibonfire-state-highlight{border:1px solid #fed22f;background:#ffe45c;color:#363636}.uibonfire-state-highlight a,.uibonfire-widget-content .uibonfire-state-highlight a,.uibonfire-widget-header .uibonfire-state-highlight a{color:#363636}.uibonfire-state-error,.uibonfire-widget-content .uibonfire-state-error,.uibonfire-widget-header .uibonfire-state-error{border:1px solid #cd0a0a;background:#b81900;color:#fff}.uibonfire-state-error a,.uibonfire-widget-content .uibonfire-state-error a,.uibonfire-widget-header .uibonfire-state-error a{color:#fff}.uibonfire-state-error-text,.uibonfire-widget-content .uibonfire-state-error-text,.uibonfire-widget-header .uibonfire-state-error-text{color:#fff}.uibonfire-priority-primary,.uibonfire-widget-content .uibonfire-priority-primary,.uibonfire-widget-header .uibonfire-priority-primary{font-weight:bold}.uibonfire-priority-secondary,.uibonfire-widget-content .uibonfire-priority-secondary,.uibonfire-widget-header .uibonfire-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.uibonfire-state-disabled,.uibonfire-widget-content .uibonfire-state-disabled,.uibonfire-widget-header .uibonfire-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.uibonfire-icon-carat-1-n{background-position:0 0}.uibonfire-icon-carat-1-ne{background-position:-16px 0}.uibonfire-icon-carat-1-e{background-position:-32px 0}.uibonfire-icon-carat-1-se{background-position:-48px 0}.uibonfire-icon-carat-1-s{background-position:-64px 0}.uibonfire-icon-carat-1-sw{background-position:-80px 0}.uibonfire-icon-carat-1-w{background-position:-96px 0}.uibonfire-icon-carat-1-nw{background-position:-112px 0}.uibonfire-icon-carat-2-n-s{background-position:-128px 0}.uibonfire-icon-carat-2-e-w{background-position:-144px 0}.uibonfire-icon-triangle-1-n{background-position:0 -16px}.uibonfire-icon-triangle-1-ne{background-position:-16px -16px}.uibonfire-icon-triangle-1-e{background-position:-32px -16px}.uibonfire-icon-triangle-1-se{background-position:-48px -16px}.uibonfire-icon-triangle-1-s{background-position:-64px -16px}.uibonfire-icon-triangle-1-sw{background-position:-80px -16px}.uibonfire-icon-triangle-1-w{background-position:-96px -16px}.uibonfire-icon-triangle-1-nw{background-position:-112px -16px}.uibonfire-icon-triangle-2-n-s{background-position:-128px -16px}.uibonfire-icon-triangle-2-e-w{background-position:-144px -16px}.uibonfire-icon-arrow-1-n{background-position:0 -32px}.uibonfire-icon-arrow-1-ne{background-position:-16px -32px}.uibonfire-icon-arrow-1-e{background-position:-32px -32px}.uibonfire-icon-arrow-1-se{background-position:-48px -32px}.uibonfire-icon-arrow-1-s{background-position:-64px -32px}.uibonfire-icon-arrow-1-sw{background-position:-80px -32px}.uibonfire-icon-arrow-1-w{background-position:-96px -32px}.uibonfire-icon-arrow-1-nw{background-position:-112px -32px}.uibonfire-icon-arrow-2-n-s{background-position:-128px -32px}.uibonfire-icon-arrow-2-ne-sw{background-position:-144px -32px}.uibonfire-icon-arrow-2-e-w{background-position:-160px -32px}.uibonfire-icon-arrow-2-se-nw{background-position:-176px -32px}.uibonfire-icon-arrowstop-1-n{background-position:-192px -32px}.uibonfire-icon-arrowstop-1-e{background-position:-208px -32px}.uibonfire-icon-arrowstop-1-s{background-position:-224px -32px}.uibonfire-icon-arrowstop-1-w{background-position:-240px -32px}.uibonfire-icon-arrowthick-1-n{background-position:0 -48px}.uibonfire-icon-arrowthick-1-ne{background-position:-16px -48px}.uibonfire-icon-arrowthick-1-e{background-position:-32px -48px}.uibonfire-icon-arrowthick-1-se{background-position:-48px -48px}.uibonfire-icon-arrowthick-1-s{background-position:-64px -48px}.uibonfire-icon-arrowthick-1-sw{background-position:-80px -48px}.uibonfire-icon-arrowthick-1-w{background-position:-96px -48px}.uibonfire-icon-arrowthick-1-nw{background-position:-112px -48px}.uibonfire-icon-arrowthick-2-n-s{background-position:-128px -48px}.uibonfire-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.uibonfire-icon-arrowthick-2-e-w{background-position:-160px -48px}.uibonfire-icon-arrowthick-2-se-nw{background-position:-176px -48px}.uibonfire-icon-arrowthickstop-1-n{background-position:-192px -48px}.uibonfire-icon-arrowthickstop-1-e{background-position:-208px -48px}.uibonfire-icon-arrowthickstop-1-s{background-position:-224px -48px}.uibonfire-icon-arrowthickstop-1-w{background-position:-240px -48px}.uibonfire-icon-arrowreturnthick-1-w{background-position:0 -64px}.uibonfire-icon-arrowreturnthick-1-n{background-position:-16px -64px}.uibonfire-icon-arrowreturnthick-1-e{background-position:-32px -64px}.uibonfire-icon-arrowreturnthick-1-s{background-position:-48px -64px}.uibonfire-icon-arrowreturn-1-w{background-position:-64px -64px}.uibonfire-icon-arrowreturn-1-n{background-position:-80px -64px}.uibonfire-icon-arrowreturn-1-e{background-position:-96px -64px}.uibonfire-icon-arrowreturn-1-s{background-position:-112px -64px}.uibonfire-icon-arrowrefresh-1-w{background-position:-128px -64px}.uibonfire-icon-arrowrefresh-1-n{background-position:-144px -64px}.uibonfire-icon-arrowrefresh-1-e{background-position:-160px -64px}.uibonfire-icon-arrowrefresh-1-s{background-position:-176px -64px}.uibonfire-icon-arrow-4{background-position:0 -80px}.uibonfire-icon-arrow-4-diag{background-position:-16px -80px}.uibonfire-icon-extlink{background-position:-32px -80px}.uibonfire-icon-newwin{background-position:-48px -80px}.uibonfire-icon-refresh{background-position:-64px -80px}.uibonfire-icon-shuffle{background-position:-80px -80px}.uibonfire-icon-transfer-e-w{background-position:-96px -80px}.uibonfire-icon-transferthick-e-w{background-position:-112px -80px}.uibonfire-icon-folder-collapsed{background-position:0 -96px}.uibonfire-icon-folder-open{background-position:-16px -96px}.uibonfire-icon-document{background-position:-32px -96px}.uibonfire-icon-document-b{background-position:-48px -96px}.uibonfire-icon-note{background-position:-64px -96px}.uibonfire-icon-mail-closed{background-position:-80px -96px}.uibonfire-icon-mail-open{background-position:-96px -96px}.uibonfire-icon-suibonfiretcase{background-position:-112px -96px}.uibonfire-icon-comment{background-position:-128px -96px}.uibonfire-icon-person{background-position:-144px -96px}.uibonfire-icon-print{background-position:-160px -96px}.uibonfire-icon-trash{background-position:-176px -96px}.uibonfire-icon-locked{background-position:-192px -96px}.uibonfire-icon-unlocked{background-position:-208px -96px}.uibonfire-icon-bookmark{background-position:-224px -96px}.uibonfire-icon-tag{background-position:-240px -96px}.uibonfire-icon-home{background-position:0 -112px}.uibonfire-icon-flag{background-position:-16px -112px}.uibonfire-icon-calendar{background-position:-32px -112px}.uibonfire-icon-cart{background-position:-48px -112px}.uibonfire-icon-pencil{background-position:-64px -112px}.uibonfire-icon-clock{background-position:-80px -112px}.uibonfire-icon-disk{background-position:-96px -112px}.uibonfire-icon-calculator{background-position:-112px -112px}.uibonfire-icon-zoomin{background-position:-128px -112px}.uibonfire-icon-zoomout{background-position:-144px -112px}.uibonfire-icon-search{background-position:-160px -112px}.uibonfire-icon-wrench{background-position:-176px -112px}.uibonfire-icon-gear{background-position:-192px -112px}.uibonfire-icon-heart{background-position:-208px -112px}.uibonfire-icon-star{background-position:-224px -112px}.uibonfire-icon-link{background-position:-240px -112px}.uibonfire-icon-cancel{background-position:0 -128px}.uibonfire-icon-plus{background-position:-16px -128px}.uibonfire-icon-plusthick{background-position:-32px -128px}.uibonfire-icon-minus{background-position:-48px -128px}.uibonfire-icon-minusthick{background-position:-64px -128px}.uibonfire-icon-close{background-position:-80px -128px}.uibonfire-icon-closethick{background-position:-96px -128px}.uibonfire-icon-key{background-position:-112px -128px}.uibonfire-icon-lightbulb{background-position:-128px -128px}.uibonfire-icon-scissors{background-position:-144px -128px}.uibonfire-icon-clipboard{background-position:-160px -128px}.uibonfire-icon-copy{background-position:-176px -128px}.uibonfire-icon-contact{background-position:-192px -128px}.uibonfire-icon-image{background-position:-208px -128px}.uibonfire-icon-video{background-position:-224px -128px}.uibonfire-icon-script{background-position:-240px -128px}.uibonfire-icon-alert{background-position:0 -144px}.uibonfire-icon-info{background-position:-16px -144px}.uibonfire-icon-notice{background-position:-32px -144px}.uibonfire-icon-help{background-position:-48px -144px}.uibonfire-icon-check{background-position:-64px -144px}.uibonfire-icon-bullet{background-position:-80px -144px}.uibonfire-icon-radio-off{background-position:-96px -144px}.uibonfire-icon-radio-on{background-position:-112px -144px}.uibonfire-icon-pin-w{background-position:-128px -144px}.uibonfire-icon-pin-s{background-position:-144px -144px}.uibonfire-icon-play{background-position:0 -160px}.uibonfire-icon-pause{background-position:-16px -160px}.uibonfire-icon-seek-next{background-position:-32px -160px}.uibonfire-icon-seek-prev{background-position:-48px -160px}.uibonfire-icon-seek-end{background-position:-64px -160px}.uibonfire-icon-seek-start{background-position:-80px -160px}.uibonfire-icon-seek-first{background-position:-80px -160px}.uibonfire-icon-stop{background-position:-96px -160px}.uibonfire-icon-eject{background-position:-112px -160px}.uibonfire-icon-volume-off{background-position:-128px -160px}.uibonfire-icon-volume-on{background-position:-144px -160px}.uibonfire-icon-power{background-position:0 -176px}.uibonfire-icon-signal-diag{background-position:-16px -176px}.uibonfire-icon-signal{background-position:-32px -176px}.uibonfire-icon-battery-0{background-position:-48px -176px}.uibonfire-icon-battery-1{background-position:-64px -176px}.uibonfire-icon-battery-2{background-position:-80px -176px}.uibonfire-icon-battery-3{background-position:-96px -176px}.uibonfire-icon-circle-plus{background-position:0 -192px}.uibonfire-icon-circle-minus{background-position:-16px -192px}.uibonfire-icon-circle-close{background-position:-32px -192px}.uibonfire-icon-circle-triangle-e{background-position:-48px -192px}.uibonfire-icon-circle-triangle-s{background-position:-64px -192px}.uibonfire-icon-circle-triangle-w{background-position:-80px -192px}.uibonfire-icon-circle-triangle-n{background-position:-96px -192px}.uibonfire-icon-circle-arrow-e{background-position:-112px -192px}.uibonfire-icon-circle-arrow-s{background-position:-128px -192px}.uibonfire-icon-circle-arrow-w{background-position:-144px -192px}.uibonfire-icon-circle-arrow-n{background-position:-160px -192px}.uibonfire-icon-circle-zoomin{background-position:-176px -192px}.uibonfire-icon-circle-zoomout{background-position:-192px -192px}.uibonfire-icon-circle-check{background-position:-208px -192px}.uibonfire-icon-circlesmall-plus{background-position:0 -208px}.uibonfire-icon-circlesmall-minus{background-position:-16px -208px}.uibonfire-icon-circlesmall-close{background-position:-32px -208px}.uibonfire-icon-squaresmall-plus{background-position:-48px -208px}.uibonfire-icon-squaresmall-minus{background-position:-64px -208px}.uibonfire-icon-squaresmall-close{background-position:-80px -208px}.uibonfire-icon-grip-dotted-vertical{background-position:0 -224px}.uibonfire-icon-grip-dotted-horizontal{background-position:-16px -224px}.uibonfire-icon-grip-solid-vertical{background-position:-32px -224px}.uibonfire-icon-grip-solid-horizontal{background-position:-48px -224px}.uibonfire-icon-gripsmall-diagonal-se{background-position:-64px -224px}.uibonfire-icon-grip-diagonal-se{background-position:-80px -224px}.uibonfire-widget-overlay{background:#666;opacity:.50;filter:Alpha(Opacity=50)}.uibonfire-widget-shadow{margin:-5px 0 0 -5px;padding:5px;background:#000;opacity:.20;filter:Alpha(Opacity=20);-moz-border-radius:5px;-khtml-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.uibonfire-autocomplete{position:absolute;cursor:default;max-height:300px;overflow-y:auto;overflow-x:hidden;padding-right:20px}* html .uibonfire-autocomplete{width:1px;height:100px}.uibonfire-menu{list-style:none;padding:2px;margin:0;display:block;float:left}.uibonfire-menu .uibonfire-menu{margin-top:-3px}.uibonfire-menu .uibonfire-menu-item{margin:0;padding:0;zoom:1;float:left;clear:left;width:100%}.uibonfire-menu .uibonfire-menu-item a{text-decoration:none;display:block;padding:.2em .4em;line-height:1.5;zoom:1}.uibonfire-menu .uibonfire-menu-item a.uibonfire-state-hover,.uibonfire-menu .uibonfire-menu-item a.uibonfire-state-active{font-weight:normal;margin:-1px}
/* module-key = 'com.atlassian.bonfire.plugin:bonfire-jquery-ui', location = 'includes/css/lib/jquery-ui-bonfire-overrides.css' */
.uibonfire-widget{font-family:Arial,FreeSans,Helvetica,sans-serif;font-size:13px}.uibonfire-widget-content{background-color:#FFF;border-color:#BBB}.uibonfire-menu-item a.uibonfire-state-hover:hover{color:#FFF}
/* module-key = 'com.atlassian.bonfire.plugin:complete-session-resource', location = 'includes/css/complete-session.css' */
.bfcom-main-form{max-width:840px}.bfcom-select{width:200px}.bf-com-fullwidth{width:100%}.bf-kick-warning{margin-top:4px}
/* module-key = 'com.atlassian.bonfire.plugin:quick-session-dialog-resources', location = 'includes/css/quick-session.css' */
.msie-8 .bfq-main-container.bfq-error-main,.bfq-main-container{height:370px}.bfq-main-container.bfq-error-main{height:170px}.bfq-header{height:60px;border-bottom:1px solid #BBB}.bfq-button{border:1px solid #BBB;padding:8px;display:inline-block;margin-top:10px;background-color:#d8e4f0}.bfq-button.bfq-not-selected:hover,.bfq-button.bfq-not-selected.bfq-first:hover,.bfq-button.bfq-not-selected.bfq-last:hover{border-color:#999;cursor:pointer}.bfq-button.bfq-not-selected{background-image:-moz-linear-gradient(100% 100% 90deg,#efefef,white);background-image:-webkit-gradient(linear,0% 0,0% 100%,from(white),to(#efefef));background-image:-webkit-linear-gradient(white,#efefef);background-image:-o-linear-gradient(white,#efefef);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#efefef',GradientType=0)}.bfq-button.bfq-not-selected.bfq-first{border-right:1px solid #BBB}.bfq-button.bfq-not-selected.bfq-last{border-left:1px solid #BBB}.bfq-button.bfq-first{border-right:0;-moz-border-top-left-radius:3px;-moz-border-bottom-left-radius:3px;-webkit-border-top-left-radius:3px;-webkit-border-bottom-left-radius:3px;border-top-left-radius:3px;border-bottom-left-radius:3px}.bfq-button.bfq-last{margin-right:10px;border-left:0;-moz-border-top-right-radius:3px;-moz-border-bottom-right-radius:3px;-webkit-border-top-right-radius:3px;-webkit-border-bottom-right-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px}.bfq-main-content{height:290px;border-bottom:1px solid #BBB}.bfq-session-name{font-size:19px;color:#326ca5}.bfq-button-container{float:right;display:inline-block}.bfq-name-container{display:inline-block;margin-top:20px;margin-left:19px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:175px}.bfq-swappable-content{padding:10px;max-height:290px;height:290px;overflow:auto;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.bfq-table{display:table}.bfq-note-container{display:table-row}.bfq-note-left{display:table-cell;width:32px;padding-top:8px;padding-left:4px}.bfq-note-right{display:table-cell;width:100%;vertical-align:top;padding:8px 8px 8px;border-bottom:1px solid #eaeaea}.bfq-timestamp{color:#808080;font-size:11px}.bfq-note-op{padding-left:8px}.bfq-note-edit{position:relative}.bfq-note-edit-container,.bfq-add-info-container{border:1px solid #4e91fe;padding-left:2px}.bfq-add-note-container{position:relative;margin-top:20px;border:1px solid #4e91fe;padding-left:2px}.bfq-note-textarea,.bfq-info-textarea,.bfq-add-note-textarea{width:100%;height:60px;max-height:60px;resize:none;border:0;-webkit-appearance:none;outline:0;overflow:auto;padding:0}textarea.bfq-info-textarea{height:200px;max-height:200px}.bfq-add-note-actions{position:relative;height:31px}.bfq-note-button{border:1px solid #AAA;color:#111;display:block;cursor:default;line-height:22px;padding:0 10px 1px;text-align:center;font-size:13px;background-image:-moz-linear-gradient(100% 100% 90deg,#efefef,white);background-image:-webkit-gradient(linear,0% 0,0% 100%,from(white),to(#efefef));background-image:-webkit-linear-gradient(white,#efefef);background-image:-o-linear-gradient(white,#efefef);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#efefef',GradientType=0);border-radius:.25em;text-decoration:none;width:60px;position:absolute;right:0;bottom:3px;margin-top:8px}.bfq-note-button:hover{text-decoration:none;color:#111;cursor:pointer;border-color:#000}.bfq-note-button:active{text-decoration:none;color:#111;cursor:pointer;border-color:#000;background-color:#d8e4f0;background-image:none}.bfq-add-info-cancel{display:inline-block;padding-left:4px}.bfq-note-edit-cancel,.bfq-addinfo-wiki{padding:8px}.bfq-note-data{padding-left:4px}.bfq-note-data.bfq-editable{cursor:pointer}.bfq-note-data.bfq-editable:hover,.bfq-addinfo-wiki.bfq-editable:hover{outline:1px solid #AAA}.bfq-edit-error,.bfq-error{color:#C00;font-weight:bold}.note-tag{background:url(/s/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/2.9.17.291700032/_/download/resources/com.atlassian.bonfire.plugin:quick-session-dialog-resources/images/notes-sprite.png) no-repeat;display:inline-block;height:14px;margin:0;vertical-align:text-top;width:12px}.note-tag.tag-unknown{background:0;height:auto;vertical-align:inherit;width:auto;font-style:italic}.note-tag.tag-question{background-position:0 -20px}.note-tag.tag-assumption{background-position:0 -40px}.note-tag.tag-idea{background-position:0 -60px}.note-tag.tag-followUp{background-position:0 -80px}.bfq-inline-edit-button-icons{background:transparent no-repeat 0 0;background-image:url("/s/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/2.9.17.291700032/_/download/resources/com.atlassian.bonfire.plugin:quick-session-dialog-resources/images/icons/tick_cross.png");display:inline-block;height:16px;vertical-align:text-top;width:16px;margin:0;padding:0}.bfq-cross-icon{background-position:-23px 0}.bfq-inline-edit-buttons:hover .bfq-cross-icon{background-position:-23px -20px}.bfq-tick-icon{background-position:1px 0}.bfq-inline-edit-buttons:hover .bfq-tick-icon{background-position:1px -20px}.bfq-inline-edit-buttons{height:22px;padding:0;width:28px;display:inline-block;padding:0;margin:0;border:1px solid #AAA;background-image:-moz-linear-gradient(100% 100% 90deg,#dfdfdf,white);background-image:-webkit-gradient(linear,0% 0,0% 100%,from(white),to(#dfdfdf));background-image:-webkit-linear-gradient(white,#dfdfdf);background-image:-o-linear-gradient(white,#dfdfdf);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#dfdfdf',GradientType=0)}.bfq-inline-edit-buttons.bfq-submit{border-radius:3px 0 0 3px}.bfq-inline-edit-buttons.bfq-submit:hover,.bfq-inline-edit-buttons.bfq-cancel:hover{border-color:#666}.bfq-inline-edit-buttons.bfq-cancel{border-radius:0 3px 3px 0;border-left-color:#EEE;margin-left:0}.bfq-inline-button-container{position:absolute;z-index:50;background-color:#ddedff;padding:8px 10px;border-radius:0 0 3px 3px;border:1px solid #a7c8ff;border-top:0}.bfq-inline-button-container.bfq-add-info-actions{right:11px}.bfq-inline-button-container.bfq-note-edit-actions{right:0}.bfq-waiting-icon{padding-right:4px;vertical-align:text-bottom;display:inline-block;height:16px;width:16px;background:transparent url("/s/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/2.9.17.291700032/_/download/resources/com.atlassian.bonfire.plugin:quick-session-dialog-resources/images/icons/wait.gif") no-repeat 0 0}.bfq-placeholder-label{position:absolute;left:2px;top:2px;color:#BBB}.bfq-error-container{margin:8px;top:20%;position:relative}
/* module-key = 'com.atlassian.bonfire.plugin:bonfire-test-session-dialog', location = 'includes/empty.css' */

/* module-key = 'com.atlassian.bonfire.plugin:bonfire-filtered-sessions', location = 'includes/empty.css' */

/* module-key = 'com.atlassian.bonfire.plugin:bonfire-editable-notes-assets', location = 'includes/css/editable-notes.css' */
.session-activity-content{clear:both;display:block;margin-left:167px}.session-activity-content form.aui{margin-bottom:0;font-size:14px}#page .session-activity-content form.aui{font-size:13px}.bonfire-session-note{border-bottom:1px solid #ddd}.bonfire-session-note form.aui{margin-bottom:0}#session-activity .status-container{float:none}.status-container,.session-issue-raised,.session-issue-attachment,.assign-container{padding-top:4px;padding-bottom:4px}#session-activity .editable-note-target{padding:0}.editable-note-target{padding:4px;position:relative}.aui.edit-note-form{margin:0}.editable-note-target.editable:hover{background-color:#f0f0f0}.editable-note-target.active{background-color:#ebf1fd}.editable-note-target.flash{background-color:#ffd}form.aui .editable-note-target{color:#000}.editable-note-target.completed .editable-note-wiki-wrapper,form.aui .editable-note-target.completed .editable-note-wiki-wrapper{opacity:.3;text-decoration:line-through}.bonfire-session-note .editable-note-target{margin-left:0}#session-activity .editable-note-icon-container{display:none}#session-activity .editable-note-content{margin-left:16px}.editable-note-icon-container{float:left;vertical-align:top;width:30px}.editable-note-target.double .editable-note-icon-container{width:60px}.editable-note-icon-container a,.editable-note-icon-container a:hover{text-decoration:none}.editable-note-icon,.note-tag{background:url(/s/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/2.9.17.291700032/_/download/resources/com.atlassian.bonfire.plugin:bonfire-editable-notes-assets/images/notes-sprite.png) no-repeat;display:inline-block;height:14px;margin:0 10px 0 0;vertical-align:text-top;width:12px}.editable-note-session-icon{height:16px;overflow:hidden;text-indent:-999em;width:16px}.msie-7 .editable-note-icon,.msie-7 .note-tag{display:inline;zoom:1}.editable-note-resolution-control{display:inline-block;height:16px;margin:0 10px 0 0;width:16px}.msie .editable-note-resolution-control{margin:0;vertical-align:text-top}.editable-note-session-icon{background-position:0 -100px}.editable-note-target:hover .editable-note-session-icon{background-position:-20px -100px}.editable-note-target:hover .editable-note-session-icon:hover{background-position:-40px -100px}.note-tag{margin:0}.note-tag.tag-unknown{background:0;height:auto;vertical-align:inherit;width:auto;font-style:italic}.note-tag.tag-question{background-position:0 -20px}.note-tag.tag-assumption{background-position:0 -40px}.note-tag.tag-idea{background-position:0 -60px}.note-tag.tag-followUp{background-position:0 -80px}.editable-note-content{margin-left:30px;margin-right:14px;position:relative}.editable-note-target.double .editable-note-content{margin-left:60px;margin-right:12px}.editable-note-original{display:none}.editable-note-readonly{display:none;padding:4px 40px 4px 4px;position:relative}.editable-note-readonly.active{display:block}.editable-note-target:hover .editable-note-readonly.editable{background-color:#FFF;outline:1px solid #AAA}.editable-note-readonly.editable:hover{cursor:pointer}.editable-note-readonly .icon-edit-sml{margin:0;position:absolute;right:16px;top:0;background-color:#f0f0f0;border-left:1px solid #BBB;border-bottom:1px solid #BBB;visibility:hidden}.editable-note-readonly .editable-note-delete-button{margin:0;position:absolute;right:0;top:0;background-color:#f0f0f0;border-left:1px solid #BBB;border-bottom:1px solid #BBB;visibility:hidden}.editable-note-target:hover .editable .icon-edit-sml,.editable-note-target:hover .editable .editable-note-delete-button{visibility:visible}.editable-note-wiki-wrapper *:last-child{margin-bottom:0}.editable-note-wiki-wrapper blockquote:first-child{margin-top:0}form.aui .editable-note-wiki-wrapper p{padding:0}.editable-note-input-container{background-color:#FFF;border:1px solid #4e91fe;display:none;padding:4px 4px 2px;width:100%}.editable-note-input-container.active{display:inline-block}.editable-note-input{border:0;height:2em;outline:0;padding:0;resize:none;width:100%}#addNoteForm{margin-bottom:1em}.editable-note-buttons{position:absolute;right:-10px;bottom:-39px;z-index:50;background-color:#ddedff;border-radius:0 0 3px 3px;border:1px solid #a7c8ff;border-top:0}form.aui .editable-note-buttons.buttons{padding:8px 10px}.bf-note-waiting-icon{position:absolute;top:4px;right:-4px;height:16px;width:16px;background:transparent url("/s/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/2.9.17.291700032/_/download/resources/com.atlassian.bonfire.plugin:bonfire-editable-notes-assets/images/icons/wait.gif") no-repeat 0 0}
/* module-key = 'com.atlassian.bonfire.plugin:bonfire-editable-notes', location = 'includes/empty.css' */

/* module-key = 'com.atlassian.plugins.atlassian-nav-links-plugin:rotp-projectshortcuts', location = 'projectshortcuts/projectshortcuts.css' */
.dialog-panel-body .projectshortcuts-heading{color:#707070;font-size:1em;font-weight:bold;margin:20px 0 0;text-transform:uppercase}.projectshortcut-links{color:#707070;list-style:none;margin:10px 0 0;padding:0}.projectshortcut-links>li{display:inline-block;margin-top:10px}.projectshortcut-links>li:after{content:"\2022";margin:0 10px}.projectshortcut-links>.last:after{content:normal;margin:0}.projectshortcuts-heading+.projectshortcut-links{margin-top:0}.projectshortcuts-loading{padding-bottom:48px;position:relative;text-align:center}.projectshortcuts-loading:after{bottom:0;content:url(data:image/gif;base64,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);left:50%;margin-left:-8px;position:absolute}.aui-dialog #projectShortcutsContent{padding-left:11px}.project-shortcut-dialog-trigger{cursor:pointer;float:left;position:relative}.project-shortcut-dialog-trigger:after{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAJFBMVEX///////9dXV3W1tZ6enplZWXLy8utra3g4OD09PSOjo6EhISIeIDmAAAAAXRSTlMAQObYZgAAAGJJREFUeNplT9sOQCEIMsjs8v//e45aW1u8aMACJTDxY8pBRTXS/pFv1VYCTTV07WWjq3vQfAXoHois6hqTKHUJzJdBDp8GSWVsBw/Bi7CbMLyfZixPbBbLlCj2VH+Pe87/AEwfAnbLq1BrAAAAAElFTkSuQmCC) no-repeat 0 0;content:"";display:none;top:0;left:0;height:16px;width:16px;position:absolute}.project-shortcut-dialog-trigger:hover:after{display:block}.project-shortcut-helptip h3{font-size:19px;line-height:1.2106;margin-top:0}.project-dialog-header-wrapper .project-header{border-bottom:1px solid #CCC;padding:10px 0 14px 15px;background-color:#f2f2f2;margin:0;height:48px}.project-dialog-header-wrapper .project-header img{height:48px;width:48px;-webkit-border-radius:50%;border-radius:50%}#project-shortcuts-dialog .dialog-panel-body{padding-left:0;padding-right:0;padding-top:0}.project-dialog-header-wrapper h2.dialog-title{border-bottom:0;display:inline-block;vertical-align:top;padding-top:5px;min-width:50%;padding-right:0;padding-left:0;margin-right:18px;margin-left:18px;line-height:48px}.poject-dialog-header-wrapper{padding:20px}.project-dialog-header-wrapper .project-right-column{padding-left:10px}.project-dialog-header-wrapper .project-content-wrapper{padding:20px 60px 20px 85px;color:#333}.project-dialog-header-wrapper .project-heading{background-color:#f2f2f2;padding-top:15px;padding-left:10px;padding-bottom:25px;padding-right:60px}.projectshortcuts-description{padding-top:20px;max-height:72px;overflow:hidden}
/* module-key = 'com.atlassian.jira.plugins.jira-dnd-attachment-plugin:jira-html5-attach-images-resources', location = 'css/jira-html5-attach-images.css' */
.attach-screenshot-pasted-image{max-height:280px;max-width:100%;vertical-align:middle}.attach-screenshot-padding{padding:.5em}#attach-screenshot-image-container{height:300px;text-align:center;line-height:300px;border:1px solid #f0f0f0}#attach-screenshot-image-container.focus{border-color:#326ca6;border-style:dotted}.attach-screenshot-placeholder{font-size:1em}#attach-screenshot-progress-container .file-progress{position:relative;height:5px;width:320px;padding:5px 0}#attach-screenshot-upload-progress .progress-background-color{background:#e9e9e9;border-radius:3px;border-width:0}#attach-screenshot-upload-progress .progress-fill-color{background:#3572b0;border-radius:3px 0 0 3px}#attach-screenshot-fake-input{border:0;width:1px;height:1px;margin:0;position:absolute;opacity:0}#attach-screenshot-placeholder-message{text-align:center}.attach-screenshot-dragover{box-shadow:0 0 20px #BBB inset;border-color:#BBB;background-color:#fafafa}.attach-screenshot-padding-inner .field-group.attach-screenshot-image-error{padding-left:0}.aui-message+#attach-screenshot-inner-container{margin-top:10px}.attach-screenshot-paste-catcher{position:fixed;width:1px;height:1px;opacity:0;overflow:hidden}.issueaction-attach-screenshot-html5{display:none!important}
/* module-key = 'jira.webresources:avatar-picker', location = '/includes/ajs/avatarpicker/AvatarPicker.less' */
.jira-avatars{margin:0;padding:0;list-style-type:none}.jira-avatars img{margin:3px;padding:2px;border:2px solid transparent;vertical-align:middle}.jira-avatars .jira-avatar{cursor:pointer;display:inline-block;position:relative}.jira-avatars .jira-avatar>span{display:block;margin:0;padding:0;line-height:0}.jira-avatars .jira-avatar:hover img{-moz-box-shadow:3px 3px 5px rgba(0,0,0,0.5);-webkit-box-shadow:3px 3px 5px rgba(0,0,0,0.5);box-shadow:3px 3px 5px rgba(0,0,0,0.5);border-color:#000}.jira-avatars .jira-avatar .jira-delete-avatar{opacity:0;position:absolute;height:16px;width:16px;background:url("/s/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/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-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 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;
}

.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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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: 20px;
}

/*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 10px 4px 10px;
}

.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;
}

/* 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 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;
}

.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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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: 20px;
}

/*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 10px 4px 10px;
}

.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;
}

/* 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,  form.aui .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 .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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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;
}

/*
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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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: flex;
    align-items: center;
}

.close-image-corosel{
	color: white;
	overflow: hidden;
	cursor: pointer;
	margin-bottom: 20px;
	/* background: url('/s/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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;
}

.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;
}

#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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/download/resources/com.thed.zephyr.je:zephyr-je-schedule/../com.thed.zephyr.je/images/icons/icon-create.png") no-repeat scroll 2px 2px;
}

#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-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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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: calc(100% - 102px);
	}

  #execution-history-dialog-container{
	height: 100%;
	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: calc(100% - 25px);
		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 .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;
}

.next-page-pagination:before {
	/* transform: rotate(90deg); */
	cursor: pointer;
}

.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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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%;
    max-width: 100%;
}
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 .item-attachments{
	padding-top: 5px;
}
#attachmentexecutionmodule .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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/download/resources/com.thed.zephyr.je:zephyr-je-schedule/images/icons/download-icon.svg') no-repeat center;
	background-size: 37px 22px;
}

.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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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 .item-attachments .attachment-content.add-attachment{
	background: #deebff;
	border-radius: 3px;
}
#attachmentexecutionmodule .item-attachments .attachment-content.add-attachment a div{
	background: url(/s/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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 .item-attachments .attachment-content:hover{
	background: #FFF !important
}
#attachmentexecutionmodule .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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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 40px 40px;

}

#execution-history-id  .zfj-execution-history-dialog-content {
	padding: 0px 40px;
}
.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: 20px 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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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;
  text-align: justify;
}

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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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;
}

.zephyr-arrow-right {
	transform: rotate(-90deg);
	overflow: hidden;
}

/* .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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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: 12px;
}
.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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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: 6px;
}

.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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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;
}

#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;
}
.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;
}
#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;
}
#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: 200px;
    width: auto;
    flex: 1 0 auto;
}
.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  > div:not(:first-child) {
  pointer-events: none;
  opacity: 0.4;
  z-index: 1000;
}

.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  {
	visibility: hidden;
	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 .user-content-block{
	overflow: inherit;
	overflow: initial;
}
#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%;
}
/* module-key = 'com.atlassian.auiplugin:aui-restfultable', location = 'src/less/aui-experimental-restfultable.less' */
span.aui-restfultable-throbber{background:url(/s/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/6.1.0/_/download/resources/com.atlassian.auiplugin:aui-restfultable/wait.gif) center center no-repeat;display:inline-block;height:16px;text-align:left;text-indent:-999px;visibility:hidden;width:20px}.aui-restfultable-init{text-align:center;vertical-align:middle;padding:20px}.aui-restfultable-init .aui-restfultable-loading{top:-4px;position:relative}.aui-restfultable-init .aui-restfultable-throbber,.aui-restfultable .aui-restfultable-row.loading .aui-restfultable-throbber{visibility:visible}table.aui.aui-restfultable>thead>tr>th{background-color:#fff}.aui-restfultable .aui-restfultable-status{width:1px;white-space:nowrap}.aui-restfultable-row td{vertical-align:top}.aui-restfultable-row .aui-restfultable-order{width:8px}.aui-restfultable-row .aui-restfultable-operations{width:160px;white-space:nowrap}.aui-restfultable-row .aui-restfultable-throbber{width:20px}.aui-restfultable-row .aui-restfultable-operations input.button,.aui-restfultable .aui-restfultable-row select{margin-top:2px}.aui-restfultable .aui-restfultable-row input.text,.aui-restfultable .aui-restfultable-row select{box-sizing:border-box;margin:0;max-width:none;width:100%}.aui-restfultable .aui-restfultable-order{width:8px}.aui-restfultable .aui-restfultable-row .aui-restfultable-draghandle{display:inline-block;width:8px;min-height:24px;margin-bottom:-6px;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGUlEQVR42mNgAIJz507/Z4AxVqxYAuEgAwD26QnApt++GwAAAABJRU5ErkJggg==");cursor:move}.aui-restfultable-create td{border:solid #ccc;border-width:1px 0}.aui-restfultable .aui-restfultable-create .aui-restfultable-draghandle{display:none}.aui-restfultable-row.aui-restfultable-focused td{background-color:#ebf2f9}.aui-restfultable-row.aui-restfultable-disabled td{opacity:0.5}.aui-restfultable-readonly.ui-sortable-helper{white-space:nowrap}.aui-restfultable-readonly.aui-restfultable-movable>div{background-color:#f5f5f5 !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:#999}.aui-restfultable-row.aui-restfultable-active{background-color:#f5f5f5}.aui-restfultable-allowhover tr:hover td{background-color:#f5f5f5}.aui-restfultable-allowhover tr.aui-restfultable-focused td{background-color:#ebf2f9}.aui-restfultable-allowhover td:hover .aui-restfultable-editable{visibility:visible;background:#fffdf6;cursor:pointer}.aui-restfultable .error{clear:both;color:#d04437;display:block;margin:5px 0 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}#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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/download/resources/com.thed.zephyr.je:zephyr-je-create-steps/images/grippy.png");cursor:move}
/* module-key = 'com.atlassian.jira.plugins.jira-admin-helper-plugin:dialog-resources', location = 'css/link.less' */
#inline-dialog-field_picker_popup .whereismycf-qfpicker-link{float:right}
/* module-key = 'com.atlassian.jira.project-templates-plugin:project-templates-plugin-resources', location = '/css/project-templates-plugin.less' */
#add-project-dialog .templates,#add-project-dialog .template{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}#add-project-dialog .templates{padding:1px;overflow:auto;list-style:none;margin:0}#add-project-dialog .templates:focus{outline:none}#add-project-dialog .template{float:left;vertical-align:top;margin:0;padding:10px;border:1px solid white;border-radius:3px;cursor:pointer;width:388px;height:80px;-webkit-user-select:none;-moz-user-select:none;user-select:none}#add-project-dialog .template.selected{background-color:#E6EFF8;border-radius:3px}#add-project-dialog .dialog-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{float:right;font-size:14px;margin-top:5px}#add-project-dialog .footer-links{float:left}#add-project-dialog .pt-content{background:no-repeat 95% 100%}#add-project-dialog .add-project-wrapper{display:table}#add-project-dialog .add-project-form-wrapper{width:460px;padding-right:60px}#add-project-dialog .add-project-description-wrapper{display:table-cell;margin-left:5px;vertical-align:top}#add-project-dialog .add-project-description-wrapper h3{color:#3B73AF}#add-project-dialog .template-description{height:40px}#add-project-dialog .add-project-back-button{margin-left:10px}#add-project-dialog .template-group-header{margin-bottom:5px}#add-project-dialog .template-group-header .project-type-icon{width:18px;height:18px;vertical-align:top;margin-right:5px}#add-project-dialog .template-group{padding-bottom:0;margin-bottom:8px}#add-project-dialog.aui-dialog .dialog-button-panel .footer-links .button-panel-link{padding-left:10px}#add-project-dialog .offscreen-left{left:-9999px;position:absolute}#add-project-dialog .create-shared-info{display:none;color:#999}#add-project-dialog .field-group.project-picker-group{padding-top:2em;padding-bottom:2em}#add-project-dialog .aui-icon-help{cursor:pointer}#add-project-dialog #create-shared-project-form p{margin-top:0}.aui-icon.aui-icon-create-shared{background-image:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDE4LjU0MiAxOC4yNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTguNTQyIDE4LjI1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxyZWN0IHg9IjMuODg0IiB5PSIxMS4xNjciIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtmaWxsOiMzNzczQjE7IiB3aWR0aD0iMiIgaGVpZ2h0PSIxIi8+CjxyZWN0IHg9IjQuMzIyIiB5PSIxLjE2NyIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO2ZpbGw6IzM3NzNCMTsiIHdpZHRoPSIyIiBoZWlnaHQ9IjEiLz4KPHJlY3QgeD0iMTEuNDU4IiB5PSI1Ljg4NiIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO2ZpbGw6IzM3NzNCMTsiIHdpZHRoPSIxIiBoZWlnaHQ9IjAuOTY4Ii8+CjxwYXRoIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtmaWxsOiMzNzczQjE7IiBkPSJNMTIuMDU4LDEuOTc2TDExLjI2MiwyLjU3YzAuMTI4LDAuMTcyLDAuMTk2LDAuMzc1LDAuMTk2LDAuNTg5Cgl2MC43MjdoMVYzLjE1OUMxMi40NTgsMi43MTYsMTIuMzA2LDIuMzA5LDEyLjA1OCwxLjk3NnoiLz4KPHBhdGggc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO2ZpbGw6IzM3NzNCMTsiIGQ9Ik0yLjQ1OCwxMC4xNzRWOS43MzZoLTF2MC40MzljMCwwLjU0NiwwLjIyMywxLjA0NCwwLjU4MywxLjQwNQoJbDAuNzA4LTAuNzA2QzIuNTYyLDEwLjY4NSwyLjQ1OCwxMC40MzcsMi40NTgsMTAuMTc0eiIvPgo8cmVjdCB4PSI4LjMyMiIgeT0iMS4xNjciIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtmaWxsOiMzNzczQjE7IiB3aWR0aD0iMiIgaGVpZ2h0PSIxIi8+CjxyZWN0IHg9IjEuNDU4IiB5PSI1LjczNiIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO2ZpbGw6IzM3NzNCMTsiIHdpZHRoPSIxIiBoZWlnaHQ9IjIiLz4KPHBhdGggc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO2ZpbGw6IzM3NzNCMTsiIGQ9Ik0xLjQ1OCwzLjE1OXYxLjAwOGgxVjMuMTU5YzAtMC4zMzksMC4xNzMtMC42NTIsMC40NjItMC44MzYKCUwyLjM4NCwxLjQ4M0MxLjgzMSwxLjgzNywxLjQ1OCwyLjQ1MywxLjQ1OCwzLjE1OXoiLz4KPGc+Cgk8ZGVmcz4KCQk8cmVjdCBpZD0iU1ZHSURfMV8iIHg9IjkuNDU4IiB5PSIxMS4xMjUiIHdpZHRoPSI1IiBoZWlnaHQ9IjEiLz4KCTwvZGVmcz4KCTxjbGlwUGF0aCBpZD0iU1ZHSURfMl8iPgoJCTx1c2UgeGxpbms6aHJlZj0iI1NWR0lEXzFfIiAgc3R5bGU9Im92ZXJmbG93OnZpc2libGU7Ii8+Cgk8L2NsaXBQYXRoPgoJPHJlY3QgeD0iNC40NTgiIHk9IjYuMTI1IiBzdHlsZT0iY2xpcC1wYXRoOnVybCgjU1ZHSURfMl8pO2ZpbGw6IzM3NzNCMTsiIHdpZHRoPSIxNSIgaGVpZ2h0PSIxMSIvPgo8L2c+CjxyZWN0IHg9IjExLjQ1OCIgeT0iOS4xMjUiIHN0eWxlPSJmaWxsOiMzNzczQjE7IiB3aWR0aD0iMSIgaGVpZ2h0PSI1Ii8+CjxwYXRoIHN0eWxlPSJmaWxsOiMzNzczQjE7IiBkPSJNMTUuNDY2LDcuMTY3YzAuNTQ3LDAsMC45OTIsMC40NDUsMC45OTIsMC45OTJ2Ny4wMTZjMCwwLjU0Ny0wLjQ0NSwwLjk5Mi0wLjk5MiwwLjk5Mkg4LjQ1CgljLTAuNTQ3LDAtMC45OTItMC40NDUtMC45OTItMC45OTJWOC4xNTljMC0wLjU0NywwLjQ0NS0wLjk5MiwwLjk5Mi0wLjk5MkgxNS40NjYgTTE1LjQ2Niw2LjE2N0g4LjQ1CgljLTEuMDkyLDAtMS45OTIsMC44OTItMS45OTIsMS45OTJ2Ny4wMTZjMCwxLjA5MiwwLjg5MiwxLjk5MiwxLjk5MiwxLjk5Mmg3LjAxNmMxLjA5MiwwLDEuOTkyLTAuODkyLDEuOTkyLTEuOTkyVjguMTU5CglDMTcuNDU4LDcuMDY3LDE2LjU2Niw2LjE2NywxNS40NjYsNi4xNjdMMTUuNDY2LDYuMTY3eiIvPgo8L3N2Zz4K")}#inline-dialog-shared-project-help-popup{z-index:3500}#inline-dialog-shared-project-help-popup .shared-help{padding:10px}#inline-dialog-shared-project-help-popup .shared-help ul{margin-top:6px}
/* module-key = 'com.atlassian.jira-core-project-templates:jira-core-project-templates-resources', location = '/css/core-project-templates.css' */
#add-project-dialog .project-template-issuetype-list{display:block;list-style:none;padding:0;word-wrap:break-word;word-break:break-word;margin-top:10px;margin-left:15px}#add-project-dialog .project-template-issuetype-list>li{position:relative;padding-left:22px}#add-project-dialog .suitable-projects-for-the-template{padding:0;margin-left:15px}#add-project-dialog .issuetype-icon{position:absolute;left:0;margin-top:2px;width:16px;height:16px}#add-project-dialog .left-info{width:370px;float:left;padding-right:10px}#add-project-dialog .right-info{background-repeat:no-repeat;background-position:top center;width:400px;height:270px;float:right;margin-top:-8px}#add-project-dialog .right-info.issue-tracking-screenshot{background-image:url('/s/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/6.2.0/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/6.2.0/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/6.2.0/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/6.2.0/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/6.2.0/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/6.2.0/_/download/resources/com.atlassian.jira-core-project-templates:jira-core-project-templates-resources/images/icons/svg/bug.svg')}#add-project-dialog .top-panel{padding-bottom:15px;width:100%;float:top}#add-project-dialog .right-panel{padding:3px 3px 3px 30px;width:40%;float:left}#add-project-dialog .left-panel{padding:3px;padding-left:0;width:40%;float:left}#add-project-dialog .workflow{background-size:100%;background-repeat:no-repeat;width:330px;height:100px;margin-top:20px}#add-project-dialog .workflow.taskManagement{background-image:url('/s/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/6.2.0/_/download/resources/com.atlassian.jira-core-project-templates:jira-core-project-templates-resources/images/svg/core-task-management-workflow.svg')}#add-project-dialog .workflow.projectManagement{background-image:url('/s/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/6.2.0/_/download/resources/com.atlassian.jira-core-project-templates:jira-core-project-templates-resources/images/svg/core-project-management-workflow.svg')}#add-project-dialog .workflow.processManagement{background-image:url('/s/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/6.2.0/_/download/resources/com.atlassian.jira-core-project-templates:jira-core-project-templates-resources/images/svg/core-process-management-workflow.svg');width:430px;height:130px;margin-top:10px}
/* module-key = 'com.atlassian.bonfire.plugin:bonfire-active-session-headsup-assets', location = 'includes/css/bonfire-headsup.css' */
#bonfire-build-info{display:none}.bonfire-headsup{text-align:center;font-size:12px;background-color:#f6c342;color:#333;padding:3px}#bonfire-linkToCurrentSession,.aui-theme-default #header #bonfire-linkToCurrentSession{margin:0 3px;color:#333}#bonfire-linkToTriangle{border:4px solid transparent;border-left:4px solid #333;border-right:0;content:"";height:0;position:absolute;width:0;top:3px}#bonfire-headsup-icon{position:relative;top:2px}#bonfire-headsup-text{position:relative;top:-1px}#bonfire-headsup-extention-alert{background-color:#e0efff;color:black;margin:0;text-align:center;padding:5px}#bonfire-headsup-close-button{background-repeat:no-repeat;cursor:pointer;float:right;height:16px;width:16px;background:url('/s/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/2.9.17.291700032/_/download/resources/com.atlassian.bonfire.plugin:bonfire-active-session-headsup-assets/images/aui-icon-close.png') no-repeat scroll 0 0 transparent}
/* module-key = 'com.atlassian.bonfire.plugin:bonfire-active-session-headsup', location = 'includes/empty.css' */

/* module-key = 'com.pyxis.greenhopper.jira:gh-custom-field-pickers', location = '/includes/css/gh-custom-field-pickers.less' */
.ghx-estimate-scope-warning{border:1px solid #f6c342;border-top:0;color:#707070;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{background-color:#fff;border-color:#707070;color:#707070}#jira .ghx-label-1{color:#fff;background-color:#815b3a;border-color:#815b3a}#jira .ghx-label-2{color:#fff;background-color:#f79232;border-color:#f79232}#jira .ghx-label-3{color:#fff;background-color:#d39c3f;border-color:#d39c3f}#jira .ghx-label-4{color:#fff;background-color:#3b7fc4;border-color:#3b7fc4}#jira .ghx-label-5{color:#fff;background-color:#4a6785;border-color:#4a6785}#jira .ghx-label-6{color:#fff;background-color:#8eb021;border-color:#8eb021}#jira .ghx-label-7{color:#fff;background-color:#ac707a;border-color:#ac707a}#jira .ghx-label-8{color:#fff;background-color:#654982;border-color:#654982}#jira .ghx-label-9{color:#fff;background-color:#f15c75;border-color:#f15c75}.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}.ghx-issuetable td{line-height:1.286;padding:5px 7px}.ghx-issuetable .nav{border-bottom:1px solid #ccc;vertical-align:top}.ghx-issuetable .issuetype,.ghx-issuetable .issuekey,.ghx-issuetable .priority,.ghx-issuetable .status{white-space:nowrap;width:16px}.msie .ghx-issuetable .issuekey,.msie .ghx-issuetable .status{width:1%}.ghx-issuetable .resolution,.ghx-issuetable .created,.ghx-issuetable .updated{max-width:25em;white-space:nowrap}.ghx-issuetable .assignee,.ghx-issuetable .reporter,.ghx-issuetable .versions,.ghx-issuetable .components,.ghx-issuetable .fixVersions{max-width:60em;min-width:80px}.ghx-issuetable td.assignee>a{color:#000;white-space:nowrap;word-wrap:normal}.ghx-issuetable .versions .tinylink,.ghx-issuetable .components .tinylink,.ghx-issuetable .fixVersions .tinylink{white-space:nowrap}.ghx-issuetable .summary>p,.ghx-issuetable .description>p{min-width:200px;margin:0;max-width:1400px;white-space:normal}.ghx-issuetable .issueCount{text-align:center}.ghx-issuetable .issuerow:hover{background-color:#f0f0f0}.ghx-issuetable .issue_actions{width:18px}.ghx-issuetable .issue_actions a.icon-tools-small{background:url("/s/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/7.7.0-DAILY20180208023034/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/7.7.0-DAILY20180208023034/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/7.7.0-DAILY20180208023034/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/7.7.0-DAILY20180208023034/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/7.7.0-DAILY20180208023034/_/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:#707070}.aui-list-item.active .ghx-sprint-picker-meta{color:#f5f5f5}.ghx-sprint-multiselect-meta{font-size:12px;color:#707070}.aui-list .aui-list-item.active a.ghx-epic-menu-header{background-color:transparent;color:#333;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:#707070;font-size:12px}
/* module-key = 'com.pyxis.greenhopper.jira:project-template-resources', location = '/projecttemplates/css/project-templates.css' */
#add-project-dialog .right-info.basic-development-workflow-screenshot{background-image:url('/s/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/7.7.0-DAILY20180208023034/_/download/resources/com.pyxis.greenhopper.jira:project-template-resources/../com.pyxis.greenhopper.jira:project-template-images/images/basic-development-workflow.png');margin-top:0}#add-project-dialog .right-info.scrum-workflow-screenshot{background-image:url('/s/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/7.7.0-DAILY20180208023034/_/download/resources/com.pyxis.greenhopper.jira:project-template-resources/../com.pyxis.greenhopper.jira:project-template-images/images/scrum-workflow.png');margin-top:0}#add-project-dialog .right-info.kanban-workflow-screenshot{background-image:url('/s/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/7.7.0-DAILY20180208023034/_/download/resources/com.pyxis.greenhopper.jira:project-template-resources/../com.pyxis.greenhopper.jira:project-template-images/images/kanban-workflow.png');margin-top:0}#add-project-dialog .issuetype-icon.epic{background-image:url('/s/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/7.7.0-DAILY20180208023034/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/7.7.0-DAILY20180208023034/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/7.7.0-DAILY20180208023034/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/7.7.0-DAILY20180208023034/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/7.7.0-DAILY20180208023034/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/7.7.0-DAILY20180208023034/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/7.7.0-DAILY20180208023034/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/7.7.0-DAILY20180208023034/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/7.7.0-DAILY20180208023034/_/download/resources/com.pyxis.greenhopper.jira:project-template-resources/../com.pyxis.greenhopper.jira:project-template-images/images/issuetypes/legacy/subtask_alternate.png')}#add-project-dialog .top-panel{padding-bottom:15px;width:100%;float:top}#add-project-dialog .right-panel{padding:3px 3px 3px 30px;float:left}#add-project-dialog .left-panel{padding:3px;padding-left:0;width:30%;float:left}#add-project-dialog .workflow{background-size:100%;background-repeat:no-repeat;width:330px;height:100px;margin-top:20px}#add-project-dialog .workflow.basic-development-workflow-screenshot{width:450px;background-image:url('/s/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/7.7.0-DAILY20180208023034/_/download/resources/com.pyxis.greenhopper.jira:project-template-resources/../com.pyxis.greenhopper.jira:project-template-images/images/jira70/project-template-software-dev-workflow.png')}#add-project-dialog .workflow.scrum-workflow-screenshot{background-image:url('/s/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/7.7.0-DAILY20180208023034/_/download/resources/com.pyxis.greenhopper.jira:project-template-resources/../com.pyxis.greenhopper.jira:project-template-images/images/jira70/project-template-scrum-workflow.png')}#add-project-dialog .workflow.kanban-workflow-screenshot{width:500px;background-image:url('/s/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/7.7.0-DAILY20180208023034/_/download/resources/com.pyxis.greenhopper.jira:project-template-resources/../com.pyxis.greenhopper.jira:project-template-images/images/jira70/project-template-kanban-workflow.png')}
/* module-key = 'com.atlassian.jira.plugin.ext.bamboo:bamboo-page-resource', location = 'templates/plugins/bamboo/style/release.css' */
#unresolved-move{margin-top:-10px;top:50%}#build-details .bamboo-icon{vertical-align:-4px}#build-details dl{margin-bottom:6px}#build-details dd{white-space:nowrap;text-align:left}#build-details .completed+dd span,#build-details .duration+dd span,#build-details .queued+dd span,#build-details .successful-since+dd span,#build-details .first-to-pass-since+dd span,#build-details .failing-since+dd span,#build-details .fixed-in+dd span,#build-details .restarts+dd span{color:#707070}#release-report #build-details{display:inline-block;margin-bottom:5px}#release-report #build-details a{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;position:relative;width:100%;vertical-align:bottom;word-wrap:normal}#release-report #build-details .build-link{max-width:160px}#release-report #build-details .artifact-link{max-width:100px}#release-report #build-details dl{width:inherit}#shared-artifacts{list-style:none;margin:0;padding:0;text-align:left}#shared-artifacts .filesize{color:#707070;font-size:13px;margin-left:.35em}#bamboo-build-results{display:inline-block}#bamboo-build-results>.radio{min-width:240px;padding-right:10px;white-space:nowrap}#bamboo-build-results>.radio+.radio{border-top:1px solid #ddd;padding-top:5px}#bamboo-build-results>.radio>label{margin-right:0}#bamboo-build-results label>span.bamboo-icon{margin:0 3px}#bamboo-build-results label>span.trigger-reason{margin-left:10px}#bamboo-build-results>p,#bamboo-plan-stages>p{margin:5px 0 0;padding:0}#bamboo-plan-stages{display:inline-block}#bamboo-plan-stages>.bamboo-icon-loading{margin-top:4px}#bamboo-plan-stages>.checkbox{background:#f0f0f0;border:1px solid #ddd;border-left:0;margin:0;min-width:226px;padding:3px 8px 3px 36px;position:relative}#bamboo-plan-stages>.checkbox+.checkbox{border-top:0}#bamboo-plan-stages>.checkbox.selected{background:#fff}#bamboo-plan-stages>.checkbox:before{background:#bbb;bottom:-1px;content:"";left:0;position:absolute;top:-1px;width:8px}#bamboo-plan-stages>.checkbox+.checkbox:before{top:0}#bamboo-plan-stages>.checkbox.selected:before{background:#326ca6}#bamboo-plan-stages>.checkbox>input{display:none;left:16px}#bamboo-plan-stages>.checkbox.manual>input,#bamboo-plan-stages>.checkbox.already-run>input{display:inline-block}#bamboo-override-variables label{display:none}#bamboo-override-variables legend+.field-group{padding-top:0}#bamboo-override-variables .text{margin-left:10px}#bamboo-override-variables .bamboo-icon-variable-delete{cursor:pointer;margin-left:10px}#override-another{border-top:0}a.Failed,#Failed,.Failed{color:red}a.Successful,#Successful,.Successful,.SuccessfulPartial{color:green}a.Unknown,#Unknown,.Unknown,a.Suspended,#Suspended,.Suspended,a.NeverExecuted,#NeverExecuted,.NeverExecuted{color:gray}.bamboo-icon{display:inline-block;height:16px;margin:0;overflow:hidden;padding:0;vertical-align:middle;width:16px}.bamboo-icon>span{height:0;left:-5000px;overflow:hidden;position:absolute;top:0;width:4000px}.bamboo-icon-project-fail,.bamboo-icon-failed,.bamboo-icon-Failed{background:url(/s/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/7.4.5/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/7.4.5/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/7.4.5/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/7.4.5/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/7.4.5/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/7.4.5/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/7.4.5/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/7.4.5/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/7.4.5/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/7.4.5/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/7.4.5/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/7.4.5/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/7.4.5/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/7.4.5/_/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.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 = 'com.atlassian.auiplugin:aui-help', location = 'src/less/adg-help.less' */
.aui-help.aui-help-text,.aui-help.aui-help-empty-state{margin:10px 0 0 0;overflow:hidden;padding:0;width:720px}.aui-help .aui-help-content{border-left:4px solid #f79232;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:#707070;font-size:12px;font-weight:bold;text-transform:uppercase}.aui-help .aui-help-illustration+.aui-help-content{border-left:none;margin-left:128px}.aui-help .aui-help-illustration{float:left}.aui-help .aui-help-content>p{margin:5px 0 0 0}aui-inline-dialog.aui-help .aui-inline-dialog-contents,.aui-inline-dialog.aui-help .aui-inline-dialog-contents{border-color:#f79232;border-width:2px}aui-inline-dialog.aui-help .aui-inline-dialog-contents h2:first-child,.aui-inline-dialog.aui-help .aui-inline-dialog-contents h2:first-child{color:#707070;font-size:12px;font-weight:bold;text-transform:uppercase}aui-inline-dialog.aui-help::before,.aui-inline-dialog.aui-help::before{border-bottom-color:#f79232}aui-inline-dialog.aui-help.aui-alignment-side-top::after,.aui-inline-dialog.aui-help.aui-alignment-side-top::after{margin-top:-1px}aui-inline-dialog.aui-help.aui-alignment-side-top.aui-alignment-element-attached-top::after,.aui-inline-dialog.aui-help.aui-alignment-side-top.aui-alignment-element-attached-top::after{margin-top:1px}aui-inline-dialog.aui-help.aui-alignment-side-bottom::after,.aui-inline-dialog.aui-help.aui-alignment-side-bottom::after{margin-top:1px}aui-inline-dialog.aui-help.aui-alignment-side-bottom.aui-alignment-element-attached-bottom::after,.aui-inline-dialog.aui-help.aui-alignment-side-bottom.aui-alignment-element-attached-bottom::after{margin-top:-1px}aui-inline-dialog.aui-help.aui-alignment-side-left::after,.aui-inline-dialog.aui-help.aui-alignment-side-left::after{margin-left:-1px}aui-inline-dialog.aui-help.aui-alignment-side-left.aui-alignment-element-attached-left::after,.aui-inline-dialog.aui-help.aui-alignment-side-left.aui-alignment-element-attached-left::after{margin-left:1px}aui-inline-dialog.aui-help.aui-alignment-side-right::after,.aui-inline-dialog.aui-help.aui-alignment-side-right::after{margin-left:1px}aui-inline-dialog.aui-help.aui-alignment-side-right.aui-alignment-element-attached-right::after,.aui-inline-dialog.aui-help.aui-alignment-side-right.aui-alignment-element-attached-right::after{margin-left:-1px}.aui-help .aui-inline-dialog-arrow.aui-css-arrow::after,.aui-help .aui-inline-dialog-arrow.aui-css-arrow::before{border-color:#f79232 transparent}.aui-help .aui-inline-dialog-arrow.aui-css-arrow::after{border-bottom-color:#fff;top:2px}.aui-help .aui-inline-dialog-arrow.aui-css-arrow.aui-bottom-arrow::after{border-top-color:#fff;top:-2px}.aui-help .aui-inline-dialog-arrow.aui-css-arrow.aui-left-arrow::after,.aui-help .aui-inline-dialog-arrow.aui-css-arrow.aui-left-arrow::before{border-color:transparent #f79232}.aui-help .aui-inline-dialog-arrow.aui-css-arrow.aui-left-arrow::after{border-color:transparent #ffffff transparent transparent;right:-2px;top:0px}
/* 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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/1.0/_/download/resources/jira.webresources:jquery-fancybox/../../../includes/jquery/plugins/fancybox/fancybox.png') -55px -90px no-repeat;
}

/* 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 #ccc;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:#333;text-decoration:none}.atlassian-autocomplete .suggestions li>*:hover,.atlassian-autocomplete .suggestions li>*:focus{text-decoration:none}.atlassian-autocomplete .suggestions .active{background-color:#3b73af;color:#fff;text-decoration:none}.atlassian-autocomplete .suggestions .syntax-help-container{list-style:none;margin:0;padding:2px 0;border-top:1px solid #ccc}.atlassian-autocomplete .suggestions .syntax-help{display:block;margin:0;padding:3px 10px}.atlassian-autocomplete .suggestions .esc-prompt{float:right;text-align:right;color:#707070}
/* module-key = 'jira.webresources:groupbrowser', location = '/includes/jira/admin/group-browser/group-browser.less' */
#group_browser_table .aui-button-link{margin:-6px 0}.group-label-lozenge{cursor:default}
/* module-key = 'jira.webresources:group-pickers', location = '/includes/jira/field/groupPickerUtil.less' */
.group-suggestion-item{display:table;width:100%}.group-suggestion-item__name{display:table-cell;white-space:normal;word-break:break-all}.group-suggestion-item__labels{display:table-cell;text-align:right;overflow:hidden;white-space:normal}
/* module-key = 'jira.webresources:viewissue-watchers-and-voters', location = '/includes/jira/viewissue/WatchersAndVoters.less' */
#view-voter-list,#view-watcher-list{text-decoration:none}#inline-dialog-watchers{width:240px}#inline-dialog-watchers .recipients{overflow-y:auto;max-height:200px}#inline-dialog-watchers .aui-inline-dialog-contents{padding:0}.aui-badge.vote-state-on,.aui-badge.watch-state-on{background-color:#3b73af;color:#fff}
/* 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 #ccc}.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 #ccc;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:#f0f0f0;background-repeat:no-repeat;background-position:4px 4px;border-left:1px solid #ccc;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 #ccc}.editable-field .overlay-icon.aui-iconfont-edit{color:#707070;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:#f0f0f0;border:1px solid #ccc;border-top:none;border-radius:0 0 3px 3px;outline:none;padding:3px}.editable-field .save-options:not(.show-button-bar){position:absolute;right:0;top:100%;z-index:1;box-shadow:0 3px 6px rgba(111,111,111,0.2)}.editable-field .save-options.show-button-bar{text-align:right;padding:5px 10px;position:relative;margin-top:-2px}.editable-field .save-options.show-button-bar .field-tools{border-right:none;position:absolute;top:50%;left:0px;margin-top:-12px;text-align:left;padding-left:10px}.editable-field .save-options.show-button-bar .field-tools>*{margin-right:10px}.editable-field .save-options.show-button-bar:after{content:" ";display:block;height:0;clear:both}.editable-field .save-options:not(.show-button-bar) .aui-button+.aui-button{margin-left:3px}.editable-field .save-options .aui-button .aui-iconfont-success{color:#707070}.editable-field .save-options .aui-button .aui-iconfont-success:before{font-size:14px;left:1px;margin-top:-7px}.editable-field .save-options .aui-button .aui-iconfont-close-dialog{color:#707070}.editable-field .save-options .aui-button:hover .aui-iconfont-success,.editable-field .save-options .aui-button:focus .aui-iconfont-success{color:#333}.editable-field .save-options .aui-button:hover .aui-iconfont-close-dialog,.editable-field .save-options .aui-button:focus .aui-iconfont-close-dialog{color:#333}.editable-field form.aui{margin:-2px -30px -2px -5px}.editable-field form.aui .group,.editable-field form.aui .field-group{clear:none;margin:0;padding:0}.editable-field form.aui .group:after,.editable-field form.aui .field-group:after{clear:none}.editable-field form.aui .field-group .aui-ss,.editable-field form.aui .field-group .jira-multi-select,.editable-field form.aui .field-group .group,.editable-field form.aui .field-group input[type=text],.editable-field form.aui .field-group select,.editable-field form.aui .field-group textarea,.editable-field form.aui .field-group .text{text-align:left;vertical-align:top;max-width:none;width:100%}.editable-field form.aui .field-group .drop-menu,.editable-field form.aui .field-group .jira-multi-select textarea,.editable-field form.aui .field-group .aui-ss-field{border-bottom-right-radius:0}.editable-field form.aui .field-group .inline-edit-error{background-color:#d04437;clear:both;color:#fff;font-weight:normal;margin:0;padding:5px}.editable-field form.aui .field-group+.field-group{background:#f0f0f0;border:1px solid #ccc;padding:5px}.editable-field form.aui .field-group+.field-group label{display:inline;color:#707070;float:none;margin:0;padding:0;text-align:left;width:auto}.editable-field form.aui .field-group+.field-group label:after{content:": "}.editable-field form.aui .field-group+.field-group .field-value{font-weight:normal;padding:0}.editable-field form.aui .aui-ss.aui-ss-has-entity-icon>.aui-ss-field{padding-left:23px}.editable-field form.aui .aui-ss>.aui-ss-entity-icon{left:5px}.editable-field form.aui .text,.editable-field form.aui .password,.editable-field form.aui .select{height:1.71429em;line-height:1;padding:4px 3px}.editable-field form.aui .select[multiple="multiple"]{min-height:6em}.editable-field form.aui .textarea{padding:2px 3px}.editable-field form.aui .select{padding:0}.editable-field form.aui .jira-multi-select>.representation .item-row{padding:1px 4px 1px 0}.editable-field form.aui .jira-multi-select>.representation .item-row>.value-item{margin:0}.editable-field form.aui .text,.editable-field form.aui .password,.editable-field form.aui .textarea,.editable-field form.aui .select,.editable-field form.aui .multi-select{box-shadow:0 1px 3px #e8e8e8 inset}.editable-field .text+a,.editable-field .textarea+a{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#f0f0f0;background-repeat:no-repeat;border:1px solid #ccc;height:30px;margin:0;position:absolute;right:0;top:0;width:24px;z-index:1}.editable-field .text+a .aui-icon,.editable-field .textarea+a .aui-icon{margin:4px 0 0 3px}.editable-field .field-tools{border-right:1px solid #ccc;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 #ccc;padding:10px}.editable-field .wiki-edit-content.previewClass .content-inner{padding:0}.editable-field .field-group>.help-lnk,.editable-field .edit-labels,.editable-field #assign-to-me-trigger,.editable-field .description{display:none}.issue-body-content .item-details dl>dt{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:2px 5px 2px 0}.issue-body-content .item-details dl>dd{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:2px 0 2px 5px}.issue-body-content .item-details dl>dd .editable-field{margin:-2px 0 -2px -5px}.issue-body-content .item-details dl{margin-top:1px}#summary-val{margin-left:-5px;padding:2px 30px 2px 5px;z-index:1}#summary-val .text{height:1.66666666666667em;line-height:1.2}.editable-field #issuetype-single-select{max-width:none}#description-val.editable-field{margin:-2px 0 0 -5px}.inline-edit-fields .wiki-button-bar{display:none}#focus-shifter>label{display:table;margin:-4px 4px -3px -24px}#focus-shifter>label input{height:22px;margin-bottom:-1px}#focus-shifter>label>span{display:table-cell;font-weight:bold;padding-right:4px}#focus-shifter-content{display:table-cell;width:250px}#focus-shifter>span.icon-close{background-position:0 0;top:14px}.ka .issue-header .issue-header-content>.aui-page-header{padding-bottom:5px}.ka .issue-header .issue-header-content>.aui-page-header .aui-page-header-actions{vertical-align:top}.module.toggle-wrap .toggle-title{background-position:-1000px -1000px}.module.toggle-wrap .toggle-title:hover,.module.toggle-wrap.collapsed .toggle-title{background-position:5px 50%}.issue-container{outline:none}.issue-container aui-inline-dialog2.aui-inline-dialog.aui-layer[aria-hidden="true"]{display:none}#issue-content .issue-header.issue-error-header{background-color:white}#issue-content .issue-error-content{border-top:0}.issue-body-content{padding:0 20px 20px}.issue-body-content .module>.mod-header{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAADCAYAAABS3WWCAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NEQ5RDgxQzc2RjQ5MTFFMjhEMUNENzFGRUMwRjhBRTciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NEQ5RDgxQzg2RjQ5MTFFMjhEMUNENzFGRUMwRjhBRTciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0RDlEODFDNTZGNDkxMUUyOEQxQ0Q3MUZFQzBGOEFFNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0RDlEODFDNjZGNDkxMUUyOEQxQ0Q3MUZFQzBGOEFFNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvXFWFAAAAAYSURBVHjaYvj//z8D0/Pnz/8zgFgAAQYAS5UJscReGMIAAAAASUVORK5CYII=) repeat-x scroll 0 10px}.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;font-size:inherit;font-weight:bold;padding-right:5px}.issue-body-content .module>.mod-header .ops{background-color:#fff;margin-top:2px}.issue-body-content .module>.mod-content{padding-left:10px}.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}.issue-body-content .issue-error{position:relative;text-align:center;padding-top:150px}.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-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-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-body-content .issue-error>h1{margin-top:0}.issue-body-content .issue-error>.return-to-search{position:absolute;top:0;right:0}.navigator-issue-only .issue-body-content{border-bottom:1px solid #ccc}.page-type-message .issue-body-content{border-bottom:1px solid #ccc;border-top:1px solid #ccc;padding-top:10px}.page-type-message .issue-body-content .issue-error{padding-bottom:150px}.toolbar-group .toolbar-item a{border-radius:0}.toolbar-group .toolbar-item:last-of-type a{border-top-right-radius:3px;border-bottom-right-radius:3px}.toolbar-group .toolbar-item:first-of-type a{border-top-left-radius:3px;border-bottom-left-radius:3px}
/* module-key = 'com.atlassian.jira.jira-issue-nav-components:issueviewer', location = 'issueviewer/styles/viewissue-responsive.less' */
.issue-container.skinny .links-list{padding-left:0}.issue-container.skinny .links-list dt{float:none;margin:0 0 6px 0;width:100%}.issue-container.skinny .links-list dt+dd{border-top:1px solid #ccc}.issue-container.skinny .links-list dd{margin-left:0}.issue-container.skinny .links-list+.links-list{padding-top:10px}.issue-container.skinny .list-results-panel{width:250px}.issue-container.skinny .property-list.two-cols>.item{width:100%}.issue-container.skinny .property-list.two-cols>.item-right{clear:both;float:left}.issue-container.skinny #viewissuesidebar{width:280px}.issue-container.skinny #viewissuesidebar ul.item-details dl+dl{margin-top:8px}.issue-container.skinny #viewissuesidebar ul.item-details dl dt{display:block;text-align:left;width:100%}.issue-container.skinny #viewissuesidebar ul.item-details dl dd{display:block;margin:0;padding:2px 0;width:100%}.issue-container.skinny #viewissuesidebar .tt_inner>dl{display:block}.issue-container.skinny #viewissuesidebar .tt_inner dt{display:block}.issue-container.skinny #viewissuesidebar .tt_inner dt~dd{display:inline-block;vertical-align:middle}.issue-container.skinny #viewissuesidebar dd.tt_graph{width:50%}.issue-container.skinny .issue-header .aui-toolbar .toolbar-group .toolbar-trigger,.issue-container.skinny .issue-header .aui-toolbar .aui-dd-parent a.aui-dd-trigger{font-size:12px;height:24px;line-height:24px;padding:0 6px}.issue-container.skinny .issue-header .aui-dropdown2-trigger:after{top:10px}.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.auiplugin:aui-labels', location = 'src/less/aui-experimental-labels.less' */
/*! AUI Label */.aui-label{background:#f5f5f5;border:1px solid #ccc;border-radius:3.01px;color:#3572b0;display:inline-block;font-size:14px;font-weight:normal;line-height:1;padding:1px 5px;margin:0 5px 0 0;text-align:left;text-decoration:none}a.aui-label{color:#3572b0}span.aui-label{color:#333}.aui-label.aui-label-closeable.aui-label-split:hover,a.aui-label:focus,a.aui-label:hover,a.aui-label:active{border-color:#707070;text-decoration:none}.aui-label-split .aui-label-split-main:hover,.aui-label-split .aui-label-split-main:active,.aui-label-split .aui-label-split-main:focus{text-decoration:none}.aui-label.aui-label-closeable{padding-right:18px;position:relative}.aui-label-closeable .aui-icon-close{background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAQAAABuBnYAAAAAKUlEQVQI12NgYFj0nwEKwKxF/9P+Q4TgLAgDIQEVQuJiCKBpwWoosrUAzbg31XT4p6QAAAAASUVORK5CYII=') 0 0 no-repeat;cursor:pointer;display:block;float:right;height:8px;position:absolute;right:5px;top:4px;width:8px}
/* module-key = 'jira.webresources:global-static', 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:#707070;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;word-break: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 #ccc;-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,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")}
/* module-key = 'jira.webresources:global-static', location = '/ui/aui-layout/theme.less' */
h1,h2,h3,h4{color:#292929}body{color:#333}a{color:#3b73af}a:hover,a:focus,a:active{color:#3b73af}.aui-button{color:#333}.aui-button:hover,.aui-button:focus,.aui-button:active{color:#333}.aui-button.aui-button-link{color:#3b73af}.aui-button.aui-button-link:visited{color:#3b73af}.aui-button.aui-button-link:hover,.aui-button.aui-button-link:focus,.aui-button.aui-button-link:active{color:#3b73af}.aui-button[disabled],.aui-button[aria-disabled="true"]{color:#999}.aui-button.aui-button-primary{color:#fff}.aui-dropdown li.dropdown-item.active a.item-link:link,.aui-dd-parent .aui-dropdown li.dropdown-item.active a.item-link:link,.aui-dropdown a.item-link:link,.aui-dd-parent .aui-dropdown a.item-link:link,.aui-dropdown li.dropdown-item.active a.item-link:visited,.aui-dd-parent .aui-dropdown li.dropdown-item.active a.item-link:visited,.aui-dropdown a.item-link:visited,.aui-dd-parent .aui-dropdown a.item-link:visited{background-color:transparent;color:#333}.aui-dropdown li.dropdown-item.active a.item-link:hover,.aui-dd-parent .aui-dropdown li.dropdown-item.active a.item-link:hover,.aui-dropdown a.item-link:hover,.aui-dd-parent .aui-dropdown a.item-link:hover,.aui-dropdown li.dropdown-item.active a.item-link:focus,.aui-dd-parent .aui-dropdown li.dropdown-item.active a.item-link:focus,.aui-dropdown a.item-link:focus,.aui-dd-parent .aui-dropdown a.item-link:focus,.aui-dropdown li.dropdown-item.active a.item-link:active,.aui-dd-parent .aui-dropdown li.dropdown-item.active a.item-link:active,.aui-dropdown a.item-link:active,.aui-dd-parent .aui-dropdown a.item-link:active{background-color:#3b73af;color:#fff}.aui-dropdown2.aui-style-default strong{color:#292929}.aui-dropdown2.aui-style-default .active{background-color:#3b73af;color:#fff}.aui-dropdown2.aui-style-default .aui-dropdown2-radio,.aui-dropdown2.aui-style-default .aui-dropdown2-checkbox{background-image:none !important}.aui-dropdown2.aui-style-default .aui-dropdown2-radio.checked:before,.aui-dropdown2.aui-style-default .aui-dropdown2-checkbox.checked:before{content:'';display:block;line-height:16px;position:absolute;left:10px;top:5px;height:16px;width:16px;speak:none}.aui-dropdown2.aui-style-default .aui-dropdown2-radio.checked:before{content:"\2022";font-size:27px}.aui-dropdown2.aui-style-default .aui-dropdown2-checkbox.checked:before{content:"\2714";font-size:14px}.aui-list a:hover,.aui-list a:focus{color:inherit}.aui-list a.active,.aui-list .aui-list-item.active>a{color:#fff}.aui-navgroup-horizontal .aui-nav>li a,.aui-navgroup-vertical .aui-nav>li>a,.aui-nav-vertical>li>a{background-color:transparent;color:#3b73af}.aui-navgroup-horizontal .aui-nav>li a:focus,.aui-navgroup-vertical .aui-nav>li>a:focus,.aui-nav-vertical>li>a:focus,.aui-navgroup-horizontal .aui-nav>li a:hover,.aui-navgroup-vertical .aui-nav>li>a:hover,.aui-nav-vertical>li>a:hover{background-color:#e6e6e6;color:#3b73af}.aui-navgroup-horizontal .aui-nav>li a:active,.aui-navgroup-vertical .aui-nav>li>a:active,.aui-nav-vertical>li>a:active{background-color:#3b73af;color:#fff}.aui-navgroup-horizontal .aui-nav>.aui-nav-selected a,.aui-navgroup-vertical .aui-nav .aui-nav-selected a,.aui-nav-vertical .aui-nav .aui-nav-selected a{background-color:transparent;color:#333}.aui-navgroup-horizontal .aui-nav>.aui-nav-selected a:focus,.aui-navgroup-vertical .aui-nav .aui-nav-selected a:focus,.aui-nav-vertical .aui-nav .aui-nav-selected a:focus,.aui-navgroup-horizontal .aui-nav>.aui-nav-selected a:hover,.aui-navgroup-vertical .aui-nav .aui-nav-selected a:hover,.aui-nav-vertical .aui-nav .aui-nav-selected a:hover{background-color:#e6e6e6;color:#333}.aui-navgroup-horizontal .aui-nav>.aui-nav-selected a:active,.aui-navgroup-vertical .aui-nav .aui-nav-selected a:active,.aui-nav-vertical .aui-nav .aui-nav-selected a:active{background-color:#3b73af;color:#fff}.aui-navgroup-vertical .aui-nav,.aui-navgroup-vertical .aui-nav-heading{border-color:#ccc}.aui-navgroup-vertical .aui-nav-heading{color:#707070}.aui-dialog .dialog-page-menu li.page-menu-item button.item-button{background-color:transparent;color:#3b73af}.aui-dialog .dialog-page-menu li.page-menu-item button.item-button:hover,.aui-dialog .dialog-page-menu li.page-menu-item button.item-button:focus{background-color:#e6e6e6;color:#3b73af}.aui-dialog .dialog-page-menu li.page-menu-item.selected button.item-button{background-color:transparent;color:#333}.aui-dialog .dialog-page-menu li.page-menu-item.selected button.item-button:hover,.aui-dialog .dialog-page-menu li.page-menu-item.selected button.item-button:focus{background-color:#e6e6e6;color:#333}.aui-dialog .dialog-page-menu li.page-menu-item button.item-button:active,.aui-dialog .dialog-page-menu li.page-menu-item.selected button.item-button:active{background-color:#3b73af;color:#fff}.aui-dialog .dialog-button-panel a.button-panel-link{color:#3b73af}.aui-dialog .dialog-button-panel a.button-panel-link:hover,.aui-dialog .dialog-button-panel a.button-panel-link:focus{color:#3b73af}.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/aui-overrides.less' */
.aui-toolbar{padding-top:0}#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>.aui-icon:first-child+*{margin-top:0}.aui-message.aui-message{padding:20px 40px 20px 60px}.aui-message .help-lnk .aui-icon{position:relative;top:auto;left:auto}.aui-dd-parent .aui-dropdown a.item-link,.aui-dropdown a.item-link{display:block}.aui-inline-dialog .contents{padding:0}form.aui .file-input-list input[type="checkbox"]+label,form.aui .file-input-list input[type="radio"]+label{display:inline;float:none;left:0;margin:0 0 0 3px;padding:0;width:auto}form.aui .file-input-list>.field-group:first-child{margin-top:0;padding-top:0}.issue-header-content .aui-nav-breadcrumbs>li{position:relative;float:none;display:inline}.issue-header-content .aui-nav-breadcrumbs>li+li{padding-left:10px}.issue-header-content .aui-nav-breadcrumbs>li+li:before{content:"";display:block;background:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pg08IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPg08c3ZnIGlkPSJVbnRpdGxlZC1QYWdlJTIwMSIgdmlld0JveD0iMCAwIDQgMTAiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgdmVyc2lvbj0iMS4xIg0JeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSINCXg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNHB4IiBoZWlnaHQ9IjEwcHgiDT4NCTxnIGlkPSJMYXllciUyMDEiPg0JCTxwYXRoIGQ9Ik0gMSAxMCBMIDQgMCBMIDMgMCBMIDAgMTAgTCAxIDEwIEwgMSAxMCBaIiBmaWxsPSIjNzA3MDcwIi8+DQk8L2c+DTwvc3ZnPg==") no-repeat 0 0;padding:0;width:4px;height:1em;position:absolute;top:3px;left:-4px}.aui-avatar-project,.aui-avatar-project img,.aui-avatar-project:before{background-color:transparent !important;border:0 !important;border-radius:3px !important;box-shadow:none !important}form.aui .group .radio+label,form.aui .group .checkbox+label{display:inline-block;min-height:14px}form.aui div.description{clear:left}#footer .footer-body{background-image:none}#jira .aui-restfultable .aui-restfultable-row .aui-restfultable-draghandle{height:auto}#jira .aui-restfultable-readonly .aui-restfultable-editable{height:auto}.aui-message,.aui-message:first-child{margin-bottom:10px}h1{font-size:24px;line-height:1.25}h2{font-size:20px;line-height:1.5}h3{font-size:16px;line-height:1.5}.aui-dialog2.aui-layer[aria-hidden="true"].ap-aui-dialog2-chromeless>*{opacity:0;visibility:hidden}.aui-dialog2.aui-layer[aria-hidden="false"].ap-aui-dialog2-chromeless>*{opacity:1;transition:visibility 0.2s, opacity 0.2s;transition-delay:0s;visibility:visible}.aui-dialog2.aui-layer[aria-hidden="false"].ap-aui-dialog2-chromeless{-webkit-transform:translateZ(0);transform:translateZ(0);will-change:opacity, visibility}.aui-toolbar .aui-icon{color:#707070}.aui-style-default aui-section{padding:2px 0}.jira-lozenge-labs{background-color:#8eb021;border-color:#8eb021;color:#fff}
/* 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:#ccc;border-style:solid;border-width:1px 0}.content-related{border-right:1px solid #ccc;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:#3b73af;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:#e6e6e6;color:#3b73af;text-decoration:none}#content .aui-page-panel-nav .tabs.vertical a:active{background:#3b73af;color:#fff}#content .aui-page-panel-nav .tabs.vertical .active a{background:transparent;color:#333;font-weight:bold}#content .aui-page-panel-nav .tabs.vertical .active a:focus,#content .aui-page-panel-nav .tabs.vertical .active a:hover{background:#e6e6e6;color:#3b73af;text-decoration:none;color:#333}#content .aui-page-panel-nav .tabs.vertical .active a:active{background:#3b73af;color:#fff}#content>header{padding:20px}#content>header:before,#content>header:after{content:" ";display:table}#content>header:after{clear:both}#content>header h1,#content>header h2{margin:0}#content>header>h1>a{text-decoration:none}#content>header #heading-avatar{float:left;height:48px;margin:0;overflow:hidden;width:48px}#content>header #heading-avatar>img{display:block}#content>header #heading-avatar+h1{padding-top:9px}#content>header #heading-avatar+ul.breadcrumbs,#content>header #heading-avatar+ul.breadcrumbs+h1,#content>header #heading-avatar+h1{margin-left:58px}#content>header .toolbar-group{margin:0 0 10px 10px}.toggle-lhc{display:none}.aui-page-focused .aui-page-panel-content h2{border-bottom:1px solid #ccc;margin-bottom:20px;padding-bottom:20px}.aui-page-focused .aui-page-panel-content .buttons-container{border-top:1px solid #ccc;margin-top:20px;padding-top:20px}.aui-page-focused .aui-page-panel-content .buttons-container fieldset .checkbox>label{color:#707070}.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 #ccc;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 #ccc;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/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{border-top:1px solid #ccc;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;word-break:break-word;color:#707070;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;word-break: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,.twixi-block.collapsed .toggle-title,.toggle-wrap.collapsed .toggle-title{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAAA3NCSVQICAjb4U/gAAAAJFBMVEX///9wcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHDRPAkXAAAADHRSTlMAESIziJmqu8zd7v+91kxoAAAACXBIWXMAAAsSAAALEgHS3X78AAAAFnRFWHRDcmVhdGlvbiBUaW1lADIxLzEyLzEymvNa/wAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAArSURBVAiZY2DAB1iaoAy2XQZQVvRiKIMVLlQ9AU0EpoZjhwLUnEa81iABAFHzB8GYPzdNAAAAAElFTkSuQmCC)}.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 .toggle-title,.toggle-wrap .toggle-title,.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,.twixi-block .toggle-title,.toggle-wrap .toggle-title{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{margin-left:-20px;display:inline-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/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/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 #ccc;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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/1.0/_/download/resources/jira.webresources:global-static/../../../images/icons/icon-information.png);border:1px solid #9eb6d4;padding-left:2.5em}.tipBox{background-color:#ddfade;border:1px solid #9ec49f}.greenBox{background-color:#ddfade;border:1px solid #9ec49f;width:80%}.grayBox{background-color:#f0f0f0;border:1px solid #bbb;width:80%}.informationBox{background-color:#ffd;border:1px solid #f7df92;margin-left:auto;margin-right:auto;padding:1em;width:80%}.informationBox .error,.informationBox .success,.informationBox .info{font-size:1.2em;font-weight:bold}.informationBox .error{color:#c00}.informationBox .success{color:#006400}.informationBox .info{color:#60f}.module.message,.tooltip{background-color:#ffd;border:1px solid #f7df92}.tooltip{color:#000;display:none;font-weight:normal;padding:0.5em;position:absolute;right:10px;text-align:center;text-transform:none;width:20em;z-index:2050}.module.message.error,.errorBox,.errorBox2{background-color:#ffe7e7;border:1px solid #df9898}.errorBox{padding:4px;width:90%}.rowClear{background-color:#fff}.errorTabCell{background-color:#ffe7e7}.formErrors{background-color:#ffe7e7 !important}.loginFormError{background-color:#ffe7e7;color:#c00;font-weight:bold}#portlet-search-view-footer .errors li,.paramRemoved,.paramRemoved a,.errMsg,td.frother-control-renderer div.error{color:#c00;font-weight:bold}.errMsg{text-align:center}form.aui .errMsg{text-align:left}.formErrors ul{color:#000;margin:0;padding:0;list-style:none}.mod-content .notify{margin:0 0.75em 0.75em 0}.status-active{color:#006400}.status-inactive{color:#c00}.status-draft{color:#00c}.status-correctable{color:#c60}.status-unfixable{color:#ff0004}.bar-status-good{background-color:#0c0}.bar-status-bad{background-color:#c33}.secondary-text{color:#505050;font-weight:normal}.global-warning{background-color:#ffd;border:1px solid #f7df92;color:#000;margin:0;text-align:center;padding:5px}.global-warning p{margin-bottom:0}.global-warning a{cursor:pointer}.main-nav-dropdown>.aui-message{margin:-4px 0;border:none;border-radius:0;width:200px}
/* module-key = 'jira.webresources:global-static', location = '/ui/aui-layout/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 0;padding:0;text-align:left;width:auto}form.aui div.error{clear:both;color:#d04437;display:block;margin:5px 0 0}form.aui div.description .aui-icon.aui-icon-small{margin-top:-2px}.tools{background-color:#fefefe;border:1px dotted #bbb;padding:3px 5px;text-align:left;vertical-align:middle}select.imagebacked option,option.imagebacked,option.selectall{background-position:1px 2px;background-repeat:no-repeat;padding:2px 0 2px 20px;vertical-align:middle}option.selectall{background-image:url(/s/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/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:#707070}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:#d04437}.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 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 0}#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 .icon-required{background:url("/s/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/1.0/_/download/resources/jira.webresources:global-static/../../../images/required.png") no-repeat 0 0;position:relative;right:0}#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 0}#embcwd.list-directories p.description:first-child{margin-top:0}#embcwd.list-directories #new-directory{margin:16px 0}.issuepicker{border-top:1px solid #205081}.multi-picker-pop{border-top:1px solid #ccc;padding-top:8px}.overlabel{color:#707070;display:none}.overlabel-apply{color:#707070;cursor:text;font-style:italic;position:absolute;text-align:left;left:0;top:0;padding:3px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}form.aui .field-group label.overlabel{left:3px;top:3px}#add-project-fields .sample-project-container{max-width:340px}#add-project-fields input.text[name="key"]{width:125px}#add-project-fields .jira-inline-avatar-picker-trigger{cursor:pointer}#edit-project-warning-message{margin:0 0 10px}#project-edit-key{width:125px}#edit-project-key-toggle{margin-left:10px}a.aui-iconised-link div.yad{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}#manage-attachments .buttons-container.form-footer{border-top:0}#assign-to-me-trigger{display:inline-block;margin-left:10px}.full-width-field~#assign-to-me-trigger,.jira-dialog #assign-to-me-trigger{display:table;margin-left:0;margin-top:5px}#issue-filter .date-searcher,.date-searcher{min-width:370px}#issue-filter .date-searcher .field-group,.date-searcher .field-group{margin-bottom:4px}#issue-filter .date-searcher .field-group .error,.date-searcher .field-group .error{margin-left:25px}#issue-filter .date-searcher .field-group .js-dp-type-toggle,.date-searcher .field-group .js-dp-type-toggle{margin-left:0;margin-right:8px}#issue-filter .date-searcher .field-group label,.date-searcher .field-group label,#issue-filter .date-searcher .field-group input,.date-searcher .field-group input,#issue-filter .date-searcher .field-group select,.date-searcher .field-group select,#issue-filter .date-searcher .field-group span.icon-date,.date-searcher .field-group span.icon-date{float:none;display:inline-block}#issue-filter .date-searcher .field-group input,.date-searcher .field-group input,#issue-filter .date-searcher .field-group select,.date-searcher .field-group select,#issue-filter .date-searcher .field-group span.icon-date,.date-searcher .field-group span.icon-date,#issue-filter .date-searcher .field-group .helpLink,.date-searcher .field-group .helpLink{margin:0 1px}#issue-filter .date-searcher .field-group input[type='text'],.date-searcher .field-group input[type='text']{width:40px}#issue-filter .date-searcher .field-group label,.date-searcher .field-group label{width:auto}#issue-filter .date-searcher .field-group input.js-start-date,.date-searcher .field-group input.js-start-date,#issue-filter .date-searcher .field-group input.js-end-date,.date-searcher .field-group input.js-end-date{width:75px}#issue-filter .date-searcher .field-group:last-of-type,.date-searcher .field-group:last-of-type{margin-bottom:0}#issue-filter .date-searcher~.description,.date-searcher~.description{padding-top:5px}.selectorform{margin-bottom:16px}#issue-workflow-transition .cf-select,#create-issue-dialog .cf-select,#edit-issue-dialog .cf-select,#issue-create .cf-select,#issue-edit .cf-select{max-width:100%;min-width:0;width:auto}#assign-issue .jira-attachment-field,#log-work .jira-attachment-field,#comment-add .jira-attachment-field,#comment-edit .jira-attachment-field{display:none}ul.optionslist{margin:0}ul.optionslist>li{font-weight:bold}ul.optionslist>li>ul{display:block;font-weight:normal;list-style:none;margin:0;padding:0}ul.optionslist>li>ul>li{display:inline}ul.optionslist>li>ul>li:before{content:", "}ul.optionslist>li>ul>li:first-child:before{content:none}#inline-dialog-create_issue_popup .loading *{display:none}#inline-dialog-create_issue_popup .loading{background:url("/s/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/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:10px;margin:0 auto}form.aui.recipients-form .cancel{padding:0;position:absolute;right:5px;top:5px;z-index:101}.recipients .remove-recipient{border:0;padding:0;line-height:1;cursor:pointer;background:transparent;float:right;height:24px;opacity:0;width:24px}.recipients ol{clear:both;list-style-type:none;margin:8px 0 0 0;overflow:hidden;padding:0}.recipients li{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;padding:2px 2px 0}.recipients li:before,.recipients li:after{content:" ";display:table}.recipients li:after{clear:both}.recipients li:hover{background-color:#e6e6e6}.recipients li:hover .remove-recipient{opacity:1}.recipients li .remove-recipient:focus{opacity:1}.recipients .user-hover{float:left;max-width:174px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.recipients img{height:22px;margin-right:4px;vertical-align:bottom;width:22px}#comment-add-dialog #comment,#edit-comment #comment{max-width:none}
/* module-key = 'jira.webresources:global-static', 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:top}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:#f8d3d1;background-color:#fff}.aui-tabs .menu-item.has-errors a{color:#d04437;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:#707070}.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:#333;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:#707070}.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 #ccc;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:#707070;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:#3b73af}.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 #ccc;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:#707070;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:#3b73af}.aui-page-header-actions .aui-nav-pagination .aui-nav-previous+.aui-nav-next{padding-left:0}.aui-page-header-actions .aui-nav-pagination .aui-nav-previous+.aui-nav-next:before{display:none}.aui-page-header-actions .aui-toolbar{width:auto}
/* module-key = 'jira.webresources:global-static', location = '/ui/aui-layout/ops-bar.less' */
.command-bar{clear:both}.ops-cont{clear:both;overflow:hidden;display:block}.ops-cont .ops{float:left}.ops{list-style-type:none;margin:0;padding:0}.ops li{display:block;float:left;white-space:nowrap}.ops li.last{margin-right:10px}.ops li .disabled{opacity:.5;filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=50)"}.ops li.info{float:right;white-space:nowrap;width:auto}.ops li a#back-lnk{padding-left:0.249em}.ops li .button{background:#fff url(/s/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/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}.ops li .aui-icon{color:#707070}.page-type-admin #content>header>.ops-cont{float:right}.mod-header .ops{float:right}.ops li.drop{border-left:1px dotted #ddd;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:#ccc}.ops-general{float:right}.release-notes .ops-cont{float:right}
/* module-key = 'jira.webresources:global-static', location = '/ui/aui-layout/stalker.less' */
.issue-header{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;background:#f5f5f5;border:0;clear:both;left:0;margin:0;position:relative;padding:0;right:0;width:auto;z-index:100}.issue-header .ops-menus{display:block}.issue-header .ops-cont{margin:0}.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 20px}.issue-header .issue-header-content>.aui-page-header h1 a{text-decoration:none}.issue-header .issue-header-content>.command-bar{background-color:#fff;border-top:1px solid #ccc;margin:0;padding:10px}.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-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+.mod-content{margin-top:5px}.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 #ccc;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:#f5f5f5;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:#707070}.issue-comment-action:hover{color:#707070;text-decoration:none}.issue-activity-sort-link{color:#707070}.issue-activity-sort-link:hover{color:#707070}#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}#addcomment .mod-content{display:none}#addcomment.active .mod-footer{display:none}#addcomment .mod-footer{overflow:hidden}#addcomment.active .mod-content{display:block}#addcomment textarea{max-height:none;min-height:150px}.icon-comment{color:#707070;vertical-align:middle;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 .tabs2{position:relative}#activitymodule .tabs2 .sortwrap{bottom:5px;left:auto;position:absolute;right:0;width:1em}#activitymodule .tabs2 #issue-tabs{padding-right:20px}#activitymodule .mod-content{min-height:5em}#activitymodule .issuePanelWrapper{position:relative;padding-top:10px}#activitymodule .issuePanelWrapper.loading .issuePanelProgress{background:url("/s/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/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+.links-list{border-top:1px solid #ccc}.links-list{padding-left:150px;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{float:left;margin-left:-150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-top:5px;width:142px}.links-list dd{border-top:1px solid #ccc;position:relative;padding-right:24px}.links-list dt+dd{border-top:none}.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:#f5f5f5}.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:hover .delete-link a,.links-list dd .delete-link a:focus{position:absolute;text-align:center;width:24px;height:auto;top:5px;right:0;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 #ccc;padding-top:5px}#show-more-links span{color:#707070}#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:#707070}.tickLabel{font-size:11px}.item-attachments{list-style:none;margin:0;padding:0}.item-attachments::after{clear:both;content:".";display:block;height:0;visibility:hidden}.item-attachments .attachment-content{padding:5px 5px 5px 20px}.item-attachments .attachment-content:before,.item-attachments .attachment-content:after{content:" ";display:table}.item-attachments .attachment-content:after{clear:both}.item-attachments .attachment-content:hover{background-color:#f5f5f5}.item-attachments .attachment-content::after,.item-attachments .attachment-content .twixi-block::after{content:".";display:block;height:0;clear:both;visibility:hidden}.item-attachments .attachment-icon::before{color:#707070}.item-attachments .attachment-thumbnail-icon{height:80px;width:80px}.item-attachments .attachment-thumbnail-icon::before{color:#e9e9e9;font-size:80px;margin-top:-40px}.attachment-content dl{margin:0}.attachment-content dt{float:left}.attachment-content dd{float:right;margin:0}.attachment-content dd.zip-contents{float:none;padding:0 215px 0 20px}.attachment-content dd.zip-contents ol{list-style-type:none;padding:0;margin:0}.attachment-content dd.zip-contents ol li{clear:both}.attachment-content dd.zip-contents .attachment-size{color:#bbb;float:right}.attachment-content .attachment-delete{width:20px;padding-left:5px}.attachment-content .attachment-delete .aui-icon{color:#707070}.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 #ccc;margin-top:8px;padding-top:8px}.attachment-thumb{float:left;margin-right:0.581em}.attachment-thumb img{vertical-align:text-top;max-width:200px;max-height:200px}.earlier-version a:link,.earlier-version a:visited{color:#666}.attachment-size{color:#666;margin:0 5px}.attachment-author{display:none}dd.attachment-date{text-align:right;width:180px;padding:0 5px}.blender{position:absolute;top:0;bottom:0;left:auto;right:0;width:3em;height:100%;background-size:100% 100%;background-image:linear-gradient(to right, rgba(255,255,255,0) 0, #fff 100%);pointer-events:none}#attachment_thumbnails .attachment-content:hover .blender{background-image:linear-gradient(to right, rgba(255,255,255,0) 0, #f5f5f5 100%)}#attachment_thumbnails .attachment-delete{position:absolute;left:auto;right:0;padding:0;margin:0}#attachment_thumbnails .attachment-delete .icon{margin:0}#attachment_thumbnails .attachment-content{border:1px solid #f0f0f0;float:left;height:242px;margin:0 6px 6px 0;padding:6px 10px;width:200px;text-align:center}#attachment_thumbnails .attachment-thumb,#attachment_thumbnails .attachment-thumb .gallery{float:none;height:200px;margin:0 auto;width:200px;display:table-cell;text-align:center;vertical-align:middle}#attachment_thumbnails dl{clear:left;display:block;height:42px;overflow:hidden;width:200px}#attachment_thumbnails dt,#attachment_thumbnails dd{position:relative;text-align:left}#attachment_thumbnails .attachment-title{display:block;float:none;height:21px;white-space:nowrap;width:200px;word-wrap:normal}#attachment_thumbnails .attachment-size{float:left;margin:0;top:-0.213em;width:auto}#attachment_thumbnails .attachment-date{top:-0.213em;width:auto}.tt_inner dl{display:table;table-layout:fixed;width:100%}.tt_inner dt,.tt_inner dd{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;display:table-cell;margin:0}dt.tt_text{color:#707070;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:#707070;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:#f5f5f5;border-right:none;text-align:center;border-bottom:1px solid #ccc;height:38px}.collapsed-comments:hover{background:#e6e6e6}.collapsed-comments:hover .show-more-comments{background:#e6e6e6}.collapsed-comments .collapsed-comments-line{display:block;padding-top:12px;border-bottom:1px solid #ccc}.collapsed-comments .show-more-comments{position:relative;top:-17px;background:#f5f5f5;padding:0 20px;color:#333}.message-container:first-child .collapsed-comments{border-top:1px solid #ccc}.collapsed-comments:hover{text-decoration:none}.issue-data-block .action-head{cursor:pointer}.issue-data-block.collapsed{background:#f5f5f5}.issue-data-block.collapsed:hover{background:#e6e6e6}.issueaction-aui-icon{color:#707070}.issueaction-aui-icon:hover{color:#707070;text-decoration:none}@media all and (max-width:1190px){.links-list{padding-left:0}.links-list dt{float:none;margin:0 0 6px 0;width:100%}.links-list dt+dd{border-top:1px solid #ccc}.links-list dd{margin-left:0}.links-list+.links-list{padding-top:10px}#viewissuesidebar #peopledetails{line-height:20px}#viewissuesidebar ul.item-details dl+dl{margin-top:8px}#viewissuesidebar ul.item-details dl dt{display:block;text-align:left;width:100%}#viewissuesidebar ul.item-details dl dd{display:block;margin:0;padding:2px 0;width:100%}#viewissuesidebar .tt_inner>dl{display:block}#viewissuesidebar .tt_inner dt{display:block}#viewissuesidebar .tt_inner dt~dd{display:inline-block;vertical-align:middle}#viewissuesidebar dd.tt_graph{width:50%}}
/* module-key = 'jira.webresources:global-static', location = '/ui/aui-layout/issue-table.less' */
#issuetable,.issue-table{background-color:#fff;border-collapse:collapse;margin:8px 0;width:100%}#issuetable>caption,.issue-table>caption{background-color:#f5f5f5;border-bottom:1px solid #ccc;caption-side:top;color:#707070;padding:7px 10px;text-align:left}#issuetable>tbody>tr,.issue-table>tbody>tr,#issuetable>tfoot>tr,.issue-table>tfoot>tr{background-color:#fff;color:#333}#issuetable>thead>tr>th,.issue-table>thead>tr>th{color:#707070;font-size:12px;white-space:nowrap}#issuetable>tbody>tr>th,.issue-table>tbody>tr>th{background-color:#fff;color:#333}#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 #ccc;overflow:hidden;padding:5px 7px;text-align:left;vertical-align:top}#issuetable>thead .sortable,.issue-table>thead .sortable{cursor:pointer}#issuetable>thead .sortable:hover,.issue-table>thead .sortable:hover{background-color:#f5f5f5}#issuetable>thead .active,.issue-table>thead .active{color:#707070;background-color:#f5f5f5}#issuetable>thead .active:hover,.issue-table>thead .active:hover{background-color:#e6e6e6}#issuetable>thead .active .issuetable-header-sort-icon,.issue-table>thead .active .issuetable-header-sort-icon{position:relative;top:-1px}#issuetable>tbody>tr:first-child>td,.issue-table>tbody>tr:first-child>td,#issuetable>tbody>tr:first-child>th,.issue-table>tbody>tr:first-child>th,#issuetable>tfoot>tr:first-child>td,.issue-table>tfoot>tr:first-child>td{border-top:1px solid #ccc}#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:#f5f5f5}#issuetable tr.focused,.issue-table tr.focused{background-color:#ebf2f9}#issuetable tr.focused>td:first-child,.issue-table tr.focused>td:first-child{border-left-color:#707070}#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:#f5f5f5}#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:#333}#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:#f5f5f5;box-shadow:0 2px 2px 0 rgba(0,0,0,0.2)}#issuetable .subtask-reorder a,.issue-table .subtask-reorder a{opacity:0}#issuetable .issuerow:hover .subtask-reorder a,.issue-table .issuerow:hover .subtask-reorder a,#issuetable .issuerow .subtask-reorder a:focus,.issue-table .issuerow .subtask-reorder a:focus{opacity:1}#issuetable .issuerow .issue-actions-trigger,.issue-table .issuerow .issue-actions-trigger{opacity:0}#issuetable .issuerow.focused .issue-actions-trigger:hover,.issue-table .issuerow.focused .issue-actions-trigger:hover,#issuetable .issuerow:hover .issue-actions-trigger,.issue-table .issuerow:hover .issue-actions-trigger,#issuetable .issuerow .issue-actions-trigger:focus,.issue-table .issuerow .issue-actions-trigger:focus,#issuetable .issuerow .issue-actions-trigger.active,.issue-table .issuerow .issue-actions-trigger.active{opacity:1}#issuetable .issuerow .issue-actions-trigger.active,.issue-table .issuerow .issue-actions-trigger.active{border:1px solid #ccc}.count-pagination{clear:both;padding:8px 0;table-layout:auto}.count-pagination .pagination{font-size:0;text-align:right;white-space:nowrap}.count-pagination .pagination>a,.count-pagination .pagination>strong,.count-pagination .pagination>span{font-size:14px;line-height:1;height:auto;margin:0 0 0 .15em;padding:.1em;position:relative;vertical-align:bottom}.results-count-start,.results-count-end,.results-count-total{font-weight:bold}.msie #issuetable .issuekey,.msie .issuetable .issuekey,.msie #issuetable .status,.msie .issuetable .status{width:1%}.gadget #issuetable .parentIssue,.gadget .issuetable .parentIssue{background-position:100% 1px}.gadget #issuetable .summary>p,.gadget .issuetable .summary>p,.gadget #issuetable .description>p,.gadget .issuetable .description>p{margin:0;min-width:100px}.gadget #issuetable tr.hover .issue_actions a.aui-dd-link,.gadget .issuetable tr.hover .issue_actions a.aui-dd-link{left:0;top:0}a.hidden-link{display:block;font-size:0;height:1px;line-height:0;outline:0 none white;width:1px}a.hidden-link span{display:none}#bulkedit .jira-issue-status-icon{vertical-align:middle}
/* module-key = 'jira.webresources:global-static', location = '/ui/aui-layout/deprecated/issue-actions.less' */
#stepped-process{display:inline-block;min-width:100%;width:auto}#stepped-process .aui-page-panel-inner{table-layout:auto}#stepped-process .aui-page-panel-nav{min-width:200px}.steps{list-style:none;margin:0;padding:0}.steps>li{font-weight:normal;padding:5px 0 5px 20px;position:relative;word-break:break-word}.steps>li:before{background-color:#3b73af;border-radius:100%;content:"";height:10px;left:0;position:absolute;top:10px;width:10px}.steps>.current{font-weight:bold}.steps>.current~li{color:#707070}.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 #ccc;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:#707070}.versions-list .version-block-container .version-metadata .key+.value{color:#333}.versions-list .version-block-container .version-title{font-size:16px;font-weight:bold;font-family:inherit;line-height:1.5625em;margin-top:0}.versions-list .version-block-container .version-description,.versions-list .version-block-container .version-metadata{margin:0}.versions-list .version-block-container .version-title+.version-description,.versions-list .version-block-container .version-title+.version-metadata,.versions-list .version-block-container .version-progress-description{margin-top:0}.versions-list .version-block-container .version-progress{min-width:200px;width:30%}.versions-list .version-block-container .version-progress>.percentageGraph{font-size:16px;font-weight:bold;font-family:inherit;line-height:1.5625em;height:1.5625em;overflow:auto;position:relative;width:100%}.versions-list .version-block-container .version-progress>.percentageGraph:before,.versions-list .version-block-container .version-progress>.percentageGraph:after{content:" ";display:table}.versions-list .version-block-container .version-progress>.percentageGraph:after{clear:both}.versions-list .version-block-container .version-progress>.percentageGraph>.barSection{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;border-width:4px 0;height:0;line-height:0;margin-top:-4px;position:relative;top:50%}.versions-list .version-issue-table{margin:10px 0}.versions-list .version-issue-table table.aui>tbody>tr:last-child{border-bottom:0}
/* module-key = 'jira.webresources:global-static', location = '/ui/aui-layout/dialog.less' */
#about-dialog .aui-page-panel{height:400px;margin:0;overflow-y:scroll}#about-dialog .main-about-jira-logo{max-width:280px;margin:0 0 20px 20px}#shortcutsmenu:before,#shortcutsmenu:after{content:" ";display:table}#shortcutsmenu:after{clear:both}#shortcutsmenu .module{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;width:46%;float:left;margin-left:3.5%;margin-right:0}#shortcutsmenu .module.module-alternate{clear:left;margin-left:0;margin-right:3.5%}#shortcutsmenu .module:first-child+.module{margin-top:0;padding-top:0;border-top:0}#link-issue-dialog .jira-dialog-content{margin-bottom:50px}#link-issue-dialog .form-footer{height:50px;position:absolute;bottom:0;right:0;left:0}#link-issue-dialog form{overflow:auto;position:static}#jira-issue-keys-multi-select+.issue-picker-popup{display:none}.issue-link-edit #issuelinks-issues-multi-select{width:95%}
/* module-key = 'jira.webresources:global-static', location = '/ui/aui-layout/labels.less' */
ul.labels{display:block;list-style-type:none;margin:0 0 -5px;padding:0}ul.labels li{display:inline;font-size:0;margin:0}ul.labels li .lozenge{background:#f5f5f5;border:1px solid #ccc;border-radius:3.01px;display:inline-block;font-size:14px;font-weight:normal;line-height:1;max-width:100%;overflow-x:hidden;padding:1px 5px;margin:0 3px 0 0;text-align:left;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}ul.labels li .lozengea:hover,ul.labels li .lozengea:focus{border-color:#707070;text-decoration:none}ul.labels li .edit-labels{vertical-align:top}ul.labels li .edit-labels.icon-edit-sml{background-position:3px -698px}ul.labels li .edit-labels.icon-edit-sml:hover{background-position:-22px -698px}.label-alphabetical{font-size:0;line-height:1}.label-alphabetical .aui-label{font-size:14px;margin-bottom:10px;margin-right:10px;vertical-align:bottom}.ka ul.labels li .edit-labels{display:none}
/* module-key = 'jira.webresources:global-static', location = '/ui/aui-layout/sharing.less' */
.used-by{background-color:white;border-color:#b2d8b9;color:#14892c}.used-by>em{font-style:normal}.shared-item-target{display:none}.shared-items-target .aui-inline-dialog-contents,.shared-item-target .aui-inline-dialog-contents{padding:0}.shared-items-content,.shared-item-content{padding:16px}.shared-items-content>h3,.shared-item-content>h3,.shared-items-content>strong,.shared-item-content>strong{display:block;font-size:14px;line-height:16px;margin:0 0 8px 0}.shared-items-list{display:block;margin:0;list-style:none;padding:0;max-height:15em;overflow-y:auto}.shared-items-list>li{margin:0;overflow:hidden;padding:2px;text-align:right}.shared-items-list .shared-project-name,.shared-items-list .shared-issuetype-name{float:left;padding-left:20px;text-align:left}.shared-items-list .shared-project-name.current,.shared-items-list .shared-issuetype-name.current{font-weight:bold}.shared-items-list .shared-project-name .shared-project-icon,.shared-items-list .shared-issuetype-name .shared-project-icon{float:left;margin:0 4px 0 -20px;text-indent:999em}
/* module-key = 'jira.webresources:global-static', location = '/ui/aui-layout/lozenges.less' */
.aui-lozenge.status-active{background-color:#3b73af;border-color:#3b73af;color:white}.aui-lozenge.status-draft{background-color:#505050;border-color:#505050;color:white}.aui-lozenge.status-inactive{background-color:#ccc;border-color:#ccc;color:#333}.aui-lozenge.status-locked{background-color:#ffe7e7;border-color:#ffe7e7;color:#333}.aui-lozenge.status-managed{background-color:#ffd;border-color:#ffd;color:#333}.aui-lozenge.status-required{background-color:#fff;border-color:#fff;color:#326ca6}
/* module-key = 'jira.webresources:global-static', location = '/ui/aui-layout/deprecated/userhover.less' */
.user-hover-info{min-height:48px;position:relative;padding:7px}.user-hover-avatar{float:left;margin:0 10px 0 0;height:48px;width:48px}.user-hover-avatar img{width:48px;height:48px}.user-hover-details{overflow:hidden}.user-hover-info h4{font-size:1.2em}.user-hover-info ul{color:#333;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:#707070;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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/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 #ccc;background-color:#f5f5f5}.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:#f5f5f5;color:#333;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:#333;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:#ccc}.user-hover-more:first-child{border-right:1px solid #ccc}.user-hover-buttons a.user-hover-more{color:#333}.user-hover-buttons a:hover{background-color:#3b73af;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:#707070;float:left;margin-bottom:4px;padding-right:8px;width:70px;text-align:right}.hoverpopup dd{color:#333;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 #ccc;padding:3px 4px 3px 4px}th.confluenceTh{border:1px solid #ccc;background:#f5f5f5;padding:3px 4px 3px 4px;text-align:center}div.wiki-edit{margin-bottom:0;padding-bottom:0}div.wiki-edit p{padding:0}div.wiki-edit h1{font-size:2.4em}div.wiki-edit h2{font-size:1.8em;border:none}div.wiki-edit h3{font-size:1.3em}div.wiki-edit h4{font-size:1.2em}div.wiki-edit h5{font-size:1em}div.wiki-edit h6{font-size:.9em}div.wiki-edit img,div.wiki-edit a img,div.wiki-edit fieldset{border:0}div.wiki-edit ul{margin:0 0 1em 2em}div.wiki-edit ol{list-style-type:decimal;list-style-position:outside;padding-left:2.5em}div.wiki-edit blockquote{border-left:2px solid #3c78b5;font-size:1em;font-family:inherit;margin-left:0;padding-left:1em}div.wiki-edit small,div.wiki-edit .small{font-size:.9em}div.wiki-edit strong,div.wiki-edit b,div.wiki-edit .bolded{font-weight:bold}.preformatted,.code{border:1px solid #ccc;background:#f5f5f5;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 #ccc;-moz-border-radius:3px 3px 3px 3px;border-radius:3px 3px 3px 3px;margin:9px 0}.panelHeader{border-bottom:1px solid #ccc;padding:9px 12px}.panelContent{padding:9px 12px}div.wiki-edit .preformatted,div.wiki-edit .code{border:1px solid #ccc;background:#f5f5f5;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 #ccc;-moz-border-radius:3px 3px 3px 3px;border-radius:3px 3px 3px 3px;margin:9px 0}div.wiki-edit .panelHeader{border-bottom:1px solid #ccc;padding:9px 12px}div.wiki-edit .panelContent{padding:9px 12px}div.wiki-edit pre{background:none;border:none;padding:0;width:100%}div.preformattedContent pre,div.codeContent pre{max-height:30em;overflow:auto;white-space:pre-wrap;word-wrap:normal}div.preformattedContent pre{white-space:pre;word-break:normal}table div.preformattedContent pre{word-wrap:break-word;word-break: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 #ccc}.optionPadded{padding:2px}.optionSelected{border:#ddd solid #ccc;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:#f5f5f5}.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;vertical-align:text-bottom}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:#707070}form.aui .default-comment-level-status-icon.aui-iconfont-approve{color:#14892c}form.aui .default-comment-level-status-icon.aui-iconfont-error{color:#d04437}form.aui .default-comment-level-switch{padding:0 10px 0 5px;border:0;height:16px}form.aui .default-comment-level-switch.disabled-link{color:#707070;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:#d04437}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:#707070}form.aui .security-level .drop:hover .drop-menu:after{border-top-color:#333}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 #ccc;padding:16px 8px;width:100%}#previous-view:before,#previous-view:after{content:" ";display:table}#previous-view:after{clear:both}#previous-view .aui-toolbar{background-color:transparent;float:left}@media print{body{background-color:#fff !important;color:#000 !important;font-size:11pt !important}#content>header{margin-bottom:1em !important}.aui-page-panel,.aui-page-panel-inner,.aui-page-panel-main,.aui-page-panel-nav,.aui-page-panel-sidebar,.aui-group,.aui-item,.tabs-pane{border:none !important;clear:both !important;display:block !important;padding-left:0 !important;padding-right:0 !important;width:100% !important}.operations,.ops,.workflowactions,#header,#footer,.command-bar,#addcomment,.stalker-placeholder,#stalker.detached:after,.tabs-menu,.tabs.vertical,.operations,#previous-view{display:none !important}a{text-decoration:none !important}#stalker .btm,.stalker .ops-cont,#stalker,#stalker.detached{background-color:transparent !important;position:relative !important;top:0 !important}.type-textfield,.flooded,.action-body{overflow:visible !important}.mod-header{background-color:transparent !important;background-image:none !important;border-bottom:2px solid #000 !important}#printable-content{padding:0 !important}.hideOnPrint{visibility:hidden !important}ul.labels{font-size:inherit !important}ul.labels li .lozenge{background-image:none !important;background-color:#f7f7f7 !important;border:1px solid #666 !important;-moz-border-radius:5px !important;-ms-border-radius:5px !important;-o-border-radius:5px !important;-webkit-border-radius:5px !important;border-radius:5px !important;color:#000 !important}ul.labels li .lozenge span{background-image:none !important}}
/* module-key = 'jira.webresources:global-static', location = '/ui/aui-layout/browse-project.less' */
.issue-filter-links{list-style:none;padding-left:0}.p-list{margin-bottom:20px}.p-list .aui-avatar{display:inline-block;margin-right:5px;vertical-align:middle}.p-list .project-type-icon{height:18px;width:18px;margin-right:6px}tbody.projects-list td.cell-type-name{white-space:normal;-ms-word-break:break-all;word-break:break-all;word-break:break-word}form.aui .project-filter-item{display:inline-block;position:relative}form.aui .project-filter-item .text{padding-right:28px}form.aui .project-filter-item .aui-icon{margin-top:-8px;position:absolute;right:4px;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:#ccc;margin:0 3px}.project-details .operations-list .list-label{color:#707070}.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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/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}
/* module-key = 'jira.webresources:global-static', location = '/ui/aui-layout/about.less' */
.main-about-jira-logo{float:right}.main-about-jira-logo+h2{margin-top:0}
/* module-key = 'com.atlassian.jira.jira-issue-nav-plugin:stylesheets', location = 'content/css/issue-nav.less' */
body{min-width:0}#throbber-space{float:right;height:28px;margin-right:10px}.results-panel .pending{opacity:.5;pointer-events:none}.navigator-search{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1px solid;background-color:#f5f5f5;clear:both;padding:5px 20px 5px 12px}.navigator-search:before,.navigator-search:after{content:" ";display:table}.navigator-search:after{clear:both}.navigator-search>.aui-group{table-layout:auto}.view-selector{width:70px}.view-selector .aui-buttons{float:right}.view-selector .aui-buttons .aui-button:first-child{border-bottom-right-radius:3.01px;border-top-right-radius:3.01px}.layout-switcher-item .aui-icon{margin-right:6px;color:#707070}.layout-switcher-item.active .aui-icon{color:#e6e6e6}.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;font-weight:normal;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 span{position:relative;padding:.3em 0 .3em 5px;margin-left:5px;color:#70707a}.filter-operations .filter-edited-item span:after{border-top:1px solid #bbb;content:"";position:absolute;left:-12px;top:12px;width:12px}.filter-operations .aui-buttons .js-edited-trigger.aui-button{vertical-align:bottom;padding-left:5px}.page-type-navigator .ajs-layer{margin-top:0}.saved-search-selector{background-color:#f5f5f5;border-bottom:1px solid;padding: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>li{display:inline;padding:0 5px}.filter-operations>li:first-child{padding-left:0;border-left:none}.header-tools-menu .menu-empty-content{padding:5px;text-align:center}.filter-details-section{padding:17px;word-wrap:break-word}.filter-details-section.sub-section{padding-left:0;padding-right:0;margin-left:17px;margin-right:17px;border-top:1px solid #ddd}.filter-details-section.sub-section:first-child{border-top:none}.filter-details-section.full-section{border-top:1px solid #ddd;background-color:#F8F8F8}.filter-details-section>h3{font-weight:normal}.filter-details-section>h4{font-size:14px}.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}.refresh-table{margin-left:5px;color:#707070}.refresh-table:hover{color:#707070;opacity:0.7}#issue-content{background-color:#fff;height:100%}.no-results{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#fff;background-position:100% 100%;background-repeat:no-repeat;margin:0 auto;padding:40px 110px 40px 20px;width:520px}.no-results.empty-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.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.not-logged-in-message{background-image:url("data:image/png;base64,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")}.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 #ccc;color:#333;margin-top:0;padding:20px;text-align:center}.navigator-content{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;clear:both}.empty-results{border-top:none;padding:80px 0}.navigator-group>.results-panel{border:none;border-radius:0}.navigator-sidebar{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;border-right:1px solid #ddd;padding:15px 10px;width:200px;position:relative}.navigator-sidebar .favourite-filters,.navigator-sidebar .filter-info{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:1px;margin:10px -1px 0}.navigator-sidebar .filter-info{padding-left:10px;padding-right:10px}.navigator-sidebar .toggle-filter-panel{display:block}.navigator-sidebar.collapsed{padding:15px 0;width:30px}.navigator-sidebar.collapsed .toggle-filter-panel{background-repeat:no-repeat;background-image:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMTguNDE3IDE1LjUiPgogICAgPHBhdGggZmlsbD0iIzk5OTk5OSIgZD0iTTE2LjkxNywxNS41Yy0wLjM4NCwwLTAuNzY4LTAuMTQ2LTEuMDYxLTAuNDM5bC02LjI1LTYuMjVjLTAuNTg2LTAuNTg1LTAuNTg2LTEuNTM2LDAtMi4xMjFsNi4yNS02LjI1YzAuNTg2LTAuNTg2LDEuNTM1LTAuNTg2LDIuMTIxLDBjMC41ODYsMC41ODUsMC41ODYsMS41MzYsMCwyLjEyMUwxMi43ODgsNy43NWw1LjE4OSw1LjE4OWMwLjU4NiwwLjU4NSwwLjU4NiwxLjUzNiwwLDIuMTIxQzE3LjY4NCwxNS4zNTQsMTcuMywxNS41LDE2LjkxNywxNS41eiIvPjxwYXRoIGZpbGw9IiM5OTk5OTkiIGQ9Ik03Ljc1LDE1LjVjLTAuMzg0LDAtMC43NjgtMC4xNDYtMS4wNjEtMC40MzlsLTYuMjUtNi4yNWMtMC41ODYtMC41ODUtMC41ODYtMS41MzYsMC0yLjEyMWw2LjI1LTYuMjVjMC41ODYtMC41ODYsMS41MzUtMC41ODYsMi4xMjEsMGMwLjU4NiwwLjU4NSwwLjU4NiwxLjUzNiwwLDIuMTIxTDMuNjIxLDcuNzVsNS4xODksNS4xODljMC41ODYsMC41ODUsMC41ODYsMS41MzYsMCwyLjEyMUM4LjUxOCwxNS4zNTQsOC4xMzQsMTUuNSw3Ljc1LDE1LjV6Ii8+Cjwvc3ZnPg==");background-size:10px 10px;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);background-position:left 5px;height:16px;margin:0 9px 0 0;padding:0;zoom:1}.navigator-sidebar .ui-sidebar{top:0;bottom:0}.filter-title{color:#707070;font-size:12px;line-height:normal;padding:0 10px;text-transform:uppercase}.filter-info{margin-top:10px;font-style:italic}.filter-options{list-style:none;margin-top:5px;padding:10px 0}.filter-options>li{padding:0}.filter-options .new-search{color:#333;margin-bottom:10px;text-align:center;width:100%}.filter-options .new-search:visited,.filter-options .new-search:hover,.filter-options .new-search:active{color:#333}.filter-options .find-filters{margin:0 10px}.filter-panel-wrapper{overflow-y:auto;overflow-x:hidden}.filter-panel-wrapper,.filter-panel-section{border-top:1px solid #ddd}.filter-panel-section{margin-top:-1px;padding:10px 0}.filter-panel-section h4{margin-top:10px}.filter-list{list-style:none;padding:0}.filter-list>li{padding:0;position:relative}.filter-list>li .filter-link{padding:5px 10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}.filter-list>li .filter-link:hover,.filter-list>li .filter-link:active,.filter-list>li .filter-link.active,.filter-list>li .filter-link:focus{text-decoration:none}.filter-list>li .filter-link:hover+.filter-actions,.filter-list>li .filter-link:active+.filter-actions,.filter-list>li .filter-link.active+.filter-actions,.filter-list>li .filter-link:focus+.filter-actions{background-color:#bbb}.filter-list>li .filter-link:hover+.filter-actions>span:after,.filter-list>li .filter-link:active+.filter-actions>span:after,.filter-list>li .filter-link.active+.filter-actions>span:after,.filter-list>li .filter-link:focus+.filter-actions>span:after{border-top-color:#333}.filter-list>li .filter-link:hover+.filter-actions>span:hover:after,.filter-list>li .filter-link:active+.filter-actions>span:hover:after,.filter-list>li .filter-link.active+.filter-actions>span:hover:after,.filter-list>li .filter-link:focus+.filter-actions>span:hover:after,.filter-list>li .filter-link:hover+.filter-actions>span.active:after,.filter-list>li .filter-link:active+.filter-actions>span.active:after,.filter-list>li .filter-link.active+.filter-actions>span.active:after,.filter-list>li .filter-link:focus+.filter-actions>span.active:after{border-top-color:#fff}.filter-list>li .filter-link:active,.filter-list>li .filter-link.active,.filter-list>li .filter-link:focus{color:#333}.filter-list>li .filter-link.active{font-weight:bold}.filter-list>li:hover,.filter-list>li.hover{background-color:#e6e6e6}.filter-list>li:hover>.filter-actions>span:after,.filter-list>li.hover>.filter-actions>span:after{border-top-color:#333}.filter-list>li .filter-actions{overflow:hidden;position:absolute;right:7px;top:7px;z-index:1}.filter-list>li .filter-actions>span{border-radius:2px;display:block;float:left;height:16px;margin:0;padding:0;position:relative;text-indent:-999em;width:15px}.filter-list>li .filter-actions>span:after{border:4px solid transparent;border-top-color:transparent;content:"";height:0;position:absolute;right:4px;top:6px;width:0}.filter-list>li .filter-actions:focus>span{background-color:#bbb}.filter-list>li .filter-actions:focus>span:after{border-top-color:#333}.filter-list>li .filter-actions:hover>span,.filter-list>li .filter-actions:active>span,.filter-list>li .filter-actions.active>span{background-color:#3c78b5}.filter-list>li .filter-actions:hover>span:after,.filter-list>li .filter-actions:active>span:after,.filter-list>li .filter-actions.active>span:after{border-top-color:#fff}.filter-list.favourite-filters>li .filter-link{padding-right:20px}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%}.navigator-container>.navigator-sidebar,.navigator-container>.navigator-body{display:table-cell;vertical-align:top}.navigator-body{background-color:#fff;border-bottom:1px solid #ddd}.ui-sidebar{position:fixed;width:15px;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAMCAYAAABIvGxUAAADHmlDQ1BJQ0MgUHJvZmlsZQAAeAGFVN9r01AU/tplnbDhizpnEQk+aJFuZFN0Q5y2a1e6zVrqNrchSJumbVyaxiTtfrAH2YtvOsV38Qc++QcM2YNve5INxhRh+KyIIkz2IrOemzRNJ1MDufe73/nuOSfn5F6g+XFa0xQvDxRVU0/FwvzE5BTf8gFeHEMr/GhNi4YWSiZHQA/Tsnnvs/MOHsZsdO5v36v+Y9WalQwR8BwgvpQ1xCLhWaBpXNR0E+DWie+dMTXCzUxzWKcECR9nOG9jgeGMjSOWZjQ1QJoJwgfFQjpLuEA4mGng8w3YzoEU5CcmqZIuizyrRVIv5WRFsgz28B9zg/JfsKiU6Zut5xCNbZoZTtF8it4fOX1wjOYA1cE/Xxi9QbidcFg246M1fkLNJK4RJr3n7nRpmO1lmpdZKRIlHCS8YlSuM2xp5gsDiZrm0+30UJKwnzS/NDNZ8+PtUJUE6zHF9fZLRvS6vdfbkZMH4zU+pynWf0D+vff1corleZLw67QejdX0W5I6Vtvb5M2mI8PEd1E/A0hCgo4cZCjgkUIMYZpjxKr4TBYZIkqk0ml0VHmyONY7KJOW7RxHeMlfDrheFvVbsrj24Pue3SXXjrwVhcW3o9hR7bWB6bqyE5obf3VhpaNu4Te55ZsbbasLCFH+iuWxSF5lyk+CUdd1NuaQU5f8dQvPMpTuJXYSWAy6rPBe+CpsCk+FF8KXv9TIzt6tEcuAcSw+q55TzcbsJdJM0utkuL+K9ULGGPmQMUNanb4kTZyKOfLaUAsnBneC6+biXC/XB567zF3h+rkIrS5yI47CF/VFfCHwvjO+Pl+3b4hhp9u+02TrozFa67vTkbqisXqUj9sn9j2OqhMZsrG+sX5WCCu0omNqSrN0TwADJW1Ol/MFk+8RhAt8iK4tiY+rYleQTysKb5kMXpcMSa9I2S6wO4/tA7ZT1l3maV9zOfMqcOkb/cPrLjdVBl4ZwNFzLhegM3XkCbB8XizrFdsfPJ63gJE722OtPW1huos+VqvbdC5bHgG7D6vVn8+q1d3n5H8LeKP8BqkjCtbCoV8yAAAACXBIWXMAAAsSAAALEgHS3X78AAABZ2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNC40LjAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iPgogICAgICAgICA8eG1wOkNyZWF0b3JUb29sPkFkb2JlIEZpcmV3b3JrcyBDUzY8L3htcDpDcmVhdG9yVG9vbD4KICAgICAgPC9yZGY6RGVzY3JpcHRpb24+CiAgIDwvcmRmOlJERj4KPC94OnhtcG1ldGE+CsO3s+UAAAAsSURBVAgdY7x69ep/BgaGRpZNmzYBaQYGxv//QQIMDExgEpnBcu3aNQoUAwChKRhfrNwRnQAAAABJRU5ErkJggg==");background-position:5px 45%;background-repeat:no-repeat;cursor:col-resize;z-index:1000}@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:#f5f5f5;left:0;border-bottom:1px solid #ddd}.ui-popout-expanded{box-shadow:1px 5px 5px 1px rgba(0,0,0,0.2)}.ui-popout-detached:after{content:"";height:20px;position:absolute;bottom:-21px;left:0;background:#f5f5f5;width:100%;padding-right:6px;z-index:999}.filter-title .ui-dock,.filter-title .ui-undock{position:absolute;right:20px;height:28px;margin:-8px -10px 0 0;padding:5px;width:28px}.filter-title .ui-dock>span,.filter-title .ui-undock>span{vertical-align:top;background-image:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMTguNDE3IDE1LjUiPgogICAgPHBhdGggZmlsbD0iIzk5OTk5OSIgZD0iTTE2LjkxNywxNS41Yy0wLjM4NCwwLTAuNzY4LTAuMTQ2LTEuMDYxLTAuNDM5bC02LjI1LTYuMjVjLTAuNTg2LTAuNTg1LTAuNTg2LTEuNTM2LDAtMi4xMjFsNi4yNS02LjI1YzAuNTg2LTAuNTg2LDEuNTM1LTAuNTg2LDIuMTIxLDBjMC41ODYsMC41ODUsMC41ODYsMS41MzYsMCwyLjEyMUwxMi43ODgsNy43NWw1LjE4OSw1LjE4OWMwLjU4NiwwLjU4NSwwLjU4NiwxLjUzNiwwLDIuMTIxQzE3LjY4NCwxNS4zNTQsMTcuMywxNS41LDE2LjkxNywxNS41eiIvPjxwYXRoIGZpbGw9IiM5OTk5OTkiIGQ9Ik03Ljc1LDE1LjVjLTAuMzg0LDAtMC43NjgtMC4xNDYtMS4wNjEtMC40MzlsLTYuMjUtNi4yNWMtMC41ODYtMC41ODUtMC41ODYtMS41MzYsMC0yLjEyMWw2LjI1LTYuMjVjMC41ODYtMC41ODYsMS41MzUtMC41ODYsMi4xMjEsMGMwLjU4NiwwLjU4NSwwLjU4NiwxLjUzNiwwLDIuMTIxTDMuNjIxLDcuNzVsNS4xODksNS4xODljMC41ODYsMC41ODUsMC41ODYsMS41MzYsMCwyLjEyMUM4LjUxOCwxNS4zNTQsOC4xMzQsMTUuNSw3Ljc1LDE1LjV6Ii8+Cjwvc3ZnPg==");background-size:10px 10px;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);background-position:center center}.ui-undock.ui-undock>span{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.navigator-issue-only .ui-popout-detached,.page-type-message .ui-popout-detached{display:none}.ui-sidebar-scrollable .ui-sidebar-scrollable{position:fixed}#issuetable .rowHeader th span{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:moz-none;-ms-user-select:none;user-select:none}.search-container[data-mode="basic"]{margin-left:0}.search-container[data-mode="advanced"]{margin-left:9px}.tipsy.jiratipsy{padding-right:0px}.tipsy.jiratipsy .tipsy-arrow-s,.tipsy.jiratipsy .tipsy-arrow-n{margin-left:-2px;margin-right:-2px}.dialog-help-tip{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:20px;position:relative}.dialog-help-tip .helptip-title{font-weight:normal}.dialog-help-tip .helptip-title,.dialog-help-tip .helptip-body,.dialog-help-tip .helptip-link{margin-top:10px}.dialog-help-tip .helptip-link{display:inline-block}.dialog-help-tip .helptip-close{background:transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAbklEQVR42n3QsQnAMAwEQJEhskOWyEwqPYOmcuvWM4hsERTeIAKvkOKx/bpCWHrvp5ldESFfwQxGVDWQxIxyLmOMo+IXtdbuOee+SnffUCTGPRFmMIAFM/qFvHNBOBHGBeGNMBYuMozX9zBiDPMA1nwIFp4ZqPsAAAAASUVORK5CYII=") no-repeat scroll 50% 50%;border:0;cursor:pointer;display:block;height:12px;margin:0;padding:0;position:absolute;right:10px;top:10px;width:12px}.dialog-help-tip>:first-child{margin-top:0}.view-selector{width:70px}.view-selector .aui-buttons{float:right}.view-selector .aui-buttons .aui-button:first-child{border-bottom-right-radius:3.01px;border-top-right-radius:3.01px}.view-selector .drop-arrow{padding-right:20px;position:relative}.view-selector .drop-arrow:after{border:4px solid transparent;border-top-color:#111;content:"";height:0;position:absolute;right:8px;top:13px;width:0}.view-selector .drop-arrow[aria-disabled]:after{border-top-color:#999}.query-component.navigator-search .search-container[data-mode="advanced"]{width:100%}.query-component.navigator-search .search-container[data-mode="advanced"] .search-options-container{width:1%}
/* module-key = 'com.atlassian.jira.jira-issue-nav-plugin:stylesheets', location = 'content/css/list-view.less' */
.list-view{margin:20px}.list-view .issue-table-info-bar{margin:20px 0 0 0;overflow:auto}.list-view .issue-table-info-bar .results-count{float:left}
/* module-key = 'com.atlassian.jira.jira-issue-nav-plugin:stylesheets', location = 'content/css/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{border-right:1px solid;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;width:320px;padding-left:15px}.split-view .list-results-panel+.detail-panel{padding-left:0}.split-view .list-results-panel .count-pagination{border-top:1px solid;margin-top:0}.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 #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{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;margin-top:3px}
/* module-key = 'com.atlassian.jira.jira-issue-nav-plugin:stylesheets', location = 'content/css/colouring.less' */
.navigator-search{border-bottom-color:#e6e6e6}.saved-search-selector{border-bottom-color:#e6e6e6}.split-view .list-results-panel{border-right-color:#e6e6e6}.split-view .list-results-panel .count-pagination{border-top-color:#e6e6e6}.issue-list>li{border-bottom-color:#ccc}.issue-list>li.focused{background-color:#ebf2f9}.issue-list>li .date-info{color:#707070}
/* module-key = 'com.atlassian.jira.jira-issue-nav-components:orderby', 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-right:20px;overflow:hidden}.list-ordering .order-by{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;color:#707070;float:left;font-size:12px;font-weight:bold;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:5px;position:relative}.list-ordering .order-by:hover{background-color:#e6e6e6;color:#333;text-decoration:none}.list-ordering .order-by .aui-icon{position:relative;top:-1px}.list-ordering .order-options{text-indent:-999em;display:block;float:left;overflow:hidden;width:20px;height:16px;position:relative;margin:5px -25px 0 0}.list-ordering .order-options:before{border-left:1px solid #ddd;content:"";height:16px;position:absolute;left:0;top:0;width:1px}.list-ordering .order-options:after{border:4px solid transparent;border-top-color:#777;content:"";height:0;position:absolute;right:6px;top:6px;width:0}.list-ordering .order-options:hover{background-color:#bbb}.list-ordering .order-options:hover:after{border-top-color:#111}.order-dropdown .aui-list-scroll{max-height:350px}.order-dropdown .aui-list-section-footer{border-top:1px solid #bbb}#order-by-options-multi-select{width:218px}#order-by-options-multi-select .item-label input{position:absolute;left:-9999px}#order-by-options-multi-select .check-list-item{padding-left:12px}
/* module-key = 'com.atlassian.jira.plugins.inline-create.jira-inline-issue-create-plugin:component-widget', location = '/inline-issue-create/components/inline-issue-create-widget/inline-issue-create-widget.less' */
.iic{position:relative}.iic-trigger{position:relative}.iic-trigger button{-webkit-appearance:none;background-color:transparent;border-width:0;display:block;font-family:inherit;font-size:14px;text-decoration:none;transition-duration:0;transition-property:display;transition-delay:0;color:#999;cursor:pointer;min-height:40px;padding:10px;text-align:left;width:100%}.iic-trigger button::before{content:"+ "}.iic-trigger button:hover{color:#333}.iic-trigger_hidden{display:none;opacity:0;transition-duration:0, 125ms;transition-property:display, opacity;transition-delay:125ms, 0}.iic-widget{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;min-width:400px;width:100%;padding:5px;background:#ffffff;border:solid 1px transparent;transition-duration:0, 125ms;transition-property:display, opacity;transition-delay:0}.iic-widget_standalone{position:absolute;top:0;left:0;z-index:1;-webkit-box-shadow:2px 2px 5px rgba(0,0,0,0.2);box-shadow:2px 2px 5px rgba(0,0,0,0.2);border:solid 1px #eee}.iic-widget_hidden{display:none;opacity:0;transition-duration:0, 0;transition-property:display, opacity;transition-delay:0, 0}.iic-widget__form{position:relative;background:#fff;padding-left:42px;border-radius:3px}.iic-widget__issue-type-selector{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;position:absolute;z-index:10;top:-5px;left:-5px;bottom:-5px;right:0;width:45px}.iic-widget__issue-type-selector__trigger{-webkit-appearance:none;background-color:transparent;border-width:0;font-family:inherit;font-size:14px;text-decoration:none;transition-duration:0;transition-property:display;transition-delay:0;box-sizing:content-box;display:block;height:100%;line-height:16px;padding:0 0 0 10px;position:relative;width:16px}.iic-widget__issue-type-selector__trigger:focus,.iic-widget__issue-type-selector__trigger:hover{outline:none;background:#F2F2F2}.iic-widget__issue-type-selector__trigger:active,.iic-widget__issue-type-selector__trigger.active{background:#e9e9e9;box-shadow:inset 0 3px 6px rgba(0,0,0,0.1)}.iic-widget__issue-type-selector__trigger::after{content:"";position:absolute;top:18px;right:8px;width:0;height:0;border-top:4px solid #707070;border-left:3px solid transparent;border-right:3px solid transparent;border-bottom:none}.iic-widget__issue-type-selector__trigger img{vertical-align:18px}.iic-widget__issue-type-selector__dropdown{z-index:100;margin-left:-11px;margin-top:5px;z-index:2}.iic-widget__issue-type-selector__dropdown a{background-repeat:no-repeat}.iic-widget__summary{display:block;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;resize:none;overflow:hidden;border:none;height:28px;width:100%;max-width:none;font-size:14px;line-height:18px;padding:5px;border-radius:3.01px;border:solid 1px #fff;box-shadow:none;background:transparent;font-family:Arial,sans-serif}.iic-widget__summary:focus{outline:none}.iic-widget__summary.placeholder{color:#d4d4d4}.iic-widget__description{position:relative;display:inline-block;color:#707070;padding:0 5px 0 6px;font-size:12px}.iic-widget__description-container{display:inline-block}.iic-widget__description_invisible{visibility:hidden}.iic-widget__more.aui-button,.iic-widget__cancel.aui-button{float:right;height:20px;line-height:1;font-size:12px}.iic-widget__more.aui-button.aui-button-subtle{padding:0 5px 0 7px;vertical-align:5px}.iic-widget__cancel.aui-button.aui-button-link{color:#999;margin:0 10px}.iic-widget__cancel.aui-button.aui-button-link:hover{color:#3B73AF;text-decoration:none}.iic-error{border-color:#d04437;-webkit-animation:iicFormError 0.75s;-moz-animation:iicFormError 0.75s;animation:iicFormError 0.75s}@-webkit-keyframes iicFormError{0%{border-color:#d04437}66%{border-color:#d04437}100%{border-color:#ffffff}}@-moz-keyframes iicFormError{0%{border-color:#d04437}66%{border-color:#d04437}100%{border-color:#ffffff}}@keyframes iicFormError{0%{border-color:#d04437}66%{border-color:#d04437}100%{border-color:#ffffff}}
/* module-key = 'com.atlassian.jira.jira-issue-nav-components:simpleissuelist', location = 'simpleissuelist/styles/simpleissuelist.less' */
.list-results-panel{position:relative}.list-results-panel>.loading{top:0px;left:0px;position:absolute;width:100%;height:100%;opacity:.5;z-index:100;background-color:#f5f5f5}.simple-issue-list .inline-issue-create-container{padding-right:10px}.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}.simple-issue-list .issue-list>li .splitview-issue-link .issue-link-key{display:block}.simple-issue-list .issue-list>li .splitview-issue-link .issue-link-key{display:block}.simple-issue-list .iic-widget{min-width:unset}
/* module-key = 'com.atlassian.jira.jira-issue-nav-components:pager', location = 'pager/styles/pager.less' */
.pager{float:right;position:relative;text-align:right;width:13em;pading:0;list-style-type:none}.pager li{float:none;margin:0;padding:0}.pager li .icon{vertical-align:baseline}.pager li.previous{position:absolute;right:20px;top:3px}.pager li.previous a{display:block;height:16px}.pager li.next{position:absolute;right:0;top:2px}.pager li.next a{display:block;height:16px}.pager li.showing{width:13em;margin-left:-48px;float:none}.pager li.showing a{display:block}.pager li.showing a:hover{text-decoration:underline}
/* module-key = 'com.atlassian.jira.jira-issue-nav-components:detailslayout', location = 'detailslayout/styles/detailslayout.less' */
.details-layout{position:relative}.details-layout>.loading{top:0px;left:0px;position:absolute;width:100%;height:100%;opacity:.5;z-index:1000;background-color:#ffffff}.details-layout>.loading .loading{display:none}.details-layout .issue-header{z-index:0}.details-layout .split-view .list-results-panel{border-right-width:1px;border-right-style:solid;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;width:320px;padding-left:15px}.details-layout .split-view .list-results-panel .list-panel{overflow-y:auto;-webkit-overflow-scrolling:touch;padding:10px 10px 0 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:5px 0 5px 5px;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:3px}.details-layout .split-view .list-results-panel .count-pagination{border-top-width:1px;border-top-style:solid;margin-top:0}.details-layout .split-view .list-results-panel .count-pagination .pagination{padding:0 10px 0 0;vertical-align:middle}.details-layout .split-view .list-results-panel .count-pagination .icon-previous{width:13px;margin-left:0}.details-layout .split-view .list-results-panel .count-pagination .icon-next{width:6px}.details-layout .split-view .list-results-panel .ui-draggable{z-index:1}.details-layout .split-view .list-results-panel .end-of-stable-message{display:block}.details-layout .split-view .detail-panel{padding-left:0;position:relative;display:block;overflow-y:auto;-webkit-overflow-scrolling:touch;overflow-x:visible}.details-layout .split-view .detail-panel .issue-container{outline:none;position:relative}.details-layout .split-view .detail-panel .issue-container .issue-header#stalker{padding:0}.details-layout .split-view .detail-panel .issue-container .issue-header#stalker .issue-header-content .command-bar{border-top:none}.details-layout .split-view .detail-panel .issue-container .issue-header#stalker .issue-header-content .aui-page-header .aui-page-header-actions{width:13em}.details-layout .split-view .detail-panel .issue-tools{position:absolute;top:0;right:0;margin-right:20px;margin-top:20px}.details-layout .split-view .detail-panel .issue-tools .pager-container{display:inline-block}.details-layout .split-view .detail-panel .issue-tools .expand{margin-left:5px;position:relative;top:-4px}
/* module-key = 'com.atlassian.jira.jira-issue-nav-components:detailslayout', location = 'detailslayout/styles/colours.less' */
.details-layout>.loading{background-color:#f5f5f5}.details-layout .split-view .list-results-panel{border-right-color:#e6e6e6}.details-layout .split-view .list-results-panel .list-panel .issue-list>li{border-bottom-color:#ccc}.details-layout .split-view .list-results-panel .list-panel .issue-list>li.focused{background-color:#ebf2f9}.details-layout .split-view .list-results-panel .count-pagination{border-top-color:#e6e6e6}.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-trigger.aui-button.aui-dropdown2-trigger,span.subnav-trigger{color:#292929;font-size:24px;font-weight:normal;line-height:1.5;height:2em;padding:4px 10px}.subnav-trigger.aui-button.aui-dropdown2-trigger:after,span.subnav-trigger:after{top:22px}.subnav-opts,.subnavigator-content{max-height:80vh;overflow-y:auto}.subnavigator-trigger.aui-button.aui-dropdown2-trigger{margin-left:10px}.subnavigator-trigger.aui-button.aui-dropdown2-trigger.aui-button.aui-dropdown2-trigger:after{border-top-color:#3b73af}.subnavigator-title{float:left;max-width:540px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}#ghx-pool{z-index:1}
/* module-key = 'com.atlassian.jira.jira-projects-issue-navigator:application', location = 'styles/issuesearch.less' */
.page-issue-navigator .aui-page-panel{border-bottom-width:0}.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:1px solid #ccc}.issue-search .end-of-stable-message>p{background:#f5f5f5;border-bottom:1px dashed #ccc}
/* 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{display:inline-block}.issue-view>.navigation-tools .collapse{margin-left:5px;position:relative;top:-4px}.issue-view>.issue-container{outline:none}.issue-view>.issue-container .issue-header{padding:0;z-index:inherit}.issue-view>.issue-container .issue-header .issue-header-content .command-bar{border-top:none}.issue-view>.issue-container .issue-header .issue-header-content .aui-page-header .aui-page-header-actions{width:13em}
/* 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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.2.6/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.2.6/_/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:#333}#devstatus-cta-dialog .jira-dialog-content .target.selected,#devstatus-cta-create-review-dialog .jira-dialog-content .target.selected{background-color:#ebf2f9;border-color:#ccd9ea}#devstatus-cta-dialog .jira-dialog-content .target:hover,#devstatus-cta-create-review-dialog .jira-dialog-content .target:hover{background-color:#f5f5f5;border-color:#ccc}.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:#292929}.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:#14892c}.detail-builds-container .builds-table tbody .build .aui-iconfont-error{color:#d04437}.detail-commits-container .repository-header-group .project-space .extra-project-info .repository-instance{color:#707070}.detail-commits-container .commits-table tbody .branches .ref-lozenge{color:#707070}.icon-color-and-padding .devtool-icon{color:#707070}.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:#14892c}.status-panels .status-panel .aui-iconfont-error,.status-panels .status-panel #build-status-panel .aui-iconfont-error{color:#d04437}
/* 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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.2.6/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.2.6/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.2.6/_/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:aui-expander', location = 'src/less/aui-experimental-expander.less' */
.aui-expander-short-content[aria-hidden="true"],.aui-expander-content[aria-hidden="true"],.aui-expander-content[aria-expanded="true"] .aui-expander-ellipsis{display:none}.aui-expander-content,.aui-expander-content[aria-expanded="false"]{height:0;overflow:hidden;position:relative}.aui-expander-content[aria-expanded="true"]{height:auto}.aui-expander-trigger{cursor:pointer}a.aui-expander-trigger.aui-expander-reveal-text{background:#fff;bottom:0;position:absolute;right:0;text-decoration:none;padding-left:10px}.aui-expander-trigger.aui-expander-reveal-text:hover>span{text-decoration:underline}.aui-expander-trigger.aui-expander-reveal-text:before{color:#333;content:"\2026\00a0"}.aui-expander-content[aria-expanded="true"] .aui-expander-trigger.aui-expander-reveal-text:before{display:none}.aui-expander-content[aria-expanded="true"] .aui-expander-trigger.aui-expander-reveal-text{position:relative}
/* module-key = 'com.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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/5.4.1/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/5.4.1/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/5.4.1/_/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-development-integration-plugin:devstatus-dialog-all-resources', location = 'css/viewissue/devstatus-detail-dialog.less' */
.jira-dialog .devstatus-dialog-content .devstatus-detail-table .ellipsis,.jira-dialog .devstatus-dialog-content .builds-header .ellipsis{display:inline-block;width:100%}html:not(.msie-8):not(.msie-9) .jira-dialog .devstatus-dialog-content .devstatus-detail-table .ellipsis,html:not(.msie-8):not(.msie-9) .jira-dialog .devstatus-dialog-content .builds-header .ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.jira-dialog .devstatus-dialog-content .builds-header{display:inline-block;width:100%}.jira-dialog .devstatus-dialog-heading.borderless{border-bottom:none}.jira-dialog .devstatus-dialog-content .devstatus-detail-table tbody .author .author-avatar,.jira-dialog .devstatus-dialog-content .devstatus-detail-table tbody .reviewer .author-avatar{width:24px;height:24px;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:3px}.jira-dialog .devstatus-dialog-content .devstatus-detail-table tbody .author .reviewer-container,.jira-dialog .devstatus-dialog-content .devstatus-detail-table tbody .reviewer .reviewer-container{position:relative}.jira-dialog .devstatus-dialog-content .devstatus-detail-table tbody .author .reviewer-container .vcs-user,.jira-dialog .devstatus-dialog-content .devstatus-detail-table tbody .reviewer .reviewer-container .vcs-user{position:relative;display:inline-block;height:24px;width:24px}.jira-dialog .devstatus-dialog-content .devstatus-detail-table tbody .author .reviewer-container .vcs-user .fade,.jira-dialog .devstatus-dialog-content .devstatus-detail-table tbody .reviewer .reviewer-container .vcs-user .fade{opacity:0.5;background-color:#FFF}.jira-dialog .devstatus-dialog-content .devstatus-detail-table tbody .author .reviewer-container .vcs-user .fade img,.jira-dialog .devstatus-dialog-content .devstatus-detail-table tbody .reviewer .reviewer-container .vcs-user .fade img{filter:alpha(opacity=50)}.jira-dialog .devstatus-dialog-content .devstatus-detail-table tbody .author .reviewer-container .approved,.jira-dialog .devstatus-dialog-content .devstatus-detail-table tbody .reviewer .reviewer-container .approved{opacity:1;filter:none;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);width:12px;height:12px;color:#ffffff;background:transparent url(/s/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.2.6/_/download/resources/com.atlassian.jira.plugins.jira-development-integration-plugin:devstatus-dialog-all-resources/icon-approved.svg) no-repeat 0 0;background-size:12px;position:absolute;right:-6px;top:-6px;text-align:center;display:block;font-size:9px;line-height:16px;text-indent:-999em}@media \0screen{.jira-dialog .devstatus-dialog-content .devstatus-detail-table tbody .author .reviewer-container .approved,.jira-dialog .devstatus-dialog-content .devstatus-detail-table tbody .reviewer .reviewer-container .approved{background:transparent url(/s/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.2.6/_/download/resources/com.atlassian.jira.plugins.jira-development-integration-plugin:devstatus-dialog-all-resources/icon-approved.png) no-repeat 0 0}}.jira-dialog .devstatus-dialog-content .tabs-pane{display:none}.jira-dialog .devstatus-dialog-content .tabs-pane.active-pane{display:inherit}.jira-dialog .devstatus-dialog-content .tabs-pane.loading{opacity:0.5;filter:alpha(opacity=50)}.jira-dialog .devstatus-dialog-content .tabs-pane .status-loading{position:absolute;left:50%;top:50%}.jira-dialog .devstatus-dialog-content .tabs-pane .detail-content-container>.aui-message-warning{margin-top:-10px;margin-bottom:10px}.jira-dialog .devstatus-dialog-content .tabs-pane .detail-content-container .no-permission-to-view-all{font-style:italic}.jira-dialog .devstatus-dialog-content .tabs-pane .detail-content-container .no-permission-to-view-all:first-child{font-style:normal;margin-top:100px;text-align:center}.jira-dialog .devstatus-dialog-content .tabs-pane .detail-content-container .no-permission-to-view-all:first-child .lock-image{background:transparent url(/s/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.2.6/_/download/resources/com.atlassian.jira.plugins.jira-development-integration-plugin:devstatus-dialog-all-resources/authentication_problems.png) no-repeat 50% 0;height:96px;padding-bottom:10px}.jira-dialog .devstatus-dialog-content .tabs-pane .detail-content-container .no-permission-to-view-all:not(:first-child){margin-top:20px}html:not(.msie-8):not(.msie-9) .jira-dialog .devstatus-dialog-content .tabs-pane .detail-content-container .connection-error .instance{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:200px;display:inline-block;vertical-align:bottom}.jira-dialog .devstatus-dialog-content .tabs-pane .detail-content-container .authentication-problem,.jira-dialog .devstatus-dialog-content .tabs-pane .detail-content-container .connection-problem{margin:20px 0;padding:40px 60px;max-width:800px}.jira-dialog .devstatus-dialog-content .tabs-pane .detail-content-container .authentication-problem>h2,.jira-dialog .devstatus-dialog-content .tabs-pane .detail-content-container .connection-problem>h2,.jira-dialog .devstatus-dialog-content .tabs-pane .detail-content-container .authentication-problem>p,.jira-dialog .devstatus-dialog-content .tabs-pane .detail-content-container .connection-problem>p,.jira-dialog .devstatus-dialog-content .tabs-pane .detail-content-container .authentication-problem>.image,.jira-dialog .devstatus-dialog-content .tabs-pane .detail-content-container .connection-problem>.image{width:100%;margin:10px 0}.jira-dialog .devstatus-dialog-content .tabs-pane .detail-content-container .authentication-problem>h2,.jira-dialog .devstatus-dialog-content .tabs-pane .detail-content-container .connection-problem>h2,.jira-dialog .devstatus-dialog-content .tabs-pane .detail-content-container .authentication-problem>p,.jira-dialog .devstatus-dialog-content .tabs-pane .detail-content-container .connection-problem>p{text-align:center}.jira-dialog .devstatus-dialog-content .tabs-pane .detail-content-container .authentication-problem>.image{background:transparent url(/s/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.2.6/_/download/resources/com.atlassian.jira.plugins.jira-development-integration-plugin:devstatus-dialog-all-resources/authentication_problems.png) no-repeat 50% 0;height:96px}html:not(.msie-8):not(.msie-9) .jira-dialog .devstatus-dialog-content .tabs-pane .detail-content-container .authentication-problem .instances .instance{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:200px;display:inline-block;vertical-align:bottom}.jira-dialog .devstatus-dialog-content .tabs-pane .detail-content-container .authentication-problem .aui-message-warning{margin-top:40px}.jira-dialog .devstatus-dialog-content .tabs-pane .detail-content-container .connection-problem>.image{background:transparent url(/s/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.2.6/_/download/resources/com.atlassian.jira.plugins.jira-development-integration-plugin:devstatus-dialog-all-resources/connection_problems.png) no-repeat 50% 0;height:96px}.jira-dialog .devstatus-dialog-content .tabs-menu{background-color:#f0f0f0}.jira-dialog .devstatus-dialog-content .tabs-menu .devstatus-tab-count{margin-left:5px}.jira-dialog .jira-dialog-content .buttons-container.form-footer{overflow:visible;min-height:51px;height:100%}.jira-dialog .jira-dialog-content .buttons-container.form-footer .oauth-status{padding:5px 10px;position:static;text-align:left;white-space:normal}html:not(.msie-8):not(.msie-9) .jira-dialog .jira-dialog-content .buttons-container.form-footer .oauth-status .instance{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:150px;display:inline-block;vertical-align:bottom}#inline-dialog-instance-list-popup{z-index:9999}#inline-dialog-instance-list-popup .contents{max-width:170px;padding:10px}#inline-dialog-instance-list-popup .contents ul{padding-left:10px}#inline-dialog-instance-list-popup .contents ul li.instance-in-popup{list-style-type:none}html:not(.msie-8):not(.msie-9) #inline-dialog-instance-list-popup .contents ul li.instance-in-popup .instance{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:150px;display:inline-block;vertical-align:bottom}.detail-builds-container+.detail-builds-container{padding-top:20px}.detail-builds-container .builds-header h2{line-height:normal}.detail-builds-container .builds-table thead .plan,.detail-builds-container .builds-table tbody .plan{max-width:280px}.detail-builds-container .builds-table thead .build,.detail-builds-container .builds-table tbody .build{min-width:100px}.detail-builds-container .builds-table thead .result,.detail-builds-container .builds-table tbody .result{min-width:240px}.detail-builds-container .builds-table thead .timestamp,.detail-builds-container .builds-table tbody .timestamp{text-align:right;min-width:140px}.detail-builds-container .builds-table thead .actions,.detail-builds-container .builds-table tbody .actions{text-align:right;min-width:100px}.detail-builds-container .builds-table tbody>tr.merge{border-bottom:none}.detail-builds-container .builds-table tbody>tr.artifacts td{padding:0 10px}.detail-builds-container .builds-table tbody .plan .aui-lozenge{margin-left:5px}.detail-builds-container .builds-table tbody .plan>div{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.detail-builds-container .builds-table tbody .build-artifacts-table table.aui{margin:7px 0;table-layout:fixed}.detail-builds-container .builds-table tbody .build-artifacts-table table.aui>tbody>tr,.detail-builds-container .builds-table tbody .build-artifacts-table table.aui>tbody>tr:first-child>td{border:none}.detail-builds-container .builds-table tbody .build-artifacts-table table.aui>tbody>tr>td{padding:0 10px;text-align:center}.detail-deployments-container+.detail-deployments-container{padding-top:20px}.detail-deployments-container .deployments-header{margin-bottom:10px}.detail-deployments-container .deployments-header h2{line-height:normal}.detail-deployments-container .deployments-header .ellipsis{width:100%}html:not(.msie-8):not(.msie-9) .detail-deployments-container .deployments-header .ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.detail-deployments-container .deployments-table thead .environment,.detail-deployments-container .deployments-table tbody .environment{min-width:340px;max-width:340px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.detail-deployments-container .deployments-table thead .status,.detail-deployments-container .deployments-table tbody .status{min-width:100px}.detail-deployments-container .deployments-table thead .release,.detail-deployments-container .deployments-table tbody .release{min-width:300px;max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.detail-deployments-container .deployments-table thead .timestamp,.detail-deployments-container .deployments-table tbody .timestamp{min-width:140px;text-align:right}.detail-commits-container+.detail-commits-container{padding-top:20px}.detail-commits-container .repository-header .project-avatar{display:inline-block;vertical-align:middle}.detail-commits-container .repository-header .project-avatar .fusion-avatar-project{background-color:#fff !important;box-shadow:0 0 0 1px #ccc !important;border-radius:100% !important}.detail-commits-container .repository-header .project-avatar .fusion-avatar-project img{border-radius:100% !important}.detail-commits-container .repository-header .project-avatar .fusion-avatar-project:before{border-radius:100% !important;border:1px solid #ccc !important}.detail-commits-container .repository-header .project-avatar .default-avatar-project .aui-avatar-inner:before{font-size:24px;margin-top:-13px}.detail-commits-container .repository-header .project-avatar .aui-avatar .aui-avatar-inner img{height:24px;width:24px}.detail-commits-container .repository-header .fork-off{margin-left:10px}.detail-commits-container .repository-header .project-info{display:inline-block;vertical-align:middle;padding-left:10px}.detail-commits-container .repository-header .aui-item{vertical-align:middle}.detail-commits-container .repository-header-group .project-space{width:80%}.detail-commits-container .repository-header-group .project-space div{display:inline-block}.detail-commits-container .repository-header-group .project-space .project-avatar{vertical-align:text-bottom}.detail-commits-container .repository-header-group .project-space .project-info{max-width:60%}html:not(.msie-8):not(.msie-9) .detail-commits-container .repository-header-group .project-space .project-info{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:60%;display:inline-block;vertical-align:bottom}.detail-commits-container .repository-header-group .project-space .project-info .repository-link{font-size:20px}.detail-commits-container .repository-header-group .project-space .extra-project-info{max-width:35%;vertical-align:middle}html:not(.msie-8):not(.msie-9) .detail-commits-container .repository-header-group .project-space .extra-project-info{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:35%;display:inline-block;vertical-align:baseline}.detail-commits-container .repository-header-group .project-space .extra-project-info .repository-instance{display:inline;margin-left:10px}.detail-commits-container .commits-table{padding-left:24px}.detail-commits-container .commits-table table>tbody>tr.merge td>*{opacity:0.35;filter:alpha(opacity=35)}.detail-commits-container .commits-table table>tbody>tr>td{vertical-align:middle}.detail-commits-container .commits-table thead .commitrow td:last-child,.detail-commits-container .commits-table tbody .commitrow td:last-child,.detail-commits-container .commits-table thead th:last-child,.detail-commits-container .commits-table tbody th:last-child{text-align:right}.detail-commits-container .commits-table thead .changeset{min-width:80px}.detail-commits-container .commits-table thead .branches{min-width:37px}.detail-commits-container .commits-table thead .timestamp{min-width:100px}.detail-commits-container .commits-table thead .filecount{min-width:50px}.detail-commits-container .commits-table tbody{border-bottom:1px solid #CCC}.detail-commits-container .commits-table tbody .changeset .merge{margin-left:5px;padding:2px 3px;font-size:10px;vertical-align:text-bottom}.detail-commits-container .commits-table tbody .message{max-width:450px;width:100%}.detail-commits-container .commits-table tbody .message>span{vertical-align:middle}.has-reviews.detail-commits-container .commits-table tbody .message,.has-branches.detail-commits-container .commits-table tbody .message{max-width:400px}.has-reviews.has-branches.has-files.detail-commits-container .commits-table tbody .message{max-width:350px}.has-reviews.has-branches.has-files.has-actions.detail-commits-container .commits-table tbody .message{max-width:250px}.detail-commits-container .commits-table tbody .branches{white-space:nowrap}.detail-commits-container .commits-table tbody .branches .ref-lozenge{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:inline-block;max-width:100%;background-color:#f5f5f5;font-size:13px;font-weight:normal;text-transform:none;border:1px solid #cccccc;padding:3px 5px;margin:0 3px 3px;vertical-align:middle;line-height:16px;text-align:left}.detail-commits-container .commits-table tbody .reviews{white-space:nowrap}.detail-commits-container .commits-table tbody .reviews .reviews-link{cursor:pointer}.detail-commits-container .commits-table tbody .filecount a{white-space:nowrap}.detail-commits-container .commits-table tbody .filerow td .file{display:table;table-layout:fixed;width:100%;box-sizing:border-box}.detail-commits-container .commits-table tbody .filerow td .file:not(:last-child){margin-bottom:5px}.detail-commits-container .commits-table tbody .filerow td .file .change,.detail-commits-container .commits-table tbody .filerow td .file .filename{display:table-cell}.detail-commits-container .commits-table tbody .filerow td .file .change{padding-right:10px;width:95px;vertical-align:middle}.detail-commits-container .commits-table tbody .filerow td .file .lines .count{width:34px}.detail-commits-container .commits-table tbody .filerow td .file .lines .added{border-color:#cfc;background-color:#cfc;color:#399839}.detail-commits-container .commits-table tbody .filerow td .file .lines .added.count{margin-right:3px}.detail-commits-container .commits-table tbody .filerow td .file .lines .removed{border-color:#fdd;background-color:#fdd;color:#c33}.detail-commits-container .commits-table tbody .filerow td .file .lines :not(.count),.detail-commits-container .commits-table tbody .filerow td .file .changetype span{width:82px}.detail-commits-container .commits-table tbody .commit-actions a{white-space:nowrap}.detail-commits-container .commits-table tbody .commit-actions>div{display:inline-block}.detail-commits-container .commits-table tbody>tr.commitrow,.detail-commits-container .commits-table tbody>tr.filerow{border-bottom:0}.detail-commits-container .commits-table tbody>tr.commitrow{border-top:1px solid #CCC}.branch-tooltip{text-align:left}.branch-tooltip .branch-name-tooltip{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}[id^=inline-dialog-commit-reviews-popup].aui-inline-dialog{z-index:9999}[id^=inline-dialog-commit-reviews-popup].aui-inline-dialog .contents{width:auto;min-width:160px}[id^=inline-dialog-commit-reviews-popup].aui-inline-dialog .contents table{table-layout:fixed}[id^=inline-dialog-commit-reviews-popup].aui-inline-dialog .contents table td{padding:7px 10px;text-align:left;vertical-align:top}[id^=inline-dialog-commit-reviews-popup].aui-inline-dialog .contents table td.inline-review-id{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:185px}.detail-pullrequests-container .pullrequests-table thead>tr>.state,.detail-pullrequests-container .pullrequests-table tbody>tr>.state{width:50px}.detail-pullrequests-container .pullrequests-table thead>tr>.author,.detail-pullrequests-container .pullrequests-table tbody>tr>.author{width:60px}.detail-pullrequests-container .pullrequests-table thead>tr>.comment,.detail-pullrequests-container .pullrequests-table tbody>tr>.comment{text-align:right;padding-right:0px}.detail-pullrequests-container .pullrequests-table thead>tr>.last-updated,.detail-pullrequests-container .pullrequests-table tbody>tr>.last-updated{width:140px;text-align:right;white-space:nowrap}.detail-pullrequests-container .pullrequests-table tbody tr>td{vertical-align:middle}.detail-pullrequests-container .pullrequests-table tbody .title .pullrequest-link{max-width:480px;vertical-align:middle}.detail-pullrequests-container .pullrequests-table tbody .lozenge{width:100px;max-width:100px}.detail-pullrequests-container .pullrequests-table tbody .lozenge .ellipsis{display:inline}.detail-pullrequests-container .pullrequests-table tbody .reviewer{width:90px;max-width:90px}.detail-pullrequests-container .pullrequests-table tbody .reviewer .reviewer-container{white-space:nowrap}.detail-pullrequests-container .pullrequests-table tbody .reviewer .reviewer-container span+span{margin-left:10px}.detail-pullrequests-container .pullrequests-table tbody .comment .comment-container .comment-link .aui-icon{vertical-align:middle}.detail-pullrequests-container .pullrequests-table tbody .comment .comment-container .count{font-size:smaller;vertical-align:text-top;padding-left:2px}.detail-reviews-container table>tbody>tr>td{vertical-align:middle}.detail-reviews-container .review{white-space:nowrap}.detail-reviews-container .title{width:100%;max-width:340px}.detail-reviews-container .title span{vertical-align:middle}.detail-reviews-container .state{white-space:nowrap}.detail-reviews-container .timestamp{text-align:right;white-space:nowrap}.detail-reviews-container .reviewer{width:90px;max-width:90px}.detail-reviews-container .reviewer .reviewer-container{white-space:nowrap}.detail-reviews-container .reviewer .reviewer-container span+span{margin-left:10px}.detail-reviews-container .comment .comment-container .comment-link .aui-icon{vertical-align:middle}.detail-reviews-container .comment .comment-container .count{font-size:smaller;vertical-align:text-top;padding-left:2px}.detail-branches-container .branches-table thead>tr>.repository,.detail-branches-container .branches-table tbody>tr>.repository{width:200px;padding-right:0px}.detail-branches-container .branches-table thead>tr>.pullrequest,.detail-branches-container .branches-table tbody>tr>.pullrequest,.detail-branches-container .branches-table thead>tr>.review,.detail-branches-container .branches-table tbody>tr>.review{width:100px;white-space:nowrap}.detail-branches-container .branches-table thead>tr>.action,.detail-branches-container .branches-table tbody>tr>.action{width:10%;text-align:right;white-space:nowrap}.detail-branches-container .branches-table tbody tr>td{vertical-align:middle}.detail-branches-container .branches-table tbody .repository{white-space:nowrap}.detail-branches-container .branches-table tbody .repository .repository-header .project-avatar{display:inline-block;vertical-align:middle}.detail-branches-container .branches-table tbody .repository .repository-header .project-avatar .fusion-avatar-project{background-color:#fff !important;box-shadow:0 0 0 1px #ccc !important;border-radius:100% !important}.detail-branches-container .branches-table tbody .repository .repository-header .project-avatar .fusion-avatar-project img{border-radius:100% !important}.detail-branches-container .branches-table tbody .repository .repository-header .project-avatar .fusion-avatar-project:before{border-radius:100% !important;border:1px solid #ccc !important}.detail-branches-container .branches-table tbody .repository .repository-header .project-avatar .default-avatar-project .aui-avatar-inner:before{font-size:24px;margin-top:-13px}.detail-branches-container .branches-table tbody .repository .repository-header .project-avatar .aui-avatar .aui-avatar-inner img{height:24px;width:24px}.detail-branches-container .branches-table tbody .repository .repository-header .fork-off{margin-left:10px}.detail-branches-container .branches-table tbody .repository .repository-header .project-info{display:inline-block;vertical-align:middle;padding-left:10px}.detail-branches-container .branches-table tbody .repository .repository-header .aui-item{vertical-align:middle}.detail-branches-container .branches-table tbody .repository .project-info{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:calc(100% - 24px);display:inline-block;vertical-align:middle}.detail-branches-container .branches-table tbody .branch .branch-name{white-space:nowrap;max-width:450px;vertical-align:middle}html:not(.msie-8):not(.msie-9) .detail-branches-container .branches-table tbody .branch .branch-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:450px;display:inline-block;vertical-align:middle}.detail-branches-container .branches-table tbody .branch .branch-name .branch-link{margin-left:2px}.detail-branches-container .branches-table tbody .pullrequest .pullrequest-state{margin-left:5px}.detail-branches-container .branches-table .last-updated{text-align:right}[id^=inline-dialog-pullrequest-tooltip].aui-inline-dialog{z-index:9999}[id^=inline-dialog-pullrequest-tooltip].aui-inline-dialog .contents{padding:7px 5px}[id^=inline-dialog-pullrequest-tooltip].aui-inline-dialog .contents tr{border-bottom:none}[id^=inline-dialog-pullrequest-tooltip].aui-inline-dialog .contents tr td{border:none;vertical-align:middle;padding-top:5px;padding-bottom:5px}[id^=inline-dialog-pullrequest-tooltip].aui-inline-dialog .contents tr td .pullrequest-state{margin-left:5px}[id^=inline-dialog-pullrequest-tooltip].aui-inline-dialog .contents tr td.pullrequest-name{padding-right:1px}html:not(.msie-8):not(.msie-9) [id^=inline-dialog-pullrequest-tooltip].aui-inline-dialog .contents tr td.pullrequest-name .pullrequest-link{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:300px;display:inline-block;vertical-align:left}[id^=inline-dialog-pullrequest-tooltip].aui-inline-dialog .contents tr td.pullrequest-name a{vertical-align:middle}[id^=inline-dialog-pullrequest-tooltip].aui-inline-dialog .contents tr td.lozenge{width:100px;max-width:100px}[id^=inline-dialog-extrareviewers-tooltip].aui-inline-dialog{z-index:9999}[id^=inline-dialog-extrareviewers-tooltip].aui-inline-dialog .contents{width:auto;padding-top:10px;padding-bottom:10px;max-height:180px;overflow-y:auto}[id^=inline-dialog-extrareviewers-tooltip].aui-inline-dialog .contents .author .author-avatar,[id^=inline-dialog-extrareviewers-tooltip].aui-inline-dialog .contents .reviewer .author-avatar{width:24px;height:24px;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:3px}[id^=inline-dialog-extrareviewers-tooltip].aui-inline-dialog .contents .author .reviewer-container,[id^=inline-dialog-extrareviewers-tooltip].aui-inline-dialog .contents .reviewer .reviewer-container{position:relative}[id^=inline-dialog-extrareviewers-tooltip].aui-inline-dialog .contents .author .reviewer-container .vcs-user,[id^=inline-dialog-extrareviewers-tooltip].aui-inline-dialog .contents .reviewer .reviewer-container .vcs-user{position:relative;display:inline-block;height:24px;width:24px}[id^=inline-dialog-extrareviewers-tooltip].aui-inline-dialog .contents .author .reviewer-container .vcs-user .fade,[id^=inline-dialog-extrareviewers-tooltip].aui-inline-dialog .contents .reviewer .reviewer-container .vcs-user .fade{opacity:0.5;background-color:#FFF}[id^=inline-dialog-extrareviewers-tooltip].aui-inline-dialog .contents .author .reviewer-container .vcs-user .fade img,[id^=inline-dialog-extrareviewers-tooltip].aui-inline-dialog .contents .reviewer .reviewer-container .vcs-user .fade img{filter:alpha(opacity=50)}[id^=inline-dialog-extrareviewers-tooltip].aui-inline-dialog .contents .author .reviewer-container .approved,[id^=inline-dialog-extrareviewers-tooltip].aui-inline-dialog .contents .reviewer .reviewer-container .approved{opacity:1;filter:none;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);width:12px;height:12px;color:#ffffff;background:transparent url(/s/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.2.6/_/download/resources/com.atlassian.jira.plugins.jira-development-integration-plugin:devstatus-dialog-all-resources/icon-approved.svg) no-repeat 0 0;background-size:12px;position:absolute;right:-6px;top:-6px;text-align:center;display:block;font-size:9px;line-height:16px;text-indent:-999em}@media \0screen{[id^=inline-dialog-extrareviewers-tooltip].aui-inline-dialog .contents .author .reviewer-container .approved,[id^=inline-dialog-extrareviewers-tooltip].aui-inline-dialog .contents .reviewer .reviewer-container .approved{background:transparent url(/s/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.2.6/_/download/resources/com.atlassian.jira.plugins.jira-development-integration-plugin:devstatus-dialog-all-resources/icon-approved.png) no-repeat 0 0}}html.msie [id^=inline-dialog-extrareviewers-tooltip].aui-inline-dialog .contents{padding-right:16px;width:100%}[id^=inline-dialog-extrareviewers-tooltip].aui-inline-dialog .contents tr{border-bottom:none}[id^=inline-dialog-extrareviewers-tooltip].aui-inline-dialog .contents tr td{border:none;padding:5px 10px}[id^=inline-dialog-extrareviewers-tooltip].aui-inline-dialog .contents tr td.reviewer-avatar{padding-left:15px;padding-right:0}[id^=inline-dialog-extrareviewers-tooltip].aui-inline-dialog .contents tr .reviewer-name{height:24px;margin-right:14px}[id^=inline-dialog-extrareviewers-tooltip].aui-inline-dialog .contents tr .reviewer-name span{vertical-align:middle}html:not(.msie-8):not(.msie-9) [id^=inline-dialog-extrareviewers-tooltip].aui-inline-dialog .contents tr .reviewer-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:250px;display:inline-block;vertical-align:bottom}
/* 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 #ccc;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.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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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}#view_issue_execution_section{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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/download/resources/com.thed.zephyr.je:zephyr-je-steps/images/icons/new-window_hover_button.svg') no-repeat right}#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}.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: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;
}

.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;
}

#testDetailGrid .grid-column, #testDetailGridPopover .grid-column {
    width: 200px;
    position: relative;
    min-width: 200px;
}

#testDetailGrid .grid-column.attachmentsMap-column > div, #testDetailGridPopover .grid-column.attachmentsMap-column > div{
    /*width: 120px;*/
    width: 100%;
    min-width: 120px;
}


#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"]  {
    min-width: 200px;
    width: 100%;
}

.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;
    max-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;
}
#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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.0.2.40207614/_/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;
}
.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 {
    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%;
}

/*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;
}
.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;
}
.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;
    max-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{
    height: 200px;
}
#issuePopoverGridWrapper .custom-textarea #editMode textarea, #stepsGridComponentContainer .custom-textarea #editMode textarea{
    height: 130px;
}
.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: 400px;
  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;
}

.item-attachments {
  padding-top: 5px;
}

.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;
}
.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;
}

.checkbox-container {
    width: 100%;
    padding: 3px 3px 3px 0;
    display: flex;
    justify-content: flex-start;
}
.checkbox-container input[type=checkbox] {
    width: 20px;
    height: inherit;
}
.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;
}

.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;
}

/* 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;-o-text-overflow:ellipsis;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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/7.1.8/_/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;-o-text-overflow:ellipsis;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;margin-top:10px}.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;-o-text-overflow:ellipsis;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{-o-text-overflow:ellipsis;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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/7.1.8/_/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}#search-form-ie8{display:none;margin-top:15px}#search-form-ie8 input{margin-left:20px;font-size:14px}#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%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr = '#f7f7f7',endColorstr = '#eeeeee',GradientType = 0);IE6-9 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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/7.1.8/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/7.1.8/_/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 .aui-tabs.editor-toggle-tabs{top:100%;left:10px;position:absolute;margin-top:-1px !important}.wiki-edit-content .aui-tabs.editor-toggle-tabs .tabs-menu{margin-top:0 !important}.wiki-edit-content .aui-tabs.editor-toggle-tabs.aui-tabs-disabled{pointer-events:none}.wiki-edit-content .aui-tabs.editor-toggle-tabs.aui-tabs-disabled .menu-item a{color:#999}.editable-field.saving .wiki-edit-content .aui-tabs.editor-toggle-tabs{display:none}.wiki-edit-content .aui-tabs.editor-toggle-tabs .menu-item{border:none !important}.wiki-edit-content .aui-tabs.editor-toggle-tabs .menu-item:first-child{margin-left:0 !important}.wiki-edit-content .aui-tabs.editor-toggle-tabs .menu-item>a{border-radius:0 !important}.wiki-edit-content .aui-tabs.editor-toggle-tabs .menu-item:first-child>a{border-bottom-left-radius:3px !important}.wiki-edit-content .aui-tabs.editor-toggle-tabs .menu-item:last-child>a{border-bottom-right-radius:3px !important}.wiki-edit-content .aui-tabs.editor-toggle-tabs .menu-item a{border-bottom:1px solid #ccc !important}.wiki-edit-content .aui-tabs.editor-toggle-tabs .menu-item.active-tab a{border-top:1px solid transparent !important}.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:#d04437}
/* 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-undo-redo-buttons button.aui-button+button.aui-button{margin-left:2px}.wiki-edit-undo-redo-buttons button.aui-button+button.aui-button:hover:not([disabled]),.wiki-edit-undo-redo-buttons button.aui-button+button.aui-button:active:not([disabled]),.wiki-edit-undo-redo-buttons button.aui-button+button.aui-button:focus:not([disabled]),.wiki-edit-undo-redo-buttons button.aui-button+button.aui-button.active:not([disabled]){margin-left:1px}.wiki-edit-undo-redo-buttons button.aui-button+button.aui-button[disabled]:hover,.wiki-edit-undo-redo-buttons button.aui-button+button.aui-button[disabled]:active,.wiki-edit-undo-redo-buttons button.aui-button+button.aui-button[disabled]:focus,.wiki-edit-undo-redo-buttons button.aui-button+button.aui-button[disabled].active{margin-left:2px}.wiki-edit-separate-section{margin-right:-4px;border-right:1px solid #ccc}.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:#f0f0f0;border:1px solid #ccc;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;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 #ccc 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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/3.2.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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/7.4.5/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/7.4.5/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/7.4.5/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/7.4.5/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/7.4.5/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/7.4.5/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/7.4.5/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/7.4.5/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/7.4.5/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/7.4.5/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/7.4.5/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/7.4.5/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/7.4.5/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/7.4.5/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/7.4.5/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/7.4.5/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/7.4.5/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/7.4.5/_/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/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/7.4.5/_/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.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 .search-spinner {
  position: absolute;
  top: 50%;
  right: 25px;
}
#quicksearch.quicksearch-loading::after {
  content: "";
}

/* module-key = 'com.atlassian.plugins.atlassian-nav-links-plugin:rotp-menu', location = 'appswitcher/appswitcher.css' */
.nav-link-label,.nav-link-description{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nav-links .nav-link-description{color:#707070}.nav-links .nav-link-edit{color:#3b73af}.nav-links .active>.nav-link-label,.nav-links .active>.nav-link-description,.nav-links .active>.nav-link-edit{color:inherit}.nav-links .nav-link-edit-wrapper{padding-left:10px!important}#app-switcher{z-index:12000}.app-switcher-trigger.aui-dropdown2-trigger,.app-switcher-trigger.sidebar-trigger{background:transparent;border:0;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;color:inherit;cursor:pointer;float:left;height:40px;width:36px}.app-switcher-trigger.aui-dropdown2-trigger:after{content:normal!important}.app-switcher-trigger>.aui-icon{filter:alpha(opacity=80);opacity:.8}.app-switcher-trigger:hover>.aui-icon,.app-switcher-trigger:active>.aui-icon,.app-switcher-trigger:focus>.aui-icon,.app-switcher-trigger.active>.aui-icon{filter:alpha(opacity=100);opacity:1}.app-switcher-loading{background:no-repeat 10px 50%;background-image:url(data:image/gif;base64,R0lGODlhEAAQAPMPALu7u5mZmTMzM93d3REREQAAAHd3d1VVVWZmZqqqqoiIiO7u7kRERCIiIgARAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFBwAPACwAAAAAEAAQAEAEcPDJtyg6dUrFetDTIopMoSyFcxxD1krD8AwCkASDIlPaUDQLR6G1Cy0SgqIkE1IQGMrFAKCcGWSBzwPAnAwarcKQ15MpTMJYd1ZyUDXSDGelBY0qIoBh/ZoYGgELCjoxCRRvIQcGD1kzgSAgAACQDxEAIfkEBQcADwAsAAAAAA8AEAAABF3wyfkMkotOJpscRKJJwtI4Q1MAoxQ0RFBw0xEvhGAVRZZJh4JgMAEQW7TWI4EwGFjKR+CAQECjn8DoN0kwDtvBT8FILAKJgfoo1iAGAPNVY9DGJXNMIHN/HJVqIxEAIfkEBQcADwAsAAAAABAADwAABFrwyfmColgiydpaQiY5x9Ith7hURdIl0wBIhpCAjKIIxaAUPQ0hFQsAC7MJALFSFi4SgC4wyHyuCYNWxH3AuhSEotkNGAALAPqqkigG8MWAjAnM4A8594vPUyIAIfkEBQcADwAsAAAAABAAEAAABF3wySkDvdKsddg+APYIWrcg2DIRQAcU6DJICjIsjBEETLEEBYLqYSDdJoCGiHgZwG4LQCCRECEIBAdoF5hdEIWwgBJqDs7DgcKyRHZl3uUwuhm2AbNNW+LV7yd+FxEAIfkEBQcACAAsAAAAABAADgAABEYQyYmMoVgeWQrP3NYhBCgZBdAFRUkdBIAUguVVo1ZsWFcEGB5GMBkEjiCBL2a5ZAi+m2SAURExwKqPiuCafBkvBSCcmiYRACH5BAUHAA4ALAAAAAAQABAAAARs0MnpAKDYrbSWMp0xZIvBKYrXjNmADOhAKBiQDF5gGcICNAyJTwFYTBaDQ0HAkgwSmAUj0OkMrkZM4HBgKK7YTKDRICAo2clAEIheKc9CISjEVTuEQrJASGcSBQcSUFEUDQUXJBgDBW0Zj34RACH5BAUHAA8ALAAAAAAQABAAAARf8Mn5xqBYgrVC4EEmBcOSfAEjSopJMglmcQlgBYjE5NJgZwjCAbO4YBAJjpIjSiAQh5ayyRAIDKvJIbnIagoFRFdkQDQKC0RBsCIUFAWsT7RwG410R8HiiK0WBwJjFBEAIfkEBQcADgAsAQABAA8ADwAABFrQybEWADXJLUHHAMJxIDAgnrOo2+AOibEMh1LN62gIxphzitRoCDAYNcNN6FBLShao4WzwHDQKvVGhoFAwGgtFgQHENhoB7nCwHRAIC0EyUcC8Zw1ha3NIRgAAIfkEBQcADwAsAAAAABAAEAAABGDwyfnWoljaNYYFV+Zx3hCEGEcuypBtMJBISpClAWLfWODymIFiCJwMDMiZBNAAYFqUAaNQ2E0YBIXGURAMCo1AAsFYBBoIScBJEwgSVcmP0li4FwcHz+FpCCQMPCFINxEAIfkEBQcADgAsAAABABAADwAABFzQyemWXYNqaSXY2vVtw3UNmROM4JQowKKlFOsgRI6ASQ8IhSADFAjAMIMAgSYJtByxyQIhcEoaBcSiwegpDgvAwSBJ0AIHBoCQqIAEi/TCIAABGhLG8MbcKBQgEQAh+QQFBwAPACwAAAEAEAAPAAAEXfDJSd+qeK5RB8fDRRWFspyotAAfQBbfNLCVUSSdKDV89gDAwcFBIBgywMRnkWBgcJUDKSZRIKAPQcGwYByAAYTEEJAAJIGbATEQ+B4ExmK9CDhBd8ThdHw/AmUYEQAh+QQFBwAPACwAAAEADwAPAAAEXvBJQIa8+ILSspdHkXxS9wxF4Q3L2aTBeC0sFjhAtuyLIjAMhYc2GBgaSKGuyNoBDp7czFAgeBIKwC6kWCAMxUSAFjtNCAAFGGF5tCQLAaJnWCTqHoREvQuQJAkyGBEAOw==);line-height:16px;padding:5px 10px 5px 31px}.app-switcher-error{line-height:16px;padding:5px 10px;white-space:nowrap}.app-switcher-retry{color:#3b73af;cursor:pointer}.app-switcher-retry:hover{text-decoration:underline}.app-switcher-sidebar{display:none;position:fixed;top:0;bottom:0;left:0;background-color:#393939;width:205px;padding:10px 20px;-moz-box-shadow:2px 0 3px #111;-webkit-box-shadow:2px 0 3px #111;box-shadow:2px 0 3px #111}.app-switcher-sidebar .aui-nav-heading,.aui-theme-bamboo .app-switcher-sidebar .aui-nav-heading{font-size:12px;line-height:1.66;text-transform:uppercase;color:#ccc;margin-top:0}.app-switcher-sidebar ul,.app-switcher-sidebar li{list-style:none;margin:0;padding:0}.app-switcher-sidebar li a{display:block;line-height:20px;overflow:hidden;padding:5px 10px;text-overflow:ellipsis;white-space:nowrap;color:#3b73af}#app-switcher.app-switcher-sidebar .nav-link a .nav-link-label{color:#aaa}.app-switcher-sidebar li a:hover{text-decoration:none}.sidebar-customize-section.aui-dropdown2{z-index:12001}.app-switcher-sidebar .aui-dropdown2-trigger{display:inline-block;margin-top:7px;float:right}.sidebar-project-name{display:table-cell;vertical-align:middle;padding:0 10px;color:#ccc;-webkit-hyphens:auto;-moz-hyphens:auto;hyphens:auto;text-overflow:ellipsis;overflow:hidden;color:#e6e6e6}.app-switcher-sidebar a.aui-dropdown2-trigger{color:#ccc}.app-switcher-section{margin-top:10px}.app-switcher-title{margin-bottom:2px}.sidebar-trigger.sidebar-open{background-color:#296ca3;color:#fff}.aui-navgroup .app-switcher-applications .aui-nav-heading{border-top:0}.app-switcher-open .app-switcher-sidebar{display:block}.app-switcher-open .sidebar-trigger{background-color:#3872b1}.app-switcher-sidebar .app-switcher-error{color:#aaa;white-space:normal}
/* module-key = 'com.atlassian.plugins.atlassian-nav-links-plugin:rotp-menu', location = 'appswitcher/appswitcherdiscovery.css' */
.app-discovery-suggestion-app .suggestion-apps{padding-left:20px;margin-top:10px}.app-discovery-suggestion-app .active{background-color:#fff}.app-discovery-suggestion-app:hover{background-color:#3b73af}.app-discovery-suggestion-app:hover .app-discovery-small{color:#fff}.app-discovery-apps{border-top:1px solid solid #ccc}.app-discovery-small{color:#707070;font-size:12px;line-height:1.33333333333333;padding-left:10px;margin-top:5px;padding-right:10px}.app-discovery-suggestion-app:hover .app-discovery-suggest-title small{color:#fff}.app-discovery-suggest-title{padding-right:20px;padding-left:10px;padding-top:3px}.app-discovery-suggest-apps-buttons{padding:10px}.app-discovery-link{padding-left:31px!important}.app-discovery-bamboo-product-icon{background-image:url(/s/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.3.0/_/download/resources/com.atlassian.plugins.atlassian-nav-links-plugin:rotp-menu/images/bamboo.png);background-size:120px 40px;height:40px}.app-discovery-suggestion-app:hover .app-discovery-bamboo-product-icon{background-image:url(/s/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.3.0/_/download/resources/com.atlassian.plugins.atlassian-nav-links-plugin:rotp-menu/images/bamboo_hover.png)}.app-discovery-jira-product-icon{background-image:url(/s/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.3.0/_/download/resources/com.atlassian.plugins.atlassian-nav-links-plugin:rotp-menu/images/jira.png);background-size:80px 40px;height:40px}.app-discovery-suggestion-app:hover .app-discovery-jira-product-icon{background-image:url(/s/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.3.0/_/download/resources/com.atlassian.plugins.atlassian-nav-links-plugin:rotp-menu/images/jira_hover.png)}.app-discovery-confluence-product-icon{background-image:url(/s/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.3.0/_/download/resources/com.atlassian.plugins.atlassian-nav-links-plugin:rotp-menu/images/confluence.png);background-size:140px 40px;height:40px}.app-discovery-suggestion-app:hover .app-discovery-confluence-product-icon{background-image:url(/s/-nopur9/77003/3c4e6d0c2b58fb608130a1cf3550163b/4.3.0/_/download/resources/com.atlassian.plugins.atlassian-nav-links-plugin:rotp-menu/images/confluence_hover.png)}.close-button-alignment{margin-top:20px;padding:4px 10px}.appswitcher-tooltips .tipsy-arrow{top:30%;border-width:5px}.appswitcher-tooltips .tipsy-inner{max-width:400px;width:220px}#arrow-app-switcher-tooltip.aui-inline-dialog-arrow.aui-css-arrow.aui-left-arrow:after,#arrow-app-switcher-tooltip.arrow.aui-css-arrow.aui-left-arrow:after,#arrow-app-switcher-tooltip.aui-inline-dialog-arrow.aui-css-arrow.aui-left-arrow:before,#arrow-app-switcher-tooltip.arrow.aui-css-arrow.aui-left-arrow:before{border-width:8px 8px 8px 0;border-color:transparent #ccc}#arrow-app-switcher-tooltip.aui-inline-dialog-arrow.aui-css-arrow.aui-left-arrow:after,#arrow-app-switcher-tooltip.arrow.aui-css-arrow.aui-left-arrow:after{border-color:transparent #fff transparent transparent;top:0;right:0}
/* module-key = 'com.atlassian.jira.jira-header-plugin:jira-header-assets', location = 'css/layout-overrides.less' */
.aui-dropdown2-in-header{z-index:12000}.aui-header .aui-quicksearch input{width:170px}.aui-dropdown2-loading{display:none;height:0}
/* module-key = 'com.atlassian.jira.jira-header-plugin:jira-header-theme', location = 'css/header-theme.less' */
.aui-header{background:#205081;color:#fff;border-bottom-color:#2e3d54}.aui-header a{color:#fff}.aui-header a:hover,.aui-header a:focus{background-color:#296ca3;color:#f0f0f0}.aui-header .aui-icon-dropdown,.aui-header .aui-dropdown2-trigger::after{border-top-color:rgba(255,255,255,0.7)}.aui-header .aui-dropdown2-trigger{color:#fff}.aui-header .aui-dropdown2-trigger:hover,.aui-header .aui-dropdown2-trigger:focus,.aui-header .aui-dropdown2-trigger.active{background-color:#296ca3;color:#f0f0f0}.aui-header .aui-dropdown2-trigger:hover .aui-icon-dropdown,.aui-header .aui-dropdown2-trigger:focus .aui-icon-dropdown,.aui-header .aui-dropdown2-trigger.active .aui-icon-dropdown,.aui-header .aui-dropdown2-trigger:hover::after,.aui-header .aui-dropdown2-trigger:focus::after,.aui-header .aui-dropdown2-trigger.active::after{border-top-color:#f0f0f0}.aui-header .aui-button.aui-button-primary.aui-style{color:#fff;background-color:#3b7fc4}.aui-header .aui-button.aui-button-primary.aui-style:hover,.aui-header .aui-button.aui-button-primary.aui-style:focus{background-color:#4796e6}.aui-header .aui-button.aui-button-primary.aui-style:active{background-color:#3572b0}
/* module-key = 'com.jiraeditor.jeditor:com.jiraeditor.jeditor.ckeditor', location = '/includes/libs/synhi/vs.css' */
/*

Visual Studio-like style based on original C# coloring by Jason Diamond <jason@diamond.name>

*/
.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  background: white;
  color: black;
}

.hljs-comment,
.hljs-quote,
.hljs-variable {
  color: #008000;
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-built_in,
.hljs-name,
.hljs-tag {
  color: #00f;
}

.hljs-string,
.hljs-title,
.hljs-section,
.hljs-attribute,
.hljs-literal,
.hljs-template-tag,
.hljs-template-variable,
.hljs-type,
.hljs-addition {
  color: #a31515;
}

.hljs-deletion,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-meta {
  color: #2b91af;
}

.hljs-doctag {
  color: #808080;
}

.hljs-attr {
  color: #f00;
}

.hljs-symbol,
.hljs-bullet,
.hljs-link {
  color: #00b0e8;
}


.hljs-emphasis {
  font-style: italic;
}

.hljs-strong {
  font-weight: bold;
}

pre {
  counter-reset: lines;
}
pre .line {
  counter-increment: lines;
}
pre .line::before {
  content: counter(lines); text-align: right;
  display: inline-block; width: 2em;
  padding-right: 0.5em; margin-right: 0.5em;
  color: #BBB; border-right: solid 1px;
}

/* module-key = 'com.jiraeditor.jeditor:com.jiraeditor.jeditor.ckeditor', location = '/includes/issueview.css' */
/*
Copyright (c) 2012, PluginFactory software Ltd. All rights reserved.
For licensing, see http://jiraeditor.com/buy
*/

table.jeditorTable
{
    border-collapse: collapse;
    margin: 5px 0 5px 2px;
}
.jeditorTable th
{
    border: 1px solid #c1c7d0;
    background: #f4f5f7;
    padding: 3px 4px 3px 4px;
}
.jeditorTable td
{
    border: 1px solid #c1c7d0;
    padding: 3px 4px 3px 4px;
}

.jeditor-tabs {padding:0; margin:10px 0;}
.tabs-nav:after {clear:both; display:table; content:' ';}
.tabs-nav > div {float:left; cursor:pointer; padding:7px 10px 7px 10px; border-radius:4px 4px 0 0; margin:2px 2px 0 0; position:relative; z-index:1;background:#AFEBFF;}
.tabs-nav > div.active {background:#47D1FF;}
.tabs-nav > div:hover {background:#eee;}
.tabs-nav > div.hidden {display:none;}
.tabs-data > div {display:none; padding:15px;margin-top:2px;}
.tabs-data > div.active {display:block;}
.tabs-data > div {border:1px solid #ddd; background:#fff;}
.tabs-nav > div.add-tab-title {display: none;}

.command-bar table.cke_editor
{
    width: 90% !important;
}

div.user-content-block .attachment-thumb, div.action-body .attachment-thumb
{
    float: none !important;
}

ol ol {list-style:lower-alpha;}
ol ol ol {list-style:lower-roman; }
ol ol ol ol {list-style:decimal;}
ol ol ol ol ol {list-style:lower-alpha;}
ol ol ol ol ol ol {list-style:lower-roman;}
ul ul ul ul {list-style-type:disc;}
ul ul ul ul ul {list-style-type:circle;}
ul ul ul ul ul ul {list-style-type:square;}

.action-body ol, .action-body ul, .action-body dl, .editable-field.inactive ol, .editable-field.inactive ul, .editable-field.inactive dl
{
    margin-bottom: 1em !important;
}

span.cke_path
{
    display: none !important;
}

span.je-btn
{
    margin: 0 0 0 6px !important;
    cursor: default;
}

textarea.cke_source {
    border-radius: 0 !important;
}

.je_editmode_wiki .cke_button_icon
{
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwQAADsEBuJFr7QAAABh0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMC41ZYUyZQAAAPFJREFUOE+lkiEOwlAQRCsqEEgkgkNUcAREJQKJQCB6iCaICg6ARCIRCEQPgEQgERyAIyDKm2V/oEACTSd5+bPLn0nbEL2qqip3DUWsA8m/BXaXjI+22ELRoKBQxkdbXOxs8AohY3otSNO0gJ5mzhFM5CX80u2zABO/FaxhqplzAyf3AzjKS8ooK7ODzJaPgrGCmjnPcIA+zGGhvaSMsjIjM1o+CrpwhQT0BDnMYA9DSyNllA1D7SNysYQdTBVy//xoKGRMXwoyuEHfZz3Ryn50fRRAHAp+ye6+FeRQNigolfHRFu3+ykH/FtSkUBtaKoru+JzKEd4wVv8AAAAASUVORK5CYII=') !important;
}

.je_toolbar_swap .cke_button_icon
{
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAMCAYAAABr5z2BAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAYdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuM4zml1AAAAGBSURBVDhPjZG7agJBFIbnJZLSJptE0gm2tmKhor6CxBiMsuhqlTbPIQiCiKCucb2sUQubBW18AVPZiCjeL8WfOesqJoXmhw9mhjPnfMOw8zidTnMkEglIkpQgotGojiiKZ9BeSoRCkYDP5zMbVw/xeDzPrVZr2u/30ev1oGkaOp0O2u02Go0vqGoDtVoT9Xob6XRuKgiC37h6CO/o3+12ILbbrc5mszmxXq+xWCwwm810HA5HgLnd7qdwOByKxWLvwWBQrlarUBQF5XLZgNYKP6ug2WxhMBjoA/b7PVwu1+sv7W63q+uqal1vIsslFIsl5POfKBQqyOVkpFIpzOdzrFYr2O32N+b1el9oQyyXyxOkSlAxcdTOZrMYjUaYTCaw2WwiIw3SOb79ElSXyWQwHA4xHo9htVolRho0/TjpElQXj8e/k8mkxp+imUwmiZEG6ZDWNajOYrF88A975DxwbhlpkA5pXeOkfR7SIB3SusZJ+09uOHec+38gcG45Rhj7AbYa4EBMd+o4AAAAAElFTkSuQmCC') !important;
}

.je_redline .cke_button_icon.inactive
{
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwAAADsABataJCQAAABh0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMC41ZYUyZQAAAJFJREFUOE+ljtENgCAMRGEATdwL5/DDLzfw1xGdBrlaCVRAGi+5trzQS4333gTNwUPw0tln7PEuaeQuhc8lEU8DVu5STd5zQZOnARt3qSbPLsBDusVRaEZxzp1axzBOnFAKqnIZsBN+q8pjAEt9AUoMsNYe95Tri1NAeGBWX4A9CkB5EjUdezHgj4tQ4yLstzcXb1gWSFbAMoUAAAAASUVORK5CYII=');
}

.je_redline .cke_button_icon.active
{
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwQAADsEBuJFr7QAAABh0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMC41ZYUyZQAAAJBJREFUOE+ljtENgCAMRMsAmjgYc/jhlxv464hOg1wtRCsgjZdcW17opRRCoCgfPUTPnd1jT3ZZo3QtfC6J+T1gka7V5D0XNPk9YJWu1eSPC/DQbnEUnhkSHWanMEmcUAqqch2wMX6rynOAyHwBSg5wzu3X9NQX54D4wGy+AHscgJISLR17OeCPi9DiIux3oBPOjBenF26vWgAAAABJRU5ErkJggg==');
}

.je_extra_tools a
{
    outline: none;
}

.je_collapser
{
    width:12px !important;
    height:12px !important;
    float:right !important;
    margin:12px 2px 0 !important;
    background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAcCAYAAABVo158AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwgAADsIBFShKgAAAABh0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMC41ZYUyZQAAARhJREFUOE/llD1Ow0AQRpfWRYpIHIGaC1DSQeUrcCdX7tIYBXwBN75FCiOlQSLCKCKKElCEM8yb7CJjpcjS8qTRaGa+8f5513nO1EZql2rXarfeE5On7kQEZ5ynaXpXVdVkPn+ata8vOzwxeeqIQkNCsmma+vNjLav3hSzfns0Tk/dNSWi4qOt6ooGyl+1mKQ/TwjwxUEdnauWqbduZVZSyLKV8vDcfoI7uIHfupuu6HYU8z6UoCtl3X+aJgTq6g7w3QpZlJgiEeDhCbw3HGa7hZ5d8/RfHdgnGJPkSwzNnPLEXjxH1GyBRY1jmygLxxOSNYcO/JGqXos4h+qSj/6Xov/Xv9wFOuXHRdzr61YCodwmiX74Tce4bPxsy39tB9cEAAAAASUVORK5CYII=') !important;
}

.je-wiki-renderer-icon {
    background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAPElEQVR42mP4//8/AyWYgWIDHjx48L+goIAsDNLLAGLYlm8hC4P0DkIDkMHAuwAbGAkuoL8BFOcFSnMjAF48oX6YfwDmAAAAAElFTkSuQmCC') !important;
    margin-right: 4px !important;
    cursor: pointer !important;
}

.je-wiki-tools {
    position: absolute !important;
    margin-top: 6px !important;
}

.je-wiki-tools-rel {
    margin-top: 2px !important;
}

.je-rendered-wiki-panel {
    background-color: #E8F1FF;
    padding: 0.3em 0.7em;
}

.je-editmode-button
{
    outline: none;
    padding-top: 3px;
    position: absolute;
    left: 6px;
    top: 100%;
    z-index: 1;
    font-size: smaller;
    color: #707070;
    cursor: pointer;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwQAADsEBuJFr7QAAABh0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMC41ZYUyZQAAAjxJREFUKFNjgIErJVoS5yrVoy7W6657fXrRpfe3d5++u3PmpPkeNs4b/NR5ocog4HK7scOlZoMj1yfr/3qwLuT/5wdH/r89t/r/6Z70/3vLo79cm1cw79a2SlGw4vvzvSRuL/Q+8mCt77+nuwL/P9wU///O/NCPZxudl53q8f/9+sqK/89Pzvr1+EhN4f/99SwMj/aWRj47VPrrzbmK/3fXJP85WWey/0y9jsbJdRrC18+77nr+qOXf+9sd/x9fiH/09IqPHMPt3RVr315f/P/h5rb/pyrczx9PN1D9z8DACLL9xknd0PtnAr68v1P4//F5z/839ulmMWwod7t4a2P3/9PNMf/3JxpEwhSDwN3dSvy3Nus8eHki4v+9nZb/Ly3XnMqwqyLp5KGO5P9b0yzu7q+354CqhYNHO8JXPd2X8//GPMP/J3s1uhneXlrZ/+7atv93N3e9uTotaOqNGbrO19pMhf/X27OsCtVie3V5b8+DA7P/n+1y+3O4TNOT4fXpBY6vzyz+/OLQwv/3Fpf/uT3X5dONia7PL9b5XT8abnnrcF3i52urm/+f7Is7dbjdW5Dh5ZQsnrPZwXNOhAX/vJCT8f9WT/X/h0ta/j9e0///zuTa/3sL/f8fn5j68lR3jO//+nomsDvP+BiLHHAwzdtjav3goLPf/zOpyf+vt1f+v95b8KfbQffkvGRX3yv1oWxgxTCw3x7oZkktuU0Shun7rB0mnUwK7Txf4OPWbqMrWM/AADGZgYEBAEP3K12NIdbLAAAAAElFTkSuQmCC');
    background-repeat: no-repeat;
    padding-left: 14px;
    background-position: 0 60%;
}

.je-editmode-banner
{
    margin: -2px 0 6px 6px;
    font-size: smaller;
    color: #707070;
    cursor: pointer;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwQAADsEBuJFr7QAAABh0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMC41ZYUyZQAAAjxJREFUKFNjgIErJVoS5yrVoy7W6657fXrRpfe3d5++u3PmpPkeNs4b/NR5ocog4HK7scOlZoMj1yfr/3qwLuT/5wdH/r89t/r/6Z70/3vLo79cm1cw79a2SlGw4vvzvSRuL/Q+8mCt77+nuwL/P9wU///O/NCPZxudl53q8f/9+sqK/89Pzvr1+EhN4f/99SwMj/aWRj47VPrrzbmK/3fXJP85WWey/0y9jsbJdRrC18+77nr+qOXf+9sd/x9fiH/09IqPHMPt3RVr315f/P/h5rb/pyrczx9PN1D9z8DACLL9xknd0PtnAr68v1P4//F5z/839ulmMWwod7t4a2P3/9PNMf/3JxpEwhSDwN3dSvy3Nus8eHki4v+9nZb/Ly3XnMqwqyLp5KGO5P9b0yzu7q+354CqhYNHO8JXPd2X8//GPMP/J3s1uhneXlrZ/+7atv93N3e9uTotaOqNGbrO19pMhf/X27OsCtVie3V5b8+DA7P/n+1y+3O4TNOT4fXpBY6vzyz+/OLQwv/3Fpf/uT3X5dONia7PL9b5XT8abnnrcF3i52urm/+f7Is7dbjdW5Dh5ZQsnrPZwXNOhAX/vJCT8f9WT/X/h0ta/j9e0///zuTa/3sL/f8fn5j68lR3jO//+nomsDvP+BiLHHAwzdtjav3goLPf/zOpyf+vt1f+v95b8KfbQffkvGRX3yv1oWxgxTCw3x7oZkktuU0Shun7rB0mnUwK7Txf4OPWbqMrWM/AADGZgYEBAEP3K12NIdbLAAAAAElFTkSuQmCC');
    background-repeat: no-repeat;
    padding-left: 19px;
    background-position: 5px 40%;
    border-left: 1px solid #eee;
}

.je-wait-12
{
    background-image: url('data:image/gif;base64,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') !important;
}

.je_collapser.je_collapser_max
{
    background-position: 0 0;
}

.je_collapser.je_collapser_min
{
    background-position: 0 -16px;
}

div.user-content-block div:empty, div.action-body div:empty
{
    margin-top: 13px;
}

div.user-content-block hr, div.action-body hr
{
    border: 0;
    border-top: 1px solid #ccc;
}

pre span.value
{
    display: inline !important;
    position: static !important;
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
    background-color: transparent !important;
    padding: 0 !important;
    max-width: none !important;
}

.WordSection1 span.text
{
    border: none !important;
}

p.MsoPlainText, li.MsoPlainText, div.MsoPlainText
{
    margin: 0;
    font-size: 10.5pt;
}

p.MsoListParagraph
{
    text-indent: initial !important;
}

.folding_style h5.toggle-title
{
    font-size: 13px !important;
    text-transform: none !important;
}

div.folding_style h3.toggle-title {
    background-position: 3px 3px !important;
    margin-left: 0 !important;
}

div[class^="je"] .attachment-thumb
{
    float: none !important;
}

div[class^="je"] table
{
    float: none !important;
}

div[class^="je"] img
{
    float: none !important;
}

table.jeClean
{
    margin: 15px;
    width: 480px;
    border-collapse: collapse;
}
table.jeClean th
{
    line-height: inherit;
    padding: 10px 8px;
}
table.jeClean td
{
    line-height: inherit;
    padding: 9px 8px 8px 8px;
}
table.jeClean tbody tr:hover td
{
    background-color: #F9F9F9;
}

table.jeMin
{
    line-height: 1.6em;
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 12px;
    background: #fff;
    margin: 15px;
    width: 480px;
    border-collapse: collapse;
    border:none;
    text-align: left;
}
table.jeMin tr
{
    border-bottom: 1px dashed #6678b1;
}
table.jeMin th
{
    line-height: inherit;
    font-size: 14px;
    font-weight: normal;
    color: #039;
    padding: 10px 8px;
    border:none;
    border-bottom: 2px solid #6678b1;
    border-right: 30px solid #fff;
    text-transform: uppercase;
}
table.jeMin td
{
    line-height: inherit;
    color: #669;
    padding: 9px 8px 8px 8px;
    border-color:#fff;
    border-right: 30px solid #fff;
}
table.jeMin tbody tr:hover td
{
    color: #009;
}

table.jeBox
{
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 12px;
    margin: 15px;
    width: 80%;
    text-align: left;
    border-collapse: collapse;
    border:none;
}
table.jeBox th
{
    font-size: 13px;
    font-weight: normal;
    padding: 8px;
    background: #b9c9fe;
    border-bottom: 1px solid #fff;
    color: #039;
    border-color:#fff;
}
table.jeBox td
{
    padding: 8px;
    background: #e8edff;
    border-bottom: 1px solid #fff;
    color: #669;
    border-color:#fff;
}
table.jeBox tr:hover td
{
    background: #d0dafd;
    color: #339;
}
div.jePanel_blue
{
	background-color: #E0EFFF;
	border: 1px dashed #ccc;
	margin: 1em;
}
div.jePanelHeader
{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ccc;
	text-align: center;
	font-weight: bold;
	padding: .3em;
}
div.jePanelHeader_red
{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ccc;
	background-color: #f7d6c1;
	text-align: center;
	font-weight: bold;
	padding: .3em;
}
div.jePanelContent
{
	padding: .5em 2em .5em 2em;
}
div.jePanel_yell
{
	background-color: #ffffce;
	border: 1px dashed #ccc;
	margin: 1em;
}
.jefolding
{
    word-wrap: break-word;
    display: block;
}
.jefolding_head_hide
{
	background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAKFJREFUKFNjYAACV1dXn87OTh4QGy8QERHZLyAgcMPd3d0Xr0IhIaH9QAX/2djY/uno6Gxyc3OTwKoBppCRkfE/CAP5n62trYvXr1/PgaIBphBkKgizsLD8Z2Zm/i8pKXk2IiLCCq4YXSFIEUixjIzMxfj4eAcMhchWm5mZFa9atQq71TDP2NvbY/cMKHiA1t/w8PDAHzwuLi4+s2bNwhvgAA5AN7cenWdjAAAAAElFTkSuQmCC');
}
.jefolding_head_show
{
	background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAJ9JREFUKFNjYCAWuLi4+IiIiOwXEhLCikFyrq6uPgyzZs3iASq6ATT4PzYsICBwo7OzkwdssYeHhy8bG9s/RkZGuGIQGyTm7u7ui+I6HR2dTegKQWIYXrC3t5cAOuEzMzPzfxYWlv8gtpubmwRWv5qZmRWDFIEUW1tbF+MMkFWrVnHIyMhclJSUPLt+/XoOvCEXHx/vEBERYUVs8GKoAwCoIze3UUmHvQAAAABJRU5ErkJggg==');
}
.jefolding_head
{
  display: block;
	background-color: #E0EFFF;
	background-position: .7em 50%;
	background-repeat: no-repeat;
	border: 1px solid #9EB6D4;
	padding-left: 2em;
	padding-top: .5em;
	padding-bottom: .5em;
	padding-right: 1em;
	margin-top:10px;
	font-size:15px;
	font-family:arial;
	font-weight:bold;
}
.jefolding_main
{
  display: block;
	background-color: #FAFAFF;
	border-left: 1px solid #9EB6D4;
	border-bottom: 1px solid #9EB6D4;
	border-right: 1px solid #9EB6D4;
	padding-left: 2.5em;
	padding-top: .5em;
	padding-bottom: .5em;
	padding-right: 1em;
}
.jefolding_head_clean
{
  display: block;
	border: 1px solid #ccc;
	background-position: .7em 50%;
	background-repeat: no-repeat;
	padding-left: 2em;
	padding-top: .5em;
	padding-bottom: .5em;
	padding-right: 1em;
	margin-top:10px;
	font-size:15px;
	font-family:arial;
	font-weight:bold;
}
.jefolding_main_clean
{
  display: block;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding-left: 2.5em;
	padding-top: .5em;
	padding-bottom: .5em;
	padding-right: 1em;
}
div.activity-comment div.jePanel_info, div.jePanel_warning, div.jePanel_idea, div.jePanel_grey, div.jePanel_dashed {
	margin-top: 10px;
}
div.jePanel_info
{
	background-color: #E0EFFF;
	background-position: .5em 50%;
	background-repeat: no-repeat;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAATBJREFUeNqUkj1ywkAMRp+NYaCDGSqggYo+FyAnyBGSKinNUZwyXXKEnCA5QNJTQQM0MAMdYAOb3VXWf4EimtFYtr63krzylFI4856+R/ox1n5H0d61R+rl5jPVOlBDEbVaSKcDzSZUKqI4nWC7heUS4vhNww8pqKFX6vV7BgMB5nPYbARstaDXkwOmU9jvnzU89nj8GlGtftDvg++LeDJBJ10nMBzK9/MZZjNIktvAzmRaOx65anGcxUa7WtmKim43q2ZsvYbdTuJGA9rtLGeqLhYE6YtxZw5y8YVuBEySP4nCjBfyQTqD512fMQ/+Xp9vL/dwkHacly2fM1rNGDCyFc09OS9bPid/OHILEOlWw3RbylWDIDtAKVmAwspBaGctz2s0orNQYVf/u+Q/AgwAoNqlLN4ecBEAAAAASUVORK5CYII%3D');
	border: 1px solid #9EB6D4;
	border-radius: .3em;
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	padding-left: 2.5em;
	padding-top: .5em;
	padding-bottom: .5em;
	padding-right: 1em;
	word-wrap: break-word;
}
div.jePanel_warning
{
	background-color: #FFE1E0;
	background-position: .5em 50%;
	background-repeat: no-repeat;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAATVJREFUeNp8kk9OwkAUxr8p0wJtCIYLoCfoEeAExp0bE125csEROIIbF3ZVjfeQK/QEsHJtIBYyBcb3OoxtGeQl075/v3zvdSq01nAsERf0fDhEKR7193GLcEADzdDrxWW8WmX0HB/DniuHKcIwxm6H8rDPubOKibiE583R6QB3Pyb3EQGbDbDfX5Hq4j/FFIOBO4PJpadHTcQNpBwhilyQc1zjnhOKz+j3AaVckHNc454GmIgpgmAIIYCicEHOcY17uJdMIv8a0XuCdruCdG4+ivUL3/jco9SEmE+hX2npILiH71cK3S6Q58YPQ2C9bqor9cagJtCMYq3Val4H36c1vj7aWZZBvWDBum23ztoMZgTGDUUe2+7Ifn1U88NkkoBrCp4ouP0rLpdVYx0y9k7n5VeAAQCqIWz7n3PyzQAAAABJRU5ErkJggg%3D%3D');
	border: 1px solid #D4A19E;
	border-radius: .3em;
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	padding-left: 2.5em;
	padding-top: .5em;
	padding-bottom: .5em;
	padding-right: 1em;
	word-wrap: break-word;
}
div.jePanel_idea
{
	background-color: #FFFDE0;
	background-position: .5em 50%;
	background-repeat: no-repeat;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAK3RFWHRDcmVhdGlvbiBUaW1lAERpIDE2IEF1ZyAyMDA1IDIyOjU0OjMwICswMTAwXSnWnQAAAAd0SU1FB9MCGhQTCGkB4rYAAAAJcEhZcwAACvAAAArwAUKsNJgAAAAEZ0FNQQAAsY8L/GEFAAACBElEQVR42rVSTWsTURQ9b5LMGLFCKpVYTG1pqLa1Fim66UoQ3Ej9Ay5cVN24EcHib3A50YXduHPhQgIiEsEoGq2EakvFglbTVBttkiYZM0knbyZzvVIK6ceIIB44PO5995533n0P+EeIrQkiEpUn4qJN/ssU6Bx2JAmjtDpvNtQ7J7rP3xKnYk1PNaK7ip3EfevTGJGTZMaJajpR5SoVXg3RMx0P6fM9v6eD6lP1iho5q6s9ExwtAk4FkHnAWgHcVRTm03j3Nnf9zLX6zY0epVVAurikdo0DjVm2s8a7Gmf5QOIyKdExMAJN0HhrzyY7rggdgVtngSwHe9eTThVoWswa4DuG4G70egpIy6pCLrSjUQA5tfVkkwWdEtOAUEJoWFRv7dl0hXJ57Tnyj7i4CDKXmFlQLQfXyELs6gOVplA2KOUpED54cuJj+nUR1jIU+weozivxEB1imngZj5u90aM3/vgP7NTQyOK3L1PR4W6/LBtQgkG4DRvv5/Jue0f/6Z5z00lPB78RGJ2btky8IZsgbZ5nzYHwBSB/KjNbm7cNcQPBtoj++MGH0T38isQeqzzP0P7oJLCAvxKYUW+nvu7L4fhAFzKZDGaLSzhEkTRwYVutspPA4OEDFWkuryh+BQFNRdBXNwb7Or/vVCvggVgsFkkkEilN09rC4fCYrusv8D/wC0A96JwOaXAPAAAAAElFTkSuQmCC');
	border: 1px solid #D4D39E;
	border-radius: .3em;
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	padding-left: 2.5em;
	padding-top: .5em;
	padding-bottom: .5em;
	padding-right: 1em;
	word-wrap: break-word;
}
div.jePanel_grey
{
	background-color: #ECECEC;
	border: 1px solid #B4B4B4;
	border-radius: .3em;
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	padding-left: 1em;
	padding-top: .5em;
	padding-bottom: .5em;
	padding-right: 1em;
	word-wrap: break-word;
}
div.jePanel_dashed
{
	border: 1px dashed #B4B4B4;
	border-radius: .3em;
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	padding-left: 1em;
	padding-top: .5em;
	padding-bottom: .5em;
	padding-right: 1em;
	word-wrap: break-word;
}

table.TPortTable td:last-of-type p
{
	background-color: transparent;
	font-variant: normal;
	font-style: normal;
	font-family: "Courier New";
	white-space: pre-wrap;
	color: #000000;
	font-size: 13px;
	vertical-align: baseline;
	font-weight: normal;
	text-decoration: none;
	line-height: 1;
	margin-top: 0;
	margin-bottom: 0;
}

/* 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 #ccc;border-bottom:none;background:#f5f5f5;line-height:1;background-color:#f5f5f5;border-radius:3px 3px 0 0}.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:before{content:"";display:block;width:10px;height:6px;position:absolute;left:50%;margin-left:-5px;margin-top:1px;top:1px;background-image:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogICB2ZXJzaW9uPSIxLjEiCiAgIHdpZHRoPSIxMCIKICAgaGVpZ2h0PSI2IgogICBpZD0ic3ZnMiI+CiAgPGRlZnMKICAgICBpZD0iZGVmczQiIC8+CiAgPGcKICAgICB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLC0xMDQ2LjM2MjIpIgogICAgIGlkPSJsYXllcjEiPgogICAgPGcKICAgICAgIHRyYW5zZm9ybT0ibWF0cml4KDAsLTAuMzI1Nzg1OTYsMC42NDUxODIxLDAsLTMuMjI1OTEwNWUtNCwxMDUyLjM2MikiCiAgICAgICBpZD0iZzI5OTciPgogICAgICA8cGF0aAogICAgICAgICBkPSJtIDE2LjkxNywxNS41IGMgLTAuMzg0LDAgLTAuNzY4LC0wLjE0NiAtMS4wNjEsLTAuNDM5IEwgOS42MDYsOC44MTEgQyA5LjAyLDguMjI2IDkuMDIsNy4yNzUgOS42MDYsNi42OSBsIDYuMjUsLTYuMjUgYyAwLjU4NiwtMC41ODYgMS41MzUsLTAuNTg2IDIuMTIxLDAgMC41ODYsMC41ODUgMC41ODYsMS41MzYgMCwyLjEyMSBsIC01LjE4OSw1LjE4OSA1LjE4OSw1LjE4OSBjIDAuNTg2LDAuNTg1IDAuNTg2LDEuNTM2IDAsMi4xMjEgLTAuMjkzLDAuMjk0IC0wLjY3NywwLjQ0IC0xLjA2LDAuNDQgeiIKICAgICAgICAgaWQ9InBhdGgyOTg3IgogICAgICAgICBzdHlsZT0iZmlsbDojNmY2ZjZmIiAvPgogICAgICA8cGF0aAogICAgICAgICBkPSJtIDcuNzUsMTUuNSBjIC0wLjM4NCwwIC0wLjc2OCwtMC4xNDYgLTEuMDYxLC0wLjQzOSBsIC02LjI1LC02LjI1IGMgLTAuNTg2LC0wLjU4NSAtMC41ODYsLTEuNTM2IDAsLTIuMTIxIGwgNi4yNSwtNi4yNSBjIDAuNTg2LC0wLjU4NiAxLjUzNSwtMC41ODYgMi4xMjEsMCAwLjU4NiwwLjU4NSAwLjU4NiwxLjUzNiAwLDIuMTIxIEwgMy42MjEsNy43NSA4LjgxLDEyLjkzOSBjIDAuNTg2LDAuNTg1IDAuNTg2LDEuNTM2IDAsMi4xMjEgLTAuMjkyLDAuMjk0IC0wLjY3NiwwLjQ0IC0xLjA2LDAuNDQgeiIKICAgICAgICAgaWQ9InBhdGgyOTg5IgogICAgICAgICBzdHlsZT0iZmlsbDojNmY2ZjZmIiAvPgogICAgPC9nPgogIDwvZz4KPC9zdmc+Cg==");background-repeat:no-repeat;opacity:0.5}.wiki-edit-toolbar.wiki-edit-toolbar-compact:hover:before{opacity:1}.wiki-edit-toolbar .wiki-edit-visible-toggle.active{border:solid 1px #ccc}.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 #CCC;padding-left:3px;margin-left:3px}.wiki-edit-toolbar .aui-button{margin-top:0;outline:none}.wiki-edit-toolbar~.wiki-edit-content>.wiki-textfield{max-width:100%;width:100%;border-top-left-radius:0;border-top-right-radius:0;resize:vertical}.wiki-edit-toolbar .aui-button{position:relative}.wiki-edit-toolbar .aui-buttons .aui-button{padding-left:6px;padding-right:6px}.wiki-edit-toolbar .aui-buttons .aui-button~.aui-button{padding-left:7px;border-width:1px}.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{border-right-color:#e5e5e5;z-index:1}.wiki-edit-toolbar a.wiki-edit-operation-color[aria-disabled="true"]{border-right:1px solid #e5e5e5 !important;margin-left:3px;margin-right:0}.wiki-edit-toolbar .aui-buttons .aui-button.wiki-edit-color-picker-trigger{vertical-align:top;padding-right:14px !important;padding-left:32px;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-left:-32px}.wiki-edit-toolbar .aui-buttons .aui-button.wiki-edit-color-picker-trigger:after{margin-left:-11px}.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 #ddd;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:#999}.wiki-edit-toolbar a.aui-button.wiki-edit-operation[aria-disabled="true"],.wiki-edit-toolbar a.aui-button.wiki-edit-operation-dropdown[aria-disabled="true"]{border:1px transparent solid}.wiki-edit-toolbar a.aui-button.wiki-edit-operation[aria-disabled="true"]:hover,.wiki-edit-toolbar a.aui-button.wiki-edit-operation-dropdown[aria-disabled="true"]:hover,.wiki-edit-toolbar a.aui-button.wiki-edit-operation[aria-disabled="true"]:active,.wiki-edit-toolbar a.aui-button.wiki-edit-operation-dropdown[aria-disabled="true"]:active,.wiki-edit-toolbar a.aui-button.wiki-edit-operation[aria-disabled="true"]:focus,.wiki-edit-toolbar a.aui-button.wiki-edit-operation-dropdown[aria-disabled="true"]:focus{border:1px transparent solid}.wiki-edit-toolbar .aui-toolbar2 span.icon-toolbartoggle{background:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogICB2ZXJzaW9uPSIxLjEiCiAgIHdpZHRoPSIxMCIKICAgaGVpZ2h0PSI2IgogICBpZD0ic3ZnMiI+CiAgPGRlZnMKICAgICBpZD0iZGVmczQiIC8+CiAgPGcKICAgICB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLC0xMDQ2LjM2MjIpIgogICAgIGlkPSJsYXllcjEiPgogICAgPGcKICAgICAgIHRyYW5zZm9ybT0ibWF0cml4KDAsLTAuMzI1Nzg1OTYsMC42NDUxODIxLDAsLTMuMjI1OTEwNWUtNCwxMDUyLjM2MikiCiAgICAgICBpZD0iZzI5OTciPgogICAgICA8cGF0aAogICAgICAgICBkPSJtIDE2LjkxNywxNS41IGMgLTAuMzg0LDAgLTAuNzY4LC0wLjE0NiAtMS4wNjEsLTAuNDM5IEwgOS42MDYsOC44MTEgQyA5LjAyLDguMjI2IDkuMDIsNy4yNzUgOS42MDYsNi42OSBsIDYuMjUsLTYuMjUgYyAwLjU4NiwtMC41ODYgMS41MzUsLTAuNTg2IDIuMTIxLDAgMC41ODYsMC41ODUgMC41ODYsMS41MzYgMCwyLjEyMSBsIC01LjE4OSw1LjE4OSA1LjE4OSw1LjE4OSBjIDAuNTg2LDAuNTg1IDAuNTg2LDEuNTM2IDAsMi4xMjEgLTAuMjkzLDAuMjk0IC0wLjY3NywwLjQ0IC0xLjA2LDAuNDQgeiIKICAgICAgICAgaWQ9InBhdGgyOTg3IgogICAgICAgICBzdHlsZT0iZmlsbDojNmY2ZjZmIiAvPgogICAgICA8cGF0aAogICAgICAgICBkPSJtIDcuNzUsMTUuNSBjIC0wLjM4NCwwIC0wLjc2OCwtMC4xNDYgLTEuMDYxLC0wLjQzOSBsIC02LjI1LC02LjI1IGMgLTAuNTg2LC0wLjU4NSAtMC41ODYsLTEuNTM2IDAsLTIuMTIxIGwgNi4yNSwtNi4yNSBjIDAuNTg2LC0wLjU4NiAxLjUzNSwtMC41ODYgMi4xMjEsMCAwLjU4NiwwLjU4NSAwLjU4NiwxLjUzNiAwLDIuMTIxIEwgMy42MjEsNy43NSA4LjgxLDEyLjkzOSBjIDAuNTg2LDAuNTg1IDAuNTg2LDEuNTM2IDAsMi4xMjEgLTAuMjkyLDAuMjk0IC0wLjY3NiwwLjQ0IC0xLjA2LDAuNDQgeiIKICAgICAgICAgaWQ9InBhdGgyOTg5IgogICAgICAgICBzdHlsZT0iZmlsbDojNmY2ZjZmIiAvPgogICAgPC9nPgogIDwvZz4KPC9zdmc+Cg==") no-repeat center;-moz-transform:scaleY(-1);-o-transform:scaleY(-1);-webkit-transform:scaleY(-1);transform:scaleY(-1);-ms-filter:"FlipV";filter:FlipV}.wiki-edit-toolbar .aui-toolbar2 .aui-button.active span.icon-toolbartoggle{-moz-transform:scaleY(1);-o-transform:scaleY(1);-webkit-transform:scaleY(1);transform:scaleY(1);-ms-filter:none;filter:none}div.color-picker-container{left:-27px;position:absolute}div.aui-dropdown2.aui-style-default.wiki-edit-picker ul{list-style:none;margin:0;padding: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 #3b7fc4}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:0px}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}div.aui-dropdown2.aui-style-default.wiki-edit-icon-picker a.active{background:transparent;border-color:#3b7fc4}.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;color:#707070}.aui-dropdown2-active .wiki-edit-attachment-type-icon{color:inherit}