/* Minification failed. Returning unminified contents.
(2159,38): run-time error CSS1046: Expect comma, found '64'
(2159,44): run-time error CSS1046: Expect comma, found '/'
 */
/*JavaScript / Cookies aktivieren / BrowserInfo*/
#cookiesInfo {
    display: none;
}

#javaScriptInfo, #cookiesInfo {
    position: absolute;
    z-index: 5000;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}

    #javaScriptInfo div, #cookiesInfo div {
        display: block;
        width: 305px;
        height: 120px;
        padding: 20px;
        background-color: #fff;
        border-radius: 6px;
        margin: 280px auto;
        text-align: justify;
    }

    #javaScriptInfo p a, #javaScriptInfo p a:visited, #cookiesInfo p a, #cookiesInfo p a:visited {
        color: #9c242d;
    }
/*ALLGEMEIN-------------------------------------------------------------------------*/
body, body * {
    font-family: Lato, sans-serif !important;
}

button,
input[type="color"]:-moz-system-metric(color-picker-available),
input[type="reset"],
input[type="button"],
input[type="submit"] {
    cursor: pointer;
}

    button::-moz-focus-inner,
    input[type="reset"]::-moz-focus-inner,
    input[type="button"]::-moz-focus-inner,
    input[type="submit"]::-moz-focus-inner,
    select::-moz-focus-inner,
    input[type="file"] > input[type="button"]::-moz-focus-inner {
        border: 0;
        outline: 0;
    }

* {
    margin: 0px;
    padding: 0px;
}

button, input[type=submit] {
    cursor: pointer;
}



script {
    display: none !important;
}

pre, code, address, caption, cite, code, em, strong, th {
    font-size: 1em;
    font-weight: normal;
    font-style: normal;
}

ul, ol {
    list-style: none;
}

fieldset, img, hr {
    border: none;
}

caption, th {
    text-align: left;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}

strong {
    font-weight: bold;
}

ol.list, ul.list {
    list-style: inside;
    padding-left: 10px;
}

html, body {
    width: 100%;
    height: 100%;
}

    body.login, body.register, body.dashboard {
        height: auto;
    }


    body.noScroll {
        overflow: hidden !important;
    }

img /*IE fix*/ {
    border: 0px solid black !important;
}

.displayBlock {
    display: block;
}

.showOnPrint {
    display: none;
}

.ieOnly.hidden {
    display: none !important;
}

#main {
    position: absolute;
    width: 100%;
    height: 100%;
}

body.ecd-open #main {
    overflow: scroll !important;
}

a, input {
    outline: 0;
}

#tempPrint {
    display: none;
}

.bold {
    font-weight: bold;
}

.inlineBlock {
    display: inline-block;
    vertical-align: top;
}

    .inlineBlock.col-1 {
        width: 100%;
    }

    .inlineBlock.col-2 {
        width: 50%;
    }

    .inlineBlock.col-3 {
        width: 33%;
    }
/*WAITING SCREEN*/
.ui-widget-overlay {
    background-image: none !important;
    background-color: #333 !important;
    background-color: rgba(255, 255, 255, 0.5) !important;
    height: 100% !important;
    width: 100% !important;
    position: fixed !important;
    z-index: 2000;
    opacity: 1 !important;
}

#waitingscreenMessageContainer {
    position: fixed;
    top: 40%;
    z-index: 2901;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

    #waitingscreenMessageContainer p {
        font-size: 32px;
        font-weight: bold;
        color: white;
        -webkit-text-shadow: 2px 2px #666;
        text-shadow: 2px 2px #666;
    }

#waitingscreenSecondMessageContainer {
    position: fixed;
    bottom: 10px;
    z-index: 2902;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

    #waitingscreenSecondMessageContainer p {
        font-size: 16px;
        color: white;
        -webkit-text-shadow: 2px 2px #666;
        text-shadow: 2px 2px #666;
    }


#waitingscreenMessageContainer #globalProgress {
    display: none;
    margin: auto;
    width: 300px;
    max-width: 90%;
    margin-top: 20px;
    background-color: #f5f5f5;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    overflow: hidden;
}

    #waitingscreenMessageContainer #globalProgress div {
        background-color: #6fdf8c;
        height: 20px;
        width: 0%;
        -moz-transition: width 0.6s ease 0s;
        -o-transition: width 0.6s ease 0s;
        -webkit-transition: width 0.6s ease 0s;
        transition: width 0.6s ease 0s;
    }

#waitingscreenPreloaderContainer {
    position: fixed;
    top: 47%;
    z-index: 2901;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

#waitingscreenMessageContainer #waitingscreenPreloaderContainer {
    position: relative;
    bottom: -10px;
}

/*#load.ipadFix, #loadicon.ipadFix {
    position: absolute !important;
}*/
#loadicon {
    background-image: url('images/loading_anim_50x50.gif');
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 3001;
    height: 100% !important;
    width: 100% !important;
    position: fixed;
}

/*DASHBOARD SLIDER*/
div#toppanel {
    z-index: 2500 !important;
}

    div#toppanel .tab ul.login {
        float: none;
        left: -127px;
        margin-left: 50%;
    }

#panel .content {
    padding-top: 8px !important;
    width: 100% !important;
    text-align: center !important;
}

div.slider-item {
    display: inline-block;
    text-align: center;
    min-width: 150px;
    height: 90px;
    border-radius: 5px;
    border: 1px solid #fff;
    background-color: #ccc;
    margin: 0 3px 10px 3px;
    /*background-color:#f54040;*/
}

.tab ul.login li a, .tab ul.login li a:visited {
    color: #fff !important;
    width: 158px !important;
    text-decoration: none !important;
}

    .tab ul.login li a span.new {
        color: red;
        text-decoration: none !important;
        background-image: url(images/counter_back_slider.png);
        background-repeat: no-repeat;
        display: inline-block;
        width: 14px;
        height: 14px;
    }

    .tab ul.login li a span.link {
        text-decoration: underline !important;
    }

    .tab ul.login li a:hover {
        color: #ccc !important;
    }


