/* Documentation */

body:not(.documentation-home):not(.documentation-search-results) .documentation * {
    line-height: 20px;
}

body:not(.documentation-home) .documentation > * {
    overflow: hidden;
}

body:not(.documentation-home) #nContainer.axi-2015-nContainer #nnContainer #mContainer #mainPart-inner #content .liner .v74-container.documentation h1:not(:first-child) {
    margin-top: 30px;
}

body:not(.documentation-home) #nContainer.axi-2015-nContainer #nnContainer #mContainer #mainPart-inner #content .liner .v74-container.documentation .treeMenu + h1 {
    margin-top: 10px;
}

body:not(.documentation-home) .documentation h1 {
    line-height: 45px !important;
    margin-bottom: 10px;
}

body:not(.documentation-home) .documentation h1,
body:not(.documentation-home) .documentation h1 > span {
    font: 300 36px/32px "Titillium Web",sans-serif;
}

.documentation h2,
.documentation h2 > span,
body.documentation-search-results .documentation h2 > a,
body.documentation-search-results .documentation h2 > a > span {
    margin-top: 20px;
    margin-bottom: 12px !important;
    padding-top: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
	font: 300 26px/22px "Titillium Web",sans-serif !important;
    color: #4fa2b8;
}

.documentation h2.title,
.documentation h2.title > span {
    margin: 10px 0;
    padding: 0;
    font: 300 36px/45px "Titillium Web",sans-serif !important;
    color: #000;
    border: none; 
}

.documentation h2 > span {
    border: none;    
}

.documentation h3,
.documentation h3 strong {
	font: 400 22px/26px "Source Sans Pro",sans-serif !important;
    margin: 24px 0 10px;
    color: #000;
}

.documentation h2 > span {
    font: 300 22px/26px "Source Sans Pro",sans-serif !important;    
}

.documentation h4 {
	font: 400 18px/20px "Source Sans Pro",sans-serif;
	color: #000;
}

.documentation p strong,
.documentation p strong span,
.documentation li strong,
.documentation li strong span {
    color: #000;
    font-weight: 600;
}

.documentation ol {
    padding-left: 30px;
}

.documentation ol li ol {
    padding-left: 20px;
    list-style-type: lower-alpha;
}

.documentation ol li {
    padding-left: 5px;
}

.documentation ul li p:first-child,
.documentation ol li p:first-child {
    display: inline;
}

.documentation hr {
    border: none !important;
    height: 1px;
    background: #ddd;
}

.documentation-search input {
	width: 100%;
    padding: 10px 15px 10px 10px;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: normal;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-sizing: border-box;
    -webkit-transition: opacity .2s ease-out, padding .2s ease-out;
    -moz-transition: opacity .2s ease-out, padding .2s ease-out;
    transition: opacity .2s ease-out, padding .2s ease-out;
}

.documentation-search input:focus {
    border: 1px solid #559eb9;
    color: #51514f;
    outline: none;
    padding-left: 10px;
}  

.documentation-search button {
	position: absolute;
    top: 2px;
    right: 2px;
    float: none;
    width: 35px;
    height: 40px;
    border: none;
    background: transparent;
    cursor: pointer;
    outline: none;
    z-index: 2;
}

.documentation-search {
	position: relative;
	margin-top: 24px;
}

.documentation-search.two-lines {
    margin-top: 29px;
}

body.documentation-home .documentation-search,
body.documentation-search-results .documentation-search {
    margin-top: 0;
    margin-bottom: 10px;
}

body.documentation-home .documentation-search {
    margin-top: 20px;
}

.documentation-search:after {
	position: absolute;
    top: 12px;
    right: 12px;
    font-family: 'Glyphicons Halflings';
    content: "\e003";
    color: #559eb9;
    z-index: 1;
}

body:not(.documentation-home):not(.documentation-search-results) .documentation-search {
    float: right;
    width: 250px;
    right: calc((100% - 960px) / 2);
}

/* Info & Warning Macros */
.confluence-information-macro.confluence-information-macro-warning {
	position: relative;
	border: 1px solid #e0d7bb;
	background: rgba(215, 175, 42, .1);
	padding: 10px;
    margin: 15px 0px;
    color: #333;
    text-indent: 0;
    border-radius: 2px;
}

