@CHARSET "UTF-8";
html,
body {
    height: 100%;
}

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.clearfix{
    width:100%;
    clear: both;
}
.clearer{
    width:100%;
    clear: both;
    height:1px;
}
.worklisting a {
    color:black !important;
    display: block !important;
}
.worklisting hr{
    padding-top: 20px !important;
    margin-bottom: 20px !important;
}

.worklisting .nav{
    display: block !important;
}

#top-panel {
    height: 0px;
    rgba(213, 213, 213, 0.9);
    position: relative;
    z-index: 999999;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.75);
}
#hiddenlogin {
    display: none;
    margin-top: 20px;
}
#opener {
    clear: both;
    width: 30px;
    padding: 10px 3px;
    margin: 0;
    background: rgba(213, 213, 213, 0.9);
    position: absolute;
    top: 0px;
    left: 10px;
    font-family: sans-serif;
    color: rgb(37, 37, 37);
    font-size: 1.2em;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top: none;
    box-sizing: border-box;
}

.list-group-item:last-child {
    margin-bottom: 0 !important;
}
.list-group div.submenu{
    margin-left: 10px;
}

/*  metis menü muss eventuell farblich in jeden einzelne theme überschrieben werden */
.topbar-nav > ul.metismenu > li > a {
    color: #fff;
}

.topbar-nav > ul.metismenu > li.active > a {
    color: #fff;
    background-color: #000;
}

.topbar-nav > ul.metismenu > li.selected > a {
    color: #080808;
}

.topbar-nav > ul.metismenu > li.active > ul.collapse.in {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: block;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.list-group {
    margin-bottom: 0px;
}
.list-group-item:last-child {
    margin-bottom: 20px;
}

.row.captcha img {
    margin: 0 0 0;
}