div.slider-item a, div.slider-item a:visited {
    color: #222 !important;
}

    div.slider-item a:hover {
        color: #555 !important;
    }

/*KOPFZEILE------------------------------------------------------------------------*/
#appHeadline {
    background-image: none;
    border-radius: 0px !important;
    width: 100% !important;
    position: fixed;
    z-index: 1000;
    top: 0px;
    padding: 0 !important;
    background-repeat: repeat-x;
    height: 76px;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
    background-color: white !important;
    /*border-bottom:1px solid #999;*/
}

.loginLogo {
    margin-top: 10px;
}

.fixFixed #appHeadline,
.fixFixed #mobileBar,
.fixFixed #appNaviBox {
    position: absolute !important;
}

.fixFixed #appFooter {
    display: none !important;
}

#appHeadline h2, #appHeadline h2, #appHeadline h2,
#dashboardHeadline h2, #dashboardHeadline h2, #dashboardHeadline h2 {
    color: #404040;
    font-weight: normal;
    text-shadow: none;
    font-size: 16px;
    margin: 36px 0 0 14px;
    text-decoration: none;
}

#appHeadline .headlineAccountName, #dashboardHeadline .headlineAccountName {
    text-shadow: none;
    font-size: 12.8px;
    color: #7a7a7a;
    font-weight: 400;
    margin-bottom: 4px;
    display: block;
}

.headlineAppName > * {
    display: inline-block;
    vertical-align: text-top;
    margin-top: 4px;
    color: black;
}

.headlineAppName > a {
    font-size: 0;
}

#appHeadline h2#appName, #dashboardHeadline h2#appName {
    margin: 0 !important;
    padding: 18px 0 0 24px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 390px;
}

#appHeadlineContent {
    width: 1244px;
    margin: auto;
    position: relative;
}

#kanzleiLogo {
    height: 153px;
    background-color: #fff;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top: 0px;
    /*border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    border-left: 1px solid #666;*/
    box-shadow: none;
    float: left;
    border: 1px solid #e0e0e0;
    border-top: 0;
    padding-left: 20px;
    padding-right: 20px;
}

.wraptocenter /*Kanzleilogo wird in der Box vertikal zentriert*/ {
    height: inherit;
    display: table-cell;
    vertical-align: middle;
}

    .wraptocenter * {
        vertical-align: middle;
    }

#kanzleiLogo img {
    max-height: 110px;
    max-width: 250px;
    min-width: 100px;
    margin: 0px 19px 0 19px;
    -ms-interpolation-mode: bicubic;
}
/*betrifft nur Dashboard*/

#userInfo {
    margin-right: 8px;
    height: 76px;
}

    #userInfo img, #userInfo a {
        float: left;
    }

    #userInfo img {
        height: 76px;
    }

    #userInfo a:link, #userInfo a:visited {
    }

    #userInfo a:hover {
        text-decoration: underline;
    }

#userName {
    padding-right: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    max-width: 330px;
}

    #userName *, #appName * {
        word-break: keep-all;
        white-space: nowrap;
    }

    #userName h2 {
        position: relative;
    }

#headlineUserSettings {
    position: static;
    right: -10px;
    top: -35px;
    margin-right: 8px;
}

#userName #userFullname {
    text-align: right;
    display: inline-block;
    min-width: 130px;
    float: right;
    padding-right: 8px;
    padding-top: 3px;
    color: black;
}

#userName #userRole {
    font-size: 14px;
    text-shadow: none;
    position: absolute;
    right: 8px;
    top: -19px;
    color: grey;
}

#appFooter {
    border-radius: 0px !important;
    width: 100% !important;
    position: fixed;
    bottom: 0px;
    height: 19px;
    background-repeat: repeat-x;
    z-index: 2000;
}

/*INHALTSBEREICH-------------------------------------------------------------------------------*/



/*Content Seite*/
#appContentBox span {
    font-size: 12.8px;
}

    #appContentBox span.datecolor {
        color: red;
    }


#navigation {
    height: 50px;
}

#buttons {
    height: 40px;
    display: inline-block;
}

    #buttons ul {
        margin-top: 20px;
        padding-left: 12px;
    }

        #buttons ul li {
            float: left;
            list-style-type: none;
            margin-right: 10px;
        }





/*Content Seite Ende*/

/*FOOTER-------------------------------------------------------------------*/
#appFooter {
    z-index: 800;
    position: fixed !important;
    /*background-image: url(images/footerDashboard.png);*/
    background-color: #ab0300;
    background-repeat: repeat-x;
    bottom: 0;
    height: 19px;
    width: 100% !important;
    background-position: bottom;
    display: none !important;
}

#webAkteLogo {
    position: fixed !important;
    bottom: 25px;
    right: 0px;
    height: 100px;
    z-index: 400;
}

    #webAkteLogo img {
        width: 210px;
        height: 70px;
        padding-top: 16px;
        margin-right: 20px;
    }

#optionBox {
    display: none !important;
    opacity: 0;
    position: absolute;
    top: -29px;
    right: 26px;
    min-height: 27px;
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 4px 6px 14px rgba(0,0,0,0.4);
    padding: 80px 0px 10px 24px;
    z-index: 300;
}

    #optionBox ul li {
        list-style-type: none;
        float: left;
        margin-right: 28px;
    }

        #optionBox ul li a, #optionBox ul li a:visited {
            color: #000;
            text-decoration: none;
        }

/*SONSTIGES-------------------------------------*/
/*----------------------------------------------*/
.whenHover {
    cursor: pointer;
    /*cursor: hand;*/
}

