
    /*

    #e4eaf5 = Light Gray
    #1b4185 = Dark blue
    #41629c = metallic Blue
    #351C75 = Purple
    #0c3c91 = Button Blue

    */


    #customAlert{
      display: none;
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-color: white;
      border: 1px solid black;
      padding: 20px;
      z-index: 1000;

    }

.righbutton{float: right;}

    .nosho{
      display: none;
      visibility: hidden;
    }

    .addrline {
      width: 350px;
      padding: 3px 3px;
      margin: 8px 0;
      box-sizing: border-box;
      background-color: #ffffff;
      color: #000000;
      text-align: left;
      align: center;
      font-size: 1em;
      font-family: sans-serif;
      font-weight:  bold;

    }

    .addrcombobx {
      max-width: auto;
      padding: 3px 3px;
      margin: 8px 0;
      box-sizing: border-box;
      background-color: #ffffff;
      color: #000000;
      text-align: left;
      font-size: 1em;
      font-family: sans-serif;
      font-weight:  bold;

    }

    .plaincombobx {
      max-width: auto;
      padding: 3px 3px;
      margin: 8px 0;
      box-sizing: border-box;
      background-color: #ffffff;
      color: #000000;
      text-align: left;
      font-size: 1em;
      font-family: sans-serif;
      font-weight:  bold;

    }


    .plaintxtbx {
      max-width: 50px;
      padding: 3px 3px;
      margin: 8px 0;
      box-sizing: border-box;
      background-color: #ffffff;
      color: #000000;
      text-align: right;

    }
    input[type=text] {
      width: auto;
      padding: 3px 3px;
      margin: 8px 0;
      box-sizing: border-box;
      background-color: #b0c4de;
    }

    td {
  text-align: center;
}
  body {
      font-family: Arial, sans-serif;
      margin: 0;
      padding: 0;
      background-color: #b0c4de;

    }
    header {
      background-color: #1b4185;
      color: white;
      padding: 1rem;
      text-align: center;
    }


    .text-header {
      color: white;
      text-align: center;
      margin: 5px 5px;
      font-size: 1em;
      font-family: sans-serif;
      font-weight:  bold;
      background-color: #0c3c91;
      margin-left: 120px;
      margin-right: 120px;
    }
    .text-subheader {
      color: white;
      text-align: center;
      margin: 5px 5px;
      font-size: 1em;
      font-family: sans-serif;
      font-weight:  bold;
      background-color: #0c3c91;
      margin-left: 0px;
      margin-right: 0px;
    }

    .warn-header {
      color: white;
      text-align: center;
      margin: 5px 5px;
      font-size: 1em;
      font-family: sans-serif;
      font-weight:  bold;
      background-color: #FF0000;
      margin-left: 120px;
      margin-right: 120px;
    }
    nav {
      background-color: #5e94f2;
      color: white;
      padding: 0.5rem;
      text-align: center;

    }

    nav a {
      color: white;
      margin: 0 15px;
      text-decoration: none;
    }
   .categories {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 1rem;
      padding: 1rem;
    }
    .category {
      border: 1px solid #a6c6e3;
      border-radius: 5px;
      padding: 1rem;
      text-align: center;
    }
    .category img {
      max-width: 100%;
      height: auto;
    }
    .category h3 {
      color: #1b4185;
      margin: 0.5rem 0;

    }
    .category p {
      font-size: 1.1rem;
      color: #107;
    }
    .category button {
      background-color: #0c3c91;
      color: white;
      border: none;
      padding: 0.5rem 1rem;
      cursor: pointer;
      border-radius: 3px;
    }

    .table-div{
      height:  auto;
      width:  auto;
    }


    .ledger-div-topper{
      overflow:auto;
      height: auto;
      width:  auto;
      margin-left: 120px;
      margin-right: 120px;
    }

    .hidden-ledger-div-topper{
      overflow:auto;
      height: auto;
      width:  auto;
      margin-left: 120px;
      margin-right: 120px;
      /*border-style:solid*/;
      background-color: #00BFFF;
      /*visibility:hidden;*/
      display:none;
    }


    .ledger-div-topper-table{

      overflow:auto;
      height: auto;
      width:  auto;
      background-color: #b0c4de;
    }

    .submenu-div{
      overflow:auto;
      height: 650px;
      width:  auto;
      background-color: #00BFFF;
     /* margin-left: 120px;
      margin-right: 120px; */
      float: right;
    }

    .ledger-div{
      overflow:auto;
      height: 650px;
      width:  auto;
      background-color: #00BFFF;
      margin-left: 120px;
      margin-right: 120px;
    }

    .header-div{
      height: 100px;
      width:  auto;
      margin-bottom: 7px;
    }

    .header-table {
      border-collapse: collapse;
      font-size: 1.3em;
      font-family: sans-serif;
      max-width:1500px;
      box-shadow:  0 0 20px rgba(0,0,0,15);
      margin: auto;
    }

    .header-table thead tr{
      background-color:  #009879;
      color: #ffffff;
      align: center;
    }

    .header-table th{

      background:white;
      padding: 12px 15px;
      position:sticky;
      top:0;
    }
    .header-table td{
      padding: 12px 15px;
    }



    .header-table tbody tr:nth-of-type(even) {
      background-color: #f3f3f3;
    }




    .ledger-table {
      border-collapse: collapse;
      margin: 10px auto;
      font-size: 1em;
      font-family: sans-serif;
      min-width:400px;
      box-shadow:  0 0 20px rgba(0,0,0,15);
    }

    .ledger-table thead tr{
      background-color:  #009879;
      color: #ffffff;
      align: center;
    }

    .ledger-table th{
      background:white;
      padding: 12px 15px;
      position:sticky;
      top:0;
    }
    .ledger-table td{
      padding: 12px 15px;
    }

    .ledger-table tbody tr {
      border-bottom: 1px solid #dddddd;
    }

    .ledger-table tbody tr:nth-of-type(even) {
      background-color: #f3f3f3;
    }

    .ledger-table tbody tr:last-of-type {
      border-bottom: 2px solid #009879;
    }

    .menu-table {
      border-collapse: collapse;
      margin: 5px auto;
      font-size: 1em;
      font-family: sans-serif;

      box-shadow:  0 0 20px rgba(0,0,0,15);
    }

    .menu-table thead tr{
      background-color:  #009879;
      color: #ffffff;
      align: center;
    }

    .menu-table th{
      background:white;
      padding: 0px 0px;
      position:sticky;
      top:0;
    }
    .menu-table td{
      padding: 0px 5px 0px 5px;
    }


    .menu-table tbody tr:nth-of-type(even) {
      background-color: #f3f3f3;
    }



    .products {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 1rem;
      padding: 1rem;
    }
    .products img {
      max-width: 50%;
      height: auto;
    }

    .product {

      border-radius: 5px;
      padding: 1rem;
      text-align: center;
      display:inline-block;
    }

    .product img {
      max-width: 100%;
      height: auto;
      text-align: center;
      display:inline-block;
      border: 1px solid #000000;
    }

    .product h3 {
      color: #1b4185;
      margin: 0.5rem 0;
    }
    .product p {
      font-size: 1.1rem;
      color: #107;
    }
    .product button {
      background-color: #0c3c91;
      color: white;
      border: none;
      padding: 0.5rem 1rem;
      cursor: pointer;
      border-radius: 3px;
    }
    footer {
      background-color: #1b4185;
      color: white;
      text-align: center;
      padding: 1rem;
      /*margin-top: 2rem;*/
    }




    #shopping-cart {
    margin: 40px;
    background-color: #00BFFF;
    }

    #product-grid {
    margin: 40px;
    }

    #shopping-cart table {
    width: 100%;
    background-color: #AFEEEE;
    }

    #shopping-cart table td {
    background-color: #E0FFFF;
    }

    .txt-heading {
      color: #211a1a;
      border-bottom: 1px solid #E0E0E0;
      overflow: auto;
    }

    #btnMainMenu {
    background-color: #ffffff;
    border: #d00000 1px solid;
    padding: 5px 10px;
    color: #002080;
    text-decoration: none;
    border-radius: 3px;
    margin: 5px 0px;
    }

    #btnSubMenu {
    background-color: #ffffff;
    border: #d00000 1px solid;
    padding: 5px 10px;
    color: #002080;
    float: right;
    text-decoration: none;
    border-radius: 3px;
    margin: 5px 0px;
    }

    #btnEmpty {
    background-color: #ffffff;
    border: #d00000 1px solid;
    padding: 5px 10px;
    color: #d00000;
    float: right;
    text-decoration: none;
    border-radius: 3px;
    margin: 10px 0px;
    }

    #btnOrder {
    background-color: #ffffff;
    border: #d00000 1px solid;
    padding: 5px 10px;
    color: #002080;
    float: right;
    text-decoration: none;
    border-radius: 3px;
    margin: 10px 0px;
    }

    #btnOrderReview {
    background-color: #ffffff;
    border: #d00000 1px solid;
    padding: 5px 10px;
    color: #002080;
    float: right;
    text-decoration: none;
    border-radius: 3px;
    margin: 10px 0px;
    }

    .btnAddAction {
      padding: 5px 10px;
      margin-left: 5px;
      background-color: #0c3c91;
      border: #E0E0E0 1px solid;
      color: #ffffff;
      /*float: right;*/
      text-decoration: none;
      border-radius: 3px;
      cursor: pointer;
       padding: 2px 1px;
    }

    .btnSelStore {
      background-color: #ffffff;
      border: #d00000 1px solid;
      padding: 5px 10px;
      color: #002080;
      text-decoration: none;
      border-radius: 3px;
      margin: 5px 0px;
      font-size: 1.2em;
    }

    .btnSelCat{
      padding: 5px 10px;
      margin-left: 5px;
      background-color: #0c3c91;
      border: #E0E0E0 1px solid;
      color: #ffffff;
      /*float: right;*/
      text-decoration: none;
      border-radius: 3px;
      cursor: pointer;
      padding: 5px 4px;
      width: auto;
      height: auto;
    }

    #product-grid .txt-heading {
    margin-bottom: 18px;
    color:#B0C4DE;
    }

    .product-item {
      border: 1px solid #000000;
      padding: 5px 10px;*/
      border-radius: 5px;
      padding: 1rem;
      text-align: center;
      display:inline-block;
    }

    .product-container {
      border: 1px solid #000000;
      padding: 5px 10px;
      border-radius: 5px;
      padding: 1rem;
      text-align: center;
      display:inline-block;
    }
    .product-image {
      max-width: 100%;
      height: auto;
      background-color: #FFF;
      vertical-align: middle;
      display:inline-block;
    }

    .clear-float {
      clear: both;
    }

    .demo-input-box {
      border-radius: 2px;
      border: #CCC 1px solid;
      padding: 2px 1px;
    }

    .tbl-cart {
      font-size: 0.9em;
    }

    .tbl-cart th {
      font-weight: normal;
    }

    .product-title {
      margin-bottom: 20px;
    }

    .product-price {
      float:left;
    }

    .cart-action {
      float: right;
    }

    .product-quantity {
      padding: 5px 10px;
      border-radius: 3px;
      border: #000000 1px solid;
      text-align: right;
    }

    .product-tile-footer {
      padding: 15px 15px 0px 15px;
      overflow: auto;
    }

    .cart-item-image {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      border: #000000 1px solid;
      padding: 5px;
      vertical-align: middle;
      margin-right: 15px;
    }
    .no-records {
      text-align: center;
      clear: both;
      margin: 38px 0px;
    }

    .inline {
      display: inline;
    }

    .link-button {
      background: none;
      border: none;
      color: blue;
      text-decoration: underline;
      cursor: pointer;
      font-size: 1em;
      font-family: serif;
    }
    .link-button:focus {
      outline: none;
    }
    .link-button:active {
      color:red;
    }
