body {
	margin: 10px;
}

.content {
	margin-left: auto;
	margin-right: auto;
}

.right {
	text-align: right;
}

.rightFloat {
	float: right;
}

.label-mark {
	/* 	width: 5px; */
	display: inline-block;
	min-height: 10px;
	margin-right: 3px;
	color: orange;
}

label {
	font-size: 1em;
	margin-right: 3px;
}

.label label {
	font-size: 1em;
}

.wizardContent {
	padding: 5px;
    margin-left: auto;
    margin-right: auto;
    width: 400px;
}

@media (min-width: 992px) {
	.wizardContent {
		width: 700px;
	}
}



.wizardContent .fieldGroup .label {
	display: inline-block;
    width: 50%;
    text-align: right;
    font-size: 1em;
    color: #555;
    font-weight: normal;
    vertical-align: top;
    margin-top: 5px;
    white-space: break-spaces;
}
.wizardContent .fieldGroup .field {
	width: 50%;
}

.wizardContent > .marks {
	padding-right: 15px;
    padding-left: 15px;
    padding-top: 10px;
}

.wizardContent > .buttonBar,
.wizardContent > .entscheidungAnonym {
	padding-right: 15px;
    padding-left: 15px;
}
	
.fieldGroup {
	vertical-align: top;
	margin-top: 8px;
}

.wizardContent > .fieldGroup {
	padding-right: 15px;
    padding-left: 15px;
}

.fields {
	background-color: white;
	padding: 10px;
	margin: 10px;
}

.field {
	display: inline-block;
	min-height: 35px;
	/* 	position: absolute; */
}

.field_2_col input[type="radio"] {
	width: 13px;
}

.field_2_col {
	width: 145px;
	display: inline-flex;	
}

.field h5 {
	font-size: 1.1em;
	margin-bottom: 0px;
}

input.money {
	text-align: right;
	width: 90px;
}

input.number {
	text-align: right;
	width: 90px;
}

input.hasDatepicker {
	width: 70px;
}

input[type="radio"] {
	margin-right: 8px;
	margin-top: 8px;
}

input[type="text"], input[type="password"], textarea, select {
	border: 1px solid #bbb;
	padding: 2px 4px;
	font-size: 1.1em;
	margin-right: 5px;
	margin-left: 0px;
}

input[type="text"][disabled="disabled"], input[type="text"][disabled] {
	background-color: #eee;
}

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

/* ERRORS */
input.t-error, textarea.t-error, select.t-error {
	border: 1px solid red;
	font-style: normal;
	color: red;
	background-color: #ffe6e6;
}

label.t-error {
	color: red;
}

div.t-error {
	clear: both;
	margin-top: 10px;
	padding: 5px;
	border: 1px solid red;
	background-color: #ffe6e6;
}

div.t-error * li {
	display: list-item;
	color: red;
}

HTML>BODY DIV.t-error LI {
	margin-left: 20px;
}

/* breadcrumbs */
.breadcrumb, .breadcrumb_last {
	display: inline-block;
}

.breadcrumb > span::AFTER {
	content: ">";
	margin-right: 3px;
	margin-left: 3px;
}



.grid_16.bread16 {
	width: inherit;
}

/* BUTTON */
.next {
	float: right;
}

.prev {
	float: left;
}

.save {
	padding: 20px;
	float: right;
}

.saveBtn {
	margin: 20px;
}

/* UI Widget */
.ui-widget {
	font-family: inherit;
}

/* Kredit Box */
#kreditInfoBox .inner-box {
	background-color: #f5f5f5;
	padding: 15px;
	margin-bottom: 15px;
}

#kreditInfoBox > .container > .inner-box > div {
    display: inline-block;
    height: 41px;
}

#kreditInfoBox .container {
	margin-bottom: 5px;
}

#kreditInfoBox .boxLabel {
	display: inline;
	width: 130px;
	float: left;
	margin-left: 4px;
	margin-right: 4px;
	padding-top: 4px;
}

#kreditInfoBox .boxValueMoney {
	display: inline;
	width: 80px;
	float: left;
	text-align: right;
	margin-left: 4px;
	margin-right: 4px;
	padding-top: 4px;
}

/* Angebot Box */
#angebotInfoBox {
	border: 1px solid #bbb;
	padding: 10px;
	min-height: 20px;
	clear: both;
	margin: 15px;
}

#angebotInfoBox .label {
	display: inline-block;
	width: 60%;
	margin-top: 0px;
}

#angebotInfoBox .field {
	width: 40%;
	font-size: 1.1em;
}

#angebotInfoBox .fieldGroup {
	margin-top: 0px;
}

