﻿@charset "UTF-8";
/*@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

*/
/* Margin extend */
.mr-1 {
    margin-right: 0.5rem !important;
}



/* Header styles*/
h1, h2, h3, h4 {
    font-weight: normal;
}

h1 {
    color: var(--mobtis-dark-grey);
    /*font-family: "boschsans";*/
    font-weight: bold;
    text-transform: uppercase;
    font-size: 2rem;
    letter-spacing: 0;
}

h2 {
    font-size: 1.5rem;
    color: #008ECF;
    letter-spacing: 0.09px;
}

h3 {
    font-size: 1rem;
}
/* Bootstrap pdding and margin classes */
/* from bootstrap */
.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-1 {
    padding-top: 0.25rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}
/* SKID */

.skidMyProfile {
    position: absolute;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    border-radius: 5px;
    padding: 0.4rem;
    width: 26rem;
    height: 6rem;
    z-index: 99;
    right: 1rem;
    top: 1rem;
    display: block;
    border: 1px solid #ccc;
}

@media (max-width: 650px) {
    .skidMyProfile {
        position: relative;
        max-width: 26rem;
        width: auto;
        margin: 0rem 0rem 1rem auto;
    }
}

.skidMyProfileHide {
    display: none;
}

.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;
}

.special-info {
    padding-left: 1rem;
    font-size: 1rem;
    color: red;
}

.a-divider {
    width: 100%;
}

#mobtisHeader.-menu-open {
    min-height: 40rem;
}
/* Menu with grey background and white font/icons */
.o-header__top {
    /*background-color: var(--mobtis-dark-grey-menue);*/
    background-color: #BFC0C2;
}

    .o-header__top button {
        color: #525f6b;
    }

    .o-header__top .o-header__menu-trigger-icon-bar {
        background: #525f6b;
    }

/* Menu in front of Page */
.o-header__navigation-container {
    position: absolute;
    background-color: white;
    width: 100%;
    left: 0;
    right: 0;
}

.o-header__navigation-first-level-item, .o-header__navigation-trigger {
    font-size: 1rem;
    flex-wrap: wrap;
}

.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;
    }
}

/* Other Styles */
.default-spacer {
    margin-top: 1rem;
}

.lv_field_area {
    position: relative;
}

.lv_field_label {
    font-weight: 600;
}

.a-activity-indicator.-small {
    margin: 0 auto;
}


.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;
        margin: 0 1rem;
    }



/* Bosch Loader */
.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;
}

.-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);
}

/* position "next page" button on the right */
button.btn-next-page {
    float: right;
}

body.modal-open {
    position: fixed;
    overflow: hidden;
    touch-action: none;
    overscroll-behavior: none;
    width: 100%;
}

@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)
    }
}