/*
	(C) Copyright 2018 - Anders Riggelsen
	Denne kildekode må ikke bruges uden udtryklig tilladelse fra Anders Riggelsen (anders.riggelsen@gmail.com)
	- Efter aftale må koden udvides og tilpasses.
	- Udvidelser og modifikationer tilhører de/dem der har lavet ændringerne med mindre andet er aftalt.
	- Anders Riggelsen er ikke ansvarlig for brugen af denne software på nogen måde.
*/
*{box-sizing: border-box;}

html, body{
	margin: 0;
	padding: 0;
	background: #181818;
	font-size: 16px;
	color: #ccc;
}

html{
	height: 100%;
}

body{
	display: grid;
	grid-template-columns: auto;
	grid-template-rows: 64px auto;
	min-height: 100%;
	max-width: 100%;
	max-width: 100vw;
}
@supports (-ms-ime-align:auto) {
	body{
		display: block;
	}
}

hr{
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(175, 175, 175, 0), rgba(175, 175, 175,0.5), rgba(175, 175, 175,0));
    background-image:    -moz-linear-gradient(left, rgba(175, 175, 175, 0), rgba(175, 175, 175,0.5), rgba(175, 175, 175,0));
    background-image:     -ms-linear-gradient(left, rgba(175, 175, 175, 0), rgba(175, 175, 175,0.5), rgba(175, 175, 175,0));
    background-image:      -o-linear-gradient(left, rgba(175, 175, 175, 0), rgba(175, 175, 175,0.5), rgba(175, 175, 175,0));
	margin: 5px 0;
}

pre{
	text-align: left !important;
}

.vr{
    border: 0;
    width: 1px;
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.30), rgba(0,0,0,0));
    background-image:    -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.30), rgba(0,0,0,0));
    background-image:     -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.30), rgba(0,0,0,0));
    background-image:      -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.30), rgba(0,0,0,0));
    background-image:         linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.30), rgba(0,0,0,0));
	margin: 0px;
	padding: 0px;
}

.left{float: left;}
.right{float: right;}
.center{text-align: center;}
.rightImg{float: right;margin-left: 8px;}

.red{
	color: #c90000;
}

label, summary{
	  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
          cursor: pointer;
}

.nopadding{
	padding: 0;
}

.max140{
	max-width: 140px;
}
.centeredText{
	text-align: center;
}

a img{border: 0;}
img{vertical-align: middle;}

.box img{
	vertical-align: middle;
}

input, select, textarea{
	font-size: 1.1em;
	color: #000;
	background-color: #ccc;
	border: 2px solid #000;
}

input[type=checkbox]{
	transform: scale(1.7);
	margin: 5px 10px 5px 5px;
}
input[type=radio]{
	transform: scale(1.4);
	margin: 5px 10px 5px 5px;
	accent-color: black;
}
input[type=time]{
	font-family: monospace;
	font-size: 0.9em;
}
input[disabled]{
	background-color: #666;
}
input::placeholder{
	color: #777777;
}
.noClearButton::-webkit-clear-button {
    display: none;
}
.noClearButton::-ms-clear {
    display: none;
}

.inputHeader{
	font-weight: bold;
	font-size: 1.5em;
}

#testenvironment{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 48px;
	font-weight: bold;
	color: red;
	white-space: nowrap;
	opacity: 0.3;
	pointer-events: none;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
}

#menu{
	text-align: center;
}
#menu ul{
	list-style: none;
	margin: 0;
	padding-left: 4px;
}

#menu ul > li{
	padding: 0 6px 0 6px;
	padding: 0 2vw 0 2vw;
	display: inline-block;
	position: relative;
}

#menu ul > li > a{
	color: #fff;
	position: relative;
}

#menu ul > li > .currentNav{
	font-weight: bolder;
	color: #fff;
	border-bottom: 4px solid #fff;
	text-decoration: none;
}

#menu ul > li > a > .notification{
	position: absolute;
	display: block;
	right: -18px;
	bottom: -12px;
	background: #c90000;
	border-radius: 100%;
	color: #fff;
	width: 17px;
	height: 17px;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}

#indhold{
	position: static;
	margin: 0 0;
	padding: 20px 5vw 50px 5vw;
	grid-area: 2 / 1 / span 1 / span 1;
	overflow: auto;
	width: 100%;
}
.headless{
	grid-area: 1 / 1 / span 2 / span 1 !important;
}

/*
@media only screen 
and (max-width:768px)
{
	#indhold{
		padding: 50px 0 0 50px;
		padding-left: calc(10vw - 40px);
		padding-right: calc(10vw - 40px);
	}
}
*/

#indholdFullWidth{
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

#usikkerPasswordAdvarsel{
	position: absolute;
	top: 64px;
	right: 8px;
	width: 300px;
	padding: 5px;
	z-index: 999;
	animation: fadeoutAmimation 0.5s 1;
	-webkit-animation: fadeoutAmimation 0.5s 1;
	animation-fill-mode: forwards;
	animation-delay: 5s;
	-webkit-animation-delay: 5s; /* Safari and Chrome */
	-webkit-animation-fill-mode: forwards;
	pointer-events: none;
}

@keyframes fadeoutAmimation{
    from{opacity: 1;}
    to{opacity: 0;}
}
@-webkit-keyframes fadeoutAmimation{
    from{opacity: 1;}
    to{opacity: 0;}
}

.arrow_box {
	position: relative;
	background: #d1e000;
	border: 2px solid #545026;
	color: #000;
	padding: 8px;
	text-align: center;
}
.arrow_box:after, .arrow_box:before {
	bottom: 100%;
	left: calc(100% - 17px);
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(209, 224, 0, 0);
	border-bottom-color: #d1e000;
	border-width: 16px;
	margin-left: -16px;
}
.arrow_box:before {
	border-color: rgba(194, 225, 245, 0);
	border-bottom-color: #827a24;
	border-width: 19px;
	margin-left: -19px;
}


.tabList{
	list-style: none;
	margin: 0 0 -1px 0;
	padding: 0;
}

.tabList a{
	color: #999;
	text-decoration: none;
}

.tabList li{
	display: inline-block;
	height: 20px;
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	margin: 0 0 0 0;
	padding: 10px 20px 0 20px;
	background-color: #eee;
}

.tabList .selectedTab{
	margin: 0 0 -5px 0 !important;
	background-color: #fff;
	font-weight: bold;
}

.tabList .selectedTab a{
	color: #000;
}



.tabControl{
	margin-top: 4px;
	width: 100%;
	display: grid;
	grid-template-columns: 1fr auto;
	grid-template-rows: auto 1fr;
}
.tabRightControl{
	grid-area: 1 / 2 / span 1 / span 1;
}

.tabViewContainer{
	grid-area: 2 / 1 / span 1 / span 2;
	padding: 5px;
	border: 1px solid #000;
	background-color: #181818;	
	z-index: 9;
	position: relative;
}

.tabControl > ul{
	grid-area: 1 / 1 / span 1 / span 1;
	min-height: 48px;
	list-style: none;
	margin: 0 0 -1px 0;
	padding: 0;
	font-size: 1.2em;
}

.tabControl > ul li{
	transition: 	height 0.2s linear,
					background-color 0.2s linear,
					border-bottom-color 0.2s linear,
					margin 0.2s linear;
	display: inline-block;
	vertical-align: top;
	height: 42px;
	border: 1px solid #000;
	margin: 6px 0 0 0;
	padding: 10px 4vw 0 4vw;
	background-color: #000;
	background: linear-gradient(to bottom, #610000 0%, #310000 100%);
	cursor: pointer;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.tabControl .selectedTab{
	height: 48px;
	background-color: #c90000;
	background: linear-gradient(to bottom, #c90000 0%, #610000 100%);
	text-shadow: 1px 0 0 #000;
	border-bottom: 1px solid #000;
	margin: 0 0 0 0;
}

.tabControl .contentGrid{
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
}

.tabViewOpen{
	display: block;
	visibility: visible;
	border-bottom: 1px solid #fff;
}


.tabControl .tabViewClosed{
	display: none;
	visibility: hidden;
}




.faqCategoryCheckboxes label{
	margin-right: 20px;
}

.contentGrid{
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
}
.contentGridFill{
	grid-area: 1 / 1 / span 1 / span 1;
	position: relative;
}

#top{
	grid-area: 1 / 1 / span 1 / span 1;
	text-align: left;
	vertical-align: middle;
	color: #ccc;
	background: #000 url('img/seamless_leather_texture_100x100.png');
	border-spacing: 0px;
	margin: 0;
	padding: 0;
	border: 0;
	position: fixed;
    top:0;
	z-index: 999;
}
#top .logoImage{
	vertical-align: middle;
}

@media print{
    #top, #selectoption {
      	visibility: hidden;
      	display: none;
    }
}

#top tr:hover, .nohighlight tr, .toolbar tr{
	background: transparent !important;
}

#top td{
	padding: 0 !important;
}

@media only screen and (min-width:768px) {
    #top .dropdownColumn, #top #topHidden {
        display: none; 
    } 
}

@media only screen and (max-width:767px) {
    #top #topHorizontalMenu {
        display: none;
    } 

}

