#logoMapPlus {
    height: 100px !important;
    width: 360px;
    background: url(../img/logo_webgis_de.png) left top no-repeat #FFF;
	background-size:contain;
}

#ribbon_tabs .nowrapTabStrip {
	background: #00afda;
  }

/* #close-btn{
	background-image:unset;
	height:20px;
	width:20px;
	background-color:#555;
	border-radius:50%;
	display:inline-block;
	text-align:center;
}
#close-btn:before{
	content: "\00d7";
	font-weight:bold;
	cursor:pointer;
	color:white;
}
#close-btn:hover,#close-btn:focus,#close-btn:active{
	background-color:rgb(51,102,102);
}

#leg_toolbar{
	right: 15px !important;
}

#footPane2{
	display: flex;
	justify-content: space-around;
}

#footPane2 a:link, #footPane2 a:visited {
	background-color: #fff;
	color: #555;
	padding: 5px 5px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
}

#footPane2 a:hover, #footPane2 a:focus, #footPane2 a:active {
	background-color: rgba(0,0,0,0.55);
	border-radius: 5px;
	color: #fff;
}

a.boxclose{
    float:right;
    cursor:pointer;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    line-height: 0px;
    padding: 5px 3px;       
}

.boxclose:before {
    content: "×";

} */
/* 
#btnLogout{
	display:none;
} */