<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* module-key = 'net.softwaretank.smart-issue-templates:create-template-wr', location = 'css/sitp-config-table.css' */
/*Â©2019 AppsDelivered, Inc.  All rights reserved.*/

body {
    overflow-y: auto;
}

.sitp-template-content {
    background-color: white;
}

#sitp-config-table-form {
}

#sitp-empty-table-message-div {
    width: 75%;
    margin: 10px 0 10px 0;
    display: none;
}

/* Table */
#sitp-configuration-table, .context-table {
    table-layout: fixed;
}

/* HEADER */


#sitp-config-table-header-div {
    padding-top: 20px;
}


#ct-header {
    background-color: #fff;
}

th.sitp-sortable-column:hover {
    background-color: #f5f5f5;
    cursor: pointer;
}

th.sitp-sortable-column.sitp-sortable-column-active {
    border-bottom: 1px solid #333333;
}

th.sitp-list-sortable-column-active {
    background-color: #f5f5f5;
}

/* ROWS */

.sitp-ct-row {
    height: 67px;
}

.sitp-edit-issue-link-table-row {
    height: 25px;
}

/* TEMPLATE_COLUMNS */

/* Ellipsis for text column that with more than column width*/
.sitp-ct-name-description &gt; p, .sitp-ct-name-group, .sitp-ct-owner-col, .sitp-ct-changedBy-col, .context-list-item, .sitp-ct-created-by-col {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

/* Favorite */
#sitp-ct-favorite {
    width: 2%;
}

.favorite-icon, .favorite-icon-disable {
    width: 16px;
    height: 16px;
    cursor: pointer;
}

/* Name */
#sitp-ct-name {
    overflow: hidden;
    width: 20%;
}

#sitp-ct-created-by {
    overflow: hidden;
    width: 10%;
}

.sitp-ct-name-description, .sitp-ct-name-group {
    overflow: hidden;
}

.sitp-tag-name-col span {
    word-break: break-word;
}

#sitp-ct-usages {
    width: 4%;
}

#sitp-ct-created {
    width: 8%;
}

#sitp-ct-owner {
    width: 8%;
}

#sitp-ct-changed {
    width: 8%;
}

#sitp-ct-changedBy, #sitp-ct-tag {
    width: 10%;
}

#sitp-ct-public {
    width: 8%;
}

#sitp-ct-delete {
    width: 2%;
}

/* Tag */

.context-list-item {
    list-style: none;
}

/* Scope */

.sitp-ct-scope-col {
    width: 16%;
}

.context-table {
    width: 100%;
}

.project-col, .issueType-col {
    width: 11%;
    vertical-align: top;
}

.context-list {
    margin-top: 0;
    padding-left: 0;
    list-style: none;
}

.context-list.min li {
    display: inline;
    margin: 3px 3px 0 0;
}

.context-list.max li {
    margin-bottom: 3px;
}

.scope-list-item-img {
    margin-right: 3px;
    height: 16px;
    width: 16px;
}


/* PAGINATION */

.pagination-container {
    padding: 10px;
}

#pagination-info {
    width: 10%;
    display: inline-block;
    vertical-align: bottom;
    font-size: 14px;
}

#pagination-info #from, #to, #of {
    font-weight: bold;
}

#pagination {
    display: inline-block;
    vertical-align: bottom;
    width: 80%;
}

#pagination-list {
    float: none;
    margin: 0 auto;
    display: block;
    width: 10%;
    text-align: center;
}

.pagination &gt; li &gt; span &gt; a {
    font-size: 14px;
    line-height: 1;
    height: auto;
    margin: 0 0 0 0.15em;
    padding: 0.1em;
    width: 100%;
    position: relative;
    vertical-align: bottom;
}

.page &gt; span &gt; a {
    line-height: 1;
    height: auto;
    margin: 0 0 0 0.15em;
    padding: 0.1em;
    position: relative;
    vertical-align: bottom;
}

.active-el {
    font-weight: bold
}

#pagination-goto {
    display: inline-block;
    vertical-align: bottom;
    font-size: 14px;
    width: 10%;
    text-align: right;
}

#pagination-goto-input {
    width: 51px;
}

/* EXPANDER */
.sitp-expander-button {
    font-size: 10px;
    text-align: center;
    cursor: pointer;
}

