
/* Override mess of Bootstrap */
tr.hpl-row {
	margin-right: 0;
	margin-left: 0;
}

.hpl-table.singleViewTable .hpl-td.label {
	vertical-align: middle;
	height: 100%;
}

.label {
	display: unset;
	padding: unset;
	font-size: unset;
	font-weight: unset;
	line-height: unset;
	color: unset;
	text-align: unset;
	white-space: unset;
	vertical-align: unset;
	border-radius: unset;
}

.help-opener {
	padding-bottom: 2px;
}

/*
 * Link-Boxen
 */
.singleView-editBox {
	float: left;
	width: 100%;
}

.hpl-table.iconAndLinkTable {
	table-layout: fixed;
	border: 0;
	margin: 0;
	padding: 0;
}

.hpl-table.iconAndLinkTable .hpl-td {
/*	height: 30px; */
}

.exportLinks {
	float: left;
	width: 100%;
	margin-top: 15px;
}

/** Grosse Displays **/
@media all and (min-width: 768px) {
	.iconLink {
		float: left;
		width: 100%;
		margin-top: 10px;
	}
}

/** kleine Displays **/
@media all and (max-width: 767px) {
	.iconLink {
		float: left;
		width: 100%;
		margin-top: 5px;
	}
}

.iconLink:first-child {
	float: left;
	margin: 0;
}

.iconAndLinkTable .iconLink {
	float: left;
	width: 100%;
	padding: 0;
	margin: 5px 0;
	/*    border: 1px solid #ccc; */
}

.iconAndLinkTable .icon {
	width: 24px;
	padding-top: 0;
}

.iconAndLinkTable .icon a {
	margin: 0;
	padding: 0;
}

.iconAndLinkTable .icon a img {
	margin-top: -3px;
	max-width: 16px;
}

.iconAndLinkTable .text {
}

.iconAndLinkTable .text a {
	margin: 0;
	padding: 0;
	height: 15px;
	line-height: 15px;
}

/** Back-Link **/
.backLink, .iconLink {
	clear: both;
	float: left;
	height: auto;
	margin-top: 10px;
	vertical-align: middle;
}

.backLink:first-of-type {
	margin-top: 0;
}

.event-controls {
}

/** Edit Link **/
.event-controls .event-control {
	padding: 0 10px;
	border-radius: 5px;
}

/** Details Link **/
.event-controls .event-control .detailsLink {
	background-color: #ffffff;
}

/** Edit Link **/
.event-controls .event-control a {
	background-color: #ffffff;
	border-radius: 5px;
}

/** Delete Link **/
.event-controls .event-control a {
	background-color: #ffffff;
	border-radius: 5px;
}

/** Delete Link **/
.event-controls .event-control.selectCheckboxBox {
}

.event-controls .event-control.selectCheckbox {
	min-width: unset;
	background-color: #FFFFFF;
}

/* Kleine Displays */
@media all and (max-width: 767px) {
	.deleteLink {
		float: right;
		width: auto;
		margin-right: 10px;
	}
}

/*** Top of page error message */
.topOfPageErrorMessage {
	float: left;
	width: 100%;
	margin-top: 15px;
	border: 1px solid #ccc;
	color: #ff0000 !important;
	padding: 3px;
}

.topOfPageErrorMessage .error-entry {
/*	padding: 10px; */
	margin-bottom: 3px;
	font-size: 16px !important;
	font-weight: normal !important;
	color: #000000;
}

.topOfPageErrorMessage .error-parameter {
}

.topOfPageErrorMessage .error-parameter-name {
	color: #000;
	font-weight: normal;
}

.topOfPageErrorMessage .error-parameter-value {
	color: #000;
	font-weight: bold;
}

.topOfPageErrorMessage .error-expression-and-separator {
	margin: 3px;
}

.topOfPageErrorMessage .error-expression-equality-sign {
	margin: 0 3px;
}

/*** Fehler bei den Zeilen ***/
.singleView .errorMessage {
	font-size: 16px !important;
	font-weight: normal !important;
	color: #ff0000 !important;
}

.singleView .error-parameter-name {
}

.singleView .error-parameter-value {
	font-weight: bold;
}

.singleView .errorMessage .error-value {
	font-size: 16px !important;
	font-weight: bold !important;
	color: #ff0000 !important;
}

.error-row .hpl-td {
	padding: 0;
	vertical-align: bottom;
}

span.topOfPageErrorBraces {
	color: #000;
	font-weight: bold;
}

span.topOfPageErrorFieldName {
	color: #000;
}

span.topOfPageErrorFieldValue {
	color: #ff0000;
	font-weight: bold;
}

/***
 * Buttons
 */
