body {
	font-family: Helvetica, Arial, sans-serif;
	font-variant-numeric: tabular-nums;
	/*width: 1280px;*/
	top: 0px;
	margin-top: 0px;
	margin-left: 0px;
	/*background-color: #ffffff;*/
}

header {
	font-weight: 600;
	font-size: 24px;
}

div { 
	font-family: Helvetica, Arial, sans-serif; 
	font-variant-numeric: tabular-nums;
}

input {
	margin-bottom: 20px;
}

label {
	background-color: #ffffff;
	border: 0px solid #ccc;
}

select {
	margin-bottom: 20px;
}

.kant {
	border: 1px solid black;
}

.underkant { border-bottom: 1px solid #a5a5a5; }

.container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	/*grid-template-columns: 100px 300px;*/	
	width: 300px;
	padding-right: 25px;
	border: 1px solid black;
}

.container.liste {
	grid-template-columns: 1fr;
	width:  750px;
}

.container.register {
	grid-template-columns: 1fr 2fr;
	width: 200px;
}

.vns {
	float: left;
}
.hjr {
	float: right;
}

.rght {
	text-align: right;
}

.nln {
	display: inline;
}

.nlnblck {
	display: inline-block;
}

.vis {
	display: block;
}

.skjul {
	display: none;
}

/* MENU */
/*div#navigation {
	
	padding: 0px;
}*/

#logo {
	position: relative;
	float: right;
	padding-top:10px;
	padding-right: 20px;
}

.logo {
	font-family: AAU;
	font-weight: 600;
	font-size: 56px;
	padding: 24px 20px 0px 20px;
	color: #000000;
}

div#navigation {
	width: 100%;
	/*background-color: #BFD730;*/
	background-color: #ffffff;
	color:  #000000;
	height: 56px;
	padding:  10px;
	margin: auto;
}

menu {
  list-style-type: none;
  padding: 10px 0 0 20px;
  overflow: hidden;
}

menu li {
	float: left;
	padding-right: 0px;
	margin-right: 25px;
	display: block;
}

.menu {
	/*font-weight: 600;*/
	font-family: Helvetica, sans-serif;
	/*font-size: 12px;*/
}

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

.menu a:hover {
	text-decoration: underline;
	color: #000000;
}

.menu a:visited {
	text-decoration: none;
	color: #000000;
}

/* Service menu */
nav ul {
    list-style: none;
    padding: 0;
    margin: 5px;
}

nav li {
    display: inline;
   /* border: solid;
    border-width: 1px 1px 0 1px;*/
    margin: 0 5px 0 0;

}

nav li.selected {
	border-bottom: 3px solid #BFD730;
	background-color: #ffffff;
}

nav li.unselected {
	  border-bottom: 3px solid #ffffff;
}
nav li a {
    padding: 0 10px;
}

#content {
   /* border-top: 1px solid;*/
}

#selected {
    padding-bottom: 1px; 
    background: yellow;
}

table .tbl {
	font-variant-numeric: tabular-nums;
	border-collapse: collapse;
	width: 100%;
}

th { border-bottom: 1px solid; }

td { padding-right: 10px; }
.falign {
	/*border: 1px solid blue;*/
	font-family: menlo,courier new;
	font-size: .8em;
}
/* Service menu */

details {
	padding-bottom: 20px;
}

/*details > summary {
	list-style-type: none;
	cursor: pointer;

}

details > summary::before {
	content: ">";
}*/

.bullet {
	font-family: FontAwesome, Helvetica, Arial, sans-serif; 
	cursor: pointer;
}

.bullet::before {
	padding-right: 5px;
	content: "\f078";
}

.nobullet {
	list-style-type: none
}

/* menu end */

/* main */

main {
	padding-left: 20px;
	margin-top: 20px;
}
.rkant {
	border: 5px solid red;
}
.itemUp, .itemDown {
	cursor: pointer;
	text-align: right;
}

.itemUp::after {
	/*padding-left: 10px;*/
	content: "<";
}

.itemDown::after {
	/*padding-left: 10px;*/
	content: ">";
}