.sitp-expander-button:hover {
    background: #f5f5f5;
}

#sitp-page-info {
    padding: 20px;
    border-bottom: 1px solid #ebecf0;
    font-size: 13px;
}

.sitp-hierarchy-dates {
    margin-top: 10px;
}

#sitp-create-template-item_lnk {
    margin-right: 9px;
}

/* FILTERS */

.sitp-filter-form {
    /*height: 40px;*/
}

#sitp-template-filters {
    padding: 10px 20px;
    font-size: 13px;
    display: flex;
    margin-right: 40px;
    align-items: center;
}

#sitp-hierarchy-filters {
    border-bottom: 1px solid #ebecf0;
    height: 40px;
    padding: 10px 20px;
}

.sitp-template-filters-group, .sitp-hierarchy-filters-group {
    height: 40px;
    position: relative
}

.sitp-single-filter {
    float: left;
    height: 40px;
    color: #6b778c;
    font-weight: 500;
    font-size: 14px;
    width: 250px;
    padding-right: 25px;
}

#s2id_sitp-template-tag-list {
    vertical-align: middle;
}

#s2id_sitp-template-tag-list .select2-choices {
    width: 250px;
}

#s2id_sitp-template-filter-tag-list .select2-choices {
    width: 250px;
}

#sitp-tag-group-dialog .select2-choices {
    width: 250px;
}

#s2id_sitp-hierarchy-filter-tag-list .select2-choices {
    width: 250px;
}

.sitp-can-apply-label {
    position: relative;
    top: 7px;
    margin: 0 10px 0 0;
}

#sitp-template-group-manage, #sitp-tag-group-manage, #sitp-scope-group-manage, #sitp-available-group-manage,
#sitp-owner-group-manage, #sitp-project-group-manage, #sitp-issueType-group-manage, #sitp-groups-group-manage, #sitp-users-manage {
    padding: 4px 0 4px 0;
    position: relative;
}

.sitp-template-filter-left {
    float: left;
}

a#button-save:hover, a#button-update:hover {
    color: white;
}

.sitp-template-page-info {
    height: 20px;
    position: relative;
}

#sitp-template-page-info-text {
    width: 50%;
    float: left;
}

#sitp-hierarchy-filter-hierarchy-list, #sitp-template-filter-template-list, #sitp-scope-filter-scope-list {
    width: 242px;
    height: 24px;
    background: #ebecf0;
    border: 2px solid #ebecf0;
    border-radius: 3px;
}

#sitp-hierarchy-filter-hierarchy-list:focus, #sitp-template-filter-template-list:focus,
#sitp-scope-filter-scope-list:focus {
    outline: none;
    border: 2px solid #4C9AFF;
    background: white;
}

.sitp-filter-select-name-cross {
    position: absolute;
    left: 225px;
    top: 0;
    height: 100%;
}

/*ICONS*/
.sitp-ct-copy-icon, .sitp-edit-hierarchy-icon, .sitp-ct-delete-icon {
    cursor: pointer;
}

.sitp-ct-copy-icon:hover, .sitp-edit-hierarchy-icon:hover, .sitp-ct-delete-icon:hover, .sitp-scope-delete-link,
.sitp-global-variable-delete-link, .sitp-tag-delete-link, .sitp-set-scope-link {
    color: #111;
}

#sitp-ct-copy {
    width: 2%;
}

.sitp-ct-delete-link {
    color: #111;
}

.sitp-ct-owner-div, .sitp-ct-created-by-div {
    width: 70px;
    display: flex;
    justify-content: space-between;
}

/*Reset filters button*/
.sitp-reset-template-filter-btn {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 20px;
    padding-top: .5%;
}

.sitp-filters-container {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ebecf0;
}

.tooltip {
    position: relative;
    left: 20%;
    background-color: rgba(105, 105, 105, 1);
    padding: 5px;
    border: 1px solid #fff;
    width: 480px;
    display: block;
}

.tooltip p {
    margin: 0;
    padding: 0;
    color: white;
    padding: 2px 7px;
}

.tooltip p a {
    color: deepskyblue;
}
/* module-key = 'net.softwaretank.smart-issue-templates:create-template-wr', location = 'css/sitp-dialogs.css' */
/*Â©2019 AppsDelivered, Inc.  All rights reserved.*/
.sitp-dialog {
    background-color: white;
    visibility: visible;
}

