.OListItem.IsNewtrue {
    background-color: mistyrose;
}

#OrgaAppContent {
    height: 100%;
}

#OrgaAppContent .OGroupItem.IsNewtrue {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0px;
    padding: 5px;
}

.OMarktrue, .OMarktrue div, .OGroupMarktrue {
    text-decoration: line-through;
    color: lightgray;
}

#NewBtnSide {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
}

    #NewBtnSide .dx-item-content div {
        font-size: 40px;
        font-weight: bold;
        text-align: center;
        width: 100%;
    }

.PManagerListe #NewBtnSide {
    display: block;
    padding: 0;
    width: 100%;
}

#VPreise .dxHtml, #VPreise .dx-clear-button-area, .IsMemofalse {
    display: none;
}

.IsMemotrue {
    display: flex;
}

.OBigTitel {
    font-size: 30px;
    margin-top: -3px;
    padding-left: 3px;
}

#OrgaAppContent.dx-button img {
    width: 30px;
    height: 30px;
}

.PManagerListe #FixedBottomSide {
    display: none;
}

#FixedBottomSideSum {
    display: block;
}

#FixedSide summary {
    position: relative;
    cursor: pointer;
}

    #FixedSide summary:before {
	content: "+ Warenkorb öffnen";
    position: absolute;
    width: calc(100% - 2em);
    text-align: center;
    background: #ffa100;
    background-image: -webkit-linear-gradient(top, #ffa100, #d48600);
    background-image: -moz-linear-gradient(top, #ffa100, #d48600);
    background-image: -ms-linear-gradient(top, #ffa100, #d48600);
    background-image: -o-linear-gradient(top, #ffa100, #d48600);
    background-image: linear-gradient(to bottom, #ffa100, #d48600);
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    color: #ffffff;
    padding: 13px 20px;
    text-decoration: none;
    }

#FixedSide details[open] > summary:before {
    content: "- Warenkorb schließen";
}

#OrgaAppContent .OLabelTop {
    display: block;
}
/*#FixedSide summary:before {
    border-left-color: white;
    margin-left: 8px;
}

#FixedSide #FixedBottomSide[open] > summary:before {
    border-top-color: white;
    border-left-color: rgb(0 0 0 / 0%);
}*/

/*###Fonts###*/
body, #OrgaAppContent .dx-widget {
    font-family: 'Open Sans',sans-serif;
    font-size: 20px;
    margin: 0;
    padding: 0;
}

.VMenuBtnsnull, .dx-field-item-content.dx-field-item-content-location-right{
    height: 100%;
}

#VMenu .dx-tileview-wrapper {
    font-size: 12px;
}

.OMenuItem {
    font-size: 18px;
}

#VEndeText .dx-item-content.dx-box-item-content {
    align-items: center;
    font-size: 25px;
    background: aquamarine;
    padding: 8px;
	height: 100% !important;
}

/*###Buttons###*/
#scBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #e69100; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 6px; /* Some padding */
  border-radius: 5px; /* Rounded corners */
}

#scBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}

#scBtn .material-symbols-outlined {
    font-size: 40px;
}

/*###Icons###*/
.dx-button-has-text .dx-icon {
    width: auto;
    height: 20px;
}

/*###Colours###*/
#FixedSide {
    background-color: #616161;
}

