#page-title {
    
}

#main {
    padding-top: 2em; 
    padding-bottom:4em;
}

#page-body, .page-body {
    text-align:left;
    margin-top: 2em; 
    margin-bottom: 2em;
}


.btn-primary {
    background: #13598f;
    border-color: #13598f;
}

.btn-primary:hover {
    background: #174b73;
    border-color: #174b73;
}

.docs-article {
    padding-right:2em;
    
}

.docs-article img {
    border-radius: 8px;
    box-shadow: 0px 0px 4px 0px #ccc;
    max-width: 80%;
    display: block;
    object-fit: fill;
    margin: 2rem auto;
}

.back-button {
    width:250px;
    margin:5em auto 5em auto;
}

.centered {
    display:block;
    text-align: center;
}

.article-list h2 {
    font-weight: bold;
    margin-bottom: 4px;
    padding-top: 40px;
    color: inherit;
}

.article-list .item {
    padding-top: 50px;
    min-height: 300px;
    text-align: center;
}

.article-list .item .name {
    font-weight: 600;
    font-size: 16px;
    margin-top: 20px;
    color: inherit;
    text-align: left;
    height: 2.5em;
    overflow: hidden;
}

.article-list .item .description {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 0;
    text-align:left;
    height: 6.5em;
    overflow: hidden;
}

.article-list p {
    color: #7d8285;
}

.item-tile {
    cursor:pointer;
}

.tile-keywords {
    border-top:1px solid #ddd;
    background-color:#f9f9f9;
    border-radius:0px 0px 4px 4px;
    padding:4px;
    padding-bottom:.2em;
    height:5em;
    text-align:left;
}
.tile-hover {
    cursor:pointer;
    border-radius:8px;
    min-width:150px;
    max-width:180px;
    padding-bottom: .5em;
    margin:.5em auto .5em auto;
    transition: all 250ms linear;
}

.tile-hover:hover {
    background: #111;
    opacity: .7;
    transition: all 250ms linear;
}

.rounded-top {
    border-radius: 4px !important;
}

.mtop-20 {
    margin-top:20px;
}

.docs-search {
    padding-bottom:3em !important;
    
    background-color:#16354d !important; 
    background: url('assets/img/help-bg1.webp');
    background-size: cover;
    background-blend-mode:multiply;
    
}

.top-search-bar {
    padding-top:1.5em !important; 
    padding-bottom: 1.5em !important; 
    overflow: hidden; 
    height: 100%;
}

.help-item-link .img-mw100 {
    min-width: 100%;
    /*border-bottom:1px solid #CCC;*/
}
.tile-video {
    background-color: #000 !important;
    background-size:contain !important;
    background-position:center !important;
    background-repeat: no-repeat !important;
}


.help-item-link .pd10 {
    display:none;
    color:#333 !important;
    padding: 0px 1em 0px 1em;
    transition: all 250ms linear;
}

.help-item-link h3.name {
    color:#000 !important;
    padding-left:1em;
    padding-right:1em;
}

.help-item-link {
    cursor:pointer;
    background:#fff;
    min-height:285px;
    box-shadow: 0px 0px 16px 0px #cccccccc;
	padding:20px;
	border-radius:20px;
	transition: all 250ms linear;
}

.help-item-link:hover {
    box-shadow: 0px 0px 4px 0px #333333a6;
    background: #daebf9  !important;
    transition: all 250ms linear;    
}

.help-item-link:hover h3.name {
    text-shadow:0px 0px 1px #fff;
    transition: all 250ms linear;
}

.help-item-link:hover .pd10 {
    text-shadow:0px 0px 1px #fff;
    transition: all 250ms linear;
}


.image-holder {
    background-size:cover;
    height:200px;
	border-radius: 12px !important;
}