#sitp-link-node-dialog {
    visibility: visible;
}

#sitp-edit-link-node-dialog {
    visibility: visible;
}

#sitp-scope-preview {
    display: none;
}

#sitp-public-ch-group div {
    padding-top: 5px;
}

#sitp-scope-group .aui-iconfont-help,
#sitp-move-near-node .aui-iconfont-help,
#sitp-access-group .aui-iconfont-help {
    vertical-align: middle;
    margin: 5px 0 0 5px;
}

#sitp-public-ch-group span {
    margin: 0 0 3px 5px;
}

#sitp-scope-preview th {
    width: 400px;
    text-align: left;
    margin-bottom: 5px;
}

.sitp-preview-icon {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

#sitp-template-scope .icon-inline-help {
    margin-left: 10px;
}

#sitp-new-context {
    margin-left: 10px;
}

#sitp-scope-pipe, #sitp-edit-scope {
    display: none;
}

#sitp-scope-menu {
    display: none;
}

#sitp-set-scope-dialog {
    min-height: auto;
}

#sitp-popup-dialog #form-content {
    max-height: 500px;
}

#sitp-edit-dialog #form-content {
    padding-top: 0;
}

#sitp-public-ch-group, #sitp-template-scope-field {
    padding-top: 0;
}

/* TEMPLATE NAME DIV */
#sitp-template-name-field {
    padding-bottom: 0;
}

/* PUBLIC CHECKBOX */
#sitp-public-ch-group &gt; input {
    cursor: pointer;
}

.not-allowed {
    cursor: not-allowed;
}

/* CONTEXT */
#sitp-scope-project-group .select2-input {
    width: 238px !important;
}

#sitp-scope-issueType-group .select2-input {
    width: 238px !important;
}


/* TEMPLATE DESCRIPTION */
#sitp-template-description-textarea {
    resize: none;
}

/* BUTTONS */
a.cancel {
    padding-left: 10px;
}

.sitp-section {
    text-align: center;
    margin-top: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #dddddd;
}
#sitp-apply-hierarchy-bt-cancel{
    line-height: 30px;
}

a.help-text-lnk {
    position: absolute;
    left: 25px;
    line-height: 30px;
}

a.help-text-lnk-after-input {
    position: absolute;
    margin: 5px 5px;
}

a.help-text-lnk-hierarchy-page {
    position: absolute;
    top: 20%;
}

.sitp-confirm-message {
    text-align: center;
}

#s2id_sitp-template-tag-list .select2-search-choice-close {
    left: auto;
!important;
}

.sitp-dialog-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* COPY TEMPLATE*/
#sitp-copy-template-name{
    max-width: 250px;
}

#sitp-default-template-group {
    padding-left: 5%;
    padding-bottom: 1%;
}
/* module-key = 'net.softwaretank.smart-issue-templates:create-template-wr', location = 'css/sitp-template-picker.css' */
/*Â©2019 AppsDelivered, Inc.  All rights reserved.*/
/* TEMPLATE PICKER PANEL*/
#sitp-template-picker {
    float: left;
    margin-right: 10px;
    inline-size: 170px;
    width: max-content !important;
}

.sitp-template-picker.select2-drop-active {
    width: 330px !important;
}

#sitp-template-picker .select2-chosen {
    color: #333333;
}

#sitp-template-picker .select2-template-picker-open .select2-chosen {
    font-weight: bold;
}

/* TEMPLATE PICKER LIST*/

/* SEARCH */
.sitp-template-picker input {
    font-size: 12px;
    border: 1px solid #000000b0 !important;
}

/* LIST ITEMS*/
.sitp-template-picker .select2-result-with-children &gt; .select2-result-label {
    font-size: 14px;
    color: black;
    margin-bottom: 3px;
}

.sitp-template-picker .select2-result-with-children &gt; .select2-result-sub .select2-result-label {
    font-size: 14px;
    margin-left: 10px;
}

/* FAVORITES */
.favorite-icon-small {
    width: 12px;
    height: 12px;
    padding-right: 4px;
}

.dm-select2-opt.favorite {
    padding-left: 0;
}

