/* 009ddc */
html, body {
	height:100%;
	margin:0;
	background-color:#fff;
}

html {
	font-family: 'Open Sans', 'sans-serif';
	font-size:13px;
	overflow: -moz-scrollbars-vertical; 
	overflow-y: scroll;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.hidden {
	display:none !important;
}

.shown {
	display:block;
}

/* Generelle links */
a, a:hover {
	color: #009ddc;
}

table td {
	vertical-align: top;
}

/* Test om h1, h2, h3 og p kan sættes uden problemer... gå et par sider igennem */
p { line-height: 1.7em; }
h1, h2 { font-weight:normal; }
h1 { font-size:20px; }
h2 { font-size: 16px; }



/* Hvis linket skal være wrappet med "[ " og " ]" benyttes bare link */
/*
.link {}
.link:before { content: "[ "; }
.link:after { content: " ]"; }
*/
.link-edit { /* intet ikon endnu */}
.link-delete { background: transparent url('/grafik/delete_icon.gif') no-repeat 0 50%; }
.link-up { background: transparent url('/grafik/arrow_up_blue.png') no-repeat 0 50%; }
.link-down { background: transparent url('/grafik/arrow_down_blue.png') no-repeat 0 50%; }
.link-pdf {	background: transparent url('/grafik/pdficon_small.gif') no-repeat 0 50%; }
.link-search { background: transparent url('/grafik/find.png') no-repeat 0 50%; }
.link-mail { background: transparent url('/grafik/mail_16.png') no-repeat 0 50%; }
.link-withdrawn { background: transparent url('/grafik/stop.png') no-repeat 0 50%; }

.link-edit,
.link-delete,
.link-up,
.link-down,
.link-search,
.link-mail,
.link-withdrawn,
.link-pdf {
	margin-left:21px; /* plads til ikonet, men teksten skal centreres */
}

.link-hide-text {
	width: 21px;
	margin-left:0px;
	overflow: hidden;
	text-indent: -9999px;
	display: inline-block;
	min-height:20px;
	line-height:0px;
	font-size:0px;
}

#container {
	position:relative;
	width:100%;
	min-width:960px;
	min-height:100%;
	padding-bottom:64px;
}

#header {
	background-color:#f6f6f8;
	position:fixed;
	width:100%;
	z-index:1;
}

#header:after { /* Transition to white into content area with borders */
	content: "";
	display:block;
	position:absolute;
	height:0px;
	left:0;
	right:0;
	bottom:-2px;
	border-top:1px solid #eaeaea;
	border-bottom:1px solid #f8f8f8;
}

#header a {
	text-decoration:none;
}

.menu-wrap {
	width:960px;
	margin:0px auto;
}

#content {
	width:960px;
	margin:0px auto;
	padding:90px 10px 10px 10px;
}


/******************************************************
	FOOTER
*****/
#footer {
	position:absolute;
	height:64px;
	width:100%;
	left:0;
	bottom:0;
	text-align:center;
	overflow:hidden;
	background-color:#f5f6f8;
	padding-top:6px;
}

#footer:before { /* transition from content area */
	position:absolute;
	display:block;
	content: "";
	left:0;
	top:0;
	right:0;
	border-top:1px solid #dfe0e2;
	border-bottom:1px solid #edeef0;
}

#footer dl {
	margin:4px;
	height:20px;
}

#footer dt {
	display:inline-block;
	line-height:20px;
	height:20px;
	overflow:hidden;
	margin-left:15px;
	color:#888;
}

#footer dt:before {
	display:inline-block;
	content:"|";
	margin-right:15px;
	vertical-align: top;
	color:#aaa;
}

#footer dt:first-child {
	margin-left:0;
}

#footer dt:first-child:before {
	display:none;
}




/*******************************************************
	MENUS
*/

/* MENU-NAV (dropdown) */
#menu-nav {
	position:fixed;
	height:100%;
	left:0;
	border-right: 2px solid #009ddc;
	overflow:hidden;
	overflow-y:auto;
	background-color:#f5f6f8;
	z-index:5;
	padding: 0 15px;
	min-width:270px;
}

/* reset */
#menu-nav li, #menu-nav ul {
	list-style:none;
	margin:0;
	padding:0;
}

#menu-nav span {
	background-color:#ff992e;
	display:inline-block;
	color:#fff;
	border-radius:2px;
	margin-left:5px;
	padding:0 5px;
	line-height: 17px;
}

