body {
	padding: 0;
	margin: 0 !important;
	font-family: Helvetica;
	color: #5a5a5a;
	font-weight: normal;
}

.layer {
	position: fixed;
	top: 0;
	left: 0;
	background: black;
	opacity: 0.5;
	height: 100%;
	width: 100%;
}

.editBox, .loginBox {
	position: absolute;
	top: 15%;
	left: 50%;
	margin-left: -400px;
	width: 800px;
	min-height: 400px;
	z-index: 2;
	background: white;
	padding: 20px;
	box-sizing: border-box;
}

.loginBox {
	width:240px;
	margin-left:-120px;
	min-height:150px
}

.loginBox input {
	width:200px;
}

.editBox h2 {
	color: #5a5a5a;
	font-family: HelveticaBold;
	margin-bottom: 20px;
	float: left;
}

.editBox .label, .editBox input:not([type="radio"]):not([type="checkbox"]), .editBox .label, .editBox select {
	float: left;
	margin-top: 10px;
	height: 40px;
	line-height: 40px;
}

.editBox .label {
	margin-right: 20px;
	clear: left;
	width: 150px;
}

.editBox input:not([type="radio"]):not([type="checkbox"]), .editBox select {
	width: 300px !important;
}

.editBox input[type="checkbox"] {
	float:left;
	margin-top:21px;
	margin-left:60px;
}

.editBox label[for="highestGrade"] {
	float:left;
	line-height:35px;
	margin-top:10px;
	margin-left:5px;
}

.editBox .button {
	float: left;
	clear: left;
}

.editBox .button.inline {
	float: left;
	clear: none;
	margin-left: 20px;
}

.adminbereich .button.inline {
	float: left;
	clear: none;
	margin-right: 20px;	
}

@media ( max-width :879px) {
	.editBox {
		width: 100%;
		margin-left: 0;
		margin-top: 0;
		left: 0;
		top: 0;
		box-sizing: border-box;
	}
	.editBox .button.inline {
		margin-left: 0px;
	}
}

h1, h2, h3, h4, h5 {
	font-weight: normal;
	margin: 0;
	padding: 0;
}

a {
	color: #5a5a5a;
	text-decoration: none;
	cursor: pointer;
}

a.delete {
	margin-left: 40px;
	font-size: 10pt;
	color: #5a5a5a;
	text-decoration: underline;
}

input.standard {
	box-sizing: border-box;
	border: 1px solid;
	border-color: #dcdcdc;
	padding: 1px;
	padding-left: 5px;
	background-color: white;
	cursor: auto;
	outline: 0;
	color: #5a5a5a;
	font-size: 11pt;
	height: 40px;
	font-family: Helvetica
}

input[type="checkbox"] {
	margin-top: 12.5px;
}