.dm-select2-opt {
    padding-left: 7px;
}
/* module-key = 'net.softwaretank.smart-issue-templates:create-template-wr', location = 'css/sitp-link-dialog.css' */
/*Â©2020 AppsDelivered, Inc.  All rights reserved.*/

/* EDIT LINK NODE DIALOG*/

#sitp-dialog-main-column{
    overflow-y: auto;
}

.jira-dialog-content {
    padding: 15px;
}

#sitp-edit-issue-link-table, .sitp-edit-issue-link-table-row {
    width: 100%;
}

.sitp-edit-issue-link-table-type-col, .sitp-edit-node-link-table-type-col {
    width: 20%;
}

.sitp-edit-issue-link-table-issue-col, .sitp-edit-node-link-table-issue-col {
    width: 15%;
}

.sitp-edit-issue-link-table-comment-col, .sitp-edit-node-link-table-comment-col {
    width: 60%;
}

.sitp-edit-issue-link-table-delete-col, .sitp-edit-node-link-table-delete-col {
    width: 5%;
}

#sitp-issue-link-header, #sitp-node-link-header {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
/* module-key = 'net.softwaretank.smart-issue-templates:create-template-wr', location = 'css/sitp-utils.css' */
/*
 * Â© 2020.  AppsDelivered, Inc.  All rights reserved.
 */

/*.sitp-spinner-message{*/
/*    position: fixed;*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    top: -52px;*/
/*    z-index:0;*/
/*}*/

#sitp-dialog-spinner{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
/* module-key = 'net.softwaretank.smart-issue-templates:create-template-wr', location = 'css/sitp-scope-table.css' */
/*Â©2019 AppsDelivered, Inc.  All rights reserved.*/
.sitp-scope-content {
    background-color: white;
}

/* SEARCH */
.sitp-scope-picker input {
    font-size: 12px;
    border: 1px solid #000000b0 !important;
}

.sitp-scope-expander-col .aui-icon-small:before {
    font-size: 16px;
    background-color: #edeff1;
}

.sitp-scope-expander-col {
    cursor: pointer;
}

.sitp-scope-templates-hidden {
    font-size: 12px;
    color: gray;
}

.sitp-scope-list {
    margin-top: 0;
    padding-left: 0;
    list-style: none;
}

.sitp-scope-row {
    height: 40px;
}

.sitp-scope-min-tr .scope-list-item-name {
    display: none;
}

.sitp-scope-row:hover {
    background-color: #f5f5f5;
}

.sitp-scope-min-tr ul &gt; li {
    display: inline;
    margin: 3px 3px 0 0;
}

.sitp-scope-min-tr .sitp-scope-templates-col div, .sitp-scope-min-tr .sitp-scope-group-col div, .sitp-scope-min-tr .sitp-scope-user-col div {
    display: none;
}

.sitp-scope-max-tr ul &gt; li {
    margin-bottom: 3px;
}

.sitp-scope-max-tr .sitp-scope-template-num, .sitp-scope-max-tr .sitp-scope-group-num, .sitp-scope-max-tr .sitp-scope-user-num {
    display: none;
}

#sitp-scope-expander {
    width: 2%;
}

.sitp-scope-name-group {
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

#sitp-scope-owner {
    width: 10%;
}

#sitp-scope-projects {
    width: 15%;
}

#sitp-scope-issuetypes {
    width: 15%;
}

#sitp-scope-templates {
    width: 15%;
}

#sitp-scope-groups {
    width: 15%;
}

#scope-delete {
    width: 3%
}

#sitp-create-context {
    margin-right: 9px;
}

.sitp-scope-owners-field-warning {
    cursor: pointer;
    color: #5e6c84;
}

.sitp-scope-owners-field-warning:hover {
    text-decoration: none;
    color: #414B5C;
}

/* module-key = 'net.softwaretank.smart-issue-templates:create-template-wr', location = 'css/sitp-hierarchy-builder.css' */
/*Â©2019 AppsDelivered, Inc.  All rights reserved.*/
.sitp-hierarchy-builder-content {
    background-color: white;
}

#sitp-hierarchy-builder-group {
    margin: 20px auto;
}

#sitp-sample-dialog-show-button {
    margin-left: 50px;
}

