.navbar-inverse .navbar-nav>li>a.not-logged-in {
	color: white;
	cursor: pointer;
}
/* Abstand vor Debug/Error-Ausgabe */
.main > .alert:first-child {
	margin-top: 20px;
}

.main {
	padding-bottom: 20px;
}

#overviewTable tr {
	cursor: pointer;
}
.popover .cluster_idea_saved {
	text-overflow: ellipsis;
	max-width: 250px;
	overflow: hidden;
}
.cluster_idea, .cluster_idea_saved {
	margin-bottom: 10px;
	margin-right: 10px;
	z-index: 1000;
}

.half-size label {
	display: block;
}

body #rateIdeaPopup .modal-dialog{
	width: 50%;
}

.cluster-container {
	display: flex;
	flex-wrap: wrap;
}
.cluster-container .cluster {
	border: 1px solid #aaa;
	border-radius: 10px;
	height: 80px;
	width: 150px;
	padding: 5px;
	vertical-align: middle;
	display: inline-block;
	margin-right: 10px;
	text-align: center;
	margin-bottom: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.cluster.hovering {
	border: 5px solid #555;
	padding-top: 6px;
}
#saveClusters {
	margin-top: 20px;
}

#clusterOverview {
	margin-top: 20px;
}
.clustertable_delete {
	font-weight: bold;
	padding-right: 10px;
	font-size: 12pt;
	cursor: pointer;
}

.clusterTr .items div {
	margin-bottom: 10px;
}


.idee th {
	text-align: right;
}

canvas {
	margin: 0;
	padding: 0;
}

#canvasTooltip {
	position: absolute;
	background: white;
}

#canvasTooltipText {
	position: absolute;
	background: white;
	min-width: 200px;
	padding: 0 10px 10px;
	line-height: 1.5em;
	border: 1px solid #CCCCCC;
	left: 30px;
}

#canvasTooltipText h3 {
	font-size: 120%;
	font-weight: bold;
	border-top: 1px dotted #CCCCCC;
	padding-top: 10px;
	margin-top: 10px;
}

#canvasTooltipText h3:first-child {
	margin-top: 0;
	border-top: none;
}
.btn-grey {
	background-image: -webkit-linear-gradient(top, #aaa 0%, #666 100%);
	background-image: linear-gradient(to bottom, #aaa 0%, #666 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaaaaaa', endColorstr='#ff66666', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	background-repeat: repeat-x;
	border-color: #aaa;
	color: white;
}
.btn-grey:hover {
	background: #555;
	color: white;
}
.btn-purple {
	background-image: -webkit-linear-gradient(top, #ae24e6 0%, #972476 100%);
	background-image: linear-gradient(to bottom, #ae24e6 0%, #972476 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffae24e6', endColorstr='#ff972476', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	background-repeat: repeat-x;
	border-color: #903065;
	color: white;
}
.btn-purple:hover {
	background: #8e3288;
	color: white;
}
.btn-yellow {
	background-image: -webkit-linear-gradient(top, #ffff00 0%, #dec300 100%);
	background-image: linear-gradient(to bottom, #ffff00 0%, #dec300 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff00', endColorstr='#ffdec300', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	background-repeat: repeat-x;
	border-color: #decb00;
	color: black;
}
.btn-yellow:hover {
	background: #f1e100;
	color: black;
}
.btn-brown {
	background-image: -webkit-linear-gradient(bottom, #4f1404 0%, #6d1e09 100%);
	background-image: linear-gradient(to top, #4f1404 0%, #6d1e09 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4f1404', endColorstr='#ff6d1e09', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	background-repeat: repeat-x;
	border-color: #531e09;
	color: white;
}
.btn-brown:hover {
	background: #4f1404;
	color: white;
}

#login-id-container {
	display: none;
}
.nav-tabs {
	margin-top: 10px;
	margin-bottom: 10px;
}
#evaluation_table_ideen, #evaluation_table_cluster {
	margin-top: 15px;
}
#interactive .nav-tabs {
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 15px;
}

@media (min-width: 1500px) {
	.canvas_container {
		width: 66.66666667%;
	}
	.controls_container {
		width: 16.66666667%;
	}
}

#loadGroupConfigSelect {
	width: 50%;
	display: inline-block;
}
th[data-type="rating_header"], .idee_rating {
	display: none !important;
}

.idea-container {
	max-height: 500px;
	max-height: 50vh;
	overflow-y: auto;
	position: static;
}

.idea-container .btn {
	white-space: normal;
}
button[type="submit"] {
	margin-bottom: 10px;
}

#shadowBox {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	text-align: center;
	vertical-align: middle;
	z-index: 1000;
	background-color: rgba(0, 0, 0, 0.3);
}

#shadowBox img {
	height: 60px;
	top: 50%;
	margin-top: -30px;
	position: absolute;
}