
 body {
     font-size: 1.125em; 
   }
  


* {
 font-family: Tahoma;
}
h1, h2, h3, h4, h5, h6 {
		display: inline;
	}

body { 
font-size: 1.125em; 
}

.MyDevice{
    content:url("images/tablet.png");
}

#tsMobile{
	display: none;
	visibility: hidden;

}

#tsNotMobile{
	display: inline;
	visibility: visible;

}

#Logo2 {
  width: 60%;
  height: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid  #FCD34D; 
  border-radius: 14px;
  box-shadow: 10px 10px 0px 0px rgba(80, 80, 80, 0.7);
}

#tsTitle {
font-size: 2.5rem;
color: white; 
padding: 5px; 
width: 95%; 
text-align: center; 
margin: auto; 
text-shadow: 5px 5px 5px black;

}
h1 {
font-size: 18px; 
font-family: Tahoma; 
color: white; 
padding: 5px; 
width: 95%; 
text-align: center; 
margin: auto; 
text-shadow: 5px 5px 5px black;
display: inline;
}

h2 {
font-size: 18px; 
font-family: Tahoma; 
color: white; 
padding: 5px; 
width: 95%; 
text-align: center; 
margin: auto; 


}

#h2Div {
width: 92%;
left: 0;
right: 0;
margin: 0 auto;
text-align: center; 
border: 1px solid #ffff00;
background-color: rgb(255,127,1);
border-radius: 5px;
}

html {

background: url("backdrops/img1.png") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
background-size: 100% 100%;
}

/* The Modal (background) */
.modal {
  display: none; /* 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 */
}

/* Modal Content */
.modal-content {
  background-color: rgb(245,245,245);
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  border-radius: 5px;
  width: 30%;
}

.tbButton {
background: #404040;
  color: white;
  padding: 0px 5px 0px 5px;
  cursor: pointer;
  border-radius:14px;
  border:2px solid #404040;
height: 42px;
font-size: 32px;

}
.messButton {
background: #404040;
  color: white;
  padding: 2px 10px 2px 10px;
  cursor: pointer;
 border: 2px solid  #ffffff;
  border-radius: 5px;
height: 32px;
font-size: 14px;
font'weight: bold;
}


.smallButton {
background: #404040;
  color: white;
 padding: 0px 10px 0px 10px;
  cursor: pointer;
  border-radius:14px;
  border:2px solid #404040;
height: 24px;
font-size: 16px;

}

.timeButton {
background  : transparent;
color:  #FFFF00;
cursor: pointer;
font-size: 8pt; 
height: 16px;   
background-image: url("forward.png");
background-repeat: no-repeat;
border: 0;
}


a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }

#Timer {
width: fit-content;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #fff;
  background-Color: red;
  text-decoration: none;
  cursor: pointer;
}

#tab1:hover {
  background: #fff;
}

#tab2:hover {
  background: #fff;
}

#tab3:hover {
  background: #fff;
}





#OrdersDiv {
text-align: middle; 
top: 50%; 
border-style: solid; 
border-color: white; 
border-radius: 10px 10px 10px 10px; 
border-width: 1px; 
height: 82%; 
background-color: #40FF40; 
font-family: Tahoma; 
font-size: 14pt; 
padding: 10px 0px 0px 0px;
}


#KitchenDiv {
text-align: middle; 
top: 50%; 
border-style: solid; 
border-color: white; 
border-radius: 10px 10px 10px 10px; 
border-width: 1px; 
height: 82%; 
background-color: #FFAA01; 
font-family: Tahoma; 
font-size: 14pt; 
padding: 10px 0px 0px 0px;
}

#ServiceDiv {
text-align: middle; 
top: 50%; 
border-style: solid; 
border-color: white; 
border-radius: 10px 10px 10px 10px; 
border-width: 1px; 
height: 82%; 
background-color: #F65A32; 
font-family: Tahoma; 
font-size: 14pt; 
padding: 10px 0px 0px 0px;

}

#CustomersDiv {
text-align: middle;
top: 50%; 
border-style: solid; 
border-color: white; 
border-radius: 10px 10px 10px 10px; 
border-width: 1px; 
height: 82%;
background-color: #607576; 
font-family: Tahoma; 
font-size: 14pt; 
padding: 10px 0px 0px 0px;
}

#BillDiv {
text-align: middle; 
top: 50%; 
border-style: solid; 
border-color: white; 
border-radius: 10px 10px 10px 10px; 
border-width: 1px; height: 82%; 
background-color: #1ABEC8; 
font-family: Tahoma; 
font-size: 14pt; 
padding: 10px 0px 0px 0px;
}

#smMenu {
width: 75%; 
text-align: left; 
padding-left: 12%; 
padding-top: 15px;

}