.floatLeft {
    float: left;
}

.forceFloatLeft {
    float: left !important;
}

.floatRight {
    float: right;
}

.forceFloatRight {
    float: right !important;
}

.floatNone {
    float: none !important;
}

.clearFix {
    clear: both;
}

    .clearFix:before, .clearFix:after {
        display: block;
        content: " ";
        clear: both;
    }

.noBorder {
    border: 0px !important;
}

.fontNormal {
    font-weight: normal !important;
}

.fontBold {
    font-weight: bold !important;
}

.requiredfield {
    font-weight: bold !important;
}

    .requiredfield:after {
        content: " *";
        color: Red;
        font-weight: bold;
    }

.not-required {
    font-weight: normal !important;
}

    .not-required:after {
        content: "";
    }

div.validation-summary-errors {
    background-color: #F1F1F3;
    border: 1px dashed red;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
    display: block;
    margin: 20px 0;
    padding: 5px 0;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
}
/*First Steps*/
.firstStepsContainer {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    border: 1px solid rgba(64,64,64,0.2);
    /* height:268px;*/
    width: 284px;
    padding: 20px;
    box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.1);
}

    .firstStepsContainer ul li {
        margin: 9px 0;
        width: 260px;
        padding: 5px 10px;
        background-color: #e9e9e9;
        border-radius: 6px;
        border-bottom: 1px solid #aaa;
        box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.1);
    }

    .firstStepsContainer h1 {
        margin-bottom: 10px;
    }

    .firstStepsContainer ul li span, .firstStepsContainer span {
        width: 100px;
        font-size: 12px;
    }

    .firstStepsContainer ul li.inactive {
        background-color: #F7F7F7;
    }

        .firstStepsContainer ul li.inactive img {
            opacity: 0.5;
        }

        .firstStepsContainer ul li.inactive span {
            color: #bbb;
            opacity: 0.7;
        }

    .firstStepsContainer ul li * {
        display: inline-block;
        vertical-align: middle;
    }

    .firstStepsContainer ul li img.stepImage {
        margin-right: 5px;
    }

    .firstStepsContainer ul li img.firstStepButton {
        margin-left: 10px;
    }

#firstStepsDashboardContainer {
    left: 50%;
    margin-left: 296px;
    top: 214px;
    position: absolute;
    z-index: 800;
    /*display:none;*/
}

#firstStepsOrdnerContainer {
    border-radius: 16px;
    margin: 20px auto;
    height: auto;
}

    #firstStepsOrdnerContainer h1 img, #firstStepsOrdnerContainer h1 span {
        vertical-align: bottom;
    }

    #firstStepsOrdnerContainer h1 img {
        width: 30px;
        margin-left: 10px;
    }

/*hightlightd text*/
.highlighttext {
    background-color: #ffff00;
    font-size: inherit !important;
}


/*Mobile*/
#mobileBar, #breadCrumbsMobile {
    display: none;
}

@media screen and (max-width: 640px) /*Media query für kleinere Dashboard-Icons*/
{
    #lesekontrolle_icon {
        display: none;
    }

    #kontrollzentrum .dashboard_icon {
        width: 118px;
        height: 132px;
        float: left;
        text-align: center;
    }

        #kontrollzentrum .dashboard_icon .imageWrapper {
            width: 92px;
            height: 92px;
        }

        #kontrollzentrum .dashboard_icon a {
            text-decoration: none;
            color: #444;
            font-size: 10px;
        }

            #kontrollzentrum .dashboard_icon a:hover {
                color: #000;
            }

        #kontrollzentrum .dashboard_icon p {
            margin-top: 0px !important;
        }

    .inactive_button {
        color: #999;
        font-size: 10px;
        text-decoration: none;
    }

    #kontrollzentrum .dashboard_counter,
    #kontrollzentrum .no_counter {
        position: relative;
        padding-top: 9px;
        top: 19px;
        left: 87px;
    }

        #kontrollzentrum .dashboard_counter.display_blank {
            padding-top: 28px;
            top: 41px;
            left: 92px;
        }


    #kontrollzentrum .nodisplay {
        display: none;
    }

    #webAkteLogo {
        display: none !important;
    }
}


#newWaiting {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 2900;
    background-color: #666;
    filter: Alpha(opacity=80) !important;
    background-color: rgba(102,102,102,0.8);
    display: none;
    top: 0;
}

.waitingScreenActive #newWaiting,
.waitingScreenActive .newWaitingScreenContainer {
    display: block !important;
}

#newProgressbar {
    top: 0;
    width: 100%;
    height: 2px;
}

#newProgressbarInner {
    width: 0%;
    height: 100%;
    background-color: #B51F29;
}

.metaContainer .webAkteHelpLinkContentContainer {
    width: 96%;
    border-left: 6px solid #f58500;
    border-right: 6px solid #f58500;
}

.webAkteHelpLinkContentContainer img {
    margin-right: 10px;
}

/*Select2 overrides*/
.select2-results {
    padding: 0 !important;
    margin: 0 !important;
    font-size: 12px;
}

.select2-search-choice {
    padding: 1px 3px 1px 16px !important;
    margin: 5px 0 1px 5px !important;
}

.select2-search-choice-close {
    top: 1px !important;
}

.select2-advanced-select {
    width: 99% !important;
}

.select2-no-results {
    background: transparent;
    margin: 2px 0 4px;
}

input, textarea {
    white-space: pre-wrap;
}

