body {
	background-color: #f8f8f8;
	background-image: url("/static/szary.c8e34c2a0786.jpg");
	background-repeat: no-repeat;
	background-position: bottom; 
    	background-size: cover;
    	color: #444488;
    	font-family: Arial, Helvetica, sans-serif;
}

html, body {
	min-height: 100%;
} 

#header {
	background-color: #aabbdd;
	height: 80px;
}

#header img {
	float: left;
}

#header h1 {
	color: white;
	font-size: 40px;
	padding-top: 15px;
	margin: 0; 
	white-space: nowrap;
	overflow: hidden;
}		

input[type="text"], input[type="password"], select {
	width: 20em;
	height: 2em;
}

textarea {
	width: 40em;
	height: 15em;	
} 

textarea#id_sample_names {
	width: 20em;
	height: 20em;
}

textarea#id_exp_aim {
	height: 4em;
}

textarea#id_solution_buffer {
	height: 8em;
}

textarea#id_customer_comment {
	height: 8em;
}

input#id_taxonomy {
	width: 40em;
}

input#id_internal {
	width: 2em;
}

label {
	text-align: right;
	color: #444488;
	display: block;
	text-align: right;
	margin-right: 1em;
	font-weight: normal;
}

.required label {
	font-weight: bold;
}

.errorlist {
	display: block;
	background-color: crimson;
	color: white;
	border: 1px white solid;
	border-radius: 6px 6px 0 0;
	font-size: 80%;
	padding: 0.3em 1em;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	list-style-type: none;
	width: 20em;
}

.new-error {
	background-color: crimson;
	color: white;
	border: 1px white solid;
	padding: 5px;
	border-radius: 5px;
	float: left;
}

.new-error ul {
        margin: 0;
        padding: 0;
	font-size: 80%;
	list-style-type: none;
}

.new-error ul.nonfield {
        padding-bottom: 0.3em;
}

.new-error ul li {
        padding-left: 1em;
        padding-right: 1em;
        padding-top: 0.3em;
}

.content h2, .content h1 {
	font-size: 110%;
	color: white;
	background-color: #444488;
	margin: 0.5em 0em;
	padding: 0.25em 1em;
	border-radius: 5px;
}

.content-outer {
	width: 85%;
	float: right;	
}

.content {
	padding: 1em;
}

.menu {
	width: 15%;
	float: left;
}

.menu ul {
	border-top: dotted 1px #444488;
	padding: 0;
}

input.submit {
	width: 20em;
} 

.menu li {
	border-bottom: dotted 1px #444488;
	list-style: none;	
	margin: 0;
}

.menu li div {
	padding: 0.5em 0.25em;
}

.menu a {
	text-decoration: none;
	color: inherit;
}

.menu li:hover {
	background-color: #AABBDD;
	color: white;
}

.disclaimer {
	clear: both;
	padding-top: 1em;
	text-align: justify;
}

.helptext {
    text-align: left;
    width: 50em;
    font-size: 80%;
    display: block;
}

form li {
	list-style: none;
}

form li label {
	width: 30em;
	text-align: left;
	height: 1.5em;
	padding: 0;
}

form li input {
	width: 2em;
	height: 1.2em;
}

form #sample_names ol > li {
	list-style: decimal;
}

form #sample_names ol > li .errorlist {
	width: 20em;
}

form #sample_names input {
	width: 20em;
	height: 2em;
}

form th {
	vertical-align: middle;
	text-align: left;
}

form td {
	vertical-align: top;
}

.message {
	background-color: #AA4444;
	color: white;
	border-radius: 5px;
	font-weight: bold;
	padding: 0.3em 1em;	
}

#orders {
	width: 100%;
}

#orders td {
	text-align: center;
}

.ui-autocomplete {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 20px;
}

.lang_select select {
	width: 75%;
	float: left;
}

.lang_select input {
	width: 25%;
	float: right;
}

input#id_ack {
    width: 2em;
}

.big-fat-warning {
    float: none;
    text-align: center;
}

div#extra_message {
	color: white;
	background-color: #448844;
	margin: 0.5em 0em;
	padding: 0.25em 1em;
	border-radius: 5px;
}
