body {
	font-family:Arial,sans-serif;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	font-size: 16px;
}

h1 {
	color: #ffdede;
	display: inline-block;
	margin:0;
	margin-bottom:20px;
	font-size: 40px;
	padding: 0;
	text-shadow: 0px 0px 2px #000000;
}

#pwBody {
	background-color: #5e5137;
}

#workBody {
	background-color: #F0F0FF;
	padding: 40px;
}

#pwContainer {
	margin-left:40px;
	margin-top:40px;
	position:relative;
}

div.logintext{
	color: #ffdede;
	text-shadow: 0px 0px 2px #000000;
}

div#spin {
	height: 64px;
	width: 64px;
	position: absolute;
	top:108px;
	left:198px;
	background-image: url(/pics/default/spinBig.gif);
}

#pwContainer div#spin {
	display:none;
}

#workBody > div#spin {
	display:block;
}

.displayNone {
	display:none;
}

span.welcomeText {
	font-size: 20px;
}

div.welcome {
	position:relative;
	margin-bottom: 40px;
}

span.AuswahlSelected {
	font-size: 150%;
	font-weight: bold;
}

span.AuswahlLink {
	color: #0000FF;
	text-decoration: underline;
	cursor: pointer;
}

div.auswahl {
	margin-bottom: 40px;	
}

table#fieldlist tr {
	display: none;
}

tr.personheader td {
	padding: 0px 6px;
	font-size: 12px;
}

tr.personrow[data-valid="0"] {
	background-color: #ffcccc;
}

td {
	vertical-align: baseline;
}

#row_entryID, #row_entrytype {
	display: inline-block;
}

span.mandbox {
	display: inline-block;
	width: 9px;
	height: 9px;
	position: relative;
	top: 4px;
	left: 1px;
	background-color: #cccccc;
	border: solid 1px #cccccc;
}

#row_entryID, #row_entrytype {
	display: table-row !important;
}

input[type=text], textarea, #tempspan {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	font-variant-caps: normal;
	margin: 2px;
	padding: 1px;
}

#tempdiv {
	position: absolute;
	top: 0;
	left: 0;
}

#tempspan {
	color: #F0F0FF;
}

#entryIDIndicator, #entryIDSuggestion {
	font-size: 10px;
}

#entryIDSuggestion {
	color: #000000;
}

div.PDFContainer {
	position: relative;
	border: 1px solid #F0F0FF;
	cursor: pointer;
	width: 210px;
	display: inline-block;
	vertical-align: top;
}

div.PDFContainerOverlay {
	position: absolute;
	top: 0;
	width: 0;
	border: none;
	background-color: rgba(240, 240, 255, 0.7);
	z-index: 300;
}

div.PDFContainer:hover {
	border-color: #0000cc;
	color: #0000cc;
	text-decoration: underline;
}

div.fieldlistContainer {
	display: inline-block;
	vertical-align: top;
	padding-right: 10px;
}

div.PDFText {
	text-align: center;
	max-width: 210px;
}

#DropLogoContainer {
	display: block;
	width: 210px;
	height: 297px;
	border: none;
	position: relative;
}

#fileInput {
	display:none;
}

img.drop {
	position: absolute;
	top: 0;
	left: 0;
}

#drop1 {
	z-index: 200;
}

#drop2 {
	z-index: 190;
}

table {
	border-collapse: collapse;
}
table#listtable {
	border: none;
	margin: 0;
	padding: 0;
}

td, th {
	-moz-hyphens: none;
	-o-hyphens: none;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

/* titleline */
td.checkbox_container {
	border: none;
	width: 1%;
	padding: 2px 5px 5px;
}
td.title_container {
	font-size: 15pt;
	font-weight: bold;
	border: solid 1px #b0b0b0;
	width: 97%;
	background-color: #e0f0ff;
	padding: 6px 10px ;
}
td.year_container {
	font-size: 15pt;
	border: solid 1px #b0b0b0;
	width: 1%;
	background-color: #d0ffe0;
	padding: 6px 10px ;
	position: relative;
}
td.showhide_container {
	font-size: 11pt;
	border: solid 1px #b0b0b0;
	background-color: #e0f0ff;
	width: 1%;
}

/* detailsline */
td.persons_container, td.other_data_container {
	font-size: 11pt;
	border: solid 1px #b0b0b0;
	background-color: #ffffff;
}
td.persons_container {
	width: 20%;
}
td.other_data_container {
	width: 80%;
}

td.fieldname {
	width: 1%;
	padding: 0;
	position: relative;
}
div.fieldname {
	text-align: right;
	font-size: 8pt;
	color: #6699cc;
	padding: 0px 2px;
	position: relative;
	top: -1px;
}
td.fieldvalue {
	width: 99%;
}

span.author_span {
	font-size: 6pt;
	color: #7080a0;
}
span.editor_span {
	font-size: 6pt;
	color: #80b060;
}
td.person {
	font-size: 7pt;
	padding 0;
	height 5px;
}
td.person_nr {
	text-align: right;
	font-size: 7pt;
	color: #666666;
}
td.person_name {
	text-align: left;
	font-size: 9pt;
	color: #333333;
	background-color: #ffffff;
}
span.last_name {
	font-weight: bold;
	color: black;
}
div.no_persons {
	font-size: 6pt;
	color: #999999;
}

/* tooltip begin --------------------------- */

/* tooltip container */
.tooltip {
	line-height: 8px;
	font-size: 9px;
	margin: 2px;
	position: absolute;
	top: 0px;
	right: 65px;
	z-index: 1;
}

span.tooltipcontent {
	display: inline-block;
	opacity: 0.5;
	padding: 1px 4px;
	background-color: #d0e0f0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: solid 1px #cccccc;
}

/* Tooltip text */
.tooltip .tooltiptext {
	line-height: 8pt;
	font-size: 8pt;
	visibility: hidden;
	width: 200px;
	background-color: #9d5e4c;
	color: #e6e6e6;
	text-align: center;
	padding: 3px 0px;
	border-radius: 8px;
	position: absolute;
	z-index: 2;
	bottom: 16px;
	right: -70px;
	opacity: 0;
	transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 60%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #9d5e4c transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}
/* tooltip end ----------------------------- */