.sitp-node-errors-list{
    color: #d04437;
}

.sitp-hierarchy-builder-group-header{
    display: flex;
    align-items: center;
}
.sitp-hierarchy-builder-group-header h2{
    /*display: inline-block;*/
}
.help-text-lnk-after-header{
    margin: 5px 5px;
}

.sitp-variable-label {
    width: 140px !important;
}

#sitp-hierarchy-builder {
    margin: 0 20px 0 20px;
}

.sitp-hierarchy-node {
    margin-top: 10px;
    margin-bottom: 10px;
}

.sitp-node-content {
    padding-left: 20px;
    margin-top: 5px;
    margin-bottom: 15px;
    cursor: pointer;
}


.sitp-hierarchy-node-type {
    margin: 5px 0 5px 0;
    display: inline-block;
    width: 90%;
    color: #2807ec;
    font-weight: bold;
}

.active-node {
    background-color: #bcd1f9;
}

.sitp-node-children {
    margin-left: 40px;
}

.sitp-icon-bt:hover {
    color: #0052ff;
}

.sitp-node-type-list {
    width: 211px;
}

.sitp-node-buttons {
    margin: 5px 0 5px 0;
}

.sitp-node-buttons span {
    margin-left: 3px;
    margin-right: 3px;
    cursor: pointer;
}

#sitp-hierarchy-button-container {
    margin-top: 15px;
    height: 50px;
    text-align: center;
    border-bottom: 1px #dddddd solid;
}
.sitp-create-another-hierarchy{
    display: inline-block;
}

.sitp-node-issuetype-picker .select2-result-with-children &gt; .select2-result-label {
    font-weight: bold;
    font-size: 14px;
    color: black;
}

.sitp-node-column {
    display: inline-block;
    margin: 3px 10px;
}

.sitp-node-column .field-group {
    padding-left: 0 !important;
}

.sitp-node-link-col {
    width: 1%;
}

.sitp-node-key-col {
    width: 4%;
}

#sitp-hierarchy-details-form .sitp-node-name-col {
    width: 20%;
}

#sitp-apply-hierarchy-dialog .sitp-node-key-col {
    width: 10%;
}


#sitp-apply-hierarchy-dialog .sitp-node-name-col {
    width: 20%;
}

.sitp-node-name-col {
    width: 17%;
}

#sitp-hierarchy-details-form .sitp-node-project-col,
#sitp-hierarchy-details-form .sitp-node-issuetype-col {
    width: 12%;
}

#sitp-apply-hierarchy-dialog .sitp-node-project-col,
#sitp-apply-hierarchy-dialog .sitp-node-issuetype-col {
    width: 17%;
}

#sitp-apply-hierarchy-dialog .sitp-assignee-col {
    width: 10%;
}

#sitp-apply-hierarchy-dialog .sitp-exclude-node-col {
    width: 5%;
}

#sitp-apply-hierarchy-dialog .sitp-node-reporter-col {
    width: 5%;
}

.sitp-node-project-col, .sitp-node-issuetype-col {
    width: 10%;
}

.sitp-node-assignee-col, .sitp-node-isvalid {
    width: 7%;
}

.sitp-node-buttons-col {
    width: 312px;
}

.sitp-tr {
    height: 50px;
}

#sitp-hierarchy-variables-tree {
    width: 40%;
}

.sitp-add-variable-button-div {
    padding-top: 10px;
    padding-left: 12%;
}

.sitp-variable-table-th {
    width: 90px;
}

.sitp-variable-delete-button-th {
    width: 10px;
}

.sitp-variable-error-message-th {
    width: 10px;
}

.sitp-variable-error-td {
    color: red;
}

.sitp-variable-delete-col {
    width: 10px;
}

.sitp-node-validation-lozenge {
    width: 75px;
}

.sitp-tr:hover {
    background-color: #f3f3f3;
}

.sitp-small-icon {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.sitp-node-level-1 {
}

.sitp-node-level-2 {
    margin-left: 30px;
}

.sitp-node-level-3 {
    margin-left: 60px;
}

.sitp-th {
    color: #7a869a;
    font-size: 12px;
    white-space: nowrap;
    font-weight: bold;
}

.sitp-prm-bt {
    display: inline-block;
    margin-right: 15px;
}

.sitp-prm-bt span {
    width: fit-content;
    text-align: center;
    margin-bottom: 5px;
}

#sitp-add-root-node {
    display: inline-block;
    margin-right: 15px;
}

