
/*
 * use Confluence Table-Plus macro to set user guide steps table class as "user-guide-steps-references"
 */

/* headers and sidebar formatting */

div#custom-content-header {
    font-family: "Roboto", sans-serif;
    font-size: 2em;
    color: #aaa; /* #3b73af; */
    background: #333;
    margin-bottom: 0.5em;
    padding: 0.2em;
}

h1#title-text, h1#title-text a {
    color: #3b73af;
}

/* table formatting */

.user-guide-steps-references {
    font-family: "Roboto", sans-serif;
    font-size: 1em;
    color: #444;
    width: 100%;
}
.user-guide-steps-references code {
    font-family: "Roboto", sans-serif;
    font-size: 1em;
    font-weight: bold;
    color: #3b73af; /* 223880 */
    padding: 0 0.2em;
    border: 1px solid #dcdedf;
}
.user-guide-steps-references tr:nth-child(odd) {
    background: #eff4f8;
}
.user-guide-steps-references tr:nth-child(even) {
    background: #e8edf6;
}
.user-guide-steps-references tr th,
div.panel.conf-macro.output-inline .panelHeader {
    background: #dcdedf;
    /* font-variant-caps: small-caps; */
    font-size: 1.3em;
    font-weight: normal;
    color: #222;
    line-height: 1.5em;
}
.user-guide-steps-references tr td {
    padding: 0 1em;
}
.user-guide-steps-references tr td:first-child {
    max-width: 800px;
    width: 40%;
    padding-top: 0.8em;
}
.user-guide-steps-references tr td:last-child {
    width: 60%;
}
.user-guide-steps-references tr td p {
    margin-block-start: 1em;
    margin-block-end: 1em;
}

.user-guide-steps-references tr td div.content-wrapper:last-child {
    margin-bottom: 1em;
}
.user-guide-steps-references tr td p.title {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-bottom: 0;
}

/* theme overrides */

div.panel.conf-macro.output-inline {
    background: #e6eff8;
    border: 1px solid #ccc;
}
div.panel.conf-macro.output-inline .panelHeader {
    border-bottom: 1px solid #ccc;
}
div.panel.conf-macro.output-inline .panelHeader b {
    font-weight: normal; /* override Confluence macro use of <b> tag for inserted markup */
}
div.panel.conf-macro.output-inline .panelContent br:first-child {
    display: none;
}
.wiki-content a,
.wiki-content a:link,
.wiki-content a:visited {
    font-weight: 400;
    color: #3b73af;
}
 .wiki-content a:link,
 .wiki-content a:visited {
    /* color: #009ecd; */
 }
.wiki-content a:focus,
.wiki-content a:hover,
.wiki-content a:active {
    font-weight: 800;
}

/* space branding */

.space-information-container .name {
    font-size: 1.25em;
}

h2#UsingVersion6oftheInternationalAuthoringPlatform- {
    filter: drop-shadow(0 0 4px rgba(0,0,0,0.5));
    opacity: 0.5;
    line-height: 1px;
}
@media only screen and (min-width: 1600px) {
/* overlay branding image on larger screens to save content space (but only where it won't overlap content) */
    h2#UsingVersion6oftheInternationalAuthoringPlatform- {
        position: absolute;
        right: 32%;
    }
}

.search-macro-large {
    margin-left: 0.2em;
    width: 25em;
    overflow: visible;
}

/* space home page quick start links */

h2#UsingVersion6oftheInternationalAuthoringPlatform-AuthoringQuickStart,
h2#UsingVersion6oftheInternationalAuthoringPlatform-ReviewingQuickStart {
    background: #fefeff; /* #e0ffe0; */
    max-width: 11em;
    overflow: hidden;
    margin: 0 0 0.5em 0;
}
h2#UsingVersion6oftheInternationalAuthoringPlatform-AuthoringQuickStart a,
h2#UsingVersion6oftheInternationalAuthoringPlatform-ReviewingQuickStart a {
    display: block;
    height: 1.2em;
    max-width: 11em;
    overflow: hidden;
    padding: 0.2em 0.5em 0.5em 0.5em;
    text-align: left;
    font-size: 1em;
    font-weight: 500;
}
h2#UsingVersion6oftheInternationalAuthoringPlatform-AuthoringQuickStart a:hover,
h2#UsingVersion6oftheInternationalAuthoringPlatform-ReviewingQuickStart a:hover {
    cursor: pointer;
}

