  /*=========================================================================
  CSS STYLE FOR FOOD FORM
  Revision: 2512-001B
  December 2025
  =========================================================================*/
  html {
    box-sizing: border-box;
    max-width: 800px;
		margin-left: auto;
		margin-right: auto;
  }

    /* Style the tab */
    .tab {
      overflow: hidden;
      /*border: 1px solid #ccc;*/
      background-color: #f1f1f1;
    }

    /* Style the buttons inside the tab */
    .tab button {
      background-color: inherit;
      float: left;
      border: none;
      outline: none;
      cursor: pointer;
      padding: 14px 16px;
      transition: 0.3s;
      font-size: 17px;
    }

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: teal;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  /*border: 1px solid #ccc;*/
  border-top: none;
}

  .img2 {
        width: 80px;
        aspect-ratio: auto;
        padding: 8px;
        /* float: right; */
    }

  body {
        /*min-height: 100%;
        min-width: 480px;
        max-width: 21cm;*/
        font-family: Roboto, Arial, sans-serif;
        font-size: 14px;
        color: #666;
        line-height: 22px;
        background: lightgrey;
        }
  
  div {
        /* padding: 10px; */
        background-color: white;
        max-width: 17cm;
        }
      /* h1 {
        position: absolute;
        margin: 0;
        line-height: 55px;
        font-size: 55px;
        color: #fff;
        z-index: 2;
      } */

  p {
        text-indent: 0px;
        line-height: 18px;
        font-size: 12px;
        max-width: 17cm;
        border: none;
        padding: 0px;
        Margin: 10px 0px 0px 0px;
        }

      td {
        line-height: 14px;
        font-size: 12px;
      }
      
      .outerbox {
        /*padding: 10px;*/
        margin: 0.5cm;
        background-color: white;
        /* border-style: dotted; */
        border-radius: 6px;
        border-width: 1px;
        border-color: darkgray;
      }

      .fixedwidth {
        width: 100px;
        margin: 0,0,0,5px;
        border: 1px solid blue;
        /*display: inline-block; */
        float: left;
            }

      .box {
        float: left;
        width: 50%;
        height: 120px;
        border: 1px dotted lightblue;
          }

      .clearfix::after {
        content: "";
        clear: both;
        display: table;
        }

        /* ================================== CARD DESIGNS ======================================= */
  
  /* Add a card effect for articles */
  .card {
    background-color: white;
    padding: 20px;
    margin-top: 20px;
    border: 2px gainsboro solid;
    border-radius: 10px;
  }

  .qtr {
    width:    25%;
  }

  .half {
    width:    50%;
  }

  .threeqtr {
    width:    75%;
  }

  .full {
    width:    100%;
  }

  .pc5 {
    width: 5%;
  }

  .pc10 {
    width: 10%;
  }

  .pc70 {
    width: 70%;
  }

  .colour_red {
    color: red;
  }

  .img1 {
      width: 100px;
      aspect-ratio: auto;
      padding: 8px;
  }

  .img2 {
      width: 80px;
      aspect-ratio: auto;
      padding: 8px;
      float: right;
  }

  .bg_black {
    background-color: #000;
  }

  .right_float {
    float: right;
  }

  .default_hidden { /* Applied to blocks that are hidden by default */
    display: none;
  }

  .essential {
    /*background-color: pink; */
    border: 2px solid black;
  }

  .required_schedule {
    background-color: white;
    text-decoration: underline;
  }
  
  .col-10 {
    float: left;
    width: 10%;
    margin-top: 6px;
  }

  .col-25 {
    float: left;
    width: 25%;
    margin-top: 6px;
  }
  
  .col-75 {
    float: left;
    width: 75%;
    margin-top: 6px;
  }

  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* ============================ Footer ========================================*/
  .footer {
    padding: 5px;
    text-align: left;
    background: black;
    margin-top: 10px;
    border-radius: 5px 5px 0px px;
    font-size: small;
    color: white;
  }

 
/*============================= INPUT ELEMENTS ==================================*/
input[type=text], textarea {
  width: 100%;
  padding: 6px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}

input[type=date] {
  width: 100%;
  padding: 6px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

input[type=time] {
  width: 100%;
  padding: 6px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

label {
  padding: 6px 0px 6px 0px;
  display: inline-block;
}

input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
}

input[type=submit]:hover {
  background-color: #45a049;
}

input.essential {
    /*background-color: pink; */
    border: 2px solid black;
  }

textarea {
  width: 100%;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #f8f8f8;
}

select {
  width: 50%;
  padding: 10px 10px;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #f8f8f8;
}

button {
  color:            #022619;
  background-color: #098A6A;
  display:          inline-block;
  padding:          12px 12px;
  width:            120px;
  margin-top:       8px;
  border-radius:    4px;
  cursor:           pointer;
  vertical-align:   middle;overflow:hidden;text-decoration:none;
  text-align:       center;
  white-space:      nowrap
  }

button:hover {
    background-color: #39EDD5;
    color:            black;
    border: 1px #098A6A solid;
  }

  .displayPara {
        padding: 0;
        background-color: white;
        border: dotted, 1px, gray;
        border-radius: 3px;
      }
 /*=========================== RESPONSIVE LAYOUT ===============================*/
  
  /* Responsive layout - when the screen is less than 400px wide, make the navigation links stack on top of each other instead of next to each other */
  @media screen and (max-width: 400px) {
    .topnav a {
      float: none;
      width: 100%;
    }
  }

  @media screen and (min-width: 320px) and (max-width: 600px) {
            body {
               font-size: 14px;
            }
            .col-25, .col-75 {
                width: 100%;
                margin-top: 0;
            }
        }

  @media print {    
    .no-print, .no-print *
    {
        display: none !important;
    }
}
  
/*=========================== NAVBAR STYLE ===============================*/
#navbar {
  position: sticky;
  top: 0;
  overflow: hidden;
  background-color: #333;
}

#navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

#navbar a:hover {
  background-color: #ddd;
  color: black;
}

#navbar a.active {
  background-color: #04AA6D;
  color: white;
}

#welcome {
  visibility: hidden; /* Hidden by default. Visible on click */
  min-width: 400px; /* Set a default minimum width */
  margin-left: 140px;
  background-color: #333; /* Black background color */
  color: #fff; /* White text color */
  text-align: center; /* Centered text */
  border-radius: 5px; /* Rounded borders */
  padding: 16px; /* Padding */
  position: fixed; /* Sit on top of the screen */
  z-index: 1; /* Add a z-index if needed */
  /*left: 50%; /* Center the snackbar */
  top: 160px;
}

#welcome.show {
  visibility: visible; /* Show the snackbar */
}
/*=========================== END OF STYLE.CSS ===============================*/