﻿@font-face {
    font-family: Inkfree;
    src: url(/fonts/Inkfree.ttf);
}

/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin: 0;
  padding: 0;
  font-family: Inkfree;
}
.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 10px;
    max-width: 800px;
    white-space: nowrap;
    background: white;
    line-height: 60px; /* Vertically center the text there */
}

.footer .icon {
    width: 48px;
}


/* -------------------------MY STUFF------------------------- */
#ItemsHolder {
    min-height: 100px;
    margin-top: 20px;
}

#HomeButton {
    width: 100px;
    margin: 0 auto -60px auto;
    /* position: fixed; */
    bottom: 7px;
    left: 0;
    text-align: center;
    z-index: 900;
}

    #HomeButton .glow {
        position: absolute;
        top: 0;
        left: 0; 
        width: 100%;
        height: 100%;
        filter: blur(20px);
    }

    #HomeButton .glow:hover {
        background: #cee2b5;
    }

#RootContainers {
    margin-left: 22px;
}

    @media(max-width: 799px) {
        #RootContainers {
            text-align: center;
            margin-left: 0px;
        }
    }

#SearchButton {
    width: 32px;
    cursor: pointer;
}

#SearchTextBox, .SearchBarWrapper input {
    width: 100%;
    padding: 5px;
    font-size: 1.1em;
    border: 2px solid #a4d0ae;
    outline: none;
    box-shadow: none;
}

.add {
    background-image: url(/images/add_32.png);
    margin-left: 8px;
}

.addItemElement {
    margin-bottom: 20px;
}
    .addItemElement input, 
    .addItemElement select {
        font-size: 1.2em;
        padding: 5px;
    }

.bigAndCenter {
    text-align: center;
    font-size: 2em;
    font-weight: bold;
}

.checklist {
    background-image: url(/images/checklist_32.png);
    margin-left: 8px;
}
    .checklist.highlighted {
        background-image: url(/images/checklist_green_32.png);
    }
        /*.checklist.highlighted::before {
            background-color: rgba(240, 216, 171, 0.75);
            display: block;
            content: '';
            position: absolute;
            height: inherit;
            width: inherit;
        }*/

.dashboard {
    background-color: #e9f2de;
    border-top: 5px solid #a4d0ae;
    padding-bottom: 24px;
}

    .dashboard .global_button {
        padding: 12px 24px;
        display: inline-block;
        margin: 30px 30px 0 0;
    }

    .dashboard .gridCell {
        display: inline-block;
        width: 200px;
        margin: 20px 25px;
        vertical-align: top;
        position: relative;
    }

        @media(max-width: 799px) {
            .dashboard .gridCell {
                width: 90%;
                margin: 20px 0px;
            }
        }

        .dashboard .gridCell .global_button {
            width: 100%;
            font-size: 1.5em;
            padding: 12px 0;
            min-height: 75px;
            line-height: 55px;
        }

        .dashboard .gridCell .icon {
            /*position: absolute;
            top: 36px;
            left: 0;*/
            height: 50px;
            z-index: 999;
        }

.extraFooter {
    width: 100%;
    text-align: center;
}

.global_button {
    background-color: #a4d0ae;
    color: white;
    border-radius: 10px;
    text-align: center;
}

    .global_button.big {
        font-size: 2em;
        font-weight: bold;
        border-radius: 10px;
    }

    .global_button:hover {
        background-color: #cee2b5; /* 206 226 181 1 */
        text-decoration: none;
        color: white;
    }

    .global_button:active {
        background-color: #efed86;
    }

.glow {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    box-shadow: 0 0 20px 0px rgb(171 253 161 / 50%);
}

.headerBanner {
    margin: 0;
    padding: 0;
    width: 100%;
}

    .headerBanner img {
        width: 100%;
    }

.headerButton {
    font-size: 1.2em;
    padding: 0 10px;
    min-height: 35px;
    line-height: 35px;
    display: inline-block;
    margin: 0 10px 10px 0;
}

    .headerButton.active {
        box-shadow: 0px 0px 7px 7px #efed86;
    }

.headerButtonIcon {
    width: 24px;
}

.headerButtonRow {
    vertical-align: middle;
    float: none;
    overflow: hidden;
    padding-left: 10px;
}

.icon {
    cursor: pointer;
}

.InterpretedBarcode {
    padding-left: 12px;
}

.ItemListName {
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: middle;
    cursor: pointer;
}

.listItem {
    margin: 5px;
    font-size: 2em;
    font-weight: bold;
    padding: 13px 10px;
    position: relative; 
}
    @media(max-width: 500px) {
        .listItem {
            font-size: 1.1em;
        }
    }
    .listItem.odd, .listItem.odd .quantityControl {
        background-color: white;
    }

    .listItem.even, .listItem.even .quantityControl {
        background-color: #cee2b5;
    }

    .listItem.outOfStock, .listItem.outOfStock .quantityControl {
        background-color: #d0d0d0;
    }

    .pageWrapper {
        max-width: 800px;
        margin: 0 auto;
        padding: 0;
    }

    .quantityControl {
        float: right;
        position: absolute;
        top: 10px;
        right: 5px;
    }

        .quantityControl .currentQuantity {
            display: inline-block;
            width: 70px;
            text-align: center;
        }
            @media(max-width: 500px) {
                .quantityControl .currentQuantity {
                    width: 30px;
                }
            }

    .quantityIncrementer {
        display: inline-block;
        width: 35px;
        height: 35px;
        background-size: cover;
        vertical-align: middle;
        position: relative;
    }
        @media(max-width: 500px) {
            .quantityIncrementer {
                width: 20px;
                height: 20px;
            }
        }

    .subtract {
        background-image: url(/images/subtract_32.png);
        margin-right: 8px;
    }

    input {
        font-family: Verdana, Geneva, Tahoma, sans-serif;
    }



    