﻿body {
	font-family: Tahoma;
	font-size: 12px;
}

#SiteLayout {
	width: 100%;
	height: 100%;
}

#SiteTitle {
	height: 40px;
	z-index: 2;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666f74;
	border-bottom: 1px;
	border-color: #FFFFFF;
}

#SiteHeaderInfo {
	color: #FFFFFF;
	background-color: #666f74;
	height: 20px;
	text-align: right;
}

	#SiteHeaderInfo td {
		padding-right: 5px;
	}

	#SiteHeaderInfo a {
		font-size: 12px;
		color: #FFFFFF;
		text-decoration: none;
	}

		#SiteHeaderInfo a:hover {
			text-decoration: underline;
		}

#SiteMenu {
	padding: 5px;
	width: 200px;
	background-color: #DDDAD4;
}

#SiteContent {
	width: auto;
	padding: 10px;
	vertical-align: top;
	height: auto;
}

#Content {
	width: 100%;
	position: relative;
}

.gridUserAdmin {
	width: 100%;
}

#ContentHeader {
	background-image: url("../images/divback.gif");
	border: 1px solid #808080;
	font-family: Tahoma;
	font-size: 12px;
	vertical-align: middle;
	padding: 2px 8px 3px 8px;
	height: 16px;
	margin-bottom: 10px;
}

.ContentSubHeader, .MoveableContentSubHeader, .CollapseableSubHeader, .SubMenuHeader {
	background-image: url("../images/divback.gif");
	border: 1px solid #808080;
	vertical-align: middle;
	padding: 2px 8px 3px 8px;
	height: 16px;
	margin-bottom: 10px;
	font-size: 10px;
}



.ContentBlock {
	margin-bottom: 1px;
}



bleContentSubHeader {
	cursor: move;
}

.CollapseableSubHeader {
	cursor: pointer;
}

.CollapseableSubHeaderImage {
	margin-top: 2px;
	vertical-align: middle;
}

.SubMenuHeader {
	margin-bottom: 0px;
}

.SubMenuContent {
	padding: 8px;
	border: solid 1px #808080;
	border-top-width: 0px;
	background-color: White;
}

.ModalBlock {
	background-color: White;
	border: 1px solid black;
}

.ModalBlockContainer {
	position: relative;
	top: -188px;
	left: -220px;
}

.Grid {
}

	.Grid td {
		border: solid 1px #000000;
		border-style: none;
		padding: 3px 3px 3px 3px;
	}

	.Grid a {
		color: #000000;
	}

.GridHeader {
	font-weight: bold;
	background-color: #666F74;
	color: #FFFFFF;
	text-align: left;
}

	.GridHeader a {
		color: #FFFFFF;
		text-decoration: underline;
	}

.GridItem {
	background-color: #EEEEEE;
	vertical-align: top;
}

	.GridItem a {
		color: #000000;
	}

	.GridItem input {
		font-size: 10px;
	}

.GridAltItem {
	background-color: #FFFFFF;
	vertical-align: top;
}

	.GridAltItem a {
		color: #000000;
	}

	.GridAltItem input {
		font-size: 10px;
	}

.SubGrid {
}

	.SubGrid td {
		border: solid 1px #162c4f;
		/*border-style: none;*/
		padding: 3px 3px 3px 3px;
	}

	.SubGrid th {
		border: solid 1px #162c4f;
		/*border-style: none;*/
	}

	.SubGrid a {
		color: #000000;
	}

.SubGridHeader {
	font-weight: bold;
	background-color: #162c4f;
	color: #FFFFFF;
	text-align: left;
}

.SubGridItem {
	background-color: #d2def2;
}

.SubGridAltItem {
	background-color: #FFFFFF;
}

.GridPager {
	font-weight: bold;
	background-color: #666F74;
	color: #FFFFFF;
}

	.GridPager a {
		color: #FFFFFF;
	}

	.GridPager td {
		padding: 1px;
	}

	.GridPager table {
		padding: 0px;
		margin: 0px;
	}

.GridSelectedItem {
	background-color: #DDDAD4;
	font-style: italic;
	color: #000000;
}

	.GridSelectedItem a {
		color: #000000;
	}

.GridFooter {
	font-weight: bold;
	background-color: #666F74;
	color: #FFFFFF;
}

	.GridFooter a {
		color: #FFFFFF;
	}

.SubGridFooter {
	font-weight: bold;
	background-color: #162c4f;
	color: #FFFFFF;
}

	.SubGridFooter a {
		color: #FFFFFF;
	}

