<style type="text/css">

html
{
  scroll-behavior: smooth;
}

input[name='skus']{width: 300px;}

.clear
{
  clear: both;
  height: 200px;
}

.footer
{
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgb(252,252,252);
  color: black;
  text-align: center;
  height:100px;
  border-top: 1px solid #eee;
}

#content
{
  margin-bottom: 115px;
}

hr
{
  color: #8ebf42;
  background-color: #8ebf42;
}

label
{
    display: inline-block;
    float: left;
    clear: right;
    width: 250px;
    text-align: left;
    padding: 5px;
    font-family:Rubik;
}

input[type=submit]
{
   background-color: #bbb;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   border-radius: 4px;
   color: #fff;
   font-family:Rubik;
   font-size: 14px;
   text-decoration: none;
   border: none;
   background: rgb(0,200,0);
   cursor:pointer;
   width: 98%;
   padding: 10px 10px;
}

button
{
   background-color: #bbb;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   border-radius: 4px;
   color: #fff;
   font-family:Rubik;
   font-size: 14px;
   text-decoration: none;
   border: none;
   background: rgb(0,200,0);
   cursor:pointer;
   width: 97%;
   padding: 10px 10px;
}

.secondarybutton
{
   background-color: #bbb;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   border-radius: 4px;
   color: #fff;
   font-family:Rubik;
   font-size: 14px;
   text-decoration: none;
   border: none;
   background: grey;
   cursor:pointer;
   width: 97%;
   padding: 10px 10px;
}

button:hover
{
   background-color: #bbb;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   border-radius: 4px;
   color: #fff;
   font-family:Rubik;
   font-size: 14px;
   text-decoration: none;
   border: none;
   background: orange;
   cursor:pointer;
   width: 97%;
   padding: 10px 10px;
}

input[type=submit]:hover
{
  background-color: #bbb;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  font-family:Rubik;
  font-size: 14px;
  text-decoration: none;
  border: none;
  background: orange;
  cursor:pointer;
  width: 97%;
  padding: 10px 10px;
}

body
{
  margin:auto;
  width:1024;
  padding:10px;
  background-color: rgb(255,255,255);
  font-size:14px;
  font-family:Rubik;
  color: black;
}

input[type=number]
{
  border: 1px solid rgb(200,200,200);
  border-radius: 5px;
  font-size:14px;
  font-family:Rubik;
  color: black;
  padding: 2px 2px;
  line-height: 24px;
}

input[type=number]:focus, textarea:focus
{
  background-color: rgb(255,242,204);
}

input[type=text]
{
  border: 1px solid rgb(200,200,200);
  border-radius: 5px;
  font-size:14px;
  font-family:Rubik;
  color: black;
  padding: 2px 2px;
  line-height: 24px;
}

form input
{
  border: 1px solid rgb(200,200,200);
  border-radius: 5px;
  font-size:14px;
  font-family:Rubik;
  color: black;
  padding: 5px 5px;
  line-height: 24px;
  height: 36px;
}

select
{
  border: 1px solid rgb(200,200,200);
  border-radius: 5px;
  font-size:14px;
  font-family:Rubik;
  color: black;
  height: 28px;
  padding: 2px 2px;
  width: 198px;
}

H1
{
  text-align: center;
  color: tomato;
}

H2
{
  color: darkblue
}

H3
{
  color: darkblue;
}

H5
{
  text-align: centre;
  color: tomato;
}

.container
{
  margin: 0 auto;
  position: relative;
  width: 50%;
}