.confluence-information-macro.confluence-information-macro-warning::before {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border: 1px solid #baad80;
    border-radius: 10px;
    content: "!";
    font-weight: 600;
    color: #baad80;
    text-align: center;
    position: absolute;
    top: 13px;
}

.confluence-information-macro.confluence-information-macro-warning p,
.confluence-information-macro.confluence-information-macro-information p {
    color: #51514f;
	padding-left: 30px;
}

#mainPart-inner #content .confluence-information-macro.confluence-information-macro-warning p,
#mainPart-inner #content .confluence-information-macro.confluence-information-macro-information p {
    margin-top: 3px !important;
    margin-bottom: 5px !important;
}

.confluence-information-macro.confluence-information-macro-information {
	position: relative;
	border: 1px solid #ddd;
	background: #f5f8fa;
	padding: 10px;
    margin: 15px 0px;
    color: #333;
    border-radius: 2px;
}

ul li > .confluence-information-macro.confluence-information-macro-warning,
ul li > .confluence-information-macro.confluence-information-macro-information {
    padding-left: 25px;
}

ul li > .code .syntaxhighlighter .code .container .line {
    padding-left: 15px !important;
}

.confluence-information-macro.confluence-information-macro-warning > p:first-child,
.confluence-information-macro.confluence-information-macro-warning > p,
.confluence-information-macro.confluence-information-macro-information > p:first-child,
.confluence-information-macro.confluence-information-macro-information > p {
    display: block;
    text-indent: 0;
}

.confluence-information-macro ul {
    padding-left: 28px !important;
}

.confluence-information-macro ul li {
    color: #51514f;
    padding-top: 2px;
    padding-bottom: 2px;
}

#mainPart-inner #content .confluence-information-macro p:not(:first-child) {
    margin-top: 10px;
    margin-bottom: 4px;
}

#mainPart-inner #content .confluence-information-macro p.title {
    color: #000;
    font-weight: 600;
}

#mainPart-inner #content .confluence-information-macro em {
    font-style: italic;
}

#mainPart-inner #content .confluence-information-macro ol {
    padding-left: 60px;
}

.confluence-information-macro.confluence-information-macro-information::before {
	position: absolute;
	top: 7px;
    display: inline-block;
    width: 18px;
    height: 30px;
    background: url(/img/icon-infotip-i.svg) center center no-repeat;
    background-size: 18px 18px;
    cursor: pointer;
    content: '';
}

/* Status Macros (Labels) */
.status-macro {
    padding: 2px 5px;
    background: #ccc;
    border: 1px solid #ccc;
    border-radius: 2px;
    font-size: 11px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}

.status-macro.aui-lozenge-subtle {
    background: none;
}

.aui-icon {
	display: none;
}

.documentation .table-wrap {
	margin-bottom: 40px;
}

.documentation .confluenceTable {
	border: 1px solid #ddd;
    border-radius: 2px; 
    border-spacing: 0;
    border-collapse: separate;
    width: 100%;
}

.documentation .confluenceTable td {
	padding: 10px;
	border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-radius: 0;
}

.documentation .confluenceTable td:first-child {
    border-left: none;
}

.documentation .confluenceTh {	
	text-align: center;
}

.documentation .confluenceTable td:not(:first-child) .code,
.documentation .confluenceTable td:not(:first-child) .preformattedContent {
    max-width: 650px;
}


.documentation .confluenceTh span {
	font-weight: 600 !important;
}

.documentation .confluenceTable .confluenceTh {
    padding: 10px; 
    background: #f5f8fa;
    border-left: 1px solid #ddd;
    border-radius: 0;
    font-weight: 600;
    line-height: 18px;
    text-align: left;
    color: #000;
}

.documentation .confluenceTable .confluenceTh:first-child {
    border-left: none;
}

.confluenceTd img {
	display: block;
	margin: 0 auto;
}

