/**
 * Gruppenverwaltung
 */

.groupAdmin {
	float: left;
	width: 100%;
}

.groupAdmin .users-box {
	float: left;
	width: 100%;
	margin-top: 10px;
}

.groupAdminButton {
	clear: both;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
}

.groupAdmin h2 {
	font-size: 1.2em;
	margin-top: 5px;
	margin-bottom: 5px;
}

.groupAdmin h3 {
	font-size: 1.0em;
	margin-top: 5px;
	margin-bottom: 10px;
}

.groupAdminStep1InputTextArea textarea {
	float: left;
	width: 100%;
	max-width: 100%;
	margin-top: 3px;
	padding: 3px;
	border: 1px solid #ccc;
	background-color: #f7f7f7;
}

.groupAdminStep2NotFoundUsers textarea {
	float: left;
	width: 100%;
	max-width: 100%;
	height: auto;
	margin-top: 3px;
	padding: 3px;
	border: 1px solid #ccc;
	background-color: #ffba79;
}

.groupAdminStep2FoundUsers textarea {
	font-size: 0.9em;
}

.groupAdminUserGroups {
	float: left;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

.groupAdminStep2UserGroups {
	float: left;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

.groupAdminStep2AddUserGroups,
.groupAdminStep2RemoveUserGroups {
	width: 400px;
}

.groupAdminStep2AddUserGroups {
	float: left;
	width: 300px;
	color: green;
}

.groupAdminStep2RemoveUserGroups {
	float: left;
	width: 300px;
	color: red;
}

.groupAdminStep2FoundUsers {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.groupAdminUsersCategory {
	clear: both;
	float: left;
	width: 100%;
	margin-top: 20px;
}
