/*
html5 doctor css reset adopted for scoping by K15t | http://html5doctor.com/html-5-reset-stylesheet
*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{background:transparent;border:0;/*font-size:16px;font-weight:400;line-height:1.5;*/margin:0;outline:0;padding:0;vertical-align:baseline;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
nav ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:none;}
a{background:transparent;margin:0;outline:0;padding:0;text-decoration:none;vertical-align:baseline;}
ins{background-color:#ff9;color:#000;text-decoration:none;}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:700;}
del{text-decoration:line-through;}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help;}
table{border-collapse:collapse;border-spacing:0;}
hr{border:0;display:block;height:1px;margin:1em 0;padding:0;background-color: #bdbbbb;}
input,select{vertical-align:middle;}
a:hover{text-decoration:underline;}
a:active {text-decoration: none;}
img{border:1px;outline:0;border-color: #bdbbbb !important;}

body {
    vertical-align: baseline;
    background: white;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    min-height: 100%;
    -webkit-font-smoothing: antialiased;
    position: static;
    overflow-x: auto;
    overflow-y: auto;
    -webkit-backface-visibility: hidden;
}

body {
    color: #3f3e3c;
}

a, a:link, a:visited, a:active,
.wiki-content a, .wiki-content a:link, .wiki-content a:visited, .wiki-content a:focus {
    color: #00a9ac;
}

a:hover, .wiki-content a:hover, .wiki-content a:active {
    color: #008283;
}

a, span, li, nav, ul {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input {
    font-family: 'Source Sans Pro', sans-serif;
}

b, strong {
    font-weight: bold;
}

sup {
    vertical-align: super;
}

::-moz-selection {
    /* Code for Firefox */
    color: white;
    background: #205081;
}

::selection {
    color: white;
    background: #205081;
}

/* Hides any license messages from the live content */
.sp-license-info {
    display: none;
}

/*
=======================================
=          LISTS                      =
=======================================
*/
.wiki-content ul, .wiki-content ol {
    margin-bottom: 16px;
    padding-left: 40px;
}
.wiki-content ul ul {
    margin-bottom: 0px;
}
.wiki-content .sp-panel .plugin_pagetree_children_list .ul {
    margin-bottom: 0;
}
.wiki-content .sp-panel ul:last-of-type {
    margin-bottom: 0;
}
.wiki-content ul, .sp-panel ul, .search-reference ul {
    list-style-type: none;
}
/* Custom list symbol for unordered list elements */
.wiki-content ul:not(.plugin_pagetree_children_list) > li:before,
.wiki-content ul ul:not(.plugin_pagetree_children_list) > li:before,
.wiki-content ul ul ul:not(.plugin_pagetree_children_list) > li:before,
.wiki-content ul ul ul ul:not(.plugin_pagetree_children_list) > li:before,
.search-reference ul > li:before {
    font-size: 0;
    display: block;
    height: 4px;
    width: 4px;
    background: #a3a2a2;
    min-width: 0;
    border-radius: 4px;
    content: " ";
    position: relative;
    left: -12px;
    top: 9px;
    float: left;
    margin-right: -4px;
}
#ht-wrap-container .ht-content #main-content li p:last-of-type {
    margin-bottom: 0;
}
/*
=======================================
=          LOADER                     =
=======================================
*/
#ht-loader {
    position: fixed;
    z-index: 99999;
    background-color: white;
    width: 100%;
    height: 3000px;
    overflow: hidden;
    top: -100px;
}

/*
=======================================
=          HEADER                     =
=======================================
*/
#ht-headerbar {
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    left: 0;
    min-height: 48px;
    height: auto;
    max-width: 100%;
    background-color: #262524;
    min-width: 343px;

    -moz-transform: translate(0px, auto);
    -o-transform: translate(0px, auto);
    -ms-transform: translate(0px, auto);
    -webkit-transform: translate(0px, auto);
    transform: translate(0px, auto);

    -webkit-transition: -webkit-transform 0.3s ease-in;
    -moz-transition: -moz-transform 0.3s ease-in;
    -o-transition: -o-transform 0.3s ease-in;
    transition: transform 0.3s ease-in;
}
@media screen and (max-width: 499px) {
    #ht-headerbar:not(.no-double) {
        min-height: 96px;
        height: auto;
    }
}

#ht-headerbar .ht-headerbar-center {
    float: left;
}

#ht-headerbar .ht-headerbar-left {
    display: block;
    float: left;
    height: 48px;
}
/* Burger/Close icon */
#ht-headerbar .ht-headerbar-left #ht-menu-toggle {
    position: relative;
    float: left;
    display: block;
    width: 48px;
    height: 48px;
    background-image: url('../img/burger.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 24px 24px;
    margin: 0;
}
.show-sidebar #ht-headerbar .ht-headerbar-left #ht-menu-toggle {
    background-image: url('../img/close.png');
}
a#ht-menu-toggle:hover {
    background-color: #3f3e3c;
}
#ht-headerbar .ht-headerbar-left .kentico-logo {
    float: left;
    width: 106px;
    height: 48px;
    background-image: url('../img/logo.png');
}
@media screen and (max-width: 465px) {
    #ht-headerbar .ht-headerbar-left .kentico-logo {
        width: 48px;
        background-image: url('../img/logo_flower.png');
    }
}
@media screen and (max-width: 407px) {
    #ht-headerbar .ht-headerbar-left .kentico-logo {
        display: none;
    }
}
#ht-headerbar .ht-headerbar-right {
    min-width: 40px;
    padding: 8px 8px 0 0;
    text-align: right;
    height: 40px;
    float: right;
}
@media screen and (max-width: 499px) {
    #ht-headerbar .ht-headerbar-right {
        z-index: -1;
        top: 48px;
        width: 100%;
    }

    #ht-headerbar .ht-headerbar-right.big-search {
        display: none;
    }
}
/* Viewport edit button (Confluence logo) */
#sp-viewport-control-opener #confluenceLogo {
    margin: 5px 10px;
}

