﻿body {
    font-size: 1.00rem;
    font-family: Helvetica;
    color: #000;
    margin: 0;
    padding: 0;
    -webkit-user-select: none;
}
.blkText{color:black;}

/*----------------------------------------- */
/*-- border for most elements ------------- */
/*----------------------------------------- */
* {
    box-sizing: border-box;
}

input[type=text], input[type=tel], input[type=password] {
    border: 2px solid #ccc;
    border-radius: 6px;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    outline: none;
}

    input[type=text]:focus, input[type=tel]:focus, input[type=password]:focus {
        border: 2px solid #555;
    }

a, a:visited, a:hover, a:active { /*color: inherit;*/
}

select {
    border: thin solid #ccc;
}

textarea {
    border: thin solid #ccc;
}

/*----------------------------------------- */
/*----------------------------------------- */

.bizName {
    color: #eee;
    font-size: 1.25rem;        
}

.bizBox {
    display: inline-block;
    width: 100%;
    padding: .66rem;
}

.divRcptInfo {
    float: right;
    padding: .5rem;
    margin: .25rem .5rem;
}

.body-content {
    margin: 0px;
    padding: 10px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    
}
    .body-content:focus {
        outline: none;
    }

.mh40 {
    min-height: 40px;
}

.btnAddCart {
    color: #333;
    display: inline-block;
    min-width: 40px;
    height: 36px;
    background-color: #e8e8e8;
    text-align: center;
    padding: 0;
    margin: 0 4px;
    border-radius: 8px;
    border: none;    
}
    .btnAddCart:focus {
        outline: none;
    }

.btnBasic, .btnBasic100, .btnBasic125, .btnBasic150, .redX {
    color: #333;
    display: inline-block;
    min-width: 40px;
    background-color: #e8e8e8;
    text-align: center;
    text-decoration: none;
    padding: 8px 4px;
    margin: 2px 4px;
    border-radius: 8px;
    border: thin solid #bbb;
}

.btnBasic100 {
    width: 100px;
}

.btnBasic125 {
    width: 125px;
}

.btnBasic150 {
    width: 150px;
}

    .btnBasic:hover, .btnBasic100:hover, .btnBasic150:hover {
        background-color: #808080;
    }

.btnGUI, .btnGUI40, .btnGUI80, .btnGUI100, .btnGUI125 {
    font-size: 1rem;
    height: 2.75rem;
    padding: 0.75rem 0.25rem;
}

    .btnGUI:hover, .btnGUI40:hover, .btnGUI80:hover, .btnGUI100:hover, .btnGUI125:hover {
        background-color: #bbb;
    }

.btnGUI40 {
    width: 2.5rem;
}

.btnGUI80 {
    width: 5.0rem;
}

.btnGUI100 {
    width: 6.25rem;
}

.btnGUI125 {
    width: 7.5rem;
}
.divTikInfo {    
    position: absolute;
    width: 100%;
    top: 54px;
    text-align:center;
}
.lblTikInfo {
    display: inline-block;
    background-color: #ddd;
    padding: 6px;
    margin: 0 4px;
    border-radius: 6px;
}
.btnRight {
    position: absolute;
    right: 0;
}

.c1 {
    width: 8.3333%;
}

.c2 {
    width: 16.6666%;
}

.c3 {
    width: 25.0%;
}

.c4 {
    width: 33.3333%;
}

.c5 {
    width: 41.6666%;
}

.c6 {
    width: 50.0%;
}

.c7 {
    width: 58.3333%;
}

.c8 {
    width: 66.6666%;
}

.c9 {
    width: 75.0%;
}

.c10 {
    width: 83.3333%;
}

.c11 {
    width: 91.6666%;
}

.c12 {
    width: 100.0%;
}

.cardpmnt {
    color: #444;
    padding: 10px;
    text-align: left;
}

.cartItem {
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
}

.cartTendLbl {
    display: inline-block;
    width: 200px;
}

.cartTendDec {
    display: inline-block;
    text-align: right;
    width: 120px;
}

.cartTotals {
    padding: 6px;
    text-align: right;
}


.ckbx {
    display: inline-block;
    height: 2.25rem;
    margin-right: .66rem;
}

.ckbxL {
    display: inline-block;
    height: 1.25rem;
    width: 1.25rem;
    margin-left: .66rem;
}

input[type="checkbox"] {
    display: inline-block;
    height: 1.0rem;
    width: 1.0rem;
}

.column {
    display: inline-block;
    vertical-align: top;
    margin: 0px;
    padding: 0;
}

.cssAging {
    display: inline-block;
}

    .cssAging div {
        padding: 4px 12px;
        border: solid thin #ccc;
        text-align: center;
    }

.custBox {}