/* space home page right-hand accordion info panels */

div.expand-container {
    background: #fefefe;
    border: 1px solid #e0e0e0;
}
div.expand-container div.expand-control {
    padding: 0.7em 0 0.5em 0;
    border-bottom: 1px solid #f0f0f0;
    margin: 0;
}
div.expand-container div.expand-control span.expand-control-icon {
}
div.expand-container div.expand-control span.expand-control-text {
    font-size: 1.1em;
    color: #333;
    font-weight: 600;
}
div.expand-container div.expand-content {
    margin-top: 0.5em;
}

/* space home page browse contents list */

.conf-macro.output-block > h3 a {
    font-size: 1.1em;
    color: #333;
}
.conf-macro.output-block > ul.childpages-macro > li > a {
    color: #333;
}
.conf-macro.output-block > h3 > a:hover,
.conf-macro.output-block ul.childpages-macro li a:hover {
    font-weight: bolder;
    cursor: pointer;
}
.childpages-macro li {
    list-style: square;
    color: #3b73af;
}
.childpages-macro li::before {
    font-size: 2em;
}

/* information macros */

.confluence-information-macro {
    margin-bottom: 0.5em;
}
.confluence-information-macro-information {
    border-top: 2px solid #00a9e0;
}
.confluence-information-macro-tip {
    border-top: 2px solid #37ba9a;
}
.confluence-information-macro-note {
    border-top: 2px solid #f4bd30;
}
.confluence-information-macro-warning {
    border-top: 2px solid #de4350;
}
/*
.confluence-information-macro .confluence-information-macro-icon {
    width: 20px;
    height: 20px;
*/
.confluence-information-macro .confluence-information-macro-icon.aui-iconfont-info {
    color: #00a9e0;
}
.confluence-information-macro .confluence-information-macro-icon.aui-iconfont-tip {
    color: #37ba9a;
}
.confluence-information-macro .confluence-information-macro-icon.aui-iconfont-warning {
    color: #f4bd30;
}
.confluence-information-macro.confluence-information-macro-icon.aui-iconfont-error {
   color: #de4350;
}

/* information macro expand container for youtube videos */

div.confluence-information-macro div.expand-container div.expand-control span.expand-control-text {
    font-size: 1em;
    color: #333;
    font-weight: 600;
}


/* OLDER GENERIC STYLES FROM HERE (selective space styles from IT space) */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
    -webkit-font-smoothing: antialiased;
}

ul {
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 20px;
}

body {
    margin: 0;
    color: #3f444c;
    font-family: "source-sans-pro", sans-serif;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

/*navigation */
.ia-fixed-sidebar div.plugin_pagetree ul.plugin_pagetree_children_list .plugin_pagetree_children_span a {
    white-space: normal;
    padding-right: 5px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

.confluenceTh,
.confluenceTd {
    border: 1px solid #e6e7e8;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: 600;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

#toolbar #format-dropdown .format-h1 a,
#toolbar #format-dropdown .format-h2 a,
#toolbar #format-dropdown .format-h3 a,
#toolbar #format-dropdown .format-h4 a,
.form-element-large,
.form-element-small,
.formtitle,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.pagetitle,
.steptitle,
.substeptitle,
.wiki-content h1,
.wiki-content h2,
.wiki-content h3,
.wiki-content h4,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: museo, Tahoma, Arial, sans-serif;
    font-weight: 300;
    line-height: 1.42;
    color: #000;
}

/*main confluence container colors */

.aui-page-panel {
    background: #f7f8fa;
    border: 1px solid #dddddd;
}

/* Panel restyle */

.panel {
    border-color: #ddd;
    background-color: #fff;
    border-radius: 1px;
}

.panel h2 {
    margin-top: 0px;
    font-family: "source-sans-pro", sans-serif;
    font-size: 1.2em;
    font-weight: 600;
}

/*Confluence Macro Restyle */

.confluence-information-macro-tip,
.confluence-information-macro-note,
.confluence-information-macro {
    background-color: #fff;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    border-radius: 0px;
}

/*Confluence Macro Tip Restyle */

.confluence-information-macro-tip h2,
.confluence-information-macro-note h2,
.confluence-information-macro h2 {
    font-family: "source-sans-pro", sans-serif;
    font-weight: 600;
    color: #4d4d4d;
    font-size: 15px;
    margin-top: 0px;
}

.confluence-information-macro-body {
    padding-top: 5px;
}

.confluence-information-macro-body .wiki-content h2 {
    margin-top: 0px;
    font-size: 15px;
    font-weight: 600;
}

#title-text, #title-text a {
    font-size: 25px;
    font-family: "source-sans-pro", sans-serif;
    font-style: normal;
    font-weight: 600;
}

/*header styles */

#header .aui-header {
    background-color: #3e4348;
    color: #fff;
}