select.standard {
	appearance: none !important;
	-o-appaerance: none !important;
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
	height: 40px;
	border: 1px solid #dcdcdc;
	border-radius: 0;
	text-indent: 5px;
	font-size: 11pt;
	color: #5a5a5a;
	outline: 0;
	width: 400px;
	color: #5a5a5a;
	background: url(https://www.schullv.de/assets/img/ui_icons/select.png)
		no-repeat 98% 50%, linear-gradient(#fff, #e3e3e3) !important;
	background: url(https://www.schullv.de/assets/img/ui_icons/select.png)
		no-repeat 98% 50%, -webkit-linear-gradient(#fff, #e3e3e3) !important;
	background: url(https://www.schullv.de/assets/img/ui_icons/select.png)
		no-repeat 98% 50%, -moz-linear-gradient(#fff, #e3e3e3) !important;
	background: url(https://www.schullv.de/assets/img/ui_icons/select.png)
		no-repeat 98% 50%, -o-linear-gradient(#fff, #e3e3e3) !important;
	filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0,
		startColorstr='#ffffff', endColorstr='#e3e3e3') !important;
}

textarea.standard {
	outline: none;
	appearance: none !important;
	color: #5a5a5a;
	font-size: 11pt;
	box-sizing: border-box;
	padding: 5px;
	resize: none;
	border: 1px solid #dcdcdc;
}

.button {
	width: 220px;
	background: #87c800;
	box-sizing: border-box;
	padding: 7px;
	color: white;
	cursor: pointer;
	height: 48px;
	line-height: 30px;
	text-align: center;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 24px;
}

.content-wrapper {
	margin-left: 20px;
	margin-right: 20px;
	width: 100%;
	max-width: 1500px;
	margin-bottom: 40px;
}

.adminbereich h2, .adminbereich h3 {
	margin-top: 20px;
}

.adminbereich ul {
	margin-left: 0;
	padding-left: 25px;
	line-height: 1.75;
}

.adminbereich ul[data-id] {
	margin-top: 20px;
}

.adminbereich ul li {

	&:hover {
		text-decoration: underline;
	}
}

.adminbereich ul li .label {
	width: 150px;
	float: left;
	height: 40px;
	line-height: 40px;
	margin-bottom: 10px;
	display: inline-block;
}

.adminbereich ul li input, .adminbereich ul li select, .adminbereich ul li textarea
	{
	width: 400px;
	float:left;
}

[data-id='lizenzcode_anlegen'] select.accessRightSearch, .adminbereich ul li select.accountSearch {
	float:none;
	margin-bottom:10px;
}

.adminbereich ul li input[type='radio'] {
	height: 35px;
	line-height: 35px;
	width: 40px;
	float: left;
}

.adminbereich ul li input[type='file']{
	margin-left:20px;
	margin-top:10px;
}

.adminbereich ul li label {
	float: left;
	line-height: 40px;
}

.adminbereich ul li textarea {
	height: 200px;
}

.adminbereich ul li input[data-keyup][data-id], .editBox input[data-keyup][data-id]
	{
	font-family: HelveticaBold;
	color: #5a5a5a;
}

.adminbereich ul[data-id='settings_bearbeiten'] li div.controls {
	float:left;
	line-height:40px;
	height:40px;
	width:40px;
	text-align:center;
}

.adminbereich ul[data-id='settings_bearbeiten'] li div.controls a {
	cursor:pointer;
	color:#5a5a5a;
}

.adminbereich ul[data-id='settings_bearbeiten'] li div.controls.edit a:hover, .adminbereich ul[data-id='settings_bearbeiten'] li div.controls.add a:hover {
	color:#5a5a5a;
}

.adminbereich ul[data-id='settings_bearbeiten'] li div.controls.remove a:hover {
	color:#DB2416;
}

#searchResult {
	width: 400px;
	min-height: 40px;
	position: absolute;
	background: #fff;
	margin-left: 150px;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
	display: none;
	padding: 0px 0px;
	font-style: italic
}

.editBox #searchResult {
	position: relative;
	clear: left;
	width: 300px;
	margin-left: 170px;
}

#searchResult .searchResultItem {
	border-bottom: 1px solid #dcdcdc;
	padding: 10px 10px;
}

#searchResult .searchResultItem:hover {
	background: #5a5a5a;
	cursor: pointer;
	color: #fff;
}

.adminbereich #user_und_codes_result {
	width: 100%;
	min-height: 20px;
	line-height: 1.5;
}

.adminbereich #user_und_codes_result h4 {
	font-family: HelveticaBold;
	color: #5a5a5a;
}

.adminbereich #user_und_codes_result h4 img {
	height: 15px;
	margin-left: 10px;
	cursor: pointer;
}

.adminbereich #user_und_codes_result .user_und_codes_result_item {
	/* width:45%;
	float:left;
	margin-right:5%;
	border:1px solid #dcdcdc; */
	padding:5px;
	box-sizing:border-box;
	margin-top: 20px;
	margin-bottom: 20px;
}