/*success note */
div.notificationContainer {
    border-radius: 6px;
    border: 1px solid #949494;
    padding: 10px 20px 10px 10px;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
    min-width: 180px;
    margin-top: 24px;
    margin-left: 12px;
    position: absolute;
    top: 60px;
    display: none;
    opacity: 0;
    -webkit-box-shadow: 0px 0px 49px 23px rgba(255, 255, 255, 0.2); /* WebKit */
    -moz-box-shadow: 0px 0px 49px 23px rgba(255, 255, 255, 0.2); /* Firefox */
    box-shadow: 0px 0px 49px 23px rgba(255, 255, 255, 0.2); /* Standard */
}

    div.notificationContainer .close {
        background-color: white;
        border: 1px solid #444;
        border-radius: 6px;
        color: #444;
        font-size: 14px;
        font-weight: bold;
        height: 18px;
        padding-left: 5px;
        position: absolute;
        top: 10px;
        right: -10px;
        width: 13px;
        cursor: pointer;
    }

div#errorNoteContainer {
    background-color: #edd8d8;
    border: 4px solid #d40000;
    border-bottom: 1px solid #d40000;
    border-top: 1px solid #d40000;
}

div#warningNoteContainer {
    background-color: #ede8d8;
}

div#successNoteContainer {
    background-color: #d8eddf;
}

div.notificationContainer p, div.notificationContainer img {
    display: inline-block;
    font-size: 12px;
    vertical-align: middle;
}

div.notificationContainer img {
    width: 20px;
    float: left;
}

div.notificationContainer p {
    margin: -2px 0 0 6px;
}

div.flyingSuccessNoteContainer {
    width: 500px;
    max-width: 100%;
    border-radius: 6px;
    border: 1px solid #949494;
    background-color: #ede8d8;
    height: auto;
    position: fixed;
    top: -20px;
    left: 50%;
    margin-left: -250px;
    z-index: 3000;
    display: none;
    font-size: 12px;
}

    div.flyingSuccessNoteContainer .close {
        float: right;
        margin: 30px 20px 0 0;
        font-size: 20px;
        font-weight: bold;
        cursor: pointer;
        padding: 4px 10px;
        border-radius: 3px;
        background-color: rgba(0,0,0,0.1);
    }

    div.flyingSuccessNoteContainer p {
        margin: 30px 0 0 10px;
        padding-left: 40px;
        background-repeat: no-repeat;
        background-image: url("apps/common/images/warningIcon.png");
        min-height: 40px;
        padding-top: 7px;
    }

    div.flyingSuccessNoteContainer.success {
        background-color: #d8eddf;
    }

        div.flyingSuccessNoteContainer.success p {
            background-image: url("apps/common/images/successIcon.png");
        }

    div.flyingSuccessNoteContainer.error {
        background-color: #edd8d8;
        border: 4px solid #d40000;
    }

        div.flyingSuccessNoteContainer.error p {
            background-image: url("apps/common/images/errorIcon.png");
        }

.allowedFormatsInfo {
    max-width: 100%;
    text-align: left;
    margin-bottom: 10px;
}


/*hilfe dialog
.modalHelpDialog {
    width:90% !important;
    max-height:100%;
    height:700px !important;
    max-width:1024px !important;
    padding:0 !important;
    border-radius:0 !important;
    border:1px solid black !important;
}

.modalHelpDialog .ui-dialog-titlebar {
    border-radius:0 !important;    
    background-color:#B51F29 !important;
    border:0 !important;
    border-bottom:1px solid black !important;
    background-image:none !important;
}
#webakteHelpDialog {
    height:659px !important;
    padding:0 !important;
    overflow:hidden !important;
}
.modalHelpDialog iframe {
    margin:0;
    padding:0;
    background-color:transparent;
    overflow:auto;
    width:100%;
    max-height:100%;
    height:100%;
}
*/

#helpContainer {
    display: none;
}

    #helpContainer.active {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        background-color: rgba(0,0,0,0.8);
        z-index: 10001;
        width: 100%;
        height: 100%;
        background-image: url(images/overlay_stripes.png);
    }

#helpContent {
    min-width: 50%;
    width: 1024px;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    /*background-color:rgba(255,255,255,0.04);*/
}

    #helpContent.opened {
        -webkit-overflow-scrolling: touch;
    }

    #helpContent iframe {
        width: 1024px;
        min-width: 100%;
        max-width: 100%;
        height: 100%;
        position: relative;
        left: -1064px;
        box-shadow: 0 0 45px rgba(0, 0, 0, 0.8);
    }

#helpContainerClose, #helpContainerClose:active {
    display: block;
    position: fixed;
    right: 20px;
    top: 27px;
    color: black;
    text-decoration: none;
    font-size: 20px;
    border: 1px solid black;
    width: 20px;
    height: 20px;
    padding: 2px 2px 6px 8px;
    background-color: white;
    outline: 2px solid white;
}

@media screen and (max-width: 1024px) {
    .modalHelpDialog {
        width: 100% !important;
        max-width: 100% !important;
        height: 90% !important;
    }
}

.betterupload-container > * {
    display: inline-block;
    vertical-align: middle;
}

.betterupload-container .betterupload-filename {
    padding-left: 10px;
}

#shareListWaitingContainer {
    text-align: center;
    display: none;
}

.newShareBox h2 {
    color: #444;
    font-size: 14px;
}

.newShareBoxList {
    max-height: 180px;
    overflow: auto;
}

.modalNeueMitteilung .newShareBoxList {
    max-height: none;
}

.newShareBoxListContainer.hasCreator,
.newShareBoxListContainer.hasOwner {
    display: block !important;
}

