
.clearfix::after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}
.sidebar {
    /* width: 250px; */
    width: 214px;
    margin-left: 5px;
    margin-right: 12px;
    margin-top: 4px;
    padding: 5px;
    height: 100%;
    float: left;
    background: #BFFFC1;
}
#languageswitch {
	padding-top: 12px;
	text-align: right;
	float: right;
	padding-right: 22px;
}
#languageswitch ul {
	padding-bottom: 2px;
}
#languageswitch ul li {
    display: inline;
    padding: 2px;
}
/* Menu */
li.hassub.hide ul {
    display: none;
}
li.hassub.show ul {
    display: block;
}
.content {
    	overflow: hidden;
	padding-top: 40px;
}

div.status {
  margin: 2rem 0;
}
.message {
    font-weight: bold;
}

.closebutton {
    font-size: 30px;
    font-wight: bold;
    color: #202020;
    float: right;
    z-index: 20;
    padding-right: 8px;
    cursor: pointer;

}

.diagrammodal {
    position: fixed;
    top: 18%;
    left: 25%;
    width: 60%;
    height: 70%;
    overflow-y: auto;
    background-color: #ffffff;
    text-align: center;
    z-index: 1200;
    outline: 9999px solid rgba(0,0,0,0.5);
    display: none;
}
