#top-tools {
  bottom: 1.7em;
  height: auto;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 1;
}
#header {
  background-color: #F2F7FF;
  /*background-color: rgba(0,0,0,0.8);*/
  background-color: rgba(242,248,255,0.9);
  /*background-color: rgba(255,255,255,0.9);*/
  /*color: #F2F7FF;*/
  color: #FFFFFF;
  font-size: 0.7em;
  height: 3.9em;
  line-height: 2em;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  border:1px solid #0071BB !important;
}
#header a {
  color: black;
  text-decoration: none;
}
#header a:hover {
  color: black;
  text-decoration: underline;
}
/*
#header .footer-left {
  float: left;
  position: relative;
  width: 30%;
}
*/
#header .header-middle {
	
  float: left;
  position: relative;
  text-align: center;  
  height:auto;
  padding-top: 10px; 
  width: 40%;
  color: #000000;
  font-size: 1.5em;
  
}

#header .header-middle #sgutitle {

}	

#header .header-left .logo {
  padding: 0.10em 0;
  width: 120px;
  max-height:45px;
}
#header .header-left img {
  max-width:100%;
  height: auto;
  padding-right: 5px;
  padding-top: 5px; /* f�r nya loggan 2019-07 */

}
#header .header-left .logo span{
  vertical-align: top;
}
#header .header-right {
  /*
  position: relative;
  float: right;
  */
  
  width: 98%;
  font-size: 1.1em;
  
  color: #000000;
  text-align:right;
  padding-top:6px;
  
}

#header .header-right #position {
	position: absolute;
  	top: 4px;
  	right: 70px;
	/*padding-left: 230px;
	float: left;*/
	
}

#header .header-right button {
	position: absolute;
  	top: 8px;
  	right: 30px;
	
}


#header .header-left {
  position: relative;
  float: left;
  
  padding-left: 1em;
  /*padding-top: 1px; */
  
  color: #000000;
  text-align: left;
  width: 30%;
}

#header .header-right .header-attribution {
  position: relative;
  float: right;
  padding-right: 5px;
  text-align: right;
}
#header .header-middle ul{
  display: inline-block;
  padding-left:0;
}
#header .header-middle ul li{ 
  border-right: 1px solid #ffffff;
  float: left;
  padding: 0 6px;
}
#header .header-middle ul li:last-child{
  border-right: none;
  padding-right:0;
}
 /* media queries for header*/
 
@media screen and (max-width: 768px) {
	
	#header {
  background-color: #F2F7FF;
  /*background-color: rgba(0,0,0,0.8);*/
  background-color: rgba(242,248,255,0.5);
  /* color: #F2F7FF; */
  color: #FFFFFF;
  font-size: 0.7em;
  height: 2.7em;
  line-height: 2em;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  border:1px solid #0071BB !important;
}

#header .header-left img {
  height: 2em;
  padding-right: 5px;

}
}
