﻿.btn-item:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn-item.btn-shadow {
    box-shadow: 0 0.5rem 1.125rem -0.5rem rgb(78 84 200 / 90%);
}

.btn-item {
    box-shadow: none;
    white-space: normal;
}


    .btn-item:not(:disabled):not(.disabled):active:focus, .btn-item:not(:disabled):not(.disabled).active:focus, .show > .btn-item.dropdown-toggle:focus {
        box-shadow: 0 0 0 0 rgb(105 110 208 / 50%);
    }

.btn-qty {
    width: 16px;
    height: 16px;
    padding: 0px;
    line-height: 0px;
}

.table-cart td, .table-cart th {
    padding: 5px 0px;
}

span.out-of-stock {
    font-size: 8px;
}

div.invoice p {
    margin: 0px;
}

div.invoice h5, div.invoice h6, div.invoice h1, div.invoice h2, div.invoice h3, div.invoice h4 {
    margin: 5px 0px;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}


.invoice > div {
    display: inline-block;
}

.report-title {
    font-size: 16px;
}

.report-date {
    font-weight: normal;
    font-size: 12px;
}

html, body {
    height: 100%;
}

#divOrder {
    overflow: auto;
    position: relative;
}

#divCats, #divProducts {
    overflow: auto;
    overflow-x: hidden
}

.navbar {
    padding-top: 3px;
    padding-bottom: 3px;
}

.full-width {
    width: 100% !important;
}

.table-keypad {
    text-align: center;
    width: 100%;
    font-size: 36px;
    font-weight: bold;
}

    .table-keypad td {
        vertical-align: middle;
    }

        .table-keypad td.digit {
            cursor: pointer;
        }

            .table-keypad td.digit:active, .table-keypad td.digit.quick:active {
                background-color: #69b3fe;
            }

            .table-keypad td.digit.quick {
                background-color: lightgreen;
                font-size: 30px;
            }

    .table-keypad label.pending {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        font-size: 40px;
        font-weight: bold;
        padding-top: 25px;
        border-right: solid 1px white;
    }

    .table-keypad label.tendered {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        font-size: 40px;
        font-weight: bold;
        padding-top: 25px;
    }

    .table-keypad label.button {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 60px;
        font-size: 24px;
        font-weight: bold;
        padding-top: 20px;
    }

@media (max-width: 768px) {
    html{
        width:90%;
    }
    .table-keypad td.digit.quick {
        font-size: 24px;
    }

    .table-keypad label.pending {
        font-size: 30px;
        padding-top: 25px;
    }

    .table-keypad label.tendered {
        font-size: 30px;
        padding-top: 25px;
    }
    .table-keypad label.button {
        font-size: 16px;
        padding-top: 25px;
    }
}

.cart-item-price-clickable{
    color:blue;
    cursor:pointer;
}