/* HTML 5 Reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small,  strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

body {
	line-height: 1;
	position: relative;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

section, article, aside, header, footer, nav, dialog, figure {
	display:block;
}

body {
	background: #e8e9eb;
	color:#222;
	margin:0 auto 50px;
	width:700px;
	font-family: Calibri, Helvetica, Arial, sans-serif;
	line-height: 1.3em;
	font-size: 1.2em;
	text-shadow: 0 1px 0 #fff;
}

h1 {
	font-weight: normal;
	font-size: 1.7em;
	margin-bottom: 1em;
	text-align: center;
	text-transform: uppercase;
}

ul {
	list-style: none;
}

p {
	margin-bottom: 1em;
}

ul li {
	font-weight: bold;
	text-shadow: 0 1px 0 #eee;
}

.ui-state-focus { outline: none; }

ul ul li {
	font-weight: normal;
	padding: 0;
	margin:0;
}

.content {
	margin-bottom: 0.5em;
}

.dataTables_paginate {
	float: right;
	margin-top:-24px;
}

a {
	color: #eee;
	text-decoration: none;
	background: #333;
	background: linear-gradient(top, #333 0%, #222 100%);
	padding:5px 8px;
	font-size: 0.8em;
	text-shadow: 0 1px 0 #000;
	margin-bottom:10px;
	border-radius:4px;
	border:1px solid #18191B;
	cursor:pointer;
	margin-left:5px;
}

h3:active {
	outline: none;
}



#accordion p {
	margin: 0;
}

table {
	width:100%;
	font-size: 0.9em;
	margin-bottom: 30px;
	margin-top:30px;
}

td {
	padding:5px;
	border:1px solid #28292b;
}

.dataTables_filter {
	display: none;
}

.DTTT_container {
/* 	float: right; */
}

#sygehusadresser_length {
  float: right;
margin-top:-30px;
}

button {
	background: #333;
	background: linear-gradient(top, #333 0%, #222 100%);
	color:#fafafa;
	border-radius:4px;
	border:1px solid #18191B;
	margin-left:5px;
	font-size: 0.6em;
	padding:5px 7px;
}

th {
	text-shadow: 0 1px 0 #000;
	color:#fff;
	background: #28292b;
	border:1px solid #28292b;
	text-align: center;
	padding:5px;
}

a:hover, button:hover {
	background: #222;
	background: linear-gradient(top, #222 0%, #111 100%);
}

a:active, button:active {
	background: #111;
	background: linear-gradient(top, #111 0%, #000 100%);
}

.content h4 {
	text-transform: uppercase;
	color:#444;
	font-size: 0.9em;
}

.content p {
	font-size: 0.9em;
	line-height: 1.2em;
}

.content a {
	color: #111;
	text-decoration: none;
	background: #f8f9fb;
	background: linear-gradient(top, #f8f9fb 0%, #e8e9eb 100%);
	padding:20px;
	text-shadow: 0 1px 0 #fff;
	margin-bottom:10px;
	border-radius:4px;
	border:1px solid #c8c9cb;
	position: relative;
}

.content a:hover {
	color: #111;
	text-decoration: none;
	display: block;
	background: #e8e9eb;
	background: linear-gradient(top, #e8e9eb 0%, #d8d9db 100%);
	padding:20px;
	text-shadow: 0 1px 0 #fff;
	margin-bottom:10px;
	border-radius:4px;
	border:1px solid #c8c9cb;
}

.content a:active {
	color: #111;
	text-decoration: none;
	display: block;
	background: #d8d9db;
	background: linear-gradient(top, #d8d9db 0%, #c8c9cb 100%);
	padding:20px;
	text-shadow: 0 1px 0 #fff;
	margin-bottom:10px;
	border-radius:4px;
	border:1px solid #c8c9cb;
}

a.video:after {
	content:"";
	display: block;
	position: absolute;
	background: url(/assets/images/video.png) top right no-repeat;
	right:0;
	top:0;
	height:40px;
	width:70px;
}

a.video:hover {
	background: url(/assets/images/video.png) top right no-repeat, linear-gradient(top, #e8e9eb 0%, #d8d9db 100%);
}

a.video:active {
	background: url(/assets/images/video.png) top right no-repeat, linear-gradient(top, #d8d9db 0%, #c8c9cb 100%);
}

img {
	display: block;
	margin:2em auto;
}

#videos {
	position: absolute;
	left:-9999px;
}

#back {
	text-align: center;
	margin:40px auto 0;
}

#vejledning_box {
  padding: 20px;
  background: #d8d9db;
  display: none;
  position: relative;
  top:0;
  right:0;
}

input {
	border:1px solid #000;
	padding:5px;
	width:200px;
	background: #555;
	color:#efefef;
}

input:focus {
  outline: none;
  background: #888;
}

#vejledning {
  text-align: right;
}

#vejledning a {
  position: relative;
  top:0;
  color:#fff;
  text-shadow: 0 1px 0 #000;
  padding: 5px 8px;
  border-radius: 0 0 4px 4px;
}

#specialadresser {
  margin-top: 2em;
}