﻿.menuButton {
    position:relative;
    width: 192px;
    height: 96px;
    margin: 0px 10px 0px 0px;
    float: left;
    -webkit-transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    -o-transition: all .2s ease-in 0s;
    transition: all .2s ease-in 0s;
    background-position: center center;
    background-color: steelblue;
    margin-bottom: 20px;
}

    .menuButton .icon {
        position: absolute;
        padding-top: 10px;
        font-size: 42px;
        color: white;
        text-align: center;
        width: 192px;
        opacity: .9;
    }

    .menuButton .sync-light {
        position: absolute;
        width:12px; 
        height:12px;
        right:4px;
        top:4px;
        border-radius:50%;
    }

    .menuButton .sync-light.green
    {
        background-color: green;
    }

    .menuButton .sync-light.yellow {
        background-color: yellow;
    }

    .menuButton .sync-light.red {
        background-color: red;
    }

    .menuButton .sync-light.grey {
        background-color: grey;
    }

    .menuButton .text {
        position: relative;
        color: white;
        padding-left: 10px;
        padding-right: 10px;
        height: 96px;
        padding-bottom: 5px;
        vertical-align: bottom;
        display: table-cell;
        font-family: Arial;
        font-size: 12px;
        font-weight: normal;
        color: #FFFFFF;
        line-height: 1em;
        opacity: .8;
    }

    .menuButton .icon img {
        width: 48px;
        height: 48px;
    }

    .menuButton:hover {
        opacity: .8;
        text-decoration: none;
    }

    .menuButton:focus {
        opacity: .8;
        text-decoration: none;
    }

.menuListItem {
    width: 80%;
    display: block;
    height: 56px;
    line-height: 56px;
    -webkit-transition: all .3s ease-in 0s;
    -moz-transition: all .3s ease-in 0s;
    -o-transition: all .3s ease-in 0s;
    transition: all .3s ease-in 0s;
    background-position: center center;
    background-color: darkslategray;
    margin: 20px auto 0px auto;
    color: white;
    text-decoration: none;
    font-size: 2em;
}

    .menuListItem:hover {
        background-color: white;
        text-decoration: none;
        color: black;
    }

    .menuListItem:focus {
        text-decoration: none;
        background-color: white;
        color: black;
    }


.typeSelection {
    width: 100%;
    display: block;
    height: 56px;
    line-height: 56px;
    padding-left: 10px;
    -webkit-transition: all .3s ease-in 0s;
    -moz-transition: all .3s ease-in 0s;
    -o-transition: all .3s ease-in 0s;
    transition: all .3s ease-in 0s;
    background-position: center center;
    background-color: darkslategray;
    margin-top: 10px;
    margin-bottom: 10px;
    color: white;
    text-decoration: none;
    font-size: 2em;
}

    .typeSelection:hover {
        background-color: white;
        text-decoration: none;
        color: black;
    }

    .typeSelection:focus {
        text-decoration: none;
        background-color: white;
        color: black;
    }

    .typeSelection .loading {
        color: darkgrey;
    }


.categorySelection {
    width: 100%;
    display: block;
    height: 56px;
    line-height: 56px;
    padding-left: 10px;
    -webkit-transition: all .3s ease-in 0s;
    -moz-transition: all .3s ease-in 0s;
    -o-transition: all .3s ease-in 0s;
    transition: all .3s ease-in 0s;
    background-position: center center;
    background-color: cadetblue;
    margin-top: 5px;
    margin-left: 10px;
    margin-bottom: 5px;
    color: white;
    text-decoration: none;
    font-size: 2em;
}

    .categorySelection:hover {
        background-color: white;
        text-decoration: none;
        color: black;
    }

    .categorySelection:focus {
        text-decoration: none;
        background-color: white;
        color: black;
    }

    .categorySelection .loading {
        color: darkgrey;
    }

.item {
    float:left;
    margin-left: 10px;
    margin-top:5px;
    margin-bottom:10px;
    min-height: 250px;
    position: relative;
    display: block;
    width: 250px;
    max-width: 250px;
    background-color: white;
    border-style: solid;
    border-width: 1px;
    border-color: white;
}

    .item img {
        max-width: 248px;
        max-height: 248px;
    }

.itemLabels {
    position: absolute;
    top: 0px;
    width: 100%;
}

.item .check
{
    width:20px;
    height:20px;
    border:none;
    background-color:transparent;
}

.item .check:focus
{
    border:none;
}

.item .itemPLU {
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    top: 0px;
    width: 100%;
    margin: 0px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: rgba(255,255,255,.6);
}

.item .itemDescription {
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    margin: 0px;
    top: 0px;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    background-color: rgba(255,255,255,.6);
}

.item .itemQuantities {
    width: 100%;
    margin: 0px;
    padding: 0px;
    background-color: rgba(255,255,255,.6);
    position: absolute;
    bottom: 0px;
}

    .item .itemQuantities p {
        padding-top: 5px;
        padding-left: 10px;
        margin: 0px;
        margin-bottom: 5px;
    }

    .item .itemQuantities span {
        padding-left: 5px;
    }

    .item .itemQuantities input {
        text-align: right;
        width: 50px;
    }

.item input::-webkit-outer-spin-button,
.item input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.item .btn-default {
    background-color: rgba(255,255,255,.4);
}

.item input {
    background-color: rgba(255,255,255,.4);
    border-style:solid;
    border-width:1px;
    border-color:rgba(0,0,0,.4);
    padding:3px;
}

.item .itemAvailability {
    padding: 5px 0px 5px 5px;
    font-size: 12px;
    background-color: rgba(255,255,255,.6);
}


.menuListItem {
    width: 80%;
    display: block;
    height: 56px;
    line-height: 56px;
    -webkit-transition: all .3s ease-in 0s;
    -moz-transition: all .3s ease-in 0s;
    -o-transition: all .3s ease-in 0s;
    transition: all .3s ease-in 0s;
    background-position: center center;
    background-color: darkslategray;
    margin: 20px auto 0px auto;
    color: white;
    text-decoration: none;
    font-size: 2em;
}

    .menuListItem:hover {
        background-color: white;
        text-decoration: none;
        color: black;
    }

    .menuListItem:focus {
        text-decoration: none;
        background-color: white;
        color: black;
    }


.summaryItem {
    margin-bottom:10px;
    margin-left: 10px;
    min-height: 50px;
    height:50px;
    position: relative;
    display: block;
    width: 100%;
    background-color: white;
    border-style: solid;
    border-width: 1px;
    border-color: white;
}

.summaryItem img {
    max-width: 40px;
    min-width:40px;
    max-height: 40px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
    float:left;
}

    .summaryItem .summaryDescription {
        height: 50px;
        max-height: 50px;
        min-height: 50px;
        display: table;
    }

.summaryItem .summaryDescription p {
    margin: 0px;
    padding: 0px;
    line-height: 1.2em;
    font-size: 16px;
    display: table-cell;
    vertical-align: middle;
}


.transactionfolder {
    padding: 5px 15px 0px 0px;
}