.newShareBoxList li {
    list-style-type: none;
    list-style-position: inside;
    border-top: 1px solid #bbb;
    padding: 11px 0 7px 32px;
    background-repeat: no-repeat;
    background-position: left 2px;
    margin-bottom: 6px;
}

    .newShareBoxList li:first-child {
        border-top: 0px;
    }

    .newShareBoxList li a, .newShareBoxList li a:visited {
        float: right;
        display: block;
        font-weight: bold;
        font-size: 15px;
        color: #666;
        text-decoration: none;
        margin: -5px 6px 0 0;
        font-style: normal;
    }

    .newShareBoxList li.user {
        background-image: url(apps/users/images/userIconSmall.png);
    }

    .newShareBoxList li.creator, .newShareBoxList li.owner {
        position: relative;
    }

        .newShareBoxList li.creator:after, .newShareBoxList li.owner:after {
            content: url(apps/users/images/creatorIcon.png);
            position: absolute;
            width: 82px;
            height: 24px;
            right: 0;
            top: 2px;
        }

        .newShareBoxList li.owner:after {
            content: url(apps/users/images/ownerIcon.png);
        }

    .newShareBoxList li.user.inactive {
        background-image: url(apps/users/images/userIconSmallInactive.png);
    }

        .newShareBoxList li.user.inactive span.userName:after {
            content: " (Einladung noch nicht angenommen)";
        }

    .newShareBoxList li.group {
        background-image: url(apps/users/images/userGroupIconSmall.png);
    }

        .newShareBoxList li.group.systemGroup {
            background-image: url(apps/users/images/systemGroupIconSmall.png);
        }

#newShareBoxGroupsListAddGroup.newShareBoxList li.group.systemGroup {
    padding-bottom: 0;
}

.newShareBoxList li a:hover {
    color: red;
}

.newShareBoxList li .addSystemGroupWarning {
    margin-left: -32px;
    margin-top: 10px;
    border-top: 1px solid #e1e1e1;
    background-color: #fdf0b4;
    padding: 10px;
}

.newShareBoxAddContainer input {
    border: 1px solid #ccc;
    box-shadow: 0 1px 3px #ddd inset;
    display: inline-block;
    padding: 5px 0;
    width: 68%;
    width: calc(69% - 2px);
    background-image: url(apps/common/images/selectarrow.gif);
    background-repeat: no-repeat;
    background-position: right center;
}

.newShareBoxList li .inheritOptions {
    margin-top: 6px;
    display: inline-block;
}

    .newShareBoxList li .inheritOptions * {
        display: inline-block;
        vertical-align: middle;
    }

    .newShareBoxList li .inheritOptions span {
        margin: 0 10px 0 5px;
    }

.newShareBoxAddContainer button {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.08) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #d3ab40;
    border-radius: 6px;
    padding: 7px 10px;
    cursor: pointer;
    font-style: normal;
}

    .newShareBoxAddContainer button:hover {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.12) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    }

    .newShareBoxAddContainer button.disabled {
        opacity: 0.4;
    }

        .newShareBoxAddContainer button.disabled:hover {
            background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.08) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
        }

.newShareBoxAddContainer select {
    border: 1px solid #ccc;
    box-shadow: 0 1px 3px #ddd inset;
    display: inline-block;
    padding: 4px 0;
    margin-right: 3%;
    width: 27%;
    font-size: 20px;
}

.newShareBoxAddContainer h2 {
    margin: 10px 0;
}

#shareListWarningContainer, .shareListWarningContainer {
    background-color: #f5ead0;
    margin: 35px 0 10px;
    border: 1px solid #b78100;
    padding: 10px;
    text-align: center;
}


/*ColorPicker*/
.sp-replacer:hover, .sp-replacer.sp-active {
    border-color: #000 !important;
}

.sp-replacer.sp-active {
    border-bottom-color: #ececec !important;
}

.sp-container {
    border: 1px solid #000 !important;
}

    .sp-container .sp-palette-toggle {
        color: transparent !important;
        background-image: url(images/colorpicker_disabled.png);
        background-repeat: no-repeat;
        background-position: 4px 4px;
        width: 26px;
        height: 26px;
    }

    .sp-container.sp-palette-only .sp-palette-toggle {
        background-image: url(images/colorpicker.png);
    }

/*App Selektor*/
.appSelector {
    font-size: 12px;
    position: relative;
    top: 2px;
    cursor: pointer;
}

    .appSelector div {
        cursor: default;
        display: none;
        background-color: white;
        padding: 16px 10px;
        box-shadow: 4px 6px 14px rgba(0, 0, 0, 0.2);
        border: 1px solid #e0e0e0;
        position: relative;
        border-radius: 15px;
        left: -10px;
        z-index: 1;
    }

    .appSelector li {
        margin-bottom: 10px;
    }

        .appSelector li:last-child {
            margin-bottom: 0;
        }

    .appSelector a, .appSelector a:visited {
        font-size: 14px;
        text-shadow: none;
        color: #444;
        text-decoration: none;
    }

        .appSelector a:hover span {
            text-decoration: underline;
        }

        .appSelector a img, .appSelector a span {
            display: inline-block;
            vertical-align: middle;
        }

        .appSelector a img {
            width: 20px;
            background-color: #7ec9c3;
            border-radius: 4px;
            border: 1px solid #7ec9c3 !important;
            margin-right: 7px;
        }

            .appSelector a img.secondary {
                background-color: #fff;
                border: 1px solid #E0E0E0 !important;
            }

.field-validation-error {
    color: #ff0000;
}

.betterupload-filename {
    color: #ff0000;
}

.pdfLink, .pdfLink:visited {
    background-image: url(apps/common/images/pdfIcon.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 24px;
    padding-top: 2px;
    display: inline-block;
    min-height: 18px;
    color: #444;
    font-size: 14px;
}

.errorContainer {
    margin: 30px 0 0 2%;
    background: white;
    padding: 20px 2% 40px;
    max-width: 92%;
    -webkit-box-shadow: 3px 6px 19px 0px rgba(0,0,0,0.24);
    -moz-box-shadow: 3px 6px 19px 0px rgba(0,0,0,0.24);
    box-shadow: 3px 6px 19px 0px rgba(0,0,0,0.24);
}

    .errorContainer img {
        margin-bottom: 20px;
        width: 300px;
    }

#headlineLimitInformationContainer {
    position: relative;
    float: right;
    width: 0px;
    height: 0px;
}