#ht-headerbar .ht-headerbar-right a.ht-header-icon,
#ht-headerbar .ht-headerbar-right #ht-search {
    float: right;
    display: block;
}
@media screen and (max-width: 640px) {
    #ht-headerbar .ht-headerbar-right a.ht-header-icon.no-mobile,
    #ht-headerbar .ht-headerbar-right #ht-search.no-mobile {
        display: none;
    }
}
#ht-headerbar .ht-headerbar-right .ht-header-icon {
    display: inline-block;
    width: 36px;
    height: 36px;
    overflow: hidden;
}
@media screen and (max-width: 800px) {
    #ht-headerbar .ht-headerbar-right .ht-header-icon {
        margin-top: -2px;
        width: 22px;
    }
}
#ht-headerbar .ht-headerbar-right .ht-header-icon img,
#ht-headerbar .ht-headerbar-right .ht-header-icon svg {
    width: 36px;
    height: 36px;
}
#ht-headerbar .ht-headerbar-right .ht-header-icon svg path {
    fill: #205081;
}
#ht-headerbar .ht-headerbar-right .ht-header-icon:hover svg path,
#ht-headerbar .ht-headerbar-right .ht-header-icon.active svg path {
    fill: #205081;
}
@media screen and (max-width: 640px) {
    #ht-headerbar .ht-headerbar-right .ht-header-icon.no-mobile {
        display: none;
    }
    #ht-headerbar .ht-headerbar-right .ht-header-icon img,
    #ht-headerbar .ht-headerbar-right .ht-header-icon svg {
        width: 38px;
        height: 38px;
    }
}
#ht-headerbar a {
    text-decoration: none;
}
/*#ht-headerbar*/ .ht-dropdown {
                      margin-top: -3px;
                      position: relative;
                      z-index: -2;
                      overflow: auto;
                      -webkit-overflow-scrolling: touch;
                      max-height: 0;
                      opacity: 0;
                      border-top: 0;

                      -webkit-transition: max-height 0.25s ease-in-out;
                      -moz-transition: max-height 0.25s ease-in-out;
                      -o-transition: max-height 0.25s ease-in-out;
                      transition: max-height 0.25s ease-in-out;

                      -webkit-border-top-left-radius: 0;
                      -webkit-border-top-right-radius: 0;
                      -webkit-border-bottom-right-radius: 4px;
                      -webkit-border-bottom-left-radius: 4px;
                      -moz-border-radius-topleft: 0;
                      -moz-border-radius-topright: 0;
                      -moz-border-radius-bottomright: 4px;
                      -moz-border-radius-bottomleft: 4px;
                      border-top-left-radius: 0;
                      border-top-right-radius: 0;
                      border-bottom-right-radius: 4px;
                      border-bottom-left-radius: 4px;

                      background-color: white;
                      border: 1px solid #bdbbbb;
                  }
@media screen and (min-width: 0) and (max-width: 640px) and (orientation: landscape) {
    /*#ht-headerbar*/ .ht-dropdown {
    display: none;
}
}
/*#ht-headerbar*/ .ht-dropdown.open {
                      max-height: 300px;
                      z-index: 2;
                      opacity: 1;
                  }
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    /*#ht-headerbar*/ .ht-dropdown.open {
    max-height: 252px;
}
}
/*#ht-headerbar*/ .ht-dropdown ul {
                      padding-top: 2px;
                  }
/*#ht-headerbar*/ .ht-dropdown li {
                      list-style: none;
                  }
/*#ht-headerbar*/ .ht-dropdown li.search-key {
                      padding: 1px 0;
                  }
.ht-dropdown li.search-key:nth-child(n+2) {
    border-top: 1px solid #cccccc;
}
/*#ht-headerbar*/ .ht-dropdown li a {
                      display: block;
                      padding: 8px 10px;
                      -moz-transition: none;
                      -webkit-transition: none;
                      -o-transition: none;
                      transition: none;
                      background-color: white;
                  }
/*#ht-headerbar*/ .ht-dropdown li a:hover {
                      text-decoration: none;
                      color: white;
                      background-color: #205081;
                  }
/*#ht-headerbar*/ .ht-dropdown ul {
                      padding-top: 0;
                  }
#ht-headerbar #ht-search {
    display: inline-block;
    position: static;
    right: auto;
    opacity: 1;
    -webkit-transition: width 0.25s ease-in-out;
    -moz-transition: width 0.25s ease-in-out;
    -o-transition: width 0.25s ease-in-out;
    transition: width 0.25s ease-in-out;
}
@media screen and (max-width: 640px) {
    /*#ht-headerbar*/ #ht-search .ht-dropdown {
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25);
}
}
#ht-headerbar #ht-search .ht-header-icon {
    margin: 0;
}
@media screen and (max-width: 640px) {
    #ht-headerbar #ht-search .ht-header-icon {
        margin-right: 0;
    }
}
#ht-headerbar #ht-search #ht-search-button {
    margin: 0;
}
@media screen and (max-width: 1024px) {
    #ht-headerbar #ht-search #ht-search-button {
        pointer-events: auto;
    }
}
/*#ht-headerbar*/ #ht-search .ht-search-input {
                      pointer-events: auto;
                      position: relative;
                      border: 1px solid rgba(255, 255, 255, 0);
                      -webkit-border-radius: 4px;
                      -moz-border-radius: 4px;
                      border-radius: 4px;
                      -webkit-transition: border-color 0.25s ease-in-out, width 0.25s ease-in-out, opacity 0.25s ease-in-out;
                      -moz-transition: border-color 0.25s ease-in-out, width 0.25s ease-in-out, opacity 0.25s ease-in-out;
                      -o-transition: border-color 0.25s ease-in-out, width 0.25s ease-in-out, opacity 0.25s ease-in-out;
                      transition: border-color 0.25s ease-in-out, width 0.25s ease-in-out, opacity 0.25s ease-in-out;
                  }
/*#ht-headerbar*/ #ht-search .ht-search-input:hover {
                      border: 1px solid #00a9ac;
                  }
/*#ht-headerbar*/ #ht-search .ht-search-input a.ht-search-clear {
                      display: none;
                      opacity: 0;
                      width: 24px;
                      height: 36px;
                      -webkit-transition: opacity 0.25s ease-in-out, color 0.25s ease-in-out;
                      -webkit-transition-delay: 0.25s, 0s;
                      -moz-transition: opacity 0.25s ease-in-out 0.25s, color 0.25s ease-in-out 0s;
                      -o-transition: opacity 0.25s ease-in-out 0.25s, color 0.25s ease-in-out 0s;
                      transition: opacity 0.25s ease-in-out 0.25s, color 0.25s ease-in-out 0s;
                  }
/*#ht-headerbar*/ #ht-search .ht-search-input a.ht-search-clear.show {
                      display: block;
                      opacity: 1;
                  }