/* overskrifter */
#menu-nav li a {
	text-decoration:none;
	color:#333;
	font-weight:600;
	font-size:14px;
	cursor:default; /* fjern cursor indtil vi har dashboards på de forskellige sektioner */
	display:block;
	line-height:40px;
	white-space:nowrap;
	padding-left:15px;
}

#menu-nav li a.link:hover {
	color: #009ddc;	
}

/* box under overskrift (sub listen) */
#menu-nav li ul {
	padding-left:30px;
	/* Border version */
	/*
	border-bottom:2px solid #009ddc; 
	padding-bottom:15px;
	margin-bottom:7px;
	*/
	/* Uden border */
	padding-bottom:10px;
}

/* Det sidste ul (der indeholder sidste sub liste) */
#menu-nav li:last-child ul {
	border-bottom:none;
}

/* selve linksne, som er lidt lysere */
#menu-nav li ul a {
	font-weight:normal;
	font-size:12px;
	cursor:pointer;
	/* Stor version */
	/*line-height:24px;*/
	/* Lidt mere kompakt */
	line-height:24px;
	color:#666;
}

#menu-nav li ul a:hover {
	color:#009ddc;
}

#menu-nav-close {
	position:absolute;
	top:0;
	right:0;
	padding:6px 14px 8px 16px;
	font-size:17px;
	color:#BCBCBC;
	font-weight:normal;
	z-index:2;
}

#menu-nav-close:hover {
	color:#B03F3F;
}

#menu-nav-lock {
	position:absolute;
	top:0;
	right:30px;
	padding:6px 14px 8px 16px;
	font-size:17px;
	color:#BCBCBC;
	font-weight:normal;
	z-index:2;
}

#menu-nav-lock:hover {
	color:#B03F3F;
}

/* MENU 1 (menu bar) (wrapper) */
#menu-bar {
	height:40px;
	border-bottom:1px solid #e2e2e4;
	position:relative;
	z-index:1;
	overflow: visible;
}

#menu-bar:after { /* shadow effect */
	content: "";
	display:block;
	position:absolute;
	z-index:-1;
	height:0px;
	left:0;
	right:0;
	bottom:0;
	border-top:1px solid #f2f2f4;
	border-bottom:1px solid #ebebed;
}

#menu-bar a {
	color:#555;
	line-height:40px;
	display:inline-block;
}

#menu-nav-button { /* "button" to "activate" the dropdown */
	position:absolute;
	display:block;
	top:0; left:0;
	line-height:40px;
	height:40px;
	padding-left:10px;
	font-size:14px;
	font-weight:600;
}

@media screen and (max-width: 1110px){
	#menu-nav-button a { /* "button" to "activate" the dropdown */
		font-size:0px;
	}
	#menu-nav-button i { /* "button" to "activate" the dropdown */
		font-size:14px;
	}
}

@media screen and (max-width: 1000px){
	#menu-client {
		margin-left:23px;
	}
}

#menu-nav-button i {
	margin-right:6px;
	font-weight:normal;
}


#menu-client {
	float: left;
	white-space: nowrap;
}

#menu-user {
	position: relative;
	white-space: nowrap;
}

#menu-client span, #menu-user span, #menu-client a.not-a-link:hover span, #menu-user a.not-a-link:hover span {
	display:inline-block;
	margin-left:5px;
	color:#888;
}

#menu-client a, #menu-user a {
	padding:0 10px;
}

#menu-client a:hover, #menu-user a:hover, #menu-user a:hover span {
	text-decoration:underline;
	color:#009ddc;
}

#menu-user a.not-a-link:hover {
	text-decoration:none;
	color:#555;
}

#menu-client a:hover i, #menu-user a:hover i {
	color:#009ddc;
}

#menu-client i, #menu-user i {
	margin:0 5px;
	color:#555;
	font-size:14px;
}

#menu-client a.advarsel, #menu-client a.advarsel i {
	color:red;
}

#menu-client a.not-a-link:hover {
	text-decoration:none;
	color:#555;
}

#menu-user {
	float:right;
	text-align:right;
}

/* MENU 2 (context menu) */
#menu-context {
	background-color:#fff;
	height:40px;
}

#menu-context a {
	text-decoration: none;
	display:inline-block;
	margin-left:15px;
	line-height:40px;
	height:40px;
}

