/* NavBar */
.navbar {
	position: fixed;
	height: 60px;
	width: 100%;
}
.sidebar {
	position: fixed;
	padding-top: 70px;
	height: 100%;
}
.content {
	padding-top: 65px;
}
.sidebar .nav-header {
	display: block;
	font-weight: bold;
	padding: 0px 0px 8px 8px;
}
.sidebar .disabled {
	pointer-events: none;
	cursor: default;
	opacity: 0.4;
}
.dropdown-menu  ul.unstyled {
	display: none;
}
.dropdown-menu .add-on {
	display: none;
}
.dropdown-menu .control-group {
	padding: 3px;
	padding-bottom: 7px;
}
.dropdown-menu input {
	line-height: normal;
}
.dropdown-menu #form-login-remember{
	display: none;
}
.bsdm-parentbtn {
	color: #333 !important;
	background-color: #fff !important;
	border: 1px solid #ccc;
	background-image: none;
	border-radius: 5px;
}

/* table content not selectable */
table {
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
}

/* sorry auf meinem kleinen Bildschirm passen die buttons nicht mehr in eine Zeile - kann ich später wieder rein nehmen... */
.btn {
	font-size: 13px;
}

/* chromosomen view start*/
.bsdm-markertable-col {
	height: 5px;
	width: 75%;
	background-color: #d3d3d3;
	overflow: hidden;
}
.bsdm-markertable-locicol1 {
	background-color: #6699FF;
}
.bsdm-markertable-locicol2 {
	background-color: #FFFF66;
}
#bsdm-markertable {
	width: 75%;
}
.bsdm-allele-table {
	display: none;
}
.bsdm-markertable-row {
	vertical-align: top;
}
.bsdm-markertable-locinamecol {
	background-color: #808080;
}
/* chromosomen view end */
