﻿/* Move down content because we have a fixed navbar that is 50px tall */

html, body {
    box-sizing: border-box;
}

html {
    /* body will set it's height based on its parent, which is html */
    height: 100%;
    /* set full width as well */
    width: 100%;
}

body {
    /* min-height is needed for pages that might scroll, ie they may contain _more_ than 100% of viewport height */
    min-height: 100%;
    /* needed to prevent unwanted scroll-bars */
    margin: 0;
    padding: 0;
    /* This is just so we can tell the body block apart from the app container */
    background-color: #b4bff4;
    /*background-image: url("/images/startbild/titelbild.jpg");*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.FullPage {
    height: 100vh;
    /*position: fixed;  verhindert scroll, 2105 */
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    margin: 0px;
    padding: 0px;
}

.FullPageOhneHeader {
    height: calc(100vh - 70px);
}

.FullPageOhneHeader_ForList {
    height: calc(100vh - 70px - 85px);
}

.container {
    padding: 0px;
    max-width: none;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
}

body {
}


.logo {
    padding: 0;
    margin: 0;
    width: 75%;
}

.navbar-brand {
    padding-top: 0px;
    margin: 0;
    margin-left: 30px;
}

.navbar-kassatitel {
    position: fixed;
    top: 20px;
    left: 145px;
    right: 30px;
    text-align: center;
    bottom: 30px;
    vertical-align: middle;
    align-content: center;
}