.buttonReadResult,
.buttonInsertRequest,
.buttonInsertConfirmation,
.buttonInsertAction,
.buttonInsertResult,
.buttonEditRequest,
.buttonEditConfirmation,
.buttonEditResult,
.buttonSaveAction,
.buttonDeleteRequest,
.buttonDeleteConfirmation,
.buttonDeleteAction,
.buttonDeleteResult,
.buttonSubmit {
	clear: both;
	float: left;
	max-width: 400px;
	text-align: center;
	margin-top: 20px;
}

/* Grosse Displays */
@media all and (min-width: 400px) {
	.buttonReadResult,
	.buttonInsertRequest,
	.buttonInsertConfirmation,
	.buttonInsertConfirmationDisabled,
	.buttonInsertAction,
	.buttonInsertResult,
	.buttonEditRequest,
	.buttonEditConfirmation,
	.buttonEditResult,
	.buttonSaveAction,
	.buttonDeleteRequest,
	.buttonDeleteConfirmation,
	.buttonDeleteAction,
	.buttonDeleteResult,
	.buttonSubmit {
		text-align: center;
	}
}

/***
 * Form-Fields
 */
/**
 * Single view
 */
div.singleView {
	float: left;
	width: 100%;
	margin: 0;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0;
}

.singleViewTable .hpl-tr {
/*	clear: both; */
/*	float: left; */
/*	width: 100%; */
}

/* Zum debuggen welche Felder in die DB geschrieben werden */
.singleViewTable .hpl-td.db {
	background-color: #ffbb65 ;
}

.readForm .hpl-row,
.singleViewTable .hpl-row {
	vertical-align: middle;
	border-bottom: 1px solid;
	border-color: #eeeccc;
	height: 30px;
}

.requestForm {
	float: left;
	width: 80%;
	margin-top: 20px;
}

@media all and (max-width: 767px) {
	.requestForm {
		width: 100%;
	}
}

.hpl-table.singleViewTable {
	clear: both;
	float: left;
	width: 100%;
/*	max-width: 640px; */
	border-collapse: collapse;
/*	margin-top: 20px; */
	table-layout: fixed;
}

.hpl-table.singleViewTable .hpl-tr.odd,
.hpl-table.singleViewTable .hpl-tr.even {
	background-color: inherit;
}

.hpl-table.singleViewTable .hpl-td.label {
	width: 250px;
	overflow: visible;
	vertical-align: top;
	text-align: left;
	font-size: 100%;
	color: #000;
	padding: 5px 10px 5px 5px;
	border-color: inherit;
}

/* Im Scheiss TwitterBootstr Framework ist das CSS ".hidden" definiert als "display: none !important". Wir muessen das hier aufheben! */
.hpl-table.singleViewTable .hpl-td.label.hidden {
	display: table-cell !important;
}

.hpl-table.singleViewTable .hpl-td.tooltipCell {
	vertical-align: top;
	text-align: center;
	width: 30px;
	border: 0;
}

/* Im Scheiss TwitterBootstr Framework ist das CSS ".hidden" definiert als "display: none !important". Wir muessen das hier aufheben! */
.hpl-table.singleViewTable .hpl-td.tooltipCell.hidden {
	display: table-cell !important;
}

/* Kleine Displays */
@media all and (max-width: 767px) {
	.hpl-table.singleViewTable .hpl-td.label {
		width: 100px;
	}

	.hpl-table.singleViewTable .hpl-td.tooltipCell {
		/*      visibility: hidden; */ /* Muss seine Breite beibehalten */
		display: none !important;
	}

	.hpl-table.singleViewTable .hpl-td.label {
		width: 100px;
	}
}


.hpl-table.singleViewTable .required {
	width: 20px;
	text-align: right;
}

.isRequired {
	font-weight: bold;
}

.isOptional {
	font-weight: normal;
}

.hpl-table.singleViewTable .value {
	width: auto;
	width: 100%;
	vertical-align: middle;
	text-align: left;
/*	padding-top: 3px; */
/*	padding-bottom: 3px; */
/*	padding-left: 7px; */
/*	padding-right: 10px; */
	font-weight: normal;
	overflow: hidden;
}

/* Im Scheiss TwitterBootstr Framework ist das CSS ".hidden" definiert als "display: none !important". Wir muessen das hier aufheben! */
.hpl-table.singleViewTable .value.hidden {
	display: table-cell !important;
}

.hpl-table.singleViewTable .error-value {
	width: 100%;
}

.hpl-table.singleViewTable .row-double-fields {
	border: 0;
}

.hpl-table.singleViewTable .value-double-field-2 {
	padding-left: 7px;
}