#menu-context a:before {
	font-family: FontAwesome;
	content: "\f105";
	color:#888;
	margin-right:15px;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}

#menu-context a:first-child {
	margin-left:10px;
}

#menu-context a:first-child:before {
	display:none;
}

#menu-context a:last-child {
	color:#888;
	cursor:default;
}


/* MENU 3 (action menu) */
#menu-action { /* Repeating background */
	background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAAACCAMAAACAE/LrAAAABlBMVEXr7O7i4+UNNfxNAAAAD0lEQVQoz2NgHOGAYaQDAIORAQEoHm7zAAAAAElFTkSuQmCC') repeat-x;
}

#menu-action .menu-wrap {
	padding:11px 10px;
}

/* When there is no content in the action menu it should have 0 height (it still has the bottom transition) */
#menu-action .menu-wrap:empty {
	padding:0;
}

#menu-action a {
	display:inline-block;
	margin-right:25px;
}

#menu-action a:hover {
	text-decoration: underline;
}


/* MENU HJÆLP */
#menu-help {
	position: absolute;
	top: 40px;
	right: 50%;
	margin-right: -480px;
	height: 40px;
	overflow: visible;
}
.help-menu {}
.help-menu-title {
	padding-right: 40px;
	line-height: 40px;
	color:#888;
}

.help-menu-icon {
	position: absolute;
	right: 12px;
	top: 6px;
	font-size: 20px;
	color:#009ddc;
}

.help-menu-list {
	position: absolute;
	color: #000;
	background-color:#fff;
	padding: 6px;
	border: 1px solid rgba(0, 0, 0, 0.14902);
	border-top: 0px none;
	box-shadow: rgba(0, 0, 0, 0.298039) 0 2px 3px -1px;
	background-clip: padding-box;
	-webkit-box-shadow: rgba(0, 0, 0, 0.298039) 0 2px 3px -1px;
	-webkit-background-clip: padding-box;
	-webkit-user-select: none;
	list-style: none;
	margin: 0;
	padding: 10px;
	right: 0;
	z-index: 1001;
	display: none;
}

.help-menu-list li {
	white-space: nowrap;
}

.help-menu-list a {
	margin-left: 5px;
}

.help-menu:hover .help-menu-list {
	display: block;
}

ul.inline-menu	{
	list-style:none;
	margin:0px;
	padding:0px; 
}

ul.inline-menu li {
	display:inline-block;
	margin: 0px 0px 0px 10px;
}

/*
SPROG MENU
*/
.lang-menu {
	position: absolute;
	background-color: #fff;
	border: 1px solid black;
	top: 34px;
	right: 0px;
	z-index: 1020;
	text-align:left;
	width:111px;
}

#menu-bar .lang-menu a {
	display: block;
	line-height:26px;
}

/* clearfixes */
.grid-row:after,
.cf:after,
.form-group:after,
.cols-content:after,
.genvejs-menu:after,
.grid-1:after,
.grid-2:after,
.grid-3:after,
.grid-4:after,
.grid-5:after,
.grid-6:after,
.grid-7:after,
.grid-8:after,
.grid-9:after,
.grid-10:after,
.grid-11:after,
.grid-12:after, 
.vertical-links:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}


/********************************************************
	TABLE DEFAULT
***/

.table-default {
	width:100%;
	border-collapse:collapse;
	margin-bottom:20px;
}

.table-default th {
	text-align:left;
	background-color:#efefef;
	line-height:24px;
	font-weight:600;
}

.table-default tr:nth-child(2n + 1), .table-default tr.even {
	background: rgb(249,249,249); /* IE fallback */
	background: rgba(0,0,0,0.03);

}

.table-default tr.odd {
	background-color:transparent;
}

.table-defailt tr.light {
	background-color:transparent;
}

.table-default td {
	line-height:20px;
}

.table-default td, .table-default th {
	padding:2px 5px;
	vertical-align: top;
	border:1px solid #dedede;
}

.table-default td:last-child, .table-default th:last-child {
	padding-right:5px;
}

.table-default .closed td,
.table-default .inactive td,
.table-default .reconciled td,
.table-default .dimmed td {
	color: #808080;
}

.table-default .right {
	text-align: right;
}

.table-default tr.light {
	background-color:transparent;
}

.small-text {
	font-size:11px;
}



