﻿/* devanagari */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJbecmNE.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
}
/* latin-ext */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
:root {
    --primaryColor: #ee813c;
    --hoverPrimary: #ba542c;
    --backgroundColor: #FBFBFB;
    --black: #050315;
    --accentColor: #FFD700;
    --lightgrey: #f4f4f5;
    --grey: #c5c9d6;
    --darkGrey: #374151;
}

.bg-hoverPrimary {
    background-color: var(--hoverPrimary);
}

.bg-backgroundColor {
    background-color: var(--backgroundColor);
}

.bg-grey {
    background-color: var(--grey);
}

.bg-primaryColor {
    background-color: var(--primaryColor);
}

.border-grey {
    border: 1px solid var(--grey);
}

.py-3 {
    padding-top: 3px;
    padding-bottom: 3px;
}
@keyframes marquee {
    0% {
        transform: translateX(1230px);
    }

    100% {
        transform: translateX(-110%);
    }
}
.Ticker {
    display: inline-block;
    width: 100%;
    max-width: 1200px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
}

    .Ticker div {
        display: inline-block;
        color: #202020;
        animation: marquee 47s linear infinite;
    }
.blockUserSelect {
    -webkit-user-select: none; /* Chrome, Safari, Opera */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Standard syntax */
}

.logo {
    width: fit-content;
    height: fit-content;
    grid-area: logo;
}

.logoInner {
    width: auto;
    height: auto;
    max-width: 90%;
    /*grid area: */
    max-height: 125px;
    border-radius: 5px;
    overflow: hidden;
}

.logoInnerSm {
    margin-top: calc(2vh + 90px);
    max-height: 125px;
}

.logoInnerMd {
    margin-top: 5%;
    max-height: 11vh;
}

.logoInnerLg {
    margin-top: 5%;
    max-height: 11vh;
}

.titleAndTable {
    /*grid area: */
    grid-area: titleAndTable;
}

html {
    height: 100%;
    width: 100%;
}

.hide {
    display: none !important;
}

.fontFamily,
.TextBoxDisabled,
.NormalMsgBoxButton,
.AttentionMsgBoxButton,
.NormalMsgBoxBody,
.AttentionMsgBoxBody,
.NormalMsgBoxCaption,
.AttentionMsgBoxCaption {
    font-family: 'Poppins', sans-serif;
}

.fontBold {
    font-weight: bold;
}