#header .aui-header {
    background-color: #3e4348;
    color: #ffffff;
}

.aui-header {
    background: #3e4348;
    border-bottom: 1px solid #3e4348;
    box-sizing: border-box;
    color: #fff;
    padding: 0 10px;
}

.aui-header,
#footer {
    clear: both;
    float: left;
    width: 100%;
}

.aui-header .aui-dropdown2-trigger,
#header .aui-header .aui-nav-link,
#header .aui-header .aui-nav-imagelink,
#header .aui-header a {
    color: #f4f4f4;
    font-weight: 400;
    background-color: none;
}

#header .aui-header .aui-nav .aui-button-primary {
    background-color: #31353a;
    color: #f4f4f4;
}

/*upper header buttons*/

#header .aui-header .aui-nav .aui-button-primary:hover,
#header .aui-header .aui-nav .aui-button-primary:focus {
    background-color: #25282b;
    color: #f4f4f4;
}

/*Action buttons top header */

.aui-header .aui-dropdown2-trigger:hover,
.aui-header .aui-dropdown2-trigger.active,
#header .aui-header .aui-nav-link.active,
#header .aui-header .aui-nav-imagelink.active,
#header .aui-header .aui-nav-imagelink:focus,
#header .aui-header .aui-nav-imagelink:hover,
#header .aui-header a:focus,
#header .aui-header a:hover,
#header .aui-header a:active {
    background-color: #25282b;
    border-color: #25282b;
    color: #f4f4f4;
}

.conf-macro.output-block table.navMapContainer {
    background-color: transparent;
    margin: 0px;
    padding: 0px;
    border: none;
}

.conf-macro.output-block table.navMapContainer tbody tr td center a {
    width: 100% !important;
    height: auto !important;
    display: block;
    margin-left: 0px;
    margin-right: 0px;
    padding: 10px 10px;
    background-color: #f2f3f5;
    margin-bottom: 1px;
    border-left: 2px solid #e6e7e8;
    border-radius: 1px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #4d4d4d;
    font-weight: 400;
    text-align: left;
}

.blog-post-list li.blog-item .blog-title {
    width: 100%;
    margin-bottom: 5px;
}

.blog-post-list.conf-macro.output-block .sub-heading {
    display: none;
}

.blog-post-list.conf-macro.output-block .blog-item .icon {
    display: none;
}

.blog-post-list.conf-macro.output-block .blog-item .blog-title a {
    width: 100%;
    float: left;
    color: #009ecd;
}

.blog-post-list.conf-macro.output-block .blog-item blog-title:empty {
    display: none;
}

.blog-post-list .blog-item-creator {
    color: #4f5259;
    font-size: 12px;
    margin-left: 0px;
    float: left;
}

.blog-post-list .blog-item-date {
    color: #4f5259;
    font-size: 12px;
    margin-left: 0px;
    float: right;
}

.wiki-content a, .wiki-content a:link {
    color: #3b73af;
}

.confluence-information-macro-body a {
    color: #3b73af;
}

/* Macro Typography */
/*
.conf-macro.output-block h1,
.conf-macro.output-block h2,
.conf-macro.output-block h3,
.conf-macro.output-block h4 {
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
    font-family: "source-sans-pro", sans-serif;
}
*/

/*left sidebar colors */

.ia-splitter-handle-highlight {
    border-left: none;
}

.plugin_pagetree_childtoggle_container > .no-children.icon {
    display: none;
}

.ia-secondary-container {
    margin: 0px;
    padding: 7px 10px;
    background-color: #e6e7e8;
}

.acs-side-bar {
    background-color: #dfe0e2;
}

.acs-side-bar a {
    color: rgba(63, 68, 76, 0.7);
}

h5.ia-secondary-header-title.page-tree {
    display: none;
}