#ht-headerbar #ht-search .ht-search-input a.ht-search-clear,
#ht-headerbar #ht-search .ht-search-input a#ht-search-button,
#ht-headerbar #ht-search .ht-search-input form {
    height: 32px;
}
@media screen and (max-width: 1024px) {
    #ht-headerbar #ht-search .ht-search-input {
        top: 0;
        margin-top: 0;
        right: auto;
    }
}
@media screen and (max-width: 640px) {
    #ht-headerbar #ht-search .ht-search-input {
        right: auto;
        left: auto;
        pointer-events: auto;
        -webkit-transition: opacity 0.25s ease-in-out;
        -moz-transition: opacity 0.25s ease-in-out;
        -o-transition: opacity 0.25s ease-in-out;
        transition: opacity 0.25s ease-in-out;
    }
}
@media screen and (max-width: 499px) {
    #ht-headerbar #ht-search .ht-search-input {
        margin-left: 17px;
    }
}

#ht-headerbar #ht-search .ht-search-input .search-input {
    height: 32px;
    width: 300px;
    padding: 0 30px 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: transparent;
    font-size: 16px;
    outline: 0;
    background-repeat: no-repeat;
    border: 0;
    display: none; overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
}

input[placeholder] {
    text-overflow: ellipsis !important;
}

input:-moz-placeholder {
    text-overflow: ellipsis !important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    text-overflow:ellipsis;
}

#ht-headerbar #ht-search .ht-search-input .search-input.show {
    display: block;
}
#ht-headerbar #ht-search .ht-search-input .search-input.animate {
    -webkit-transition: -webkit-transform 0.3s ease-in;
    -moz-transition: -moz-transform 0.3s ease-in;
    -o-transition: -o-transform 0.3s ease-in;
    transition: transform 0.3s ease-in;
}
@media screen and (max-width: 640px) {
    #ht-headerbar #ht-search .ht-search-input .search-input {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
}
@media screen and (max-width: 499px) {
    #ht-headerbar #ht-search .ht-search-input .search-input {
        width: 100%;
        display: block;
    }
}
#ht-headerbar #ht-search .ht-search-input #searchIcon {
    position: absolute;
    right: 4px;
    top: 5px;
}
#ht-headerbar #ht-search .ht-dropdown {
    position: absolute;
    left: -1px;
    top: 34px;
    right: -1px;
}
#ht-headerbar #ht-search.open {
    pointer-events: auto;
    opacity: 1;
}
@media screen and (max-width: 800px) {
    #ht-headerbar #ht-search.open {
        margin-left: 32px;
    }
}
@media screen and (max-width: 640px) {
    #ht-headerbar #ht-search.open {
        pointer-events: auto;
        width: auto;
    }
}
@media screen and (max-width: 499px) {
    #ht-headerbar #ht-search.open {
        width: 90%;
        margin-left: 0;
    }
}
#ht-headerbar #ht-search.open a.ht-search-clear {
    display: block;
}
#ht-headerbar #ht-search .ht-search-input a.ht-search-clear:hover {
    color: #bfbfbf;
}
#ht-headerbar #ht-search.open .ht-search-input {
    border: 1px solid #cccccc;
    background-color: #f7f7f7;
    color: #bdbbbb;
}
#ht-search.open .ht-search-input {
    background-color: white;
}
#ht-headerbar #ht-search.open #ht-search-button {
    pointer-events: none;
    cursor: default;
}
#ht-headerbar #ht-search.open #ht-search-button path {
    fill: #cccccc;
}

#ht-headerbar .ht-search-dropdown li a {
    text-align: left;
    padding: 8px 15px;
    color: #262524;
}
#ht-headerbar .ht-search-dropdown li a:hover {
    color: #ffffff;
    background: #00a9ac;
}
#ht-headerbar .ht-search-dropdown li a.hover {
    color: #ffffff;
    background: #00a9ac;
}

#ht-headerbar a.ht-search-clear {
    display: none;
}

input.search-input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #bdbbbb;
}
input.search-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #bdbbbb;
    opacity: 1;
}
input.search-input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #bdbbbb;
    opacity: 1;
}
input.search-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #bdbbbb;
}

/*
=======================================
=          HEADER SPACE SWITCHER      =
=======================================
*/
#ht-headerbar .ht-headerbar-left .menu-ddl {
    float: left;
}

#ht-headerbar .ht-headerbar-left .menu-ddl .header-ddl-button {
    margin: 0;
    padding-left: 18px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    height: 48px;
    border: none;
    border-right-width: 1px;
    border-right-style: solid;
    cursor: pointer;
    text-align: left;
    background-image: url('../img/ddl_base.png');
    background-repeat: no-repeat;
    background-position: center right;
    background-origin: content-box;
    outline: none;
    background-color: #262524;
    color: #ffffff;
    border-right-color: #3f3e3c;
}
#ht-headerbar .ht-headerbar-left .menu-ddl .header-ddl-button.docType {
    min-width: 163px;
}
#ht-headerbar .ht-headerbar-left .menu-ddl .header-ddl-button.docVersion {
    min-width: 132px;
}
#ht-headerbar .ht-headerbar-left .menu-ddl .header-ddl-button.opened,
#ht-headerbar .ht-headerbar-left .menu-ddl .header-ddl-button:hover,
#ht-headerbar .ht-headerbar-left .menu-ddl .header-ddl-button:focus {
    background-color: #3f3e3c;
    background-image: url('../img/ddl_hover.png');
}

#ht-headerbar .ht-headerbar-left .menu-ddl .menu-ddl-content {
    background-color: #3f3e3c;
    display: none;
    position: absolute;
}
#ht-headerbar .ht-headerbar-left .menu-ddl .menu-ddl-content:hover {
    background-color: #4f4d4b
}
#ht-headerbar .ht-headerbar-left .menu-ddl .menu-ddl-content.docType {
    min-width: 163px;
}
#ht-headerbar .ht-headerbar-left .menu-ddl .menu-ddl-content.docVersion {
    min-width: 132px;
}
#ht-headerbar .ht-headerbar-left .menu-ddl .menu-ddl-content.show {
    display: block;
}
#ht-headerbar .ht-headerbar-left .menu-ddl .menu-ddl-content a {
    color: #ffffff;
    background-color: #3f3e3c;
    padding: 13px 0 13px 18px;
    text-decoration: none;
    display: block;
    text-align: left;
}
#ht-headerbar .ht-headerbar-left .menu-ddl .menu-ddl-content a:hover {
    background-color: #4f4d4b;
}
#ht-headerbar .ht-headerbar-left .menu-ddl a.current {
    color: #696663;
}


/*
===========================================
=          HEADER DEVMODEL SWITCHER
===========================================
*/

#ht-headerbar .ht-headerbar-center .dev-model-text {
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
    float: left;
    margin: 0;
    padding-left: 12px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 13px;
    height: 48px;
    line-height: 18px;
    border: none;
    text-align: left;
    outline: none;
    cursor: default;
    background-color: #262524;
    color: #ffffff;
}

