* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

.navbar {
  overflow: hidden;
  background-color: white;/*#186a3b; #333;*/
  font-family: Arial, Helvetica, sans-serif;
}

.navbar a {
  float: left;
  font-size: 16px;
  color: black; /*white;*/
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  /*font-size: 16px;*/
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: #186a3b; /*inherit;*/
  font: inherit;
  margin: 0;
  font-size:16pt;
  border: outset;
  border-radius: 8px;
  font-size: 18pt;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: white;
  color: black;
}

.dropdown-content {
  display: none;
  position: absolute;
  /*background-color: #cccccc; #f9f9f9;*/
  width: 98%; /*100%;*/
  left: 1%; /*0;*/
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  border: outset;
  font-size: 20pt;
  border-right: 5px solid #186a3b;
  border-left: 5px solid #186a3b;
  border-bottom: 5px solid #186a3b;
  border-top: 5px solid #186a3b;
  border-radius: 10px;
}

.dropdown-content .header {
  background: white;
  padding: 10px; /*16px;*/
  color: black;
  text-align: center;
  overflow-x: hidden;
  overflow-y: auto;
}

.helper {
  background: white;
  padding: 10px; 
  color: black;
  /*height: 30px;*/
  text-align: center;
  overflow-x: hidden;
  overflow-y: auto;
  border-top: 5px solid #186a3b;
}

.dropdown:hover .dropdown-content {
  /*display: block;*/
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 33.33%; /* calculate based on number of columns */
  padding: 10px;
  background-color: white; /*#ccc;*/
  height: 350px; /*350px;  250px; calculate based on number of columns - 70px per item will do */
  font-size:20pt;
  font-weight:bold;
  border-right: 5px solid #186a3b;
  overflow-x: hidden;
  overflow-y: auto;
}

.column a {
  float: none;
  color: black;
  padding: 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size:20pt;
}

.column a:hover {
  background-color: #ddd;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
/* current user */
.currentuser {
  background: white;
  padding: 0px 5px; 
  color: black;
  width: 98%; 
  margin-left: 0.4%; 
  height:40px;
  text-align: center;
  font-size: 20pt;
  font-weight:bold;
}
/* current menuimg */
.menuimg {
  cursor:pointer;
}
.center {
  margin: auto;
  width: 80%;
  /*height: 70%;*/
  color:black;
  font-size:16pt;
  font-weight:bold;
  border: 5px solid #186a3b;
  border-radius: 10px;
  padding: 10px;
  overflow-x: hidden;
  overflow-y: auto;
  /*white-space: nowrap;
  -webkit-overflow-scrolling: touch;*/
  /*border: outset;*/
}
.subform {
  margin: auto;
  background-color:white;
  cursor: pointer;
  z-index: 9;
  /*height: 70%;*/
  color:black;
  font-size:16pt;
  font-weight:bold;
  /*border: 5px solid #186a3b;
  border-radius: 10px;*/
  padding: 10px;
  overflow-x: hidden;
  overflow-y: auto;
}
.sidenav {
  height: 50%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 1%;
  background-color: white;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 16pt;
  color: black;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #cccccc;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* user input form label*/
.label {
  background: white;
  colour: blue;
  padding: 10px; 
  width: 100%; 
  height:40px;
  text-align: left;
  font-size: 16pt;
  font-weight:bold;
}

/* user input form input */
.input {
  background: white;
  colour: black;
  padding: 10px; 
  width: 100%; 
  height:40px;
  text-align: left;
  font-size: 16pt;
  font-weight:bold;
  border-radius: 10px;
  border: outset;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