.documentation img {
    margin-top: 5px;
    padding: 10px 0;
	border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.documentation br + img,
.documentation br + span > img {
    margin-top: 10px;
}

.documentation h2 + p > span > img {
    margin-top: 0;
    border-top: none;
}

.documentation .code .codeHeader {
    margin-top: 14px;
    padding: 10px 20px;
    background: #f5f8fa;
    border: 1px solid #ddd;
    border-bottom: none;
    border-radius: 2px 2px 0 0;
    font-weight: 600; 
    color: #000;
}

.documentation ul + .code .codeHeader {
    margin-top: 0;    
}

.documentation .code .codeHeader b { 
    font-weight: 600; 
}

.documentation .preformattedContent pre {
    white-space: pre-wrap;
}

.documentation .preformattedContent pre,
.documentation .syntaxhighlighter {
	padding: 20px;
	border: 1px solid #ddd;
    border-radius: 2px;
	box-sizing: border-box;
}

.documentation .code .codeHeader + .codeContent .syntaxhighlighter {
    margin-top: 0 !important;
    border-radius: 0 0 2px 2px;
}


/* Bullets on the inner pages */

body:not(.documentation-home) .documentation ul {
    list-style: square;
    padding-left: 15px;
}

body:not(.documentation-home) .documentation ul li {
    padding: 1px 0 1px 15px;
    text-indent: -15px;
    list-style-type: none;
}

body:not(.documentation-home) .documentation ul li::before {
	margin: 0 10px 1px 0;
    display: inline-block;
    width: 2px;
    height: 2px;
    border: 2px solid #559eb9;
    border-radius: 4px;
    content: "";
}


/* Page Tree */
body:not(.documentation-home):not(.documentation-search-results) #nContainer.axi-2015-nContainer #nnContainer #mContainer #mainPart-inner #content .liner .v74-container.documentation {
    width: 100%;
    padding-top: 10px;
    box-sizing: border-box;
    overflow-x: hidden;
}

body:not(.documentation-home) #nContainer.axi-2015-nContainer #nnContainer #mContainer #mainPart-inner #content .liner .v74-container.documentation > p:first-child {
    padding-top: 10px;
}

body:not(.documentation-home) .documentation .treeMenu {
    position: relative;
    float: right;
    margin-left: 10px;
    width: 248px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
}

body:not(.documentation-home) .documentation .treeMenu ul {
    list-style: none;
    padding-left: 15px;
    padding-right: 10px;
}

body:not(.documentation-home) .documentation .treeMenu ul li {
    padding: 5px 0;
    list-style-type: none;
    text-indent: 0;
    line-height: normal;
}

body:not(.documentation-home) .documentation .treeMenu ul li a {
    line-height: normal;
}


body:not(.documentation-home) .documentation .treeMenu ul li::before {
    display: none;
}

body:not(.documentation-home) .documentation .treeMenu > ul > li:last-child {
    padding-bottom: 4px;
}

body:not(.documentation-home) .documentation .treeMenu .activeNode .highlight {
    position: absolute;
    left: 0;
    margin-top: -5px;
    padding: 5px 0 6px;
    border: none;
    border-radius: 0;
    display: block;
    background: #ebebeb;
    content: "";
    z-index: 0;
}

body:not(.documentation-home) .documentation .treeMenu ul li ul {
    padding-top: 3px;
}

body:not(.documentation-home) .documentation .treeMenu ul li ul + li {
    padding-top: 0;
}

body:not(.documentation-home) .documentation .treeMenu .activeNode a {
    position: relative;
    z-index: 1;
}

body:not(.documentation-home) .documentation .preformattedContent pre,
body:not(.documentation-home) .documentation code,
body:not(.documentation-home) .documentation code > span {
    font-family: monospace;
    color: #000;
}

body:not(.documentation-home) .documentation h2 > code,
body:not(.documentation-home) .documentation h2 > code > span,
body:not(.documentation-home) .documentation h2 > span > code,
body:not(.documentation-home) .documentation h2 > span > code > span {
    font-size: 22px;
    color: #4fa2b8;
}

/* Style collapsible elements */