@media screen and (max-width: 600px) {
    #ht-headerbar .ht-headerbar-center .dev-model-text p {
        display: none;
    }
}

#ht-headerbar .ht-headerbar-center #dev-model-links {
    display: block;
    float: left;
    margin: 0;
    padding-left: 12px;
    height: 48px;
    line-height: 48px;
    border: none;
    background-color: #262524;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
#ht-headerbar .ht-headerbar-center #dev-model-links.disabled {
    opacity: 0.4;
}

#ht-headerbar .ht-headerbar-center #dev-model-links .dev-model-link {
    display: block;
    float: left;
    margin: 8px 0px 8px 0;
    font-family: 'Source Sans Pro', sans-serif;
    color: #ffffff;
    padding-left: 12px;
    padding-right: 12px;
    height: 32px;
    line-height: 32px;
    border: solid 1px #cccccc;
    cursor: pointer;
}
#ht-headerbar .ht-headerbar-center #dev-model-links #pe-model-link {
    margin-right: 1px; /* Hack that fixes a disappearing right border on hover in Edge (probably a temp bug) */
}
#ht-headerbar .ht-headerbar-center #dev-model-links .dev-model-link:hover {
    background-color: #4f4d4b;
}
#ht-headerbar .ht-headerbar-center #dev-model-links.disabled .dev-model-link {
    background-color: #262524;
    cursor: default;
}
#ht-headerbar .ht-headerbar-center #dev-model-links .dev-model-link.active {
    color: #272524;
    background-color: #ffffff;
    border-color: #ffffff;
    cursor: default;
}


/*
=======================================
=          SIDEBAR (TREE)             =
=======================================
*/
#ht-sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 10;
    width: 360px;
    overflow: hidden;
    margin-top: 48px;

    -moz-transform: translate(-360px, 0px);
    -o-transform: translate(-360px, 0px);
    -ms-transform: translate(-360px, 0px);
    -webkit-transform: translate(-360px, 0px);
    transform: translate(-360px, 0px);

    -webkit-box-shadow: 3px 3px 3px 0 rgba(187, 187, 187, .3);
    -moz-box-shadow: 3px 3px 3px 0 rgba(187, 187, 187, .3);
    box-shadow: 3px 3px 3px 0 rgba(187, 187, 187, .3);

    background-color: #f7f7f7;
}
#ht-sidebar.animate {
    -webkit-transition: -webkit-transform 0.3s ease-in;
    -moz-transition: -moz-transform 0.3s ease-in;
    -o-transition: -o-transform 0.3s ease-in;
    transition: transform 0.3s ease-in;
}
@media screen and (max-width: 499px) {
    #ht-sidebar {
        z-index: 100;
    }
}
@media screen and (max-width: 360px) {
    #ht-sidebar {
        width: 100%;
    }
}
#ht-sidebar .ht-sidebar-content {
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 24px;
}
#ht-sidebar .ht-sidebar-content .ht-sidebar-content-scroll-container {
    padding: 0 15px 0 30px;
}
#ht-sidebar .ht-sidebar-header {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 30px;
}
#ht-sidebar h1.ht-logo {
    width: 100%;
    margin: 30px 0 10px;
}
#ht-sidebar h1.ht-logo .ht-logo-label {
    display: none;
}
#ht-sidebar h1.ht-logo img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: auto;
    max-width: 120px;
    max-height: 100px;
}
#ht-sidebar .ht-pages-nav {
    width: 100%;
}
#ht-sidebar .ht-pages-nav ul {
    padding-left: 14px;
}
#ht-sidebar .ht-pages-nav ul.ht-pages-nav-sub {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.25s ease-in-out;
    -moz-transition: max-height 0.25s ease-in-out;
    -o-transition: max-height 0.25s ease-in-out;
    transition: max-height 0.25s ease-in-out;
}
#ht-sidebar .ht-pages-nav ul .ht-pages-nav-toggle svg {
    display: none;
}
#ht-sidebar .ht-pages-nav ul .ht-pages-nav-toggle:before {
    line-height: 22px;
    content: "\f11c";
}
#ht-sidebar .ht-pages-nav ul .open > ul {
    max-height: 9000px;
}
#ht-sidebar .ht-pages-nav ul .open > .ht-pages-nav-toggle:before {
    line-height: 18px;
    content: "\f15b";
}
#ht-sidebar .ht-pages-nav ul li {
    line-height: 1.250rem;
    position: relative;
    width: 100%;
}
#ht-sidebar .ht-pages-nav ul li .sp-aui-icon-small {
    position: absolute;
    cursor: pointer;
    left: -14px;
    top: 3px;
    height: 22px;
    line-height: 24px;
    color: #707070;
}
#ht-sidebar .ht-pages-nav ul li .sp-aui-icon-small:hover {
    text-decoration: none;
    color: #205081;
}
#ht-sidebar .ht-pages-nav ul a {
    display: block;
    padding: 5px 32px 8px 4px;
    width: 100%;
    overflow: hidden;
}
#ht-sidebar .ht-pages-nav ul a.current {
    font-weight: bold;
}
#ht-sidebar .ht-pages-nav ul a.current:hover {
    text-decoration: none;
}
#ht-sidebar .ht-pages-nav {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#ht-sidebar .ht-pages-nav .ht-pages-nav-top {
    padding: 0;
}
.show-sidebar #ht-sidebar {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;

    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}
.show-sidebar #ht-sidebar.animate {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
/*
=======================================
=          WRAP-CONTAINER             =
=======================================
*/

#ht-wrap-container {
    position: absolute;
    left: 400px;
    right: 0;
    min-height: 100%;
    max-width: 1180px;
    /* Prevents content from sticking to the right edge */
    margin-right: 20px;
    min-width: 343px;
}
@media screen and (max-width: 1024px) {
    #ht-wrap-container {
        z-index: 1;
        left: 0;
        margin-right: 0;
    }
}
#ht-wrap-container .ht-content {
    padding-top: 72px;
    max-width: none;
}
#ht-wrap-container .ht-content img {
    max-width: 100%;
}
@media screen and (max-width: 1360px) {
    #ht-wrap-container .ht-content {
        padding-top: 120px;
    }
}
@media screen and (max-width: 1024px) {
    #ht-wrap-container .ht-content {
        padding: 120px 20px 20px 20px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 910px) {
    #ht-wrap-container .ht-content {
        padding-top: 160px;
    }
}
#ht-wrap-container .ht-content .ht-content-header {
    margin-bottom: 32px;
}
@media screen and (max-width: 640px) {
    #ht-wrap-container .ht-content .ht-content-header {
        margin-bottom: 18px;
    }
}

#ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb {
    margin-top: 5px;
}
#ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb li {
    list-style: none;
    display: inline;
}
#ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb li:after {
    content: "/";
    margin-left: 3px;
}
#ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb li:last-child:after {
    content: "";
}
#ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb .shortcut {
    display: none !important;
}
#ht-wrap-container .ht-content .ht-content-header .page-metadata,
#ht-wrap-container .ht-content .ht-content-header .page-metadata ul li a:link,
#ht-wrap-container .ht-content .ht-content-header .page-metadata ul li a:focus,
#ht-wrap-container .ht-content .ht-content-header .page-metadata ul li a:hover,
#ht-wrap-container .ht-content .ht-content-header .page-metadata ul li a:visited {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
}
#ht-wrap-container .ht-content .ht-content-header #ht-spacetitle {
    margin-bottom: 4px;
}
#ht-wrap-container .ht-content .ht-content-header #ht-spacetitle li:after {
    content: "/";
    margin-left: 3px;
}
#ht-wrap-container .ht-content .ht-content-header #ht-spacetitle li:last-child:after {
    content: "";
}
#ht-wrap-container .ht-content .ht-content-header h1, .ht-content h1 {
    font-size: 51px;
    line-height: 1.1;
    margin-top: 21px;
    margin-bottom: 12px;
    font-weight: bold;
    word-wrap: break-word;
}

#ht-wrap-container .ht-content h2 {
    font-size: 28px;
    line-height: 1.3;
    margin-top: 28px;
    margin-bottom: 12px;
    font-weight: bold;
}
#ht-wrap-container .ht-content h3 {
    font-size: 21px;
    line-height: 1.4;
    margin-top: 28px;
    margin-bottom: 12px;
    font-weight: bold;
}
#ht-wrap-container .ht-content h4 {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 16px;
    font-weight: bold;
}

input, table,
#ht-wrap-container .ht-content .ht-content-header h1, .ht-content h1,
#ht-wrap-container .ht-content h2,
#ht-wrap-container .ht-content h3,
#ht-wrap-container .ht-content h4 {
    color: #262524;
}

#ht-wrap-container .ht-content #main-content {
    word-wrap: break-word;
}
#ht-wrap-container .ht-content #main-content p {
    margin: 0 0 16px 0;
    font-weight: normal;
}
#ht-wrap-container #ht-post-nav {
    font-size: 0.875em;
    padding: 0 40px 72px 30px;
    max-width: none;
}
#ht-wrap-container #ht-post-nav svg {
    width: 14px;
    height: 14px;
    float: left;
}
#ht-wrap-container #ht-post-nav svg path {
    fill: #205081;
}
#ht-wrap-container #ht-post-nav span {
    float: left;
    padding-bottom: 5px;
}
#ht-wrap-container #ht-post-nav .ht-post-nav-next {
    float: right;
    text-align: right;
}
#ht-wrap-container #ht-post-nav .ht-post-nav-next span {
    float: right;
}
#ht-wrap-container #ht-post-nav .ht-post-nav-next svg {
    float: right;
}
#ht-wrap-container #ht-post-nav a {
    display: inline-block;
    width: 33%;
}
#ht-wrap-container #ht-post-nav a span {
    width: 90%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}
#ht-wrap-container #ht-post-nav a:hover span {
    text-decoration: underline;
}
@media screen and (max-width: 640px) {
    #ht-wrap-container #ht-post-nav {
        font-size: 24px;
        padding: 0 16px 72px 16px;
        margin-bottom: 48px;
    }
    #ht-wrap-container #ht-post-nav .ht-post-nav-prev {
        padding: 10px 0 10px 0;
    }
    #ht-wrap-container #ht-post-nav .ht-post-nav-next {
        padding: 10px 0 10px 0;
    }
    #ht-wrap-container #ht-post-nav a span {
        width: 65%;
        display: none;
    }
}

/*
=======================================
=          FEEDBACK BUTTON            =
=======================================
*/
#ht-wrap-container #feedback-link-container {
    margin-top: 20px;
    margin-bottom: 128px;
    min-height: 40px;
}
#ht-wrap-container #feedback-link-container #feedback-link {
    border: solid 2px #4f4d4b;
    line-height: 38px;
    cursor: pointer;
    text-decoration: none;
    background: #ffffff;
    color: #262626;
    display: inline-block;
    font-size: 16px;
    padding: 0 20px;
    border-radius: 4px;
}
#ht-wrap-container #feedback-link-container #feedback-link:hover {
    background: #4f4d4b;
    color: #ffffff;
}

/*
=======================================
=          BACK-TO-TOP BUTTON         =
=======================================
*/
#ht-wrap-container #feedback-link-container #back-to-top {
    float: right;
    width:50px;
    height:48px;
    background-image: url(../img/totop_base.png);
    background-color: #f7f7f7;
    margin-top: 26px;
}

#ht-wrap-container #feedback-link-container #back-to-top:hover {
    background-image: url(../img/totop_hover.png);
    background-color: #00a9ac;
}

/*
=======================================
=          FOOTER                     =
=======================================
*/
#ht-wrap-container #ht-footer {
    max-width: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2em;
    padding: 2em 0 1em 0;
    background-color: #f7f7f7;
}


#ht-wrap-container #ht-footer ul {
    list-style: none;
}
#ht-wrap-container #ht-footer ul li {
    float: left;
}
#ht-wrap-container #ht-footer #footer-poweredby {
    float: right;
}
#ht-wrap-container #ht-footer ul li a {
    margin-right: 1.5em;
}
#ht-wrap-container #ht-footer #ht-jump-top {
    display: none;
    float: right;
    margin-top: -4px;
}
#ht-wrap-container #ht-footer #ht-jump-top:before {
    font-size: 24px;
}


#ht-wrap-container #ht-footer #signin-action {
    margin-left: 1.5em;
}

#ht-wrap-container #ht-footer #signout-action {
    margin-left: 1.5em;
}

@media screen and (max-width: 1276px) {

    #ht-wrap-container #ht-footer{
        padding-bottom: 2.5em;
    }

    #ht-wrap-container #ht-footer li{
        float: left;
        clear: left;
    }

    #ht-wrap-container #ht-footer #footer-poweredby{
        float: right;
    }
    #ht-wrap-container #feedback-link-container #back-to-top{
        margin-top:16px;
    }
}