#sitp-save-hierarchy {
    display: inline-block;
}

.sitp-hierarchy-errors-container {
    text-align: left !important;
}

.sitp-error-message {
    color: #d04437;
    margin-left: 25px;
}

.sitp-error-node-name {
    font-weight: bold;
}

.sitp-node-hasError {
    background-color: #ffebe6 !important;
}

#sitp-hierarchy-errors-list {
    margin: 10px;
    padding: 10px;
    color: #d04437;
}

#sitp-hierarchy-name {
    width: 350px;
}

#sitp-hierarchy-description {
    height: auto;
    width: 350px;
}

.sitp-hierarchy-builder-content {
    padding: 20px;
}

.sitp-page-section {
    margin-top: 0;
    padding-left: 20px;
}

#sitp-hierarchy-details-form h1 {
    margin-top: 10px;
    color: #0052cc;
}

#sitp-hierarchy-was-changed {
    margin-right: 10px;
    font-size: 12px;
    padding: 2px;
    background-color: #FFFAE6;
}

#sitp-reporter-rules-field {
    margin-top: 5px;
    margin-bottom: 5px;
}

.sitp-node-reporter-col {
    width: 57px;
}

.sitp-exclude-node-col {
    width: 57px;
}

.sitp-node-issuepicker-col {
    width: 115px;
}

#sitp-textarea-id {
    height: 150px;
}

#sitp-edit-node-link-form {
    height: 350px;
}

.sitp-link-issue-comment {
    margin-left: 25px;
}

#sitp-project-group {
    width: 495px;
}

#sitp-scope-owners-group {
    width: 495px;
}

.sitp-empty-hierarchies-filter {
    padding-left: 20px;
}

.sitp-tag-help-icon {
    margin-left: 5px;
    display: inline-block;
}

.sitp-scope-help-icon {
    margin-left: 5px;
    display: inline-block;
}

.sitp-owners-field {
    max-width: 100%;
}


/* module-key = 'net.softwaretank.smart-issue-templates:create-template-wr', location = 'css/sitp-manage-hierarchy.css' */
/*Â©2019 AppsDelivered, Inc.  All rights reserved.*/
.sitp-hierarchy-content{
    background-color: white;
    overflow: auto;
}

#sitp-hierarchy-table-group {
    width:200px;
    border-left: 1px solid #ebecf0;
    border-right: 1px solid #ebecf0;
}

#sitp-hierarchy-details-group{
    padding-left: 10px;
    text-align: left !important;
}

#sitp-hierarchy-details-form{
    height: 100%;
}
#sitp-hierarchy-table-form{
    margin-top: 10px;
    height: 100%;
    width: 200px;
    overflow-x: hidden;
}

#sitp-hierarchy-list-table{
    padding: 0 20px;
}

#sitp-hierarchy-list-table td a{
    display:block;
    width:100%;
}

#sitp-hierarchy-table{
    width: 199px;
}

.sitp-hierarchy-item{
    height: 20px;
}

.sitp-hierarchy-item:hover{
    background-color: #f3f3f3;
}

.sitp-hierarchy-item.active-el{
    background-color: #ebf2f9;
}

.sitp-hierarchy-name-group {
    padding-left: 10px;
}

.sitp-ct-name-col {
    padding-left: 20px !important;
}

#pagination-info {
    padding-left: 10px;
}

.sitp-hierarchy-details{
    margin-top: 10px;

}

#sitp-hierarchy-header {
    margin-right: 10px;
    margin-bottom: 5px;
}

.sitp-hierarchy-details-item dt {
    text-align: left!important;
}

#sitp-hierarchy-details-form{
    padding-left: 5px;
}

.sitp-hierarchy-details-main{
    width: 70%;
}

.sitp-hierarchy-details-sidebar{
    text-align: left !important;
}

#pagination-group{
    border: 1px solid #e6e6e6;
    height: 30px;
    padding: 10px;
}

#pagination-group .pagination-container {
    padding: 3px;
}

#pagination-group #pagination-list{
    width: auto;
    text-align: right;
}

