/* - - - - - - - - - - - - - - - - - - */
/* Language School Manager Application */ 
/* 2008-01-28                          */
/* goersch@bytebetrieb.com             */
/*                                     */
/* Bildschirm-Stylesheets              */
/* - - - - - - - - - - - - - - - - - - */

/* - - - - - - - - - - - */
/* A L L G E M E I N E S */
/* - - - - - - - - - - - */

* {
	margin:			0;
	padding:		0;
} 

html {
	width:			100%;
	height:			100%;
}

body {
	padding:		0;
	margin:			0;
	width:			100%;
	height:			100%;
	
	background:		#fff;
	color:			#000;
	font-family:	Arial, Helvetica, Geneva, Verdana, sans-serif;
	font-size:		100%;
	line-height:	1.25em;

}

.tabellenkopf p {
	margin:			0.5em 0 0 0;
}

a:link 		{ color:#000; text-decoration:underline; }
a:visited 	{ color:#000; text-decoration:underline; }
a:hover 	{ color:#005b9a; text-decoration:none; }
a:active 	{ color:#005b9a; text-decoration:none; }
a:focus 	{ color:#005b9a; text-decoration:none; }

a img, img 	{ border:none; }
a.bildlink 	{ border:none; }

a.printview 	{ border:none; }
a.printview:link 	{ text-decoration:none; }
a.printview:visited 	{ text-decoration:none; }
a.printview:hover 	{ text-decoration:none; }
a.printview:active 	{ text-decoration:none; }
a.printview:focus 	{ text-decoration:none; }

.c { clear:both; float:none; }


/* Der die komplette Seite (ausser dem Fuss) umfassende Hilfscontainer */
#seitenblock {
	width:			100%;
	min-width:		960px;
}

/* - - - - */
/* K O P F */
/* - - - - */

#kopf {
	width:			100%;
	height:			80px;
	position:		relative;
	font-size:		0.7125em;
	background:		#8b8b8b url(/images/_p/bg-kopf.png) 0 0 repeat-x;
}

#logo {
    width:          240px;
    height:         15px;
    position:       absolute;
    top:            11px;
    left:           20px;
	margin-top:		0px;
}

.lsm-version {
    padding-left:   5px;
	color:			#fff;
	font-size:		9px;
	line-height:	18px;
}
.lsm-version a {
    padding-left:   5px;
	text-decoration:none;
	color:			#fff;
	font-weight:	normal;
}

#datum {
	width:			180px;
	height:			30px;
	position:		absolute;
	top:			36px;
	left:			20px;
	padding:		10px 0 0;
	overflow:		hidden;
	font-weight:	bold;
	line-height:	12px;
}

div#sessiontrigger {
	position:		absolute;
	top:			15px;
	right:			20px;
	color:			AntiqueWhite;
	font-size:		9px;
}

div#header-testsystem {
    text-align: center;
    color: #8b8b8b;
    font-size: 14pt;
    padding-top: 6px;
    font-weight: bold;
}

#metanavigation {
	list-style-type:none;
	height:			25px;
	position:		absolute;
	top:			0px;
	right:			0px;
}
#metanavigation span {
	display:		block;
	float:			left;
	height:			25px;
	overflow:		hidden;
}
#metanavigation a {
	display:		block;
	float:			left;
	height:			25px;
	overflow:		hidden;
	padding:		0 21px 0 19px;
	color:			#fc6;
	text-decoration:none;
	text-transform:	uppercase;
	background:		transparent url(/images/_p/icn-inbox.png) 0 4px no-repeat;
}
#metanavigation a:hover,
#metanavigation a:active,
#metanavigation a:focus { color:#fff; text-decoration:underline;}
#metanavigation #metanavi-1 a { background-image:url(/images/_p/icn-inbox.png); }
#metanavigation #metanavi-2 a { background-image:url(/images/_p/icn-changepassword.png); background-position:0 3px; }
#metanavigation #metanavi-3 a { background-image:url(/images/_p/icn-logout.png); background-position:0 2px; }
#metanavigation #metanavi-4 a { background-image:url(/images/_p/icn-login.png); background-position:0 2px; }
#metanavigation #metanavi-5 a { background-image:url(/images/_p/icn-help.png); background-position:3px 3px; }

#navbar.noback {
    background: none;
}

.wizardnav {
    float:    none;
    clear:    both;
}

.wizardnav ul li {
    padding: 10px 0;
    display: inline-block;
    text-align: center;
    font-size: 14px;
}

.wizardnav ul li:before {
    content: '>';
    vertical-align: middle;
    margin: 10px;
}

.wizardnav ul li.current {
    font-weight: bold;
}

.wizardnav ul li a {
}

.urhere {
	float:	none;
	clear:	both;
}

.urhere ul {
	margin-left:	5px;
}

.urhere li {
	margin-left:	5px;
	color:			#FFFFFF;
	float:			left;
}

.urhere ul li a {
	color:			#FFFFFF;
    font-size:      105%;
}

div#navbar {
	top:			37px;
	left:			200px;
	right:			20px;

	position:		absolute;
	height:			43px;
	background:		#989898 url(/images/_p/bg-navi.png) 0 0 repeat-x;

	border-left:	1px solid #989898;
	border-right:	1px solid #989898;
}

div#navbar_student {
    top:            0px;
    left:           20px;
    right:          20px;

    height:         43px;

    border-left:    1px solid #989898;
    border-right:   1px solid #989898;
}

/* Haupt-DIV fuer Menueleiste */
/* dient zur Positionierung */
div#dropnav {
	float:		none;
}

/* Hauptnavigationspunkte UL Liste */
#dropnav > ul {
	list-style:			none;
}

#dropnav > ul > li {
	float:			left;
	color:			#000000;

	/* border-bottom:	1px solid #989898; */
}

.dropnav-selected {
	background:		#FFFFFF;
	/* background: url("/images/_p/bg-dropnav-active.png") repeat-x scroll 0 0 #989898; */
}

#dropnav > ul > li > div {
	position:		absolute;

	margin-left:	-1px;
	margin-top:		0px;

	background:		#FFFFFF;
	/* opacity:		0.95;*/

	border-left:	1px solid #989898;
	border-right:	1px solid #989898;
	border-bottom:	1px solid #989898;

	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;

	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;

	/* shadow */
	box-shadow: 5px 5px 5px #4D5255;

	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;

	min-width:	195px;

	z-index: 9999; /* show on top of everything */
}

