:root {
    /* --main-layout-color: #C90130; */ /*QA*/
    --main-layout-color: #88C7A1; /*QMD*/
    /* --main-layout-color: #16498A; */ /*CIS*/
}


/* re-added
/* Article Layout */
.text-content
{
    min-height: 100%;
    max-width: 816px;
    margin: 0px auto;
    padding: 0px 14px 0px 14px;
    word-wrap: break-word;
}

@media (min-width: 816px)
{
    .text-content
    {
        padding: 0px 48px;
    }
}

/* Base Styles */
.text-content
{
    color: #666;
    line-height: 1.5;
}
    .text-content p
    {
        margin-top: 0;
        margin-bottom: 1rem;
    }

/* Headers */
.text-content h1, .text-content h2, .text-content h3, .text-content h4, .text-content h5, .text-content h6
{
    color: #444;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0.5rem;
}
.text-content h3, .text-content h4, .text-content h5, .text-content h6
{
    font-weight: 600;
}

.text-content h1
{
    font-size: 2em;
}
.text-content h2
{
    font-size: 1.75em;
}
.text-content h3
{
    font-size: 1.375em;
}
.text-content h4
{
    font-size: 1.25em;
}
.text-content h5
{
    font-size: 1.125em;
}
.text-content h6
{
    font-size: 1em;
}

.text-content > h1:not(:first-child)
{
    margin-top: 1.75rem;
}

.text-content > h2:not(:first-child)
{
    margin-top: 1.5rem;
}

.text-content > h3:not(:first-child)
{
    margin-top: 1.25rem;
}

.text-content > h4:not(:first-child)
{
    margin-top: 1.125rem;
}

.text-content > h5:not(:first-child)
{
    margin-top: 1rem;
}

.text-content > h6:not(:first-child)
{
    margin-top: .9rem;
}

/* Title + Lead */
.text-content .title
{
    margin-top: 1.2rem;
    margin-bottom: .8rem;
}
@media (min-width: 576px)
{
    .text-content .title
    {
        color: #222;
        font-size: 2em;
        font-weight: 600;
    }
}

.text-content .lead
{
    font-size: 1.125rem;
    font-weight: 300;
}
@media (min-width: 576px)
{
    .text-content .lead
    {
        max-width: 80%;
        margin-bottom: 1rem;
        font-size: 1.5rem;
    }
}

.text-content > h2.category
{
    color: #222;
    font-weight: 600;
}

.text-content > h2.category:not(:first-child)
{
    margin-top: 3rem;
}


/* #href bookmark jump */
.text-content > h1[id]::before,
.text-content > h2[id]::before,
.text-content > h3[id]::before,
.text-content > h4[id]::before
{
    display: block;
    height: calc(3.13rem + 1.2rem); /* Main Menu Height (3.13rem) + .title margin-top = 1.2rem */
    margin-top: calc(-3.13rem - 1.2rem);
    visibility: hidden;
    content: "";
}


/* Link */
.text-content a
{
    /* DXCOMMENT: Duplicates color from the web.config (devexpress->themes->baseColor) */
    color: #88C7A1;
}
.text-content a:visited
{
    /* DXCOMMENT: Duplicates color from the web.config (devexpress->themes->baseColor) */
    color: #88C7A1; /* 25% black overlay */
}
.text-content a:hover
{
    /* DXCOMMENT: Duplicates color from the web.config (devexpress->themes->baseColor) */
    color: #000000; /* 35% white overlay */
}

.text-content b, .text-content strong
{
    color: #444;
}

mark
{
    /* DXCOMMENT: Duplicates color from the web.config (devexpress->themes->baseColor) */
    background-color: #E53935;
    color: #fff;
}

small
{
    color: #999999;
    font-size: 0.75em;
}

code, pre
{
    font-family: Consolas, Menlo, Monaco, "Liberation Mono", "Courier New", monospace;
    font-size: 0.875em;
}

