body {
	background-color: #f8f8f8;
}

h1 {
	font-size: 36px;
	font-weight: bold;
}

h2 {
	font-size: 24px;
	font-weight: bold;
}

div.version {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: -1;
	padding: 10px 0 0 10px;
	font-size: 12px;
}

div.center {
	width: 800px;
	margin: 0px auto; /* center */
}

.topmenu {
	margin: 20px 0 50px 10px;
}

.menuitem {
	width: 100px;
	display: inline-block;
	text-align: center;
}

.selected {
	border-bottom: 5px solid darkgray;
}

.status {
	color: green;
	font-style: italic;
	margin: 10px 0 10px 0;
}

.filter-radio {
}

.filter-icon {
	width: 12px;
	padding: 0 5px 0 0;
}

.filter-typ {
	padding: 0 10px 0 20px;
	width: 60px;
	display: inline-block;
}

.filter-action {
	padding: 0 10px 0 10px;
	width: 60px;
	display: inline-block;
}

.filter-text {
	padding: 0 10px 0 10px;
}

.rullyta {
	height: 400px;
	overflow: scroll;
}

.edit {
	vertical-align: top;
}

.edit-topp {
	margin: 10px 40px 20px 30px;
}

.edit .rad {
	margin: 30px 0;
}

.edit .namn {
	margin: 20px 0 0 0;
	width: 160px;
	display: inline-block;
}

.edit .inbox {
	width: 350px;
	display: inline-block;
}

.edit .link {
	margin: 20px 0 0 0;
	width: 100px;
	display: inline-block;
}

.helptext {
	font-size: 12px;
	font-style: italic;
	color: #808080;
}

.knappar {
	margin: 50px 0 0 0;
}

.knappar input {
	margin: 0 0 0 50px;
}

.kryssrutor {
	margin: 0 0 10px 40px;
}

.kryssruta {
	width: 100px;
	display: inline-block;
}

.radioknapp {
	margin: 0 5px 0 10px;
}

.totalantal {
	margin: 30px 0 20px 0;
	font-size: 18px;
	font-weight: bold;
}

.lista {
	margin: 20px 0 0 0;
}


.listrubrik {
	font-weight: bold;
	white-space: nowrap;
	padding-right: 15px;
}

.listkolumn {
	padding-right: 15px;
}

.fillista {
	font-family: monospace;
	margin: 20px 0 0 10px;
}

.statistik-kol {
	text-align: right;
	padding-right: 15px;
}

.resultat {
	border: 1px solid yellow;
	background-color: #E0E0E0;
	padding: 0 0 0 20px;
}

.resultat_rubrik {
	margin: 10px 0 0 0;
	font-size: 18px;
	font-weight: bold;
}

.resultat_ok {
	font-size: 14px;
	color: green;
}

.resultat_fel {
	font-size: 14px;
	color: red;
}

.resultat_summering {
	font-size: 14px;
	color: blue;
	font-weight: bold;
}

.resultat_regexp {
	font-size: 14px;
	font-style: italic;
}

.compress {
	padding-left: 5px;
}

.tider {
	margin-bottom: 30px;
	cursor: pointer;
}

.tid {
	margin-right: 10px;
	padding: 5px;
	width: 60px;
	text-align: center;
	display: inline-block;
	background-color: #ddd;
}

.tid_checked {
	background-color: #bbb;
}

/****************************************/
/*         Utseende av tabbar           */
/****************************************/

/* Style the tab */
div.tabarea {
	width: 550px;
}

div.tab {
	overflow: hidden;
	border: 1px solid #ccc;
	background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
div.tab button {
	background-color: inherit;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
}

/* Change background color of buttons on hover */
div.tab button:hover {
	background-color: #ddd;
}

/* Create an active/current tablink class */
div.tab button.active {
	background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
	display: none;
	padding: 6px 12px;
	border: 1px solid #ccc;
	border-top: none;
}

.edit_dialog {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.edit_dialog_content {
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	border: 1px solid #888;
	width: 300px;
}

.modified {
	font-style: italic;
}

.deleted {
	text-decoration: line-through;
}