/* Hauptnavigationspunkte a href Elemente */
#dropnav > ul > li > a {
/*#dropnav > ul > li > a:hover {*/
	border-right:	1px solid #989898;
	height:			23px;
	color:			#000000;
	font-weight:	normal;
	line-height:	1.675em;
	background:		none;
	text-transform: uppercase;
	font-weight:	bold;
	padding:		0 14px 1px;
	overflow:		hidden;
	text-decoration:none;
	line-height:	2.115em;
	/* text-shadow:	0 1px 1px #999999; */

	display:		block;
}

/* Hauptnavigationspunkte a href Elemente - Hover Effect */
/*#dropnav > ul > li > a:hover,*/

/*
#dropnav > ul > li:hover,
#dropnav > ul > li:focus,
#dropnav > ul > li:active {
	color:			#3ea3dc;
	background:		#FFFFFF;
	border-bottom:	none;
}
*/

/* Liste der Untermenuepunkte */
#dropnav > ul > li > div ul {
	position:		relative;
	/* left:			0; */
	/* float:			left; */

}

#dropnav > ul > li > div ul .left {
	float:	left;
}

#dropnav > ul > li > div ul .right {
	float:	right;
}

/* Menuezeilen in Dropdown Ebene */
#dropnav > ul > li > div ul > li {
	/* height:			25px; */
	color:			#000000;
	font-weight:	normal;
	line-height:	1.675em;
	background:		none;
	/* text-transform: uppercase; */
	/* font-weight:	bold; */
	padding:		0 10px;
	overflow:		hidden;
	text-decoration:none;
	line-height:	2.115em;
	/* width:			250px; */

	float:			none;
}

/* Menuezeilen in Dropdown Ebene - Ueberschriften */
#dropnav > ul > li > div ul > li > h2 > span,
#dropnav > ul > li > div ul > li > h2 > a,
#dropnav > ul > li > div ul > li > h2 > a:hover {
	color:			#000000;
	height:			25px;
	/* color:			#ff0000; */
	font-weight:	normal;
	line-height:	1.675em;
	background:		none;
	text-transform: uppercase;
	font-weight:	bold;
	/* padding:		0 10px; */
	overflow:		hidden;
	text-decoration:none;
	line-height:	2.115em;
	/* width:			175px; */

	float:			none;

	display:		block;

	margin-top:		10px;
	margin-bottom:	-3px;
}

/* Links der Untermenuepunkte */
#dropnav > ul > li > div ul > li > a {
	/* border-bottom:	1px dotted #989898; */
	/*height:			23px;*/
	color:			#000000;
	font-weight:	normal;
	line-height:	1.675em;
	background:		none;
	/*text-transform: uppercase;*/
	/*font-weight:	bold;*/
	float:			none;
	padding:		0 14px;
	overflow:		hidden;
	text-decoration:none;
	/*line-height:	2.115em;*/
	/*width:			250px;*/

	/* text-shadow:	0 1px 1px #999999; */

	display:		block;
	margin-top:		5px;
}

#dropnav > ul > li > div ul > li > a:hover,
#dropnav .active {
	color:			#FFFFFF;
	background:		#989898;
	-moz-border-radius:	5px 5px 5px 5px;

	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;

	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;

	/*-- top right rounded corner--*/
	-moz-border-radius-topright: 5px;
	-khtml-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;

	/*-- top left rounded corner--*/
	-moz-border-radius-topleft: 5px;
	-khtml-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
}

ul#navigation {
	list-style-type:none;
	height:			43px;
	position:		absolute;
	top:			36px;
	left:			200px;
	right:			20px;
	border:			1px solid #989898;
	border-width:	1px 1px 0 1px;
	background:		#989898 url(/images/_p/bg-navi.png) 0 0 repeat-x;
}
#navigation li {
	height:			23px;
	float:			left;
	overflow:		hidden;
}
#navigation li a {
	height:			23px;
	float:			left;
	padding:		0 14px;
	overflow:		hidden;
	border-right:	1px solid #989898;
	text-decoration:none;
	color:			#000;
	font-weight:	bold;
	text-transform:	uppercase;
	line-height:	2.115em;
	
	background:		transparent url(/images/_p/bg-navi.png) 0 0 repeat-x;
}
#navigation li a:hover,
#navigation li a:active,
#navigation li a:focus {
	text-decoration:underline;
	color:			#3ea3dc;
}
#navigation li a.aktiv {
	color:			#3ea3dc;
	background:		#989898 url(/images/_p/bg-navi-aktiv.png) 0 0 repeat-x;
}

#navigation ul {
	height:			20px;
	position:		absolute;
	top:			23px;
	left:			0;
}
#navigation ul li { height:20px; }
#navigation ul li a {
	height:			20px;
	border:			none;
	color:			#fff;
	font-weight:	normal;
	line-height:	1.675em;
	background:		none;
}

#HTML_AJAX_LOADING { 
	z-index:		999;
}

/* simple list view */
.listviewback {
	float:			right;

	margin:			0 0 0 0;
	text-align:		left;
}

.listviewback input {
	margin:			0 0 0 0;
	padding:		1px 2px;
	width:			auto;
	text-transform:	uppercase;
	font-weight:	bold;
	font-size:		12px;
}

/* - - - - */
/* F U S S */
/* - - - - */

#fuss {
	width:			100%;
	height:			60px;
	background:		#e0f2ff url(/images/_p/bg-fuss.png) 0 0 repeat-x;
	border-top:		1px solid #8b8b8b;
	font-size:		0.7125em;
}
html>body #fuss {
	height:			auto;
	min-height:		60px;
}
#fuss p {
	padding:		20px;
	text-align:		right;
	margin-bottom:	0px;
	margin-top:		0px;
}

#fuss .fussleft {
	float: left;
	text-align: center;
}

#fuss .fussleft a img {
	margin-right: 5px;
	margin-top: -4px;
	vertical-align: middle;
}

/* - - - - - - */
/* I N H A L T */
/* - - - - - - */

#inhalt { margin:	10px 20px; }