hr
{
    height: 1px;
    opacity: 0.1;
    background-color: #000000;
    border: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

blockquote
{
    background-color: #f2f2f2;
    color:#444;
    margin:0;
    margin-bottom: 1rem;
    font-size: 1.125em;
    padding: 29px 26px;
    border: 0;
    border-left: 6px solid #d8d8d8;
}

blockquote p
{
    margin-top:0;
}
blockquote footer
{
    display: block;
    font-size: 0.875em;
    font-style: italic;
    color: #999;
}

blockquote footer::before
{
    content: "\2014 \00A0";
}
        
/* Contents (Left Panel) */
.section-caption.contents-caption
{
    padding-left: 31px;
    border-top: none !important;
}


/* Lists */
.text-content ul,
.text-content ol
{
    margin-top: 1em;
    margin-bottom: 1em;
}






/* End readded */

/* Layout */
html, body, .form {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body {
    position: relative;
    min-height: 100%;
    padding-top: 1px;
    margin-top: -1px;
}

.form {
    padding-bottom: 46px; /* Footer Height */
}

html, .form {
    height: 100%;
}

/* Content */
.content {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    min-height: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    background-color: #e4e4e4;
    color: white;
}

/* Footer */
.footer-wrapper {
    height: 46px;/*46px;  Footer Height */
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #88C7A1;
    color: white;
}

.footer {
    font-size: 10.5px;
    color: black;
    background-color: #88C7A1;
    color: white
}

.footer-link {
    border-right: 1px solid #88C7A1;
    margin-right: 7px;
    padding-right: 10px;
    white-space: nowrap;
    color: white;
}

    .footer-link:last-child {
        border: none;
        margin: 0;
        padding: 0;
        color: white;
    }

.footer-left {
    float: left;
    color: white;
}

.footer-right {
    float: right;
    color: white;
}

.footer-left,
.footer-right {
    padding: 16px 24px;
    color: white;
}



@media (max-width: 599px) {
    .footer-left,
    .footer-right {
        padding: 16px 4px;
        color: white;
    }
}

/* Header */
.app-header {
    padding: 0 !important;
    /*box-shadow: 0px 2px 5px 0 #88C7A1; /* rgba(0, 0, 0, 0.2); */
    border-bottom-width: 0 !important;
    color: white;
    background-color: #88C7A1;
}

    .app-header > body {
        color: white;
        background-color: #88C7A1;
    }


    .app-header .left-block {
        float: left;
        background-color: #88C7A1;
        color: white;
    }



    .app-header .right-block {
        float: right;
        background-color: #88C7A1;
        color: white;
    }

    .app-header .menu-container {
        overflow: hidden;
        background-color: #88C7A1;
        color: white;
        min-height: 50px;
    }

        .app-header .menu-container > div {
            float: right;
            background-color: #88C7A1;
            color: white;
        }

.header-logo {
    background: url('Images/logo_qa.svg') no-repeat center;
    background-size: auto;
    height: 26px;
    width: 150px;
}

@media (max-width: 359px) {
    .header-logo {
        /* background: url('Images/logo_small_qa.svg') no-repeat center; */
        background: url('Images/logo_small_qa.svg') no-repeat center;
        width: 26px; /* 26px; */
    }
}

.app-header .left-block .header-menu .image-item > .dxm-content {
    padding: 0 8px 0 8px;
    background-color: #88C7A1;
    color: white;
}

.app-header .right-block .header-menu .image-item > .dxm-content {
    padding: 0 7px 0 7px;
    background-color: #88C7A1;
    color: white;
}

.app-header .left-block .header-menu .item.toggle-item > .dxm-content {
    padding: 0 14px 0 14px;
    background-color: #88C7A1;
    color: white;
}

.app-header .right-block .header-menu .item.toggle-item > .dxm-content {
    padding: 0 14px 0 14px;
    background-color: #88C7A1;
    color: white;
}

.app-header .header-menu .item.selected {
    color: white; /* /inherit ; */
    box-sizing: border-box;
    /* DXCOMMENT: Duplicates color from the web.config (devexpress->themes->baseColor) */
    border-bottom: solid 2px #88C7A1; /* #E53935*/
}

.app-header .header-menu .item.selected,
.app-header .header-menu .item.hovered {
    background-color: #88C7A1; /*  rgba(1, 0, 0, 0.05) ; */
    color: white;
}

    .app-header .header-menu .item.selected .dxm-content {
        margin-bottom: -2px;
        color: white;
    }

    .app-header .header-menu .item.selected .dxm-content,
    .app-header .header-menu .item.hovered .dxm-content {
        color: white; /* inherit */
        background-color: #88C7A1; /* inherit */
    }

/* Main Menu */
.header-menu {
    background-color: var(--main-layout-color) !important;
    border-style: none !important;
    height: 3.13rem;
    color: white;
}

@media (max-width: 599px) {
    .menu-container .dxm-ltr > div:not(.header-menu) {
        width: 100% !important;
        background-color: #88C7A1;
        color: white;
    }
}

.header-sub-menu {
    width: 100% !important;
    background-color: #88C7A1;
    color: white;
}

    .header-sub-menu .item {
        padding: 12px 7px !important;
        background-color: #88C7A1;
        color: white;
    }

/* Ellipsis -> Apps Icon */
.header-menu .adaptive-image {
    background: url('Images/adaptive-menu.svg') no-repeat center;
    width: 16px;
    height: 16px;
    padding: 0 8px;
    background-color: #88C7A1;
    color: white;
}
/* Hide item images */
.header-menu.application-menu .item .dxm-content > img {
    display: none !important;
    color: white;
}


.header-menu.application-menu > body {
    color: white;
    background-color: #88C7A1;
}


.header-menu.application-menu .item > body {
    color: white;
    background-color: #88C7A1;
}



@media (max-width: 720px) /* Change Ellipsis image Apps Icon */
{
    .app-header .menu-container > div {
        width: 47px;
        color: white;
    }

    .header-menu .adaptive-image {
        background: url('Images/application.svg') no-repeat center;
        color: white;
    }

    /* Show item images */
    .header-menu.application-menu .item .dxm-content > img {
        display: inline-block;
        background-color: #88C7A1;
        color: white;
    }
}

/* Right area menu */
.header-menu .toggle-item .image {
    background: url('Images/double.svg') no-repeat center;
}

.header-menu .toggle-item.checked .image {
    background: url('Images/double-close.svg') no-repeat center;
}

.header-menu .image-item {
    vertical-align: middle !important;
    background-color: #88C7A1;
    color: white;
}

.header-menu .vertically-aligned {
    font-size: 0;
    color: white;
}

/* Account */
.header-menu .account-background {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #88C7A1; /*1,0,0,0.1*/
    color: white;
}

    .header-menu .account-background div {
        border-radius: 50%;
    }

    .header-menu .account-background .empty-image {
        width: 16px;
        height: 16px;
        margin: 8px;
        display: inline-block;
        background: url('Images/user.svg');
        color: white;
    }

    .header-menu .account-background .account-image {
        width: 32px;
        height: 32px;
        font-size: 0.8em;
        font-weight: 600;
        line-height: 32px;
        text-align: center;
        margin: 0 auto;
        display: table;
        background-size: 100%;
        background-color: #88C7A1;
        color: white;
    }

.user-info .avatar img {
    float: left;
    height: 43px;
    border-radius: 50%;
    color: white;
}

.user-info .text-container {
    height: 3.13rem;
    margin-left: 60px;
    color: white;
}

    .user-info .text-container .user-name {
        color: white;
        font-size: 1.14em;
    }

    .user-info .text-container .email {
        display: block;
        color: white;
        font-size: 0.86em;
    }

.myaccount-item {
    /* var(--main-layout-color)*/
    background-color: #88C7A1;
    color: white;
}

/* Left Panel */
.left-panel {
    border: none;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
    -webkit-overflow-scrolling: touch;
    background-color: #88C7A1;
    color: white;
}

.leftpanel-section {
    border: none !important;
    background-color: #88C7A1; /* rgba(1, 0, 0, 0.1); */
    color: white;
    
}

.section-caption {
    height: 2.69rem;
    line-height: 2.69rem;
    vertical-align: middle;
    margin: 0;
    color: white;
}

.section-caption {
    border-top: solid 1px white; /* #f0f0f0;*/
    border-bottom: solid white; /* 1px #f0f0f0; */
 
}

.left-panel.expand-bar,
.right-panel.expand-bar {
    border: 0;
    color: white;
}

a.tree-view-node {
    color: #666666;
    padding-top: 7px !important;
    padding-bottom: 8px !important;
    padding-right: 8px !important;
    border: none !important;
}

    a.tree-view-node.hovered {
        text-decoration: none;
    }

.tree-view-elbow {
    padding-top: 3px;
}

/* Right Panel */
.right-panel {
    border-left: 1px solid #88C7A1; /* #f0f0f0; */
    color: white;
    background-color: #88C7A1;
}

.settings-content {
    padding: 24px 20px;
    color: white;
}

    .settings-content h2 {
        color: white; /* #494949; */
        font-size: 1.3em;
        font-weight: 600;
    }

    .settings-content p {
        color: white; /* #999999; */
    }

/* Toolbar */
.page-toolbar-wrapper {
    position: fixed;
    background-color: #88C7A1;
    color: white;
    left: 0;
    right: 0;
    z-index: 1;
}

.page-toolbar {
    background-color: #88C7A1; /* rgba(1, 0, 0, 0.1) !important; */
    border: none !important;
    font-size: 0.93em !important;
    height: 2.69rem;
    color: white;
}

    .page-toolbar .item > h1,
    .section-caption {
        color: white;
        font-weight: 600;
        font-style: normal;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-left: 24px;
    }

    .page-toolbar .item > h1 {
        font-size: 1.46em;
        color: white;
    }

    .page-toolbar .item > h1 {
        margin: 0;
        padding: 0 17px;
        color: white;
    }

    .page-toolbar .item .dxm-disabled .dxm-image {
        opacity: 0.3;
    }

@media (max-width: 599px) {
    .page-toolbar .item > h1 {
        max-width: 150px;
        color: white;
    }
}

/*LEMA-point*/
.reflectTitle {
    width: 100%;
    min-width: 80vw;
    text-align: left;
    padding-left: 38px;
    /*background-color: #88C7A1;*/
}

.reflectTitleHead {
    color: #FFFFFF; /*#666666*/
    font-size: 12px;
}

.reflectTitleContent {
    color: #FFFFFF; /*#666666*/
    font-size: 14px;
    font-weight: bold; 
}

.auditorSearch {
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    margin: 0 auto;
    /*border: 2px double red;*/

}

.auditorSearchBox {
    /*border: 2px double green;*/

}

.auditorSearchSpace {
    /*border: 2px double blue;*/
    height: 20px;
    width: 10vw;
}

.informationsPlattform {
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    margin: 0 auto;
    /*border: 2px double red;*/
}

.informationsPlattformBox {
    /*border: 2px double green;*/
    width: 80vw;
    justify-content: left;
    align-items: start;
    align-content: start;
    text-align: left;
}

/*.qa_emptyrow_email {
    height: 10px;
}*/

.DetailCellChild {
    width: 100%;
    /*border: 2px solid green;*/
}

.verkauf_detail {
    background-color: white;
    color: green;

}

.auditorsuche_title {
    color: white;
}

.auditorsuchePlattform {
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    margin: 0 auto;
    /*border: 2px double red;*/
}

.auditorsuchePlattformBox {
    /*border: 2px double green;*/
    width: 80vw;
    justify-content: left;
    align-items: start;
    align-content: start;
    text-align: left;
}

.adressSearch {
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    margin: 0 auto;
    /*border: 2px double red;*/
}

.adressSearchBox {
    /*border: 2px double green;*/
    width: 80vw;
    justify-content: left;
    align-items: start;
    align-content: start;
    text-align: left;
}

.spacerBox {
    height: 20px;
}

.SupportedBrowser {
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

.SupportedBrowserOptinos {
    margin-top: 10px;
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    font-size: xx-small;

}

.hidden {
    display: none;
}

.F10Header {
    background-color: #88C7A1;
}