/********************************************************
	TABLE HIGH CONTRAST
***/
.table-high-contrast {
	width:100%;
}

.table-high-contrast th {
	text-align:left;
	vertical-align: top;
	background-color:#c0c0c0;
	line-height:24px;
	padding-left:5px;
}

.table-high-contrast tr {
	background-color:#66FF66;
}

.table-high-contrast td {
	line-height:20px;
	padding-left:5px;
	vertical-align: top;
}

.table-high-contrast .closed td,
.table-high-contrast .inactive td,
.table-high-contrast .reconciled td,
.table-high-contrast .dimmed td {
	color: #F5A9A9;
}

.table-high-contrast .right {
	text-align: right;
}


/******************************************************
CONTEXT, ACTION, DASHBOARD and GENVEJS MENU
***/

.context-menu {
	position: absolute;
	top: 36px;
	left: 8px;
}

.action-menu {
	position: absolute;
	bottom: 8px;
	left: 8px;
	width:794px;
}

.context-menu a, .action-menu a {
	display: inline-block;
	margin-right: 24px;
}

.context-menu a:before, .action-menu a:before, .genvejs-menu a:before {
	content:"[ ";
}

.context-menu a:after, .action-menu a:after, .genvejs-menu a:after {
	content:" ]";
}


.dashboard-menu {
	min-height: 200px;
}

.dashboard-menu:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}

.dashboard-menu a {
	display: block;
	float: left;
	width: 20%;
	height: 66px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: 50% 0;
	padding-top: 53px;
	margin: 27px 0;
	font-size: 11px;
	text-decoration: none;
	color: black;
	position:relative;
}

.dashboard-menu i {
	display:block;
	position:absolute;
	color:#009ddc;
	top:0;
	left:50%;
	margin-left:-21px;
	font-size:46px;
}

.dashboard-menu a:hover {
	color: #009ddc;
}

.dashboard-menu a.nedtonet {
	color:#aaa;
	-webkit-filter: grayscale(100%);
	filter: gray;
}

.dashboard-menu a.nedtonet:hover {
	color:#009ddc;
	-webkit-filter: none;
	filter: none;
}

.genvejs-menu { /* clearfix applied */
	margin-bottom: 10px;
	padding:5px;
	border:1px solid #dfdfdf;
	border-left:3px solid #81bd00;
}

.genvejs-menu a {	display:block;
	float:left;
	margin:5px;
}

.genvejs-menu br {
	clear:left;
}

.genvejs-submenu {
	display:none;
	position:absolute;
	background-color:#fff;
	padding: 10px;
	border:1px solid #dfdfdf;
	z-index:1002;
}

.genvejs-menu-title {
	font-weight: bold;
	margin-left: 5px;
}
/******************************************************
#modal-box
	#modal-inner
		#modal-title
		#modal-close
		#modal-contents
			#modal-iframe
		#modal-help-menu
			.help-menu-title
			.help-menu-icon
			.help-menu-list (ul)
		#modal-buttons
			.modal-button

***/
#modal-box {
	position:absolute;
	background:transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgAQMAAABJtOi3AAAAA1BMVEUAAACnej3aAAAAAXRSTlPFq+juWQAAAAtJREFUCNdjGOQAAACgAAH4BzM6AAAAAElFTkSuQmCC');
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	z-index:3001;
}

#modal-inner {
	position:fixed;
	width:960px;
	margin-left:-480px;
	left:50%;
	top:100px;
	bottom:100px;
	border:1px solid #fff; /* inner margin fix */
	background-color:#fff;
	box-shadow: rgba(0, 0, 0, 0.298039) 0 2px 16px -1px;
	background-clip: padding-box;
	-webkit-box-shadow: rgba(0, 0, 0, 0.298039) 0 2px 16px -1px;
	-webkit-background-clip: padding-box;
}

#modal-title {
	position:absolute;
	top:0;
	right:0;
	left:0;
	height:34px;
	line-height:32px;
	font-size:16px;
	font-weight:bold;
	text-indent:10px;
	color:#fff;
	background-color: #00addb;
	border-bottom: 1px solid #00addb;
	/*
	border-bottom:1px solid #ccc;
	overflow-y:auto;
	*/
}

