::placeholder{
	color: white;
}
table, td, tr, th
{
	border: 2px solid #555;
	border-collapse: collapse;
	color: #ddd;
}
form
{
	padding: 0;
	border: 0;
	margin-block-end: 0;
}

th.sticky-header{
	position: sticky;
	top: 0;
	z-index: 1;
}
#stocklist th
{
	border: 2px solid #444;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	background-color: #3f5b57;
	color: white;
	font-size: large;
}
#stocklist tr:nth-child(even)
{
	background-color: #333;
}
#stocklist td:hover 
{
	background-color: #ff5000;
}
#AlertTable div {
	display: none;
	cursor: pointer;
	position: fixed;
	float: right;
	z-index: 3;
	right: 5px;
	top: 5px;
	width: 150px;
	height: 75px;
	margin: 10px;
}
header 
{
	padding: 0px;
	text-align: center;
	color: #ff5000;
	font-size: 50px;
	/*background: url('https://datatill.truenw.co.za/fileupload/files/xHerotelTruecom1.png.pagespeed.ic.JL5DN7xrMQ.webp') no-repeat top left, #3e3935;
	background-size: 300px 250px;
	height: 90px;*/
}
footer 
{
	padding: 0px;
	text-align: center;
	color: white;
	font-size: 12px;
	/*background-color: #ff5000;*/
	height: 100px;
	position: relative;
	bottom: 0;
	left: 0;
	right: 0;
	/*background: url('https://www.herotel.com/wp-content/uploads/2020/02/herotel-logo.svg') no-repeat top right , #3f5b57;*/
}
html, body
{

	height: 101%
}
p, p1
{
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
}
h, h1
{
	display: inline-block;
	font-size: 28px;
	font-weight: bold;
}
body 
{
	background-color: #444;
	display: flex;
	flex-direction: column;

}
footer {
	padding: 0;
	border: none;

	
}
input, option, select, button, textarea
{
	margin:2px;
	display:inline-block;
	background-color: #3f5b57;
	padding: .5em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 0px;
	color: #fff;
	font-family: 'Oswald';
	font-size: 20px;
	text-decoration: none;
	border: 2px solid #ff5000;
	border-radius: 10px;
}
input:hover, button:hover
{
	border: none;
	background: #ff5000;
	box-shadow: 0px 0px 1px #777;
}
img {
	border: 1px solid #ddd; /* Gray border */
	border-radius: 4px;  /* Rounded border */
	padding: 5px; /* Some padding */
	width: 350px; /* Set a small width */
}
pre {
  overflow-x: auto;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}
.info {
	border: 4px solid #ff5000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
	background-color: #3f5b57;
	color: white;
	border-radius: 10px;

}
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 10; /* 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: #444;
	margin: auto;
	padding: 20px;
	border: 1px solid #888;
	width: 80%;
}
.floatingAlert {
	position: absolute;
	z-index: 1;
	left: 70%;
	top: 270px;
	border: none;
}

/* The Close Button */
.close {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
.frame{
	border: 4px solid #ff5000;
	border-radius: 10px;
}
/* Navbar container */
.navbar {
	overflow: hidden;
	background-color: #333;
	font-family: Arial;
}

/* Links inside the navbar */
.navbar a {
	float: left;
	font-size: 16px;
	color: white;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}

/* The dropdown container */
.dropdown {
	float: left;
	overflow: hidden;
}

/* Dropdown button */
.dropdown .dropbtn {
	font-size: 16px;
	border: none;
	outline: none;
	color: white;
	padding: 14px 16px;
	background-color: inherit;
	font-family: inherit; /* Important for vertical align on mobile phones */
	margin: 0; /* Important for vertical align on mobile phones */
}
.dropdown1 {
	width: 100%;
	border: 10px;
	float: left;
	overflow: hidden;
	text-decoration: none;
	display: block;
	text-align: left;
	display:inline-block;
	background-color: #3f5b57;
	border-radius: 0px;
	color: #fff;
	font-family: 'Oswald';
	font-size: 20px;
	text-decoration: none;
	border: 0px;
	border-radius: 10px;
}

/* Dropdown button */
.dropdown1 .dropbtn1 {
	font-size: 16px;
	width: 100%;
	border: none;
	outline: none;
	color: white;
	padding: 14px 16px;
	background-color: inherit;
	font-family: inherit; /* Important for vertical align on mobile phones */
	margin: 0; /* Important for vertical align on mobile phones */
	font-size: 20px;
	text-decoration: none;
	text-align: left;
}

/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover, .dropbtn, .dropdown1:hover, .dropbtn1 {
	background-color: #ff5000;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: none;
	z-index: 10;
}
.dropdown-content1{
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: none;
	z-index: 10;
}

/* Links inside the dropdown */
.dropdown-content a {
	float: none;
	background-color: #3f5b57;
	color: #fff;
	padding: 0px;
	text-decoration: none;
	display: block;
	text-align: left;
}
.dropdown-content input {
	float: none;
	width: 100%;
	padding: none;
	text-decoration: none;
	display: block;
	text-align: left;
	display:inline-block;
	background-color: #3f5b57;
	border-radius: 0px;
	color: #fff;
	font-family: 'Oswald';
	font-size: 20px;
	text-decoration: none;
	border: 0px;
	border-radius: 10px;
}
.dropdown-content1 a {
	float: none;
	background-color: #3f5b57;
	color: #fff;
	padding: 0px;
	text-decoration: none;
	display: block;
	text-align: left;
}
.dropdown-content1 input {
	float: none;
	width: 100%;
	padding: none;
	text-decoration: none;
	display: block;
	text-align: left;
	display:inline-block;
	background-color: #3f5b57;
	border-radius: 0px;
	color: #fff;
	font-family: 'Oswald';
	font-size: 20px;
	text-decoration: none;
	border: 0px;
	border-radius: 10px;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content input:hover {
	
	background: #ff5000;
	box-shadow: 0px 0px 1px #777;
}
.dropdown-content a:hover {
	
	background: #3f5b57;
	/*box-shadow: 0px 0px 1px #777;*/
}
.dropdown-content1 input:hover {
	
	background: #ff5000;
	box-shadow: 0px 0px 1px #777;
}
.dropdown-content1 a:hover {
	
	background: #3f5b57;
	/*box-shadow: 0px 0px 1px #777;*/
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
	display: block;
}
.dropdown1:hover .dropdown-content1 {
	display: inline-block;
}
/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
	position: static;
	top: 0;
	width: 100%;
}
.bodyDiv {
	position: static;
	overflow-y:auto;
}
.show {display:block;}