body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: white;
}

.page_body {
    margin-bottom: 8rem;
}

.content {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    max-width: 1365px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.page_header {
    position: relative;
    flex-shrink: 0;
}

.header-menu {
    height: 2rem;
    color: #555;
    background-color: rgb(191 192 194);
    display: flex;
    justify-content: flex-end;
    z-index: 3;
}

.header-partners {
    position: relative;
    height: 46px;
    z-index: 1;
    margin-top: -16px;
}

.banderole-centered {
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/* Page Title */
.page_body_content p.title {
    font-size: 42px;
    color: gray;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}

.page_body_content p.sub_title {
    text-align: left;
    margin-bottom: 1em;
    color: black;
    font-size: medium;
}


/* Footer */
.page_footer {
    position: fixed;
    height: 3.125rem;
    background-color: #fff;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-bottom: 0px;
    padding: 0 10px;
}

    .page_footer a {
        color: rgb(128, 128, 128);
    }

        .page_footer a:visited {
            color: rgb(128, 128, 128);
        }

.footer-element {
    display: flex;
    align-items: center;
}

    .footer-element span:first-child {
        margin-right: 1rem;
    }


#ribbon-links {
    justify-content: right;
    flex: 1;
}

#ribbon-left {
    justify-content: left;
    flex: 1;
}

#copy-right {
    margin: 10px;
}


/* Buttons */
.confirm_button {
    text-align: center;
    margin-top: 14px;
    padding: 0px 20px;
    background-color: #005691;
    color: white;
    height: 40px;
    border-style: none;
    border-radius: 4px;
}
div.btn_container {
    display: flex;
    justify-content: center;
    align-items: stretch;
    column-gap: 30px;
}
.link_button_skid {
    position: relative;
    display: block;
    margin-top: 14px;
    padding: 0px 20px;
    color: var(--bosch-blue-50);
    background-color: white;
    height: 40px;
    width: 260px;
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    border-color: var(--bosch-blue-50);
}
.link_button_skid span.skid {
    position: absolute;
    background-image: url('/myservice/images/singlekeyIdLogo.svg');
    background-repeat: no-repeat;
    background-size: 160px;
    width: 160px;
    height: 40px;
    display: inline-block;
    right: 0px;
}
.link_button_skid span.btn_text {
    height: 40px;
    position: absolute;
    display: inline-block;
    padding: 8px 20px;
    left: 0px;
}

.buttonlike_link {
    display: block;
    padding: 0.4rem;
}

.buttonlike_link span a {
    text-decoration: none;
}

.buttonlike_link span a:visited {
    text-decoration: none;
}



/* Response Design */

.page_body {
    position: relative;
    max-height: 80vh;
    margin-top: -2.1rem;
}

.page_body_content {
    margin: 0px;
    padding: 0px;
    position: absolute;
    width: 100%;
    top: 5rem;
    right: -1rem;
}

.page_body_ambient {
    background-image: url(../Images/Buderus_Fahrzeug_1400_cut.jpg);
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 58vw;
}

.page_body_content_box_frame {
    width: 30rem;
    padding-left: 220px;
    margin-left: auto;
    margin-right: auto;
}

.page_body_content_box {
    color: #000;
    padding: 1rem;
    min-width: 32rem;
    max-width: 43rem;
    width: 50vw;
    margin-left: -1rem;
    background-color: rgba(255,255,255,1);
}

.page_body_content_box .title{
    display: flex;
    justify-content: center;
}

@media (max-width: 1350px) {
    .page_body_content {
        top: 2rem;
    }
}

@media (max-width: 1000px) {
    .page_body_content {
        top: 0.5rem;
    }
    .page_body_content_box_frame {
        width: 29.5rem;
    }
    .page_body_content_box {
        min-width: 27rem;
    }
}

@media (max-width: 860px) {

    .content {
        overflow-y: initial;
    }

    .page_body {
        max-height: initial;
    }

    .page_body_ambient {
        background-size: 100% auto;
    }

    .page_body_content {
        position: relative;
        min-height: 5rem;
    }

    .page_body_content_box_frame {
        padding-left: 0px;
        width: 100%;
    }

    .page_body_content_box {
        color: #000;
        padding: 2rem;
        width: 43rem;
        background-color: rgba(255,255,255,1);
        margin: 0 auto;
    }
}

@media (max-width: 47rem) {
    .page_body_content_box {
        width: 100%;
    }
}


