@charset "UTF-8";
/*
 * jQuery File Upload Plugin CSS Example
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * https://opensource.org/licenses/MIT
 */

body {
  padding-top: 60px;
}
#img_parent {
  border-style: outset;
}

.gruppe {
	clear: both;
}
.klasse {
	display: inline;
	float: none;
	line-height: 15px;
}
.anzahl {
	display: inline;
}
.schueler {
	display: none;
	margin-left: 50px;
}
.schuelerinfos {
	/* display: inline; */
	float: left;
	border-width: 1px;
	border-style: solid;
	border-color: gray;
	border-radius: 5px;
	margin: 5px;
}
.ausweisok, .ausweissel {
	border-width: 2px;
	border-style: solid;
	margin: 5px;
	padding: 1px;
}
.ausweisok {
	border-color: white;
}
.ausweissel {
	border-color: #55ff55;
}
.ausweisnok {
	border-width: 2px;
	border-style: solid;
	border-color: orange;
	margin: 5px;
	padding: 1px;
}

.schuelerdaten {
	line-height: 12px;
	/* display: inline; */
	box-sizing: border-box;
	padding: 2px;
	text-align: center;
}

.selektionsbox {
	position:absolute;
	top:100px; 
	left: 10px; 
	z-index:10;
}
.selektierte {
	position: fixed;
	top: 60px;
	left: 450px;
	border: solid;
	border-color: grey;
	border-width: 1px;
	padding:5px;
}