.OOrange .dx-tile, .dx-button {
    min-width: 100%;
    text-align: center;
    background: #ffa100;
    background-image: -webkit-linear-gradient(top, #ffa100, #d48600);
    background-image: -moz-linear-gradient(top, #ffa100, #d48600);
    background-image: -ms-linear-gradient(top, #ffa100, #d48600);
    background-image: -o-linear-gradient(top, #ffa100, #d48600);
    background-image: linear-gradient(to bottom, #ffa100, #d48600);
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    color: #ffffff;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
}

/*.OOrange .dx-item.dx-tile:hover, .dx-button:hover {
        background: #ffb73b;
        background-image: -webkit-linear-gradient(top, #ffb73b, #e69b19);
        background-image: -moz-linear-gradient(top, #ffb73b, #e69b19);
        background-image: -ms-linear-gradient(top, #ffb73b, #e69b19);
        background-image: -o-linear-gradient(top, #ffb73b, #e69b19);
        background-image: linear-gradient(to bottom, #ffb73b, #e69b19);
        text-decoration: none;
    }*/

.ORed .dx-tile, .ORed .dx-button, .OGroupItem.IsNewtrue, #NewBtnSide {
    text-align: center;
    background: #ff6f5d;
    background-image: -webkit-linear-gradient(top, #ff6f5d, #d40e00);
    background-image: -moz-linear-gradient(top, #ff6f5d, #d40e00);
    background-image: -ms-linear-gradient(top, #ff6f5d, #d40e00);
    background-image: -o-linear-gradient(top, #ff6f5d, #d40e00);
    background-image: linear-gradient(to bottom, #ff6f5d, #d40e00);
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    color: #ffffff;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
}

.OGreen .dx-tile, .OGreen .dx-button {
    text-align: center;
    background: #19a703;
    background-image: -webkit-linear-gradient(top, #46fc60, #19a703);
    background-image: -moz-linear-gradient(top, #46fc60, #19a703);
    background-image: -ms-linear-gradient(top, #46fc60, #19a703);
    background-image: -o-linear-gradient(top, #46fc60, #19a703);
    background-image: linear-gradient(to bottom, #46fc60, #19a703);
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    color: #ffffff;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
}

#VStart .OMenuButton .dx-button{
    background: #19a703;
    background-image: -webkit-linear-gradient(top, #46fc60, #19a703);
    background-image: -moz-linear-gradient(top, #46fc60, #19a703);
    background-image: -ms-linear-gradient(top, #46fc60, #19a703);
    background-image: -o-linear-gradient(top, #46fc60, #19a703);
    background-image: linear-gradient(to bottom, #46fc60, #19a703);
}

/*.OOrange .dx-item.dx-tile:hover, .dx-button:hover {
        background: #ffb73b;
        background-image: -webkit-linear-gradient(top, #ffb73b, #e69b19);
        background-image: -moz-linear-gradient(top, #ffb73b, #e69b19);
        background-image: -ms-linear-gradient(top, #ffb73b, #e69b19);
        background-image: -o-linear-gradient(top, #ffb73b, #e69b19);
        background-image: linear-gradient(to bottom, #ffb73b, #e69b19);
        text-decoration: none;
    }*/

.OPopupClose {
    background: orangered;
    color: white;
}

.dx-numberbox-spin-up-icon {
    background: greenyellow;
}

.dx-numberbox-spin-down-icon {
    background: orangered;
}

/*###Layout###*/
#FixedBottomSide {
    margin-top: 10px;
}

#VMerklisteSum .VMerklisteSumOrder {
    padding-left: 0;
}

#VMerklisteSum .VMerklisteSumSum {
	padding: 50px 10px 10px 10px;
}

#VMerklisteSumSum .dx-item-content.dx-box-item-content {
    align-items: center;
}

#VMerklisteSumundefined, #VMerklisteSumOrder, #VStartundefined{
		position: relative;
		height: 4em;
		z-index: 99;
}

.dx-button-has-text .dx-button-content {
    padding: 16px
}

#OrgaAppContent .dx-list {
    min-height: 0;
}

#VHome .dx-tileview-wrapper {
    text-transform: uppercase;
    height: 100%;
}

    #VHome .dx-tileview-wrapper::before {
        display: none;
    }

#FixedSide {
    padding: 7px;
    padding-top: 16px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

#MainSide {
    margin: 7px 5px;
	height: 100%;
}

#VMerklisteSum .dx-visibility-change-handler {
    display: block !important;
}

#VMenuBtnsForm .dx-button-has-icon .dx-button-content {
    height: 51px;
}

#VMenu.OOrange {
    height: 42px;
}

#VMenu .dx-tile {
    padding: 0 10px;
    width: auto !important;
    min-height: 35px;
    margin-right: 10px;
    margin-bottom: 10px;
}

#VMenu .dx-tile, #VMenu .dx-button {
    min-width: auto;
}


.OMenuItem {
    display: flex;
    height: 100%;
}

#VMenu .OMenuItem img {
    height: 20px;
    margin: 3px;
    align-self: center;
}

.OMenuItem img {
    height: 40px;
    margin: 10px;
    align-self: center;
}

.OMenuItem div {
    margin: auto 0;
}

.OListe .dx-tile {
    width: 100% !important;
    height: auto !important;
    white-space: normal;
}

#OrgaAppContent .dx-list-item {
    border-top: 0;
}

.OGroupItem {
    display: flex;
    font-size: 30px;
    background-color: rgb(200,200,200);
    padding: 5px;
	white-space: normal;
}

    .OGroupItem img {
        height: 30px;
        align-self: center;
        margin-right: 10px;
    }

    .OGroupItem.IsNewtrue .IsNewImg {
        padding-left: 10px;
        display: block;
    }

    .OGroupItem .IsNewImg {
        display: none;
    }

.OPopupClose {
    float: right;
    padding: 2px 7px;
    cursor: pointer;
    font-size: 20px;
}

#VPopup {
    padding: 0 20px 20px 20px;
}

.OTileSmall .dx-tile {
    padding: 7px;
    white-space: normal;
    margin: 2px;
    text-align: center;
}

#VMerklisteSum {
}

    #VMerklisteSum .dx-item-content.dx-box-item-content, #VMenu .dx-item-content.dx-box-item-content {
        color: #fab235;
        padding-top: 2px;
        font-size: 20px;
    }

        #VMenu .dx-item-content.dx-box-item-content div {
            width: 100%;
            text-align: center;
        }