@media (max-height: 650px) {

    .content {
        overflow-y: initial;
    }

    .page_body {
        max-height: initial;
    }

    .page_body_ambient {
        background-size: 100% auto;
        min-height: 52vw;
    }

    .page_body_content {
        position: relative;
        min-height: 5rem;
    }

    .page_body_content_box_frame {
        padding-left: 0px;
        width: 100%;
    }

    .page_body_content_box {
        color: #000;
        padding: 2rem;
        width: 100%;
        background-color: rgba(255,255,255,1);
        margin: 0 auto;
    }
}


/* Footer start */

@media (max-width: 769px) {
    .o-footer__bottom {
        display: flex;
        flex-wrap: wrap-reverse;
        justify-content: space-evenly;
        height: 5rem;
    }
}

/*Footer ende **/

#TIS2Body {
    padding: 2rem;
    margin-top: 7rem;
}

.default-spacer {
    margin-top: 1rem;
}

.lv_field_area {
    position: relative;
}

.lv_field_label {
    font-weight: 600;
}

.lv_field_value {
}


/* Bosch PreLoader */
.bosch-loader {
    margin: 45vh auto 0 auto;
    width: 10rem;
    height: 5rem;
}

.bosch-loader-container {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: auto;
    z-index: 99;
    background-color: #fff;
}

.a-activity-indicator.-small {
    margin: 0 auto;
}

#TIS2Footer {
    position: fixed;
    height: 3.125rem;
    background-color: #fff;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
}

body {
    margin-bottom: 50px;
}

.tablePagination {
    display: flex;
    border-top: 1px solid #ccc;
    margin-top: 0.5rem;
    padding: 0.25rem 0;
    align-items: center;
}

    .tablePagination nav {
        display: flex;
        margin-left: auto;
        gap: 0.5rem;
        align-items: center;
    }

.detailviewselectize label {
    margin-top: -2.75rem !important;
    margin-left: 1rem !important;
    position: absolute !important;
    z-index: 2 !important;
}

.detailviewselectize div.selectize-input {
    padding-bottom: 0px !important;
    padding-top: 16px !important;
    padding-left: 16px !important;
    padding-right: 0px !important;
    min-height: 3rem !important;
}

.detailviewselectize div.item {
    height: 2rem !important;
    font-size: 1rem !important;
}

.detailviewselectize div.option {
    padding-left: 1rem !important;
    font-size: 1rem !important;
}

.detailviewselectize div.selectize-control {
    border-bottom: .0625rem solid var(--neutral__enabled__front__default) !important;
}

div.m2-dialog {
    height: 100vh;
    width: 100vw;
    backdrop-filter: blur(0.25rem);
    background-color: hsl(213deg 5% 46% / 25.1%);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    display: grid;
}

    div.m2-dialog dialog {
        z-index: 3;
        justify-self: center;
        align-self: center
    }



/*--------------*/
/* Bosch Loader */
/*--------------*/


.-primary, .-secondary, :root {
    --tis-dark-grey: #525F6B;
    --tis-light-grey: #BFC0C2;
    --tis-light-grey-50: #DFDFE0;
    --tis-light-blue: #008ECF;
    --tis-dark-grey-menue: #BFC0C2;
    --tis-loader-top-box-color1: var(--tis-dark-grey); /* --bosch-red-50 */
    --tis-loader-top-box-color2: var(--tis-light-grey); /* --bosch-blue-50 */
    --tis-loader-bottom-box-color1: var(--tis-light-blue); /* --bosch-purple-50 */
    --tis-loader-bottom-box-color2: var(--tis-light-grey); /* --bosch-green-50*/
}

.a-activity-indicator__top-box {
    background-color: var(--tis-loader-top-box-color1);
}

@keyframes top-box-animation-small {
    0%,to {
        transform: translate(0)
    }

    12.5% {
        transform: translate(-16px)
    }

    24.99% {
        background-color: var(--tis-loader-top-box-color1);
        transform: translate(0)
    }

    25% {
        background-color: var(--tis-loader-top-box-color2)
    }

    37.5% {
        transform: translateY(-16px)
    }

    50% {
        transform: translate(0)
    }

    62.5% {
        transform: translate(-16px)
    }

    74.99% {
        background-color: var(--tis-loader-top-box-color2);
        transform: translate(0)
    }

    75% {
        background-color: var(--tis-loader-top-box-color1)
    }

    87.5% {
        transform: translateY(-16px)
    }
}



.a-activity-indicator__bottom-box {
    background-color: var(--tis-loader-bottom-box-color1);
}

