﻿/* 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 */    
}

.body-content {
    background-color: #b4bff4;
}
.FullPage {
    height: 100vh;
    /* position: fixed; */
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    margin: 0px;
    padding: 0px;
    background-color: #b4bff4;
}

.FullPageOhneHeader {
    height: calc(100vh - 70px - 80px);
}

.container {
    padding: 0px;
}

/* 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-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 {
    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;
    height: calc(100vh - 390px);
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden; /*verhindert horizontale Scrollbar*/
}

.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: 3;
    background-color: white;
    border: 0px;
    border-bottom: 1px;
    border-style: solid;
    border-color: #5F6581;
    padding: 5px;
}

.listBelegPoolRow {
    margin-right: 5px;
    margin-left: -10px;
}

.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 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: 500px;
    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: 90px!important;
    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%;
}

.pnlButtons {
    background-color: #424143;
    padding: 5px;
}

.pnlBelegPool {
    padding: 0px;
}

.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;
}