#modal-close {
	position: absolute;
	right:0;
	top:0;
	/*
	background-color: #d31919; 
	border-radius: 2px;
	*/
	color: #fff;
	font-weight: normal;
	font-size: 14px;
	padding: 4px 8px;
	line-height: 14px;
	margin: 5px;
	cursor:pointer;
}

#modal-contents {
	position:absolute;
	top:34px;
	right:0;
	bottom:0;
	left:0;
	padding:10px;
	overflow-y:auto;
}

#modal-iframe {
	width:100%;
	height:100%;
}

#modal-help-menu {
	position:absolute;
	left:0;
	top:34px;
	bottom:0;
	background-color:#fff;
	list-style:none;
	width:250px;
	border-right: 1px solid #ccc;
	overflow:auto;
}

#modal-help-menu .help-menu-list {
	position:relative;
	display: block;
	right:auto;
	border:0px none;
	box-shadow: none;
	-webkit-box-shadow: none;
	padding:0;
}

#modal-help-menu .help-menu-list li {
	white-space: nowrap;
	line-height: 32px;
	border-bottom:1px solid #ccc;
	padding-left: 8px;
}

#modal-help-menu .help-menu-list a {
	margin-left: 5px;
}

#modal-help-menu .help-menu-title, #modal-help-menu .help-menu-icon {
	display: none;
}

#modal-buttons {
	position: absolute;
	background-color:silver;
	height: 40px;
	bottom: 0;
	width: 100%;
}