.navbar-fixed-top {
    border: 0;
    color: white;
    height: 70px;
    /*background-color: #2C3C4D;*/
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1212a0+0,1212a0+95,2989d8+97,f4f7f6+100 */
    background: #1212a0; /* Old browsers */
    background: -moz-linear-gradient(top, #1212a0 0%, #1212a0 95%, #2989d8 97%, #f4f7f6 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #1212a0 0%,#1212a0 95%,#2989d8 97%,#f4f7f6 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #1212a0 0%,#1212a0 95%,#2989d8 97%,#f4f7f6 100%);
}

.navbar-fixed-bottom {
    padding: 8px;
    background-color: #14172a;
    color: #5F6581;
    height: 70px;
    text-align: center;
    vertical-align: middle;
}

    .navbar-fixed-bottom a {
        color: #cccfe8;
    }

footer {
    background-color: #424143;
    bottom: 0;
    display: block;
    position: static;
}



.pnlMain {
    margin-top: 100px;
    padding: 0px;
    margin: 0px;
    height: calc(100%-45px);
}

.pnlArtikel {
    /*height: unset;*/
    position: fixed;
    /* z-index: 1; */
    bottom: 274px;
    top: 46px;
    background-color: #5F6581;
    color: white;
    border: solid;
    border-color: white;
    border-width: 1px;
    margin: 0px;
    padding: 3px;
    min-width: 80px;
    min-height: 35px;
    vertical-align: middle;
    text-align: center;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden; /*verhindert horizontale Scrollbar*/
    width: 100%;
}

.pnlArtikelAnzahl {
    position: fixed;
    z-index: 1;
    font-size: 70px;
    background-color: black;
    padding: 15px;
    margin: 2px;
    min-width: 120px;
    min-height: 120px;
    border-color: red;
    border-width: 2px;
    border-style: solid;
    color: white;
    /*
    left: 3px;
    bottom: 270px;
*/
    right:3px;
}

.pnlKassaArtikelTaste {
    background-color: #5F6581;
    color: white;
    border: solid;
    border-color: white;
    border-width: 1px;
    margin: 1px;
    padding: 1px;
    margin-right: 0px;
    margin-bottom: 2px;
    vertical-align: middle;
    width: 66px;
    height: 55px;
    min-height: 35px;
    min-width: 50px;
    text-align: center;
    font-family: Arial;
    font-weight: 400;
    font-size: 12px;
}



.listBelegPool {
    line-height: unset;
    background-color: white;
    border: 0px;
    border-bottom: 1px;
    border-style: solid;
    border-color: #5F6581;
    padding: 5px;
}

.listBelegPoolRow {
    margin-right: 5px;
    margin-left: -10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.list-group-item {
    font-family: Arial;
    font-size: 16px;
    /*max-height: 25px;*/
    padding: 0px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin: 0px;
    line-height: 1.2;
    width: 100%;
    padding-right: 10px;
}

.list-group-item-selected {
    font-family: Arial;
    font-size: 16px;
    /*max-height: 25px;*/
    padding: 0px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin: 0px;
    line-height: 1.2;
    width: 100%;
    padding-right: 10px;
    color: red;
}

.list-group li {
    background: white;
}

    .list-group li:nth-child(odd) {
        background: #e1e1e1;
    }



.list-group {
    max-height: 166px;
    min-height: 166px;
    margin-bottom: 0px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    background-color: white;
    overflow-x: hidden; /*verhindert horizontale Scrollbar*/
}

.pnlbeleg {
    padding: 0px;
    margin: 1px;
}

.pnlAnzahl {
    padding: 3px;
    padding-right: 0px;
    margin: 0px;
    margin-left: 3px;
}

.pnlGesamt {
    background-color: #5F6581;
    color: white;
    border: solid;
    border-color: white;
    border-width: 1px;
    margin-left: 0px;
    margin-right: 0px;
    padding-right: 12px;
    margin-bottom: 3px;
}

.belegpool {
    height: 600px;
    max-height: 100%;
    margin-bottom: 10px;
    padding-bottom: 40px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}

.belegpool_getname {
    height: 100%;
    max-height: 55vh;
    margin-bottom: 10px;
    padding-bottom: 40px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}


.btnBelegPoolPay {
    background-color: darkblue;
    color: white;
    text-align: center;
    border: solid;
    border-color: white;
    border-width: 1px;
    margin: 0px;
    padding: 0px;
    text-align: center;
    vertical-align: top;
    width: 45px;
    height: 45px;
    border-radius: 5px;
}

    .btnBelegPoolPay img {
        vertical-align: top;
    }

.btnAnzahl {
    background-color: #5F6581;
    color: white;
    text-align: center;
    border: solid;
    border-color: white;
    border-width: 1px;
    margin: 0px;
    margin-bottom: 2px;
    padding: 0px;
    text-align: center;
    vertical-align: middle;
    width: 30%;
    height: 47px;
}

.btnAnzahlCol {
    padding: 0px;
    margin: 0px;
    background-color: #868fc9;
    width: 100%;
    position: fixed;
    bottom: 72px;
}

.pnlButtons {
    background-color: #424143;
    padding: 5px;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 100;
}

.pnlBelegPool {
    padding: 0px;
}


.pnlGang {
    background-color: #5F6581;
    width: 100%;
    margin: 0px;
    padding: 2px;
    padding-left: 5px;
    color: white;
    text-align: center;
    height: 46px;
    border: solid;
    border-color: white;
    border-width: 1px;
    border-bottom: none;
}

.btnGang {
    padding: 6px;
    margin: 3px;
    margin-left: 1px;
    border-left: 1px, solid darkgoldenrod;
    background-color: #86630f;
    width: 90%;
    height: 36px;
    margin-bottom: 60px;
    vertical-align: middle;
}

.btnGangAktiv {
    background-color: darkgreen;
}

.btnFremdsprache {
    padding: 15px;
    margin: 3px;
    margin-left: 1px;
    border-left: 1px, solid darkgoldenrod;
    background-color: #8a97d6;
    height: 56px;
    min-width: 85px;
    margin-bottom: 60px;
    vertical-align: middle;
    background-image: url('../images/Flagge_AUT_klein.png');
    background-repeat: no-repeat;
    background-position: center;
}

.btnFremdspracheAktiv {
    padding: 15px;
    margin: 3px;
    margin-left: 1px;
    border-left: 1px, solid darkgoldenrod;
    background-color: #8a97d6;
    height: 56px;
    min-width: 85px;
    margin-bottom: 60px;
    vertical-align: middle;
    background-image: url('../images/Flagge_China_klein.png');
    background-repeat: no-repeat;
    background-position: center;
}

.bon-container-titel {
    position: relative;
    left: 5px;
    top: 5px;
    background-color: #5F6581;
    color: white;
    width: 90px;
    text-align: center;
    border: solid;
    border-color: white;
    border-width: 1px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        /*display: none;*/
    }
}


.myButtonBlue {
    -moz-box-shadow: inset 0px 1px 0px 0px #54a3f7;
    -webkit-box-shadow: inset 0px 1px 0px 0px #54a3f7;
    box-shadow: inset 0px 1px 0px 0px #54a3f7;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
    background: -moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background: -webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background: -o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background: -ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background: linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
    background-color: #007dc1;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #124d77;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 13px;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #154682;
}

    .myButtonBlue:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
        background: -moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: -webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: -o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: -ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
        background-color: #0061a7;
    }

    .myButtonBlue:active {
        position: relative;
        top: 1px;
    }


