@charset "utf-8";

body {
    font-family:'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
    font-size:	12px;
    color:		#444;
	margin:		20px;
}

img {
border: 0;
}

strong {
	color:			red;
}

  #teaser {margin:0; padding:0; color:#111111; border-top: 1px dotted #111111;height:20px;}
  #teaser div {float:left; width:auto; font-size:0.9em;}

  #teaser .rootline {margin:3px 0 4px 0;}
  #teaser .rootline a {color:#888; text-decoration:underline;}
  #teaser .rootline a:hover {background:transparent;}

#shorty_filter input {
	width: 342px;
    margin-bottom: 10px;
	margin-top: 7px;
}

.headne {
	background-color:	#C0C0C0;
	height:			30px;
	width:			576px;
	font-size:		12pt;
	font-weight:	regulare;
	text-align:		center;
	padding: 0;
}

.form-title-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: relative;
}

.title {
    flex-grow: 1;
    text-align: center;
}

.new-entry {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 10pt;
}


.main-container {

	width: 94%;
    max-width: 1464px;
    margin: 0 auto;
    border: 0 none;
    position: relative;
}

#shorty {
	/* position: absolute; top: 70px;	left: 0px; width: 1600px; */
	font-family:	'Courier New', Courier, monospace"verdana", "sans-serif";
	font-size:		8pt;
	font-weight:	regulare;
	text-align:		left;
}

.tableheading {
	background-color:	#C0C0C0;

}

.tablerow1 {
	background-color:	#F0F0F0;
}

.tablerow2 {
	background-color:	#E0E0E0;
}

.linkcell {
	width:	550px;
}

.commentcell {
	display:inline-block;
	width:	400px;
}

.editrespo {
	display:inline-block;
	width:	200px;
}

.editables {
	display:	inline-block;
	min-width:	100px;
	cursor:		pointer;
}

.notificationbar {
	position:	fixed;
	top:		0px;
	left:		0px;
	width:		100%;
	z-index:	100;
	background-color:	#B0B0B0;
}

.notificationbarspacer {
	height:		20px;
}

.notificationbar span {
	vertical-align:		middle;
}

.notificationbar > div {
	border-bottom:		2px solid #CECECE;
}

.notifierbar {
	background-color:	#FFEEAA;
	display:			none;
	font-size:			16px;
	padding:			10px;
}

.notification {
	background-color:	#88FF88;
	padding:			10px;
}

.saveupdatequestionsaved {
	/*background-color:	#88FF88;*/
}

.descriptiontext {
	width:		850px;
	padding-left: 10px;
	padding-right: 40px;
}

.edit, .editablesarea, .pointer {
	cursor:	pointer;
}

.formlabel {
	display:	inline-block;
	width:		100px;
	vertical-align:	top;
}

.message {
	font-size:		16px;
	font-weight:	bold;
	color:			#333333;
	margin:		10px;
}

.hidden {
	display: none;
}

.login-form-container {
	max-width: 28rem;
	margin-top: 1rem;
}

.sidebar {
	background-color: #fff;
	margin-bottom: 1em;
}

.sidebar_header {
	margin: 0;
	padding: 8px 16px;
	background-color: #a1a0a0;
	color: #fff;
	font-size: 116.67%;
}

.sidebar_header:hover {
	color: #e5e5e5;
	cursor: pointer;
}

.sidebar_content {
	padding: 8px 16px;
	border: 1px solid #a1a0a0;
}

.sidebar_content_label {
	font-size: 10pt;
}

.sidebar_content_line {
	padding-top: 10px;
	line-height: 1.2em;
}

.sidebar_content input {
	margin: 0;
	width: 100%;
	padding: 2px;
	box-sizing: border-box;
	font-size: 13pt;
	line-height: 1.4em;
}

.top-wrapper {
		display: flex;
		padding-bottom: 20px;
}

#newentry {
	background-color: lightgrey;
}

/* ── Klick-Statistik-Dialog ───────────────────────────── */

.clickcount-cell {
	cursor: pointer;
	text-decoration: underline;
	text-decoration-style: dotted;
	color: #444;
	border: 1px solid #aaa;
	padding: 5px 10px;
	border-radius: 4px;
	background-color: #e9e9ed;
}

.clickcount-cell:hover {
  	background-color: #d0d0d7;
}

#clicks-dialog {
	border: none;
	border-radius: 6px;
	box-shadow: 0 4px 24px rgba(0,0,0,0.3);
	padding: 0;
	min-width: 580px;
	max-width: 720px;
}

#clicks-dialog::backdrop {
	background: rgba(0,0,0,0.45);
}

.clicks-dialog-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #C0C0C0;
	padding: 8px 16px;
}

.clicks-dialog-header h3 {
	margin: 0;
	font-size: 12pt;
	font-weight: bold;
}

#dialog-close {
	background: none;
	border: none;
	font-size: 16px;
	line-height: 1;
	padding: 4px 8px;
	border-radius: 3px;
}

#dialog-close:hover {
	background-color: rgba(0,0,0,0.12);
}

.clicks-dialog-stats {
	display: flex;
	gap: 12px;
	padding: 14px 16px;
	background-color: #f4f4f4;
}

.stat-box {
	flex: 1;
	text-align: center;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 10px 6px;
}

.stat-label {
	display: block;
	font-size: 9px;
	color: #888;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-bottom: 5px;
}

.stat-value {
	display: block;
	font-size: 22px;
	font-weight: bold;
	color: #333;
}

#clicks-chart {
	display: block;
	padding: 16px;
	max-height: 260px;
}