.modal-button {
	display:inline-block;
	margin: 10px;
	padding: 0 10px;
	height: 20px;
	line-height: 20px;
	background-color: blue;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

/******************************************************
dropdown-box generisk box til diverse dropdown menuer
*/
.dropdown-box, .valerror-position {
	background-color: #fff;
	color: #000;
	padding: 6px;
	/* border-radius: 3px; */
	border-color:#aeaeae; /* IE 8 SUPPORT */
	border: 1px solid rgba(0, 0, 0, 0.14902);
	box-shadow: rgba(0, 0, 0, 0.298039) 0 1px 4px -1px;
	background-clip: padding-box;
	-webkit-box-shadow: rgba(0, 0, 0, 0.298039) 0 1px 4px -1px;
	-webkit-background-clip: padding-box;
	-webkit-user-select: none;
}

/******************************************************
FORM STYLING

input_container
	input_section
		heading
		row
			label
			input
				[text]
				block-help
				[checkbox]
				block-help
				[password]
				block-help
				[radio]
				block-help
submit
***/

/* The outer box containing a collection */
.fieldset {
	background-color:#f5f6f8;
	padding-bottom:1px;
	margin:20px 0;
	position:relative;
}

.fieldset .status {
	background-color:#c9dff1;
	position:absolute;
	left:0;
	padding:0 12px;
}

.fieldset .status font {
	font-size:28px;
}

.block-help, .inline-help {
	color: #888;
	font-style: italic;
	font-weight: normal;
}

.inline-help {
	display: inline-block;
}


/* HEADING */
.legend {
	font-weight:600;
	background-color:#009ddc;
	padding:5px 10px;
	font-size:15px;
	color:#fff;
}

/* ROW */
.form-group { /* clearfix applied */
	margin:10px;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* ROW label container */
.form-label {
	float:left;
	width:23.404%;
	margin-right:2.127%;
	text-align:right;
	line-height:20px;
}

label {
	cursor: pointer;
}

/* ROW input container */
.form-input {
	float:left;
	width:72.34%;
	/* leftover 2.127% */
}

.block-help {

}

input[type="text"],
input[type="password"],
select,
textarea {
	font-family: Tahoma;
	font-size: 8pt;
}

select {
	height:19px;
	margin-top:2px;
	margin-bottom:2px;
}

input[type="text"].center,
input[type="password"].center,
select.center,
textarea.center {
	text-align: center;
}

input[type="text"].right,
input[type="password"].right,
select.right,
textarea.right {
	text-align: right;
}


/* TINY */
input[type="text"].tiny,
input[type="password"].tiny,
textarea.tiny {
	width:40px;
}
textarea,
textarea.tiny,
textarea.small,
textarea.medium {
	height: 45px;
}

select.tiny {
	width:50px;
}

/* SMALL */
input[type="text"].small,
input[type="password"].small,
select.small,
textarea.small {
	width:80px;
}

/* MEDIUM */
input[type="text"],
input[type="password"],
select,
textarea,
input[type="text"].medium,
input[type="password"].medium,
select.medium,
textarea.medium {
	width:160px;
}

/* LARGE */
input[type="text"].large,
input[type="password"].large,
select.large,
textarea.large {
	width:320px;
}
textarea.large {
	height:97px;
}

/* FULL */
input[type="text"].full,
input[type="password"].full,
select.full,
textarea.full {
	width:100%;
}
textarea.full {
	height:30em;
}

.warning {
	font-weight: bold;
	font-weight: 600;
	margin: 0 auto;
	padding: 5px 5px 5px 60px;
	/* background: #FFB2B2; */
	line-height: 20px;
	width: 600px;
	border: 1px solid #ccc;
	border-left: 3px solid #d66;
	position:relative;
}

.warning:before {
	position:absolute;
	left:16px;
	top:50%;
	margin-top:-10px;
	font-family:'FontAwesome';
	content: "\f071";
	font-size:22px;
	line-height:22px;
	color: #9B2222;
}

/****************************************************
* FLOT CHART OVERWRITES (tilføj chart klasse til container)
******/
.chart .legend {
	background-color:transparent;
}

/****************************************************
* GRID SYSTEM
******/
#content.gridsystem { /* prepare #content for gridsystem */
	margin:0px auto;
	padding:90px 0 10px 0;
}

.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12 { /* clearfix applied */
	margin:10px 1.041%;
	float:left;
	position:relative;
}

.grid-1 {width: 6.25%}
.grid-2 {width: 14.583%}
.grid-3 {width: 22.916%}
.grid-4 {width: 31.25%}
.grid-5 {width: 39.583%}
.grid-6 {width: 47.916%}
.grid-7 {width: 56.25%}
.grid-8 {width: 64.583%}
.grid-9 {width: 72.916%}
.grid-10 {width: 81.25%}
.grid-11 {width: 89.583%}
.grid-12 {width: 97.916%}

.grid-row { /* clearfix applied */ }

/****************************************************
* GRID styling of elements
******/
.grid-heading {
	font-weight:600;
	padding:5px 10px;
	font-size:14px;
}

.grid-content { /* clearfix applied in top */ }

.grid-content p {
	margin:15px 10px;
}

.grid-content h1, .grid-content h2 {
	font-size:18px;
	margin:15px 10px;
	font-weight:400;
	color:#424242;
}

.grid-content h2 {
	font-size:15px;
}

/****************************************************
* COLORS
******/
.colorbg {
	background-color:#f5f5f5;
}

.color1 {
	background-color:#00addb;
	color:#fff;
}

.color2 {
	background-color:#81bd00;
	color:#fff;
}

.color3 {
	background-color:#f35d1a;
	color:#fff;
}

.color4 {
	background-color:#fec400;
	color:#fff;
}

/****************************************************
* SUPPORTERS
******/
/* ul element */
.supporters { /* clearfix applied */
	list-style:none;
	margin:0;
	padding:0;
}

.supporters li {
	float:left;
	width:50%;
	padding:0 0 15px 20px;
}

.supporters .billede {
	float: left;
	width: 82px;
	margin-right:10px;
}

.supporters .navn {
	font-size: 14px;
	font-weight: 600;
	color: #424242;
}

.supporters .sprog {
	font-size: 13px;
	color: #666;
	font-style: italic;
}

/****************************************************
* VERTICAL LINKS collection
******/
 .vertical-links {/* added to clearfix */
	margin:15px 10px;
 }

.vertical-links a {
	margin-bottom:5px;
	display:block;
	float:left;
	clear:left;
}

/*
	SPINNER
*/
#chartsalg {
	position:relative;
}

#chartsalg .fa-centered {
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-18px;
	margin-top:-18px;
	font-size:36px;
}

/****************************************************
* HELP SEARCH BOX
******/
.help-searchbox {
	float:right;
	padding:10px;
	border:1px solid #dfdfdf;
	border-right:3px solid #81bd00;
	margin-left:20px;
	margin-bottom:20px;
}

.help-searchbox input {
	font-size:1em;
	line-height:1em;
	margin-right:0;
	margin-left:0;
}

.help-searchbox input[type="submit"] {
	margin-left:-1px;
}

.help-searchbox input[type="text"]::-webkit-input-placeholder {
	padding-top:2px;
}

.help-searchbox input[type="text"]:-moz-placeholder {
	padding-top:2px;
}