@keyframes bottom-box-animation-small {
    0%,to {
        transform: translate(0);
        background-color: var(--tis-loader-bottom-box-color1)
    }

    12.5% {
        transform: translate(16px);
        z-index: 2
    }

    25% {
        transform: translate(0);
        z-index: 2
    }

    37.5% {
        transform: translateY(16px);
        z-index: 0
    }

    49.99% {
        transform: translate(0);
        z-index: 0;
        background-color: var(--tis-loader-bottom-box-color1)
    }

    50% {
        background-color: var(--tis-loader-bottom-box-color2)
    }

    62.5% {
        transform: translate(16px);
        z-index: 2
    }

    75% {
        transform: translate(0);
        z-index: 2
    }

    87.5% {
        transform: translateY(16px);
        z-index: 0
    }

    99.99% {
        background-color: var(--tis-loader-bottom-box-color2)
    }
}


/*------------*/



/* Included from TIS Design */

.bosch-loader {
    margin: 45vh auto 0 auto;
    width: 10rem;
    height: 5rem;
}

.bosch-loader-container {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: auto;
    z-index: 99;
    background-color: #fff;
}

.a-activity-indicator.-small {
    margin: 0 auto;
}

/* SKID */
.skidMyProfile {
    position: absolute;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    border-radius: 5px;
    padding: 5px;
    max-width: 400px;
    height: 6rem;
    z-index: 0;
    right:2.6rem;
    top:18.5rem;
    width:18rem;
}

.skidMyProfileHide {
    opacity: 0;
}

.skidMyProfile p {
    padding: 0 15px;
    color: #828282;
    margin: 0 0 9px;
}

.skidMyProfile img {
    max-width: 200px;
    height: auto;
}

.skidMyProfile a {
    position: absolute;
    top: 20px;
    right: 15px;
    text-transform: uppercase;
    font-family: "Bosch Sans Light",sans-serif;
    font-weight: bold;
    font-size: 90%;
    color: #007bc0;
    text-decoration: none;
}

/* Other */
.build-text {
    font-size: 0.75rem;
}

.o-header::before {
    background-image: none; /* hide rainbow color on top */
}

.banderole-centered {
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.banderole-right {
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: -2rem;
}

/* Menu in front of Page */

.o-header__navigation-first-level-item, .o-header__navigation-trigger {
    font-size: 1rem;
}

.m-language-selector {
    display: flex;
    font-size: 0.75rem !important;
}

    .m-language-selector label {
        font-size: 0.75rem !important;
    }

    .m-language-selector .a-dropdown:after {
        font-size: 1rem;
    }

    .m-language-selector label {
        /*font-size: 0.75rem; 1.5rem / rem(16px);*/
        white-space: nowrap;
    }

    .m-language-selector .a-icon {
        margin-right: .25rem; /*rem(4px);*/
    }

    .m-language-selector .a-dropdown {
        margin-left: .75rem; /*rem(12px);*/
        height: auto;
    }

        .m-language-selector .a-dropdown select {
            padding-left: .5rem; /*rem(6px);*/
            padding-right: 1.625rem; /*rem(26px);*/
            height: 1.75em;
            margin-top: -0.5em;
        }

    .m-language-selector .a-icon {
        padding-left: 16px;
        font-size: 1.25rem; /*added*/
    }

    .m-language-selector ::after {
        top: 0;
        right: .125rem; /*rem(2px);*/
    }

.o-header__top {
    height: 3rem; /* override FROK media query media (min-width: 768px) { height: 6rem; }  */
}

.k-grouping-header {
    display: none !important;
}

/* Response Style */

@media (min-width:650px) {
    .o-header__navigation-first-level {
        margin-top: -6rem;
    }
}

/* New styles 15.11.2024 */
#TIS2Header .o-header__top {
    background-color: #BFC0C2; /* Dark Grey 50% */
}

.main-menue .o-header__quicklinks {
    padding: 0 0 0 1rem;
    margin: 0;
    /* max-height: 100%; */
    /*overflow: hidden;*/
    /* text-overflow: ellipsis !important; */
    white-space: nowrap !important;
}

.main-menue .a-button--integrated.active {
    background-color: var(--integrated__enabled__fill__hovered);
    color: var(--integrated__enabled__front__hovered);
    border-bottom: 1px solid var(--integrated__enabled__front__hovered);
}

.main-menue .a-button--integrated:hover {
    border-bottom: 1px solid var(--integrated__enabled__front__hovered);
}

.main-menue .o-header__quicklinks > a {
    padding: 0 0.5rem 0 0.5rem;
}