.decBlk, .decGry, .decRed {
    text-align: right;
    font-size: inherit;
    display: inline-block;
}

.decBlk {
    color: black;
}

.decRed {
    color: red;
}

.decGry {
    color: black;
    background-color: #eee;
}


.divBizInfo {
    display: inline-block;
    vertical-align: top;
}

.divBlue, .divGray, .divDkGray, .divDark {
    display: inline-block;
    padding: 6px;
    margin: 0 0 4px 0;
}

.divBlue {
    background-color: #47a;
}

.divBottom {
    position: absolute;
    bottom: 0;
}

#divCart {
    -webkit-overflow-scrolling: touch;
}

#divTotals {
    text-align: right;
    /*font-size: 1.25em;*/
    padding: 10px;
}

.divCartLabels {
    display: inline-block;
}

.divCartTop {
}

#divCustInfo {
    padding: 6px;
    background-color: #fbffc8;
}

#divDeptBtns, #divQBtns {
    width: 100%;
    display: inline-block;
    overflow-y: scroll;
    background-color: #ccc;
    -webkit-overflow-scrolling: touch;
    border-top: thin solid #888;
    border-left: thin solid #aaa;
    border-bottom: thin solid #fff;
    margin: 0;
}

    #divDeptBtns input, #divQBtns input {
        float: left;
        display: inline-block;
        width: 12.5%;
        height: 8.0rem;
        white-space: normal;
        padding: 6px;
        border-right: thin solid #aaa;
        border-bottom: thin solid #aaa;
        font-size: inherit;
        background: linear-gradient(#fff, #ddd);
    }

.divDisabled {
    background-color: #ddd;
}

.divEnabled {
    background-color: #fff;
}

.divGray {
    background-color: #bbb;
}

.divDkGray {
    background-color: #777;
}

.divLtGray {
    background-color: #eee;
}

.divDark {
    color: #fff;
    background-color: #222;
}

.divFrm {
    display: inline-block;
    clear: left;
    padding: 0.6rem;
    background-color: #eee;
    margin: 0.6rem;
    box-shadow: .25rem .25rem .4rem #333;
}

.divGroup, .divGroup2 {
    display: block;
    padding: 6px 20px 12px 20px;
    margin-bottom: 16px;
    overflow: hidden;
}

.divGroup {
    border-bottom: solid .075rem #ccc;
}

.divGroupContent {
    margin-left: 12px;
    margin-bottom: 20px;
}

.divSection {
    display: block;
    padding: 20px 12px;
    overflow: hidden;
}


.divHdrLt {
    float: left;
    text-align: left;
}

.divHdrRt {
    float: right;
}

.divHidden {
    display: none;
}

.divInfo {
    background-color: #ffc;
    padding: 20px 10px;
    border-radius: 4px;
    margin-top: 8px;
}

.divImgBtn {
    float: left;
    display: inline-block;
    background-color: #fff;
    text-align: center;
    width: 8.25rem;
    height: 6.25rem;
    margin: .075rem;
    padding: .25rem;
    font-size: .90rem;
}

    .divImgBtn p {
        margin: 0;
        padding: 0;
    }

    .divImgBtn:hover {
        background-color: #eee;
    }

.divInput {
    display: inline-block;
    vertical-align: top;
}

.divLeft {
    text-align: left;
    display: inline-block;
}

.divRight {
    text-align: right;
    display: inline-block;
}

.divLogo {
    float: right;
}

.divPage {
    display: none;
    text-align: center;
}

.divPgBg {
    overflow: hidden;
    background-color: var(--divPgBgColor);
    color: var(--divPgColor);
}

/*------------------------ pop up menu ---------------*/

.pumQty {
    margin: 0;
    padding: 0;
    z-index: 30;
    position: absolute;
    display: none;
}

    .pumQty li {
        margin: 0;
        padding: 0;
        overflow: hidden;
        background-color: #fff;
        border: 1px solid #d3d3d3;
        border-radius: 10px;
        text-align: center;
        box-shadow: 4px 4px 5px 0 rgba(0,0,0,.6)
    }

.divPUM {
    max-height: 184px;
    float: left;
    margin: 0;
    width: 100%;
    padding: 0;
    overflow: auto;
}

.puQty {
    font-size: 1.50rem;
    padding: 4px 16px;
    margin: 4px;
}

.divReceipt {
    text-align: left;
}

.divBCInfo {
    margin: 20px;
}

.divRow {
    margin: 12px;
}

.divRowSm {
    margin: 6px;
}

.divRowXL {
    margin: 16px;
}

.divRowTiny, .lblAboveTight {
    margin: 0px;
    display: block;
}

.divTab {
    display: inline-block;
    padding: 0.6rem;
    border-top: 0;
    background-color: #f4f4f4;
}