.OListItem {
    display: grid;
    grid-template-columns: auto 120px;
    grid-gap: 5px;
    padding: 10px 10px;
    border-top: 2px solid rgb(200,200,200);
}

    .OListItem img {
        height: 20px;
        width: 20px;
        margin-right: 10px;
    }

.OMerklistItem {
    display: flex;
}

    .OMerklistItem img {
        width: 25px;
        height: 25px;
		padding-right: 5px;
		padding-bottom: 5px;
    }

.OPreise {
    display: grid;
    grid-template-columns: 50% 50%;
}

.dx-numberbox-spin-up-icon {
    min-height: 34px;
}

#OrgaAppContent .dx-numberbox-spin-up-icon::before {
    content: "+";
}

#OrgaAppContent .dx-numberbox-spin-down-icon::before {
    content: "-";
}

#PnlMain {
    padding-bottom: 0;
}

.OPadding {
    padding: 20px;
}

/*##Bestelldialog##*/

#VPreise .dxNumberBox.dx-state-readonly input {
    padding: 8px 0;
}

#VPreiseForm .VPreise {
    min-width: 57px;
}

#VPreiseForm .VPreisePreis {
    min-width: 69px;
}

.OPopupSub {
    width: 99%;
    margin: auto;
    margin-top: 5px;
}

.dx-texteditor .dx-texteditor-input {
    padding: 4px;
}

label.dx-field-item-label.dx-field-item-label-location-left {
    align-self: center;
}

#OrgaAppContent .VPreiseMwSt, #OrgaAppContent .VPreiseHinweis {
    display: none;
}

.dx-field-item-label-text {
	font-size: 17px;
}

/*##Bestellliste##*/

.LITitel {
    font-weight: 500;
}

.VMenuBtnsnull{
    height: 100%;
}

/*##Ausblenden Warenkorb##*/
.PEnde #FixedBottomSideSum, .PHome #FixedBottomSideSum{
    display: none;
}

/*###Responsive Design###*/
/*##Mobile First##*/

#VHome .dx-tileview-wrapper {
    display: grid;
    row-gap: 15px;
}

.dx-layout-manager .dx-label-h-align.dx-flex-layout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.OTile .dx-tile {
    width: auto !important;
    max-width: 400px;
    padding: 7px;
    white-space: normal;
    margin: 2px;
    text-align: left;
	height: fit-content !important;
}

/*##Desktop##*/
@media (min-width: 450px) {

    #VHome .dx-tileview-wrapper {
        display: grid;
        grid-template-columns: 49.5% 49.5%;
        row-gap: 15px;
        column-gap: 1%;
    }
	
	.OTile .dx-tile {
    min-width: 190px;
}
}