.hand {
	cursor: pointer;
}

.arrow {
	/*cursor: pointer;*/
	font-family: Helvetica, Arial, sans-serif, FontAwesome; 
}

.arrow::after {
	padding-left: 10px;
	content: "\f061";
}

.x {
	font-family: FontAwesome, Helvetica, Arial, sans-serif; 
	cursor: pointer;
}

.x::before {
	padding-right: 5px;
	color: red;
	content: "\f069";
}

.edit {
	cursor: pointer;
	font-family: FontAwesome, Helvetica, Arial, sans-serif; 
}

.edit::after {
	float: right;
	padding-left: 10px;
	content: "\f044";
}

.delete {
	cursor: pointer;
	font-family: FontAwesome, Helvetica, Arial, sans-serif; 
}

.delete::after {
	color: black;
	font-size: 18px;
	margin-left: 15px;
	content: "\f057";
}

.back {
	cursor: pointer;
	font-family: FontAwesome; 
}

.back::after {
	float: left;
	color: black;
	font-size: 36px;
	margin-right: 15px;
	content: "\f190";
}

.add {
	cursor: pointer;
	font-family: FontAwesome; 
}

.add::after {
	float: right;
	color: black;
	content: "\f055";
}

.search {
	cursor: pointer;
	font-family: FontAwesome; 	
}

.search::after {
	font-size: 1em;
	/*float: right;*/
	color: black;
	content: "\f002";
}

.w20 { width: 20px; }
.w100 { width: 100px; }
.w200 { width: 200px; }
.w300 { width: 300px; }
.w400 { width: 400px; }
.w400 { width: 500px; }
.w10pct { width: 10%; }
.w25pct { width: 25%; }
.w50pct { width: 32%; }
.w100pct { width: 100%; }

.h20 { height: 20px; }
.h30 { height: 30px; }
.h50 { height: 50px; }
.h100pct { height: 100%; }

.p1 { padding: 1em; }
.p2 { padding: 2em; }

.pTop10 { padding-top: 10px; }
.pTop20 { padding-top: 20px; }

.pRight15 { padding-right: 15px; }
.pRight20 { padding-right: 20px; }
.pLeft15 { padding-left: 15px; }
.pLeft20 { padding-left: 20px; }

.mBot20 {
	margin-bottom: 20px;
}

.line100 {
	width: 100%;
	color: #a5a5a5;
}

.f10 { font-size: 10px; }
.f12 { font-size: 12px; }

.fed { font-weight: bold; }

.rund5 { border-radius: 5px; }

/*.bggreen { background-color: #BFD730; }*/
.bggreen { background-color: #D9DCC7; }

.clr {
	clear: both;
}

.pos { position: relative; }

.bg {
	background-color: #ff0000;
}

.instData {
	background-color: #ffffff;
	position: absolute;
	/*top: 0;*/
	left: 0;
/*	transform: translate(-50%, -50%);*/
	width: 100%; 
	/*height: 100%;*/
	z-index: 25;
	overflow: visible;
	padding-left: 20px;
}
  
fieldset {
	border-radius: 5px;
	padding-top: 5px;
	border: 1px solid black;

}
legend {
	padding: 0px 10px 0 10px;
	font-size: 1.5em;
	font-weight: bold;
}

.edit_row {
  overflow: hidden;
  margin: 2px;
}

.edit_box {
/*	width: 400px;*/
	border-radius: 5px;
/*background-color: #efffef;*/
	padding: 5px;
	margin: 5px;
	float: left;
	position: relative;
}

a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #0000ff;
	text-decoration: underline;
}

a:visited {
	color: #123456;
}

.logo a:hover {
	color: #000000;
}

.logo a:visited {
	color: #000000;
}

.histogram {
	overflow: hidden;
	color: #66b340;
	font-family: helvetica, arial, sans-serif;
}

.overlay {
	position: absolute;
	display: block;
	opacity: .85;
	top: 0px;
	left: 0px;
	background: #000;
	width: 100%;
	/*height: 100%;*/
	z-index: 50;
}

.error {
	color: #ff0000;
	font-size: .8em;
}