.divTabs {
    display: block;
    clear: both;
    color: green;
    padding: 0;
}

.divTitle {
    padding: 0.66rem
}

.divWhite {
    padding: 0 10px;
    background-color: #fff;
}

.dtInput {
    display: inline-block;
    font-size: inherit;
    text-align: right;
    vertical-align: text-bottom;
    width: 6.0rem;
    margin: 1px 4px;
}

.fSz50 {
    font-size: 0.50rem;
}

.fSz75 {
    font-size: 0.75rem;
}

.fSz90 {
    font-size: 0.90rem;
}

.fSz100 {
    font-size: 1.00rem;
}

.fSz125 {
    font-size: 1.25rem;
}

.fSz150 {
    font-size: 1.50rem;
}

.fSz175 {
    font-size: 1.75rem;
}

.fSz200 {
    font-size: 2.00rem;
}

.fSz250 {
    font-size: 2.50rem;
}


.hdLt {
    text-align: left;
    padding-left: 0.375rem;
    padding-right: 0.375rem;
}

.hdRt, .hdOnSale {
    text-align: right;
    padding-left: .25rem;
    padding-right: .25rem;
}

.header {
    position: relative;
    display: inline-block;
    background-color: #555;
    margin: 0 0 30px 0;
    top: 0;
    width: 100%;
    left: 0;
    padding: .25rem;
}

.hdnLink {
    visibility: hidden;
}

hr {
    border: 1px solid #ccc;
}

.ht40 {
    height: 40px;
}

.iconBtn {
    height: 3.75rem;
}

.imgItem {
    height: auto;
    border: none;
    display: inline-block;
}

.imgItemMenu {
    min-width: 10.0rem;
    height: auto;
    border: none;
    display: inline-block;
}

.imgItemRcpt {
    width: 11.25rem;
    height: auto;
    border: none;
    display: inline-block;
}

label {
    display: inline-block;
}

.lblHintTd {    
    font-style: italic;
    color: #777;
}
.lblHint {
    display: inline-block;
    font-style: italic;
    color: #777;
}

.lblLg{font-size:2rem;}

.lblRight {
    text-align: right;
    display: inline-block;
    padding-top: 0.6rem;
    word-wrap: break-word;
}

.lblAboveTight {
    display: block;
    margin-bottom: 0;
    padding-bottom: 0;
}

.lblCkbx {
    float: left;
    color: var(--pgHdColor);
    line-height: 30px;
    padding-right: 6px;
}

.lblGroup {
    font-size: 1.25rem;
    margin: 16px 0 12px -20px;
    color: #999;
}

.lblGroup-NoShift {
    font-size: 1.25rem;
    margin: 8px 0 6px 0;
    color: #999;
}

.padL2 {
    padding-left: 2.0rem;
}

.pagetitle {
    display: inline-block;
    font-size: 1.6rem;
    color: #ddd;
}

.rcptLogo {
    max-height: 120px;
}

.rcptMsg {
    display: inline-block;
    clear: left;
    font-style: italic;
}

.redX {
    color: red;
    font-size: 1.0rem;
    font-weight: 600;
}

/*.row, */
.rowPad33, .rowGUI, .rowGUILg, .rowGUISm, .rowGUIXL {
    width: 100%;
    display: inline-block;
}

.rowPad33 {
    padding: 0.33rem;
}

.rowGUI {
    padding: 0;
    margin: 0.5rem 0;
}

.rowGUILg {
    padding: 4px 0;
    margin: 0.75rem 0;
}

.rowGUISm {
    padding: 0;
    margin: 0.20rem 0;
}

.rowGUIXL {
    padding: 6px 0;
    margin: 1.0rem 0;
}

.rptDiv {
    display: inline-block;
    clear: left;
    overflow-x: auto;
}

.rptHead, .hdLt, .hdRt, .hdOnSale {
    font-weight: bold;
    cursor: pointer;
}

.rptHead {
    background-color: #ccc;
}

.rptFoot {
    font-weight: bold;
}

.rptTbl, .cssAging {
    border-spacing: .66rem;
    width: 100%;
}

.rptTblInfo {
    border-spacing: .66rem;
    float: right;
    margin-bottom: 1.25rem;
}

.rptTbl, .rptDiv, .rptTblInfo, .cssAging {
    padding: .25rem;
    background-color: #fff;
    color: #111;
}


.selGUI {
    font-size: inherit;
    padding: 0.50rem 0.25rem;
}