body:not(.documentation-home) .documentation .treeMenu > ul > li.expandableNode {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

body:not(.documentation-home) .documentation .treeMenu > ul > li.expandableNode:first-child,
body:not(.documentation-home) .documentation .treeMenu > ul > li.expandableNode:last-child {
    border: none;
}

body:not(.documentation-home) .documentation .treeMenu > ul > li.expandableNode + li.expandableNode {
    border-top: none;
}

body:not(.documentation-home) .documentation .treeMenu ul li .expandMarker {
    position: absolute;
    left: 4px;
    margin-top: 1px;
    display: block;
    width: 16px;
    height: 16px;
    border: none;
    /*
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    */
}

body:not(.documentation-home) .documentation .treeMenu ul li .expandMarker.collapsed {
    background: url(../img/plus-small.svg) no-repeat top left;
    width: 16px;
    height: 16px;
    opacity: .2;
    cursor: pointer;
}

body:not(.documentation-home) .documentation .treeMenu ul li .expandMarker.expanded {
    background: url(../img/minus-small.svg) no-repeat top left;
    width: 16px;
    height: 16px;
    opacity: .2;
    cursor: pointer;
}

body:not(.documentation-home) .documentation .treeMenu ul li .expandMarker + a + ul {
    transition: height .2s ease-in-out;
    overflow: hidden;
}

/* First level */
body:not(.documentation-home) .documentation .treeMenu > ul {
    margin: 10px 0;
    padding: 0;
}

body:not(.documentation-home) .documentation .treeMenu > ul > li {
    padding-left: 25px;
    padding-right: 10px;
}


/* Bottom Navigation */

.bottomNav {
    position: relative;
    display: table;
    margin-top: 25px;
    width: 100%;
    padding: 15px 0 5px;
    border-top: 1px solid #ddd; 
}

.bottomNav a {
    display: table-cell;
    width: 50%;
    padding: 0 30px;
}

.bottomNav a:first-of-type:last-of-type {
    width: 100%;
}

.bottomNav .next {
    text-align: right;
}

.bottomNav .prev + .arrow {
    position: absolute;
    top: 0;
    left: 0;
    display: table;
    width: 25px;
    height: 25px;
    background: none;
    z-index: 1;
}

.bottomNav .prev + .arrow::before {
    margin-left: 8px;
    margin-top: 19px;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #ddd;
    border-right: 2px solid #ddd;
    border-radius: 0 2px 2px 0;
    transform: rotate(-135deg);
    content: "";
}

.bottomNav .next + .arrow {
    position: absolute;
    top: 0;
    right: 0;
    display: table;
    width: 25px;
    height: 25px;
    background: none;
    z-index: 1;
}

.bottomNav .next + .arrow::after {
    margin-left: 4px;
    margin-top: 19px;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #ddd;
    border-right: 2px solid #ddd;
    border-radius: 0 2px 2px 0;
    transform: rotate(45deg);
    content: "";
}


/* Documentation Homepage */

.documentation-home .product-description {
    padding-top: 10px;
    padding-bottom: 5px;
}

.documentation-home .documentation .columnLayout.single {
    margin-bottom: 10px;
}

.documentation-home .documentation .documentation-category {
    position: relative;
    float: left;
}

.documentation-home .documentation .columnLayout.single .documentation-category:first-of-type {
    margin-left: 20px;
}

.documentation-home .documentation .columnLayout.single .documentation-category:nth-child(2):nth-last-child(2),
.documentation-home .documentation .columnLayout.single .documentation-category:nth-child(3):nth-last-child(1) {   
    width: calc((100% - 100px) / 2);
}

.documentation-home .documentation .columnLayout.single .documentation-category:nth-child(2):nth-last-child(3),
.documentation-home .documentation .columnLayout.single .documentation-category:nth-child(3):nth-last-child(2),
.documentation-home .documentation .columnLayout.single .documentation-category:nth-child(4):nth-last-child(1) {  
    width: calc((100% - 80px) / 3);
}

.documentation-home .documentation .columnLayout.single .documentation-category:not(:last-of-type) {
    margin-right: 30px;
}

.documentation-home .documentation h1,
.separator-title-container .separator-title {
    position: relative;
    clear: left;
    display: table;
    margin-left: 10px;
    padding: 20px 10px 0;
    background: #fff;
    font-size: 15px;
    font-weight: 600 !important; /* axi-font-weight-200 */
    color: #757e80;
    overflow-x: hidden;
    z-index: 1;
}

.documentation-home .documentation .columnLayout.single .documentation-category:first-of-type::before {
    position: absolute;
    left: -20px;
    top: -26px;
    display: block;
    width: 960px;
    height: 1px;
    background: #ddd;
    content: "";
    z-index: 0;
}

.documentation-home .documentation h2 {
    margin-top: 0;
    font: 400 22px/24px "Source Sans Pro",sans-serif !important;
    color: #000;
    border: none;
}

.documentation-home .documentation h3 {
    font: 400 22px/24px "Source Sans Pro",sans-serif;
    color: #000;
}

.documentation-home .documentation .documentation-category ul {
    padding-left: 0;
}

.documentation-home .documentation .documentation-category ul p {
    padding: 0;
    margin: 0 !important;
}

.documentation-home .documentation .documentation-category ul li {
    list-style-type: none;
    padding: 3px 0;
}

body.documentation-search-results .results-list {
    min-height: 300px;
    padding-left: 10px;
}

body.documentation-search-results .documentation h2,
body.documentation-search-results .documentation h2 > a,
body.documentation-search-results .documentation h2 > a > span {
    margin-top: 20px;
    margin-bottom: 0 !important;
    padding-top: 10px;
    padding-bottom: 6px;
    border: none;
    font: 300 22px/18px "Titillium Web",sans-serif !important;
}

body.documentation-search-results #mainPart-inner #content p.url {
    margin: 0;
    color: #50a93c;
}