/* The container <div> - needed to position the dropdown content */
.mnuSelection {
  position: relative;
  display: inline-block;
  background: #404040;
  color: white;
  padding: 0px 10px 0px 10px;
  cursor: pointer;
  border-radius:14px;
  height: 24px;
  font-size: 16px;
  border-color: #FCD34D; 
  border-width: 2px;
  
}

/* Dropdown Sort Content (Hidden by Default) */
.mnuSelection-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  font: 12px Tahoma;
  border-radius:14px;
  border-width: 2px;
  border-color: #FCD34D; 
}

/* Links inside the dropdown */
.mnuSelection-content a {
  color: black;
  padding: 12px 10px;
  text-decoration: none;
  display: block;
  border-color: #FCD34D; 
}

/* Change color of dropdown links on hover */
.mnuSelection-content a:hover {
background-color: #808080;
color: white;
}

/* Show the dropdown menu on hover */
.mnuSelection:hover .mnuSelection-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.mnuSelection:hover .dropbtn {
color: white;
  
}

#footer {
   position: absolute;
  width: 100%;
position:fixed;
left:0px;
right:0px;
bottom:0px;
}

.ordProcess {
width: 38px;
height: 38px;
padding: 5px 32px 0px 32px; 
cursor: pointer;


}

#CustDiv {
width: 90%;

}

#footer {
   position: absolute;
  bottom: 15px;
  width: 100%;
  height: 2.5rem;  
}

a.thumbs{
    position:relative; /*this is the key*/
    z-index:24; 
    color:#000;	
    }

a.thumbs:hover{
    z-index:25; 
    background-color:#2E650D
	
    }


a.thumbs span{
    display: none
    }

a.thumbs:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    font:normal 12px Arial;
    text-decoration: none;
    text-shadow:none;	
    top:2em; left:2em; width:15em;
    border:1px solid #40FF40;
    /*rounded corners*/
    border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
    background-color:#FFFFFF; 
    color:#000;
    text-align: left;
    padding:5px 5px;
}

.WhereDiv {
	height: 50px;
}


.tsHeading {
	font-size: 10px; 
	font-family: Tahoma; 
	color: white; 
	width: fit-contents; 
	width: -moz-fit-content;
	text-align: center; 
	margin: 5px 15% 0px 15%;
	text-shadow: 5px 5px 5px black;
	vertical-align: text-top;
	background-color: rgba(80, 80, 80, 0.6)
	border: 3px solid #73AD21; 
	border: 2px solid  #FCD34D; 
	border-radius: 14px;
	padding-top: 5px; 
  	
}


.tsHeadingPage {
	font-size: 18px; 
	font-family: Tahoma; 
	color: white; 
	padding: 5px; 
	width: 100%; 
	text-align: center; 
	margin: auto; 
	text-shadow: 1px 1px 1px black;
	
	
}

#topics_list {
  overflow: auto;
  width: 98%;
  height: 150px;
  border: none;
  font-family: Tahoma;
  font:14px Tahoma;
  color:#FFF;
  padding-left:5px;
  text-align:left;
  background-color:#404040;
  scrollbar-base-color:#52DC0D;

}

a.t-list{
    font:14px Tahoma;
    font-size: 14px;
    color:#fff;
    text-shadow:none;
    text-decoration: none;
}

a.t-list:hover{
    background-color: #0078D7;
    font:14px Tahoma;
    font-size: 14px;
    text-shadow:none;
    color:#fff}

a.t-list:focus {
  background-color: #0078D7;
  color:#ffffff;
}


ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}


#HelpSize {
width:32px;
height:36px;
top:5px; 
display: inline;
}

#FlagSize {
width: 32px;
height: 36px;
top:5px; 
display: inline;
}

.fpPic {
width: 16%;
height: auto;
}

.fpPic img {
  height: 100%;
  width: 100%;
}

.pfPic img {
  object-fit: contain;
/* or
  object-fit: cover; */
} 

.componentWraper {
  width: 90%; 
  background-color: rgba(40,40,40,0.7);
  border: 2px solid;
  border-color: white;
  border-radius: 10px;
  position: absolute;
  padding: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.componentWraper .componentTitle {
  position: absolute;
  top: -25px;
  background: #404040;
  color: white;
  padding: 0 10px;
  border: 2px solid white;
  border-radius: 12px;
}


#Table1 {
display: inline-block;
visibility: visible;
display: flex;
flex-direction: column;
empty-cells: show;
border-collapse: collapse;
height: 100%;
background-image: url("data/menu1_backdrop.png");
background-size: 100%;
background-repeat:no-repeat;
background-size:cover;
}

#Table1 thead {
	width: 100%;
	height: 36px;
	font-size: 18px;

}

#Table1 tbody {
    height: 100%;
    font-size: 16px;
    display: inline-block;
    width: 100%;
    overflow: auto;
}