.select-css {
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 700;
    color: #444;
    line-height: 1.3;
    padding: .6em 2em .5em .8em;
    min-width: 6rem;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
    border-radius: .5em;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'), linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}

.tab0, .tabX {
    float: left;
    color: #383;
    text-align: center;
    padding: 16px 6px;
    margin: 0;
    font-size: inherit;
    min-width: 60px;
    border-top: thin solid #fff;
    border-left: thin solid #eee;
    border-right: thin solid #aaa;
    border-bottom: none;
    border-top-right-radius: 20%;
}

.tab0 {
    background: -webkit-gradient(#fff, #eee); /* For Safari 5.1 to 6.0 */
    background: -webkit-linear-gradient(#fff, #eee); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#fff, #eee); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#fff, #eee); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#fff, #f4f4f4); /* Standard syntax (must be last) */
}

    .tab0:focus {
        outline: none;
    }

.tabX {
    background: -webkit-gradient(#ccc, #aaa); /* For Safari 5.1 to 6.0 */
    background: -webkit-linear-gradient(#ccc, #aaa); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ccc, #aaa); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ccc, #aaa); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#eee, #ccc); /* Standard syntax (must be last) */
}

table {
    float: none;
    border-collapse: collapse;
}

.taRt, .taLt, .taCtr {
    display: inline-block;
}

.taCtr {
    text-align: center;
}

.taLt {
    text-align: left;
}

.taRt {
    text-align: right;
}

#tbl1 td, #tft1 td {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
    white-space: nowrap;
}

.tblCart {
    width: 100%;
}

    .tblCart .txtInput, .tblCartDtls .txtInput {
        text-align: right;
        float: right;
        background-color: #fff;
        border: thin solid #ccc;
    }

    .tblCart .dim {
        background-color: #f4f4f4;
    }

    .tblCart .redX {
        border: thin solid #ccc;
    }

.tblCartDtls {
    margin: 0px;
    width: 100%;
}

    .tblCartDtls td {
        padding: 2px 6px;
    }

#tblCat tbody tr td {
    vertical-align: top;
    padding-top: .66rem;
    padding-bottom: .66rem;
}

#tblCat span {
    clear: left;
}

#tblCat img {
    width: 12.5rem;
}

#tblNotes tr {
    border-bottom: solid .075rem #ddd;
}

.tblRcpt {
}

.tdNumber {
    text-align: right;
}

.tdCustomerHead {
    margin: 0;
}

.tdRt, .tdRtRed {
    margin: 0;
    text-align: right;
    padding-right: .25rem;
}

.tdRtRed {
    color: red;
}

.thBold {
    font-weight: bold;
}

.timeInput {
    display: inline-block;
    font-size: inherit;
    text-align: right;
    vertical-align: text-bottom;
    width: 5.0rem;
    margin: 1px 4px;
}

.trHiLite {
    background-color: #daeefb;
}

.trLoLite {
    background-color: #fff;
    color: #000;
}

.txtArea {
    width: 100%;
    min-height: 60px;
    color: #222;
    background-color: #fff;
    font-family: Helvetica;
    font-size: inherit;
}

.txtInput, .txtInputRt, .txtWLbl, .decBlk, .decGry, .decRed, .ckbx, .ckbxL, .dtInput, .timeInput {
    display: inline-block;
    font-size: inherit;
    padding: 0.5rem 0.25rem;
}

.txtInputRt {
    text-align: right;
}


.w550 {
    width: 35.0rem;
}

.w500 {
    width: 32.5rem;
}

.w450 {
    width: 28.25rem;
}

.w400 {
    width: 25rem;
}

.w350 {
    width: 22rem;
}

.w300 {
    width: 19rem;
}

.w250 {
    width: 15rem;
}

.w225 {
    width: 13.75rem;
}

.w200 {
    width: 12.5rem;
}

.w175 {
    width: 11rem;
}

.w150 {
    width: 9.5rem;
}

.w125 {
    width: 7.5rem;
}

.w100 {
    width: 6.25rem;
}

.w90 {
    width: 5.5rem;
}

.w80 {
    width: 5.0rem;
}

.w60 {
    width: 3.75rem;
}

.w40 {
    width: 2.5rem;
}

.w30 {
    width: 1.9rem;
}


/******************************************/
/******************************************/
/************************   media settings*/
/******************************************/
/******************************************/
@media only screen and (max-width: 420px) {
    body {
        font-size: 1.25rem;
        font-family: Helvetica;
        color: #000;
        margin: 0;
        padding: 0;
        -webkit-user-select: none;
    }
    .lblLg{font-size:1.25rem;}
    .btnAddCart {
        min-width: 50px;
        font-size: 1.15rem;
        padding: 0;
        margin: 0;
    }
}
@media only screen and (max-width:480px) {
    .divHdrLt {
        font-size: 0.75rem;
    }
    .lblLg {
        font-size: 1.5rem;
    }
    .divHdrRt {
        font-size: 0.75rem;
    }

    .bizName {
        font-size: 1.0rem;
        max-width: 150px;
    }
}