.SubGridPager {
	font-weight: bold;
	background-color: #162c4f;
	color: #FFFFFF;
}

	.SubGridPager a {
		color: #FFFFFF;
	}

	.SubGridPager td {
		padding: 1px;
	}

	.SubGridPager table {
		padding: 0px;
		margin: 0px;
	}

.SubGridSelectedItem {
	background-color: #6C8DF4;
	font-style: italic;
	color: #000000;
}

	.SubGridSelectedItem a {
		color: #000000;
	}

.modalBackground {
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.ReorderList li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.ReorderList table {
	margin-bottom: -3px;
}

.ReorderListItem {
	background-color: #EEEEEE;
	border: solid 1px #777777;
	border-left-width: 0px;
	padding: 2px;
	padding-left: 10px;
	margin: 0px;
}

.ReorderListDragHandle {
	width: 16px;
	height: 18px;
	background-color: #EEEEEE;
	background-image: url(../images/fwd.gif);
	background-position: center;
	background-repeat: no-repeat;
	cursor: move;
	border: solid 1px #777777;
	border-right-width: 0px;
}

.MaskedEditError {
	background-color: #ffcccc;
}

.MaskedEditFocus {
	background-color: #ffffcc;
	color: #000000;
}

.Top {
	z-index: 200;
}

.CommandButtonContainer, .ActiveTabButtonContainer {
	vertical-align: bottom;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 10px;
}

.ActiveTabButtonContainer {
	padding-left: 2px;
	padding-right: 8px;
	margin-right: 8px;
	padding-bottom: 0px;
	border: 1px solid black;
}

.TabButtonText {
	color: black;
	text-decoration: none;
}

	.TabButtonText:hover {
		text-decoration: underline;
	}

.ErrorBox {
	border: 1px solid black;
	background-color: #DDDAD4;
	padding: 2px 8px 2px 8px;
	color: Red;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

.TrendStatisticHeaderRow {
	background-color: #666F74;
	color: #FFFFFF;
	font-weight: bold;
	border: 1px solid red;
}

.TrendStatisticHeaderCell {
}

.TrendStatisticHeaderRow a {
	color: #FFFFFF;
}


.TrendStatisticDataRow {
	background-color: #EEEEEE;
}

.TrendStatisticCriticalRow {
	background-color: #E55C5E;
}

.TrendStatisticAltDataRow {
	background-color: #FFFFFF;
}


.TrendStatisticDataSpacerCol {
	background-color: black;
	width: 0px;
	margin: 0px;
	padding: 0px;
}

.TabBar {
	height: 30px;
}

	.TabBar td {
		border: 1px solid #808080;
		border-style: outset;
		background-color: #EEEEEE;
	}

		.TabBar td input {
			padding-left: 10px;
		}

		.TabBar td a {
			text-decoration: none;
			color: #000000;
			padding: 10px;
		}

			.TabBar td a:hover {
				text-decoration: underline;
			}

.PinBox {
	border: 1px solid black;
	background-color: #FFFFFF;
	position: relative;
	padding: 15px 15px 0 15px;
	width: 200px;
	height: 120px;
}

	.PinBox .DrivingSchool {
		font-weight: bold;
	}

	.PinBox .WendelCustomerId,
	.PinBox .ExternalId {
	}

	.PinBox .LabelTable td {
		text-align: center;
	}

	.PinBox .LabelTable th {
		font-size: 11px;
	}

	.PinBox .GoToDrivingSchool {
		position: absolute;
		bottom: 10px;
	}

	.PinBox .UnpinDrivingSchool {
		position: absolute;
		bottom: 5px;
		right: 10px;
	}

.tabs ul {
	list-style-type: none;
	padding: 0 0 2px 0;
	margin: 0 10px;
	border-bottom: 1px solid #000000;
}

	.tabs ul li {
		display: inline;
		background-image: url('../images/plainbutton.gif');
		background-repeat: no-repeat;
		background-position: left center;
		padding: 0px 2px 0px 17px;
		margin: 0 5px 0 0;
	}

		.tabs ul li a {
			text-decoration: none;
			color: black;
		}

			.tabs ul li a:hover {
				text-decoration: underline;
			}

		.tabs ul li[aria-selected="true"] {
			border: 1px solid #000000;
		}


/*------------------------------------------*/
/*              PasswordForm                */
/*------------------------------------------*/

.PasswordForm .PasswordLabel {
	display: inline-block;
	width: 123px;
	text-indent: 0;
	padding-top: 0px;
}

.PasswordForm .PasswordRepeatLabel {
	display: inline-block;
	width: 123px;
	text-indent: 0;
	padding-top: 7px;
}

.PasswordForm .PasswordText,
.PasswordForm .PasswordRepeatText {
	width: 219px;
}

.PasswordForm .PasswordValidate,
.PasswordForm .PasswordRepeatValidate {
	display: inline-block;
	width: 20px;
	margin-right: -20px;
}

select:not([multiple]) {
	height: 22px !important;
}

.access {
	color: green;
	font-size: 14px;
}

.ui-datepicker-trigger {
	padding: 0px !important;
	padding-left: 5px !important;
	vertical-align: baseline !important;
	position: relative !important;
	top: 4px;
	height: 21px;
}

.popup-overlay {
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1000;
}

.popup-content {
	visibility: hidden;
}

.popup-overlay.active {
	visibility: visible;
}

.popup-content.active {
	visibility: visible;
}

#DrivingSchoolFSMSettings #fsmBlockRight {
	float: none !important;
	padding: 0 !important;
	margin-top: -90px !important;
}

#DrivingSchoolAssignment .Grid {
	margin: 20px 0 5px 0;
}