.myButtonRed {
    -moz-box-shadow: inset 0px 1px 0px 0px #cf866c;
    -webkit-box-shadow: inset 0px 1px 0px 0px #cf866c;
    box-shadow: inset 0px 1px 0px 0px #cf866c;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d0451b), color-stop(1, #bc3315));
    background: -moz-linear-gradient(top, #d0451b 5%, #bc3315 100%);
    background: -webkit-linear-gradient(top, #d0451b 5%, #bc3315 100%);
    background: -o-linear-gradient(top, #d0451b 5%, #bc3315 100%);
    background: -ms-linear-gradient(top, #d0451b 5%, #bc3315 100%);
    background: linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0451b', endColorstr='#bc3315',GradientType=0);
    background-color: #d0451b;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #942911;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 13px;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #854629;
}

    .myButtonRed:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bc3315), color-stop(1, #d0451b));
        background: -moz-linear-gradient(top, #bc3315 5%, #d0451b 100%);
        background: -webkit-linear-gradient(top, #bc3315 5%, #d0451b 100%);
        background: -o-linear-gradient(top, #bc3315 5%, #d0451b 100%);
        background: -ms-linear-gradient(top, #bc3315 5%, #d0451b 100%);
        background: linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc3315', endColorstr='#d0451b',GradientType=0);
        background-color: #bc3315;
    }

    .myButtonRed:active {
        position: relative;
        top: 1px;
    }


.myButtonGreen {
    -moz-box-shadow: inset 0px 1px 0px 0px #3dc21b;
    -webkit-box-shadow: inset 0px 1px 0px 0px #3dc21b;
    box-shadow: inset 0px 1px 0px 0px #3dc21b;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1b9137), color-stop(1, #31541d));
    background: -moz-linear-gradient(top, #1b9137 5%, #31541d 100%);
    background: -webkit-linear-gradient(top, #1b9137 5%, #31541d 100%);
    background: -o-linear-gradient(top, #1b9137 5%, #31541d 100%);
    background: -ms-linear-gradient(top, #1b9137 5%, #31541d 100%);
    background: linear-gradient(to bottom, #1b9137 5%, #31541d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1b9137', endColorstr='#31541d',GradientType=0);
    background-color: #1b9137;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #18ab29;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 13px;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #2f6627;
}

    .myButtonGreen:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #31541d), color-stop(1, #1b9137));
        background: -moz-linear-gradient(top, #31541d 5%, #1b9137 100%);
        background: -webkit-linear-gradient(top, #31541d 5%, #1b9137 100%);
        background: -o-linear-gradient(top, #31541d 5%, #1b9137 100%);
        background: -ms-linear-gradient(top, #31541d 5%, #1b9137 100%);
        background: linear-gradient(to bottom, #31541d 5%, #1b9137 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#31541d', endColorstr='#1b9137',GradientType=0);
        background-color: #31541d;
    }

    .myButtonGreen:active {
        position: relative;
        top: 1px;
    }




.btnReset {
    background-color: darkred;
    color: white;
    text-align: center;
    border: solid;
    border-color: white;
    border-width: 1px;
    margin: 1px;
    padding: 5px;
    min-height: 35px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 60px;
}

.btnParken {
    background-color: darkblue;
    color: white;
    text-align: center;
    border: solid;
    border-color: white;
    border-width: 1px;
    margin: 1px;
    padding: 5px;
    min-height: 35px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 60px;
}

.btnBuchen {
    background-color: green;
    color: white;
    text-align: center;
    border: solid;
    border-color: white;
    border-width: 1px;
    margin: 1px;
    padding: 5px;
    min-height: 35px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 60px;
}


/* Carousel */
.carousel-inner .carousel-item {
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}


/* carousel fullscreen */
.carousel-fullscreen .carousel-inner .carousel-item {
    height: 100vh;
    min-height: 60px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* carousel fullscreen - vertically centered caption*/
.carousel-fullscreen .carousel-caption {
    top: 50%;
    bottom: auto;
    transform: translateY(-90%);
}

/* overlay for better readibility of the caption  */
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    transition: all 0.2s ease-out;
}

.carousel .carousel-item {
    transition-duration: 0.2s;
}

.carousel {
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.kassa_belegzeile_mainpnl {
    margin: 5px;
}

.card .row {
    margin: 10px;
}

.noPadding {
    padding: 0px;
}

.noMargin {
    margin: 0px;
}

.smallPadding {
    padding: 2px;
}

.smallMargin {
    margin: 2px;
}

/*------frmBelegSplit------*/
.belegSplitSelected {
    background-color: green!important;
    color: white;
}

.belegSplitDisabled {
    background-color: #dc3545;
    color: #b7b7b7;
    font-weight: bold;
    min-height: 40px;
}

.belegSplitSomeSelected {
    background-color: greenyellow!important;
    color: black;
}


/* frm_Zahlungsarten */
.za_BetragGesamt {
    font-size: 1.4em;
    font-weight: 600;
    line-height: 1;
}

.za_BetragGegeben {
    font-size: 1.4em;
    font-weight: 600;
    line-height: 1;
    color: dimgray;
}

.za_BetragOffen {
    font-size: 1.4em;
    font-weight: 600;
    line-height: 1;
}

.za_BetragKassieren {
    font-size: 2.8em;
    font-weight: 600;
    line-height: 1;
    color: black;
    padding-right: 0px;
}

.za_lstZahlungsarten {
    height: 17em;
    min-height: 17em;
}

.za_btnZahlen {
    width: 100%;
    height: 4em;
}

.za_btnAbbrechen {
    width: 100%;
    height: 4em;
}


/* Wartescreen */
.pnlTrinkgeldPopup {
    z-index: 0;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(18, 0, 131, 0.9);
    /*background-color: #483d8bc7;*/
    color: white;
    font-size: 40px;
    font-weight: 600;
    position: fixed;
    align-content: center;
    text-align: center;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
}

/*-------------LOGIN-----------------*/
.login-icon {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    margin: 3px;
}

.pnlLogin-icon {
    background-color: #5F6581;
    color: white;
    border: solid;
    border-color: white;
    border-width: 1px;
    margin: 0px;
    padding: 3px;
    min-width: 80px;
    min-height: 35px;
    vertical-align: middle;
    text-align: center;
}

    .pnlLogin-icon .col {
        padding: 0px;
        margin: 0px;
    }

    .pnlLogin-icon .btnAnzahl {
        background-color: lightslategray;
        font-size: 30px;
        height: 60px;        
    }

.pnlLoginPin {
    background-color: white;
    text-align: center;
    font-size: 40px;
    font-stretch: condensed;
}

.kassa_belegzeile_mainpnl .row {
    margin: 5px;
    justify-content: center;
}

.kassa_belegzeile_mainpnl .col {
    max-width: 800px;
}


/* keine Spin-Buttons anzeigen */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

/* Wartescreen */
.pnlLock {
    z-index: 1000;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(18, 0, 131, 0.8);
    /*background-color: #483d8bc7;*/
    color: white;
    font-size: 40px;
    font-weight: 600;
    position: fixed;
    align-content: center;
    text-align: center;
    padding-top: 350px;
    padding-left: 30px;
    padding-right: 30px;
}

/* Bildschirmsperre Unlock-Slider*/
.lockRangeSlider {
    width: 260px;
    margin: 10px;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#000), to(#1f1f1f));
    -webkit-appearance: none;
    border-radius: 10px;
    padding: 5px;
    transition: opacity 0.5s;
    position: relative;
}

    .lockRangeSlider::-webkit-slider-thumb {
        -webkit-appearance: none;
        border-radius: 10px;
        background: -webkit-linear-gradient(top, #fafafa 0%,#dedede 50%,#cfcfcf 51%,#a3a3a3 100%);
        z-index: 1;
        width: 75px;
        position: relative;
        height: 60px;
    }

    .lockRangeSlider:before {
        content: "entsperren";
        color: #8a8a8a;
        position: absolute;
        left: 100px;
        top: 12px;
        z-index: 1;
        font-size: 28px;
    }

    .lockRangeSlider::-webkit-slider-thumb:before {
        color: #8a8a8a;
        position: absolute;
        left: 5px;
        top: -10px;
        z-index: 1;
        font-size: 56px;
        font-weight: bold;
        content: "→";
    }

.centered-text {
    display: table-cell;
    vertical-align: middle;
    height: 40px;
    text-align: right;
}


.dsdropdown-menu {
    min-width: 100%;
    padding: .5rem 0;
    font-size: 1.3rem;
    background-color: #ababf7;
    border: 2px solid #1212a099;
}

.dsdropdown-item {
    padding: 0.6rem 1.5rem;
    font-weight: 500;
    background-color: #9a9aff;
    margin: 2px;
    width: 98%;
}

.dsAdress thead tr:nth-child(1) th {
    background: rgb(18, 18, 160);
    color: white;
    position: sticky;
    top: 0;
    z-index: 10;
}

.dsAdress .table-hover tbody tr:hover td, .table-hover tbody tr:hover {
    background-color: rgb(255, 193, 7);
    font-weight: bold;
}



/*  Anzahl Slider */
.slidecontainer {
    width: 100%; /* Width of the outside container */
}

/* The slider itself */
.slider {
    -webkit-appearance: none; /* Override default CSS styles */
    appearance: none;
    width: 100%; /* Full-width */
    height: 25px; /* Specified height */
    background: #d3d3d3; /* Grey background */
    outline: none; /* Remove outline */
    opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
    -webkit-transition: .2s; /* 0.2 seconds transition on hover */
    transition: opacity .2s;
}

    /* Mouse-over effects */
    .slider:hover {
        opacity: 1; /* Fully shown on mouse-over */
    }

    /* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
    .slider::-webkit-slider-thumb {
        -webkit-appearance: none; /* Override default look */
        appearance: none;
        width: 25px; /* Set a specific slider handle width */
        height: 25px; /* Slider handle height */
        background: #4CAF50; /* Green background */
        cursor: pointer; /* Cursor on hover */
    }

    .slider::-moz-range-thumb {
        width: 25px; /* Set a specific slider handle width */
        height: 25px; /* Slider handle height */
        background: #4CAF50; /* Green background */
        cursor: pointer; /* Cursor on hover */
    }



/* TouchTasten */
.TouchTaste_TitelPanel {
    height: 30%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}


.TouchTaste_PicturePanel {
    height: 50%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}


.TouchTaste_TextPanel {
    text-align: center;
    margin: 0px;
}

.MAList {
    height: 630px;
    max-height: 100%;
    margin-bottom: 10px;
    padding-bottom: 40px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}

.MAListItem {
    height: 4em;
    padding-left: 15px !important;
    margin-bottom: 2px !important;
}

.MAListItem_selected {
    background-color: forestgreen !important;
    color: white !important;
}
