/***********************************************************************
* (C) ZE CMS, Humboldt-Universitaet zu Berlin
* Written 2016 by Daniel Rohde <d.rohde@cms.hu-berlin.de>
************************************************************************/
body {
	background-color: #f0f0e8;
	font-family: Verdana, Helvetica, Arial;
	font-size: 100% !important;
	margin: 0;
}
a, .ui-widget-content a {
	text-decoration: none;
	color: rgb(0,102,154);
}
a:hover, .ui-widget-content a:hover, a:focus, .ui-widget-content a:focus {
	cursor: pointer;
	color: rgb(153,153,102);
}
img {
	border: 0;
}
#top {
	padding: 0 0 0 30px;
	display: flex;
}
#main {
	background-color: white;
	border: 1px solid #ccccb2;
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
}
#hulogo {
	flex-grow: 1;
	text-align: right;
	margin-right: 11px;
}
.title {
	flex-grow: 1;
	padding-top: 18px;
}
#content {
	clear: both;
	margin: 0;
	padding: 18px 0 10px 30px;
}
#registerform {
	display: inline-block;

}
#commit, .commit {
	background-color: green;
	color: white;
	padding: 5px;
	border: 1px solid black;
	margin-top: 1em;
	margin-bottom: 1em;
	clear: both;
}
#commit a, .commit a {
	color: white;
}
#commit code, #commit code a, 
.commit code, .commit code a
{
	border: 1px solid black;
	background-color: #90ee90;
	color: black;
}
#error, .error {
	background-color: yellow;
	color: red;
	padding: 5px;
	border: 1px solid red;
	clear: both;
	margin-bottom: 1em;
}
h2 { 
	margin-left: -2px;
}
#bookmarklet, #bookmarklet a {
}
#footer {
	font-size: 0.7em;
	color: #333333;
	margin-top: 1em;
	border-top: 1px solid black;
	padding: 18px 1em 18px 30px;
}
#footer a {
	text-decoration: none;
	color: #333333;
}
#menu {
	border:0;
	background-color: #ccd6e0;
	color: #036;
	padding: 5px;
	font-size: 0.8em;
	height: 1.4em;
	text-align: right;
	margin:0;
	clear: both;
	line-height: 1.2em;
}
#menu a { color: #036; margin: 0px 20px 0px 0px; }
legend {
	font-size: 1.2em;
	font-weight: bold;
	padding-left: 0.5ex;
	padding-right: 0.5ex;
}
fieldset {
	margin-top: 1ex;
	border: 1px solid #ccccb2;
	padding: 0.5em;
}
#hulogoimg {
        height: 109px;
	width: 232px;
	margin-right: 0px;
}
.note {
	font-size: smaller;
	font-style: italic;
}
.qr {
	text-align: center;
	vertical-align: middle;
}
#note {
	display: none;
}
#note.noteallowed {
	display: block;
}
#noterow {
	display: none;
}
#noterow.noteallowed {
	display: table-row;
}
td.note {
	white-space: pre-wrap;
}
h1,h2,h3,h4,h5 {
	font-weight: normal;
	color: #036;
}
h1 {
	border-bottom: 0;
	margin-bottom: 0;
	margin-left: -2px;
	margin-top: 27px;
}
h2 { font-size: 155%; }
.button {
	border: 2px outset #006699;
	display: inline-block;
	padding: 2px 6px;
	cursor: pointer;
	font-size: 90%;
	background-color: #ccd6e0;
	color: #036;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.button:hover, .button:focus {
	background-color: #8099b2;
	color:white;
}
.button:active, .button.active {
	border: 2px inset #006699;
	padding-top: 3px;
	padding-bottom: 1px;
}
#callshort {
	display: block;
	position: relative;
	padding-bottom: 18px;
}
.wrongway {
	font-size: 0.8em;
}
table {
	border: 0;
	padding: 0;
	margin: -4px;
}
tr, td, th {
	vertical-align: top;
	border: 0;
	margin: 0;
	padding-top: 0.8em;
	padding-right: 1em;
}
.slive {
	font-size: 80%;
	padding-left: 1em;
}
input, textarea, select{
	outline: 0 none;
	vertical-align: top;
	border-color: #6685a3;
	border-style: solid;
	border-width: 1px;
	background-color: white;
}
input:focus, textarea:focus, select:focus {
	background-color: white;
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(100 190 232 / 60% );
}
input {
	height: 22px;
	line-height: 18px;
	font-size: 12.8px;
}
#shortinput {
	color: #696969;
	width: 214px;
	padding: 0 2em 0 1em;
	outline: none;
}
#shortinput.active {
	color: black;
}
#shortsubmit {
	position: absolute;
	right: 0;
	top: 0;
	height: 22px;
	outline: none;
}
.vertical-spacer {
	height: 1ex;
	clear: both;
}
.stat {
	text-align: center;
	padding: 15px;
}
.insgesamt {
	text-align: center;
	font-weight: bold;
	padding: 8px 10px;
	color: #666;
}
.version {
    float:right;
    color: gray;
    font-size: smaller;
}
#blocker {
    z-index: 10000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: #666;
    cursor: wait;
    display: none;
}
.qrcode {
    width: 1em;
    height: 1em;
}
.border td, .border th {
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    padding: 3px;
    margin: 0;
}
.red {
   color: red;
}
.flex {
    display: flex;
}
.response{
    padding-right: 30px;
    margin-right: -6px;
    margin-left: -6px;
}
.asideheader {
    color: #036;
    border-bottom: 1px solid #b2c1d1;
    margin: 0 0.7em 0.4em 0.7em;
}
.asidesection {
    margin: 0 0 0.5em 0;
    padding: 0.3em 0;
}
.asidesection-content {
    padding: 0 0.7rem 0 0.7rem;
    font-size: smaller;
}
.asidesection ul {
	list-style: none;
	list-style-position: outside;
	list-style-type: none;
	padding: 0;
	margin: 0;
	border: 0;
}
.asidesection li {
	list-style-position: outside;
	list-style-type: none;
	padding: 0.3em 0;
	margin: 0 0 0.3em 0;
}
.content-core {
    width: 75%;
    padding-right: 18px;
}
#long {
    width: 100%;
}