#pagination-group #pagination-info{
    width: auto;
    float: left;
}


#pagination-group #pagination{
    float: right;
    width: auto;
}

.sitp-hierarchy-column-list{
  display: none;
}

#sorter-group{
    margin-top: 10px;
    text-align: left;
    margin-left: 10px;
}

#sorter-group #sitp-hierarchy-columns-open{
    border-left: 1px solid #bbb;
}
#sorter-group #sitp-hierarchy-columns-open:hover{
    background-color: #bbb;
}

#order-by{
    display: inline-block;
    color: #707070;
    font-weight: bold;
    font-size: 12px;
}

#order-by:hover{
    background-color: #e6e6e6;
}

#order-dropdown{
    display: inline-block;
}

.sitp-hierarchy-column-picker{
    width: 200px!important;
    border: 1px solid #e6e6e6 ;
}

#sitp-create-hierarchy{
    margin-right: 9px;
}

.sitp-hierarchy-content-empty{
    text-align:center
}

.sitp-hierarchy-content-empty .sitp-create-hierarchy-bt-group {
    margin-top: 15px;
}
#sitp-hierarchy-header-icon {
    vertical-align: middle;
    margin-left: 5px;
    color: #B3D4FF;
}

#sitp-hierarchy-header-icon:hover {
    cursor: pointer;
    color: #4C9AFF;
}

#sitp-hierarchy-info{
    width: 250px;
    padding: 10px;
}

#sitp-hierarchy-info-inline .aui-inline-dialog-contents{
    width: 150px;
    border: none;
}
#sitp-hierarchy-info-inline:before {
    display: none;
}
#sitp-hierarchy-info-inline:after {
    display: none;
}

.sitp-hierarchy-details-label{
    font-weight: bold;
    padding-right: 3%;
}

.sitp-hierarchy-details-owner, .sitp-hierarchy-details-update-author {
    background-color: rgba(9, 30, 66, 0.1);
    margin-right: 3%;
    border-radius: 5px;
    padding: 0 2% 0 2%;
}

.sitp-hierarchy-content #footer{
    display: none;
}
#sitp-hierarchy-share-button-icon {
    margin: 2px 0;
}

#sitp-hierarchy-owners {
    padding-left: 0;
}

#sitp-hierarchy-scopes {
    padding-left: 0;
}

p.sitp-hierarchy-owner {
    margin: 0;
}
/* module-key = 'net.softwaretank.smart-issue-templates:create-template-wr', location = 'css/sitp-issue-picker.css' */
.sitp-issue-picker.select2-drop-active {
    width: fit-content !important;
    min-width: 205px;
    max-width: 700px;
}
/* module-key = 'net.softwaretank.smart-issue-templates:create-template-wr', location = 'css/sitp-permissions.css' */
/*Â©2020 AppsDelivered, Inc.  All rights reserved.*/
.sitp-permissions-content{
    background-color: white;
}

#sitp-permissions-table{
    padding: 10px 20px;
}

.sitp-permission-section{
    margin-top: 20px;
}

.sitp-permission-names{
    width: 50%;
}

.sitp-permission-name{
    font-weight: bold;
}


.sitp-permission-grant-item{
    margin-bottom: 10px;
}

.sitp-permission-grant-name{
    font-weight: bold;
}

.sitp-permission-grant{
    width: 25%;
}

/*Permission Dialog*/

.sitp-permission-checkboxes{
    margin-bottom: 10px;
}

#sitp-permission-users-multi-select, #sitp-permission-groups-multi-select{
    margin-top: 3px;
    margin-left: 20px;
}

.sitp-permission-description{
    color: #7a869a;
    font-size: 12px
}
/* module-key = 'net.softwaretank.smart-issue-templates:create-template-wr', location = 'css/sitp-variable.css' */
/*Â©2020 AppsDelivered, Inc.  All rights reserved.*/

#sitp-global-variable-error-message {
    text-align: center;
}

#sitp-unused-variable-error-message {
    text-align: center;
    color: red;
}

/*Sitp Variable table*/

#sitp-variable-expander{
    width: 2%;
}

#sitp-variable-name{
    width: 30%;
}

#sitp-variable-default-value{
    width: 15%;
}
#sitp-ct-owner{
    width: 10%;
}

