html,
body,
.menu_er .level li {
    color: #536482;
}

body {
    line-height: normal;
    word-wrap: break-word;
}

ul {
    list-style-type: disc;
}

span:before {
    font-family: 'Font Awesome 6 Pro';
}

.page-helpcenter .post-buttons {
    position: absolute;
    right: 10px;
    top: 10px;
}

.page-helpcenter .attach-image img {
    max-width: 100%;
}

ol,
ul,
ul ul {
    /*list-style: none;*/
    margin: 0;
    padding: 0;
}

.article-body hr {
    margin: 15px 0;
}

li {
    display: list-item;
}

#wrap {
    text-align: left;
    max-width: 100%;
}

.content_area {
    margin: 0 auto;
}

#active_lang {
    background-color: #918F90;
}

.lang a {
    width: 40%;
}

.level0 p,
.main-content .menu ul a {
    width: 80%;
}

.main-content .menu ul li.active a {
    width: unset;
}

table {
    table-layout: fixed;
}

.support_docs .main-content {
    background: #F0F4F7;
    border-top: 1px solid #FFF;
    border-radius: 5px;
    padding: 5px;
    position: relative;
}

.guide-menu .level0,
.guide-menu > li:active,
.guide-menu > li {
    font-weight: bold;
    background-color: #E8EBEE;
}

.guide-menu .level2 {
    display: none;
}

.guide-menu .level2,
.guide-menu.menu_er .level1 {
    background-color: #F5F8FB;
    font-weight: bold;
}

.guide-menu li,
.guide-menu li:hover,
.guide-menu li:active,
.guide-menu li:focus
{
    padding: 0;
    display: flex;
    border-bottom: 1px dotted #BAC6D0;
    cursor: pointer;
    height: 35px;
}

.col-lg-3 {
    width: 23%;
}

.article-body td, th {
    padding: 5px 10px;
}

.menu_er ul,
.guide-menu .level3,
.guide-menu .level4 {
    display: none;
}

.guide-menu.menu_er li.level0 {
    padding: 4px 8px;
}

ul.level2 > li.text_intent_helper {
    text-indent: 10px;
}

ul.level2 > li {
    text-indent: 15px;
}

ul.level3 > li {
    text-indent: 30px;
}

ul.level4 > li {
    text-indent: 45px;
}

.main-content .menu_hr > li > a {
    font-size: 1.2em;
}

.main-content .menu li.active {
    opacity: 0.5;
}

.main-content .document {
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.main-content .document #post_content2,
.main-content .document #post_content1 {
    padding: 0 10px;
}

.document .forumbg {
    text-align: left;
    margin-bottom: 4px;
    padding: 5px;
    clear: both;
    border-radius: 7px;
}

ul.guide-menu:last-of-type {
    clear: both;
}

.add_article {
    float: right !important;
    padding-top: 10px;
}

.hiddenInput {
    margin-right: 35px;
    margin-top: 5px;
    display: none;
}

.search-box fieldset {
    border: 1px solid #000000;
}

.action-bar {
    margin: 0;
}

.arrow_div {
    width: 30px;
    height: 20px;
    margin: auto;
}

.postbodyComment {
    margin-left: 2%;
    display: inline-block;
    width: 75%;
}

.guide-menu .level0 .active span,
.menu_er .level1 .active span,
.guide-menu .level2 .active span,
.guide-menu > li.active span,
.guide-menu .active span,
.guide-menu .level0 span,
.guide-menu .level2 span,
.menu_er .level1 span,
.guide-menu > li span {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    height: 25px;
    margin-right: 10px;
}

.guide-menu .active span:before,
.guide-menu .level0 span:before,
.guide-menu .level2 span:before,
.guide-menu .arrow_div span:before,
.guide-menu > li span:before {
    content: "\f078";
    color: #333;
    vertical-align: middle;
}

.guide-menu .arrow_div.active span:before,
.guide-menu .level0 .active span:before,
.guide-menu .level2 .active span:before,
.guide-menu > li.active span:before {
    content: "\f077";
}

.guide-menu .level0 {
    color: #6e6e6e;
}

.guide-menu .level0:hover,
.guide-menu .level0:focus,
.guide-menu .level0:active {
    color: #000000;
    text-decoration: underline;
    outline: 0;
}

.redirect {
    color: red;
}

.top {
    float: right;
    margin-top: 0;
}

.menu_responsive {
    display: none;
}

.postbody img.postimage {
    cursor: auto;
}

.inner .postbody .content {
    margin-top: 0;
}

.btn-group label {
    color: #333;
    background-color: #fff;
    line-height: 12px;
    width: 50%;
    position: relative;
    float: left;
    display: inline-block;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
}

