[data-md-color-scheme="modulesuite"] {
--md-primary-fg-color:        #344966;
--md-primary-fg-color--light: #f5f5f5;
--md-primary-fg-color--dark:  #344966;
}

@page {
    size: a4 portrait;
    margin: 25mm 10mm 25mm 10mm;
    counter-increment: page;
    font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
    white-space: pre;
    color: grey;
    font-size: 10px;
    
    @top-center {
        content: string(chapter);
    }
    @top-right {
        content: 'Page ' counter(page);
    }
    @bottom-left {
        content: '© 2020 AnswerModules Sagl';
    }
}



.am-red{
  color: #e74c3c;
}
.am-green{
  color: #00AB6C;
}

.packicon svg{
  width: 1.5em;
  fill: currentColor;
}


.md-grid {
    max-width: calc(100% - 2em);
    margin-right: auto;
    margin-left: auto;
}

.tx-container .md-grid {
    max-width: 61rem;
    margin-right: auto;
    margin-left: auto;
}

/*
@media screen and (min-width: 76.25em){
    .md-sidebar--secondary {
        margin-left: calc( 100vw - 14rem )
    }
}
*/

#mkdocs-content-password{
    width: 500px;
    border: 1px solid #CCC;
    padding: 10px;
}

.am_doc_table{
    border: 1px solid #ccc;
    width: 100%;
    font-size: .9em;
    font-family: monospace;
}


.am_doc_table thead{
    background: #344966;
    color:#fff;
}

.am_doc_row td:first-child{
    width: 10rem;
}

.am_doc_row td{
    padding-left:1rem;
    border-bottom: 1px solid #ccc;
}
.am_doc_object .gui{
    font-weight: 800;
}

.mdoctag-tag-link {
    border: 2px solid #ff6e42;;
    border-radius: 5px;
    padding: 3px;
    margin-right: 10px;
}
#mdoctag-tags-list {
    margin-bottom: 20px;
}
.mdoctag-tags-label {
    margin-bottom: 10px;
    margin-left: 0px;
    padding-left: 0px;
    font-size: .7rem;
}

.md-typeset table:not([class]) th {
    min-width: 5rem;
    padding: .6rem .8rem;
    color: var(--md-default-bg-color);
    vertical-align: top;
    background-color:#344966/* hsla(232deg, 54%, 41%, 1)*/;
}

/* Fix for images in list */

.md-typeset .task-list-item{
    clear:both;
}

.md-typeset .task-list-item img, .md-typeset .task-list-item svg{
    margin: 20px 10px;
}

.md-typeset .task-list-item img[align=right], .md-typeset .task-list-item svg[align=right]{
    margin-top:0;
}