#sitp-ct-created{
    width: 10%;
}
#sitp-ct-changedBy{
    width: 10%;
}
#sitp-ct-changed{
    width: 10%;
}
#sitp-variable-table-delete{
    width: 5%;
}


.sitp-expander{
    background-color: #edeff1;
    cursor: pointer;
}

#sitp-variables-info {
    padding-bottom: 5px;
    color: black;
}

.sitp-variable-default-value-input {
    max-width: 8em;
}

.increase-z-index {
    z-index: 3101;
}
/* module-key = 'net.softwaretank.smart-issue-templates:create-template-wr', location = 'css/sitp-tag.css' */
/*Â©2020 AppsDelivered, Inc.  All rights reserved.*/

#sitp-tag-error-message {
    text-align: center;
}

.sitp-tag-name-col {
    width: 60%;
}

#sitp-tag-group-dialog .select2-choices {
    width: 500px;
}
/* module-key = 'net.softwaretank.smart-issue-templates:create-template-wr', location = 'css/sitp-checklist-table.css' */
/*Â©2022 AppsDelivered, Inc.  All rights reserved.*/

.sitp-cl-name-header, .sitp-cl-name {
    width: 15%;
    position: relative;
}

.sitp-cl-description-header, .sitp-cl-description {
    width: 40%;
    position: relative;
}

.sitp-cl-permission-header, .sitp-cl-permission {
    width: 15%;
    position: relative;
}

.sitp-cl-scope-header, .sitp-cl-scope {
    width: 10%;
}

.sitp-cl-created-header, .sitp-cl-created {
    width: 10%;
}

.sitp-cl-actions-header, .sitp-cl-actions {
    width: 10%;
}

.sitp-checklists-col {
    width: 5%;
    position: relative;
}

.sitp-node-checklist-del-icon {
    margin-left: 80%;
    cursor: pointer;
}

.sitp-node-checklist-name-container {
    position: absolute;
    width: 60%;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.sitp-cl-description-container, .sitp-cl-name-container, .sitp-cl-permission-container {
    position: absolute;
    width: 95%;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.sitp-cl-delete-link, .sitp-cl-option-delete-link, .sitp-cl-scope-show-link, .sitp-cl-scope-delete-link {
    color: #111;
    cursor: pointer;
}

#sitp-create-cl-dialog-cl-description {
    height: 15%;
}

#sitp-create-cl-dialog-add-option-link {
    cursor: pointer;
    font-size: large;
}

.sitp-cl-validation-error-message {
    color: red;
}

.sitp-cl-panel-option-row:hover {
    background-color: #f3f3f3
}

.sitp-cl-panel-option-name-column, .sitp-cl-panel-cl-name-col, .sitp-checklists-name {
    word-break: break-all;
}

tr.sitp-checklist-row a {
    cursor: pointer;
}

#sitp-cl-scope-table-empty {
    text-align: center;
    font-size: 1.2em;
}

.sitp-info-message {
    font-size: 1.2em;
}

.sitp-cl-panel-option-error-column {
    color: red;
}

#sitp-create-cl-dialog-max-option-count-error-message {
    color: red;
}

#sitp-checklists-info {
    padding-bottom: 5px;
    color: black;
}

.sitp-cl-scope-dialog-close-link {
    color: black;
    cursor: pointer;
}

.sitp-cl-scope-dialog-close-link:hover {
    text-decoration: none;
    color: black;
}

.sitp-cl-error {
    color: red;
}
/* module-key = 'net.softwaretank.smart-issue-templates:create-template-wr', location = 'css/sitp-interface-management.css' */
.sitp_interface_management_wrapper{
    background-color: white;
}
.sitp_interface_management_container{
    width: 100%;
}
.sitp_interface_management_header{
    padding : 20px;
}
.sitp_interface_management_form{
    display: flex;
    flex-direction: column;
    padding: 20px;
}
.sitp_interface_management_form &gt; div{
    margin-bottom: 15px;
}
.sitp_interface_management_input{
    display : flex;
    align-items: center;
}
.sitp_interface_management_input &gt; span{
    font-weight: 500;
    font-size: 14px;
}
.sitp_interface_management_input &gt; input {
    margin-left : 15px;
}</pre></body></html>