#license-select {
    display: flex;
    flex-wrap: nowrap;
}

#license-select .btn {
    margin-right: 10px;
}

.content_area.hilfe .btn-group>.btn:not(:first-child):not(.btn-group>.btn-check:first-child+.btn) {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.article-body .post-buttons{
    margin-bottom: 10px;
}

.helpArticle {
    margin: -10px 0 25px 85px !important;
}

.document_buttons .contentFrameContent {
    padding: 10px 0;
}

#main_content .navigation_box a,
#main_content .navigation_box a:hover {
    color: #333;
    text-decoration: none;
    text-align: left;
    width: 100%;
    margin: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 6px 0;
}

.guide-menu .button:active,
.guide-menu .button {
    text-align: left;
    text-transform: none;
}

.guide-menu .level2 .button.active {
    border-left: 30px;
}

.border_box_helper {
    padding: 0 7px;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    margin-right: 5px;
}

.text_intent_helper .border_box_helper::after{
    position: absolute;
    content: " ";
    display: block;
    width: 0;
    height: 0;
    line-height: 0;
    border-width: 16.5px;
    border-style: solid;
    border-color: inherit;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    margin-left: -8px;
}

.content_area .document_buttons .content_area_layer,
.col-lg-6 .col-lg-12 {
    max-width: 1000px;
}

.cards-container .document > *,
.cards-container .document {
    float: none;
    margin: 0 auto;
}

.article-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 10px;
}

.article-menu .article-navigation,
.article-menu .article-actions {
    display: flex;
    justify-content: start;
    /*margin-bottom: 15px;*/
}

.article-menu .article-navigation {
    flex-wrap: nowrap;
}

.article-menu .article-search {
    flex: 1 0 auto;
}

.article-menu .article-search .search-box .input-group,
.article-menu .article-search .search-box .inputbox
{
    /*border-color: #4279A9;*/
}

.article-menu .article-search .multiselect + .ui-multiselect,
.article-menu .article-search .ui-multiselect .ui-multiselect-btn-append
{
    /*color: #4279A9;*/
}


.article-menu .article-actions {
    flex-wrap: wrap;
}

.article-menu .article-navigation .menu_responsive {
    margin-right: 10px;
}

.article-menu .article-actions .btn {
    margin-left: 10px;
}

@media (min-width: 1500px) {
    .content_area .document_buttons .content_area_layer,
    .col-lg-6 .col-lg-12 {
        width: 1000px;
    }
}

@media (max-width: 1240px) {
    .main-content .menu {
        width: 20%;
    }

    .main-content .document {
        width: 79%;
    }
}

@media (max-width: 1024px) {
    .main-content .menu {
        width: 30%;
    }

    .main-content .document {
        width: 69%;
    }

    .border_box_helper {
        padding: 0 3px;
    }
}

@media (max-width: 768px) {
    .cards-container .navigation_box > * {
        max-width: 400px;
    }

    .main-content .menu {
        width: 35%;
    }

    .main-content .document {
        width: 63%;
    }

    #page-body .navigation_box {
        width: auto;
        display: none;
    }

    #page-body .navigation_box.active {
        display: block;
        clear: both;
        width: 100%;
    }

    .main-content .menu {
        width: 35%;
    }

    .main-content .document {
        width: 63%;
    }

    .content_area_layer {
        max-width: unset;
        padding-left: 20px;
        padding-right: 25px;
    }

    .menu_responsive {
        display: block;
    }

    .rexx-container-fluid.help .portlet-column.column {
        width: 40% ;
        max-width: 40%;
    }
}

@media (max-width: 600px) {
    .main-content .menu {
        display: none;
    }

    .main-content .document {
        width: 100%;
    }

    .nav {
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }

    .navbar-nav {
        display: flex;
        width: 100%;
        height: 100%;
        align-items: center;
        margin-left: 10%;
    }

    .nav > li {
        position: relative;
        display: block;
    }

    .navbar-nav li > p,
    .navbar-nav li > a {
        position: relative;
        line-height: 20px;
    }

    .navbar-nav li > p:active,
    .navbar-nav li > p:visited,
    .navbar-nav li > p:focus,
    .navbar-nav li > a:active,
    .navbar-nav li > a:visited,
    .navbar-nav li > a:focus {
        color: black;
    }

    .navbar-nav li.active > p,
    .navbar-nav li.active a {
        font-weight: 700;
        color: #18537d;
    }

    .navbar-nav li > p:hover,
    .navbar-nav li > a:hover {
        color: #18537d;
    }

    .active .navbar-nav {
        display: contents;
    }

    .guide-menu > li.level0 span {
        margin-top: 0;
    }

    .guide-menu.menu_er li.level0 {
        padding: 14px 8px;
    }
}