.logout{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c90000), color-stop(1, #7c0000) );
	background:-moz-linear-gradient( center top, #c90000 5%, #7c0000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c90000', endColorstr='#7c0000');
	background-color:#c90000;
	text-indent:0;
	display:inline-block;
	color:#ccc;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #7c0000;
	width: 100%;
	height: 100%;
	line-height: 48px;
}
.redigerBruger{
	background-color:#3d3d3d;
	text-indent:0;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	width: 100%;
	height: 100%;
	line-height: 48px;
}
.skiftSprog{
	background-color:#3d3d3d;
	text-indent:0;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	width: 100%;
	height: 100%;
	line-height: 48px;
}
.bartilstand{
	background-color:#3d3d3d;
	text-indent:0;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	width: 100%;
	height: 100%;
	line-height: 48px;
}
.menuNavn{
	background: #c90000;
	background: -moz-linear-gradient(top, #c90000 0%, #7c0000 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #c90000), color-stop(100%, #7c0000));
	background: -webkit-linear-gradient(top, #c90000 0%, #7c0000 100%);
	background: -o-linear-gradient(top, #c90000 0%, #7c0000 100%);
	background: -ms-linear-gradient(top, #c90000 0%, #7c0000 100%);
	background: linear-gradient(to bottom, #c90000 0%, #7c0000 100%);
	text-indent:0;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #77640f;
	width: 100%;
	height: 100%;
	line-height: 48px;
}

.logout:active, .redigerBruger:active{
	position:relative;
	top:1px;
}

.blueMenuButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #cae3fc;
	-webkit-box-shadow:inset 0px 1px 0px 0px #cae3fc;
	box-shadow:inset 0px 1px 0px 0px #cae3fc;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #4197ee) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #4197ee 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#4197ee');
	background-color:#79bbff;
	text-indent:0;
	border:1px solid #469df5;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:30px;
	line-height:30px;
	width:100%;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #287ace;
}
.blueMenuButton:active {
	position:relative;
	top:1px;
}

.underMenu{
	background: black;
	background-color:#3d3d3d;
	text-indent:0;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #686868;
	width: 100%;
	height: 100%;
	line-height: 48px;
}
.underMenu:active {
	position:relative;
	top:1px;
}

form{
	position: relative;
	clear: both;
}

p{
	margin: 5px 0 5px 0;
}

th img{
	vertical-align: middle;
}

.highlight{
	background: #F9FF8A;
}

.login{
	text-align: center;
	width: 300px;
	margin: 32px auto;
	padding: 12px;
	background: #2e2e2e;
	border: 1px solid #000;
	box-shadow: 0px 0px 9px 9px rgba(0,0,0,0.1);
}

.login input{
	text-align: center;
}
.loginInfoBox{
	text-align: left;
	width: 80%;
	margin: 32px auto;
	padding: 12px;
	background: #2e2e2e;
	border: 1px solid #000;
	box-shadow: 0px 0px 9px 9px rgba(0,0,0,0.1);
}

table{page-break-inside: auto;width: 100%;  clear: both;  table-layout: fixed;}
tr{page-break-inside:avoid; page-break-after:auto;}
td{page-break-inside:avoid; page-break-after:auto;padding: 3px;}
th{
	background: #000 50% 50%;
	color: #fff;
	text-align: center;
	padding: 5px;
	text-align: left;
	text-decoration: underline;
}
thead {display:table-header-group;}
tfoot {display:table-footer-group;}
col:nth-child(even) {background: rgba(0, 0, 0, 0.16);}
col:nth-child(odd) {background: transparent;}
tr:nth-child(even){background: rgba(0, 0, 0, 0.16);}
tr:nth-child(odd){background: transparent;}

.dynamic{
	table-layout: auto;
}

.softHeader th{
	background: #ccf;
	color: #000;
	padding: 3px;
	font-weight: normal;
	text-decoration: none;
}
.softHeader input[type="checkbox"]{
	transform: scale(1);
	margin: 0 5px 0 0;
}
.softHeader label{
	font-weight: normal;
	margin: 0;
}

.hiddenFirstRow{
	visibility: hidden;
	height: 0px !important;
	line-height: 0;	
}
.hiddenFirstRow th, .hiddenFirstRow td{
	line-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}
.hiddenRow{
	display: none;
}

.flex{
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}

.flex div {
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
}

.dashboardFlex{
	column-count: 2;
	column-gap: 1em;
}

.dashboardFlex > div{
	display: inline-block;
	width: 100%;
	break-inside: avoid;
}

.textSubmitButton{
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}
.textSubmitButton:hover{
	text-decoration: underline;
}


@media only screen and (max-width:767px)
{
	.dashboardFlex{
		column-count: 1;
	}
}
@media only screen and (min-width:2000px)
{
	/*.dashboardFlex{
		column-count: 3;
	}*/
}

.borderedTable{
	border: 1px solid #aaa;
}
.borderedTable td{
	border: 1px solid #aaa;
}

.insideTable{
	font-size: 1.1em;
}

.tidspunkt{
	border-radius: 4px;
	padding: 1px 2px;
	background: #666688;
	color: #fff;
	font-size: 0.85em;
	text-shadow: none;
}

.legend p{
	padding: 0 0 0 45px !important;
	margin: 0;
	min-height: 32px;
}

.legend img{
	float: left;
	margin: 7px 10px 0 5px;
}

.greyedOut{
	color: #aaa;
}

#legends{
}




.numberInput{
	width: 100%;
	box-sizing: border-box;
}

.info{
	font-size: 0.9em;
}


.fullWidth{
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box !important;
}
.fullWidthMinus32{
	width: calc(100% - 32px) !important;
	max-width: calc(100% - 32px) !important;
}

.width90{
	width: 90px;
	box-sizing: border-box;
}

#datoDay{
	width: 60px;
	float: left;
}
#datoMonth{
	width: 170px;
	float: right;
}

#newDate{
	font-size: 1.4em;
	width: 210px;
}

.websiteGrid{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto auto 1fr;
	grid-gap: 10px;
}

.websiteMenu{
	grid-area: 1 / 1 / span 1 / span 2;
}
.coverImage{
	grid-area: 2 / 1 / span 1 / span 1;
}
.siteURL{
	text-align: right;
	grid-area: 2 / 2 / span 1 / span 1;
}
.textInputView{
	grid-area: 3 / 1 / span 1 / span 2;
}


.box{
	padding: 5px;
	margin: 0 0 8px 0;
	background-color: #2e2e2e;
	border: 1px solid #000000;
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
}

.box > table,
.box > #kalenderTableContainer > table,
.tabViewContainer > div > table:only-child,
.box table:only-child{
	margin-left: -5px;
	margin-right: -5px;
	width: calc(100% + 10px);
}
.box table:first-child{
	margin-top: -5px;
	overflow: hidden;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.box table:last-child{
	margin-bottom: -5px;
}
table.box tr:first-of-type td,		.box table tr:first-of-type td {
	padding-top: 5px;
}
table.box tr:nth-of-type(2) td,		.box table tr:nth-of-type(2) td{
	padding-top: 5px;
}
table.box tr:last-of-type td,		.box table tr:last-of-type td{
	padding-bottom: 5px;
}
table.box tr td:first-of-type,		.box table tr td:first-of-type{
	padding-left: 5px;
}
table.box tr td:last-of-type,		.box table tr td:last-of-type{
	padding-right: 5px;
}

.toolbar{
	position: relative;
	width: 100%;
	margin-top: -5px;
	background: linear-gradient(to bottom, #610000 0%, #310000 100%);
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	min-height: 48px;
}
.toolbar td{
	white-space: nowrap;
	vertical-align: top;
}

.subtoolbar{
	width: 100%;
	width: calc(100% + 10px);
	margin-left: -5px;
	margin-right: -5px;
	margin-top: -5px;
	margin-bottom: -5px;
	min-height: 64px;
}

.filterBoxContainer{
	padding-top: 9px !important;
	padding-bottom: 2px;
}

.filterBox{
	width: 100%;
	font-size: 1em;
	height: 32px;
	padding-left: 32px;
	background-image: url('img/search.png');
	background-size: contain;
	background-repeat: no-repeat;
	border-radius: 16px;
	border: 1px solid #aaa;
}

.resetbutton{
	background-color: #888;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
	color: #fff;
	border-radius: 12px;
	border: 0px;
	position: absolute;
	right: 8px;
	top: 14px;
	width: 24px;
	height: 24px;
	line-height: 0;
	font-size: 0.7em;
	font-family: sans-serif;
	vertical-align: middle;
	text-align: center;
}

.filtercheckboxes{
	color: #fff;
	font-size: 0.7em;
}

.sortHeader th{
	cursor: pointer;
}

.organizationlogo{
	background-image: url('../img/logo_black.png');
	background-repeat: no-repeat;
	background-position: 16px 50%;
	background-size: 100px;
	padding-left: 132px;
	min-height: 115px;
}
@media only screen and (max-width:767px)
{
	.organizationlogo{
		background-size: 50px;
		padding-left: 64px;
		background-position: 8px 50%;
		min-height: initial;
	}
}

.checkinbox{
	padding-top: 32px;
	padding-bottom: 16px;
	margin: 0 0 8px 0;
	text-align: center;
}
.checkinbox input[name="checkin"], .checkinbox input[name="medlem"], .checkinbox input[name="billet"], .checkinbox input[name="guestCard"], .checkinbox select[name="eventdato"] {
	font-weight: bold;
	font-size: 2em;
	border: 1px solid black;
	text-align: center;
}
.checkinbox input[type=radio]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  transform: scale(2);
  padding: 10px;
}
.guestclubs{
	display: inline-block;
	text-align: left;
}
.guestclubs label{
	font-weight: bold;
	font-size: 2em;
}
.guestcardCheckin{
	font-size: 14px;
	border: 0px !important;
	background-color: transparent;
}
.guestcardCheckin:hover{
	text-decoration: underline;
}

.sections{
	display: -webkit-flex;
	display: flex;
}

.sections > *{
	flex: 1 1 auto;
	text-align: center;
}
.sections > *:first-child{
	text-align: left;
}
.sections > *:last-child{
	text-align: right;
}
.semitabs{
	padding-top: 10px;
}
.semitabs a{
	display: inline-block;
	padding: 8px;
	border-radius: 8px;
}
.semitabs .selectedTab{
	font-weight: bold;
	color: #fff;
	background-color: #449;
}


.checkinFlexBox {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	text-decoration: none;
	color: #000000;}

.checkinFlexBox a:link {
	text-decoration: none;
	color: #000000;
}
.checkinFlexBox a:visited {
	text-decoration: none;
	color: #000000;
}
.checkinFlexBox a:hover {
	text-decoration: none;
	color: #000000;
}
.checkinFlexBox a:active {
	text-decoration: none;
	color: #000000;
}

.checkinCard {
	-webkit-flex: 1 1 250px;
	width: 250px;
	flex: 1 1 250px;
	padding: 0px;
	margin: 8px;
	background: #bebebe;
	border: 1px solid #000;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
    border-radius: 8px;	
	overflow: auto;
}

.checkinCard .navn{
	font-weight: bold;
	font-size: 20px;
	padding-left: 3px;
	padding-right: 3px;
}

.checkinCard .checkinnavn{
	font-weight: bold;
	font-size: 40px;
	padding-left: 3px;
	padding-right: 3px;
}

.checkinCard .medlemsdata{
	font-size: 20px;
	padding-left: 3px;
	padding-right: 3px;
}

.checkinCard .medlemsnote{
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	color: #ff0000;
}

.checkinCard .medlemskabsnote{
	text-align: center;
	font-size: 16px;
}

.checkinCard .medlemsbogstav{
	font-size: 200px;
	float: right;
	margin-left: 8px;
	font-weight: bold;
	padding-left: 3px;
	padding-right: 3px;
}

.checkinCard .billetstatus{
	float: left;
	font-size: 180px;
	margin-right: 36px;	
	margin-left: 12px;
	font-weight: bold;
}

.checkinCard .billetinfo{
	float: left;
	height: 100%;
	margin-left: 12px;
}

.checkinCard .brugernavn, .checkinCard .telefonnummer{
	font-family: monospace;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 1.5em;
	padding-left: 3px;
	padding-right: 3px;
}

.checkinCard .datotid {
	font-family: monospace;
	padding-left: 3px;
	padding-right: 3px;
}

.checkinCard .information {
	padding-left: 3px;
	padding-right: 3px;
}

.gyldigMedlemCard{
	background-color: #51a041 !important;
}

.ugyldigMedlemCard{
	background-color: #994646 !important;
}

.warningMedlemCard{
	background-color: #999344 !important;
}

.checkinCard .imagebox{
	float: left;
	width: 256px;
	height: 100%;
	margin-right: 8px;
}

.skalFornys{
	padding-left: 5px;
	font-weight: bold;
}

.antalIndcheckede{
	margin: 8px 0 8px 8px;
	background-color:#FFFFFF;
	border:1px solid #000000;
	display:inline-block;
	color:#000;
	font-family:Arial;
	font-size:15px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 4px #fff;
}

.whiteBg{
	margin: 0 0 8px 0;
	background: #fff;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}


.leftHalf{
	width: 49.7% !important;
	float: left;
}

.rightHalf{
	width: 49.7% !important;
	float: right;
}

.leftMidThird{
	width: 33% !important;
	float: left;
}
.rightThird{
	width: 33% !important;
	float: right;
}

.floatLeft{
	float: left;
}
.floatRight{
	float: right;
}

.positionRelative{
	position: relative;
}

.clear{
	clear: both;
}

.error{
	display: block;
	padding: 10px 5px 10px 85px;
	margin: 0;
	border-radius: 7px;
	background: #fff 8px 8px no-repeat;
	border: 1px solid #bbb;
}

.hidden{
	display: none;
	visibility: hidden;
	height: 0px;
	transition: all 0.5s ease;
}

.userThumb{

}

.userThumb img{

}
.userThumb a{
	color: #fff;
	text-decoration: none;
	font-size: 1.1em;
}

.circleShape{
	border-radius: 100%;
	box-shadow: 0 0 1px #000;
}

.autoCompactTable > tr > td{
	padding-bottom: 10px;
	padding-top: 10px;
}
.autoCompactTable > tr > td:first-of-type{
	font-weight: bold;
}

@media only screen and (min-width:530px)
{
	.visibleOnlyNarrow{
		width: 0px !important;
		height: 0px !important;
		overflow: hidden;
		visibility: hidden;
	}
}

@media only screen and (max-width:529px)
{
	.visibleOnlyWide{
		width: 0px !important;
		height: 0px !important;
		overflow: hidden;
		visibility: hidden;
	}
	.autoCompactTable, .autoCompactTable > tr, .autoCompactTable > tbody > tr, .autoCompactTable > tr > td, .autoCompactTable > tbody > tr > td, .autoCompactTable > tbody{
		display: block;
	}

	.autoCompactTable > tr > td:first-of-type, .autoCompactTable > tbody > tr > td:first-of-type{
		font-weight: bolder;
		background-color: #000;
		color: #fff;
		text-align: center;
		width: 100%;
	}
}

.inverted{
	filter: invert(100%);
}

h1{font-size: 1.8em; font-weight: bold; margin-bottom: 6px; color: #ccc; }
h2{font-size: 1.5em; margin-bottom: 5px; color: #c90000; }
h3{font-size: 1.4em; margin-bottom: 4px; color: #c90000; }
h4{font-size: 1.3em; margin-bottom: 3px; color: #c90000; }
h5{font-size: 1.2em; margin-bottom: 2px; margin-top: 5px; color: #ccc; }
h6{font-size: 1.1em; margin-bottom: 1px; color: #ccc; }

.vs{
	width: 1px !important;
	padding: 0px !important;
	height: 100%;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

.labelForm{


}

.labelForm label{
	display: inline-block;
	width: 160px;
}

.kategoriSeparator{
	padding: 2px;
	color: #ccc;
	text-shadow: 0px 1px #000;
	background: #610000; /* Old browsers */
	background: -moz-linear-gradient(top,  #610000 0%, #310000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#610000), color-stop(100%,#310000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #610000 0%,#310000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #610000 0%,#310000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #610000 0%,#310000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #610000 0%,#310000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#610000', endColorstr='#310000',GradientType=0 ); /* IE6-9 */
}

.kategoriSeparator h3{
	margin: 0;
}

.kategoriSeparator a{
	color: #fff;
	text-decoration: none;
}

.ajaxEdit label{
	display: inline-block;
	width: 30%;
}

.ajaxEdit input{
	display: inline-block;
	width: 60%;
}

.ajaxEdit input{
	border: 1px solid rgba(0,0,0,0.2);
	margin: 1px;
}

.ajaxEdit input:enabled{
	background-color: #eeffee;
	background-size: contain;
	border: 1px solid rgba(0,0,0,0.5);
	margin: 1px;
}

.ajaxEdit input:disabled{

}

.ajaxEdit img{
	filter: invert(100%);
}

.sprogInputTable{
	border-spacing: 2px;
}
.sprogInputTable td{
	padding: 2px;
}
.sprogInputTable img{
	filter: invert(100%);
}

.newbutton{
	margin: 4px 1px 4px 4px;
	border:1px solid #000; -webkit-border-radius: 4px; -moz-border-radius: 4px;border-radius: 4px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
	background-color: #c90000; background-image: -webkit-gradient(linear, left top, left bottom, from(#c90000), to(#7c0000));
	background-image: -webkit-linear-gradient(top, #c90000, #7c0000);
	background-image: -moz-linear-gradient(top, #c90000, #7c0000);
	background-image: -ms-linear-gradient(top, #c90000, #7c0000);
	background-image: -o-linear-gradient(top, #c90000, #7c0000);
	background-image: linear-gradient(to bottom, #c90000, #7c0000);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c90000, endColorstr=#7c0000);
	display:inline-block;
	cursor:pointer;
	color:#ccc;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding: 6px 16px;
	text-decoration:none;
	text-shadow:0px 1px 4px #000000;
}

.disabledbutton{
	margin: 4px 1px 4px 4px;
	border:1px solid #9b9b9b; -webkit-border-radius: 4px; -moz-border-radius: 4px;border-radius: 4px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
	background-color: #b3b3b3; background-image: -webkit-gradient(linear, left top, left bottom, from(#9b9b9b), to(#b3b3b3));
	background-image: -webkit-linear-gradient(top, #9b9b9b, #b3b3b3);
	background-image: -moz-linear-gradient(top, #9b9b9b, #b3b3b3);
	background-image: -ms-linear-gradient(top, #9b9b9b, #b3b3b3);
	background-image: -o-linear-gradient(top, #9b9b9b, #b3b3b3);
	background-image: linear-gradient(to bottom, #9b9b9b, #b3b3b3);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#9b9b9b, endColorstr=#b3b3b3);
	display:inline-block;
	cursor:pointer;
	color:#ccc;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding: 6px 16px;
	text-decoration:none;
	text-shadow:0px 1px 4px #000000;
}
.newbutton:hover, .newbutton:active{
	color: #fff;
	text-decoration: none;
}
.newredbutton
{
	margin: 4px 1px 4px 4px;
	border:1px solid #000; -webkit-border-radius: 4px; -moz-border-radius: 4px;border-radius: 4px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
	background-color: #c90000; background-image: -webkit-gradient(linear, left top, left bottom, from(#c90000), to(#7c0000));
	background-image: -webkit-linear-gradient(top, #c90000, #7c0000);
	background-image: -moz-linear-gradient(top, #c90000, #7c0000);
	background-image: -ms-linear-gradient(top, #c90000, #7c0000);
	background-image: -o-linear-gradient(top, #c90000, #7c0000);
	background-image: linear-gradient(to bottom, #c90000, #7c0000);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c90000, endColorstr=#7c0000);
	display:inline-block;
	cursor:pointer;
	color:#ccc;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding: 6px 16px;
	text-decoration:none;
	text-shadow:0px 1px 4px #000000;
}

.newbutton img, .newredbutton img, .disabledbutton img{
	filter: invert(90%);
}

.XL{
	font-size:32px;
}

.nomargin{
	margin: 0 !important;
}
.buttonframe{
	display:inline-block;
	cursor:pointer;
}
.editbutton, .redbutton, .removebutton{
	-moz-box-shadow:inset 0px 1px 0px 0px #7c0000;
	-webkit-box-shadow:inset 0px 1px 0px 0px #7c0000;
	box-shadow:inset 0px 1px 0px 0px #7c0000;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c90000), color-stop(1, #7c0000));
	background:-moz-linear-gradient(top, #c90000 5%, #7c0000 100%);
	background:-webkit-linear-gradient(top, #c90000 5%, #7c0000 100%);
	background:-o-linear-gradient(top, #c90000 5%, #7c0000 100%);
	background:-ms-linear-gradient(top, #c90000 5%, #7c0000 100%);
	background:linear-gradient(to bottom, #c90000 5%, #7c0000 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c90000', endColorstr='#7c0000',GradientType=0);
	background-color:#c90000;
	border:1px solid #000;
	display:inline-block;
	cursor:pointer;
	color:#ccc;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 6px;
	text-decoration:none;
	text-shadow:0px 1px 4px #000000;
	min-width: 32px;
	min-height: 32px;
	text-align: center;
}
.addbutton{
	-moz-box-shadow:inset 0px 1px 0px 0px #009919;
	-webkit-box-shadow:inset 0px 1px 0px 0px #00b40f;
	box-shadow:inset 0px 1px 0px 0px #00b40f;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #006909), color-stop(1, #00b40f));
	background:-moz-linear-gradient(top, #006909 5%, #00b40f 100%);
	background:-webkit-linear-gradient(top, #006909 5%, #00b40f 100%);
	background:-o-linear-gradient(top, #006909 5%, #00b40f 100%);
	background:-ms-linear-gradient(top, #006909 5%, #00b40f 100%);
	background:linear-gradient(to bottom, #006909 5%, #00b40f 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#006909', endColorstr='#00b40f',GradientType=0);
	background-color:#006909;
	border:1px solid #005807;
	display:inline-block;
	cursor:pointer;
	color:#ccc;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 6px;
	text-decoration:none;
	text-shadow:0px 1px 4px #000000;
	min-width: 32px;
	min-height: 32px;
	text-align: center;
}
.yellowbutton{
	margin: 8px 0 8px 8px;
	-moz-box-shadow:inset 0px 1px 0px 0px #faf8be;
	-webkit-box-shadow:inset 0px 1px 0px 0px #faf8be;
	box-shadow:inset 0px 1px 0px 0px #faf8be;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e3dd56), color-stop(1, #ccc754));
	background:-moz-linear-gradient(top, #e3dd56 5%, #ccc754 100%);
	background:-webkit-linear-gradient(top, #e3dd56 5%, #ccc754 100%);
	background:-o-linear-gradient(top, #e3dd56 5%, #ccc754 100%);
	background:-ms-linear-gradient(top, #e3dd56 5%, #ccc754 100%);
	background:linear-gradient(to bottom, #e3dd56 5%, #ccc754 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3dd56', endColorstr='#ccc754',GradientType=0);
	background-color:#e3dd56;
	border:1px solid #c2bb1b;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 4px #000000;
}
.editbutton img, .removebutton img, .addbutton img, .yellowbutton img, .redbutton img{
	filter: invert(90%);
}

.tekst_selected{
	font-weight: bold;
	background-color: #555;
	border-radius: 4px;
}
.tekst_selected a{
	color: #fff;
}

.tekst_small {
	font-size:11px;
}

.tekstNav{
	margin: 0;
	padding-left: 0;
	list-style: none;
}
.tekstNav li{
	padding: 4px 10px 4px 22px;
	display: inline-block;
	border: 1px solid #ccc;
	margin: 4px;
	border-radius: 4px;
}

.pageItem{
	position: relative;
	counter-increment: ordering;
	background-color: #ccc;
}
.pageCategory{
	counter-reset: ordering;
}
.pageCategory.dragOver{
	background-color: #faa !important;
}
.pageItem:after{
	content: "" counter(ordering) "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background-color: #888;
	color: #fff;
	padding: 4px 2px 2px 2px;
	vertical-align: middle;
}
.pageItem:before, .newPageZone:before{
	position: absolute;
	content: "";
	left: 0px;
	top: 8px;
	width: 0;
	height: 0;
	border-left: 4px solid #f00;
	border-top: 4px solid #f00;
	border-bottom: 4px solid #f00;
	opacity: 0;
	transition: all 200ms ease;
	border-radius: 2px;
}
.pageItem.dragOver:before, .newPageZone.dragOver:before{
	opacity: 1;
	width: 10px;
	height: 48px;
	left: -6px;
	top: -8px;
}

.newPageZone{
	background-size: 24px 24px;
	background-image: url('img/ny.png');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
	vertical-align: bottom;
	position: relative;
}

.newPageZone.moveRight{
	background-image: url('img/move_right.svg');
}
.newPageZone a{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}



.eventLine h3{
	margin-top: 0;
	font-size: 1.2em;
}
.eventLine h3 a{
	color: #c90000;
}
.eventLine h4{
	margin-top: 0;
	font-size: 1.0em;
	color: #ccc;
	font-family: sans-serif;
}

.postHeader .medlemNavn{
	width: 32px;
	height: 32px;
}
.postHeader .lukket .medlemNavn{
	width: 24px;
	height: 24px;
}

.readBy{
	text-align: right;
}

.frameld{
	color: red;
	font-weight: bold;
}

.gyldigMedlem{
	color: #51a041;
}

.ugyldigMedlem{
	color: #994646;
}


.medlemsKolonne{
	font-family: monospace;
	font-weight: normal;
	font-size: 0.8em;
}

.billetKolonne{
	font-family: monospace;
	font-weight: normal;
}

.billetCheckedinTrue{
	color: #555555;
}

.a-medlemskort, .b-medlemskort, .c-medlemskort, .aeresmedlemskort {
	-moz-box-shadow:inset 0px 1px 0px 0px #9c9c9c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #9c9c9c;
	border-radius: 4px;
	box-shadow:inset 0px 1px 0px 0px #9c9c9c;
	border:1px solid #000;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding: 2px 12px;
	text-decoration:none;
	text-shadow:0px 1px 0px #858585;
}

.a-medlemskort {
	background: linear-gradient(to bottom, #2179a8 5%, #007dd1 100%);
	background-color: #2179a8;
}
.b-medlemskort {
	background: linear-gradient(to bottom, #487410 5%, #73be10 100%);
	background-color: #487410;
}
.c-medlemskort {
	background: linear-gradient(to bottom, #8d8f0f 0%,#d1d360 100%);
	background-color: #8d8f0f;
}
.aeresmedlemskort {
	background: linear-gradient(to bottom, #8f0f0f 0%,#d36060 100%);
	background-color: #8f0f0f;
}

.unknownType {
	-moz-box-shadow:inset 0px 1px 0px 0px #e6e6e6;
	-webkit-box-shadow:inset 0px 1px 0px 0px #e6e6e6;
	box-shadow:inset 0px 1px 0px 0px #e6e6e6;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fafafa), color-stop(1, #c9c9c9));
	background:-moz-linear-gradient(top, #fafafa 5%, #c9c9c9 100%);
	background:-webkit-linear-gradient(top, #fafafa 5%, #c9c9c9 100%);
	background:-o-linear-gradient(top, #fafafa 5%, #c9c9c9 100%);
	background:-ms-linear-gradient(top, #fafafa 5%, #c9c9c9 100%);
	background:linear-gradient(to bottom, #fafafa 5%, #c9c9c9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#c9c9c9',GradientType=0);
	background-color:#fafafa;
	border:1px solid #737373;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	padding:6px 8px;
	text-decoration:none;
	text-shadow:0px 1px 4px #000000;
}


.clearfix:before, .clearfix:after {
  display: block;
  content: "";
  line-height: 0;
  clear: both;
}



.dropdownMenu{
    display: inline-block;
    height: 64px;
    position: relative;
}

.dropdownMenu .menuParent {
    height: 100%;
    width: 100%;
    padding-left: 0px;
    cursor: pointer;
    height: 64px;
    z-index: 102;
    position: relative;
    -webkit-transition: border-radius .1s linear, background .1s linear, z-index 0s;
    -webkit-transition-delay: .2s;
}

.dropdownMenu .menuParent:hover,   .dropdownMenu .menuParent:hover ~ .parent {
	-webkit-transition-delay: 0s, 0s, 0s;
}

.dropdownMenu .menuContent:hover ~ .parent {
    z-index: 100;
}

.dropdownMenu .menuContent {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    z-index: 101;
    height: 0;
    width: 64px;
    padding-top: 64px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.4);
    -webkit-transition: height .1s ease .2s, width .1s ease .2s;
}

.dropdownMenu:active .menuContent {
	width: 200px;
    height: auto;
    z-index: 103;
    -webkit-transition-delay: 0s;
}

.dropdownMenu .menuContent:hover {
	width: 200px;
    height: auto;
    z-index: 103;
    -webkit-transition-delay: 0s;
}


.dropdownMenu .menuContent ul {
    background: #000000;
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 100%;
}

.dropdownMenu .menuContent li {
    list-style: none;
    text-align: left;
    color: #888;
    font-size: 14px;
    line-height: 48px;
    height: 48px;
}

.dropdownMenu .menuContent ul a {
    text-decoration: none;
}
.dropdownMenu .menuContent ul a:hover {
    text-decoration: underline;
}

.dropdownMenu .menuContent li:hover {
    color: #333;
}

.dropdownMenu .undermenuContent:hover ~ .parent {
    z-index: 100;
}

.dropdownMenu .undermenuContent {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: 101;
    height: 0;
    width: 64px;
    padding-top: 64px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.4);
    -webkit-transition: height .1s ease .2s, width .1s ease .2s;
}

.dropdownMenu:active .undermenuContent {
	width: 200px;
    height: auto;
    z-index: 103;
    -webkit-transition-delay: 0s;
}

.dropdownMenu .undermenuContent:hover {
	width: 200px;
    height: auto;
    z-index: 103;
    -webkit-transition-delay: 0s;
}


.dropdownMenu .undermenuContent ul {
    background: #000000;
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 100%;
}

.dropdownMenu .undermenuContent li {
    list-style: none;
    text-align: left;
    color: #888;
    font-size: 14px;
    line-height: 48px;
    height: 48px;
}

.dropdownMenu .undermenuContent ul a:hover {
    text-decoration: underline;
}

.dropdownMenu .undermenuContent ul li a {
    text-decoration: none;
}
.dropdownMenu .undermenuContent ul li a .notification{
	position: relative;
	top: -8px;
	right: -5px;
	background: #ff0000;
	border-radius: 100%;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	margin: 0px;
}

.popoutIcon{
	width: 32px;
	height: 32px;
	position: relative;
	background-image: url('img/down.svg');
	background-repeat: no-repeat;
	background-size: contain;
	padding-top: 25px;
	filter: invert(100%);
}

.popoutIconTouch{
	width: 64px;
	height: 64px;
	position: relative;
	background-image: url('img/down.svg');
	background-repeat: no-repeat;
	background-size: contain;
	padding-top: 25px;
}

.popoutIcon .menuWrapper{
	display: none;
	visibility: hidden;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9999;
}

.popoutIconTouch .menuWrapper{
	display: none;
	visibility: hidden;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9999;
}

.popoutIcon:active .menuWrapper, .popoutIcon .menuWrapper:hover{
	display: block;
	visibility: visible;
}
.popoutIconTouch:active .menuWrapper, .popoutIconTouch .menuWrapper:hover{
	display: block;
	visibility: visible;
}

.menu{
	background: #fff;
	box-shadow: 0 2px 8px 3px rgba(0,0,0,0.2);
	text-align: left;
	padding: 6px;
	min-width: 100px;
	margin-top: 25px;
}

.touchmenu{
	background: #fff;
	box-shadow: 0 2px 8px 3px rgba(0,0,0,0.2);
	text-align: left;
	padding: 6px;
	min-width: 100px;
	margin-top: 25px;
	font-size: 32px;
	font-weight: bold;
}

.popoutIcon a{
	white-space: nowrap;
	display: inline-block;
}
.popoutIconTouch a{
	white-space: nowrap;
	display: inline-block;
}

.bemandingType{
	margin-bottom: 2px;
	margin-top: 2px;
	background-color: #969696;
	background-repeat: no-repeat;
	background-position: 4px 50%;
	background-size: 20px 20px;
	display: block;
	padding-left: 24px;
	white-space: nowrap;
	box-sizing: border-box;
	border: 1px solid #310000;
	border-radius: 8px;
	min-height: 32px;
	color: #000;
}

.bemandingType:hover{
	background-color: #c90000;
	text-decoration: none;
	cursor: pointer;
	color: #ccc;
}
.manglerBemanding{
	color: #aaa;
}
.manglerBemanding img{
	filter: invert(100%);
}

.bemandingType:hover .manglerBemanding{
	color: #000;
}

.bemandingType img{
	width: 32px;
	height: 32px;
}
.bemandingType img:first-of-type{
	border-top-right-radius: 7px;
}
.bemandingType img:last-of-type{
	border-bottom-right-radius: 7px;
}

.ugyldigRolle{
	background-color: #faa !important;
}

.rolleListe{
	list-style: none;
}

.rolleListe li{
	vertical-align: middle;
}

.rolleListe img{
	width: 24px;
	height: 24px;
}
.rolleListe span img{
	width: 20px;
	height: 20px;
	vertical-align: -18%;
}

.roleRow span{
	display: block;
}

#rsvp-preview td{
	padding: 1px;
}

#rsvp-preview *{
	transition: all 300ms;
	transform-origin: 50% 0%;
}

.shownRole{
	overflow: visible !important;
	transform: scale(1,1);
	max-height: 600px;
	opacity: 1;
}

.hiddenRole{
	max-height: 0 !important;
	overflow: hidden;
	transform: scale(1,0);
	opacity: 0;
}


.alleredeMeldtPaa{
	background-color: #44f;
	border-radius: 4px;
	color: #fff;
	padding: 2px;
}

.status{
	position: fixed;
	bottom: 0px;
	left: 10%;
	right: 10%;
	display: block;
	padding: 16px;
	margin: 0;
	background: #51a041;
	text-align: center;
	box-shadow: 0 0 32px #000;
	z-index: 99999999;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
}

.errorline{
	margin: 0;
	width: 100%;
	-moz-box-shadow:inset 0px 1px 0px 0px #fabebe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fabebe;
	box-shadow:inset 0px 1px 0px 0px #fabebe;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e35656), color-stop(1, #cc5454));
	background:-moz-linear-gradient(top, #e35656 5%, #cc5454 100%);
	background:-webkit-linear-gradient(top, #e35656 5%, #cc5454 100%);
	background:-o-linear-gradient(top, #e35656 5%, #cc5454 100%);
	background:-ms-linear-gradient(top, #e35656 5%, #cc5454 100%);
	background:linear-gradient(to bottom, #e35656 5%, #cc5454 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e35656', endColorstr='#cc5454',GradientType=0);
	background-color:#e35656;
	border:1px solid #c21b1b;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 4px #000000;
}

.eventMonthHeaderRow{
	background: transparent !important;
}
.eventMonthHeaderRow td{
	padding: 0 0 5px 0;
}

.eventMonthHeader{

}

.eventMonthHeader h2{
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 0;
	color: #fff;
	text-transform: uppercase;
	background: #000;
	text-align: center;
	border-radius: 6px;
}
#kalenderTable tr:nth-of-type(2) .eventMonthHeader h2{
	margin-top: 0;
}

@media print{
	.eventMonthHeader h2{
		margin-top: 10px;
		margin-bottom: 0px;
		color: #aaa;
		font-size: 1.2em;
	}
	#kalenderTable td{
		padding: 2px;
	}
	.noprint{
		display: none;
		visibility: hidden;
	}
}

.existingWarning{
	color: #c90000;
	font-weight: bold;
}

#eventRettigheder{
  width: 100%;
}

.taggle_list {
  padding: 0;
  margin: 4px 0 4px 0;
  width: 100%;
}

.taggle_input {
  outline: none;
  font-size: 16px;
  font-weight: 300;
  border: 0;
}
.taggle_input:focus{
	background-color: #efe;
}

.taggle_list li {
  float: left;
  display: inline-block;
  white-space: nowrap;
  font-weight: 500;
  margin-bottom: 5px;
}

.taggle_list .taggle {
  margin-right: 8px;
  background: #E2E1DF;
  padding: 5px 20px 5px 20px;
  border-radius: 3px;
  border: 1px solid #777;
  position: relative;
  cursor: pointer;
  transition: all .3s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.taggle_list .taggle_hot {
  background: #cac8c4;
}

.taggle_list .taggle .close {
  font-size: 1.1rem;
  position: absolute;
  top: 10px;
  right: 3px;
  text-decoration: none;
  padding: 0;
  line-height: 0.5;
  color: #ccc;
  color: rgba(0, 0, 0, 0.8);
  padding-bottom: 4px;
  display: none;
  border: 0;
  background: none;
  cursor: pointer;
}

.tag_small{
  background: #E2E1DF;
  padding: 2px;
  border-radius: 3px;
  border: 1px solid #777;
  font-size: 0.8em;
}

.taggle_list .taggle:hover {
  padding: 5px 25px 5px 15px;
  background: #ccc;
  transition: all .3s;
}

.taggle_list .taggle:hover > .close {
  display: block;
}

.taggle_list .taggle .close:hover {
  color: #990033;
}

.taggle_placeholder {
  position: absolute;
  color: #CCC;
  top: 12px;
  left: 8px;
  transition: opacity, .25s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.taggle_input {
  padding: 8px;
  padding-left: 0;
  float: left;
  margin-top: -5px;
  background: none;
  width: 100%;
  max-width: 100%;
}

.taggle_sizer {
  padding: 0;
  margin: 0;
  position: absolute;
  top: -500px;
  z-index: -1;
  visibility: hidden;
}

.guideImg{
	display: block;
	width: 95%;
	max-width: 500px;
	margin: 10px auto 10px auto;
	border: 1px solid black;
	box-shadow: 0px 0px 16px black;
}

#rsvp-preview{
	font-size: 0.5em;
}
#rsvp-preview h1{
	margin-top: 10px;
	margin-bottom: 3px;
}

.rsvp{
	border-radius: 8px;
	border: 1px solid #aaa;
	min-height: 32px;
	white-space: nowrap;
}
.rsvp a img{
	height: 16px;
	transition: transform 0.5s ease;
}
.rsvp a{
	display: inline-block;
	text-align: center;
	width: 50%;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #fff;
	transition: all 0.3s ease;
	background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%);
}
.rsvp a:hover img{

}
.rsvp a:first-of-type{
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
}
.rsvp a:last-of-type{
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
}

.rsvpKanGodt:hover, .rsvpVedIkke:hover, .rsvpKanIkke:hover, .rsvpnotSelected:hover{
	color: #fff;
}

.rsvpKanGodt{
	background-color: #d4fb7f;
}

.rsvpVedIkke{
	background-color: #fffc2f;
}

.rsvpKanIkke{
	background-color: #faa;
}

.rsvpNotSelected{
	background-color: #dadada;
	filter: contrast(50%) brightness(150%) grayscale(100%);
	
}
.rsvpNotSelected:hover{
	filter: contrast(100%) brightness(100%) grayscale(0%);
}



.forum{
	margin-top: 8px;
	margin-bottom: 32px;
	background-color: #2e2e2e;
	border-radius: 4px;
	border-spacing: 0;
	color: #ccc;
}

.forum th, .postTableHeaderLookalike{
	text-align: center;
	font-size: 1.3em;
	text-decoration: none;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #000;
	color: #ccc;
	padding: 5px;
	font-weight: bold;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	position: relative;
}
.postTableHeaderLookalike{
	margin-top: 16px;
}
.forumThreadMark{
	color: #c90000;
}
.forum th input, .postTableHeaderLookalike input{
	color: #000;
}
.threadLockedIcon{
	width: 32px;
	position: absolute;
	left: 0;
	top: 3px;
}


.forum col:nth-child(2){
	width: 20%;
}

.categoryName, .threadName{
	padding: 12px;
}

.categoryName a, .threadName a{
	font-size: 1.2em;
	color: #ccc;
}

.categoryName img, .threadName img{
	height: 32px;
	margin-right: 8px;
	filter: invert(100%);
}

.numPosts{

}

.hasUnread{
	color: #f00;
	font-weight: bold;
}

.postContainer{
	perspective: 1000px;
	transition: 	width 0.2s ease,
					height 0.2s ease,
					margin 0.2s ease,
					transform 0.2s ease,
					padding 0.2s ease,
					height 0.2s ease,
					max-height 0.2s ease,
					background-color 0.2s ease;
	height: auto;
	margin-bottom: 4px;
}

.postContainer *{
	transition: 	width 0.2s ease,
					height 0.2s ease,
					margin 0.2s ease,
					transform 0.2s ease,
					padding 0.2s ease,
					height 0.2s ease,
					max-height 0.2s ease,
					left 0.2s ease,
					right 0.2s ease,
					background-color 0.2s ease;
	position: relative;
}

.postHeader{
	padding-bottom: 2px;
    border-bottom: 1px solid #000;
}

.post{
	border: 1px solid #000;
	padding: 8px 8px;
	transform: rotateX(0deg);
	transform-origin: 50% 28px;
	height: auto;
	background: #2e2e2e;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.postContainer .billedeBrugernavn{
	display: inline-block;
	width: 100px;
}

.rightPart{
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px 0 0 0;
	font-size: 0.8em;
}

.postTime{
	display: inline-block;
}

.postOptions{
	width: 18px;
	height: 18px;
	text-align: right;
	padding: 0px 4px 2px 16px;
	display: inline-block;
	margin-right: 4px;
	cursor: pointer;
	overflow: hidden;
	background-size: 12px 12px;
	background-repeat: no-repeat;
	background-position: 3px 50%;
	background-image: url('img/edit.png');
	vertical-align: top;
	text-decoration: none;
}
.postOptions:hover{
	width: 70px;
	background-color: #efe;
	border: 1px solid #ddd;
	border-radius: 4px;
}
.postOptions:hover:after{
	content: "Rediger";
	white-space: nowrap;
	color: #000;
}

.editThreadContainer{
	position: absolute;
	right: 0px;
	top: 3px;
	margin-right: 8px;
}
.editThreadContainer *{
	transition: 1s ease;
}
.threadOptions ul{
	transition: 1s ease;
}

.editThreadContainer .threadOptions{
	position: absolute;
	display: none;
	visibility: hidden;
	top: 0px;
	right: 0px;
	z-index: 99;
	width: 250px;
}
.editThreadContainer:active .threadOptions, .editThreadContainer .threadOptions:hover{
	visibility: visible;
	display: block;
}
.editThreadContainer .threadOptions > ul{
	opacity: 0;
}
.editThreadContainer:active .threadOptions > ul, .editThreadContainer .threadOptions:hover > ul{
	opacity: 1;
}


.editingTitle input{
	width: 100%;
	text-align: center;
}
.editingTitle .editThreadContainer, .editingTitle .forumThreadMark, .editingTitle .threadLockedIcon{
	display: none !important;
	visibility: hidden !important;
}

.editThreadContainer .threadOptions > ul{
	width: 250px;
	margin-top: 32px;
	background-color: #2e2e2e;
	border: 1px solid #000;
	box-shadow: 0 1px 16px rgba(0,0,0,0.2);
	color: #000;
	font-size: 0.7em;
	text-align: left;
	list-style: none;
	padding: 5px;
}

.emailNotifyCheckbox{
	float: right;
	transform: scale(1.2) !important;
	margin-top: 2px !important;
	margin-right: 2px !important;
}

.threadOptions > ul a{
	cursor: pointer;
}

.fileDrop{
	border: 3px dashed #bbb;
	width: 100%;
	text-align: center;
}


.uploadManagerContainer{
	position: relative;
	min-height: 32px
}

.uploadManagerContainer input[type="file"]{
	display: none;
	visibility: hidden;
}
.uploadManagerContainer input[type="checkbox"]{
	margin-bottom: 4px;
}

.uploadManagerList{
	list-style: none;
	margin: 0px;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	margin-right: 40px;
	padding: 0;
}
.uploadManagerList li{
	flex: 0 1 64px;
	margin-right: 8px;
	margin-bottom: 8px;
	border: 1px solid #ccc;
	box-shadow: 0 1px 4px #aaa;
}
.uploadManagerList li img{
	object-fit: cover;
	width: 100%;
	max-height: 100px;
}
.uploadManagerList li span{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 100%;
	display: block;
	padding: 4px;
}

.note-group-select-from-files {
  display: none;
}

.uploadAddFile{
	-moz-box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #b8e356), color-stop(1, #a5cc52));
	background:-moz-linear-gradient(top, #b8e356 5%, #a5cc52 100%);
	background:-webkit-linear-gradient(top, #b8e356 5%, #a5cc52 100%);
	background:-o-linear-gradient(top, #b8e356 5%, #a5cc52 100%);
	background:-ms-linear-gradient(top, #b8e356 5%, #a5cc52 100%);
	background:linear-gradient(to bottom, #b8e356 5%, #a5cc52 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8e356', endColorstr='#a5cc52',GradientType=0);
	background-color:#b8e356;
	border:1px solid #83c41a;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 6px;
	text-decoration:none;
	text-shadow:0px 1px 4px #000000;

	background-image: url('img/paperclip.svg');
	background-position: 50% 50%;
	background-size: 24px 24px;
	background-repeat: no-repeat;
	height: 32px;
	width: 32px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
}


.lukket .postOptions {
	display: none;
}

.lukket .post{
	transform: rotateX(-20deg);
	height: 28px;

	border-bottom: 0px;
	cursor: pointer;

	overflow: hidden;
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: -8px;

	padding: 0px;
	padding-right: 4px;

	background-color: #fff;
	background: -moz-linear-gradient(top, #fff 0%, #ccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ccc), color-stop(100%,#ccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fff 0%,#ccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fff 0%,#ccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fff 0%,#ccc 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fff 0%,#ccc 100%); /* W3C */
}

.postContent{

}

.lukket .postContent{
	color: #888;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 0.8em;
	white-space: nowrap;
	position: absolute;
	top: 0px;
	max-height: 20px;
	left: 125px;
	right: 200px;
	padding: 5px 0 0 0;
}
.lukket .postContent img{
	display: none;
	visibility: hidden;
}

.attachmentIndicator{
	display: none;
	visibility: hidden;
}
.lukket .attachmentIndicator{
	height: 16px;
	margin-right: 8px;
	display: inline-block;
	visibility: visible;
}

.lukket .postAttachments{
	display: none;
	visibility: hidden;
}

.postAttachments{
	text-align: left;
}
.postAttachments a{
	display: inline-block;
	margin-right: 8px;
	margin-bottom: 8px;

}
.attachmentImage{
	border: 1px solid #ccc;
	box-shadow: 0 1px 4px #aaa;
	vertical-align: top;
}

.attachmentFile{
	border: 1px solid #ccc;
	box-shadow: 0 1px 4px #aaa;
	vertical-align: top;
	padding-right: 8px;
}

.lukket br{
	display: none;
}
.lukket p{
	margin: 0;
	padding: 0;
}

.placeholderContainer
{
	height: 26px;
	transition: height 0.2s ease, margin 0.2s ease;
}

.closed{
	overflow: hidden;
	height: 7px;
	background-color: #ddd;
	border: 1px solid #aaa;
	border-bottom: 0;
	margin-bottom: 0;
	margin-left: 3%;
	margin-right: 3%;
	cursor: pointer;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	margin-bottom: -3px;
}

.timeline{
	position: relative;
	z-index: 2;
	margin-bottom: 12px;
	height: 64px;
	border-radius: 10px;
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.4);
}
.timeline canvas{
	border-radius: 10px;
	border: 1px solid #777;
	height: 64px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.timelineDateFieldContainer{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 8px;
}

.timelineCurrentDate{
	position: absolute;
	top: 2px;
	bottom: 2px;
	left: 0px;
	width: 2px;
	background: #0f0;
}

.timelineIntervalWindow{
	position: absolute;
	top: -5px;
	bottom: -5px;
	border-radius: 6px;
	border-top: 5px solid #000;
	border-bottom: 5px solid #000;
}

.timelineLeftHandle, .timelineRightHandle{
	position: absolute;
	top: 0;
	bottom: 0;
	width: 20px;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: ew-resize;
}

.timelineLeftHandle{
	left: -20px;
	background-image: url('img/timelineLeft.png');
}

.timelineRightHandle{
	right: -20px;
	background-image: url('img/timelineRight.png');
}

#gridEditorLayout{
	display: grid;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	grid-template-columns: auto;
	grid-template-rows: auto auto 1fr;
}

#gridEditorLayout > table{
	grid-area: 1 / 1 / span 1 / span 1;
}
#pageLinkContainer{
	grid-area: 2 / 1 / span 1 / span 1;
}

#gridEditor{
	grid-area: 3 / 1 / span 1 / span 1;
	display: grid;
	grid-template-columns: 200px auto 200px;
	grid-template-rows: 100px 1fr 1fr; 
}

#gridPreview{
	border: 1px dashed #555;
	padding: 8px;
	min-height: 32px;
	max-height: 100%;
}

#gridPreview *{
	min-width: 32px;
	min-height: 32px;
	border: 1px dashed #555;
}

#gridTree{
	grid-area: 1 / 1 / span 3 / span 1;
}

#gridConfigurations{
	grid-area: 1 / 2 / span 1 / span 1;
	background-color: red;
}

#gridOptions{
	grid-area: 1 / 3 / span 2 / span 1;
	background-color: purple;
}

#gridPreview{
	grid-area: 2 / 2 / span 2 / span 1;
	overflow-y: scroll;
}

#gridLibrary{
	grid-area: 3 / 3 / span 1 / span 1;
	background-color: yellow;
}

#gridTree ul{
	min-height: 16px;
	border: 1px dashed #aaa;
}

#gridTree details summary{
	margin-left: -8px;
}

#gridTree details{
	padding-left: 8px;
}

.templateCell{
	background-color: rgba(100,100,255,0.5);
}


.pageCover{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.75);
	z-index: 999999;
}

.dialog iframe{
	border: 0px;
	border-radius: 10px;
	width: 100%;
	height: 100%;
}

.dialog{
	padding: 0;
	margin: 0;
	background-color: #fff;
    box-shadow: 0px 3px 12px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 12px 4px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 3px 12px 4px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
	position: fixed;
	top: 100px;
	bottom: 100px;
	right: 15%;
	left: 15%;
	line-height: 0;
	font-size: 0;
	-webkit-overflow-scrolling: touch;
	overflow: scroll;
}

.websiteGrid .mce-tinymce{
	height: calc(100% - 40px) !important;
	min-height: 500px;
}
.websiteGrid .mce-edit-area{
	position: absolute !important;
	top: 70px;
	left: 0;
	right: 0;
	bottom: 0;
}

#loadMore{
	text-align: center;
	background-color: #7c0000;
	padding: 4px;
	cursor: pointer;
	border-radius: 6px;
}

@supports not (-webkit-overflow-scrolling: touch){
	.dialog{
		overflow: auto;
	}
}
@supports (-webkit-overflow-scrolling: touch){
	.dialog{
		bottom: 0;
	}
	.dialog iframe{
		height: calc(100% + 1px);	/* Fixer mærkelig iOS bug med webkit-overflow-scrolling */
	}
}

@media only screen and (min-width:500px) and (max-width:1000px){
	.dialog{
		right: calc(30% - 150px);
		left: calc(30% - 150px);
	}
}
@media only screen and (max-width:500px){
	.dialog{
		right: 0;
		left: 0;
	}
}


.progressBar{
	position: relative;
}
.progressBar .progress{
	height: 25px;
	border: 1px solid #333;
	margin-bottom: 0;
	border-radius: 3px;
}
.progressBar .bar{
	background: linear-gradient(to bottom, #c90000 0%,#7c0000 100%);
	border-radius: 3px;
	height: 25px;
}
.progressBar span{
	position: absolute;
	display: inline-block;
	top: 3px;
	bottom: 3px;
	left: 0;
	right: 0;
	text-align: center;
}


#webcamOuterWrapper{
	position: fixed;
	top: 8%;
	bottom: 8%;
	left: 8%;
	right: 8%;
	z-index: 1000;
	text-align: center;
	background: #555;
	box-shadow: 0 0 128px #000;
	border-radius: 5px;
}

#webcamWrapper{
	width: 100%;
	height: calc(100% - 50px);
	position: relative;
	text-align: center;
}

#webcam{
	width: 100%;
	height: 100%;
}

#slideshowEditor{
	display: grid;
	grid-gap: 10px;
	grid-template-columns: 375px auto;
	grid-template-rows: calc(100vh - 300px) auto;
	width: 100%;
	height: calc(100% - 64px);
}

#eventTags{
	grid-area: 2 / 1 / span 1 / span 2;
	background-color: #fff;
	border-radius: 8px;
	padding: 8px;
}

#slideshowItems{
	grid-area: 1 / 1 / span 1 / span 1;
	background-color: #eee;
	overflow: auto;
	border-radius: 8px;
	position: relative;
	height: 100%;
	max-height: 100%;
}

.slideshowDuration{
	float: right;
	color: #aaa;
}

#slideshowProperties{
	grid-area: 1 / 2 / span 1 / span 1;
	background-color: #fff;
	border-radius: 8px;
	position: relative;
	overflow: auto;
}
.slideshowPropertiesInner{
	padding: 8px;
	text-align: center;
}

#slideshowItemsList{
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	box-shadow: 0 0 8px rgba(0,0,0, 0.3);
}
#slideshowItemsList li{
	background: #fff url('img/reorder.png') no-repeat 8px 50%;
	background-size: 20px 12px; 
	padding: 6px 6px 6px 38px;
	cursor: move;
}

#slideshowItemsList li a{
	margin-right: 8px;
	cursor: pointer;
}

.slideshowToolbar{
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	height: 45px;
	padding: 6px;
	background-color: #888;
	text-align: center;
}
.slideshowDeleteButton{
	float: right;
	border-radius: 4px;
	background-color: #f33;
	color: #fff;
	padding: 5px;
}

.slideshowToolbar a{
	cursor: pointer;
	margin-left: 10px;
	margin-right: 10px;
	border-radius: 8px;
	background-color: #ddd;
	padding: 4px;
	user-select: none;
	display: inline-block;
}

.slideshowCurrent{
	background-color: #ddf !important;
}
.slideshowTextContainer{
	width: 100%;
	padding: 5% 10%;
	text-shadow: 1px 1px 3px #000;
}
.slideshowTextContainer h1{
	margin-top: 0;
}

.slideshowEventOversigt{
	text-align: left;
	table-layout: auto;
	width: min-content;
	white-space: nowrap;
	display: inline-block;
}
.slideshowEventOversigt td{
	padding: 1%;
}
.slideshowEventOversigt img{
	height: 1em;
	margin-right: 0.4em;
}


.imageUploaderContainer{
	max-width: 600px;
	text-align: center;
	margin: auto;
}
.imageUploaderDrop{
	border: 2px dashed #ccc;
	text-align: left;
	color: #ccc;
	cursor: pointer;
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-color: #000;
	width: 100%;
	height: 0;
	padding-bottom: 56%;	/* 16:9 aspect ratio */
}
.slideshowPropertiesInner textarea{
	font-size: 0.8em;
}

.slideshowTextSetupContainer{
	position: relative;
}
.slideshowTextboxContainer{
	position: absolute;
	left: 0;
	right: 40%;
}
.slideshowTextPropertiesContainer{
	position: absolute;
	right: 0;
	left: 60%;
}

.slideshowTextboxContainer textarea{
	height: 100%;
	min-height: 200px;
}




.segmentedControl{
	border: 1px solid #aaa;
	background-color: #ddd;
	border-radius: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
	display: inline-block;
	overflow: hidden;
}

.segmentedControlSegment{
	display: inline-block;
	border-right: 1px solid #aaa;
}
.segmentedControlSegment:last-of-type{
	border-right: none;
}

.segmentedControl input{
	display: none;
	visibility: hidden;
}

.segmentedControl label{
	display: block;
	padding: 4px;
	width: 100%;
	height: 100%;
	margin: 0;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;

	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #bab1ba));
	background:-moz-linear-gradient(top, #ededed 5%, #bab1ba 100%);
	background:-webkit-linear-gradient(top, #ededed 5%, #bab1ba 100%);
	background:-o-linear-gradient(top, #ededed 5%, #bab1ba 100%);
	background:-ms-linear-gradient(top, #ededed 5%, #bab1ba 100%);
	background:linear-gradient(to bottom, #ededed 5%, #bab1ba 100%);
	background-color:#ededed;
	cursor:pointer;
	color:#3a8a9e;
	font-size:17px;
	text-decoration:none;
	text-shadow:0px 1px 0px #e1e2ed;
}
.segmentedControl input:checked + label{
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5));
	background:-moz-linear-gradient(top, #79bbff 5%, #378de5 100%);
	background:-webkit-linear-gradient(top, #79bbff 5%, #378de5 100%);
	background:-o-linear-gradient(top, #79bbff 5%, #378de5 100%);
	background:-ms-linear-gradient(top, #79bbff 5%, #378de5 100%);
	background:linear-gradient(to bottom, #79bbff 5%, #378de5 100%);
	background-color:#79bbff;
	cursor:pointer;
	color:#ffffff;
	font-size:17px;
	font-weight:bold;
	text-decoration:none;
	text-shadow:0px 1px 0px #528ecc;
}
.segmentedControl input:checked + label img{
	filter: invert(100%);
}

.selectoid_container time{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	padding-right: 5px;
	line-height: 24px;
	z-index: 2;
	width: 100px;
	vertical-align: middle;
	text-align: right;
	background-image: url('clock.svg');
	background-repeat: no-repeat;
	background-position: 30px 50%;
	background-size: 16px 16px;
	font-family: monospace;
	font-size: 1.1em;
}
.selectoid_currentItem time, .selectoid_currentItemFLOAT time{
	line-height: 40px;
}
.selectoid_currentItem time{
	right: 30px;
}

.selectoid_item:nth-child(even) time{
	background-image: url('clock.svg');
	background-repeat: no-repeat;
	background-position: 30px 50%;
	background-size: 16px 16px;

	background: url('clock.svg') no-repeat 30px 50% / 16px 16px,  -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 100%);
	background: url('clock.svg') no-repeat 30px 50% / 16px 16px, -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 100%);
	background: url('clock.svg') no-repeat 30px 50% / 16px 16px, linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 100%);
}
.selectoid_item:nth-child(odd) time{
	background: url('clock.svg') no-repeat 30px 50% / 16px 16px, -moz-linear-gradient(left, rgba(245,245,245,0) 0%, rgba(245,245,245,1) 30%, rgba(245,245,245,1) 100%);
	background: url('clock.svg') no-repeat 30px 50% / 16px 16px, -webkit-linear-gradient(left, rgba(245,245,245,0) 0%,rgba(245,245,245,1) 30%,rgba(245,245,245,1) 100%);
	background: url('clock.svg') no-repeat 30px 50% / 16px 16px, linear-gradient(to right, rgba(245,245,245,0) 0%,rgba(245,245,245,1) 30%,rgba(245,245,245,1) 100%);

	background: url('clock.svg') no-repeat 30px 50% / 16px 16px,-moz-linear-gradient(left, rgba(238,238,238,0) 0%, rgba(238,238,238,1) 30%, rgba(238,238,238,1) 100%);
	background: url('clock.svg') no-repeat 30px 50% / 16px 16px,-webkit-linear-gradient(left, rgba(238,238,238,0) 0%,rgba(238,238,238,1) 30%,rgba(238,238,238,1) 100%);
	background: url('clock.svg') no-repeat 30px 50% / 16px 16px,linear-gradient(to right, rgba(238,238,238,0) 0%,rgba(238,238,238,1) 30%,rgba(238,238,238,1) 100%);
}

.selectoid_open:focus{outline: initial;}

.selectoid_container{
	position: relative;
	width: 100%;
	min-height: 40px;
	font-size: 14px;
	text-align: left;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	
}

.selectoid_floater{
	position: absolute;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	z-index: 100;
	overflow: hidden;
	box-shadow: 0 0 32px 0px rgba(0,0,0,0.9);
	border: 1px solid #777;
	border-radius: 4px;
	transition: top 0.2s ease, opacity 0.2s ease;
}

.selectoid_currentItem{
	min-height: 40px;
	z-index: 90;
	width: 100%;
	transition: top 0.2s ease;
	border: 1px solid #999;
	border-radius: 4px;
	background-color: rgba(255,255,255, 0.75);
	color: #000;
	padding-right: 26px;
}
.selectoid_openable{
	cursor: pointer;
	background-color: rgba(255,255,255, 1);
}
.selectoid_openable:after{
	content: '▼';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 10px 8px;
	font-size: 16px;
	color: #000;
	text-align: center;
	box-sizing: border-box;
}


.selectoid_currentItemFLOAT{
	position: absolute;
	min-height: 40px;
	width: 100%;
	background-color: #fff;
	z-index: 99;
	color: #000;
	padding-right: 6px;
	box-shadow: 0 0 4px 1px rgba(0,0,0,0.5);
}


.selectoid_items{
	z-index: 98;
	position: absolute;
	left: 0;
	right: 0;
	background-color: #fff;
	color: #000;
	overflow-x: hidden;
	overflow-y: scroll;
	transition: top 0.2s ease;
}

.selectoid_item{
	padding: 5px 0 5px 5px;
	border-left: 0px solid #fff;
	transition: border-left 0.2s ease;
}
.selectoid_item:nth-child(odd){
	background-color: #eee;
}

.selectoid_hovered{
	border-left: 10px solid #aaf;
}

.popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 10000;
	display: flex;
	align-items: center;
	justify-content: center;
}

.forside_medlemskort{
    max-width: 200px;
    max-height: 100px;
    display: block; /* remove extra space below image */
    border: 1px solid black;
	cursor: zoom-in;
}

.medlemskort_full{
	width: 100%;
	height: 100%;
	display: none;
}
.medlemskort_full img{
    max-width: 100%;
    max-height: 100%;
	margin-left: auto;
	margin-right: auto;
}

/* Rotate membership card 90 degrees on portrait orientation (mobile only) */
@media screen and (orientation: portrait) and (max-width: 600px) {
    .popup-overlay .medlemskort_full {
        align-items: normal;
        justify-content: normal;
    }
    .medlemskort_full img {
        transform: rotate(90deg);
        max-width: none;
		max-height: none;
        width: auto;
        height: 90vw;
    }
}

.billetValg{
	padding: 12px;
	overflow: auto;
}

.billetValgHeader{
	color: #000;
	font-weight: bolder;
	height: 22px;
	border-bottom: 1px solid #000;
}

.billetValgTidspunkt{
	float: left;
	padding: 2px;
	background-image: url('img/time_black.png');
	background-repeat: no-repeat;
	background-size: 15px 15px;
	background-position: 0 50%;
	padding-left: 18px;
	padding-right: 10px;
}

.billetValgType{
	float: left;
	top: 0;
	left: 64px;
	right: 64px;
	bottom: 0;
	padding: 2px;
	font-weight: bold;
}
.billetValgInformationer{
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 2px;
}

.billetValgPris{
	float: right;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 2px;
}
.billetValgBeskrivelse{
	float: left;
	padding: 2px;
	width: 100%;
}

.billetValgInfo{
	padding-top: 4px;
	padding-bottom: 0;
}
.billetValgInfo input{
	width: 100%;
	margin-bottom: 4px;
}
.billetDisclaimer {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 2px;
	font-size: 0.8em;
}
.billetCreditcards {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 2px;
	font-size: 10px;
}

.billetValgVaelger{
	float: left;
}

.billetDecrement, .billetIncrement{
	width: 20px;
	height: 20px;
	background-color: #ffffff;
	color: #000;
	border: 0;
	-webkit-appearance: none; 
}

.billetDecrement{

}
.billetIncrement{
	
}

.billetValgVaelger input{
	width: 32px;
	height: 20px;
	border: 0px;
	padding-bottom: 2px;
	text-align: center;
}

.billetGuide {
	font-style: italic;
	font-size: 0.8em;
}

.billetFlexBox {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}

.billetCard {
	-webkit-flex: 1 1 500px;
	flex: 1 1 500px;
	padding: 10px;
	margin: 8px;
	background: #fff;
	border: 1px solid #bbb;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
	color: #000;
}

.billetCard .billettype {
	font-weight: bold;
	font-size: 36px;
	text-align: center;
	text-transform: uppercase;
}

.billetCard .typenavn {
	font-weight: bold;
	text-align: center;
}

.billetCard .download {
	float: right;
}

.billetCard .eventnavn {
	text-align: center;
	font-size: 24px;
}

.billetCard .beskrivelse {
	font-size: 14px;
	text-align: center;
}

.billetCard .billetNr, .ordreNr {
	font-family: monospace;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 12px;
}

.gyldigbilletCard{
	background-color: #fff !important;
}

.brugtbilletCard{
	background-color: #333  !important;
}

.billetCard .imagebox{
	float: left;
	width: 256px;
	height: 100%;
	margin-right: 8px;
}

.brugerElement {
	display: inline-block;
	padding: 4px;
	margin: 8px;
	border: 1px solid #999;
	border-radius: 4px;
	background-color: rgba(240,240,240);
	color: #000;
}

.brugerElement button{
	border: none;
	margin: 0px;
	background-color: rgba(240,240,240);
}

.newsletter-popup {
	max-width: 500px;
	width: 90%;
	max-height: 90vh;
	overflow-y: auto;
	z-index: 10001;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #2e2e2e;
	border: 1px solid #000000;
	box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.2);
	border-radius: 6px;
}

.newsletter-popup-content {
	padding: 20px;
	text-align: center;
}

.newsletter-popup-buttons {
	display: flex;
	justify-content: center;
	gap: 15px;
	flex-wrap: wrap;
}

/* Volunteer Star Ranking System */
.frivilligstjerne {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 10px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
    color: #000;
    float: left;
    margin-right: 20px;
    z-index: 10;
}

.frivilligstjerne::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #FFD700, #FFA500);
	aspect-ratio: 1;
  	clip-path: polygon(100% 50%,79.94% 58.02%,93.3% 75%,71.92% 71.92%,75% 93.3%,58.02% 79.94%,50% 100%,41.98% 79.94%,25% 93.3%,28.08% 71.92%,6.7% 75%,20.06% 58.02%,0% 50%,20.06% 41.98%,6.7% 25%,28.08% 28.08%,25% 6.7%,41.98% 20.06%,50% 0%,58.02% 20.06%,75% 6.7%,71.92% 28.08%,93.3% 25%,79.94% 41.98%);
    z-index: -1;
}

/* Silver star for placements >10 */
.frivilligstjerne[data-placement]:not([data-placement="1"]):not([data-placement="2"]):not([data-placement="3"]):not([data-placement="4"]):not([data-placement="5"]):not([data-placement="6"]):not([data-placement="7"]):not([data-placement="8"]):not([data-placement="9"]):not([data-placement="10"])::before {
    background: linear-gradient(135deg, #C0C0C0, #5d5d5d);
    z-index: -1;
}

.frivilliginfo {
    overflow: hidden;
    padding: 10px 0;
}

.frivilliginfo p {
    margin: 8px 0;
    font-size: 16px;
    color: rgb(200,200,200);
    background: rgba(255,255,255,0.05);
    padding: 8px 15px;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.frivilliginfo strong {
    color: #c90000;
    font-size: 18px;
}

/* Container to clear floats */
.frivilliginfo::after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .frivilligstjerne {
        float: none;
        margin: 20px auto;
        width: 100px;
        height: 100px;
        font-size: 24px;
    }
    
    .frivilliginfo {
        clear: both;
        padding-top: 10px;
    }
    
    .frivilliginfo p {
        font-size: 14px;
        padding: 6px 12px;
    }
}