.o-header__top a,
.o-header__top button {
    text-decoration: none;
    color: #525F6B;
}

/* Hide icons always */
.o-header__quicklinks > a > i {
    display: none;
}

@media only screen and (max-width : 1350px) {
    .o-header__quicklinks > a > i {
        display: none;
    }
}

/* Change  TIS1 designs*/
a:hover {
    color: #fff;
}

th>a:hover {
    color: #fff;
}

li:before{
    content:initial !important;
}

li {
    margin-bottom: 0;
    padding-left: 0;
}
li,p {
    font-size:0.8rem;
}

.topHeaderButton {
    background: none;
    border: 0;
    cursor: pointer;
    color: #525f6b;
}
.Grid {
    border: 1px solid #000;
}
.main {
    /* padding-top:4rem; */
}
.login-header-text {
    margin: 0;
    font-size: 1.6rem;
    padding: 0 2rem;
}
.asp-btn {
    background: none;
    color: #fff;
    border: 0;
    cursor: pointer;
    padding: 0.9rem 1rem !important;
}

#main2 input[type=text] {
    border: 1px solid rgb(118, 118, 118);
    height: 1.3rem;
}
.dataTableTRHead a{
    text-decoration:none;
}

.dataTableTRHead a > div {
    display: flex;
    align-items: center;
}

.base-table {
    width: 100%;
    padding: 0 3rem;
    overflow: auto;
}

@media (max-width: 1400px) {
    .base-table {
        padding: 0 0.8rem;
    }
}



    /* Language select*/
    #language-select {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

.language-icon {
    color: #525F6B;
}

    .language-icon:hover {
        background-color: var(--integrated__enabled__fill__hovered);
        color: var(--integrated__enabled__front__hovered)
    }

    #modal-background {
        position: fixed;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        width: 100vw;
        height: 100vh;
        background-color: rgba(192,192,192,.5);
        z-index: 2;
        visibility: hidden;
    }

    #language-modal {
        box-shadow: 0 3px 10px rgba(0,0,0,.7);
        background-color: white;
        z-index: 3;
        top: 4rem;
        position: absolute;
        width: 11rem;
        right: 0.31rem;
        height: 7rem;
        visibility: hidden;
    }

        #language-modal fieldset {
            text-align: left;
            border: none;
            padding: 0;
            margin: -1rem 0 0 1rem;
        }

            #language-modal fieldset legend {
                padding-top: 30px;
            }

            #language-modal fieldset div {
                display: flex;
                padding: 0 1.4rem 0.4rem 1.4rem;
                align-items: center;
            }

    #bubble-arrow {
        position: absolute;
        top: 2rem;
        right: 1.8rem;
        z-index: 4;
        width: 0;
        height: 0;
        border-left: 23px solid transparent;
        border-right: 23px solid transparent;
        border-bottom: 46px solid white;
        visibility: hidden;
    }

    .language-radio {
        appearance: none;
        border-radius: 50%;
        width: 16px;
        height: 16px;
        border: 1px solid gray;
        background-color: #f0f0f0;
        margin-right: 0.6rem;
        cursor: pointer;
    }

        .language-radio:checked {
            border: 8px solid #0075ff;
        }


    .td-padding-right td {
        padding-right: 1rem !important;
    }

    /* Error msg */
    #tbPassword1RequiredValidator,
    #tbPassword2RequiredValidator,
    #tbPassword1RegExValidator,
    #tbPassword2RegExValidator {
        font-size: 0.8rem;
    }



    @media screen {

        .print-content {
            display: none;
        }

        .print-content-wrapper .page_body {
            max-height: initial;
            margin-top: 0rem;
        }

        .print-content-wrapper .content {
            overflow: auto;
            height: initial;
            margin-left: 0px;
        }
    }

    /* FIX Druckansicht */
    @media print {
        body {
            -webkit-print-color-adjust: exact;
            print-color-adjust: exact;
            background-color: #f0f0f0; /* Beispiel-Hintergrundfarbe */
        }

        .page_body {
            padding-left: 1.6rem;
            margin-top: 1rem;
        }
    }


.mobtis-header-link {
    display: flex;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    z-index:3;
}

    .mobtis-header-link > img {
        width: 24px;
        height: auto;
        margin: 0.25rem;
        filter: contrast(0.35);
    }

    .mobtis-header-link > div {
        margin: 0.4rem 0.25rem 0.1rem 0.25rem;
        font-size: 14px;
        color: #007bc0;
    }