/* avoid overlap of the footer with the jump to top button */
@media screen and (max-width: 1024px) {

    #ht-wrap-container #ht-footer div {
        margin: 0 20px 0 20px;
    }

    #ht-wrap-container #feedback-link-container #back-to-top{
        margin-top:40px;
    }
}


@media screen and (max-width: 620px) {

    #ht-wrap-container .ht-content {
        margin-bottom:60px;
    }

    #ht-wrap-container #ht-footer {
        padding-bottom:6em;
    }

    #ht-wrap-container #feedback-link-container #back-to-top {
        margin-top:40px;
    }

    #ht-wrap-container #ht-footer #footer-poweredby {
        float: left;
        padding-top:8px;

        width:550px;
    }

    #ht-wrap-container #ht-footer #footer-poweredby-1 {
        display: block;
    }
    #ht-wrap-container #ht-footer #footer-poweredby-2 {
        display: block;
    }

    #ht-wrap-container #ht-footer #signout-action {
        margin-left: 0em;
        display: block;
    }

    #ht-wrap-container #ht-footer #signin-action {
        margin-left: 0em;
        display: block;
    }
}

/*
=======================================
=          MEDIA-QUERY-DETECTION      =
=======================================
*/

#ht-mq-detect {
    width: 5px;
}
@media screen and (max-width: 1440px) {
    #ht-mq-detect {
        width: 4px;
    }
}
@media screen and (max-width: 1024px) {
    #ht-mq-detect {
        width: 3px;
    }
}
@media screen and (max-width: 800px) {
    #ht-mq-detect {
        width: 2px;
    }
}
@media screen and (max-width: 640px) {
    #ht-mq-detect {
        width: 1px;
    }
}

/*
=======================================
=          GRID                       =
=======================================
*/
/* Cells were swapped and panels are on top */
/*.sp-grid-section .sp-grid-cell:not(:last-child).sp-grid-40 {
    border: 1px solid black;
}*/
.page .sp-grid-cell.collapse {
    border: 1px solid black;
}
.sp-grid-float .sp-grid-20,
.sp-grid-float .sp-grid-33,
.sp-grid-float .sp-grid-40,
.sp-grid-float .sp-grid-50,
.sp-grid-float .sp-grid-60 {
    float: left;
}
.sp-grid-float .sp-grid-20 {
    width: 20%;
}
.sp-grid-float .sp-grid-33 {
    width: 33%;
}
.sp-grid-float .sp-grid-40 {
    /* Customized width for our two column layout */
    width: 32.204%;
}
.sp-grid-float .sp-grid-50 {
    width: 50%;
}
.sp-grid-float .sp-grid-60 {
    /* Customized width for our two column layout */
    width: 67.797%;
}
.sp-grid-float .sp-grid-section {
    padding-bottom: 0;
    overflow: hidden;
}
.sp-grid-float .sp-grid-section:last-child {
    padding-bottom: 0;
}
.sp-grid-float .sp-grid-section:after {
    display: table;
    content: " ";
}
.sp-grid-float .sp-grid-cell {
    padding-right: 20px;
    box-sizing: border-box;
}
.sp-grid-float .sp-grid-cell:last-child {
    padding-right: 0;
    box-sizing: border-box;
}
.sp-grid-fluid .sp-grid-section {
    padding-bottom: 10px;
    overflow: hidden;
}
.sp-grid-fluid .sp-grid-section:last-child {
    padding-bottom: 0;
}
.sp-grid-fluid .sp-grid-section:after {
    display: table;
    content: " ";
}
.sp-grid-fluid .sp-grid-cell {
    padding-bottom: 10px;
}
.sp-grid-fluid .sp-grid-cell:last-child {
    padding-bottom: 0;
}

/*
=======================================
=          ICONS                      =
=======================================
This file contains a subset of the AUI iconfont (atlassian-aui-adg-dist-f26920e2e1da) scoped to class 'sp' */

@font-face {
    font-family: "SP Atlassian Icons";
    src: url(../fonts/atlassian-icons.eot);
    src: url(../fonts/atlassian-icons.eot?#iefix) format("embedded-opentype"), url(../fonts/atlassian-icons.woff) format("woff"), url(../fonts/atlassian-icons.ttf) format("truetype"), url(../fonts/atlassian-icons.svg#atlassian-icons) format("svg");
    font-weight: normal;
    font-style: normal;
}
.sp-aui-icon-small {
    height: 16px;
    width: 16px;
}
.sp-aui-icon-small,
.sp-aui-icon-large {
    line-height: 0;
    position: relative;
    vertical-align: text-top;
}
.sp-aui-iconfont-close-dialog:before {
    content: "\f11b";
}
.sp-aui-icon-small:before {
    font-size: 16px;
    margin-top: -8px;
}
.sp-aui-icon-small:before,
.sp-aui-icon-large:before {
    color: inherit;
    font-family: "SP Atlassian Icons";
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    left: 0;
    line-height: 1;
    position: absolute;
    text-indent: 0;
    speak: none;
    top: 50%;
}
.sp-aui-icon-small,
.sp-aui-icon-large {
    line-height: 0;
    position: relative;
    vertical-align: text-top;
}
.sp-aui-iconfont-arrows-up:before {
    content: "\f109";
}
.sp-aui-icon-small,
.sp-aui-icon-large {
    line-height: 0;
    position: relative;
    vertical-align: text-top;
}
.sp-aui-iconfont-delete:before {
    content: "\f122";
}
.sp-aui-iconfont-confluence:before {
    content: "\f11f";
    font-size: 18px;
}
.sp-aui-iconfont-approve:before {
    content: "\f104";
}
.sp-aui-iconfont-remove:before {
    content: "\f188";
}
.sp-aui-iconfont-appswitcher:before {
    content: "\f105";
}
.sp-aui-iconfont-group:before {
    content: "\f167";
}
.sp-aui-iconfont-editor-mention:before {
    content: "\f152";
}
.sp-aui-iconfont-user:before {
    content: "\f1ad";
}
.sp-aui-iconfont-flag:before {
    content: "\f165";
}
@font-face {
    font-family: 'k15t-icons';
    src: url("../fonts/k15t-icons.eot");
    src: url("../fonts/k15t-icons.eoth#iefix") format("embedded-opentype"), url("../fonts/k15t-icons.ttf") format("truetype"), url("../fonts/k15t-icons.woff") format("woff"), url("../fonts/k15t-icons.svg#k15t-icons") format("svg");
    font-weight: normal;
    font-style: normal;
}
[class^="k15t-icon-"],
[class*=" k15t-icon-"] {
    font-family: 'k15t-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.k15t-icon-viewport:before {
    content: "\e1701";
}

/*
=======================================
=            ERROR PAGE               =
=======================================
*/

.ht-error-page h1 {
    font-size: 100px;
    text-transform: uppercase;
    font-weight: 800;
}
.ht-error-page h3 {
    font-size: 30px;
}
.ht-error-page-search {
    margin-top: 60px;
}

.ht-error-page-scream {
    color: #F06A22;
}

/*
=======================================
=            SEARCH PAGE              =
=======================================
*/
/* Sets the color and margin for the X articles found text */
.search-results-found {
    color: #9c9999;
}

#ht-wrap-container .ht-content #search-results .search-result p {
    margin-bottom: 8px;
}
#ht-wrap-container .ht-content #search-results .search-result .sp-search-highlight {
    background: #fff7d4;
    font-size: inherit;
    font-weight: inherit;
}