fieldset
{
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

input[type=file]
{
  border: 1px solid rgb(200,200,200);
  border-radius: 4px;
  font-size:14px;
  font-family:Rubik;
  color: black;
  padding: 5px 5px;
  line-height: 24px;
  width: 98%;
}

#login
{
  background-color: rgb(245,245,245);
  padding: 25px;
  margin: auto;
  box-shadow: 2 2 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  align-self: center;
  align: center;
  border-style: solid;
  border-width: 2px;
  border-color: rgb(230,230,230);
  border-radius: 4px;
  width: 400px;
}

#login input[type=text],
#login input[type="password"],
#login input[type="date"]
{
  border: 1px solid rgb(200,200,200);
  border-radius: 4px;
  font-size:14px;
  font-family:Rubik;
  color: black;
  padding: 5px 5px;
  line-height: 24px;
  width: 100%;
}

input, select, textarea
{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
}

#login select
{
  border: 1px solid rgb(200,200,200);
  border-radius: 4px;
  font-size:14px;
  font-family:Rubik;
  color: black;
  height: 36px;
  padding: 5px 5px;
  width: 100%;
}

#settings
{
  background-color: rgb(245,245,245);
  padding: 25px;
  margin: auto;
  box-shadow: 2 2 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  align-self: center;
  align: center;
  border-style: solid;
  border-width: 2px;
  border-color: rgb(230,230,230);
  border-radius: 4px;
  width: 95%;
}

#settings form input
{
  border: 1px solid rgb(200,200,200);
  border-radius: 5px;
  font-size:14px;
  font-family:Rubik;
  color: black;
  padding: 5px 5px;
  line-height: 24px;
  height: 36px;
}

#settings input[type=text],
#settings input[type="password"],
#settings input[type="date"]
{
  border: 1px solid rgb(200,200,200);
  border-radius: 4px;
  font-size:14px;
  font-family:Rubik;
  color: black;
  padding: 5px 5px;
  line-height: 24px;
  width: 100%;
}

textarea
{
  border: 1px solid rgb(200,200,200);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size:inherit;
  font-family:inherit;
  color: black;
  padding: 5px 5px;
  line-height: 24px;
  width: 100%;
  display: block;
  resize: none;
}

#settings select
{
  border: 1px solid rgb(200,200,200);
  border-radius: 4px;
  font-size:14px;
  font-family:Rubik;
  color: black;
  height: 36px;
  padding: 5px 5px;
  width: 100%;
}

#settings a
{
  text-decoration: none;
  color: black;
}

#list
{
  background-color: rgb(245,245,245);
  padding: 25px;
  margin: auto;
  box-shadow: 2 2 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  /*align-self: center;*/
  align: center;
  border-style: solid;
  border-width: 2px;
  border-color: rgb(230,230,230);
  border-radius: 4px;
  width: 95%;
}

#list input[type=text],
#list input[type="password"],
#list input[type="date"]
{
  border: 1px solid rgb(200,200,200);
  border-radius: 4px;
  font-size:14px;
  font-family:Rubik;
  color: black;
  padding: 3px 3px;
  line-height: 24px;
  width: 100%;
}

#list select
{
  border: 1px solid rgb(200,200,200);
  border-radius: 4px;
  font-size:14px;
  font-family:Rubik;
  color: black;
  height: 36px;
  padding: 5px 5px;
  width: 100%;
}

#list a
{
  text-decoration: none;
  color: black;
}

a
{
  text-decoration: none;
  color: blue;
}

input:focus
{
  outline:solid 2px lightblue;
  background-color: rgb(255,242,204);
}

select:focus
{
  outline:solid 2px lightblue;
  background-color: rgb(255,242,204);
}

textarea:focus
{
  outline:solid 2px lightblue;
  background-color: rgb(255,242,204);
}

section
{
  height: 50vh;
}

nav
{
  width: 75%;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0px 1px 0px #eee;
}

#settings nav
{
  width: 75%;
  margin: 0 auto;
  background: rgb(245,245,245);
  box-shadow: 0px 1px 0px rgb(142,191,66);
}

#orderentry
{
  background-color: rgb(245,245,245);
  padding: 25px;
  margin: auto;
  box-shadow: 2 2 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  align-self: center;
  align: center;
  border-style: solid;
  border-width: 2px;
  border-color: rgb(230,230,230);
  border-radius: 4px;
  width: 95%;

}

#orderentry nav
{
  width: 75%;
  margin: 0 auto;
  background: rgb(245,245,245);
  box-shadow: 0px 1px 0px rgb(142,191,66);
}


#orderentry input[type=text],
#orderentry input[type="password"],
#orderentry input[type="date"]
{
  border: 1px solid rgb(200,200,200);
  border-radius: 4px;
  font-size:14px;
  font-family:Rubik;
  color: black;
  padding: 3px 3px;
  line-height: 24px;
  margin-top: 0px;
  width: 100%;
  height: 32px;
}

#orderentry label
{
  text-align: left;
  padding: 0px;
  font-family:Rubik;
}

#orderentry td
{
  background-color: rgb(245,245,245);
  color: #000000;
  border-bottom: 1px solid rgb(245,245,245);
}

#orderentry thead
{
  background-color: rgb(245,245,245);
  color: #000000;
}

#orderentry tr
{
  background-color: rgb(245,245,245);
  color: #000000;
}

#orderentry th
{
  background-color: rgb(245,245,245);
  color: #000000;
}

#orderentry tbody tr:nth-child(odd)
{
  background-color: rgb(245,245,245);
  color: #000000;
}

#orderentry tbody tr:nth-child(even)
{
  background-color: rgb(245,245,245);
  color: #000000;
}

#orderentry textarea
{
  width = 95%;
  resize: none;
}

#orderentry select
{
  border: 1px solid rgb(200,200,200);
  border-radius: 5px;
  font-size:14px;
  font-family:Rubik;
  color: black;
  height: 32px;
  padding: 2px 2px;
  width: 100%;
  font: inherit;
}

#orderentry input[type=submit]
{
   background-color: #bbb;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   border-radius: 4px;
   color: #fff;
   font-family:Rubik;
   font-size: 14px;
   text-decoration: none;
   border: none;
   background: rgb(0,200,0);
   cursor:pointer;
   width: 100%;
   padding: 10px 10px;
   height: 32px;
}

#orderentry button
{
   background-color: #bbb;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   border-radius: 4px;
   color: #fff;
   font-family:Rubik;
   font-size: 14px;
   text-decoration: none;
   border: none;
   background: rgb(0,200,0);
   cursor:pointer;
   width: 100%;
   padding: 8px 8px;
   align-self: flex-end;
   height: 32px;
}

#orderentry button:hover
{
   background-color: #bbb;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   border-radius: 4px;
   color: #fff;
   font-family:Rubik;
   font-size: 14px;
   text-decoration: none;
   border: none;
   background: orange;
   cursor:pointer;
   width: 100%;
   padding: 8px 8px;
}

#orderentry input[type=submit]:hover
{
  background-color: #bbb;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  font-family:Rubik;
  font-size: 14px;
  text-decoration: none;
  border: none;
  background: orange;
  cursor:pointer;
  width: 100%;
  padding: 8px 8px;
}

nav ul
{
  list-style: none;
  text-align: center;
}

nav ul li
{
  display: inline-block;
}

nav ul li a
{
  display: block;
  padding: 15px;
  text-decoration: none;
  color: #000;
  font-weight: 400;
  margin: 0 10px;
  font-size: 14px;
}

nav ul li a,
nav ul li a:after,
nav ul li a:before
{

}

nav ul li a:hover
{
  color: #555;
}

nav.stroke ul li a,
nav.fill ul li a
{
  position: relative;
}

nav.stroke ul li a:after,
nav.fill ul li a:after
{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #333;
  height: 2px;
}

nav.stroke ul li a:hover:after
{
  width: 100%;
}

table
{
  width: 100%;
  border-collapse:  collapse;
}

table,
th
{

}

td
{
  border-bottom: 1px solid #8ebf42;
}

thead
{
  background-color: #1c87c9;
  color: #ffffff;
}

tr
{
  background-color: #1c87c9;
  color: #ffffff;
}

th
{
  text-align: left;
  height: 40px;
}


tbody tr:nth-child(odd)
{
  background: rgb(245,245,245);
  color: black;
  height: 32px;
}

tbody tr:nth-child(even)
{
  background: rgb(245,245,245);
  height: 32px;
  color: black;
}

.dropbtn
{
  background-color: rgb(245,245,245);
  color: white;
  padding: 0px;
  font-size: 14px;
  border: none;
  width: 14px;
  height: 30px;
}

.dropdown
{
  position: relative;
  display: inline-block;
}

.dropdown-content
{
  display: none;
  position: absolute;
  background-color: rgb(245,245,245);
  min-width: 160px;
  box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.2);
  z-index: 1;
  font-size: 14px;
}

.dropdown-content a
{
  color: black;
  padding: 8px 8px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover
{
  background-color: #ddd;
}

.dropdown:hover .dropdown-content
{
  display: block;
}

.dropdown:hover .dropbtn
{
  padding: 0px;
  background-color: rgb(245,245,245);
  width: 14px;
  height: 30px;
}

</style>