#headlineLimitInformation {
    position: relative;
    right: 522px;
    width: 500px;
    height: 30px;
    background: white;
    top: 71px;
    padding: 5px 10px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.05);
    border: 2px solid #ffce00;
    border-top: 0;
}

    #headlineLimitInformation img {
        height: 30px;
        margin-right: 10px;
    }

    #headlineLimitInformation > * {
        display: inline-block;
        vertical-align: middle;
    }

    #headlineLimitInformation p {
        font-size: 14px;
    }

        #headlineLimitInformation p a, #headlineLimitInformation p a:visited {
            color: #b51f2a !important;
            font-weight: bold !important;
        }



/*Welcome Screen*/

.schattenWelcomeScreen {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.65);
}

.welcomeScreenContainer {
    position: absolute;
    top: 260px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2001;
}

.welcomeScreenInnerContainer {
    padding: 10px 10px 30px 30px;
    width: 890px;
    position: absolute;
}

#welcomeScreenMandantInnerContainer {
    padding: 20px 10px 30px 40px;
}

.welcomeScreenInnerContainer p {
    font-size: 12px;
}

.welcomeScreenInnerContainer div.top {
    margin: 20px auto 6px;
}

    .welcomeScreenInnerContainer div.top p {
        margin-top: 6px;
    }

.welcomeScreenInnerContainer h2 {
    font-size: 20px;
    font-weight: normal;
    margin-top: 16px;
}


.welcomeScreenInnerContainer div.middle {
    padding: 15px 0 20px 0;
}

    .welcomeScreenInnerContainer div.middle div.formcolumnleft {
        background-color: #F1F1F3;
        border-radius: 6px 6px 6px 6px;
        box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
        padding: 15px;
        height: 280px;
        width: 376px;
        border: 1px solid #888;
    }

#welcomeScreenMandantInnerContainer div.middle div.formcolumnleft {
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    padding: 15px 15px 15px 0;
    height: 230px;
    width: 386px;
    border: 0px solid #888;
}

.welcomeScreenInnerContainer div.middle div.formcolumnleft ul li {
    margin: 20px 0;
    font-size: 12px;
}

    .welcomeScreenInnerContainer div.middle div.formcolumnleft ul li.inactive {
        opacity: 0.4;
    }

    .welcomeScreenInnerContainer div.middle div.formcolumnleft ul li * {
        display: inline-block;
        vertical-align: middle;
    }

    .welcomeScreenInnerContainer div.middle div.formcolumnleft ul li .stepImage {
        margin-right: 8px;
    }

    .welcomeScreenInnerContainer div.middle div.formcolumnleft ul li a, .welcomeScreenInnerContainer div.middle div.formcolumnleft ul li img.firstStepButton {
        float: right;
    }

.welcomeScreenInnerContainer div.bottom {
    height: 60px;
    margin: 10px auto;
    font-size: 12px;
}

    .welcomeScreenInnerContainer div.bottom input {
        margin-right: 8px;
    }

.welcomeScreenInnerContainer div.benefit {
    height: 68px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 6px 6px 6px 6px;
    padding: 20px 16px 20px 4px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
}

    .welcomeScreenInnerContainer div.benefit strong {
        font-weight: bold;
    }

    .welcomeScreenInnerContainer div.benefit div.benefitText {
        width: 300px;
        font-size: 12px;
        float: right;
    }

        .welcomeScreenInnerContainer div.benefit div.benefitText p {
            color: #444;
            margin-top: 8px;
        }

.welcomeScreenInnerContainer #jetzt_registrieren_button {
    background-image: url(images/jetzt_registrieren_button.png);
    background-repeat: no-repeat;
    display: inline-block;
    padding: 15px 0 0 60px;
    width: 123px;
    height: 31px;
    color: #b51f29;
    text-decoration: none;
    font-weight: bold;
}

#showWelcomeScreenLink {
    margin-left: 0 !important;
}

    #showWelcomeScreenLink img {
        widtH: 20px;
    }

.loginContainer {
    background-color: white;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.35);
    padding: 36px 34px;
    min-height: 250px;
    z-index: 700;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

    .loginContainer .divide {
        margin-bottom: 22px;
    }

    .loginContainer .text {
        font-size: 14px;
        line-height: 20px;
    }

    .loginContainer h2 {
        font-size: 20px;
        font-weight: normal;
        margin-bottom: 28px;
    }

.welcomeScreenInnerContainer a, .welcomeScreenInnerContainer a:visited, .welcomeScreenInnerContainer a:hover {
    color: #b51f2a !important;
    font-weight: bold !important;
}

.dialogRadioGroup > * {
    display: inline-block;
    vertical-align: middle;
}

.containerWaitingScreenActive {
    background-image: url(images/ui-anim_basic_16x16.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-position: center center;
    min-height: 20px;
}

    .containerWaitingScreenActive * {
        opacity: 0;
    }

div.infoBox {
    background-color: #fff;
    border: 1px solid #ffce00;
    padding: 10px 15px;
}

    div.infoBox.bg {
        background-color: #f9f8f4;
    }


p.text,
li.text {
    font-size: 12px;
    line-height: 20px;
}

h4.textHeader {
    margin-bottom: 6px;
    color: #555;
}

p.text.large-text,
li.tex.large-textt {
    font-size: 16px;
    line-height: 24px;
}

p.text.secondary,
li.text.secondary {
    color: #888;
}

p.text.block,
li.text.block {
    display: block !important;
}

p.text.info,
li.text.info {
    font-style: italic;
    padding-left: 20px;
    background-image: url(apps/common/images/info_icon_small.png);
    -ms-background-repeat: no-repeat;
    background-repeat: no-repeat;
    -ms-background-position: top left;
    background-position: top left;
}

    p.text.info.dialog,
    li.text.info.dialog {
        padding-left: 30px;
        background-image: url(apps/common/images/info_icon_small.png);
        -ms-background-position: center left;
        background-position: center left;
    }

p.text.variant,
li.text.variant {
    font-weight: bold;
    font-style: italic;
}

p.text.center,
li.text.center {
    text-align: center;
}

p.divide,
li.divide {
    margin-bottom: 12px;
}

h4.divide {
    margin-bottom: 12px;
    font-weight: normal;
}

p.divide.largeDivide,
li.divide.largeDivide {
    margin-bottom: 48px;
}

ul.bulletlist {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 1em;
}

/*FOOTER*/
#left_area {
    float: left;
}