#DrivingSchoolAssignment .ContentSubHeader {
	margin-top: 20px;
}

#DrivingSchoolAssignment .DrivingSchoolList {
	margin-top: 10px;
}

	#DrivingSchoolAssignment .DrivingSchoolList textarea,
	#DrivingSchoolAssignment .DrivingSchoolList input {
		display: block;
	}

	#DrivingSchoolAssignment .DrivingSchoolList textarea {
		width: 400px;
		height: 150px;
	}

.WrapButton {
	white-space: normal;
	width: 150px;
	height: 60px;
	vertical-align: top;
}

.ProductExtension {
}

	.ProductExtension input {
		width: 40px;
		height: 20px;
		font-size: 10px;
		color: #000000;
	}

		.ProductExtension input[type=submit]:disabled {
			background-color: transparent;
			border: none;
		}

		.ProductExtension input:hover:enabled,
		.ProductExtension input.ExtendButtonHover,
		.ProductExtension input.ExtendButtonSelected {
			border: 2px solid #000000;
			font-weight: bold;
		}

	.ProductExtension span.ExtendExpiryLabel {
		color: limegreen;
	}

.EditHistory table {
	width: 100%;
}

.EditHistory td:nth-child(1) {
	width: 200px;
}

.EditHistory td:nth-child(3) {
	width: 350px;
}

.EditHistory td:nth-child(4) {
	width: 200px;
}

.left {
	float: left;
}

.clear {
	clear: both;
	width: 0;
	height: 0;
}

.mr10 {
	margin-right: 10px;
}

/*------------------------------------------*/
/*          ExamSimulationStatus            */
/*------------------------------------------*/

.ExamSimulationStatus {
}

	.ExamSimulationStatus .TreeNode span {
		padding-left: 10px;
	}

	.ExamSimulationStatus .Level0 span {
		display: inline-block;
		width: 120px;
	}

	.ExamSimulationStatus .Level1 {
		padding-left: 20px;
	}

		.ExamSimulationStatus .Level1 span {
			display: inline-block;
			width: 150px;
		}

	.ExamSimulationStatus .Level2 {
		padding-left: 40px;
	}

	.ExamSimulationStatus .TreeNode .Wrong, .ExamSimulationStatus .TreeNode .Failed {
		color: #F11D30;
	}

	.ExamSimulationStatus .TreeNode .Correct, .ExamSimulationStatus .TreeNode .Passed {
		color: #51B660;
	}

	.ExamSimulationStatus .TreeNode .PartiallyFailed {
		color: #0094FF;
	}

	.ExamSimulationStatus .TreeNode .NotAnswered {
		color: #C0C0C0;
	}

	.ExamSimulationStatus .TreeNode .MockExam {
	}

.tblStatistic td:first-child {
	width: 250px;
}


/* Feature #27464 - ENet Admin Geräteinformationen Schüler */

.token,
.support {
	color: #808080;
}

/* #127 - PopUp-Werbung */
.popupad textarea {
	width: 700px;
	height: 500px;
}

.popupad textarea:read-only {
	color: grey;
	user-select: none;
	cursor: default;
}