/* ------------------------------------------------------- */
/* html, body */

@page {
	margin: 1cm 1cm 1px 2cm;
}

html, body { min-width: 990px; }

body {
	background: #fff;
	
	font-family: Arial, sans-serif;
	color: black;
	font-size: 13px;
}


/* ------------------------------------------------------- */

p { padding: 5px 0; }

a { color: #000; text-decoration: none; }

h1 {
	clear: both;
	padding: 10px 0 0;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

h2 {
	font-size: 17px;
	font-weight: normal;
	text-align: center;
	padding: 5px 0 0;
}

h3 {
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	padding: 5px 0 0;
}
	
ol {
	margin: 9px 0 0 60px;
	list-style-type: decimal;
}

li {
	width: 625px;
	line-height: 16px;
	margin-bottom: 9px;
}

h1.overlined {
	margin: 200px 10px 0;
	border-top: 2px dashed black;
}

h3.overlined {
	margin: 75px 20px 0 0;
	border-top: 1px dashed black;
	display: inline-block;
	vertical-align: top;
	padding: 4px 20px 0;
}

.signatures {
	margin-left: 150px;
}

.pull-right { float:right; }
.no-border { border: 0; outline: 0; }
.underline { border-bottom: 1px dashed black; }
.uppercase { text-transform: uppercase; }
.center { text-align: center; }
.left { text-align: left; }
.underlined { text-decoration: underline; }

/* ------------------------------------------------------- */
/* layout */

 .container {
	margin: 0 auto;
	width: 990px;
	padding: 15px 0;
}

#logo {
	float: left;
	display: block;	
}


#logo img {
	display: inline-block;
	width: 142px;
	height: 42px;
}

.header-info {
	float: left;
	padding: 0 0 0 40px;
	font-size: 11px;
	line-height: 110%;
}

.datepicker { width: 75px;}

table {
	margin-top: 15px;
	width: 100%;
}

table td {
	position: relative;
}

.border-1 {
	border: 1px solid black;
}

.border-2 {
	border: 2px solid black;
}

.border-1 td {
	border: 1px solid black;
	font-size: 17px;
	vertical-align: middle;
}

.border-2 td {
	border: 1px solid black;
	font-size: 17px;
	vertical-align: middle;
}

.border-1 thead th {
	font-weight: bold;
	font-size: 16px;
	padding: 5px;
	border: 1px solid black;
}

.border-2 thead th {
	font-weight: bold;
	font-size: 17px;
	padding: 5px;
	border-bottom: 2px solid black;
	text-align: left;
}

.bottom tr td:first-child {
	padding-left: 0px;
}

.bottom tr td:last-child {
	border: 1px solid black;
	width: 220px;
	text-align: center;
	padding: 20px 10px;
}

.bottom tr td:last-child p {
	margin-top: 10px;
	padding: 10px;
}

tr.input input.input-text { 
	border: 0; 
	outline: 0; 
	padding: 1px 5px; 
	width: 74%; 
	text-transform: uppercase;
	font-weight: bold; 
	font-size: 15px;
	line-height: 120%;
    box-sizing: border-box; /* css3 rec */
    -moz-box-sizing: border-box; /* ff2 */
    -ms-box-sizing: border-box; /* ie8 */
    -webkit-box-sizing: border-box; /* safari3 */	
}

tr.input input.device_nr_1,
tr.input input.device_nr_2 {
	border: 1px solid #999;
	margin: 2px 0;
}

tr.input input.device_nr_1 { width: 30%; text-align: right; }
tr.input input.device_nr_2 { width: 50%; }


tr textarea { 
	border: 0; 
	outline: 0; 
	height: 100px;
	padding: 5px; 
	width: 100%; 
	resize: none; 
	font-size: 15px;
    box-sizing: border-box; /* css3 rec */
    -moz-box-sizing: border-box; /* ff2 */
    -ms-box-sizing: border-box; /* ie8 */
    -webkit-box-sizing: border-box; /* safari3 */	
}

tr.input input:focus,
tr textarea:focus { background-color: yellow; }
tr.input td.desc { padding: 5px; }

tr.input label {
	display: inline-block;
	vertical-align: top;
	min-width: 20%;
	padding: 5px 7px;
	background: #eee;
	
	font-size: 11px;
	text-transform: uppercase;
	text-align: left;
}

p.checkbox-group {
	font-size: 12px;
	line-height: 120%;
}

.footer {
	text-align: center;
	margin: 40px 0 0px;
	line-height: 16px;
}

input.input-date {
	width: 120px;
	border: 1px solid #000;
	padding: 5px;
	font-size: 16px;
}

input.datepicker { text-align: center; }


.action {
	padding-top: 50px;
	text-align: center;
}

input.submit {
	padding: 20px 40px;
	background-color: #000;
	border: 0 none;
	
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	cursor: pointer;
}

input#new-record {
	padding: 4px 10px;
	background-color: #000;
	border: 0 none;
	
	color: #fff;
	font-size: 14px;
	cursor: pointer;
}

tr.input input.remove {
	cursor: pointer;
}


.formError {
	padding: 2px 10px;
	background-color: #f85a5a;
	
	color: #fff;
	font-size: 11px;
	line-height: 130%;
}

tr.input .formError { text-aligN: right; }


@media print
{
	.container { width: 100%; padding: 0; }
	.action,
	input#new-record,
	tr.input input.remove { display: none; }
	.footer { margin-top: 90px; }
	
	input.input-date { border-color: #fff; }
	
	tr.input input.device_nr_1,
	tr.input input.device_nr_2 {
		border: 0;
		margin: 0;
	}
}