#ht-wrap-container .ht-content #search-results .search-result h2 {
    font-size: 20px;
    line-height: 1.3;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 5px;
}

#ht-wrap-container .ht-content #search-results .search-result h2 a {
    color: #00a9ac;
    text-decoration: underline;
}

#ht-wrap-container .ht-content #search-results .search-result h2 a:hover {
    color: #008283;
    text-decoration: none;
}
#ht-wrap-container .ht-content #search-results .search-result p {
    margin-bottom: 8px;
}
#ht-wrap-container .ht-content #search-results .search-result p.search-result-link {
    color: #999999;
}
#ht-wrap-container .ht-content #search-results .search-result a {
    font-size: 0.925em;
}
#ht-wrap-container .ht-content #search-results .search-result a.search-result-link {
    color: #00a9ac;
    margin-top:5px;
}
#ht-wrap-container .ht-content #search-results .search-result a.search-result-link:hover {
    color: #008283;
    text-decoration: underline;
}
#ht-wrap-container .ht-content #search-results .search-result p.search-result-desc {
    margin-bottom: 30px;
    line-height: 1.5;
}

#ht-wrap-container .ht-content .pagination {
    overflow: hidden;
}
#ht-wrap-container .ht-content .pagination a {
    display: block;
    padding: 5px 15px;
    float: left;
}
#ht-wrap-container .ht-content .pagination span {
    display: inline-block;
    border-right: 2px solid #f7f7f7;
}
#ht-wrap-container .ht-content .pagination span:last-of-type {
    border-right: none;
}

/*
=======================================
=            PAGE ACTIONS             =
=======================================
*/
#ht-wrap-container .ht-content .ht-content-header .page-metadata .first-page-action-link {
    padding-left: 1em;
}

#ht-wrap-container .ht-content .ht-content-header .page-metadata .page-action-separator {
    padding-left: 0.5em;
    padding-right: 0.5em;
}

#ht-wrap-container .ht-content .ht-content-header .page-metadata #page-link-panel {
    background-color: #f7f7f7;
    margin-top: 8px;
    width: 66.102%;

    max-height: 0;
    overflow-y: hidden;

    -webkit-transition: max-height 0.3s ease;
    -moz-transition: max-height 0.3s ease;
    -o-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
}
#ht-wrap-container .ht-content .ht-content-header .page-metadata #page-link-panel.show {
    max-height: 100px;
}

#ht-wrap-container .ht-content .ht-content-header .page-metadata #page-link-panel-inner {
    padding: 16px 0 16px 16px;
}

#ht-wrap-container .ht-content .ht-content-header .page-metadata #page-link-textbox {
    border: 2px solid #bdbbbb;
    width: 74.359%;
    max-width: 580px;
    min-width: 280px;
    height: 36px;
    background-color: #FFFFFF;
    border-radius: 5px;
    font-size: 16px;
    padding-left: 16px;
    margin-bottom: 5px;
    color: #3f3e3c;
    font-family: 'Source Sans Pro', sans-serif;
}

#ht-wrap-container .ht-content .ht-content-header .page-metadata #page-link-close {
    float: right;
    margin-right: 9px;
    margin-top: -10px;
    color: #a3a2a2;
    text-decoration: none;
}
#ht-wrap-container .ht-content .ht-content-header .page-metadata #page-link-close:hover {
    color: #696663;
}

#ht-wrap-container .ht-content .ht-content-header .page-metadata a#copy-clipboard-link {
    display: inline;
    padding-left: 0.5em;
}

#ht-wrap-container .ht-content .ht-content-header .page-metadata ul li a:link,
#ht-wrap-container .ht-content .ht-content-header .page-metadata ul li a:focus,
#ht-wrap-container .ht-content .ht-content-header .page-metadata ul li a:active,
#ht-wrap-container .ht-content .ht-content-header .page-metadata ul li a:visited {
    color: #00a9ac;
}
#ht-wrap-container .ht-content .ht-content-header .page-metadata ul li a:hover {
    color: #008283;
}

/*
=======================================
=          CONFLUENCE TABLES          =
=======================================
*/
#ht-wrap-container .ht-content #main-content table.confluenceTable {
    margin-bottom: 16px;
}

#ht-wrap-container .ht-content #main-content .table-wrap + h2,
#ht-wrap-container .ht-content #main-content .table-wrap + h3,
#ht-wrap-container .ht-content #main-content .table-wrap + h4 {
    margin-top: 16px !important;
}

/* Bold table headings */
#ht-wrap-container .ht-content #main-content .confluenceTable tr th p,
#ht-wrap-container .ht-content #main-content .confluenceTable thead p {
    font-weight: bold;
}

#ht-wrap-container .ht-content #main-content table.confluenceTable tbody p:last-of-type {
    margin-bottom: 0;
}

/*
=======================================
=          CONFLUENCE MACROS GENERAL  =
=======================================
*/
#ht-wrap-container .ht-content #main-content .box-content p:last-of-type,
#ht-wrap-container .ht-content #main-content .box-content-noicon p:last-of-type {
    margin-bottom: 0;
}

/*
=======================================
=          CONFLUENCE IMAGES          =
=======================================
*/
/* Add more whitespace to image icons surrounded by text */
#ht-wrap-container .ht-content img.confluence-embedded-image {
    margin: 0 2px;
}


/*
=======================================
=          MACRO INFO BOXES           =
=======================================
*/
.box-general {
    background-color: #f7f7f7;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 8px;
}

.box-content {
    margin-top: 0;
    padding: 10px 44px 14px 44px;
}

/* Fix H3 in Macro boxes (tip, info, etc) */
.box-content h3,
.box-content-noicon h3 {
    margin-top: 0 !important;
}

.box-content-noicon {
    padding: 10px 50px 14px 16px;
}