#right_area {
    float: right;
}

    #left_area ul li, #right_area ul li {
        list-style-type: none;
        float: left;
        color: #666;
        height: 100%;
        border-right: 1px solid #fff;
    }

        #right_area ul li:last-child, #left_area ul li:last-child {
            margin-right: 50px !important;
            border-right: 0px !important;
        }

@media only screen and (max-width:768px) {
    #left_area {
        display: none;
    }

    #right_area {
        width: 100%;
        float: none;
    }

        #right_area ul li:last-child, #left_area ul li:last-child {
            margin-right: 0 !important;
        }
}


#left_area, #right_area {
    height: 100%;
}

.footer ul {
    height: 100%;
}

.footer li {
    height: 100%;
    background-color: #333;
}

    .footer li a, .footer li a:visited {
        padding-right: 25px;
        padding-left: 25px;
        padding-top: 4px;
        height: 100%;
        text-decoration: none;
        color: #fff !important;
        font-size: 11px;
        display: inline-block;
        vertical-align: text-top;
    }

    .footer li:hover a {
        text-decoration: underline;
        background-color: #555;
    }

a.link,
a.link:visited,
a.link:hover {
    color: #444;
    text-decoration: underline;
}

    a.link.externalLink,
    a.link.externalLink:visited,
    a.link.externalLink:hover {
        display: inline-block;
        background-image: url(apps/common/images/external_link-icon.png);
        background-repeat: no-repeat;
        background-position: left center;
        padding-left: 12px;
    }

.dashboard a.link,
.dashboard a.link:visited,
.dashboard a.link:hover,
.dashboard .ui-dialog a.link,
.dashboard .ui-dialog a.link:visited,
.dashboard .ui-dialog a.link:hover {
    color: #ab0300;
    font-weight: bold;
}


/*nice radios + checkbox*/
/*label muss direkt hinter input sein, for="" attribut muss gesetzt sein!!!*/
.betterRadio,
.betterCheckbox {
    display: none !important;
}

    .betterRadio + label,
    .betterRadio + input + label {
        display: inline-block;
        background-image: url(apps/common/images/filterBetterRadioInactive.png);
        min-height: 23px;
        padding-top: 7px;
        background-repeat: no-repeat;
        background-position: left center;
        width: auto !important;
        padding-left: 30px;
        margin-right: 10px;
        cursor: pointer;
        -moz-box-sizing: initial;
        -webkit-box-sizing: initial;
        box-sizing: initial;
        font-size: 16px;
    }

    .betterCheckbox + label,
    .betterCheckbox + input + label {
        display: inline-block;
        background-image: url(apps/common/images/filterBetterCheckboxInactive.png);
        background-position: left center;
        min-height: 32px;
        min-width: 32px;
        padding-top: 0;
        background-repeat: no-repeat;
        width: auto !important;
        padding-left: 0px;
        margin-right: 0px;
        cursor: pointer;
        -moz-box-sizing: initial;
        -webkit-box-sizing: initial;
        box-sizing: initial;
        font-size: 16px !important;
    }

    .betterCheckbox.input-validation-error + label {
        background-color: #ffc1c1 !important;
        border: 1px solid red !important;
    }


    .betterRadio.smallRadio + label,
    .betterRadio.smallRadio + input + label {
        background-image: url(apps/common/images/filterBetterRadioInactiveSmall.png);
        min-height: 14px;
        padding: 6px 6px 4px 26px;
    }


    .betterCheckbox.smallCheckbox + label,
    .betterCheckbox.smallCheckbox + input + label {
        background-image: url(apps/common/images/filerBetterCheckboxInactiveSmall.png);
        min-height: 14px;
        padding: 6px 6px 4px 26px;
    }

#detailsContentContainer .betterRadio + label,
#detailsContentContainer .betterRadio + input + label,
#detailsContentContainer .betterCheckbox + label,
#detailsContentContainer .betterCheckbox + input + label {
    font-size: 12px;
    padding-left: 32px;
}

.ui-dialog .betterRadio + label,
.ui-dialog .betterCheckbox + label {
    margin-bottom: 20px;
}

.betterCheckbox:checked + label,
.betterCheckbox:checked + input + label {
    background-image: url(apps/common/images/filterBetterCheckboxActive.png);
}

.betterRadio:checked + label,
.betterRadio:checked + input + label {
    background-image: url(apps/common/images/filterBetterRadioActive.png);
}

.betterRadio.smallRadio:checked + label,
.betterRadio.smallRadio:checked + input + label {
    background-image: url(apps/common/images/filterBetterRadioActiveSmall.png);
}

.betterCheckbox.smallCheckbox:checked + label,
.betterCheckbox.smallCheckbox:checked + input + label {
    background-image: url(apps/common/images/filerBetterCheckboxActiveSmall.png);
}

.workflowStep .fileUploadParagraph {
    margin-bottom: 30px;
}

    .workflowStep .fileUploadParagraph td {
        word-break: break-word;
    }

    .workflowStep .fileUploadParagraph table {
        width: auto !important;
    }

