/* ######################################################## */
/* Page style sheet                                         */
/* ######################################################## */
@charset "UTF-8";

/****************************
* Header
****************************/

.topnav
{
	/*overflow: hidden;*/
	background-color: #333;
	position: fixed;
	width: 100%;
	top: 0;
	height: 35px;
	text-align: center;
	/*vertical-align: middle;*/
	/*font-size: 17px;*/
	display: inline-block;
	z-index: 1;
}

.topnav a
{
	color: #f2f2f2;
	/*padding: 5px 12px;*/
	text-decoration: none;
	display: inline-block;
}

.topnav a:hover
{
	background-color: #d0d0d0;
	color: black;
}

.topnav a.active
{
	background-color: #4CAF50;	/*green*/
	color: white;
}

.topnav form
{
    margin: 0px;
    padding: 0px;
}

.topnav input[type=submit]
{
	color: #f2f2f2;
	/*padding: 5px 12px;*/
	text-decoration: none;
	/*display: inline-block;*/
	background: none;
    border: none;
    cursor: pointer;
	/*display: inline-block;*/
	/*vertical-align: top;*/
	/*margin: 0px;*/
	/*padding: 0px;*/
	/*padding-bottom: 8px;*/
}

.topnav input[type=submit]:hover
{
	background-color: #d0d0d0;
	color: black;
}

.topfill
{
	width: 100%;
	min-height: 40px;	/* distance to content */
}

.topnav .search-container 
{
  float: right;
}

.topnav input[type=text]
{
  padding: 6px;
  margin-top: 8px;
  /*font-size: 17px;*/
  border: none;
}

.topnav .search-container button
{
  float: right;
  padding: 2px 10px;
  margin-top: 8px;
  margin-right: 16px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.topnav .search-container button:hover
{
  background: #ccc;
}

/*
@media screen and (max-width: 600px)
{
  .topnav .search-container
  {
    float: none;
  }
  
  .topnav a, .topnav input[type=text], .topnav .search-container button {
    float: none;
    display: block;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 14px;
  }
  
  .topnav input[type=text]
  {
    border: 1px solid #ccc;  
  }
}
*/

/****************************
* menu items
****************************/

.menuMenuLeft
{
	margin-left: 100px;
	float: left;
	vertical-align: middle;
	height: 100%;
}

.menuMenuRight
{
	float: right;
	height: 100%;
	margin-right: 50px;
}

a.menuItemLeft
{
	/*padding-top: 5px;*/
	align-self: center;
	float: left;
	min-width: 80px;
	padding: 10px 10px 0px 10px;
	/*padding-left: 10px;
	padding-Right: 10px;*/
	/*align-items: center;*/
	/*vertical-align: middle;*/
	height: 100%;
	vertical-align: bottom;
	/*text-align: center;*/
}

span.menuItemLeft
{
	/*float: left;*/
	padding: 0px 10px 0px 10px;
	height: 100%;
}

.menuIconLeft
{
	padding-top: 2px;
	height: 100%;
	float: left;
	min-width: 50px;
}

.menuIconLeft a:hover
{
	background-color: #d0d0d0;
	color: black;
}

.menuIconRight
{
	height: 100%;
	float: Right;
	min-width: 50px;
}

a.menuItemRight
{
	/*padding-top: 5px;*/
	float: right;
	min-width: 80px;
	padding: 10px 10px 0px 10px;
	/*padding-left: 10px;
	padding-Right: 10px;*/
	/*vertical-align: middle;*/
	height: 100%;
	/*text-align: center;*/
}

span.menuItemRight
{
	float: right;
	padding: 0px 0px 0px 0px;
	height: 100%;
}

form.menuItemRight
{
	float: right;
	padding: 0px 0px 0px 0px;
	height: 100%;
}

input.menuItem
{
	padding: 0px 10px 0px 10px;
	height: 100%;
}