.borderRadius5 {
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.centerOverlay {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.loginBtn {
    z-index: 105;
    display: block;
    width: 100%;
    text-align: center;
    background-color: var(--backgroundColor);
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 23px;
    position: relative;
    font-weight: bold;
}

.loginBtnSm {
    font-size: 23px;
}

.loginBtnMd {
    font-size: 19px;
}

.loginBtnLg {
    font-size: 23px;
}

.loginBtn:hover .slideLeft {
    display: inline;
}

.slideLeft {
    position: absolute;
    display: none;
    overflow: hidden;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: -86px; /*Text Enposition*/
}

.slideLeftSm {
    margin-left: -90px; /*Text Enposition*/
}

.slideLeftMd {
    margin-left: -79px; /*Text Enposition*/
}

.slideLeftLg {
    margin-left: -90px; /*Text Enposition*/
}

.slideLeft p {
    animation-name: slideLeftAnim;
    animation-duration: 0.6s;
    margin: 0px;
    left: 0px;
    color: var(--black);
}

.loginBtn:hover .iconLoginBtn {
    margin-left: 35px; /*Enposition*/
}

.loginBtn:hover .iconLoginBtnMd {
    margin-left: 25px; /*Enposition*/
}

.iconLoginBtn {
    width: 23px;
    height: 23px;
    position: absolute;
    display: inline;
    transition: all 0.2s linear;
    margin-top: 3px; /*Center Vertikal*/
    margin-bottom: auto;
    margin-left: -15px; /*Center*/
}

.iconLoginBtnSm {
    width: 22px;
    height: 22px;
    margin-top: 3px; /*Center Vertikal*/
}

.iconLoginBtnMd {
    width: 19px;
    height: 19px;
    margin-top: 1.5px; /*Center Vertikal*/
}

.iconLoginBtnLg {
    width: 22px;
    height: 22px;
    margin-top: 3px; /*Center Vertikal*/
}

@keyframes slideLeftAnim {
    0% {
        margin-left: 0px;
        width: 300%;
    }

    50% {
        margin-left: 0px;
        width: 300%;
    }

    100% {
        margin-left: 0px;
        width: 100%;
    }
}

.pointer {
    cursor: pointer;
}

.pageTitle {
    display: block;
    font-size: 29px;
    color: white;
}

.pageTitleSm {
    font-size: 29px;
}

.pageTitleMd {
    font-size: 25px;
}

.pageTitleLg {
    font-size: 29px;
}

.mnuTableOrderMenu {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    -webkit-tap-highlight-color: transparent !important;
}

.titleAndUser {
    display: grid;
    margin-bottom: 20px;
}

.loggedOnUser {
    font-size: 20px;
    color: white;
}
.loggedOnUserLg {
    font-size: 20px;
}

.loggedOnUserSm {
    font-size: 20px;
    color: var(--black);
}

.txtLogin {
    text-align: left;
    position: relative;
    width: calc(100% - 30px);
    border: none;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 11px;
    padding-top: 11px;
    background-color: var(--backgroundColor);
    font-size: 22px;
    margin-bottom: 10px;
}

    .txtLogin::placeholder {
        color: var(--grey);
        opacity: 1;
    }

.txtLoginMd {
    font-size: 19px;
}

.txtLoginLg {
    font-size: 20px;
}

.txtLoginSm {
    font-size: 22px;
}

.txtLogin:focus {
    outline: none;
    border: none;
}

.menuLogin {
    position: relative;
    width: 90%;
}

.tableInfo {
    margin: 10px auto 0px auto;
    width: 95%;
    max-width: 1200px;
    position: relative;
    /*    width: 96%;
    margin-right: auto;
    margin-left: auto;
    display: inherit;*/
}

.tableInfoMobile {
    position: relative;
    width: calc(100vw - 10px);
    padding-left: 5px;
    padding-right: 5px;
}

.masterBody {
    position: relative;
    height: 100%;
    width: 100%;
    background-color: var(--backgroundColor);
    font-family: Popp, Verdana;
    font-size: 12px;
    color: var(--black);
    padding: 0px;
    margin: 0px;
}

.masterBodyMd {
    background-color: var(--primaryColor);
}

.masterForm {
    height: 100%;
    width: 100%;
}

.layout {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    grid-template-columns: none;
}

.layoutMd {
    display: grid;
    grid-template-areas:
        'menu main';
    grid-template-columns: minmax(300px, 400px) minmax(563px, 100%);
}

.layoutSettings {
    grid-template-columns: minmax(300px, 310px) minmax(563px, 100%) !important;
}

.main {
    z-index: 104;
    display: none;
    grid-area: main;
    overflow-y: auto;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: var(--backgroundColor);
    top: 0px;
    left: 0px;
}

.mainOrdermenu {
    z-index: inherit;
    position: relative;
    display: inherit;
    border-radius: 0px !important;
}

.mainMd {
    z-index: inherit;
    position: relative;
    display: inherit;
    background-color: var(--backgroundColor);
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    height: 100%;
    width: 100%;
    top: inherit;
    left: inherit;
}

.menu {
    display: none;
}

.menuNotOrdermenu {
    /*    padding-top: 5%;*/
    background-color: var(--primaryColor);
    grid-area: menu;
    display: grid;
    grid-template-areas:
        'logo'
        'instruction'
        'titleAndTable'
        'settings';
    width: 100%;
    height: 100%;
}

#settingsPlaceHolder {
    grid-area: settings;
}

.menuMd {
    grid-template-areas:
        'logo'
        'titleAndTable'
        'instruction';
}

.generalAlertInfo div {
    color: var(--darkGrey);
    display: flex;
    align-items: center;
    column-gap: 20px;
    row-gap: 5px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .generalAlertInfo div svg {
        height: 23px;
        min-width: 26px;
        margin-left: 20px;
    }

        .generalAlertInfo div svg path {
            height: 100%;
            width: 100%;
        }

.MenuLayouttable /* obsolete? */ {
    padding-top: 4px;
    padding-bottom: 4px;
}

/* MsgBox */
.NormalMsgBox,
.AttentionMsgBox {
    font-weight: normal;
    margin: auto;
    background-color: var(--backgroundColor);
    text-align: center;
    border: none;
    visibility: visible;
    max-width: 90vw;
    width: 475px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    border-radius: 7px;
    border-spacing: 0px !important;
}
.data {
    opacity: 0.4 !important;
    /*transition: opacity 0.2s ease-in;*/
}
.dataLoaded {
    opacity: 1 !important;
}
@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.NormalMsgBoxCaption,
.AttentionMsgBoxCaption {
    padding: 7px;
    font-weight: bold;
    color: white;
    background-color: var(--primaryColor);
    text-align: center;
    font-size: 15px;
    border: 0px;
    cursor: default !important;
    border-radius: 7px 7px 0px 0px;
}


.NormalMsgBoxBody,
.AttentionMsgBoxBody {
    font-weight: normal;
    font-size: 15px;
    color: var(--black);
    background-color: #FFFFFF;
    text-align: center;
    border: 1px solid #FFFFFF;
    padding-bottom: 12px;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 9px;
    border-radius: 0px 0px 7px 7px;
    /*	obs. mit 1.8.0
    width: 300px;
	height: 100px;*/
}

.AttentionMsgBoxBody {
    background-color: var(--accentColor);
}

.NormalMsgBoxButton,
.AttentionMsgBoxButton {
    min-width: 100px;
    cursor: pointer;
    max-height: 32px;
    padding-block: 0px !important;
    padding-inline: 0px !important;
}



/* Setze GridView.CssClass um padding für die Zellen zu bestimmen */
.TableStyle td,
.FormView,
.GridView td {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    border-top-width: 1px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 1px;
    border-top-color: #CCCCCC;
    border-left-color: #DDDDDD;
    border-style: solid;
    vertical-align: middle;
}

/* GridView Kopfzeile wird mit th gerendert */
.TableStyle th,
.FormView,
.GridView th {
    padding-left: 5px;
    padding-right: 5px;
    border-top-width: 1px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 1px;
    border-top-color: #CCCCCC;
    border-left-color: #DDDDDD;
    border-style: solid;
    vertical-align: middle;
}

.TableStyle,
.FormView,
.GridView {
    border-collapse: collapse;
    padding-left: 5px;
}



/* Menüplan */

.menuTable {
    width: 100%;
    border-width: 0px;
    padding-top: 1.5px;
}

.ordermenuMenuTable {
    padding-left: 0px !important;
}

.ordermenuMenuTableMd {
    padding-left: 18px !important;
}

.txtMenudatum {
    padding-right: 10px;
    text-align: start;
    box-sizing: border-box;
    min-width: 50px;
    max-width: 170px;
    width: 13vw;
    padding-top: 12px;
}

.txtMenudatumOrderMenu {
    text-align: start;
    box-sizing: border-box;
    min-width: 50px;
    max-width: 140px;
    width: 7.1vw;
    padding-top: 10px;
    padding-bottom: 10px;
}

.txtMenudatumOrderMenuMobile {
    display: none;
}

.rowStyleGv {
    width: 100%;
}

.GridViewMenu {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    max-width: 1200px;
    height: fit-content;
    font-size: 15px;
    line-height: 140%;
    background-color: white;
    border-width: 0;
    padding: 0;
    color: var(--black);
    border-collapse: separate;
    -moz-border-radius-topleft: 8px;
    -webkit-border-top-left-radius: 8px;
    -moz-border-radius-topright: 8px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    overflow: hidden;
}

    .GridViewMenu th:first-child {
        border: none;
        text-align: center;
        text-align: start;
        padding-left: 20px;
    }

    .GridViewMenu th:last-child {
        border: none;
        text-align: start;
        padding-left: 20px;
    }

    .GridViewMenu td {
        border: none;
        border-bottom: solid 1px var(--black);
        padding-left: 20px;
    }

.iconField {
    height: 10px;
    width: 10px;
    background: red;
}

.gridViewMenuHeader {
    color: white;
    background-color: var(--primaryColor);
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border-bottom: 1px solid var(--black);
    height: 60px;
    border: none;
    text-align: start;
    width: 100%;
}

.gridViewMenuHeaderOrderMenuMobile {
    display: none;
}

.GridViewMenuDetail {
    width: 100%;
    border-color: #be1e28;
    border-style: none;
    border-width: 0;
    padding: 0;
    border-collapse: collapse; /* GridLines="Both" is typically achieved with border-collapse: collapse; */
    font-weight: normal; /* Font-Bold="False" */
    font-style: normal; /* Font-Italic="False" */
    text-decoration: none; /* Font-Overline="False", Font-Strikeout="False", Font-Underline="False" */
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.menuBezeichnung {
    position: relative;
}

.GridViewMenuDetail td {
    width: 100%;
    padding-left: 0px;
    padding-right: 5px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-color: #CCCCCC;
    border-style: solid;
}


.menuLangtext {
    width: 100%;
}
/* Die Spalte "Bestellt" im Menüplan und Essensbörse benötigt links einen Rand. Definition für td */
.GridViewMenuDetail.Bestellt {
    border-right-width: 0px !important;
    /*    position: absolute;
    top: 0px;
    right: 20px;*/
}

.Bestellt, .Boerse {
    display: none !important;
}

.BestelltMd, .BoerseMd {
    display: table-cell !important;
    vertical-align: top;
}

.BestelltMobile, .BoerseMobile {
    display: flex !important;
}

.BestelltMobileMd, .BoerseMobileMd {
    display: none !important;
}

.checkBoxPartWidth {
    width: 100px !important;
    min-width: 100px !important;
    max-width: 100px !important;
    padding-left: 12px !important;
    padding-top: 4.5px;
    text-align: center;
}

.w-full {
    width: 100%;
}

.orderedContainer {
    display: flex;
    flex-wrap: wrap;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    border-radius: 7px;
    background-color: rgb(0,0,0,0.04);
    margin-top: 5px;
    margin-bottom: 5px;
    align-items: center;
    row-gap: 5px;
}

.orderedContainerMd {
    margin-top: 0px !important;
    margin-bottom: auto !important;
    padding: 0px !important;
    background-color: transparent !important;
    justify-content: center !important;
    align-items: center !important;
}

.menuBestellende {
    display: flex;
    min-width: 90px;
}

.checkboxOrdered {
    /* padding-right: 10px;*/
    /*box-sizing: border-box;*/
    /* padding-top: 12px;*/
    /*    display: flex;
    justify-content: center;
    align-items: center;*/
    width: 130px !important;
}

.cbxOrdered input[type="checkbox"] {
    height: 20px;
    width: 20px;
    accent-color: var(--accentColor);
}

/*#chkBestellt input[type="checkbox"] {
    height: 20px;
    width: 20px;
}*/
/* Die Spalte "Anbieten" im Menüplan und "Anbieter" in Essensbörse benötigt links und rechts einen Rand */
.GridViewMenuDetail.Boerse,
.GridViewMenuDetail.Anbieter {
    border-right-width: 0px !important;
    border-left-width: 0px !important;
}


/* Allgemein/Divers */
.BlindTable td {
    border-style: none;
    border-width: 0px;
    padding: 0px;
    margin: 0px;
    border-collapse: collapse;
}

.BlindTableOrderMenuMobile {
    display: none !important;
    visibility: hidden !important;
}

.BlindTableOrderMenu {
    display: inherit;
    visibility: visible;
}

    .BlindTableOrderMenu td {
        border-style: none;
        border-width: 0px;
        border-collapse: collapse;
    }
.Button,
.CheckBox,
.DropDownList {
    cursor: pointer;
}

    .Button:hover {
        font-weight: bold;
    }



/* Link unter Menü zB Anleitung zum MensaSystem */
/*.Sparelink {
    z-index: 104;
    position: absolute;
    left: 0px;
    top: 542px;
    width: 200px;
    text-align: center;
}*/

.iconButton {
    z-index: 104;
    position: relative;
    width: calc(90% - 20px);
    /*min-height: 60px;*/
    background-color: var(--backgroundColor);
    font-size: 18px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    column-gap: 20px;
    padding: 8px 10px;
    align-items: center;
    transition: 0.2s;
    color: var(--black);
}

.iconButtonMd {
    font-size: 15px;
}

.buttonlg {
    min-height: 40px;
}

.accentColorBackground {
    background-color: var(--accentColor);
}

.iconButton svg {
    flex-shrink: 0;
    margin-left: 20px;
    height: 22px;
    fill: var(--black);
}

.iconButton .iconSmall {
    height: 18px;
}

.iconButton:hover {
    font-weight: bold;
}

.iconButton:focus {
    outline: none;
    transform: scale(0.97);
}

.settingBtnContainer {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 90%;
    height: fit-content;
    text-align: start;
    font-size: 15px;
    border-radius: 5px;
    overflow: hidden;
}

.settingBtn {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 32px;
    width: calc(100% - 32px);
    background-color: var(--backgroundColor);
    cursor: pointer;
    color: var(--black);
}
    .settingBtn:hover, .btnSelectAll:hover {
        font-weight: bold;
    }


.instructionAndTableButton {
    margin-top: 10px;
    margin-bottom: 5px;
    grid-area: instruction;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    -webkit-tap-highlight-color: transparent !important;
}

.menuTableButton {
    display: inline-flex;
}

.menuTableButtonMd {
    display: none;
}

/*.circleInfoIcon {
    font-size: 25px;
}*/
/* Link vorgesehen für das copyright */
.Copyright {
    position: relative;
    color: white;
}

.CopyrightMd {
    z-index: 104;
    color: var(--black);
}

.copyrightOverlay {
    bottom: 8px;
    right: 6%;
    position: fixed;
    display: flex;
    flex-direction: row;
    gap: 10px;
}


.imgCopyright {
    position: relative;
    height: calc(178px / 11);
    width: calc(202px / 11);
    filter: brightness(0) invert(1);
}

.imgCopyrightMd {
    filter: inherit;
}

.CheckBoxList tr td label {
    padding: 0px;
    margin: 0px;
    white-space: nowrap;
    /* overflow: hidden; */
}


/* Wird benötigt, um eine Multiline-TextBox in der richtigen Schrift zu erhalten */
textarea {
    font-family: Tahoma, Arial;
    font-size: 11px;
    border-color: #CCCCCC;
}

.PagerStyle a /* optionen.aspx */ {
    text-decoration: underline;
    color: var(--black);
}
/* Menü-Layouttabelle */
.mnuTable {
    padding: 0px;
    margin-right: auto;
    margin-left: auto;
    border-collapse: collapse;
    border-spacing: 0px;
    empty-cells: show;
}

    .mnuTable td {
        border-style: none;
        height: 24px;
    }

.CalendarStyle A:link {
    color: #BE5057;
    text-decoration: none;
}

.CalendarStyle A:visited {
    color: #BE5057;
    text-decoration: none;
}

.CalendarStyle A:active {
    color: #BE5057;
    cursor: pointer;
    text-decoration: none;
}

.CalendarStyle A:hover {
    color: #EEC4C6;
    cursor: pointer;
    text-decoration: "underline";
}

.CalendarStyle.Menudefined {
    background: #FFCC99;
}

.OrdersTable {
    font-family: Lucida Console;
}

/* Neu mit Version 1.7 */

/* resizable GridView(Table) */
.resizable {
    table-layout: fixed;
}

/* Spaltenanfasser */
.columnResizer {
    background-image: url(img/resizer.gif);
    background-repeat: repeat-y;
}


/*Mobile Menu*/
#bodyMobileMenu {
    background-color: var(--primaryColor)
}

.mobileMenuBody {
    min-height: 100%;
    height: fit-content;
    width: 100%;
    max-height: 100vh;
    overflow-y: auto;
    background-color: var(--backgroundColor);
}

/* Display MenuTable on Mobile */
.mobileMenuView {
    height: fit-content;
    width: 100%;
}


.mobileMenu {
    position: fixed;
    height: fit-content;
    top: 0px;
    left: 0px;
    background: var(--backgroundColor);
    width: calc(100vw - 18px - 18px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 58px;
    z-index: 106;
    padding: 0px 18px 0px 18px;
    /*    border-top-right-radius: 10px;
    border-top-left-radius: 10px;*/
}

.ordermenumobilemenubtngrp {
    display: flex;
    overflow: hidden;
}

    .ordermenumobilemenubtngrp div {
        height: 25px;
        width: 25px;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

.leftArrowIcon {
    height: 30px;
    width: 30px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 13.5px;
    padding-bottom: 13.5px;
    -webkit-tap-highlight-color: transparent !important;
    fill: var(--black);
}

    .leftArrowIcon:active {
        transform: scale(0.9);
    }

.mainMobile {
    /*height: fit-content;*/
    width: 100%;
    background-color: var(--primaryColor);
    padding-top: 58px;
}

/*Mobile Table*/
.GridViewMenuMobile {
    background-color: var(--backgroundColor);
    width: 100%;
    font-size: 16px;
    border: none !important;
}

    .GridViewMenuMobile td {
        border: none !important;
    }

    .GridViewMenuMobile th {
        border: none !important;
    }

.txtMenudatumMobile {
    font-size: 18px !important;
    font-weight: bold;
}

.menuBezeichnungMobile {
}

.GridViewMenuDetailMobile {
    border: none;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    /*margin-top: 4%;*/
    margin-bottom: 3%;
}

    .GridViewMenuDetailMobile td {
        border: none;
    }

.iconButtonMobileMenu {
    transition-duration: 0.4s;
    -webkit-tap-highlight-color: rgba(0,0,0,0.1);
    width: 100%;
}

.webkitTapColor {
    -webkit-tap-highlight-color: rgba(0,0,0,0.1) !important;
}

.webkitTapAccentColor {
    -webkit-tap-highlight-color: rgba(255, 215, 0, 0.4) !important;
}

.iconButtonMobileMenuOrderMenuMd {
    display: none;
}

.iconButtonMobileMenu div {
    display: flex;
    width: calc(100% - 20px - 20px);
    align-items: center;
    column-gap: 20px;
    padding-left: 20px;
    padding-top: 2%;
    padding-bottom: 5%;
}

.iconMenuButton {
    height: 21.5px;
    width: 21.5px;
    fill: var(--black);
    stroke-width: 1;
}

.tableDetailsOverlay {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.4s ease-in-out;
}

.tableDetailsOverlayOpen {
    /*Do not delete*/
}

.iconHandleDetails {
    transition: transform 0.4s ease-in-out;
}

.tickerAndStatusOrderMenu {
    display: none;
}

.tickerAndStatusOrderMenuMd {
    display: block;
}

.swipe-container {
    width: 100%;
    height: calc(100vh - 58px - 71px);
    padding-top: calc(58px + 71px);
    transition: margin 0.4s linear;
    background-color: var(--backgroundColor);
}

.menu-button {
    padding-left: 20px;
    padding-right: 10px;
    margin-right: 7px;
    padding-top: 13.5px;
    padding-bottom: 13.5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--backgroundColor);
    -webkit-tap-highlight-color: transparent !important;
    transition: 0.4s width;
    border-radius: 7px;
    overflow: hidden;
}

.fillIconBlack {
    fill: var(--black);
    color: var(--black);
}

.menu-button.open {
    position: absolute;
    right: 0px;
    width: 150px;
    background-color: var(--black);
    margin-top: 2.5px;
    margin-right: 18px;
    height: 20px;
    overflow: hidden !important;
}

    .menu-button.open .line {
        background-color: var(--backgroundColor);
    }


    .menu-button.open .line1 {
        transform: rotate(45deg) translateY(2px);
    }

    .menu-button.open .line2 {
        display: none;
    }

    .menu-button.open .line3 {
        transform: rotate(-45deg);
    }

.line {
    background-color: var(--black);
    height: 1.8px !important;
    width: 8.7px !important;
    border-radius: 2px;
}

.line2 {
    margin: 6px 0;
}
.line1,
.line3 {
    transition: all 0.4s ease;
}

.mobileSettingMenu {
    position: fixed;
    top: 58px;
    z-index: 104;
    height: calc(100% - 58px);
    background-color: var(--backgroundColor);
    display: flex;
    align-items: start;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    flex: 1;
    width: 100%;
    transform: translate(100%, 0px);
    transition: 0.3s all;
}

.mobileSettingMenuOpen {
    transform: translate(0px, 0px);
}

.mobileSettingMenu div {
    padding: 0px 5%;
    margin: inherit auto;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s;
    -webkit-tap-highlight-color: transparent !important;
}

    .mobileSettingMenu div:hover {
        color: var(--primaryColor);
    }

.underline {
    display: block;
    max-width: 0;
    height: 1px;
    background-color: var(--primaryColor);
    transition: all 0.5s;
}

.mobileSettingMenu div:hover .underline {
    max-width: 90%;
}

/*Change password modal*/
.overlayChangePasswordModal {
    position: fixed;
    z-index: 105;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}

    .overlayChangePasswordModal.target {
        visibility: visible;
        opacity: 1;
    }

.popupChangePassword {
    margin: 0px auto;
    padding: 20px;
    background: var(--backgroundColor);
    border-radius: 0px;
    width: calc(100% - 20px - 20px);
    height: 100%;
    position: relative;
    transition: all 500ms ease-in-out;
}

.popupChangePasswordMd {
    margin: 70px auto;
    max-width: 850px;
    width: 85%;
    height: fit-content;
    border-radius: 5px;
}

.popupChangePassword h2 {
    margin-top: 0;
    color: var(--black);
    font-size: 17px;
}

.popupChangePassword .closeChangePassword {
    position: absolute;
    top: 10px;
    right: 20px;
    transition: all 200ms;
    font-size: 30px;
    text-decoration: none;
    color: var(--black);
    -webkit-tap-highlight-color: transparent !important;
}

    .popupChangePassword .closeChangePassword:hover {
        color: var(--primaryColor);
    }

.popupChangePassword .contentChangePassword {
    /*    max-height: fit-content;*/
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
    font-size: 15px;
    margin: auto;
}

.passwordInput-overlay {
    margin-top: 20px;
    width: calc(100% - 40px);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.passwordInputflex-container {
    /*    display: flex;
    align-items: center;*/
    margin-bottom: 0px;
    height: 70px;
}

.passwordInputflex-containerMd {
    display: flex;
    align-items: center;
    height: 50px;
}

.passwordInputlabel-container {
}

.passwordInputlabel-containerMd {
    flex: 1 0 30%;
}

.passwordInputlabel {
    display: block;
    color: #718096;
    font-weight: bold;
    margin-bottom: 0.25rem;
    padding-right: 1rem;
}

.passwordInputlabelMd {
    text-align: right;
}


.passwordInput-container {
}

.passwordInput-containerMd {
    flex: 1 0 70%;
}

.passwordInput {
    background-color: #edf2f7;
    border: 2px solid #edf2f7;
    border-radius: 0.25rem;
    width: 100%;
    padding: 0.5rem 1rem;
    color: var(--black);
    outline: none;
    font-size: 15px !important;
}

    .passwordInput:focus {
        background-color: #fff;
        border-color: var(--lightgrey);
    }

.cancelPasswordChangeButton, input[id$='btnOK'], .NormalMsgBoxButton,
.AttentionMsgBoxButton {
    -webkit-tap-highlight-color: transparent !important;
    border-radius: 8px;
    border-style: none;
    box-sizing: border-box;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    height: 40px;
    line-height: 20px;
    list-style: none;
    margin: 0;
    outline: none;
    padding: 10px 16px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: color 100ms;
    vertical-align: baseline;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.colorCancel, .AttentionMsgBoxButton {
    color: var(--black);
    background-color: var(--backgroundColor);
}

.colorSuccess, .NormalMsgBoxButton {
    color: white;
    background-color: var(--primaryColor);
}

    .cancelPasswordChangeButton:hover,
    .cancelPasswordChangeButton:focus,
    input[id$='btnOK']:hover,
    input[id$='btnOK']:focus,
    .NormalMsgBoxButton:hover,
    .AttentionMsgBoxButton:hover,
    .NormalMsgBoxButton:focus,
    .AttentionMsgBoxButton:focus {
        font-weight: bold;
    }

/*changeDateToTodayBtn (mobileTools)*/

.menu-button-mobile-tools {
    height: 25px !important;
    width: 45px !important;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--backgroundColor);
    -webkit-tap-highlight-color: transparent !important;
    border-radius: 50px;
    overflow: hidden;
    border: 1px solid var(--grey);
}

    .menu-button-mobile-tools.open .line1 {
        transform: rotate(45deg) translateY(2px);
    }
    .menu-button-mobile-tools .line2{
        margin: 4px 0px;
        height: 1px;
    }
    .menu-button-mobile-tools.open .line2 {
        display: none;
    }

    .menu-button-mobile-tools.open .line3 {
        transform: rotate(-45deg);
    }

.mobileTools {
    position: fixed;
    -webkit-tap-highlight-color: transparent !important;
    right: 20px;
    bottom: 86px;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    column-gap: 10px;
    align-items: flex-end;
    justify-content: flex-end;
    height: calc(43px + 13px);
    transform: translateX(calc(100% + 40px));
    opacity: 0;
    transition: transform 0s linear, opacity 0.3s linear;
}
    .mobileTools.open {
        transform: translateX(0%);
        opacity: 1;
    }
.mobileToolBtn {
    width: fit-content;
    color: var(--black);
    font-size: 18px;
    text-align: center;
    padding: 7px 30px;
    background-color: var(--backgroundColor);
    border-radius: 25px;
    /*box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;*/
    gap: 10px;
    display: flex;
    align-items: center;
    -webkit-tap-highlight-color: transparent !important;
    border: 1px solid var(--grey);
}

.mobileToolControl {
    position: fixed;
    -webkit-tap-highlight-color: transparent !important;
    right: 20px;
    bottom: 30px;
}

.mobileToolBtn:focus, .mobileToolBtn:hover, mobileToolControl:focus, mobileToolControl:hover {
    transform: scale(0.95);
}

.userInformationMobile {
    position: fixed;
    top: 58px;
    height: fit-content;
    padding: 5px 19px 5px 19px;
    width: calc(100vw - 19px - 19px);
    background-color: var(--backgroundColor);
    z-index: 106;
}

.divider {
    border-bottom: 1.5px solid var(--grey);
}

.userInformationMenu {
    position: relative;
    display: flex;
    gap: 14px;
    align-items: center;
    justify-content: space-between;
    transition: opacity 0.2s ease-in;
}

/*.userInformationMenuLoaded {
    opacity: 1;
}*/

.userInformationMenuOpenIcon {
    height: 29px !important;
    width: 29px !important;
    fill: var(--black);
}

.userInformationMenuUser {
    position: relative;
    display: flex;
    gap: 14px;
    align-items: center;
    justify-content: flex-end;
}

.invertColor {
    filter: invert(1.5%);
}

.card {
    margin: 1vh auto 30vh auto;
    /*
    border hier nicht, der wird eigens gezeichnet
    border-width: 1px !important;
    border-style: solid;
    border-color: var(--grey);
    border-radius: 7px;
    */
    width: calc(100vw - 49px);
}

/* Order Number Menu*/
.txtOrderNumber, .TextBoxDisabled:disabled, .TextBoxDisabled {
    border: 1px solid var(--grey);
    width: 2em; /* 75px */
    font-size: 16px;
    margin-top: auto;
    margin-bottom: auto;
}

    .txtOrderNumber:focus {
        outline: none;
        border: 1px solid var(--black);
    }

.TextBoxDisabled {
    background-color: var(--grey) !important;
    border-width: 0px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    .TextBoxDisabled:disabled {
        border-width: 0px;
    }

/*btnShowSelectAll only on Mobile*/
.btnShowSelectAll {
    position: relative;
    margin-left: auto;
    margin-right: 21px;
    padding-top: 7.5px !important;
    padding-bottom: 7.5px !important;
    border-radius: 50px;
    margin-bottom: 5px;
    margin-top: 5px;
    border: 1px solid var(--grey);
    padding-left: 17.5px;
    padding-right: 17.5px;
}

.settingTableMargin {
    margin-left: 100px;
}

.pagerButton 
{
    padding-right: 1em;    
}