#SetAktenkurzbezeichnung + span {
    color: red;
    float: right;
    margin-top: 4px;
}

/*Hinweistexte (z.B: SVS)*/
.ui-dialog .hasHelpText p.formHelpTextParagraph, .ui-dialog .hasHelpText .dialogFormRow.collapsed p.formParagraph {
    display: none;
    height: 0;
    overflow: hidden;
    padding: 10px;
    border: 1px solid #ffcd00;
    margin-top: 10px;
}

.ui-dialog .hasHelpText .dialogFormRow.collapsed p.formParagraph {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
}

body .system-notification-container {
    width: 100%;
    padding: 20px;
    color: #000000;
    background: #FFE650;
    border-top: 1px solid grey;
    display: flex;
    flex-direction: row;
    -o-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    z-index: 1001;
}

body.home .system-notification-container {
    top: 0;
    bottom: auto;
    bottom: initial;
    border-bottom: 1px solid grey;
    border-top: 0;
}

body .system-notification-symbol {
    margin-right: 20px;
    display: flex;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

    body .system-notification-symbol > .system-notification-warn {
        height: 40px;
    }

        body .system-notification-symbol > .system-notification-warn > img {
            height: 100%;
            max-height: 100% !important;
            margin-top: 0 !important;
        }

body .system-notification-message {
    width: 100%;
    display: flex;
    flex-direction: column;
    -webkit-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
}

@media screen and (max-width: 640px) {
    body .system-notification-message {
        font-size: 12px;
    }
}

.languageSwitch {
    padding-left: 10px;
    padding-top: 2px;
}
/*for ie 9+*/
@media screen and (min-width:0\0) and (min-resolution: +72dpi) {
    .ec-custom-label-for-attachment {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        position: relative;
        top: -5px;
    }
}

/*e.sy thing ui elements*/
.esyThingButton {
    padding: 15px 23px;
    border: 1px solid #000;
    border-radius: 15px;
    background-color: #000;
    color: white;
    font-size: 16px;
    height: auto;
    text-decoration: none;
    text-align: center;
}

.esyThingButton.flex {
    display: flex;
    justify-content: center;
}

.esyThingButton.secondary {
    border: 1px solid #e1e1e1;
    background-color: #f2f2f2;
    color: black;
}

.esyThingButton:hover,
.esyThingButton.secondary:hover {
    border-color: #e1e1e1;
    background-color: #e1e1e1;
    text-decoration: none;
}

.esyThingDropdown {
    border: 1px solid #e8e8e8;
    color: #555555;
    height: 51px;
    width: 180px;
    border-radius: 15px;
    padding-left: 16px;
    font-size: 16px !important;
}

.esyThingButton.esyThingComboButton {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.esyThingDropdown.esyThingComboDropdown {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
}

/* new sidebar*/

.esyThingSideBarButton {
    border: 0;
    background: transparent;
}
#esyThingHeadlineSidebarButton {
    z-index: 1002;
    position: absolute;
    top: 25px;
    left: -56px;
}
.esyThingSideBarButton img {
    width: 24px;
}

#closeEsyThingSidebar img {
    margin-right: -8px;
}

#esythingSidebar {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: calc((100vw - 1244px) / 2 - 26px);
    min-width: 240px;
    background: white;
    z-index: 1001;
    box-shadow: 0px 16px 24px rgb(64 64 64 / 8%);
    padding-top: 10px;
    overflow: auto;
}

.esyThingSidebarRow {
    box-sizing: border-box;
    margin: 0 24px 36px;
    display: flex;
    flex-direction: row;
    flex: 1 0 100%;
    justify-content: space-between;
    align-items: center;
}

.esyThingSidebarTitleRow {
    position: fixed;
    top: 0;
    left: 0;
    width: inherit;
    min-width: inherit;
    box-sizing: border-box;
    background: white;
    margin: 0;
    padding: 0 24px 0;
    height: 76px;
}

.esyThingSidebarCurrentAccountRow {
    margin-top: 90px;
}
.esyThingSidebarRow.collapsed {
    margin: 0 24px 16px;
}
.esyThingSidebarDivider {
    border: 1px solid #E0E0E0;
}
.esyThingSidebarColumn {
    flex: 1 1 auto;
}

.esyThingSidebarHeadline {
    font-size: 16px;
    color: #404040;
    font-weight: 600;
    margin: 0 0 16px;
}
.esyThingSidebarHeadline,
.esyThingSidebarAccountLink {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.esyThingSidebarAccountLink {
    text-decoration: none;
    color: #404040;
    font-size: 16px;
    border-radius: 10px;
    padding: 8px;
    display: flex;
    align-items: center;
}

.esyThingSidebarAccountLink:hover {
    background-color: #f2f2f2;
}
.esyThingSidebarAccountIcon {
    max-width: 20px;
}
.esyThingSidebarAccountIcon,
.esyThingSidebarAccountName {
    margin-right: 8px;
}

.esyThingBadgeSmall.esyThingSidebarMessagesCounter {
    margin-left: auto;
    display: none;
}
.esyThingSidebarHeadline .esyThingSidebarMessagesCounter {
    margin-right: 8px;
}

.esyThingSidebarRow p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
}




/*
   if dialog style is used in regular form-views:
*/
form .ecd-dialog,
.ec-form-container .ecd-dialog {
    z-index: 0;
}

.appSelector div {
    min-width: 300px;

    color: black;
}

div#hauptNavi,
div.appStyle div#appHeadline,
div#appFooter,
div.appStyle div#appContent div#appContentBox div#appNaviBox,
ul.tabsList li.tabActive span.tabStartElement,
ul.tabsList li.tabActive span.tabMiddleElement,
ul.tabsList li.tabActive span.tabEndElement {
    background: #fff;

}