p {
	margin-top:		0px;
	margin-bottom:	0px;
	line-height:	1em;
}

h2 {
	font-weight:	bold;
	font-size:		1em;
	border-bottom:	1px solid #8b8b8b;
	text-transform:	uppercase;
	margin-top:		0px;
}

h3 h4 h5 h6 {
	font-weight:	bold;
	font-size:		1em;
	margin-top:		0px;
	margin-bottom:	0px;
}

fieldset {
	border:none;
	font-size:		0.7125em;
}

.funktionsform {
	clear:			both;
	text-align:		right;
	padding:		0 0 0;
}

.bottom_buttons .funktionsform {
	display: inline-block;
}

.inboxtext {
	margin:			0.5em 0 0 0;
}

.dynamictextarea {
	padding:		0 0 0 180px;
	line-height: 	1.25em;
}



.spalte-rechts,
.spalte-links {
	width:			50%;
	padding:		1em 0 0;
	font-size:		0.9em;
	line-height:	1.1em;
}
.spalte-links {
	float:			left;
	text-align:		left;
}
.spalte-rechts {
	float:			right;
	text-align:		right;
}


/* - - - - - - */
/* L I S T E N */
/* - - - - - - */

.tabellenkopf {
	width:			100%;
	display:		table;
	margin-left:	0;
	margin-right:	0;
	margin-top:		0;
	margin-bottom:	10px;
}

.tabellenkopf h2 {
    float:          left;
    width:          100%;
}

.tabellenkopf.table-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.tabellenkopf.table-header .left-block {
	display: flex;
	align-items: center;
	height: 28px;
}

button.actionbutton_ajax:disabled {
	border-color: #cccccc; /* Gray border color */
	background-color: #dddddd; /* Gray background color */
	color: #aaaaaa; /* Gray text color */
	box-shadow: none;
}

input.ajaxcheckbox {
	filter: hue-rotate(290deg);
}

input[type=button]:disabled, input[type=submit]:disabled, button:disabled {
	cursor: not-allowed !important;
}

input[type=checkbox]:disabled {
	cursor: not-allowed;
}

.dgstats {
	font-size: 0.7125em;
}

form.filterform {
	margin:			5px 0 0;
	padding:		25px 0 0 0;
}

.filterform fieldset { }

#filterform-toggle {
	padding:		0 0 0 15px;
	background:		transparent url(/images/_p/toggle.png) 0 4px no-repeat;
	cursor:			pointer;
	font-size:		0.7125em;
}
#filterform-toggle.offen { background-image:url(/images/_p/toggle-offen.png); }

.textblock {
	display: inline-block;
	padding: 0.3em;
	line-height: 1em;
	border: 1px solid #989898;
	background: #f5f5f5;
	margin-right: 0.5em;
}

.tagblock {
	display: inline-block;
	vertical-align: top;
	padding: 5px;
	line-height: 20px;
	font-size: 16px;
	border: 1px solid #989898;
	background: #f5f5f5;
	margin-right: 8px;
	cursor: pointer;
}

.tagblock > span, .textblock > a {
	display: inline-block;
	vertical-align: middle;
	line-height: inherit;
	font-size: inherit;
}

.tagblock > .tagblock-close {
    font-weight: bold;
    color: red;
    text-decoration: none;
	margin-left: 5px;
}

.dgtags {
    height: 32px;
}

.filterblock {
	width:			70%;
	float:			left;
	margin:			3px 0 3px 0;
}

#filterformfields {
	background:		#f5f5f5;
	border:			1px solid #989898;
	border-width:		1px 1px 1px 1px;
	margin:			0 0 10px;
	clear:			both;
	display:		block;
	position:		relative;
}

* html #filterformfields {
	 height: 1%;
}

.filter_clear {
	clear:			both;
	line-height:		1px;
}

#filterformfields label {
	display:		block;
	float:			left;
	width:			135px;
	line-height:		1em;
	margin:			1px 0 0;
	padding:		2px 0 0 0;
}

#filterformfields label input {
	margin:			0 6px 2px 0;
	vertical-align:		middle;
}

#filterformfields label input[type="checkbox"] {
	margin:			0 6px 2px 0;
}

.filterformfieldsets {
	/*width:			450px;*/
	width:			100%; /* to show large course_selection box */
	float:			left;
	border:			none;
	margin:			0 0 0 0;
	padding:		5px 0 5px 10px;
	min-height:		22px;
}

.filterformfieldbuttons {
	padding:		5px;
	background:		#f5f5f5;
	position:		absolute;
	bottom:			0;
	right:			0;
}

.filterform select {
	margin:			0 0 0 0;
	font-size:		1em;
}

.filterformfieldbuttons input {
	margin:			0 0 0 0;
	padding:		1px 2px;
	width:			auto;
	text-transform:		uppercase;
	font-weight:		bold;
	font-size:		12px;
}

.filter_feedback {
    color: #e00;
    border: 1px solid #e00;
    background: #eed5d5;
    padding: 10px;
    margin: 10px 0 0 150px;
    float: left;
    clear: both;
}