.box-body {
    padding-top: 6px;
}

/* INFO BOX SPECIFIC */
.box-info {
    background-image: linear-gradient(to bottom,#f7f7f7 0%, #f7f7f7 100%), linear-gradient(to bottom, #0382c0 0%, #0382c0 100%);
    background-clip: content-box, padding-box;
}

.box-icon-info:before {
    content: url(../img/box_info.png);
    float: left;
    margin-left: 12px;
    margin-top: 10px;
}


/* NOTE BOX SPECIFIC */
.box-note {
    background-image: linear-gradient(to bottom,#f7f7f7 0%, #f7f7f7 100%), linear-gradient(to bottom, #f79421 0%, #f79421 100%);
    background-clip: content-box, padding-box;
}

.box-icon-note:before {
    content: url(../img/box_note.png);
    float:left;
    margin-left: 12px;
    margin-top: 10px;
}

/* WARNING BOX SPECIFIC */
.box-warning {
    background-image: linear-gradient(to bottom,#f7f7f7 0%, #f7f7f7 100%), linear-gradient(to bottom, #e03232 0%, #e03232 100%);
    background-clip: content-box, padding-box;
}

.box-icon-warning:before {
    content: url(../img/box_warning.png);
    float:left;
    margin-left: 12px;
    margin-top: 10px;
}

/* TIP BOX SPECIFIC */
.box-tip {
    background-image:linear-gradient(to bottom,#f7f7f7 0%, #f7f7f7 100%), linear-gradient(to bottom, #008283 0%, #008283 100%);
    background-clip: content-box, padding-box;
}

.box-icon-tip:before {
    content: url(../img/box_tip.png);
    float: left;
    margin-left: 12px;
    margin-top: 10px;
}


/*
=======================================
=          PANEL MACROS               =
=======================================
*/
.sp-panel {
    background-color: #f7f7f7;
    padding: 20px;
    margin-bottom: 20px;
}

#ht-wrap-container .ht-content #main-content .sp-panel p:first-of-type:empty {
    margin:0;
}

.sp-panel header {
    color: #3f3e3c;
    font-size: 19px;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 12px;
}

/* Heading in panels */
#ht-wrap-container .ht-content .sp-panel h1:first-of-type,
#ht-wrap-container .ht-content .sp-panel h2:first-of-type,
#ht-wrap-container .ht-content .sp-panel h3:first-of-type,
#ht-wrap-container .ht-content .sp-panel h4:first-of-type{
    margin-top:0;
}

/*
=======================================
=          CODE BLOCKS                =
=======================================
*/
.codeHeader strong {
    float: left;
}
.codeHeader span.expand-control {
    float: right;
    margin-bottom: 0;
}
.codeContent.collapse {
    display: none;
}

/* Enforces code block word wrap */
code[class*="language-"] {
    white-space: pre-wrap !important;
}

/*
=======================================
=          EXPAND MACROS              =
=======================================
*/
/* Overrides the expand control text color set by batch.css */
.expand-control-text {
    color: #00a9ac !important;
}
.expand-control-icon {
    margin: 0 0 2px 0;
}

/*
=======================================
=          ToC MACROS                 =
=======================================
*/
/* Overrides the font-size for ToC set by batch.css */
#ht-wrap-container .ht-content .toc-macro {
    font-size: 16px;
}

/*
=======================================
=          PAGE TREE MACROS           =
=======================================
*/
.plugin_pagetree .plugin_pagetree_children_list_noleftspace {
    padding-left: 26px;
}

/*
=======================================
=          OLD VERSION NOTE           =
=======================================
*/
/* Sets the div */
#old-version-note {
    position: absolute;
    top: 48px;
    left: 0;
    right: 0;
    width: 100%;
    height: 48px;
    vertical-align: middle;
    background-color: #0382c0;
    z-index: 5;
    display: table;
}

#old-version-note div {
    padding: 0 18px 0 20px;
    display: table-cell;
    vertical-align: middle;
}

/* Indents the note for larger screens */
@media screen and (min-width: 1025px) {
    #old-version-note div {
        padding-left: 400px;
    }
}

/* Sets the note text */
#old-version-note div p {
    color: #fff;
    word-wrap: break-word;
    line-height: 18px;
}

@media screen and (min-width: 570px) {
    /* Moves the content lower */
    #ht-wrap-container article.ht-content.old-version {
        padding-top: 120px;
    }

    /* Moves the big search box lower */
    .searchbox-area-behind .searchbox-wrapper.old-version {
        margin-top: 120px;
    }
}


/* Hides for smaller devices */
@media screen and (max-width: 569px) {
    #old-version-note {
        display: none;
    }
}

/*
=======================================
=          CONTENT-SPECIFIC           =
=======================================
*/
/* Styles 'related blogs' disclaimer */
.disclaimer {
    font-size: 12px;
    margin: 10px auto 0 auto;
}

/* Hides content for PDF exports */
.noscreen {
    display: none;
}


/* Smaller margins for H3 headings in tables */
td > h3 {
  margin-top:5px !important;
}


/*
=======================================
=          Cookie Banner              =
=======================================
*/
#cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #cecece;
    z-index: 999;
    padding: 5px 0;
}

#cookie-banner .inner {
    padding-left: 28%;
    padding-right: 28%;
}

#cookie-banner .text {
    padding-right: 0px;
    display: inline-block;
    width:95%;
    text-align: left;
}

#cookie-banner .close {
    color: #8c7d7d;
    font-size: 28px;
    float: right;
    cursor: pointer;
    line-height: 24px;
}

#cookie-banner .hidden{
    display: none;
}



/*
=======================================
=          TUTORIAL-SPECIFIC          =
=======================================
*/
/* Styles for the tutorial header image with overlaid responsive text, and the Start the tutorial button */
.tutorial-img-container{
    position: relative;
}
.tutorial-img {
    width: 100%;
    position:relative;
    z-index:1;
}

.tutorial-img-text{
    position:absolute;
    z-index:5;
    bottom: 44px;
    left:52px;
    background-color: rgb(0,129,147,0.70);
    padding: 1px 25px;
    color:#ffffff;
    line-height: 1.7;
    font-size: 3.8em;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.tutorial-btn-centered {
    text-align:center;
}

.tutorial-btn-box {
    background-color:rgb(0,129,147);
    border:none;
    padding:15.0px 32.0px;
    display:inline-block;
    margin: 4.0px 2.0px;
    text-decoration:none;
    font-size:1.4em;
    cursor:pointer;
}

.tutorial-link-hidden {
    display:none;
}

.tutorial-btn-text {
    color:#ffffff;
}