.image-holder .fas {
	display: none;
	/*
    font-size: 1em;
    margin: auto;
    color: #fff;
    background-color: #333;
    padding: 0.8em;
    box-shadow: 0px 0px 4px 0px #666;
    margin-top: 0.1em;
    margin-right: 0.1em;
    float: right;
    border-radius: 100px;
    opacity: 1;
	*/
}

.manual-toc {
    padding-right: 2em;
    text-align: left !important;
    max-height: calc( 100vh - 265px);
    overflow-y: scroll;
    background: #f3f3f3;
    margin-left: 12px;
    border-radius: 4px 0px 0px 4px;
    padding-top: 1rem;
    max-width: 22%;
    box-shadow: 0px 0px 2px 0px #666;
}

.manual-toc h5 {
    margin-top: 1.7em;
    color: #555;
    font-weight: 400;
    font-size: 1.1em;
    margin-left: 0.5em;
    text-align:left !important;
}

.manual-toc h6 {
    font-weight: 400;
    font-size: .8em;
    line-height: 1.5em;
    padding: 5px;
    border-radius: 4px;
    margin-left: 1em;
    text-align:left !important;
}

.manual-toc h6 a {
    color:#222;
    text-decoration:none !important;
    text-align:left !important;
}

.manual-toc h6 a:hover {
    
}

.manual-toc h6 {
    cursor:pointer;
    transition: all 250ms linear;
}

.manual-toc h6:hover {
    background:#eee;
    transition: all 250ms linear;
}


.manual-toc .active-page {
    background:#ddd !important;
}  

.manual-toc-title {
    color:#555;
    text-align:left !important;
}

.manual-section-title {
    color:#333 !important;
    font-size:1.3em;
    font-weight:400;
    /*text-decoration:underline;*/
    margin-bottom:1.5em;
    padding-bottom: .5em;
    border-bottom:2px solid #eee;
    display:inline-block;
}

.manual-section-body {
    line-height:1.8em;
    font-weight:300;
    color:#000 !important;
}

.manual-section-body p {
    margin-bottom: 1em !important;
}

.manual-section-body * {
    font-weight:300;
    color:#000 !important;
}

.manual-page {
    border: 4px solid #f3f3f3;
    padding: 1.5em;
    border-radius: 0px 4px 4px 0px;
    margin-left: -2px;
    width: 76%;
    overflow: hidden;
    box-shadow: 2px 0px 2px 0px #666;
    max-height: calc( 100vh - 265px);
}

.manual-page-body {
    background-color: #fff;
    padding: 18px 10px;
    margin: -20px -20px -30px -10px;
    padding-bottom: 60px;
    max-height: calc( 100dvh - 280px );
    min-height: calc( 100dvh - 280px );
    overflow-y: scroll;
}

.manual-page strong, .manual-page b {
    font-weight: 600 !important;
}

.docs-breadcrumb {
    border:1px solid #ddd;
    background:#eee !important;
}

.docs-breadcrumb * {
    color: #333 !important;
}

.chapter-bar {
    padding:.5em;
    margin:-1.5em;
    margin-bottom:2em;
    /*border-radius:12px;*/
    /*background-color:#aaa;*/
    background-color: var(--headerBG);
    overflow:hidden;
}

.chapter-bar #page-title {
    color:#fff;
    text-align:center !important;
    font-size:1.5em;
    font-weight:400;
}

.bar-chapter-left a {
    margin-left:-.5em;
    border-radius:0px 4px 0px 0px;
}

.bar-chapter-right a {
    margin-right:-.5em;
    border-radius:4px 0px 0px 0px;
}

.bar-chapter-left a, .bar-chapter-right a {
    padding:.7em;
    color:#eee !important;   
    transition: all 250ms linear;
}

.bar-chapter-left a:hover, .bar-chapter-right a:hover {
    background:#222 !important;   
    transition: all 250ms linear;
}

.bar-chapter-left {
    float:left;
    width:15%;
    text-align:left;
}

.bar-chapter-title {
    float: left;
    width: 69%;
    text-align: center;
    color: #fff;
}