.adminbereich #user_und_codes_result .user_und_codes_result_item .details li.expired {
	text-decoration:line-through;
}

.id_label {
	color: lightgrey;
	float: right;
	vertical-align: bottom;
	margin-top: 30px;
}

#access_code_result {
	margin-top: 20px;
	height: 40px;
	line-height: 20px;
	background: #5a5a5a;
	width: 100%;
	font-size: 16pt;
	font-family: HelveticaBold;
	color: #fff;
	box-sizing: border-box;
	padding: 10px;
}

@media ( max-width : 1151px) {
	.content-wrapper {
		width: 100%;
		margin-left: 20px;
		margin-right: 20px;
		box-sizing: border-box;
	}
}

@media ( max-width : 879px) {
	.adminbereich ul li .label {
		width: 35%;
	}
	.adminbereich ul li #searchResult {
		/* width: calc(60% - 12px);
		margin-left: calc(35% - 7px); */
	}
	.adminbereich ul li input, .adminbereich ul li select {
		width: 60%;
	}
	h1 {
		margin-top: 10px;
	}
	.adminbereich #user_und_codes_result .user_und_codes_result_item {
	width:100%;
	margin-right:0;
	}
}

#addOrEditSettingsLayer, #addOrEditSettingsPanel {
	display:none;
}

#addOrEditSettingsPanel {
	top:240px;
}

#addOrEditSettingsPanel input:not([type="radio"]), #addOrEditSettingsPanel select {
	display:none;
}

#addOrEditSettingsPanel .visibilityPanel, #addOrEditSettingsPanel .actionPanel {
	margin-top:30px;
	display:none;
}

#addOrEditSettingsPanel .visibilityPanel ul {
	margin:0;
	padding:0;
	margin-top:5px;
}

#addOrEditSettingsPanel .visibilityPanel li {
	list-style-type: none;
	line-height:1.5;
}

#actionPanelNavigation {
	display:none;
	clear:both;
	width:100%;
	margin-top:10px;
	padding:10px;
	box-sizing:border-box;
	background:#D3EAA0;
}

#actionPanelNavigation select {
	display:block;
}

#actionPanelNavigation select:nth-child(2n) {
	margin-left:50px;
}

#actionPanelNavigation .actionPanelSubmitButton {
	width:100%;
}

@media ( min-width :879px) {
	.indentedSelect {
		float:none;
		margin-left:170px;
	}
	[data-id='lizenzcode_anlegen'] .indentedSelect {
		margin-left:150px;
	}
}	

.adminbereich #edit_settings_navigation {
	float:left;
	width:240px;
}

.adminbereich #edit_settings_action {
	float:left;
	width:calc(100% - 320px);
	margin-left:80px;
	height:600px;
}

.adminbereich #edit_settings_action .edit_settings_action_panel:not(.active) {
	display:none;
}

.adminbereich #edit_settings_navigation h3 {
	color:#5a5a5a;
	width:100%;
	border-bottom:3px solid #5a5a5a;
	font-size:12pt;
	padding-bottom:4px;
}

.adminbereich #edit_settings_navigation .edit_settings_navigation_panel div {
	width:100%;
	border-bottom:1px solid #dcdcdc;
	font-size:12pt;
	padding:10px 0px;
	text-indent:10px;
}

.adminbereich #edit_settings_navigation .edit_settings_navigation_panel div:hover, .adminbereich #edit_settings_navigation .edit_settings_navigation_panel div.active {
	background:#5a5a5a;
	color:#fff;
	cursor:pointer;
}

.adminbereich #edit_settings_action h3 {
	font-size:14pt;
}

.adminbereich #edit_settings_action input[type="text"], .adminbereich #edit_settings_action .button {
	width:400px;
}

.adminbereich #edit_settings_action label {
	margin-left:5px;
	margin-right:30px;
}

.edit_settings_action_toggle_area_areas_list_item select {
	margin-left:10px;
}