.headerImage{
  width: 70%;
  display: inliine-block;
}
.headerCostumerImage{
  width: 20%;
  display: inliine-block;
}
header{
  width: 100%;
  display: block;
}
header a{
  display: block;
  width: 100%;
}
header a:hover{
    text-decoration: none;
}
@media screen and (max-width: 720px){
  .headerImage{
    width: 78%;
  }
}
@media all and (max-width: 480px){
  .headerImage{
    margin: 1em 0;
  }
}
#userBar{
  width: 100%;
  height: 25px;
  background-color: rgba(0,0,0,0.8);
  color: #fff;
  line-height: 100%;
  position: fixed;
  top:0;
  left: 0;
  text-align: center;
  z-index: 100;
}
#userInfo{
  height: 100%;
  line-height: 100%;
  padding-left: 1em;
  padding-top: 3px;
  float: left;
}
#userInfo a{
  color: #fff;
  text-decoration: none;
}
#time{
  float:right;
  padding-top: 3px;
  padding-right: 1em;
  margin: auto;
  line-height: 100%;
  height: 100%;
}
#versionInfo{
  float: right;
  height: 100%;
  padding-right: 1em;
  padding-top: 3px;
  text-align: right;
}
nav{
  width: 98%;
  margin: auto;
  background-color: #fff;
  border-radius: 3px;
  text-align: center;
}
nav ul{
  list-style-type: none;
  padding: 0;
  text-align: center;
  margin: 0;
}
nav ul li{
  display: inline-block;
  padding: 0.5em;
  margin:auto;
  text-align: center;
}
nav ul li:hover{
  font-weight: bolder;
}
nav ul li a{
  color: inherit;
  text-decoration: none;
}

nav ul li>ul{
  visibility: hidden;
  position: absolute;
  background: #fff;
  margin-top: 0.5em;
  padding: 0 0.5em;
  font-weight: normal;
  text-align: left;
}

nav ul li>ul li{
  padding: 0.3em 0;
  display: block;
}
nav ul li:hover ul{
  visibility: visible;
}

body{
  padding-top: 25px;
}


header{
	text-align: center;
}
header a{
  text-decoration: none;
}
#title{
	display: inline-block;
	/*font-family: 'Permanent Marker';*/
  font-family: 'Trade Winds', cursive;
	font-size: 40pt;
	color: #00b;/*#00FF00;/*#4455ff;*/
	/*text-shadow: 10px 10px rgba(0, 0, 255, 0.4);*/
  text-shadow: -1px 0 #871118, 0 1px #871118, 1px 0 #871118, 0 -1px #871118;
	margin: 0;
	margin-right: 10px;
	/*margin-right: 50px;*/
	min-height: 97px;
	width: 45%;
	vertical-align: top;
	margin-right: 10px;
}
#title > span{
	line-height: 97px;
	vertical-align: middle;
	display: block;
	width: 100%;
	white-space: nowrap;
}
#title img{
  max-width: 150px;
}
#status{
	display: inline-block;
	width: 50%;
	min-height: 100px;
	border: 1px solid black;
	background-color: rgba(180, 180, 180, 0.5);/*#999999;*/
	border-radius: 6px;
  padding: 0.5em 0em;
}
#status > .action_status{
  display: none;
  color: #fff;
  margin: 2px 0;
  height: 20px;
  line-height: 20px;
  font-size: 20px;
  width: 100%;
  vertical-align: middle;
}
#status > div{
	display: inline-block;
	width: 30%;
	/*min-width: 250px;*/
	/*padding: 10px;*/
	padding-right: 0;
  vertical-align: middle;
	//height: 100px;
}
#status > div > span{
	vertical-align: middle;
	//height: 100%;
	display: block;
}
#status > div > span > span{
	margin-top: 7%;
	display: inline-block;
	text-align: left;
	color: #ffffff;
	font-family: Arial;
	font-size: 13pt;
}
#status > div > span > img{
	height: 35px;
	width: 35px;
	display: inline-block;
}


@media screen and (max-width: 1335px){
	#status{
		width: 40%;
	}
}

@media screen and (max-width: 1227px){
	#title{
		display: block;
		width: 100%;
		min-width: 0;
	}
	#title > span{
		white-space: normal;
	}
	#status{
		display: block;
		width: 100%;
	}
	#status > div{
		min-width: 170px;
		font-size: 15pt;
	}
}
@media screen and (max-width: 600px){
	#status > #show_status{
    display: block;
  }
  #status > div{
		display: none;
		margin:auto;
		margin-top: 1em;
	}
	#status > div > span > span {
		margin: 0;
	}
  #status{
    min-height: 30px;
  }
}
#back_button{
  position: absolute;
  left: 0;
  top: 0;
	display: inline-block;
	border: 3px solid blue;
	border-radius: 5px;
	background-color: #cf0;
	color: #000;
	text-decoration: none;
	box-shadow: 3px 0px rgba(255, 255, 255, 0.4),
							0px 3px rgba(255, 255, 255, 0.4);
}
#back_button div{
	padding: 1em;
}
#back_button:hover div{
	background-color: rgba(0, 0, 0, 0.4);
}

#userMenu{
  visibility: hidden;
  background: rgba(0,0,0,0.8);
  position: absolute;
}
#userWelcome{
  line-height: 1.25em;
}
#userMenu > a{
  display:block;
  padding: 0.5em;
  border-bottom: 1px solid #fff;
}
#userMenu > a:hover{
  background: rgba(0,0,187,0.8);
}
#userInfo:hover #userMenu{
  visibility:visible;
}