.bar-chapter-right {
    float:right;
    width:15%;
    text-align:right;
    
}

.section-button-bar {
    margin-top: 36px;
    overflow: hidden;
    background: #f3f3f3;
    padding: 20px;
    margin-left: -24px;
    margin-right: -24px;
    margin-bottom: -24px;
    
}

.section-button-bar .btn {
    min-width:150px;  
}
.section-button-bar .btn.align-left {
    float:left;   
}

.section-button-bar .btn.align-right {
    float:right;   
}


.coverpage {
    border-radius:4px;
    background: #1a324c;
    padding: 4em;
    
}

.coverpage .atrixware-logo {
    display:block;
    margin-left:auto;
    margin-right:auto;
    text-align: center;
    margin-bottom: 8em;
    width: 30%;
}

.coverpage .axislms-logo { 
    display:block;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    margin-bottom: 2em;
    width: 10%;
}

.coverpage .coverpage-title {
    font-size:2.2em !important;
    line-height:1.2em;
    text-align:center;
    color:#eee !important;
}

.keyword-cloud, .related-resources {
    background: #eee;
    padding-top: 1em;
    padding-bottom: 1em;
    border-radius: 8px;
    margin-left:-.8em;
}

.keyword-cloud h2 {
    font-size:1.5em;
    margin: -1em 0 0.5em 0;
}

.related-resources h2 {
    font-size:1.5em;
    margin: -2em 0 0 0;
}

.video-tutorial {
    max-width: 94%;
    padding: 0;
    border-radius: 8px;
    margin-left: 1em;
}



/* MAIN WEBSITE CSS OVERRIDES */
.masthead .btn {
    margin-top:0 !important;
}

.docs-article *, .manual-section-body * {
    color: #000 !important;
}

.docs-article a, .manual-section-body a {
    color: #0066b2 !important;
    text-decoration: underline;
}

b, strong {
    font-weight: bolder !important;
}

.p1, .p3, .p4 {
    margin-bottom:.5em !important;
}

code {
    background-color: #eee;
    padding: 4px;
    border-radius: 2px;
}

.item-tile .views {
    float: right;
    margin-top: -25px;
    margin-right: 4px;
    color: #fff;
    background: #333;
    padding: 2px 8px;
    font-size: 10px;
    border-radius: 20px;
}

.hidden {
    display:none;
}


.docs-article p:has(img.hidden) {
    display: none;
}





.manual-section-body img {
    border-radius:6px;
    filter:drop-shadow(0px 0px 2px #333333cc);
    margin: 2rem;
    object-fit:contain;
    max-width: calc( 85% );
}

.api-verb {
    font-weight: 600;
    padding: 0px 8px;
    border-radius: 4px;
}

.api-get {
    color: white !important;
    background: blue;
}

.api-post {
    color: white !important;
    background: green;
}

.api-put {
    color: white !important;
    background: orange;
}

.api-delete {
    color: white !important;
    background: red;
}

.api-get-title {
    color: blue;
    font-weight: 600;
}

.api-post-title {
    color: green;
    font-weight: 600;
}

.api-put-title {
    color: orange;
    font-weight: 600;
}

.api-delete-title {
    color: red;
    font-weight: 600;
}

.styled-scroll::-webkit-scrollbar {
    width: 12px;
    
}
.styled-scroll::-webkit-scrollbar-track {
    background: #eee;
    border-radius:12px;
}
.styled-scroll::-webkit-scrollbar-thumb {
    background-color: #999;
    border: 3px solid #999;
    border-radius:12px;
}

.deprecated-message {
    padding:12px;
    background: #ffcccb;
    font-size:15px;
    text-align:center;
    margin-bottom:12px;
    border-radius:5px;
    font-weight:500;
}




/* HIDE TOP AND BOTTOM OF MANUAL */
.chapter-bar, .section-button-bar {
    display:none;
}