.help-searchbox input[type="text"]::-moz-placeholder {
	padding-top:2px;
}

.help-searchbox input[type="text"]:-ms-input-placeholder {
	padding-top:2px;
}


/****************************************************
* FILES AND FOLDERS
******/
.files-and-folders a {
	line-height:20px;
}

.files-and-folders i.fa {
	color:#aaa;
}


/****************************************************
* SPREADSHEET TABLE
******/
.spreadsheet-table {
	width:100%;
	border-collapse:collapse;
	table-layout: fixed;
}

/* DIVERSE INPUTS */
.spreadsheet-table input, .spreadsheet-table select, .spreadsheet-table option {
	width:100%;
	height:19px;
	margin:0;
	padding:0;
	border:0px none;
	text-indent:0;
	background:transparent;
	outline: none;
	font-size: 1em;
	font-family:'Open Sans', 'sans-serif';
	color:#333;
}

.spreadsheet-table input {
	/* Chrome has by default 4px padding on the left of each option */
	padding:0 4px;
}

.spreadsheet-table input:focus, .spreadsheet-table select:focus {
	background-color: #fff;
}

.spreadsheet-table button, .spreadsheet-table input[type="button"], .spreadsheet-table input[type="submit"] {
	margin:0;
	height:18px;
	line-height:12px;
	white-space:nowrap;
	color:#009ddc;
	cursor:pointer;
}

.spreadsheet-table td, .spreadsheet-table th {
	border-right:1px solid #cacbcd;
	border-bottom:1px solid #cacbcd;
	min-width:24px;
	text-align: left; /* default alignment for both td and th */
}

/* Kolonne overskrifter */
.spreadsheet-table thead th {
	padding:0 4px;
	height:26px;
	line-height:26px;
	font-weight:600;
	border-bottom:1px solid #a1a2a4;
}

/* hvis der er flere sektioner */
.spreadsheet-table .section-title td {
	padding:0 4px;
	font-weight:600;
	height:26px;
	line-height:26px;
	border-bottom: 1px solid #a1a2a4;
}

/* alignments */
.spreadsheet-table .text-center {
	text-align: center;
}

.spreadsheet-table .text-left {
	text-align: left;
}

.spreadsheet-table .text-right {
	text-align: right;
}


/****************************************************
* KALENDER
******/
.calendar-month {
	width:140px;
	height:185px;
	margin:0 10px;
	float:left;
}

/* overskrifter */
.calendar-month h1 {
	font-weight:400;
	font-size: 18px;
	text-transform: uppercase;
	margin:0 0 5px 5px;
}

.calendar-month b, .calendar-month i, .calendar-month p {
	width: 20px;
	margin:0;
	padding:0;
	float: left;
	display:block;
	height: 20px;
	line-height: 20px;
	text-align: center;
}

/* ugenavne */
.calendar-month b {
	font-weight: 600;
	margin-bottom: 5px;
	text-transform:uppercase;
	background-color:#f2f2f4;
}

/* dage */
.calendar-month i {
	font-style: normal;
}

.calendar-month i:hover {
	background-color:#009ddc;
	border-radius:10px;
	cursor: pointer;
}

/* Controls */
#calendar-year-controls {
	position: relative;
	margin:10px;
	height:30px;
}

.year-title {
	position: absolute;
	width: 100%;
	text-align: center;
	font-size:22px;
}

.calendar-prev-year-btn, .calendar-next-year-btn {
	left: 0;
	position: absolute;
	font-size: 18px;
	margin-top:7px;
	color: #696969;
}

.calendar-next-year-btn {
	left: auto;
	right: 0;
}

.calendar-prev-year-btn:hover, .calendar-next-year-btn:hover {
	color: #009ddc;
	cursor: pointer;
}

/* todo normalize color classes:*/

#modification_area #closed {
	margin-top:10px;
}

/* Farver i kalender */
.opened-by-rule {
	background-color:green;
	border-radius:10px;
}

.closed-by-rule {
	background-color:red;
	border-radius:10px;
}

.closed-by-holiday {
	background-color:orange;
	border-radius:10px;
}

/* farver til listen */
#closed_list .rule-open {
	color:#bbb;
	text-decoration: line-through;
}

.rule-open .fa, .holiday-open .fa {
	color: green;
}

.rule-closed .fa {
	color: red;
}

