#sidebar .sidebar-logo {
    position:relative;
    height: 70px;
     width:100% !important;
    background-image: url('sidebarlogo.png');
    background-repeat:no-repeat;
    background-size:contain;
}

.icon_datenbank:before {
  content: url("icon/datenbank_icon.png");
}

.icon_schmutzwasser:before {
  content: url("icon/schmutzwasser_icon.png");
}

.icon_regenwasser:before {
  content: url("icon/regenwasser_icon.png");
}

.icon_wasser:before {
  content: url("icon/wasser_icon.png");
}

.icon_strom:before {
  content: url("icon/strom_icon.png");
}

.icon_gas:before {
  content: url("icon/gas_icon.png");
}

.treeview_root_node_icon:after {
    /*glyphicon glyphicon-book*/
    font-family: "Glyphicons Halflings";
    content: "";
}

.treeview_child_node_icon:after {
    /*glyphicon glyphicon-file*/
    font-family: "Glyphicons Halflings";
    content: "";
}

#sidebar { opacity: 1 !important;
    background-color: #10218b;
 }

.btn-hide {
	color: #10218b;
}

.btn-hide:hover, .open > .dropdown-toggle.btn-hide:hover {
	color: red;
}

.btn-hide.focus, .btn-hide:focus, .open > .dropdown-toggle.btn-hide:focus {
	color: #10218b;
}

.btn-hide:active, .btn-hide.active, .open > .dropdown-toggle.btn-hide {
	color: #10218b;
}

.tooltip-webton img {
    margin-top:-1px;
    margin-bottom:-1px;
    margin-left:-5px;
    margin-right:-5px;
}

.treeview .list-group-item {
font-family:Arial;
}

#divWndPos_m_1_INTERNAL_POPLITECORE_CONTROL_400000000 {
	border-top: 3px solid #10218b;
	border-left: 3px solid #10218b;
}

.node-treeviewNavigation {
    background-color: #10218b ;
}
 
.treeview .list-group-item {
    background-color: #10218b ;
}

.drawTool, .drawTool_noselect {
    background-color: #10218b ;
}

.btn-primary {
        background-color: #10218b ;
}
 
.searchBox {
    background-color: #10218b ;
    border-color: #10218b ;
}

.searchBox_extented_options_show {
    background-color: #10218b ;
}