/* Generic */ 

@font-face {
	font-family: 'JosefinSans';
	src: URL('${pageContext.request.contextPath}/fonts/JosefinSans-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

html, body  {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    color: black;
    background-color: white;
    font-family: sans-serif, Verdana, Helvetica, Arial;
    font-size:12px;
}

.navbar {
  	min-height:55px;
	color: black;
	font-size: 18px;
	padding-left: 2vw;
	padding-top: 1vw;
    font-family: JosefinSans;
}
    
.navbar-custom {
    color: white;
    background-color: #008081;
}

.ch1 {
	padding-right:0px;
	font-size: 22px;
}

.nav-item{
	font-size: 19px;
}

.ch1bmb {
	color: white;
	padding-right:0px;
	font-size: 20px;
	font-family: JosefinSans;
}

.ch2 {
	color: white;
	font-size: 17px;
}

h5 { 
	color: black; 
	font-weight: lighter;
	font-size:14px; 
	text-align:left;
	
	}

h4 { 
	color: black; 
	font-size:16px; 
	text-align:left;
	}

h3 { 
	color: black; 
	font-weight: bolder;
	font-size:18px; 
	text-align:left;
}

h1 { 
	font-weight:bold; 
	color: brown; 
	font-size:20px; 
	text-align:left;
	}

/* Most setup tables and shopping basket */ 

td { 
	font-size:12px; 
	padding-right:10px; 
}

/* Most setup tables col headers */ 

th { text-align:left; font-weight:bold; font-size:13px; padding-right:10px; }

/* Hyperlink */ 

A { color:#4A825A; text-decoration:none;}
A:link { text-decoration:none;}
A:visited { text-decoration:none;}
A:hover { text-decoration:none; color: red;}

/* Basket footer */ 

basfooter {
    position: fixed;
    height: 50px;
    bottom: 0;
    width: 100%;
    background-color: #FFDE58;
  	text-align: center;
	font-weight: bold;
    color: white;
    border-top: 5px solid white;
    border-bottom: 10px solid white;
    box-shadow: inset -10px 0 0 white,
                inset 10px 0 0 white;
}

basfooter a {
	font-size: 17;
	padding: 6;
  	vertical-align: middle;
  	line-height: normal;
    color: #041d3e;
	display: inline-block;
}

/* Category list on small screen scroll */ 

div.scrollmenu {
  text-decoration: none;
  background-color: white;
  overflow: auto;
  white-space: nowrap;
  line-height: 30px;
}

div.scrollmenu div {
  display: inline-block;
  color: #008081;
  text-align: center;
  padding: 10px;
  text-decoration: none;
  font-size: 19px;
}

div.scrollmenu div:hover {
  background-color: #008081;
  color: white;
}

/* Category List */ 

@media(max-width:767px){
  .category-list{
  	max-height:20vh;
  	overflow-y:auto;
  }
}

/* Category Name */ 

cath { 
	color: black; 
	font-weight: bolder;
	font-size:18px; 
	text-align:left;
	}

catd { 
	color: black; 
	font-weight: normal;
	font-size:15px; 
	text-align: justify;
 	text-justify: inter-word;
}


/* Item title */ 

itmn { 
	font-weight: normal;
	color: black; 
	font-size:17px; 
	text-align:left;
}

/* Item description */ 

itmd { 
	font-weight: normal;
	font-size:15px; 
	text-align: justify;
 	text-justify: inter-word;
	color:#788188;
	}

/* Item Price */ 

.itmp { 
	color:#788188;
	font-weight: normal;
	font-size:15px; 
	text-align:left;
	margin-bottom: 10px;
}

itmp { 
	color:#788188;
	font-weight: normal;
	font-size:15px; 
	text-align:left;
	margin-bottom: 25px;
}

.item-list{
	margin-top:0px;
}

.itmh { 
	color: black; 
	font-weight: lighter;
	font-size:16px; 
	text-align:left;
}

.itminfo{ 
	color: black; 
	text-align:left;
	font-size:16px;
	line-height:300%;
}


.basket-list{
	margin-top:0px;
}

/* Basket */ 

.baskbh{ 
	font-size:16px; 
	padding-right:10px; 
}

.baskr{ 
	font-size:16px; 
}

.baskrcol{
	color:red;
	font-size:16px; 
}

.mbaskb{ 
	padding-right:10px; 
	min-width:85px;
}

/* Full Basket */ 

.fbaskn{ 
	font-size:14px; 
	padding-right:10px; 
}

.fbaskr{ 
	font-size:16px; 
}

.fbaskh{ 
	font-size:16px; 
	font-weight: bolder;
	padding-right:10px; 
}

.fbasksh{ 
	font-size:14px; 
	font-weight: normal;
	padding-right:10px; 
}


/* Order Type Name */ 

.otn{ 
	line-height: 5px;
    font-size:125%;
}

.oir{ 
	font-weight:normal; 
	font-size:16px; 
}

.oirb{ 
	font-weight:bold; 
	font-size:16px; 
}

.oish{ 
	font-size:16px; 
}

.or{ 
	font-weight:normal; 
	font-size:16px; 
	text-align:center;
	line-height: 2;
}

.oshb{ 
	font-weight:bold; 
	font-size:16px; 
	text-align:center;
}

.osh{ 
	font-weight:normal; 
	font-size:16px; 
	text-align:center;
}

/* Payment */

.phb{ 
	font-weight:bold; 
	font-size:16px; 
	text-align:left;
}

.psh{ 
	font-weight:normal; 
	font-size:16px; 
	text-align:right;
}

.pshb{ 
	font-weight:bold; 
	font-size:16px; 
	text-align:right;
}

.pr{ 
	font-weight:normal; 
	font-size:16px; 
	text-align:right;
}

label[for="recievedAmt"] {
	font-weight:normal; 
	font-size:16px; 
	float: right;
}

label[for="cashHanded"] {
	font-weight:normal; 
	font-size:16px; 
	float: right;
}

/* Table Name */ 

.tbln{ 
	line-height: 5px;
	font-size:125%;
}

/* Del Add */ 

.delch{ 
	font-size:14px; 
	font-weight: normal;
	padding-right:10px; 
}

.deld{ 
	font-size:14px; 
	font-weight: normal;
	padding-right:10px; 
}

/* KDS Header */ 

.kdsh{ 
	color: black; 
	font-weight:bold;
	font-size:15px; 
	text-align:center;
}

.kdsr{ 
	color: black; 
	font-weight: bold;
	font-size:16px; 
	text-align:left;
}

/* Post code search */ 

.pc-search{ 
	margin-left:5px;
	margin-right:5px;
}

.opthl { 
	font-weight: lighter;
	font-size:16px; 
	text-align:left;
}

.opthn { 
	font-weight: normal;
	font-size:16px; 
	text-align:left;
}

.opthb { 
	font-weight: bold;
	font-size:16px; 
	text-align:left;
}

.optr { 
	font-weight: normal;
	font-size:15px;
	text-align:left;
	margin-left:20px; 
}

/* Solid row underline */ 

.solrul>tbody>tr:nth-child(even){
	  /*display: block;*/
	  border-top: 2px solid grey;
	  /*background-color: #CC9999;*/
	}
	
.solrul>tbody>tr:nth-child(odd){
	  /*display: block;*/
	  border-top: 2px solid grey;
	  
	}

div.scrollcutzh div {
  background-color: white;
  display: inline-block;
  color: #008081;
  text-align: left;
  text-decoration: none;
  font-size: 20px;
}

.center {
	padding: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.dropdown-menu {
  z-index:10000;
}


