/* module-key = 'com.atlassian.auiplugin:split_aui.splitchunk.44a664103a', location = 'aui.splitchunk.44a664103a.css' */
 
.confluence-dropdown2-scrollable{
    max-height:80vh;
    overflow:auto;
    .aui-dropdown2-section ul li a{
        margin-left:2px;
        margin-right:2px
    }
}

/* module-key = 'com.atlassian.confluence.plugins.confluence-frontend:property-panel-css', location = '/includes/css/components/property-panel.less' */
 #property-panel{
    position:absolute;
    background:none;
    border:none;
    padding:0;
    border-radius:3px
}
#property-panel .property-panel-arrow{
    position:absolute;
    top:-7px;
    width:1px;
    z-index:3002
}
#property-panel .property-panel-arrow::after,#property-panel .property-panel-arrow::before{
    border-color:var(--ds-border, var(--ds-background-accent-gray-subtler, #dfe1e5)) transparent;
    border-style:solid;
    border-width:0 8px 8px;
    content:"";
    left:2px;
    position:absolute;
    top:0
}
#property-panel .property-panel-arrow:after{
    border-bottom-color:var(--ds-background-input, var(--ds-surface, #fff));
    top:1px
}
#property-panel .property-panel-arrow.property-panel-bottom-arrow:after,#property-panel .property-panel-arrow.property-panel-bottom-arrow:before{
    border-width:8px 8px 0
}
#property-panel .property-panel-arrow.property-panel-bottom-arrow:after{
    border-top-color:var(--ds-border-inverse, var(--ds-surface, #fff));
    top:-1px
}
#property-panel .panel-buttons{
    white-space:nowrap
}
#property-panel a.aui-button,#property-panel a.aui-button:hover,#property-panel a.aui-button:active,#property-panel a.aui-button:focus{
    vertical-align:top;
    text-decoration:none
}
#property-panel a.aui-button{
    padding-top:0;
    border-radius:0;
    margin:0
}
#property-panel a.aui-button:not(.last){
    margin-right:2px
}
#property-panel a.aui-button,#property-panel a.aui-button span{
    line-height:30px
}
#property-panel a.selected{
    background-color:var(--ds-background-selected, var(--ds-background-neutral-bold-hovered, #344563));
    color:var(--ds-text-selected, var(--ds-surface, #fff))
}
#property-panel #image-size-input{
    margin-right:10px
}
#property-panel .editable{
    border-radius:3px;
    background:transparent;
    border:1px solid var(--ds-border, var(--ds-background-accent-gray-subtler, #c1c7d0));
    box-sizing:border-box;
    font-size:14px;
    float:left;
    padding:4px;
    text-align:center;
    height:30px;
    width:60px;
    cursor:text
}
#property-panel .editable:active,#property-panel .editable:hover,#property-panel .editable:focus{
    border:1px solid var(--ds-border-focused, var(--ds-background-accent-gray-subtle, #a5adba))
}
#property-panel a.first{
    border-top-left-radius:3px;
    border-bottom-left-radius:3px
}
#property-panel a.last{
    border-top-right-radius:3px;
    border-bottom-right-radius:3px;
    margin:0 10px 0 0
}
#property-panel a span.icon{
    background-image:url(/CITnet/confluence/s/-iq954p/9112/14xm4qh/19.2.45/_/download/resources/com.atlassian.confluence.plugins.confluence-frontend:property-panel-css/../../images/icons/property-panel-image.png);
    display:none;
    float:left;
    height:17px;
    margin:5px 0 0 0;
    width:16px
}
#property-panel a.editor-resize span.panel-button-text{
    font-size:0
}
#property-panel a.editor-resize span.icon,#property-panel a.image-make-link span.icon{
    display:inline;
    background-image:none
}
#property-panel a.editor-resize span.icon::before{
    text-align:center;
    line-height:16px;
    width:16px
}
#property-panel a.editor-resize.resize-small span.icon::before{
    font-size:10px
}
#property-panel a.editor-resize.resize-medium span.icon::before{
    font-size:14px
}
#property-panel a.editor-resize.resize-large span.icon::before{
    font-size:18px
}
.aui-property-panel{
    border:1px solid var(--ds-border, var(--ds-background-accent-gray-subtler, #dfe1e5));
    background-color:var(--ds-background-input, var(--ds-surface, #fff));
    border-radius:3px;
    padding:10px;
    overflow:auto
}
/* module-key = 'com.atlassian.confluence.plugins.confluence-frontend:panel-styles', location = '/includes/css/panels.css' */
 .panel,.alertPanel,.infoPanel{
    color:var(--ds-text,#333);
    padding:0;
    margin:10px 0;
    border:1px solid var(--ds-border-bold,#ddd);
    overflow:hidden;
    border-radius:3px
}

.panelHeader{
    padding:10px;
    border-bottom:1px solid var(--ds-border,#ddd);
    background-color:var(--ds-background-accent-gray-subtlest,#f7f7f7)
}
.basicPanelContainer{
    border-width:1px;
    border-style:solid;
    margin-top:2px;
    margin-bottom:8px;
    width:100%
}
.basicPanelContainer:first-child{
    margin-top:0
}
.basicPanelTitle{
    padding:10px;
    margin:0;
    background-color:var(--ds-surface,#f0f0f0);
    border-bottom:1px solid var(--ds-border,#ddd)
}
.basicPanelBody{
    padding:5px;
    margin:0
}
/* module-key = 'com.atlassian.confluence.plugins.confluence-frontend:split_table-styles-view', location = 'table-styles-view.css' */
/* "less" transformation does not work in Soy templates, so we can't include other *.less files So there was a special file was introduced for email notifications, so we have two files: 1. tables.less - styles for UI 2. tables-for-emails.css - styles for email notifications So these both files should be updated in case of changes */
/* Neutrals */
/* Colors */
/* Miscellaneous */
 .confluenceTable {
     border-collapse: collapse;
}
 .confluenceTh, .confluenceTd {
     border-width: 1px;
     border-style: solid;
    /* CONFSERVER-97803: Separate color from border shorthand to support pasting in Gmail */
     border-color: var(--ds-border, #c1c7d0);
     padding: 7px 10px;
    /* CONFDEV-13618: line-height will add up 3 pixels, so we have a 10px top padding for text. Images will remain with 7px top margin though (see thread in Stash) */
     vertical-align: top;
     text-align: left;
     min-width: 8px;
    /* CONF-39943: set table cell min-width to which cursor can be focused */
}
/* Lists in tables */
 .confluenceTable ol, .confluenceTable ul {
     margin-left: 0;
     padding-left: 22px;
    /* CONFDEV-12589: default left padding is far too wide */
}
/* all tables should have a top margin of 10px */
 .confluenceTable, .table-wrap {
     margin: 10px 0 0 0;
     overflow-x: auto;
}
/* an exception to above rule for tables that are first child */
 .confluenceTable:first-child, .table-wrap:first-child {
     margin-top: 0;
}
/* Standard background color */
 table.confluenceTable th.confluenceTh {
     background-color: var(--ds-background-accent-gray-subtlest, #f4f5f7);
}
 table.confluenceTable .confluenceTh[data-mce-selected='1'] {
     background-color: color-mix(in oklab, var(--ds-background-accent-gray-subtle, #a5adba) 20%, #388bff14);
     border: 1px double var(--ds-border-focused, #0065ff);
}
 table.confluenceTable .confluenceTd[data-mce-selected='1'] {
     background-color: var(--ds-blanket-selected, #388bff14);
     border: 1px double var(--ds-border-focused, #0065ff);
}
/* legacy colors */
 table.confluenceTable th.confluenceTh.highlight-grey, table.confluenceTable td.confluenceTd.highlight-grey {
     background-color: var(--ds-background-accent-gray-subtlest, #f4f5f7);
}
 table.confluenceTable th.confluenceTh.highlight-grey[data-mce-selected='1'], table.confluenceTable td.confluenceTd.highlight-grey[data-mce-selected='1'] {
     background-color: color-mix(in oklab, var(--ds-background-accent-gray-subtlest, #f4f5f7) 70%, #388bff14);
     border: 1px solid var(--ds-border-focused, #0065ff);
}
 table.confluenceTable th.confluenceTh.highlight-blue, table.confluenceTable td.confluenceTd.highlight-blue {
     background-color: var(--ds-background-accent-blue-subtlest, #deebff);
}
 table.confluenceTable th.confluenceTh.highlight-blue[data-mce-selected='1'], table.confluenceTable td.confluenceTd.highlight-blue[data-mce-selected='1'] {
     background-color: color-mix(in oklab, var(--ds-background-accent-blue-subtlest, #deebff) 70%, #388bff14);
     border: 1px solid var(--ds-border-focused, #0065ff);
}
 table.confluenceTable th.confluenceTh.highlight-green, table.confluenceTable td.confluenceTd.highlight-green {
     background-color: var(--ds-background-accent-green-subtlest, #e3fcef);
}
 table.confluenceTable th.confluenceTh.highlight-green[data-mce-selected='1'], table.confluenceTable td.confluenceTd.highlight-green[data-mce-selected='1'] {
     background-color: color-mix(in oklab, var(--ds-background-accent-green-subtlest, #e3fcef) 70%, #388bff14);
     border: 1px solid var(--ds-border-focused, #0065ff);
}
 table.confluenceTable th.confluenceTh.highlight-yellow, table.confluenceTable td.confluenceTd.highlight-yellow {
     background-color: var(--ds-background-accent-yellow-subtlest, #fffae6);
}
 table.confluenceTable th.confluenceTh.highlight-yellow[data-mce-selected='1'], table.confluenceTable td.confluenceTd.highlight-yellow[data-mce-selected='1'] {
     background-color: color-mix(in oklab, var(--ds-background-accent-yellow-subtlest, #fffae6) 70%, #388bff14);
     border: 1px solid var(--ds-border-focused, #0065ff);
}
 table.confluenceTable th.confluenceTh.highlight-red, table.confluenceTable td.confluenceTd.highlight-red {
     background-color: var(--ds-background-accent-red-subtlest, #ffebe6);
}
 table.confluenceTable th.confluenceTh.highlight-red[data-mce-selected='1'], table.confluenceTable td.confluenceTd.highlight-red[data-mce-selected='1'] {
     background-color: color-mix(in oklab, var(--ds-background-accent-red-subtlest, #ffebe6) 70%, #388bff14);
     border: 1px solid var(--ds-border-focused, #0065ff);
}
/* legacy colors end */
/* ADG3 colors */
 table.confluenceTable th.confluenceTh.highlight-\#000000, table.confluenceTable td.confluenceTd.highlight-\#000000 {
     background-color: var(--ds-background-accent-gray-bolder-pressed, #000000);
}
 table.confluenceTable th.confluenceTh.highlight-\#000000[data-mce-selected='1'], table.confluenceTable td.confluenceTd.highlight-\#000000[data-mce-selected='1'] {
     background-color: color-mix(in oklab, var(--ds-background-accent-gray-bolder-pressed, #000000) 70%, #388bff14);
     border: 1px solid var(--ds-border-focused, #0065ff);
}
 table.confluenceTable th.confluenceTh.highlight-\#172b4d, table.confluenceTable td.confluenceTd.highlight-\#172b4d {
     background-color: var(--ds-background-accent-gray-bolder-hovered, #172b4d);
}
 table.confluenceTable th.confluenceTh.highlight-\#172b4d[data-mce-selected='1'], table.confluenceTable td.confluenceTd.highlight-\#172b4d[data-mce-selected='1'] {
     background-color: color-mix(in oklab, var(--ds-background-accent-gray-bolder-hovered, #172b4d) 70%, #388bff14);
     border: 1px solid var(--ds-border-focused, #0065ff);
}
 table.confluenceTable th.confluenceTh.highlight-\#42526e, table.confluenceTable td.confluenceTd.highlight-\#42526e {
     background-color: var(--ds-background-accent-gray-bolder, #42526e);
}
 table.confluenceTable th.confluenceTh.highlight-\#42526e[data-mce-selected='1'], table.confluenceTable td.confluenceTd.highlight-\#42526e[data-mce-selected='1'] {
     background-color: color-mix(in oklab, var(--ds-background-accent-gray-bolder, #42526e) 70%, #388bff14);
     border: 1px solid var(--ds-border-focused, #0065ff);
}
 table.confluenceTable th.confluenceTh.highlight-\#7a869a, table.confluenceTable td.confluenceTd.highlight-\#7a869a {
     background-color: var(--ds-chart-gray-bold, #7a869a);
}
 table.confluenceTable th.confluenceTh.highlight-\#7a869a[data-mce-selected='1'], table.confluenceTable td.confluenceTd.highlight-\#7a869a[data-mce-selected='1'] {
     background-color: color-mix(in oklab, var(--ds-chart-gray-bold, #7a869a) 70%, #388bff14);
     border: 1px solid var(--ds-border-focused, #0065ff);
}
 table.confluenceTable th.confluenceTh.highlight-\#c1c7d0, table.confluenceTable td.confluenceTd.highlight-\#c1c7d0 {
     background-color: var(--ds-background-accent-gray-subtlest-pressed, #c1c7d0);
}
 table.confluenceTable th.confluenceTh.highlight-\#c1c7d0[data-mce-selected='1'], table.confluenceTable td.confluenceTd.highlight-\#c1c7d0[data-mce-selected='1'] {
     background-color: color-mix(in oklab, var(--ds-background-accent-gray-subtlest-pressed, #c1c7d0) 70%, #388bff14);
     border: 1px solid var(--ds-border-focused, #0065ff);
}
 table.confluenceTable th.confluenceTh.highlight-\#f4f5f7, table.confluenceTable td.confluenceTd.highlight-\#f4f5f7 {
     background-color: var(--ds-surface-hovered, #f4f5f7);
}
 table.confluenceTable th.confluenceTh.highlight-\#f4f5f7[data-mce-selected='1'], table.confluenceTable td.confluenceTd.highlight-\#f4f5f7[data-mce-selected='1'] {
     background-color: color-mix(in oklab, var(--ds-surface-hovered, #f4f5f7) 70%, #388bff14);
     border: 1px solid var(--ds-border-focused, #0065ff);
}
 table.confluenceTable th.confluenceTh.highlight-\#091e42, table.confluenceTable td.confluenceTd.highlight-\#091e42 {
     background-color: var(--ds-elevation-surface, #091e42);
}
 table.confluenceTable th.confluenceTh.highlight-\#091e42[data-mce-selected='1'], table.confluenceTable td.confluenceTd.highlight-\#091e42[data-mce-selected='1'] {
     background-color: color-mix(in oklab, var(--ds-elevation-surface, #091e42) 70%, #388bff14);
     border: 1px solid var(--ds-border-focused, #0065ff);
}
 table.confluenceTable th.confluenceTh.highlight-\#bf2600, table.confluenceTable td.confluenceTd.highlight-\#bf2600 {
     background-color: var(--ds-background-accent-red-bolder-pressed, #bf2600);
}
 table.confluenceTable th.confluenceTh.highlight-\#bf2600[data-mce-selected='1'], table.confluenceTable td.confluenceTd.highlight-\#bf2600[data-mce-selected='1'] {
     background-color: color-mix(in oklab, var(--ds-background-accent-red-bolder-pressed, #bf2600) 70%, #388bff14);
     border: 1px solid var(--ds-border-focused, #0065ff);
}
 table.confluenceTable th.confluenceTh.highlight-\#de350b, table.confluenceTable td.confluenceTd.highlight-\#de350b {
     background-color: var(--ds-background-accent-red-bolder-hovered, #de350b);
}
 table.confluenceTable th.confluenceTh.highlight-\#de350b[data-mce-selected='1'], table.confluenceTable td.confluenceTd.highlight-\#de350b[data-mce-selected='1'] {
     background-color: color-mix(in oklab, var(--ds-background-accent-red-bolder-hovered, #de350b) 70%, #388bff14);
     border: 1px solid var(--ds-border-focused, #0065ff);
}
 table.confluenceTable th.confluenceTh.highlight-\#ff5630, table.confluenceTable td.confluenceTd.highlight-\#ff5630 {
     background-color: var(--ds-background-accent-red-bolder, #ff5630);
}
 table.confluenceTable th.confluenceTh.highlight-\#ff5630[data-mce-selected='1'], table.confluenceTable td.confluenceTd.highlight-\#ff5630[data-mce-selected='1'] {
     background-color: color-mix(in oklab, var(--ds-background-accent-red-bolder, #ff5630) 70%, #388bff14);
     border: 1px solid var(--ds-border-focused, #0065ff);
}
 table.confluenceTable th.confluenceTh.highlight-\#ff7452, table.confluenceTable td.confluenceTd.highlight-\#ff7452 {
     background-color: var(--ds-chart-red-bolder, #ff7452);
}
 table.confluenceTable th.confluenceTh.highlight-\#ff7452[data-mce-selected='1'], table.confluenceTable td.confluenceTd.highlight-\#ff7452[data-mce-selected='1'] {
     background-color: color-mix(in oklab, var(--ds-chart-red-bolder, #ff7452) 70%, #388bff14);
     border: 1px solid var(--ds-border-focused, #0065ff);
}
 table.confluenceTable th.confluenceTh.highlight-\#ff8f73, table.confluenceTable td.confluenceTd.highlight-\#ff8f73 {
     background-color: var(--ds-background-accent-red-subtler-pressed, #ff8f73);
}
 table.confluenceTable th.confluenceTh.highlight-\#ff8f73[data-mce-selected='1'], table.confluenceTable td.confluenceTd.highlight-\#ff8f73[data-mce-selected='1'] {
     background-color: color-mix(in oklab, var(--ds-background-accent-red-subtler-pressed, #ff8f73) 70%, #388bff14);
     border: 1px solid var(--ds-border-focused, #0065ff);
}
 table.confluenceTable th.confluenceTh.highlight-\#ffbdad, table.confluenceTable td.confluenceTd.highlight-\#ffbdad {
     background-color: var(--ds-background-accent-red-subtlest-hovered, #ffbdad);
}
 table.confluenceTable th.confluenceTh.highlight-\#ffbdad[data-mce-selected='1'], table.confluenceTable td.confluenceTd.highlight-\#ffbdad[data-mce-selected='1'] {
     background-color: color-mix(in oklab, var(--ds-background-accent-red-subtlest-hovered, #ffbdad) 70%, #388bff14);
     border: 1px solid var(--ds-border-focused, #0065ff);
}
 table.confluenceTable th.confluenceTh.highlight-\#ffebe6, table.confluenceTable td.confluenceTd.highlight-\#ffebe6 {
     background-color: var(--ds-background-accent-red-subtlest, #ffebe6);
}
 table.confluenceTable th.confluenceTh.highlight-\#ffebe6[data-mce-selected='1'], table.confluenceTable td.confluenceTd.highlight-\#ffebe6[data-mce-selected='1'] {
     background-color: color-mix(in oklab, var(--ds-background-accent-red-subtlest, #ffebe6) 70%, #388bff14);
     border: 1px solid var(--ds-border-focused, #0065ff);
}
 table.confluenceTable th.confluenceTh.highlight-\#ff8b00, table.confluenceTable td.confluenceTd.highlight-\#ff8b00 {
     background-color: var(--ds-text-accent-yellow-bolder, #ff8b00);
}
 table.confluenceTable th.confluenceTh.highlight-\#ff8b00[data-mce-selected='1'], table.confluenceTable td.confluenceTd.highlight-\#ff8b00[data-mce-selected='1'] {
     background-color: color-mix(in oklab, var(--ds-text-accent-yellow-bolder, #ff8b00) 70%, #388bff14);
     border: 1px solid var(--ds-border-focused, #0065ff);
}
 table.confluenceTable th.confluenceTh.highlight-\#ff991f, table.confluenceTable td.confluenceTd.highlight-\#ff991f {
     background-color: var(--ds-chart-yellow-bolder-hovered, #ff991f);
}
 table.confluenceTable th.confluenceTh.highlight-\#ff991f[data-mce-selected='1'], table.confluenceTable td.confluenceTd.highlight-\#ff991f[data-mce-selected='1'] {
     background-color: color-mix(in oklab, var(--ds-chart-yellow-bolder-hovered, #ff991f) 70%, #388bff14);
     border: 1px solid var(--ds-border-focused, #0065ff);
}
 table.confluenceTable th.confluenceTh.highlight-\#ffab00, table.confluenceTable td.confluenceTd.highlight-\#ffab00 {
     background-color: var(--ds-background-accent-yellow-bolder, #ffab00);
}
 table.confluenceTable th.confluenceTh.highlight-\#ffab00[data-mce-selected='1'], table.confluenceTable td.confluenceTd.highlight-\#ffab00[data-mce-selected='1'] {
     background-color: color-mix(in oklab, var(--ds-background-accent-yellow-bolder, #ffab00) 70%, #388bff14);
     border: 1px solid var(--ds-border-focused, #0065ff);
}
 table.confluenceTable th.confluenceTh.highlight-\#ffc400, table.confluenceTable td.confluenceTd.highlight-\#ffc400 {
     background-color: var(--ds-chart-yellow-bold, #ffc400);
}
 table.confluenceTable th.confluenceTh.highlight-\#ffc400[data-mce-selected='1'], table.confluenceTable td.confluenceTd.highlight-\#ffc400[data-mce-selected='1'] {
     background-color: color-mix(in oklab, var(--ds-chart-yellow-bold, #ffc400) 70%, #388bff14);
     border: 1px solid var(--ds-border-focused, #0065ff);
}
 table.confluenceTable th.confluenceTh.highlight-\#ffe380, table.confluenceTable td.confluenceTd.highlight-\#ffe380 {
     background-color: var(--ds-background-accent-yellow-subtler-pressed, #ffe380);
}
 table.confluenceTable th.confluenceTh.highlight-\#ffe380[data-mce-selected='1'], table.confluenceTable td.confluenceTd.highlight-\#ffe380[data-mce-selected='1'] {
     background-color: color-mix(in oklab, var(--ds-background-accent-yellow-subtler-pressed, #ffe380) 70%, #388bff14);
     border: 1px solid var(--ds-border-focused, #0065ff);
}
 table.confluenceTable th.confluenceTh.highlight-\#fff0b3, table.confluenceTable td.confluenceTd.highlight-\#fff0b3 {
     background-color: var(--ds-background-accent-yellow-subtlest-hovered, #fff0b3);
}
 table.confluenceTable th.confluenceTh.highlight-\#fff0b3[data-mce-selected='1'], table.confluenceTable td.confluenceTd.highlight-\#fff0b3[data-mce-selected='1'] {
     background-color: color-mix(in oklab, var(--ds-background-accent-yellow-subtlest-hovered, #fff0b3) 70%, #388bff14);
     border: 1px solid var(--ds-border-focused, #0065ff);
}
 table.confluenceTable th.confluenceTh.highlight-\#fffae6, table.confluenceTable td.confluenceTd.highlight-\#fffae6 {
     background-color: var(--ds-background-accent-yellow-subtlest, #fffae6);
}
 table.confluenceTable th.confluenceTh.highlight-\#fffae6[data-mce-selected='1'], table.confluenceTable td.confluenceTd.highlight-\#fffae6[data-mce-selected='1'] {
     background-color: color-mix(in oklab, var(--ds-background-accent-yellow-subtlest, #fffae6) 70%, #388bff14);
     border: 1px solid var(--ds-border-focused, #0065ff);
}
 table.confluenceTable th.confluenceTh.highlight-\#702e00, table.confluenceTable td.confluenceTd.highlight-\#702e00 {
     background-color: var(--ds-background-accent-orange-bolder-pressed, #702e00);
}
 table.confluenceTable th.confluenceTh.highlight-\#702e00[data-mce-selected='1'], table.confluenceTable td.confluenceTd.highlight-\#702e00[data-mce-selected='1'] {
     background-color: color-mix(in oklab, var(--ds-background-accent-orange-bolder-pressed, #702e00) 70%, #388bff14);
     border: 1px solid var(--ds-border-focused, #0065ff);
}
 table.confluenceTable th.confluenceTh.highlight-\#a54800, table.confluenceTable td.confluenceTd.highlight-\#a54800 {
     background-color: var(--ds-background-accent-orange-bolder-hovered, #a54800);
}
 table.confluenceTable th.confluenceTh.highlight-\#a54800[data-mce-selected='1'], table.confluenceTable td.confluenceTd.highlight-\#a54800[data-mce-selected='1'] {
     background-color: color-mix(in oklab, var(--ds-background-accent-orange-bolder-hovered, #a54800) 70%, #388bff14);
     border: 1px solid var(--ds-border-focused, #0065ff);
}
 table.confluenceTable th.confluenceTh.highlight-\#c25100, table.confluenceTable td.confluenceTd.highlight-\#c25100 {
     background-color: var(--ds-background-accent-orange-bolder, #c25100);
}
 table.confluenceTable th.confluenceTh.highlight-\#c25100[data-mce-selected='1'], table.confluenceTable td.confluenceTd.highlight-\#c25100[data-mce-selected='1'] {
     background-color: color-mix(in oklab, var(--ds-background-accent-orange-bolder, #c25100) 70%, #388bff14);
     border: 1px solid var(--ds-border-focused, #0065ff);
}
 table.confluenceTable th.confluenceTh.highlight-\#e56910, table.confluenceTable td.confluenceTd.highlight-\#e56910 {
     background-color: var(--ds-chart-orange-bold, #e56910);
}
 table.confluenceTable th.confluenceTh.highlight-\#e56910[data-mce-selected='1'], table.confluenceTable td.confluenceTd.highlight-\#e56910[data-mce-selected='1'] {
     background-color: color-mix(in oklab, var(--ds-chart-orange-bold, #e56910) 70%, #388bff14);
     border: 1px solid var(--ds-border-focused, #0065ff);
}
 table.confluenceTable th.confluenceTh.highlight-\#fea362, table.confluenceTable td.confluenceTd.highlight-\#fea362 {
     background-color: var(--ds-background-accent-orange-subtler-pressed, #fea362);
}
 table.confluenceTable th.confluenceTh.highlight-\#fea362[data-mce-selected='1'], table.confluenceTable td.confluenceTd.highlight-\#fea362[data-mce-selected='1'] {
     background-color: color-mix(in oklab, var(--ds-background-accent-orange-subtler-pressed, #fea362) 70%, #388bff14);
     border: 1px solid var(--ds-border-focused, #0065ff);
}
 table.confluenceTable th.confluenceTh.highlight-\#fedec8, table.confluenceTable td.confluenceTd.highlight-\#fedec8 {
     background-color: var(--ds-background-accent-orange-subtlest-hovered, #fedec8);
}
 table.confluenceTable th.confluenceTh.highlight-\#fedec8[data-mce-selected='1'], table.confluenceTable td.confluenceTd.highlight-\#fedec8[data-mce-selected='1'] {
     background-color: color-mix(in oklab, var(--ds-background-accent-orange-subtlest-hovered, #fedec8) 70%, #388bff14);
     border: 1px solid var(--ds-border-focused, #0065ff);
}
 table.confluenceTable th.confluenceTh.highlight-\#fff3eb, table.confluenceTable td.confluenceTd.highlight-\#fff3eb {
     background-color: var(--ds-background-accent-orange-subtlest, #fff3eb);
}
 table.confluenceTable th.confluenceTh.highlight-\#fff3eb[data-mce-selected='1'], table.confluenceTable td.confluenceTd.highlight-\#fff3eb[data-mce-selected='1'] {
     background-color: color-mix(in oklab, var(--ds-background-accent-orange-subtlest, #fff3eb) 70%, #388bff14);
     border: 1px solid var(--ds-border-focused, #0065ff);
}
 table.confluenceTable th.confluenceTh.highlight-\#006644, table.confluenceTable td.confluenceTd.highlight-\#006644 {
     background-color: var(--ds-background-accent-green-bolder-pressed, #006644);
}
 table.confluenceTable th.confluenceTh.highlight-\#006644[data-mce-selected='1'], table.confluenceTable td.confluenceTd.highlight-\#006644[data-mce-selected='1'] {
     background-color: color-mix(in oklab, var(--ds-background-accent-green-bolder-pressed, #006644) 70%, #388bff14);
     border: 1px solid var(--ds-border-focused, #0065ff);
}
 table.confluenceTable th.confluenceTh.highlight-\#00875a, table.confluenceTable td.confluenceTd.highlight-\#00875a {
     background-color: var(--ds-background-accent-green-bolder-hovered, #00875a);
}
 table.confluenceTable th.confluenceTh.highlight-\#00875a[data-mce-selected='1'], table.confluenceTable td.confluenceTd.highlight-\#00875a[data-mce-selected='1'] {
     background-color: color-mix(in oklab, var(--ds-background-accent-green-bolder-hovered, #00875a) 70%, #388bff14);
     border: 1px solid var(--ds-border-focused, #0065ff);
}
 table.confluenceTable th.confluenceTh.highlight-\#36b37e, table.confluenceTable td.confluenceTd.highlight-\#36b37e {
     background-color: var(--ds-background-accent-green-bolder, #36b37e);
}
 table.confluenceTable th.confluenceTh.highlight-\#36b37e[data-mce-selected='1'], table.confluenceTable td.confluenceTd.highlight-\#36b37e[data-mce-selected='1'] {
     background-color: color-mix(in oklab, var(--ds-background-accent-green-bolder, #36b37e) 70%, #388bff14);
     border: 1px solid var(--ds-border-focused, #0065ff);
}
 table.confluenceTable th.confluenceTh.highlight-\#57d9a3, table.confluenceTable td.confluenceTd.highlight-\#57d9a3 {
     background-color: var(--ds-chart-green-bold, #57d9a3);
}
 table.confluenceTable th.confluenceTh.highlight-\#57d9a3[data-mce-selected='1'], table.confluenceTable td.confluenceTd.highlight-\#57d9a3[data-mce-selected='1'] {
     background-color: color-mix(in oklab, var(--ds-chart-green-bold, #57d9a3) 70%, #388bff14);
     border: 1px solid var(--ds-border-focused, #0065ff);
}
 table.confluenceTable th.confluenceTh.highlight-\#79f2c0, table.confluenceTable td.confluenceTd.highlight-\#79f2c0 {
     background-color: var(--ds-background-accent-green-subtler-pressed, #79f2c0);
}
 table.confluenceTable th.confluenceTh.highlight-\#79f2c0[data-mce-selected='1'], table.confluenceTable td.confluenceTd.highlight-\#79f2c0[data-mce-selected='1'] {
     background-color: color-mix(in oklab, var(--ds-background-accent-green-subtler-pressed, #79f2c0) 70%, #388bff14);
     border: 1px solid var(--ds-border-focused, #0065ff);
}
 table.confluenceTable th.confluenceTh.highlight-\#abf5d1, table.confluenceTable td.confluenceTd.highlight-\#abf5d1 {
     background-color: var(--ds-background-accent-green-subtlest-hovered, #abf5d1);
}
 table.confluenceTable th.confluenceTh.highlight-\#abf5d1[data-mce-selected='1'], table.confluenceTable td.confluenceTd.highlight-\#abf5d1[data-mce-selected='1'] {
     background-color: color-mix(in oklab, var(--ds-background-accent-green-subtlest-hovered, #abf5d1) 70%, #388bff14);
     border: 1px solid var(--ds-border-focused, #0065ff);
}
 table.confluenceTable th.confluenceTh.highlight-\#e3fcef, table.confluenceTable td.confluenceTd.highlight-\#e3fcef {
     background-color: var(--ds-background-accent-green-subtlest, #e3fcef);
}
 table.confluenceTable th.confluenceTh.highlight-\#e3fcef[data-mce-selected='1'], table.confluenceTable td.confluenceTd.highlight-\#e3fcef[data-mce-selected='1'] {
     background-color: color-mix(in oklab, var(--ds-background-accent-green-subtlest, #e3fcef) 70%, #388bff14);
     border: 1px solid var(--ds-border-focused, #0065ff);
}
 table.confluenceTable th.confluenceTh.highlight-\#008da6, table.confluenceTable td.confluenceTd.highlight-\#008da6 {
     background-color: var(--ds-background-accent-teal-bolder-pressed, #008da6);
}
 table.confluenceTable th.confluenceTh.highlight-\#008da6[data-mce-selected='1'], table.confluenceTable td.confluenceTd.highlight-\#008da6[data-mce-selected='1'] {
     background-color: color-mix(in oklab, var(--ds-background-accent-teal-bolder-pressed, #008da6) 70%, #388bff14);
     border: 1px solid var(--ds-border-focused, #0065ff);
}
 table.confluenceTable th.confluenceTh.highlight-\#00a3bf, table.confluenceTable td.confluenceTd.highlight-\#00a3bf {
     background-color: var(--ds-background-accent-teal-bolder-hovered, #00a3bf);
}
 table.confluenceTable th.confluenceTh.highlight-\#00a3bf[data-mce-selected='1'], table.confluenceTable td.confluenceTd.highlight-\#00a3bf[data-mce-selected='1'] {
     background-color: color-mix(in oklab, var(--ds-background-accent-teal-bolder-hovered, #00a3bf) 70%, #388bff14);
     border: 1px solid var(--ds-border-focused, #0065ff);
}
 table.confluenceTable th.confluenceTh.highlight-\#00b8d9, table.confluenceTable td.confluenceTd.highlight-\#00b8d9 {
     background-color: var(--ds-background-accent-teal-bolder, #00b8d9);
}
 table.confluenceTable th.confluenceTh.highlight-\#00b8d9[data-mce-selected='1'], table.confluenceTable td.confluenceTd.highlight-\#00b8d9[data-mce-selected='1'] {
     background-color: color-mix(in oklab, var(--ds-background-accent-teal-bolder, #00b8d9) 70%, #388bff14);
     border: 1px solid var(--ds-border-focused, #0065ff);
}
 table.confluenceTable th.confluenceTh.highlight-\#00c7e6, table.confluenceTable td.confluenceTd.highlight-\#00c7e6 {
     background-color: var(--ds-chart-teal-bold, #00c7e6);
}
 table.confluenceTable th.confluenceTh.highlight-\#00c7e6[data-mce-selected='1'], table.confluenceTable td.confluenceTd.highlight-\#00c7e6[data-mce-selected='1'] {
     background-color: color-mix(in oklab, var(--ds-chart-teal-bold, #00c7e6) 70%, #388bff14);
     border: 1px solid var(--ds-border-focused, #0065ff);
}
 table.confluenceTable th.confluenceTh.highlight-\#79e2f2, table.confluenceTable td.confluenceTd.highlight-\#79e2f2 {
     background-color: var(--ds-background-accent-teal-subtler-pressed, #79e2f2);
}
 table.confluenceTable th.confluenceTh.highlight-\#79e2f2[data-mce-selected='1'], table.confluenceTable td.confluenceTd.highlight-\#79e2f2[data-mce-selected='1'] {
     background-color: color-mix(in oklab, var(--ds-background-accent-teal-subtler-pressed, #79e2f2) 70%, #388bff14);
     border: 1px solid var(--ds-border-focused, #0065ff);
}
 table.confluenceTable th.confluenceTh.highlight-\#b3f5ff, table.confluenceTable td.confluenceTd.highlight-\#b3f5ff {
     background-color: var(--ds-background-accent-teal-subtlest-hovered, #b3f5ff);
}
 table.confluenceTable th.confluenceTh.highlight-\#b3f5ff[data-mce-selected='1'], table.confluenceTable td.confluenceTd.highlight-\#b3f5ff[data-mce-selected='1'] {
     background-color: color-mix(in oklab, var(--ds-background-accent-teal-subtlest-hovered, #b3f5ff) 70%, #388bff14);
     border: 1px solid var(--ds-border-focused, #0065ff);
}
 table.confluenceTable th.confluenceTh.highlight-\#e6fcff, table.confluenceTable td.confluenceTd.highlight-\#e6fcff {
     background-color: var(--ds-background-accent-teal-subtlest, #e6fcff);
}
 table.confluenceTable th.confluenceTh.highlight-\#e6fcff[data-mce-selected='1'], table.confluenceTable td.confluenceTd.highlight-\#e6fcff[data-mce-selected='1'] {
     background-color: color-mix(in oklab, var(--ds-background-accent-teal-subtlest, #e6fcff) 70%, #388bff14);
     border: 1px solid var(--ds-border-focused, #0065ff);
}
 table.confluenceTable th.confluenceTh.highlight-\#0747a6, table.confluenceTable td.confluenceTd.highlight-\#0747a6 {
     background-color: var(--ds-background-accent-blue-bolder-pressed, #0747a6);
}
 table.confluenceTable th.confluenceTh.highlight-\#0747a6[data-mce-selected='1'], table.confluenceTable td.confluenceTd.highlight-\#0747a6[data-mce-selected='1'] {
     background-color: color-mix(in oklab, var(--ds-background-accent-blue-bolder-pressed, #0747a6) 70%, #388bff14);
     border: 1px solid var(--ds-border-focused, #0065ff);
}
 table.confluenceTable th.confluenceTh.highlight-\#0052cc, table.confluenceTable td.confluenceTd.highlight-\#0052cc {
     background-color: var(--ds-background-accent-blue-bolder-hovered, #0052cc);
}
 table.confluenceTable th.confluenceTh.highlight-\#0052cc[data-mce-selected='1'], table.confluenceTable td.confluenceTd.highlight-\#0052cc[data-mce-selected='1'] {
     background-color: color-mix(in oklab, var(--ds-background-accent-blue-bolder-hovered, #0052cc) 70%, #388bff14);
     border: 1px solid var(--ds-border-focused, #0065ff);
}
 table.confluenceTable th.confluenceTh.highlight-\#0065ff, table.confluenceTable td.confluenceTd.highlight-\#0065ff {
     background-color: var(--ds-background-accent-blue-bolder, #0065ff);
}
 table.confluenceTable th.confluenceTh.highlight-\#0065ff[data-mce-selected='1'], table.confluenceTable td.confluenceTd.highlight-\#0065ff[data-mce-selected='1'] {
     background-color: color-mix(in oklab, var(--ds-background-accent-blue-bolder, #0065ff) 70%, #388bff14);
     border: 1px solid var(--ds-border-focused, #0065ff);
}
 table.confluenceTable th.confluenceTh.highlight-\#2684ff, table.confluenceTable td.confluenceTd.highlight-\#2684ff {
     background-color: var(--ds-chart-blue-bold, #2684ff);
}
 table.confluenceTable th.confluenceTh.highlight-\#2684ff[data-mce-selected='1'], table.confluenceTable td.confluenceTd.highlight-\#2684ff[data-mce-selected='1'] {
     background-color: color-mix(in oklab, var(--ds-chart-blue-bold, #2684ff) 70%, #388bff14);
     border: 1px solid var(--ds-border-focused, #0065ff);
}
 table.confluenceTable th.confluenceTh.highlight-\#4c9aff, table.confluenceTable td.confluenceTd.highlight-\#4c9aff {
     background-color: var(--ds-background-accent-blue-subtler-pressed, #4c9aff);
}
 table.confluenceTable th.confluenceTh.highlight-\#4c9aff[data-mce-selected='1'], table.confluenceTable td.confluenceTd.highlight-\#4c9aff[data-mce-selected='1'] {
     background-color: color-mix(in oklab, var(--ds-background-accent-blue-subtler-pressed, #4c9aff) 70%, #388bff14);
     border: 1px solid var(--ds-border-focused, #0065ff);
}
 table.confluenceTable th.confluenceTh.highlight-\#b3d4ff, table.confluenceTable td.confluenceTd.highlight-\#b3d4ff {
     background-color: var(--ds-background-accent-blue-subtlest-hovered, #b3d4ff);
}
 table.confluenceTable th.confluenceTh.highlight-\#b3d4ff[data-mce-selected='1'], table.confluenceTable td.confluenceTd.highlight-\#b3d4ff[data-mce-selected='1'] {
     background-color: color-mix(in oklab, var(--ds-background-accent-blue-subtlest-hovered, #b3d4ff) 70%, #388bff14);
     border: 1px solid var(--ds-border-focused, #0065ff);
}
 table.confluenceTable th.confluenceTh.highlight-\#deebff, table.confluenceTable td.confluenceTd.highlight-\#deebff {
     background-color: var(--ds-background-accent-blue-subtlest, #deebff);
}
 table.confluenceTable th.confluenceTh.highlight-\#deebff[data-mce-selected='1'], table.confluenceTable td.confluenceTd.highlight-\#deebff[data-mce-selected='1'] {
     background-color: color-mix(in oklab, var(--ds-background-accent-blue-subtlest, #deebff) 70%, #388bff14);
     border: 1px solid var(--ds-border-focused, #0065ff);
}
 table.confluenceTable th.confluenceTh.highlight-\#50253f, table.confluenceTable td.confluenceTd.highlight-\#50253f {
     background-color: var(--ds-background-accent-magenta-bolder-pressed, #50253f);
}
 table.confluenceTable th.confluenceTh.highlight-\#50253f[data-mce-selected='1'], table.confluenceTable td.confluenceTd.highlight-\#50253f[data-mce-selected='1'] {
     background-color: color-mix(in oklab, var(--ds-background-accent-magenta-bolder-pressed, #50253f) 70%, #388bff14);
     border: 1px solid var(--ds-border-focused, #0065ff);
}
 table.confluenceTable th.confluenceTh.highlight-\#943d73, table.confluenceTable td.confluenceTd.highlight-\#943d73 {
     background-color: var(--ds-background-accent-magenta-bolder-hovered, #943d73);
}
 table.confluenceTable th.confluenceTh.highlight-\#943d73[data-mce-selected='1'], table.confluenceTable td.confluenceTd.highlight-\#943d73[data-mce-selected='1'] {
     background-color: color-mix(in oklab, var(--ds-background-accent-magenta-bolder-hovered, #943d73) 70%, #388bff14);
     border: 1px solid var(--ds-border-focused, #0065ff);
}
 table.confluenceTable th.confluenceTh.highlight-\#ae4787, table.confluenceTable td.confluenceTd.highlight-\#ae4787 {
     background-color: var(--ds-background-accent-magenta-bolder, #ae4787);
}
 table.confluenceTable th.confluenceTh.highlight-\#ae4787[data-mce-selected='1'], table.confluenceTable td.confluenceTd.highlight-\#ae4787[data-mce-selected='1'] {
     background-color: color-mix(in oklab, var(--ds-background-accent-magenta-bolder, #ae4787) 70%, #388bff14);
     border: 1px solid var(--ds-border-focused, #0065ff);
}
 table.confluenceTable th.confluenceTh.highlight-\#da62ac, table.confluenceTable td.confluenceTd.highlight-\#da62ac {
     background-color: var(--ds-chart-magenta-bold, #da62ac);
}
 table.confluenceTable th.confluenceTh.highlight-\#da62ac[data-mce-selected='1'], table.confluenceTable td.confluenceTd.highlight-\#da62ac[data-mce-selected='1'] {
     background-color: color-mix(in oklab, var(--ds-chart-magenta-bold, #da62ac) 70%, #388bff14);
     border: 1px solid var(--ds-border-focused, #0065ff);
}
 table.confluenceTable th.confluenceTh.highlight-\#e774bb, table.confluenceTable td.confluenceTd.highlight-\#e774bb {
     background-color: var(--ds-background-accent-magenta-subtle, #e774bb);
}
 table.confluenceTable th.confluenceTh.highlight-\#e774bb[data-mce-selected='1'], table.confluenceTable td.confluenceTd.highlight-\#e774bb[data-mce-selected='1'] {
     background-color: color-mix(in oklab, var(--ds-background-accent-magenta-subtle, #e774bb) 70%, #388bff14);
     border: 1px solid var(--ds-border-focused, #0065ff);
}
 table.confluenceTable th.confluenceTh.highlight-\#fdd0ec, table.confluenceTable td.confluenceTd.highlight-\#fdd0ec {
     background-color: var(--ds-background-accent-magenta-subtlest-hovered, #fdd0ec);
}
 table.confluenceTable th.confluenceTh.highlight-\#fdd0ec[data-mce-selected='1'], table.confluenceTable td.confluenceTd.highlight-\#fdd0ec[data-mce-selected='1'] {
     background-color: color-mix(in oklab, var(--ds-background-accent-magenta-subtlest-hovered, #fdd0ec) 70%, #388bff14);
     border: 1px solid var(--ds-border-focused, #0065ff);
}
 table.confluenceTable th.confluenceTh.highlight-\#ffecf8, table.confluenceTable td.confluenceTd.highlight-\#ffecf8 {
     background-color: var(--ds-background-accent-magenta-subtlest, #ffecf8);
}
 table.confluenceTable th.confluenceTh.highlight-\#ffecf8[data-mce-selected='1'], table.confluenceTable td.confluenceTd.highlight-\#ffecf8[data-mce-selected='1'] {
     background-color: color-mix(in oklab, var(--ds-background-accent-magenta-subtlest, #ffecf8) 70%, #388bff14);
     border: 1px solid var(--ds-border-focused, #0065ff);
}
 table.confluenceTable th.confluenceTh.highlight-\#403294, table.confluenceTable td.confluenceTd.highlight-\#403294 {
     background-color: var(--ds-background-accent-purple-bolder-pressed, #403294);
}
 table.confluenceTable th.confluenceTh.highlight-\#403294[data-mce-selected='1'], table.confluenceTable td.confluenceTd.highlight-\#403294[data-mce-selected='1'] {
     background-color: color-mix(in oklab, var(--ds-background-accent-purple-bolder-pressed, #403294) 70%, #388bff14);
     border: 1px solid var(--ds-border-focused, #0065ff);
}
 table.confluenceTable th.confluenceTh.highlight-\#5243aa, table.confluenceTable td.confluenceTd.highlight-\#5243aa {
     background-color: var(--ds-background-accent-purple-bolder-hovered, #5243aa);
}
 table.confluenceTable th.confluenceTh.highlight-\#5243aa[data-mce-selected='1'], table.confluenceTable td.confluenceTd.highlight-\#5243aa[data-mce-selected='1'] {
     background-color: color-mix(in oklab, var(--ds-background-accent-purple-bolder-hovered, #5243aa) 70%, #388bff14);
     border: 1px solid var(--ds-border-focused, #0065ff);
}
 table.confluenceTable th.confluenceTh.highlight-\#6554c0, table.confluenceTable td.confluenceTd.highlight-\#6554c0 {
     background-color: var(--ds-background-accent-purple-bolder, #6554c0);
}
 table.confluenceTable th.confluenceTh.highlight-\#6554c0[data-mce-selected='1'], table.confluenceTable td.confluenceTd.highlight-\#6554c0[data-mce-selected='1'] {
     background-color: color-mix(in oklab, var(--ds-background-accent-purple-bolder, #6554c0) 70%, #388bff14);
     border: 1px solid var(--ds-border-focused, #0065ff);
}
 table.confluenceTable th.confluenceTh.highlight-\#8777d9, table.confluenceTable td.confluenceTd.highlight-\#8777d9 {
     background-color: var(--ds-chart-purple-bold, #8777d9);
}
 table.confluenceTable th.confluenceTh.highlight-\#8777d9[data-mce-selected='1'], table.confluenceTable td.confluenceTd.highlight-\#8777d9[data-mce-selected='1'] {
     background-color: color-mix(in oklab, var(--ds-chart-purple-bold, #8777d9) 70%, #388bff14);
     border: 1px solid var(--ds-border-focused, #0065ff);
}
 table.confluenceTable th.confluenceTh.highlight-\#998dd9, table.confluenceTable td.confluenceTd.highlight-\#998dd9 {
     background-color: var(--ds-background-accent-purple-subtler-pressed, #998dd9);
}
 table.confluenceTable th.confluenceTh.highlight-\#998dd9[data-mce-selected='1'], table.confluenceTable td.confluenceTd.highlight-\#998dd9[data-mce-selected='1'] {
     background-color: color-mix(in oklab, var(--ds-background-accent-purple-subtler-pressed, #998dd9) 70%, #388bff14);
     border: 1px solid var(--ds-border-focused, #0065ff);
}
 table.confluenceTable th.confluenceTh.highlight-\#c0b6f2, table.confluenceTable td.confluenceTd.highlight-\#c0b6f2 {
     background-color: var(--ds-background-accent-purple-subtlest-hovered, #c0b6f2);
}
 table.confluenceTable th.confluenceTh.highlight-\#c0b6f2[data-mce-selected='1'], table.confluenceTable td.confluenceTd.highlight-\#c0b6f2[data-mce-selected='1'] {
     background-color: color-mix(in oklab, var(--ds-background-accent-purple-subtlest-hovered, #c0b6f2) 70%, #388bff14);
     border: 1px solid var(--ds-border-focused, #0065ff);
}
 table.confluenceTable th.confluenceTh.highlight-\#eae6ff, table.confluenceTable td.confluenceTd.highlight-\#eae6ff {
     background-color: var(--ds-background-accent-purple-subtlest, #eae6ff);
}
 table.confluenceTable th.confluenceTh.highlight-\#eae6ff[data-mce-selected='1'], table.confluenceTable td.confluenceTd.highlight-\#eae6ff[data-mce-selected='1'] {
     background-color: color-mix(in oklab, var(--ds-background-accent-purple-subtlest, #eae6ff) 70%, #388bff14);
     border: 1px solid var(--ds-border-focused, #0065ff);
}
 table.confluenceTable th.confluenceTh.highlight-\#000000, table.confluenceTable td.confluenceTd.highlight-\#000000 {
     background-color: var(--ds-background-accent-gray-bolder-pressed, #000000);
}
 table.confluenceTable th.confluenceTh.highlight-\#000000[data-mce-selected='1'], table.confluenceTable td.confluenceTd.highlight-\#000000[data-mce-selected='1'] {
     background-color: color-mix(in oklab, var(--ds-background-accent-gray-bolder-pressed, #000000) 70%, #388bff14);
     border: 1px solid var(--ds-border-focused, #0065ff);
}
/* ADG3 colors end */
 table.confluenceTable th.confluenceTh {
     font-weight: bold;
}
 table.confluenceTable th.confluenceTh.nohighlight {
     font-weight: normal;
     background-color: transparent;
}
 table.confluenceTable td.confluenceTd img, table.confluenceTable td.confluenceTd .confluence-embedded-file-wrapper img, table.confluenceTable th.confluenceTh .confluence-embedded-file-wrapper img {
     max-width: none;
}
 table.confluenceTable td.numberingColumn {
     -webkit-touch-callout: none;
     -webkit-user-select: none;
     -khtml-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     cursor: default;
}
/* module-key = 'com.atlassian.confluence.plugins.confluence-frontend:content-styles', location = '/includes/css/master.less' */
 fieldset{
    border:none;
    margin:0;
    padding:0
}
.clearfix::after{
    content:"";
    clear:both;
    display:table
}
.smalltext{
    font-size:12px;
    color:var(--ds-text-accent-gray, var(--ds-background-accent-gray-subtle, #707070))
}
#title-text{
    margin:0;
    font-size:28px
}
#title-text a:hover{
    text-decoration:none
}
body.error-page #main{
    padding-top:0
}
body.error-page #main-header{
    margin:0 -20px;
    padding:20px;
    border-bottom:1px solid var(--ds-border-danger, #ccc);
    background-color:var(--ds-background-danger, #f5f5f5)
}
#main-header,#preview-header{
    margin-bottom:20px
}
#preview-header #title-text{
    color:var(--ds-text, #333);
    margin-top:10px
}


/* module-key = 'com.atlassian.confluence.plugins.confluence-frontend:view-content', location = '/includes/css/time.less' */
 .wiki-content time{
    padding:0 6px 1px 5px;
    margin:0 1px;
    background-color:var(--ds-background-neutral, var(--ds-background-accent-gray-subtler, #ebecf0));
    color:var(--ds-text, var(--ds-background-neutral-bold, #42526e));
    border-radius:3px;
    white-space:nowrap;
    resize:none;
    outline:0 none;
    user-select:all
}
.wiki-content time:focus{
    outline:0 none
}
.wiki-content time:before{
    content:"";
    width:1.143em;
    height:1.143em;
    padding:0;
    margin-right:5px;
    display:inline-block;
    vertical-align:text-bottom;
    background-size:1em;
    background-repeat:no-repeat;
    background-position:center;
    background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%2397A0AF' fill-rule='evenodd'%3E%3Cpath d='M3 6v7h10V6H3zm9-3h1a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h1V2a1 1 0 1 1 2 0v1h4V2a1 1 0 0 1 2 0v1z' fill-rule='nonzero'/%3E%3Cpath d='M4 9h2V7H4zm0 3h2v-2H4zm3-3h2V7H7z'/%3E%3C/g%3E%3C/svg%3E")
}
/* module-key = 'com.atlassian.confluence.plugins.confluence-frontend:view-content', location = '/includes/css/view-content.less' */
 .wiki-content .panel.conf-macro{
    border-color:var(--ds-background-accent-gray-subtler, var(--ds-background-accent-gray-subtler, #dfe1e5))
}
.wiki-content blockquote{
    border-left-color:var(--ds-background-accent-gray-subtler, #dfe1e5)
}
.wiki-content .confluence-embedded-file-wrapper{
    max-width:100%
}
.wiki-content .confluence-embedded-file-wrapper .confluence-embedded-image{
    display:block;
    margin-left:5px;
    margin-right:5px;
    max-width:calc(100% - 4px);
    border-radius:3px
}
.wiki-content .confluence-embedded-file-wrapper .confluence-embedded-image[height],.wiki-content .confluence-embedded-file-wrapper .confluence-embedded-image[width]{
    max-width:none
}
.wiki-content .confluence-embedded-file-wrapper .confluence-embedded-image-title{
    text-align:center;
    color:var(--ds-text-subtle, #505f79);
    font-size:14px;
    margin:2px auto;
    display:block
}
.wiki-content .confluence-embedded-file-wrapper.confluence-embedded-manual-size{
    max-width:min-content
}
.wiki-content .image-left-wrapper{
    float:left;
    margin:0 10px 10px 0
}
.wiki-content .image-center-wrapper{
    display:table;
    margin-left:auto;
    margin-right:auto
}
.wiki-content .image-right-wrapper{
    float:right;
    margin:0 0 10px 10px
}
.wiki-content a.new-tab:after{
    content:'';
    position:relative;
    top:1px;
    width:8px;
    height:8px;
    background:url('data:image/svg+xml;
    base64,PHN2ZyB3aWR0aD0iOHB4IiBoZWlnaHQ9IjhweCIgdmlld0JveD0iMCAwIDggOCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48Zz48cGF0aCBkPSJNMC43OTI4OTMyMTksNi41MDAwMDAyMSBMMS41MDAwMDAwMSw3LjIwNzEwNjk4IEw2Ljk5OTk5OTc5LDEuNzA3MTA3IEw3LDUuNSBMOC4wMDAwMDAxMyw2LjAwMDAwMDE0IEw3Ljk5OTk5OTk4LDAuOTkwNzc3ODAyIEM3Ljk5OTk5OTk3LDAuNDQzNTg2MjA1IDcuNTQ5MDI0NzgsLTIuMDk5NzU1OTRlLTA3IDcuMDA5MjIxOTksLTEuODc5NjU3MjVlLTA3IEwxLjk5OTk5OTk4LDEuNjI3OTgzOTdlLTA4IEwyLjQ5OTk5OTk2LDAuOTk5OTk5OTY4IEw2LjI5Mjg5MzQ5LDAuOTk5OTk5NzQ2IEwwLjc5Mjg5MzIxOSw2LjUwMDAwMDIxIFoiIGlkPSJvcGVuLW5ldy10YWIiIGZpbGw9IiM3MDcwNzAiPjwvcGF0aD48L2c+PC9zdmc+');
    display:inline-block;
    text-decoration:none
}
/* module-key = 'com.atlassian.confluence.plugins.confluence-labels:labels-resources', location = 'com/atlassian/confluence/plugins/labels/labels.css' */
 .labels-content{
    position:relative;
    font-size:12px;
    font-weight:300;
    vertical-align:middle
}
.label-list{
    padding:0;
    margin:0;
    color:var(--ds-text,#5e6c84)
}
.label-list .no-labels-message{
    display:inline-block
}
.label-list.label-list-right{
    text-align:right
}
.label-list.label-list-right.has-pen{
    padding-right:20px
}
.label-list .labels-edit-container{
    display:inline-block;
    max-width:16px;
    overflow:hidden;
    vertical-align:middle
}
.label-list .labels-edit-container .aui-iconfont-devtools-tag-small{
    color:var(--ds-text,#505f79)
}
.label-list.label-list-right.has-pen .labels-edit-container{
    position:absolute;
    top:0;
    right:0
}
.tag-cloud.label-list .aui-label{
    border:0;
    background:0;
    margin:0
}
#dialog-label-list{
    margin-top:15px
}
#label-operation-error-container .aui-message{
    margin:0 0 20px 0
}
#add-labels-editor-button{
    margin-left:8px
}
.plus-label:before{
    content:"+ "
}
.minus-label:before{
    content:"- "
}
.label-list .aui-label{
    margin:0 5px 5px 0
}


table.aui{
    border-collapse:collapse;
    width:100%
}
table.aui table.aui{
    margin:0
}
table.aui>caption{
    background:var(--aui-table-caption-bg-color);
    border-bottom:1px solid var(--aui-table-border-color);
    caption-side:top;
    color:var(--aui-table-caption-text-color);
    padding:7px 10px;
    text-align:left
}
table.aui>tbody>tr>td,table.aui>tbody>tr>th,table.aui>tfoot>tr>td,table.aui>tfoot>tr>th,table.aui>thead>tr>td,table.aui>thead>tr>th{
    padding:7px 10px;
    text-align:left;
    vertical-align:top
}
table.aui>tbody>tr>td>ul.menu,table.aui>tbody>tr>th>ul.menu,table.aui>tfoot>tr>td>ul.menu,table.aui>tfoot>tr>th>ul.menu,table.aui>thead>tr>td>ul.menu,table.aui>thead>tr>th>ul.menu{
    list-style-type:none;
    margin:0;
    padding:0
}
table.aui>tbody>tr>td>ul.menu>li,table.aui>tbody>tr>th>ul.menu>li,table.aui>tfoot>tr>td>ul.menu>li,table.aui>tfoot>tr>th>ul.menu>li,table.aui>thead>tr>td>ul.menu>li,table.aui>thead>tr>th>ul.menu>li{
    float:left;
    margin:0 10px 0 0;
    width:auto
}
table.aui>tbody>tr,table.aui>tfoot>tr{
    background:var(--aui-table-row-bg-color);
    color:var(--aui-table-row-text-color)
}
table.aui>tbody>tr:first-child>td,table.aui>tbody>tr:first-child>th,table.aui>tfoot>tr:first-child>td,table.aui>tfoot>tr:first-child>th{
    border-top:1px solid var(--aui-table-border-color)
}
table.aui>thead{
    border-bottom:2px solid var(--aui-table-border-color)
}
table.aui>tbody>tr>th,table.aui>thead>tr>th{
    color:var(--aui-table-heading-text-color);
    font-size:12px;
    font-weight:600;
    letter-spacing:0;
    line-height:1.66666667;
    text-transform:none
}
table.aui>tbody>tr>th{
    background:var(--aui-table-header-bg-color);
    font-size:inherit
}
table.aui .aui-button-link{
    border:0;
    height:auto;
    line-height:inherit;
    padding-bottom:0;
    padding-top:0
}
table.aui:not(.aui-table-list)>tbody>tr>td,table.aui:not(.aui-table-list)>tbody>tr>th,table.aui:not(.aui-table-list)>tfoot>tr>td,table.aui:not(.aui-table-list)>tfoot>tr>th{
    border-bottom:1px solid var(--aui-table-border-color)
}
table.aui.aui-table-interactive>tbody>tr:focus-within,table.aui.aui-table-interactive>tbody>tr:hover,table.aui.aui-table-list>tbody>tr:focus-within,table.aui.aui-table-list>tbody>tr:hover{
    background:var(--aui-table-list-row-hover-color)
}
table.aui.aui-table-interactive>tbody>tr.aui-row-subtle *,table.aui.aui-table-list>tbody>tr.aui-row-subtle *{
    color:var(--aui-table-list-row-subtle-color)
}
table.aui.aui-table-interactive>tbody>tr.aui-row-subtle * .aui-avatar,table.aui.aui-table-interactive>tbody>tr.aui-row-subtle * .aui-button,table.aui.aui-table-interactive>tbody>tr.aui-row-subtle * .aui-icon,table.aui.aui-table-list>tbody>tr.aui-row-subtle * .aui-avatar,table.aui.aui-table-list>tbody>tr.aui-row-subtle * .aui-button,table.aui.aui-table-list>tbody>tr.aui-row-subtle * .aui-icon{
    opacity:.8
}
/* module-key = 'com.atlassian.auiplugin:split_aui.component.restful-table', location = 'aui.component.restful-table.css' */
 .aui-restfultable-init{
    padding:20px;
    text-align:center;
    vertical-align:middle
}
.aui-restfultable-init .aui-restfultable-loading{
    display:flex;
    justify-content:center
}
.aui-restfultable-init .aui-restfultable-loading aui-spinner{
    margin-right:8px
}
table.aui.aui-restfultable>thead>tr>th{
    background-color:var(--aui-restfultable-header-row-bg-color);
    color:var(--aui-restfultable-header-row-text-color)
}
.aui-restfultable .aui-restfultable-status{
    white-space:nowrap;
    width:1px
}
.aui-restfultable-row td{
    vertical-align:top
}
.aui-restfultable-row .aui-restfultable-order{
    width:8px
}
.aui-restfultable-row .aui-restfultable-operations{
    white-space:nowrap;
    width:160px
}
.aui-restfultable .aui-restfultable-row select,.aui-restfultable-row .aui-restfultable-operations input.button{
    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-create td{
    border:solid var(--aui-restfultable-row-create-border-color);
    border-width:1px 0
}
.aui-restfultable .aui-restfultable-create .aui-restfultable-draghandle{
    display:none
}
.aui-restfultable-focused:not(.aui-restfultable-disabled){
    border-color:var(--aui-restfultable-row-focused-border-color);
    border-style:solid;
    border-width:2px 0
}
.aui-restfultable-row.aui-restfultable-disabled td{
    opacity:.5
}
.aui-restfultable-readonly.ui-sortable-helper{
    white-space:nowrap
}
.aui-restfultable-readonly.aui-restfultable-movable>div{
    background-color:var(--aui-restfultable-row-moving-bg-color)!important;
    box-sizing:border-box;
    display:table-cell;
    height:100%;
    min-height:40px;
    padding:7px 10px;
    vertical-align:middle
}
.aui-restfultable-readonly>.aui-restfultable-movable{
    height:100%
}
.aui-restfultable-readonly .aui-restfultable-editable-no-value .aui-restfultable-editable{
    visibility:hidden
}
.aui-restfultable-readonly .aui-restfultable-operations a{
    visibility:visible
}
.aui-restfultable-readonly .aui-restfultable-editable{
    box-sizing:border-box;
    display:block;
    margin:0;
    padding:3px 24px 2px 4px;
    position:relative
}
.aui-restfultable-readonly .aui-restfultable-editable .aui-iconfont-edit,.aui-restfultable-readonly .aui-restfultable-editable .icon-edit-sml{
    margin:0;
    position:absolute;
    right:4px;
    top:4px;
    visibility:hidden
}
.aui-restfultable-allowhover td .aui-restfultable-editable .aui-iconfont-edit,.aui-restfultable-allowhover td .aui-restfultable-editable .icon-edit-sml{
    visibility:hidden
}
.aui-restfultable-allowhover .aui-restfultable-readonly td:hover .aui-restfultable-editable .aui-iconfont-edit,.aui-restfultable-allowhover .aui-restfultable-readonly td:hover .aui-restfultable-editable .icon-edit-sml{
    visibility:visible
}
.aui-restfultable-readonly .aui-restfultable-editable em{
    color:var(--aui-restfultable-editable-em-text-color)
}
.aui-restfultable-row.aui-restfultable-active{
    background-color:var(--aui-restfultable-row-active-bg-color)
}
.aui-restfultable-allowhover tr:hover td{
    background-color:var(--aui-restfultable-row-hover-bg-color)
}
.aui-restfultable-allowhover td:hover .aui-restfultable-editable{
    background:var(--aui-restfultable-row-editable-hover-bg-color);
    cursor:pointer;
    visibility:visible
}
.aui-restfultable .error{
    clear:both;
    color:var(--aui-restfultable-error-text-color);
    display:block;
    margin:5px 0 0
}
/* module-key = 'com.atlassian.auiplugin:split_aui.splitchunk.fc7962e097', location = 'aui.splitchunk.fc7962e097.css' */
 .aui-tooltip{
    background-color:var(--aui-tooltip-bg-color);
    border-radius:3px;
    font-size:12px;
    line-height:1.66666667;
    padding:2px 6px;
    z-index:5000;
    word-wrap:break-word
}
.aui-tooltip a,.aui-tooltip a:visited{
    color:inherit;
    text-decoration:underline
}
.aui-tooltip .aui-tooltip-content{
    color:var(--aui-tooltip-content-text-color);
    margin:0
}
.aui-tooltip .aui-tooltip-title{
    color:var(--aui-tooltip-title-text-color);
    font-weight:700;
    margin:0
}

/* module-key = 'com.atlassian.confluence.plugins.confluence-frontend:aui-experimental', location = '/includes/css/aui-experimental-overrides.css' */
 .aui-header .aui-quicksearch input[type='text']{
    width:135px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    -webkit-transition:width 100ms linear;
    transition:width 100ms linear
}
@media screen and (min-width :1280px){
    .aui-header .aui-quicksearch input[type='text']{
        width:220px
    }
}
.aui-header .aui-quicksearch input[type='text']{
    line-height:normal
}
.aui-header .aui-header-logo img{
    max-height:24px;
    padding:8px 0
}
.aui-datepicker-dialog .arrow.aui-css-arrow:after{
    top:1.6px
}
.aui-header,#footer{
    clear:both;
    float:left;
    width:100%
}
/* module-key = 'com.atlassian.confluence.plugins.confluence-frontend:default-theme-styles', location = '/includes/css/default-theme.less' */
 
  .wiki-content .header,.wiki-content .footer,.wiki-content .cell{
    margin:8px 0;
    box-sizing:border-box;
    word-wrap:break-word;
    border-radius:5px
}
.wiki-content .columnLayout{
    display:table;
    table-layout:fixed;
    width:100%;
    *clear:both
}
.wiki-content .columnLayout .cell{
    vertical-align:top
}
.wiki-content .columnLayout .cell.aside{
    width:29.9%
}
.wiki-content .columnLayout .cell.sidebars{
    width:19.9%
}
.wiki-content .cell{
    display:table-cell;
    padding:0 10px
}
.wiki-content .innerCell{
    overflow-x:auto
}
.wiki-content .placeholder{
    background:var(--ds-background-input, #f5f5f5);
    border:1px dotted var(--ds-border, #ccc);
    color:var(--ds-text-accent-gray, var(--ds-background-accent-gray-subtle, #707070));
    font-style:italic;
    margin:0;
    padding:10px
}
.wiki-content .placeholder .activation-content{
    display:none
}
.wiki-content .placeholder .display-content{
    display:inherit
}
.wiki-content li>ul,.wiki-content li>ol,.wiki-content ul>ul,.wiki-content ol>ol{
    margin-top:0
}
.wiki-content ul,.wiki-content ul ul ul ul,.wiki-content ul ul ul ul ul ul ul,.wiki-content ul ul ul ul ul ul ul ul ul ul{
    list-style-type:disc
}
.wiki-content ul ul,.wiki-content ul ul ul ul ul,.wiki-content ul ul ul ul ul ul ul ul,.wiki-content ul ul ul ul ul ul ul ul ul ul ul{
    list-style-type:circle
}
.wiki-content ul ul ul,.wiki-content ul ul ul ul ul ul,.wiki-content ul ul ul ul ul ul ul ul ul,.wiki-content ul ul ul ul ul ul ul ul ul ul ul ul{
    list-style-type:square
}
.wiki-content ol,.wiki-content ol ol ol ol,.wiki-content ol ol ol ol ol ol ol,.wiki-content ol ol ol ol ol ol ol ol ol ol{
    list-style-type:decimal
}
.wiki-content ol ol,.wiki-content ol ol ol ol ol,.wiki-content ol ol ol ol ol ol ol ol,.wiki-content ol ol ol ol ol ol ol ol ol ol ol{
    list-style-type:lower-alpha
}
.wiki-content ol ol ol,.wiki-content ol ol ol ol ol ol,.wiki-content ol ol ol ol ol ol ol ol ol,.wiki-content ol ol ol ol ol ol ol ol ol ol ol ol{
    list-style-type:lower-roman
}
.wiki-content h1{
    font-size:24px;
    font-weight:normal;
    line-height:1.25;
    margin:30px 0 0 0
}
.wiki-content h2{
    font-size:20px;
    font-weight:normal;
    line-height:1.5;
    margin:30px 0 0 0
}
.wiki-content h3{
    font-size:16px;
    line-height:1.5;
    margin:30px 0 0 0
}
.wiki-content h4{
    font-size:14px;
    line-height:1.42857142857143;
    margin:20px 0 0 0
}
.wiki-content h5{
    color:var(--ds-text, #5e6c84);
    font-size:12px;
    line-height:1.66666666666667;
    margin:20px 0 0 0;
    text-transform:uppercase
}
.wiki-content h6{
    color:var(--ds-text, #5e6c84);
    font-size:12px;
    line-height:1.66666666666667;
    margin:20px 0 0 0
}
.wiki-content h1:first-child,.wiki-content h2:first-child,.wiki-content h3:first-child,.wiki-content h4:first-child,.wiki-content h5:first-child,.wiki-content h6:first-child{
    margin-top:0
}
.wiki-content h1+h2,.wiki-content h2+h3,.wiki-content h3+h4,.wiki-content h4+h5,.wiki-content h5+h6{
    margin-top:10px
}
.wiki-content h3{
    font-weight:bold
}
.wiki-content h5{
    font-size:14px
}
.wiki-content h5,.wiki-content h6{
    text-transform:none
}
.wiki-content h1+h1,.wiki-content h2+h2,.wiki-content h3+h3,.wiki-content h4+h4,.wiki-content h5+h5,.wiki-content h6+h6{
    margin-top:10px
}
.wiki-content .confluence-content-image-border{
    border:1px solid black
}
.wiki-content div.error>span.error{
    color:var(--ds-text-danger, #333);
    padding:6px 10px;
    position:relative;
    background:var(--ds-background-danger, #fffdf6);
    border:1px solid var(--ds-border-danger, #ffeaae);
    border-radius:5px
}
.wiki-content .columnLayout,.wiki-content .cell,.wiki-content .header,.wiki-content .footer{
    *display:block;
    *float:left;
    *width:100%
}
.wiki-content .innerCell{
    *border:2px dashed var(--ds-border, #ccc);
    *margin:8px 4px;
    *padding:4px 8px
}
.wiki-content .text-placeholder{
    background:var(--ds-background-accent-gray-subtler, #f5f5f5);
    color:var(--ds-text, #707070);
    font-style:italic;
    min-width:10px;
    display:inline-block
}
.wiki-content .text-placeholder.selected{
    color:var(--ds-text-selected, #333)
}
.contentLayout .innerCell>*:first-child .innerCell>*:first-child,.contentLayout2 .innerCell>*:first-child{
    margin-top:0
}
.contentLayout2 .columnLayout{
    margin-bottom:8px
}
.view .wiki-content .cell:first-child,.content-preview .wiki-content .cell:first-child{
    padding:0
}