/*
.hpl-table.singleViewTable input,
.hpl-table.singleViewTable textarea,
.hpl-table.singleViewTable .read-value,
.hpl-table.singleViewTable p {
	width: 100%;
/ *	height: auto; * /
	text-align: left;
	margin-left: 0;
	color: #000;
	background-color: #f7f7f7;
/ *	border: 1px inset #ccc; * /
}
*/

.hpl-table.singleViewTable input[type="checkbox"] {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	width: auto;
}

/*
.hpl-table.singleViewTable select {
	width: 100%;
/ *	height: auto; * /
	text-align: left;
/ *	margin: 0 3px 0 2px; * /
	background-color: #f7f7f7;
	border: 1px inset #ccc;
}
*/

.date-field {
	float: left;
	margin: 0;
	padding: 0;
}

.date-day {
	float: left;
	width: auto;
}

.date-month {
	float: left;
	width: auto;
}

.date-year {
	float: left;
	width: auto;
}

.date-field select {
	float: left;
	margin: 0;
	padding: 0;
	width: 100% ! important;
}

/***
	Multi-Handling (multi-handling and Multi-Membership-Fee)
***/
div.multi-handling-box {
	float: left;
	width: 100%;
	margin-top: 10px;
}

.hpl-table.multi-handling-table {
	table-layout: fixed;
}

.multi-handling-box .hpl-th {
	padding: 10px 3px !important;
	background-color: #ffcc00 !important;
}

.multi-handling-box .hpl-td {
	padding: 10px 5px;
}

.explanation {
	clear: both;
	float: left;
	width: 100%;
}

.errorOkHome {
	clear: both;
	float: left;
	width: auto;
	margin-top: 10px;
}

.newValue {
	color: #009900;
	font-weight: bold;
}

.oldValue {
	color: #555555;
	font-weight: bold;
}

.newSubValue {
	color: #009900;
	font-weight: bold;
}

.oldSubValue {
	color: #cccccc;
	font-weight: bold;
	text-decoration: line-through;
}

.alert {
	clear: both;
	float: left;
/*	max-width: 767px; */
}

.exportAsCsvLinkExplanation,
.exportAsPdfLinkExplanation {
	margin-bottom: 10px;
}

/**
 * Sortierpfeile in der Liste
 */
.header-text-and-icons,
.header-text-and-icons .hpl-tr,
.header-text-and-icons .hpl-tr .hpl-td {
	border: 0;
	vertical-align: middle;
	background-color: transparent;
}

.header-text,
.header-text .hpl-tr,
.header-text .hpl-tr .hpl-td {
	border: 0;
	vertical-align: middle;
	background-color: transparent;
}

.sort-arrows {
	border: 0;
}

.sort-arrows .hpl-tr {
	border: 0;
	padding: 0;
	margin: 0;
}

.sort-arrows .hpl-tr .hpl-td {
	border: 0;
	padding: 0;
	margin: 0;
	background-color: transparent;
}

.sort-arrows .hpl-tr .hpl-td.sort-arrow-up {
	vertical-align: top;
}

.sort-arrows .hpl-tr .hpl-td.sort-arrow-up:hover {
	position: relative;
	top: -2px;
}

.sort-arrows .hpl-tr .hpl-td.sort-arrow-down  {
	vertical-align: bottom;
}

.sort-arrows .hpl-tr .hpl-td.sort-arrow-down:hover {
	position: relative;
	top: 2px;
}

.sort-arrows .hpl-tr .hpl-td:hover {
	display: none;
}

.sort-arrows .hpl-tr .hpl-td a {
	border: 0;
	padding: 0;
	margin: 0;
	height: 12px;
	line-height: 12px;
}

.sort-arrows .hpl-tr .hpl-td a img {
	border: 0;
	padding: 0;
	margin: 0;
}


.imageChooserAccordion h1.accordion-h1-header {
	float: left;
	width: 100%;
	font-size: 16px;
	height: 40px;
	line-height: 30px;
	color: #000000;
}

.metainfo-superuser {
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 5px;
}

.comment-superuser {
	float: left;
	width: 100%;
/*	background-color: #e9ffe9; */
	padding: 5px 10px;
}

.eventContentMetaInfo {
	float: left;
	width: 100%;
	padding: 10px 5px;
	margin-bottom: 20px;
}

.comment-superuser {
/*	background-color: #e9ffe9; */
}

.eventContentMetaInfoInfo {
	/*    float: left; */
	width: auto;
}

.eventContentMetaInfoVisibility {
	width: auto;
	font-size: 0.8em;
	line-height: 0.8em;
	margin-top: -5px;
	margin-bottom: 10px;
	color: #777;
}