/* Tapastry */
DIV.t-exception-message {
	font-style: italic;
	font-size: 12pt;
	border: thin dotted silver;
	margin: 5px 0px;
	padding: 3px;
}

DIV.t-exception-report, DIV.t-env-data {
	font-family: "Trebuchet MS", Arial, sans-serif;
}

DIV.t-exception-report LI {
	margin-left: -40px;
}

DIV.t-exception-report DT, DIV.t-env-data DT {
	color: green;
	padding-left: 2px;
	background-color: #FFFFCF;
}

DIV.t-exception-report LI {
	list-style: none;
}

SPAN.t-exception-class-name {
	display: block;
	margin-top: 15px;
	font-size: 12pt;
	background-color: #E1E1E1;
	color: blue;
	padding: 2px 3px;
	font-weight: bold;
}

SPAN.t-exception-stack-controls {
	display: block;
	float: right;
}

UL.t-stack-trace LI {
	font-family: Monaco, Times, monospace;
	font-size: 10pt;
	margin-left: -25px;
	list-style: square;
}

LI.t-usercode-frame {
	font-weight: bold;
	color: blue;
}

LI.t-omitted-frame {
	display: none;
	color: gray;
	list-style: square;
}

H1.t-exception-report {
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: red;
}

div.tapestry-formfragment {
	display: inline;
}

.field div.t-zone {
	display: inline-block;
}

.field div[data-container-type=zone] {
	display: inline-block;
}

div.t-zone {
	clear: both;
}

DIV.t-exception-report DT:after {
	content: ":";
}

DIV.t-exception-report DD, DIV.t-env-data DD {
	margin-left: 10px;
}

.error-anchor {
	/* 	position: absolute; */
	display: inline-block;
}

.tjq-error-popup {
	/* 	position: absolute; */
	width: 100%;
}

.tjq-error-popup span {
	box-shadow: 2px 2px 1px 0 rgba(0, 0, 0, 0.2);
	line-height: 100%;
	padding: 3px;
	z-index: 5;
	font-size: 11px;
	display: block;
	word-spacing: inherit;
	border: 1px solid #ff9595;
	background-color: #fff4f4;
	color: red;
	/* 	white-space: nowrap; */
	/* 	position: absolute; */
	/* 	top: -20px; */
	/* 	left: 5px; */
	max-width: 500px;
}

.sytemInfoArrow {
	bottom: -15px;
	left: -5px;
	position: absolute;
	z-index: 3;
	height: 15px;
	width: 15px;
	background-image: url("pointer.png");
	background-repeat: no-repeat;
	display: inline-block;
}

#spinner {
	display: none;
	position: fixed;
	z-index: 1000000;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(200, 200, 200, .6) 50% 50% no-repeat;
}

body.spinner {
	overflow: hidden;
}

body.spinner #spinner {
	display: block;
}

.form-group {
	margin-bottom: 15px;
}

.form-group label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
}

.form-control {
	display: inline-block;
	width: 100%;
	height: 34px;
	padding: 3px 1px;
	font-size: 1.1em;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow
		ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out
		.15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.alert li {
	list-style: none;
}

#loginDlg {
	display: none;
}

#loginZone input[type="text"] {
	width: 100%;
}

#loginZone .error-anchor {
	display: block;
}

input[type=checkbox] {
	display: inline-block;
    margin-right: 8px;
}

.summaryTitle {
	font-size: 1.2em;
    font-weight: 700;
}

.summarySubTitle {
	font-size: 1.1em;
    font-weight: 600;
    padding-right: 15px;
    padding-left: 15px;
}

.summary-block .summarySubTitle {
	padding-right: 0px;
    padding-left: 0px;
}

.summarySubTitle > a.summery-change,
.summaryTitle > a.summery-change {
	float: right;
	font-size: 14px;
	font-weight: 700;
}

.summary-block {
	padding-right: 15px;
    padding-left: 15px;
}

.summary-block .fieldGroup .label {
	margin-top: 0px;
}
.summary-block label {
	text-align: right;
}

.entscheidungPersonalisiert {
	padding-right: 15px;
    padding-left: 15px;
}

.componentGeburtsortGeburtsnameWrapper > div,
.componentVornameNameWrapper > div {
	width: 50%;
	vertical-align: top;
}

.componentStrasseHausnummerWrapper_as1 > div:first-child {
	width: 60%;
	vertical-align: top;
}

.componentStrasseHausnummerWrapper_as1 > div:last-child {
	width: 40%;
	vertical-align: top;
}

.componentPlzOrtWrapper_as1 > div:first-child {
	width: 30%;
	vertical-align: top;
}
.componentPlzOrtWrapper_as1 > div:last-child {
	width: 70%;
	vertical-align: top;
}

.rsvPackages div.active {
    border: 2px solid #ccc;
}