body..documentation-search-results #mainPart-inner #content p.result {
    max-width: 920px;
    display: block; /* Fallback for non-webkit */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
}

body..documentation-search-results .searhHighlight {
    font-weight: 600;
}

body.documentation-search-results .breadcrumbs {
    width: 100%;
    border-bottom: none;
}

body:not(.documentation-home) .overlay .popupImage img {
    max-width: calc(100% - 60px);
    max-height: calc(100% - 150px);
}

/* START CLI API */
body.documentation-cliapi .directory h3.swap {
    background-image: none;
}
/* END CLI API */

/* START MEDIA QUERIES */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 767px) {

    body.documentation-home .documentation .columnLayout.single .documentation-category {
        min-width: calc(100% - 50px);
        margin-left: 20px;
    }

    body.documentation-home .documentation h2 {
        margin-bottom: 0 !important;
    }
    
    body.documentation-home .documentation .documentation-category ul {
        margin-top: 0;
    }

    body:not(.documentation-home) #nContainer.axi-2015-nContainer #nnContainer #mContainer #mainPart-inner #content .liner .v74-container.documentation .hr {
        position: relative;
        left: -20px;
        right: -20px;
        margin: 30px 0;
        width: 100%;
        height: 1px;
        padding: 0 20px;
        border-top: 1px solid #ddd;
        content: "";
    }

    body:not(.documentation-home) .documentation .treeMenu {
        float: none;
        margin: 10px auto 0;
        width: 100%;
        max-width: 400px;
    }

    body.small-header .axi-2015-header-container .new-header-pic {
        top: 80px;
        padding: 0 10px;
        box-sizing: border-box;
    }

    body:not(.documentation-home) #nContainer.axi-2015-nContainer #nnContainer #mContainer #mainPart-inner #content .liner .v74-container.documentation {
        padding-top: 0;
    }

    .documentation img {
        max-width: 100%;
    }

    .bottomNav {
        padding-bottom: 15px;
    }

    body:not(.documentation-home):not(.documentation-search-results) .documentation-search {
        left: 20px;
        right: auto;
        margin-top: 20px;
        float: none;
        width: calc(100% - 40px);
    }

    body.documentation-home .documentation-search {
        left: 20px;
        right: auto;
        margin-top: 20px;
        float: none;
        width: calc(100% - 40px);
    }

}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1023px) {
    body:not(.documentation-home):not(.documentation-search-results) .documentation-search {
        right: 20px;
    }
} 
/* END MEDIA QUERIES */