html {
  background: url(images/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body {
  margin: 0px 0px 0px 0px;
}
/* unvisited link */
a:link {
  color: white;
  text-decoration: none; 
}
/* visited link */
a:visited {
  color: white;
  text-decoration: none; 
}
/* mouse over link */
a:hover {
  color: white;
  text-decoration: none; 
}
/* selected link */
a:active {
  color: white;
  text-decoration: none; 
}
/* a red line to divide the title bar and content */
hr.topRedLine {
  border-top: 10px solid red;
  margin: 0px 0px 0px 0px;
}
.column-30l {
  float: left;
  width: 30%;
}
.column-70r {
  float: left;
  width: 70%;
  overflow-y: scroll;
  scroll-behavior: auto;
}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  column-gap: 0px;
}
.img-grid {
  width: 100%;
  float: ;
  height:100%;
}
.img-grid img {
  display: block;
  width :50%;
  height:50%;
  margin: 20% auto auto auto;
}
h1 {
 font-size: 3em; /* 40px/16=2.5em */
}
h2 {
 font-size: 2.5em; /* 30px/16=1.875em */
}
h3 {
 font-size: 1.875em; /* 30px/16=1.875em */
}
h4 {
 font-size: 1.5em; /* 30px/16=1.875em */
}
.toptitle {
  height: 10%;
  background-color: black;
  color: white;
  font-size: 3em; /* 30px/16=1.875em */
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.logotext {
  vertical-align: middle;
}
.datetime {
 word-spacing: 20px;
 margin-right: 20px;
}
.nowtime {
 margin-right: 20px;
}
.welcome {
 text-align: center;
}
.adminbutton {
 position: relative;
 bottom: 0;
 right: 0;
 color: white;
 background: black;
 margin-right: 10px;
}
.rightext {
 text-align: right;	        	
}
.backbutton {
  position: fixed;
  text-align: left;                
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  color: white;
}
.button {
  background-color: #ff0000; /* Green */
  border: none;
  color: white;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  //display: inline-block;
  font-size: 24px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 12px;
  width: 120px;
}
.nextbutton {
  background-color: orange; /* Green */
  float: right;
  border: none;
  color: white;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  //display: inline-block;
  font-size: 24px;
  margin: 4px 20px;
  cursor: pointer;
  border-radius: 12px;
  width: 90px;
}
.selectbutton {
  background-color: #ff0000; /* Green */
  border: none;
  color: white;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 12px;
  width: 50px;
}
.data {
  //background-color: #eee; /* Green */
  border: 1px solid #333;
  color: black;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  //display: inline-block;
  font-size: 24px;
  margin: 4px 2px;
  //width: 100em;
  border-radius: 4px;
}
.data input {
  text-align: center;
}
.datarow {
  word-spacing: 20px;
  margin-right: 20px;
  padding-bottom: 20px;
}
.datarow table {
  padding: 0px 0px 0px 0px;
}
/* The Close Button */
.closebutton {
  color: #aaaaaa;
  float: right;
  font-size: 48px;
  font-weight: bold;
}
.closebooking:hover, .closebooking:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
tr.title {
  background-color: #f0f8ff;
  margin: 0;
  border: 0;
  padding: 0;
  spacing: 0;
}
.data input, .book-content input {
  background-color: white;
  width: 80%;
  //padding: 12px 20px;
  //margin: 8px 0;
  //box-sizing: border-box;
  border: 0px solid white;
  //border-radius: 4px;
  font-size: 20px;
  outline: none;
}
.locbtn {
  //background-color: #ff0000; /* Green */
  border: none;
  color: white;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-grid;
  font-size: 16px;
  margin: 8px 2px;
  cursor: pointer;
  border-radius: 12px;
  width: 60px;
  height: 45px;
}
.seltimebtn {
  //background-color: #ff0000; /* Green */
  border: none;
  color: white;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-grid;
  font-size: 16px;
  margin: 8px 2px 8px 2px;
  cursor: pointer;
  border-radius: 12px;
  width: 200px;
  //height: 45px;
}
.quantitybtn {
  border: none;
  color: white;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  text-decoration: none;
  display: inline-grid;
  font-size: 28px;
  margin: 8px 2px 8px 2px;
  cursor: pointer;
  border-radius: 12px;
  width: 80px;
  //height: 45px;
}
.remarkbtn {
  border: none;
  color: white;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  text-decoration: none;
  display: inline-grid;
  font-size: 20px;
  margin: 8px 8px 8px 8px;
  cursor: pointer;
  border-radius: 12px;
  width: 150px;
  //height: 45px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.booking {
  display: hide; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  font-size: 20px;
}
.book-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  border-radius: 12px;
}
