#wrapper {
	margin: 0px 2%;
}

.top-logo {
	margin-bottom: 20px;
}

.top-logo img {
    max-height: 100px;
}

#content {
	margin: 0px 0px 30px 0px;
}

.light {
	color: #ccc;
}

span.badge {
	float:right;
	font-weight: bold;
	background-color: green !important;
}

form.dropzone {
	border: 1px dashed  #ccc;
	padding:20px;
	background: #fafafa;
	display: inline-block;
}

div.dz-preview {
	display: inline-block;
	margin: auto 20px;
}

div.dz-success-mark {
	position: absolute;
	display: none;
}

div.dz-error-mark {
	position: absolute;
	display: none;
}

img.kimage {
	max-height: 200px;
	float: left;
}

.list-group-item {
	overflow: hidden;
}

.inline-input {
	width: 70px;
	float: right;
	display: inline;
	font-size: inherit;
	text-align: center;
}

/**
*
* Anpassung an der Übersichtsseite im Login-Bereich von sollab.de
*
* #c17 ~ dem Navigationselement auf der Übersichtsseite
* #backButton ~ Link zurück zur Übersicht im Fuß
*
* @author Dennis Falke
*
*/

.navbar {
	margin-bottom: 30px;
}

#backButton {
	width: 180px;
	margin: 0px auto 10px auto;
}

#backButton ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#backButton ul li {
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 4px;
	background-color: #fff;
}

#backButton ul li a {
	display: block;
	padding: 10px;
	color: #000;
	text-decoration: none;
	text-align: center;
}

#backButton ul li a:hover {
	background-color: #eee;
}

#footer p {
	margin: 0;
}

#c17 li {
	float: left;
	border: 1px solid #ddd;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #fff;
	margin: 0 30px 30px 0;
    width: 294px;
    height: 230px;
}

#c17 li a {
	padding: 15px;
}

/* #c17 li:first-child {
	margin-left: 0;
} */

#c17 li a:hover {
	background-color: #fff;
}

#c17 li div.image {
	line-height: 134px;
	text-align: center;
}

#c17 li div.title {
	line-height: initial;
	text-align: center;
	padding: 15px;
}

#c17 li div.title p {
    word-wrap: break-word;
	color: #000;
}

#c17 li div p {
	margin: 0;
}