.auswahl {
	color:#005b9a;
}
.auswahl .textfeld input { background-color:#fff; }
.filterblock select { /* padding:2px 3px; */ }
.filterblock input { padding:2px 3px; }

.ext-strict .x-form-text { padding: 1px 1px; }
 
.skipblock 			{ float:right; }
.skipblock-text 	{ padding:0 10px 0 0; }
.skip-prev 			{ margin:0 10px 0 0; }
.skip-next 			{ margin:0 0 0 10px; }
.skipblock img 		{ margin:0 0 -3px; }

table.haupttabelle {
	border:			none;
	width:			100%;
	border-collapse:collapse;
	font-size:		0.7125em;
}
.haupttabelle tr,
.haupttabelle tr.zeile-0 { background:#f5f5f5; }
.haupttabelle tr.zeile-1 { background:#eee; }
.haupttabelle tr.error {background-color:#faa}
.haupttabelle tr.hover,
.haupttabelle tr:hover {background-color:#3ea3dc}
.haupttabelle tr.selected {background-color:#ffa}
.haupttabelle tr.ignore:hover {background-color:#ccc}

.haupttabelle th {
	height:			19px;
	overflow:		hidden;
	padding:		0 0;
	text-align:		left;
	font-weight:	normal;
	color:			#fff;
	background:		#4d5255 url(/images/_p/bg-thead.png) 0 0 repeat-x;
	border:			1px solid #8b8b8b;
	border-width:	1px 1px 0 1px;
	white-space:	nowrap;
}
.haupttabelle th.asc 			{ background-image:url(/images/_p/bg-thead-asc.png); }
.haupttabelle th.desc 		{ background-image:url(/images/_p/bg-thead-desc.png); }
.haupttabelle th a,
.haupttabelle th a:link,
.haupttabelle th a:visited 	{ color:#fff; text-decoration:none; padding:0 10px; }
.haupttabelle th a:hover,
.haupttabelle th a:active,
.haupttabelle th a:focus 		{ color:#fff; text-decoration:underline; }

.haupttabelle th .text	 { padding:0 10px; display:block; float:left; }
.haupttabelle th .text a { padding:0 0; }

.haupttabelle td {
	padding:		8px 12px;
	border:			1px solid #8b8b8b;
	border-width:	0 1px 1px 1px;
	vertical-align:	top;
	line-height:	1em;
}

.haupttabelle tr.ignore > td:not(:last-child) {
    opacity: 0.5;
}

.haupttabelle td.note-icon-column img {
	margin-top: -3px;
}

.haupttabelle .funktionen {
	/* width:			170px; */
	padding:		0 0 0 10px;
}
.haupttabelle td.funktionen, .haupttabelle td.note-icon-column {
	padding: 8px 10px 0 10px;
    white-space: nowrap;
    width: 1px;
}
.haupttabelle span.funktionen {
    white-space: nowrap;
    display: inline-flex;
    padding: 0px 0px 0px 0px;
}
.haupttabelle td.funktionen a, .haupttabelle td.funktionen button, div.inaktivicon {
	display:		block;
	background: 	none;
	border: 		none;
	text-align: 	inherit;
	outline: 		none;
	cursor: 		pointer;
	box-sizing: 	content-box;
	float:			left;
	width:			20px;
	height:			15px;
	overflow:		hidden;
	padding:		0 10px 5px 0;
	margin:			-3px 0 0 0;
}

.haupttabelle td span.funktionen a:last-of-type,div.inaktivicon{
    padding:        0 10px 5px 0;
}

div.inaktivicon {
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.funktionen-anzeige {
	clear:			left;
	margin:			0 10px 5px 0;
}

.haupttabelle .funktionen .listview_documentselector {
	width:			180px;
	font-size:		12px;
	margin-top:		-3px;
}

.haupttabelle td hr {
	border-width: 1px 0 0 0;
	border-color: #ccc;
	margin: 3px 0 3px 0;
}

.tool-tip {
	width:			150px;
	font-size:		0.7125em;
	color:			#8b8b8b;
	background:		#fff;
	border:			1px solid #8b8b8b;
	padding:		5px;
	z-index: 		13000;
}
.tool-title {
}
.tool-text {
}

table.rechnungstabelle {
	border:			none;
	width:			970px;
	margin-left:	185px;
	border-top:		1px solid #8b8b8b;
	border-left:	1px solid #8b8b8b;
	border-right:	1px solid #8b8b8b;
	margin-top:		15px;
	margin-bottom:	15px;
    font-weight:    normal;
}

.rechnungstabelle tr,
.rechnungstabelle tr.zeile-0 { background:#f5f5f5; }
.rechnungstabelle tr.zeile-1 { background:#eee; }
.rechnungstabelle td {
	padding:		8px 6px;
	border-bottom:	1px solid #8b8b8b;
	vertical-align:	top;
	line-height:	1em;
}
.rechnungstabelle tr td {
	border:	none;
    line-height:    1em;
    padding:        8px 6px;
    border-bottom:  1px solid #8b8b8b;
}
.rechnungstabelle .titelzeile td {
	background:		#ddd;
	font-weight:	bold;
	font-size:		1em;
}
.rechnungstabelle tfoot td {
	font-weight:	bold;
}
.rechnung-total td {
	border-top:		1px solid #8b8b8b;
}

.invoice_item_headline {
	line-height:	1.5em;
}

.invoice_item_comment {
	line-height:	1.5em;
}

#_comment_block #_comment_table	{ margin:0 0 0 180px; }
#_comment_table td 		{ font-size:1em; }
#_comment_table .text1 	{ padding:5px; }

input#_add_comment {
	margin:			0 0 0 10px;
	padding:		5px 10px;
	width:			auto;
	text-transform:	uppercase;
	font-weight:	bold;
	
	float:left;
}
textarea[name=new_comment] {
	float:left;
}


/* - - - - - - - - */
/* F O R M U L A R */
/* - - - - - - - - */

.funktion 		{ text-transform:none; }
.formularkopf 	{ }
.formularkopf h2 { margin:0 0 10px; }

ul.formtabs {
	list-style-type:none;
	height:			40px;
	margin:			0;
	padding:		0 0 0 0;
	background:		none;
	border:			1px solid #8b8b8b;
	border-width:	0 0 0 0;
}
.formtabs li {
	height:			24px;
	float:			left;
	margin:			9px 0 0 0;
	background:		#dddbd3 url(/images/_p/bg-tab-r.png) right top no-repeat;
	text-transform:	uppercase;
	line-height:	1.675em;
}
.formtabs a {
	height:			24px;
	display:		block;
	float:			left;
	background:		transparent url(/images/_p/bg-tab-l.png) left top no-repeat;
	padding:		0 10px;
	font-weight:	bold;
	text-decoration:none;
	color:			#000;
}
.formtabs li.tab-selected { background-image:url(/images/_p/bg-tab-r-aktiv.png); }
.formtabs li.tab-selected a { background-image:url(/images/_p/bg-tab-l-aktiv.png); color:#fff; }
.formtabs a:hover,
.formtabs a:active,
.formtabs a:focus {
	color:			#005b9a;
	text-decoration:underline;
}

form.inhaltform {
	border:			1px solid #8b8b8b;
	border-width:	0 1px 1px 1px;
}
.inhaltform fieldset {
	background:		#eee;
}
.inhaltform div {
}
.inhaltform div .viewtext {
	float:		left;
	width:		auto;
}
.inhaltform h3 {
	margin:			0 0 0 0;
	padding:		0 10px;
	font-size:		1em;
	font-weight:	bold;
	text-align:		left;
	color:			#fff;
	background:		#8b8b8b url(/images/_p/bg-legend.png) 0 0 repeat-x;
	border:			1px solid #8b8b8b;
	border-width:	1px 0;
}

/*
	background:		#fff url(/images/_p/bg-fieldset.png) 0 0 repeat-x;

*/
.inhaltform .buttonfeld {
	padding:		10px 10px 10px 180px;
	background:		#989898;
	text-align:		right;
}
.inhaltform div.buttonfeld {
	margin:			-5px 0;
}
.inhaltform .buttonfeld-top {
	padding:		10px 20px 10px 180px;
	background:		#f5f5f5;
	border-bottom:	1px solid #989898;
	text-align:		right;
}

.inhaltform label {
	display:		block;
	float:			left;
	width:			160px;
	padding:		0 10px 0 10px;
	margin:			0 0 0 0;
	font-weight:	bold;
	line-height:	1em;
	text-align:		left;
}

.inhaltform label.pflichtfeld {
	background:transparent url(/images/_p/marker-pflichtfeld.png) 162px 0 no-repeat;
	width:			150px;
	padding:		0 20px 0 10px;
}
.inhaltform label.fehler { color:#e00; }

.sticky-footer {
    position: sticky;
    bottom: 0px;
    display: table;
    background: #989898;
    box-shadow: 0 0 10px 5px #fff;
    font-size: 16px;
    width: 100%;
	z-index: 110;
}

.sticky-footer strong {
    font-weight: bold;
}

.sticky-footer > div {
    display: table-cell;
    vertical-align: middle;
}

.sticky-footer > div.pane.note, .sticky-footer > div.warning-note {
    background-color: #ffa;
    border-color: #ff0;
    font-weight: normal;
    font-size: 0.8em;
    padding: 0 1em;
}

.sticky-footer > div.pane {
	padding: 0 1em;
}

.sticky-footer > div.warning-note {
    text-align: right;
}

.sticky-footer > div.warning-note > img {
    vertical-align: text-bottom;
}

.sticky-footer > .buttons {
    font-size: 0.7125em;
    white-space: nowrap;
    padding: 10px;
    width: 1%;
}

.sticky-footer > .buttons input {
    padding: 5px 10px;
    width: auto;
    text-transform: uppercase;
    font-weight: bold;
}

/*.feedback {
	color:			#e00;
	border:			1px solid #e00;
	background:		#eed5d5;
	padding:		10px;
	margin:			-10px 10px 0 180px;
}*/

.feedback {
	color:			#e00;
	border:			1px solid #e00;
	background:		#eed5d5;
	padding:		10px;
	margin:			5px 10px 0 180px;
	clear:			both;
}

.checkboxfeld {
	float:			left;
	margin:			0 0 0 0;
}
.inhaltform .checkboxfeld label{
	display:		inline;
	float:			none;
	width:			auto;
	padding:		0 0 0 5px;
	margin:			0 0 0 0;
	font-weight:	normal;
	text-align:		left;
}
.inhaltform .checkboxfeld input {
	margin:			0 0 2px 0;
}

.buttonline {
    float:          left;
    display:        block;
    width:          100%;
    height:         25px;
    padding:        5px 0 0;
    text-align:     right;
    background-color:#989898;
}

.formline {
    float:          left;
    display:        block;
    border:         1px solid #ddd;
    border-width:   1px 0 0;
    width:          124px;
    height:         10px;
    margin:         0 0 0;
    line-height:    1em;
    padding:        4px 0 15px 5px;
	background:		#f5f5f5 url(/images/_p/1px_ddd.png) 127px 0 repeat-y;
}
* html .formline   {  }

.formline.zeile-0  { background-color:#eee; }
.formline.zeile-1  {  }
.formline.leer     { border:none; }

.formzeile {
	clear:			both;
	float:			none;
	display:		table;
	border:			1px solid #ddd;
	border-width:	1px 0 0;
	width:			100%;
	margin:			0 0 0;
	line-height:	1em;
	padding:		5px 0;
	background:		#f5f5f5 url(/images/_p/1px_ddd.png) 174px 0 repeat-y;
}
* html .formzeile 	{  }

.formzeile.zeile-0 	{ background-color:#eee; }
.formzeile.zeile-1 	{  }
.formzeile.leer 	{ border:none; }

.translationMissing {
	border:			1px dotted #b00;
	background-color:#f66;
	color:			#000;
	padding:		5px;
}

.documentError {
	border:			1px dotted #b00;
	background-color:#f66;
	color:			#000;
	font-weight: normal;
	border-radius: 4px;
	padding: 4px 6px 4px 28px;
	margin: 2px 0;

	background-image: url('/images/icons/cancel.png');
	background-repeat: no-repeat;
	background-position: 6px center;
	background-size: 16px 16px;

	line-height: 1.4;
}

#errorMessage,
#warningMessage,
#infoMessage,
#other_tabs_warning {
	margin:			1em 0 0;
	padding:		1em;
	text-align:		left;
	font-weight:	bold;
	border:			1px dotted #b00;
	background-color:#f66;
	color:			#000;
}

#errorMessage {
}

#warningMessage,
#other_tabs_warning {
	border-color:	#fc0;
	background-color:#ff5;
	color:			#000;
}

#infoMessage {
	border-color:	#208101;
	background-color:#7ff321;
	color:			#000;
}

#errorMessage ul,
#warningMessage ul,
#infoMessage ul {
    list-style-type: none;
}

#errorMessage ul li,
#warningMessage ul li,
#infoMessage ul li {
    margin-top: 7px;
}

#errorMessage ul li:first-child,
#warningMessage ul li:first-child,
#infoMessage ul li:first-child {
    margin-top: 0px;
}

div#messages div:last-of-type {
	margin-bottom: 1em;
}

.inhaltform textarea {
	font-family:	Arial, Helvetica, Geneva, Verdana, sans-serif;
	margin:			0 0 0 0;
	font-size:		1em;
}

.inhaltform select,
.inhaltform input,
.inhaltform button {
	margin:			0 0 0 0;
	font-size:		1em;
}

.textfeld input		{ padding:2px 3px; }
#loginform input 	{width:12em}
/* .inhaltform .textfeld input { width:400px; } --> breite wird ueber cusotmizing gesteuert */

.inhaltform .textfeld.schmal input { width:200px; }
.inhaltform .textfeld p {
	padding:		2px 0 10px;
	width:			400px;
}

.inhaltform textarea {
	padding:		2px 3px;
	/*
	width:			400px;
	height:			157px;
	*/
}

.inhaltform .gross textarea { width:400px; height:300px; }
.inhaltform .klein textarea { width:200px; height:100px; }

.inhaltform .buttonfeld-top input,
.inhaltform .buttonfeld input {
	margin:			0 0 0 5px;
	padding:		5px 10px;
	width:			auto;
	text-transform:	uppercase;
	font-weight:	bold;
}

input.bottom_button {
	padding:		1px 2px;
	font-size:		12px;
	font-weight:	bold;

	margin:			0 0 0 10px;
	padding:		5px 10px;
	width:			auto;
	text-transform:	uppercase;
	font-weight:	bold;
}

td.bottom_buttons {
	padding:		5px 5px;
	background:		#4d5255 url(/images/_p/bg-thead.png) 0 0 repeat-x;
}

/* Liveselect */

.divstyle {
    position: absolute;
    background-color: #aaa;
    z-index: 1;
    min-width: 140px;
    /*width:300px;*/
    margin: 1px 0px 2px 0px;
    left:197px;
    padding: 0px;
    float:left;
    clear:left;
    background: url(/images/livesearch/shadowAlpha.png) no-repeat bottom right !important;
    background: url(/images/livesearch/shadow.gif) no-repeat bottom right;
    margin: 30px 0 10px 10px !important;
    padding: 0px;
    display: none;
}

.ulstyle {
    list-style-type: none;
    position: relative;
    right: 0px;
    z-index: 1;
    margin: 0px;
    padding: 0px;
}

.listyle {
    text-indent: -20px;
    z-index: 1;
    padding: 0px 15px 3px 20px;
    padding-bottom: 2px;
    padding-top: 2px;
    line-height:15px;
    margin-bottom: 0px;
}

.outerUl {
    list-style-type: none;
    position: relative;
    right: 1px;
    z-index: 1;
    margin: 0px;
    padding: 0px;
    background-color: #FFFFFF;
    color: inherit;
    bottom:6px;
    right: 6px;
    border: 1px solid #999999;
    padding:4px;
    margin: 0px 0px 0px 0px;
    text-indent: -20px;
    padding: 0px 15px 3px 0px;
    margin-bottom: -5px;
    margin-top: 0px;
    padding-top: 0px;
    margin: 0px;
    overflow: auto;
    overflow-x: hidden;
    max-height: 120px;
}

.outerLi {
    text-indent: -20px;
    z-index: 1;
    padding: 0px 15px 3px 24px;
    padding-bottom: 2px;
    padding-top: 2px;
    line-height:15px;
    margin-bottom: 0px;
	color: #000000;
}

a.livesearch {
	color: #222222;
	white-space: nowrap; 
}

/* --- WARENKORB --- */

.warenkorbfeld {
	padding:		0 0 0 20px;
	margin-top:		15px;
	/*font-size:		0.7125em;*/
}

table.warenkorb {
	border:			none;
	width:			730px;
	border-collapse:collapse;
	border:			1px solid #8b8b8b;
	border-width:	0 1px 1px 1px;
	/* margin:			0 12px 6px 0; */
	margin:			0 0px 6px 0;
}

.warenkorb td {
	padding:		4px 6px;
	border:			1px solid #8b8b8b;
	border-width:	0 1px 1px 1px;
	vertical-align:	top;
	line-height:	1em;
}

.warenkorb caption {
	background:		#cdcdcd;
	padding:		6px;
	/* margin:			0 12px 0 -1px; */
	margin:			0 0px 0 -1px;
	border:			1px solid #8b8b8b;
	text-align:		left;
	font-weight:	bold;
}

.warenkorb h5 {
	margin:			0 0 6px;
	font-weight:	bold;
	font-size:		1em;
}

.warenkorb	p {
	margin:			0 0 6px;
}	

.warenkorb .zaehler {
	width:			20px;
	text-align:		right;
}

.warenkorb .funktionicon {
	width:			55px;
	text-align:		center;
}

.funktionicontext {
    display: none;
    padding-left: 5px;
}

.moreactions-popup-container .funktionicontext {
    display: block;
}

.moreactions-popup-container button {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	color: inherit;
	font: inherit;
	cursor: pointer;
	text-decoration: none;
	display: flex;
	align-items: center;
}

.moreactions-popup-container button span {
	color: black;
	text-decoration: underline;
}

.moreactions-popup-container button span:hover {
	text-decoration: none;
}

div.moreactions-popup-container a, div.moreactions-popup-container button {
    min-width: 230px;
    white-space: nowrap;
    display: inline-flex;
}

/* --- Ext.js field --- */

.extjsComponent {
    float: left;
}

.reporting_overview h2 {
		font-weight:    normal;
		font-size:      1em;
		border-bottom:  1px solid #8b8b8b;
		text-transform: none;
		margin-left:	20px;
		margin-top:		20px;
		margin-bottom:	15px;
}

.reporting_overview ul li{
	 margin-left:    40px;
	 margin-top:     0px;
	 margin-bottom:  0px;
	 font-size:		 0.8em;
}

select {
	font-size: 10px;
}

div.multiFileElementContainer {
	margin-left: 180px;
}

div.multiFileElementContainer > div.fileAdd, div.multiFileElementContainer > div.fileRow, div.multiFileElementContainer > div.fileError {
	font-weight: bold;
	margin-bottom: 5px;
}

div.multiFileElementContainer > div.fileError {
	color: red;
}

div.multiFileElementContainer button {
	padding: 1px 2px;
	width: auto;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}

div.multiFileElementContainer > div.fileRow > span.fileInfo {
	margin-right: 10px;
}

/* - - - - - - - */
/* I E H A C K S */
/* - - - - - - - */

/* Mindestbreite f?r IE6 */
* html .minwidth {border-left:960px solid #fff; position:relative; float:left; z-index:1;}
* html .minwcontainer {margin-left:-960px; position:relative; float:left; z-index:2;}

/* adapt dojo styles */
.tundra .dijitTextBoxError {
	background-color: pink;
}

.tundra .dijitError {
	background-color: pink;
}

.tundra .dijitTextBox, .tundra .dijitComboBox, .tundra .dijitSpinner, .tundra .dijitTextArea, .tundra .dijitInlineEditor input {
	border:2px inset #B3B3B3;
	line-height:normal;
}

.tundra .dijitInputField input {
	padding:2px 3px;
	color: #000000;
}

*.dijitTooltip
{
	z-index:10000;
	background-color: #B30000;
}

/*
.tundra .dijitTooltipContainer
{
	background: pink url(/images/popupMenuBg.gif) repeat-x scroll left bottom;
}
*/

.student_photo
{
	padding: 5px 5px;

}

.student_photo img
{
	border: 	1px solid #8b8b8b;
}

.student_index{
	 font-size:	 0.8em;
}

.student_index ul li{
	 margin-left:    25px;
	 margin-top:     5px;
	 margin-bottom:  10px;
}

.student_index p{
	 margin-top:     5px;
	 margin-bottom:  10px;
}

/* ExtJS Grid */
.sas-grid .x-panel-body {
	border-color: #8b8b8b;
}

.sas-grid .x-toolbar {
	color: #fff;
	border-color: #8b8b8b;
	background-color: #eee;
	background-image: url();
}

.sas-grid .x-panel-header {
	color: #fff;
	border-color: #8b8b8b;
	background-color: #8a8d8f;
	background-image: url(/images/panel_head_bg.gif);
}

.sas-grid .sas-add-button {
	background-image: url(/images/icons/add.png);
}

.sas-grid .sas-delete-button {
	background-image: url(/images/icons/delete.png);
}

.tabberdiv {
	border-color: #8b8b8b;
	margin-left: -1px;
	border-top: 1px solid #989898;
}

#div_comment_form table {
    border-spacing: 7px;
    white-space: nowrap;
}

#mark_attendance {
    width: 100%; 
    border-top: 1px solid #8b8b8b; 
    background-color: #eee;
    text-align: right;
    padding: 5px 0;
}

/* --- INTEGRATED VIEW --- */

.integrated-view {
	padding:		0;
	margin-top:		15px;
	min-width: 		600px;
}

table.integrated-view {
    border-collapse: collapse;
	margin: 0 0px 6px 0;
	font-size:		0.7125em;
}

.formzeile table.integrated-view {
	font-size: 100%;
}

.integrated-view td {
    padding: 4px 20px 4px 6px;
	border: 1px solid #8b8b8b;
	vertical-align:	top;
	line-height: 1em;
    /*white-space: nowrap;*/
}

.integrated-view th {
    padding: 4px 20px 4px 6px;
    font-weight: bold;
    color: #000;
}

td.integrated-view-label {
    font-weight: bold;
}

.integrated-view > tbody > tr:nth-child(even) {
    background: #f7f7f7;
}

.integrated-view > tbody > tr:nth-child(odd) {
    background: #f1f1f1;
}

.integrated-view tr.integrated-view-header td {
	background:		#cdcdcd;
	padding:		6px;
	/* margin:			0 12px 0 -1px; */
	margin:			0 0px 0 -1px;
	border:			1px solid #8b8b8b;
	text-align:		left;
	font-weight:	bold;
}

tr.view-table-header td {
	background:		#cdcdcd;
	padding:		6px;
	/* margin:			0 12px 0 -1px; */
	margin:			0 0px 0 -1px;
	border:			1px solid #8b8b8b;
	text-align:		left;
	font-weight:	bold;
}

#integrated-view-toggle {
	padding:		0 0 0 15px;
	background:		transparent url(/images/_p/toggle.png) 0 4px no-repeat;
	cursor:			pointer;
	width:			160px;
	font-size:		0.7125em;
}
#integrated-view-toggle.offen { background-image:url(/images/_p/toggle-offen.png); }

.integrated-view-data table.rechnungstabelle {
	margin-left: 0;
}

span.help {
    border-bottom:  dashed 1px;
    cursor:         help;
    line-height:    15px;
}

h3 span.help {
    border-bottom:  dashed 1px;
    cursor:         help;
    line-height:    20px;
}

span.dojohelp {
    border-bottom:  dashed 1px;
    cursor:         help;
    line-height:    15px;
}

a.helpicon {
    float:  right;
    width:  16px;
    height: 16px;
}

form.inhaltform .x-form-field-trigger-wrap {
    margin-left:    0px;
}

.tundra .dijitDialogPaneContent fieldset {
    font-size: 1em !important;
}

.tundra .dijitDialogPaneContent .integrated-view {
	font-size: 1em !important;
}

.tundra .dijitDialogPaneContent h2 {
	font-size: 1em !important;
}

.warenkorbfeld .integrated-view {
	font-size: 1em !important;
}

.dijitEditorIFrame {
	background-color: white;
}

.dijitEditorIFrameContainer {
    padding: 3px 3px 1px 10px;
    background-color: white;
}

.dijitEditor {
    border:1px solid #bfbfbf;
    border-top:1px solid #bfbfbf !important;
}

label.checklist-required {
	background:transparent url(/images/_p/marker-pflichtfeld.png) 172px 0 no-repeat;
	font-weight: normal;
	padding-right: 10px !important;
}
table.rechnungstabelle label {
    font-weight: normal;
    padding: 0;
}

.x-combo-list-item {
    padding-left: 5px !important;
}

.x-combo-list-header {
    padding-left: 3px !important;
    margin-top: 3px;
    font-weight: bold;;
}

.tundra .dijitDialogPaneContent {
    font: 0.7125em Arial,Helvetica,sans-serif;
}

.autocomplete-archived {
    text-decoration: line-through;
}

.ckeditor_style {
    font-size: 1.2em;
}

.ckeditor_style ul {
    list-style-type: square;
    width: 800px;
    padding-left: 20px;
}

.ckeditor_style ol {
    list-style-type: decimal;
    width: 800px;
    padding-left: 20px;
}

.ckeditor_style strong {font-weight: bold;}
.ckeditor_style p {line-height: 1.25em; padding: 4px 0px 5px 0px; width: 800px !important}

.rechnungstabelle tr.additem td:hover {
    background-color:#3ea3dc !important;
    cursor: pointer; 
    cursor: hand; 
}

span.additem {
    background: url(/images/icons/add.png) no-repeat left center;
    height: 20px;
    line-height: 20px;
    margin: 0 0 5px;
    padding: 0 0 0 21px;
    font-size: 1.2em;
}

input[type=checkbox].select-all {
    margin-left: 5px;
    margin-top: 3px;
}

.viewtext table.rechnungstabelle {
    margin-left:    5px;
}

.xs {
    width: 50px;
}

.s {
    width: 100px;
}

.m {
    width: 200px;
}

.l {
    width: 300px;
}

.xl {
    width: 500px;
}

.haupttabelle tr.grid-group-header {
	background: #fff;
	border: none;
}

.haupttabelle tr.grid-group-header th{
	height:			25px;
	overflow:		hidden;
	padding:		0 0;
	text-align:		center;
	font-weight:	bold;
	color:			#000;
	background:		none;
	border: 1px solid #8b8b8b;
	white-space:	nowrap;
}

.haupttabelle tr.grid-group-header > th:nth-child(odd) {
	background: #EAEAEA;
}

.haupttabelle tr.grid-group-header > th:nth-child(even) {
	background: #D2D2D2;
}

form.gridform {
	border:none;
}

.grid-selector-column {
	width: 20px;
	text-align: center !important;
}

input::-ms-reveal {
	display: none;
}

fieldset.buttonfeld input.submit,
div.buttonfeld input.submit,
div.buttons input.submit,
fieldset.buttonfeld input.cancel,
div.buttonfeld input.cancel,
div.buttons input.cancel,
td.bottom_buttons input.submit,
#shopping_cart button,
button.actionbutton,
button.actionbutton_ajax {
	border-radius: 2px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 14px 10px rgba(255, 255, 255, 0.5) inset, 0 1px 4px rgba(0, 0, 0, 0.25);
	cursor: pointer;
	height: 28px;
	text-transform: uppercase;
	padding: 0 5px;
	margin: 0 0 0 5px;
}

fieldset.buttonfeld input.submit,
div.buttonfeld input.submit,
div.buttons input.submit {
	border-color: #005b9a;
	background-color: #3ea3dc;
	font-size: 12px;
}

fieldset.buttonfeld input.submit.warning,
div.buttonfeld input.submit.warning,
div.buttons input.submit.warning {
	border-color: #f55 #d33 #a00;
	background-color: #f55;
	font-size: 12px;
}

fieldset.buttonfeld input.cancel,
div.buttonfeld input.cancel,
div.buttons input.cancel,
td.bottom_buttons input.submit,
#shopping_cart button,
button.actionbutton {
	border-color: #CCCCCC #999999 #666666;
	background-color: #DDDDDD;
	color: #444444;
	font-size: 12px;
}

button.actionbutton, button.actionbutton_ajax {
	margin: 0 10px 0 0;
	font-size: 10px;
}

button.actionbutton_ajax {
	border-color: #99cc99 #66b266 #339933;
	background-color: #66cc66;
	color: #444444;
}

.tooltip {
	position: relative;
	display: inline-block;
}

.tooltip .tooltiptext {
	visibility: hidden;
	background-color: #fff;
	color: #555;
	text-align: start;
	white-space: normal;
	border: 5px solid #ccc;
	border-radius: 5px;
	padding: 5px;
	position: absolute;
	bottom: 100%;
	z-index: 1;
	opacity: 0;
	transition: opacity 0.3s;
}

.w200 {
	width: 200px;
}

.tooltip-left {
	left: 0px;
}

.tooltip-right {
	right: 0px;
}

.tooltip:hover input:disabled:not(.hide-tooltip) + .tooltiptext, .tooltip:hover :not(input) + .tooltiptext {
	visibility: visible;
	opacity: 1;
}

.tooltip ul {
	list-style-type: disc;
}

.tooltip ul li {
	margin: 3px 0 0 10px;
	padding-left: 4px;
}

.tooltip ul ul {
	list-style-type: circle;
	margin-top: 4px;
	margin-bottom: 4px;
}

#overlay {
	position: fixed;
	top: 0; left: 0; right: 0; bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font: large white;
}

.spinner {
	border: 16px solid #f3f3f3;
	border-top: 16px solid #3498db;
	border-radius: 50%;
	width: 120px;
	height: 120px;
	animation: spin 2s linear infinite;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.form-elements-list {
	margin-left: 180px;
	width: 250px;
}

.form-elements-list-item {
	margin-bottom: 10px;
}

.form-elements-list-item label {
	float: none;
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
	width: auto;
	padding-left: 0;
}

.postal-address {
	margin-left: 180px;
	width: 500px;
}

.postal-address-row {
	display: flex;
	gap: 15px;
}

.postal-address-group {
	margin-bottom: 10px;
}

.postal-address-group .postal-address-input-wrap {
	clear: both;
}

.postal-address-group label {
	margin-bottom: 5px;
	font-weight: bold;
	width: auto;
	padding-left: 0;
	white-space: nowrap;
}

.postal-address-group input[type=text]:not(.x-form-text) {
	width: 100%;
	padding: 2px 3px;
	box-sizing: border-box;
}

.postal-address-group.recipient_type label {
	float: none;
	display: inline-block;
}

.postal-address-group.salutation_id {
	flex: 1;
}

.postal-address-group.salutation_id select {
	width: 230px;
}

.postal-address-group.academic_title {
	flex: 1;
}

.postal-address-group.firstname {
	flex: 2;
}

.postal-address-group.middlename {
	flex: 2;
}

.postal-address-group.lastname {
	flex: 2;
}

.postal-address-group.honorific_suffix {
	flex: 1;
}

.postal-address-group.postal_code {
	flex: 1;
}

.postal-address-group.city {
	flex: 2;
}

.postal-address-group.region {
	flex: 2;
}

.postal-address-group.country_alpha2 {
	flex: 2;
}

.postal-address-group.country_alpha2 select {
	width: 200px;
}

.hidden {
	display: none !important;
}

.form-field-comment {
	margin-left: 180px;
}