.holiday .fa {
	color: orange;
}



/* Lister (regler og lukkedage) */
#closed_list { /* container */
	margin:10px 0;
}

#closed_list ul {
	list-style: none;
	margin:0;
	padding:0;
}

.force-open {
	color:#aaa;
	text-decoration: line-through;
}

#rules_list { /* container */
	margin:10px 0;
}

#rules_list ul {
	list-style: none;
	margin:0;
	padding:0;
}

#rules_list ul b, #closed_list ul b { /* dato */
	font-weight: normal;
	display:inline-block;
	padding:0 5px 0 5px;
}

/* slet rediger regler visning af knapper */
#rules_list li a {
	display:none;
}

#rules_list li:hover a {
	display: inline;
}

#new_rule_hide_btn {
	cursor: pointer;
}

/* can be used to simulate h1, h2 */
.title {
	font-size: 22px;
}

.subtitle {
	font-size: 18px;
}


/* tooltips (default=center, right, left) */
.ttip, .ttip-right, .ttip-left {
	color: #1474bd;
	position:relative;
}

.ttip span, .ttip-right span, .ttip-left span {
	position: absolute;
	display: none;
	top: 20px;
	left: -90px;
	width: 200px;
	font-family: tahoma, arial;
	font-size: 13px;
	background-color: #ffffca;
	color: #111;
	border: 1px solid #888;
	padding: 5px;
	opacity: 0.94;
	text-align: left;
}

/* Om tooltippet skal være til højre for ikonet */
.ttip-right span {
	left:0px;
}

/* Om tooltippet skal være til venstre for ikonet */
.ttip-left span {
	left:-190px;
}

.ttip:hover span, .ttip-right:hover span, .ttip-left:hover span {
	display:block;
	z-index:1001;
}

/*************************************************************
FILE CONTROLS
*/
#fileControls {
	position: absolute;
	background-color:#fff;
	border:1px solid #dedede;
	border-bottom:0;
	padding:4px 4px 4px 5px;
	line-height:14px;
	z-index: 999;
}

#fileControls a {
	display:inline-block;
	padding:0 5px;
}

/*************************************************************
BOOKING ICONS
*/
.calendaricon {
	font-size: 22px; /* 14 / 28 /.. */
}

.calendaricon-small {
	font-size: 14px; /* 14 / 28 /.. */
}

.status-blue {
	color: #0066ff;
}

.status-red {
	color: #ff3300;	
}

.status-green {
	color: #33cc00;
}

/*************************************************************
VALIDATION
*/
.valerror-container {
	position: relative;
	overflow: visible;
	width: 0;
	height: 0;
	vertical-align: top;
}

.valerror-position {
	position: absolute;
	background-color: #fcf8e3; /* valerror baggrundsfarve */
	padding: 6px 8px 6px 6px;
}

.valerror-message {
	white-space: nowrap;
}

/* pil */
.valerror-position:before, .valerror-position:after {
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;
	border: 10px solid transparent;
}

.valerror-position:before {
	border-right-color: #fcf8e3; /* valerror baggrundsfarve */
	position: absolute;
	top: 5px;
	left: -19px;
	z-index: 2;
}

.valerror-position:after {
	border-right-color: #aeaeae;
	position: absolute;
	top: 5px;
	left: -20px;
	z-index: 1;
}





#local-header {
	background-color:#f6f6f8;
	width:100%;
}

#local-header:after { /* Transition to white into content area with borders */
	content: "";
	display:block;
	position:absolute;
	height:0px;
	left:0;
	right:0;
	bottom:-2px;
	border-top:1px solid #eaeaea;
	border-bottom:1px solid #f8f8f8;
}

#local-header a {
	text-decoration:none;
}



#menu-action-local { /* Repeating background */
	background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAAACCAMAAACAE/LrAAAABlBMVEXr7O7i4+UNNfxNAAAAD0lEQVQoz2NgHOGAYaQDAIORAQEoHm7zAAAAAElFTkSuQmCC') repeat-x;
}

#menu-action-local .menu-wrap {
	padding:11px 10px;
}

/* When there is no content in the action menu it should have 0 height (it still has the bottom transition) */
#menu-action-local .menu-wrap:empty {
	padding:0;
}

#menu-action-local a {
	display:inline-block;
	margin-right:25px;
}

#menu-action-local a:hover {
	text-decoration: underline;
}

