@font-face {
	font-family: din-regular;
	src: url('fonts/din-regular.ttf');
}

@font-face {
	font-family: "din-bold";
	src: url('fonts/din-bold.ttf');
}

strong, h1, table thead {
	font-family: "din-bold", din-regular, "Helvetica", sans-serif;
	font-weight: normal;
}

a {
	cursor: pointer;
}

a:focus {
	outline: 0;
}

.right {
	float: right;
}

.clearboth {
	clear: both;
}

/* JQM Overrides */
body, .ui-bar-a,.ui-bar-a input,.ui-bar-a select,.ui-bar-a textarea,.ui-bar-a button {
	font-family: din-regular, "Helvetica", sans-serif;
	font-weight: lighter;
	-webkit-transform: translateZ(0px); /* http://stackoverflow.com/questions/12502234/how-to-prevent-webkit-text-rendering-change-during-css-transition */
}

.ui-content {
	padding: 0;
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
}

.ui-icon-loading {
	background-image: url('../img/ajax-loader.gif') !important;
	background-size: 46px 46px;
}

.tablet-menu {
	display: none;
}
.ui-page { overflow: hidden; }

div.ui-input-text, textarea.ui-input-text {
	margin: 0.4em 0;
}

.ui-mobile, .ui-mobile body {
	height: 100%; /* Ads-bottom fix */
}

.ui-loading .ui-loader { display: block; }
.ui-loader { display: none; z-index: 9999999; position: fixed; top: 50%; box-shadow: 0 1px 1px -1px #fff; left: 50%; border:0; }
.ui-loader-default { background: none; opacity: .18; width: 46px; height: 46px; margin-left: -23px; margin-top: -23px; }
.ui-loader-verbose { width: 200px; opacity: .88; height: auto; margin-left: -110px; margin-top: -43px; padding: 10px; }
.ui-loader-default h1 { font-size: 0; width: 0; height: 0; overflow: hidden; }
.ui-loader-verbose h1 { font-size: 16px; margin: 0; text-align: center; }
.ui-loader .ui-icon { background-color: #000; display: block; margin: 0; width: 44px; height: 44px; padding: 1px; -webkit-border-radius: 36px; -moz-border-radius: 36px; border-radius: 36px; }
.ui-loader-verbose .ui-icon { margin: 0 auto 10px; opacity: .75; }
.ui-loader-textonly { padding: 15px; margin-left: -115px;  }
.ui-loader-textonly .ui-icon { display: none; }
.ui-loader-fakefix { position: absolute; }

.ui-body-e,
.ui-overlay-e {
	color: 					#fff /*{e-body-color}*/;
	background: 			#f00 /*{e-body-background-color}*/;
}
.ui-overlay-e {
	background-image: none;
	border-width: 0;
}


/* Top bar */
.mobile-bar {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}

.mobile-bar {
	background-color: #39303b;
	height: 44px;
	display: block;
}

.ui-header {
	box-shadow: 0px 0px 3px #000;
	/*position: relative;*/
	z-index: 3;
}

.mobile-bar img {
	height: 40px;
	padding: 2px 1px 2px 25px;
}

.mobile-bar .menu-button {
	float: right;
	height: 30px;
	background-image: url('../img/mobile-settings.png');
	text-shadow: 1px #fff;
	width: 32px;
	padding: 7px;
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 0;
	right: 0;
}

.mobile-bar .login-button {
	float: right;
    line-height: 44px;
    margin-right: 13px;
    font-size: 80%;
    display: none;
}

.mobile-bar .login-button a,
.mobile-bar .login-button a:visited {
	color: #666;
}

.admin-bar {
	height: 44px;
	line-height: 44px;
	vertical-align: middle;
	background-color: #F00;
	color: #fff;
	padding-left: 25px;
}

.admin-bar a.profile {
    text-decoration: underline;
    color: inherit;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.admin-bar a.signout {
	color: rgb(100, 0, 0);
	float:right;
    padding-right: 7px;
    padding-left: 6pt;
}

.red {
	color: #F00 !important;
}

small.red {
	color: #F00 !important;
}

.mobile-menu {
	display: none;
}

.tablet-menu {
	position: absolute;
	overflow-x: hidden;
	overflow-y: auto;
	top: 40px;
	bottom: 0;
	-webkit-overflow-scrolling: touch;
}

.thick-menu {
	color: #555;
	text-shadow: none;
	font-size: 18pt;
	padding: 0;
	margin: 0;
	/*border-top: 1px solid #fff;*/
}

.thick-menu li {
	background-color: #F0F0F0;
	border-top: 1px solid #FFF;
    vertical-align: middle;
    list-style: none;
    position: relative;
}

.thick-menu ul {
	padding: 0;
	margin: 0;
    vertical-align: middle;
}

.thick-menu li.selected {
	background-color: #5aab42;/*497395*/
	color: #fff;
}

.ui-bar-a {
	border: none;
	background: none;
}

.thick-menu li a {
	text-decoration: none;
	color: inherit;
	height: 60px;
	padding-left: 25px;
	height: 60px;
	line-height: 60px;
	display: block;
	font-family: din-regular, "Helvetica", sans-serif;
	position: relative;
}

.menu-arrow {
	background: url('../img/menu-arrow-green.png');
	background-size: contain;
	width: 18px;
	height: 30px;
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -15px;
	transition: transform 0.5s, margin 0.5s;
	-webkit-transition: -webkit-transform 0.5s, margin 0.5s;
}

.fb-icon {
	background: url('../img/fb-item.png');
	background-size: contain;
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	top: 50%;
	right: 45px;
	margin-top: -15px;
}

.rotate {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	margin-right: 5px;
}

li.selected .menu-arrow {
	background-image: url('../img/menu-arrow-white.png');
}

.thick-menu li.green {
	background-color: #5aab42;
	color: #fff;
}

.thick-menu > li.green > a .menu-arrow {
	background-image: url('../img/menu-arrow-white.png');

}

.thick-menu li.admin {
	color: #e00;
}

.text {
	padding: 0pt 15pt;
}
img.full {
	width: 100%;
}

h1,p {
	margin: 0;
}

h1 {
	margin: 10pt 0;
}

ul li .left {
	float:left;
	width: 48%;
	padding-right: 2%;
}

ul li .right {
	float:right;
	width: 48%;
	padding-left: 2%;
}

.half-btn {
	position: relative;
}

.half-btn.left {
	right: 2px;
	padding-right: 0;
	float: left;
	width: 50%;
}

.half-btn.right {
	left: 2px;
	padding-left: 0;
	float: right;
	width: 50%;
}

.loggUtMsg {
	background: #000;
	color: #fff;
	display: block;
	height: 200px;
	vertical-align: middle;
	line-height: 200px;
	text-align: center;
}

div[data-role="content"] {
    width : auto !important;

    position : absolute;
    top      : 44px;
    right    : 0;
    bottom   : 40px;
    left     : 0;
}

.ads {
	display: block;
	width: 100%;
	text-align: center;
}

.ads a, .ads > .ad-container {
	pointer-events: auto;
	text-align: center;
	display: inline-block;
	background: #fff;
	width: 100%;
	height: 40px;
}

.ads img {
	display: inline-block;
	height: 40px;
	width: 100%;
	object-fit: contain;
	vertical-align: middle;
}

.ads small {
	font-size: 10pt;
	color: #cacaca;
	padding-left: 25px;
	position: absolute;
	bottom: 0;
}

.ads-fade {
	height: 32px;
	display: block;
	background: url('/img/ads-fade.png');
	vertical-align: bottom;
	position: relative;
	pointer-events: none;
	text-align: left;
}

.extra-bottom-spacer {
	height: 104px;
	border: 0 !important;
}

.ui-footer {
	padding-bottom: 0;
	bottom: 0;
	position: absolute;
	pointer-events: none;
}

/* Important messages */
.important-cover {
	background: #5aab42;
	width: 100%;
	height: 100%;
	position: absolute;
    top: 0;
    bottom: 0;
	color: #fff;
    overflow: auto;
	min-height: 36px;
	z-index: 10000;

	transition: top 0.4s, max-height 0.4s, width 0.4s, margin-left 0.4s;
	-webkit-transition: top 0.4s, max-height 0.4s, width 0.4s, margin-left 0.4s;
}

.important-cover.blue {
	background: #2a4868;
}

.important-cover.closed {
	top: 88px;
	max-height: 36px;
	cursor: pointer;
}

.important-cover.hidden {
	display: none;
}


.important-cover h1 {
	padding: 0;
	margin: 0;
	padding-top: 20px;
	padding-left: 25px;
	font-size: 20pt;
	line-height: 36px;

	transition: margin 0.4s, font 0.4s, padding 0.4s;
	-webkit-transition: margin 0.4s, font 0.4s, padding 0.4s;
}

.important-cover p, 
.important-cover a {
	padding: 0 25px;
	margin-top: 10pt;
	transition: font 0.4s, margin 0.4s;
}

.important-cover p {
	margin-bottom: 12pt;
}

.important-cover a {
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    margin-bottom: 10pt;
}

.important-cover a span {
    background-color: #fff;
    color: #000;

    padding: 15pt;
    display: inline-block;
}

.important-cover.closed h1, 
.important-spacer h1 {
	margin: 0;
	padding: 0;
	padding-left: 25px;
	font-size: 12pt;
	line-height: 36px;
	vertical-align: middle;
}

.important-cover.closed a, 
.important-cover.closed p {
	font-size: 9pt;
	margin: 0;
}

.important-spacer {
	display: block;
	height: 36px;
	background: #5aab42;
	color: #fff;
	cursor: pointer;
}


#important-list {
	display: none;
}


.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}

.important-inline {
	list-style: none;
	background-color: #5aab42;
	margin: 0;
	padding: 0;
	color: #fff;
}

.important-inline li {
	padding: 0.3em 0 0.3em 25px;
	border-bottom: 1px #fff solid;
}

.important-inline h1 {
	margin: 0;
	font-size: 14pt;
}






.dato-btn {
	/*display: none;*/
	cursor: pointer;
}

.dato-text {
	display: none;
}

.dato-btn-input {
	opacity: 0;
	width: 0;
	height: 0;
}

.date-ios {
	opacity: 1;
	background-color: transparent;
	color: transparent;
	border: 0;
	position: absolute;
	right: 0;
	top:44px;
}

.important-cover a:focus {
	outline: none;
}

.program-bar {
	color: #555555;
	font-size: 12pt;
	/*font-weight: bold;*/
	text-shadow: 0px 1px 1px white;
	/*box-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
	position:relative;
	z-index: 1;*/

	background-color: #ddd;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e2e2e2), to(#D6D6D6));
	background: -webkit-linear-gradient(top, #e2e2e2, #D6D6D6);
	background: -moz-linear-gradient(top, #e2e2e2, #D6D6D6);
	background: -ms-linear-gradient(top, #e2e2e2, #D6D6D6);
	background: -o-linear-gradient(top, #e2e2e2, #D6D6D6);

	height: 44px;
	line-height: 44px;
	display: block;
	text-align: center;

	font-family: "din-bold", din-regular, sans-serif;
}

.program-bar.relative {
	position: relative;
	overflow: hidden;
}

.program-bar a {
	text-decoration: none;
	height: 44px;
	line-height: 44px;
	display: inline-block;
}

.program-bar.relative > a {
	position: absolute;
	left: 0;
	text-align: center;
	width: 100%;
	z-index: 1;
}

.program-bar a.stealth {
	color: #555555;
}

.enhet-back a {
	float:left;
	display: inline-block;
	padding: 6px;
}

.enhet-sort a {
	float: left;
	display: inline-block;
	padding-left: 6px;
	padding-right: 6px;
	position: absolute;
	left: 0;
	z-index: 2;
}

.enhet-sort a img {
	height: 100%;
}

.bar-nav {
	float: left;
	display: inline-block;
	background-image: url('/img/nav-left.png');
	background-repeat: no-repeat;
	background-position: 5px 12px;
	width:30px;
}

.bar-next {
	float: right;
	background-image: url('/img/nav-right.png');
}

.dato-btn {
	float: right;
	color: #fff;
	text-shadow: none;
	background-image: url('/img/kalender.png');
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 30px;
	padding-right: 40px;
	margin-right: 10px;
	position: absolute;
	right: 0;
	z-index: 2;
}

.small-arrow {
	float: right;
	width: 8px;
	height: 26px;
	background-image: url('/img/menu-arrow-green.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	margin: 5px;
	margin-right: 10px;
}

ul.program {
	padding: 0;
	margin: 0;

}

ul.program li {
	list-style: none;
	background-color: #fff;
}

ul.program li:not(.endret):nth-child(even) {
	background-color: #f4f4f4;
}

.program li.endret {
	display: block;
	padding: 0.8em;
	padding-left: 25px;
	background-color: #e0e0e0;
	color: #555;
	font-size: 12pt;
	text-shadow: 0px 1px 1px white;
	font-family: "din-bold", din-regular, sans-serif;
}

.program li a {
	text-decoration: none;
	font-family: din-regular, "Helvetica", sans-serif;
	display: block;
	padding: 1em;
	padding-left: 25px;

	background-image: url('../img/menu-arrow-green.png');
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 18px;
	margin-right: 10px;
	padding-right: 20px;
}

.program li p, .aktivitet h1, .text h1, .userpage h1 {
	font-size: 14pt;
	color: #666;
	padding: 0;
	margin: 0;
	font-weight: normal;
	line-height: 20pt;
}

.text h1 {
	font-family: din-regular, "Helvetica", sans-serif;
	padding: 10pt 0;
	font-size: 24pt;
	line-height: 24pt;
	letter-spacing: -1px;
}

.text {
	padding-bottom: 20pt;
}

.program li small, .aktivitet small { /* Aktivitet dato */
	font-size: 12pt;
	color: #4c9d2d;
	/*font-family: "din-bold", din-regular, sans-serif;*/
}

a {
	color: #4c9d2d;
	/*font-family: "din-bold", din-regular, sans-serif;*/
	text-decoration: none;
}

/* Aktivitet */
.aktivitet {
	padding: 20pt;
	color: #666;
}

.aktivitet p {
	margin: 12pt 0;
}

.aktivitet ul {
	list-style: none;
	padding: 0;
	margin: 4pt 0;
}

.aktivitet ul li {
	padding-bottom: 0pt;
	padding-top: 0pt;
}

.aktivitet ul.wider li {
	padding-bottom: 4pt;
	padding-top: 5pt;
}

.aktivitet ul.tighter li {
	padding-top: 2pt;
	padding-bottom: 2pt;
}

.aktivitet li.bigger {
	padding: 12pt 0;
}

ul.alt li:nth-child(even) {
	background-color: #eee;
}

.aktivitet li label {
	line-height: 12pt;
}

.aktivitet li label.pameldte {
	display: block;
	overflow-x: scroll;
}

.aktivitet .feil {
	color: #f00;
	float: right;
	padding: 5pt 10pt;
	margin-top: 10pt;
}

.aktivitet .feil.ok {
    color: #000;
}

.aktivitet .feil-left {
	color: #f00;
	margin-top: 10pt;
}

.pamelding .feil {
	float: left;
	margin-top: 0;
}

.aktivitet form.pamelding {
	margin-top: 5px;
}

ul.thin li {
	background-color: #eee;
	padding: 0.6em;
	border-bottom: 1px solid #fff;
	color: inherit;
	display: block;
	margin: 0;
	font-family: inherit;
	overflow: hidden;
}

ul.thin select {
	margin: 0;
	padding: 0;
}

div.ui-input-text, input.ui-input-text, textarea, select, .upload-file, .div-button {
	background-color: #eee;
	color: #666;
	padding: 0em 0.6em;
	border: 0;
	font-size: inherit;
}

textarea.ui-input-text {
	padding: 0.6em;
}

select {
	padding: 0;
	width: 100%;
	padding: 0.5em;
	margin: 0.5em 0;
}

.div-button.green, input[type="submit"], .button-link {
	background-color: #54ae32;
	color: #fff;
}

input[type="submit"], .button-link {
	border: 0;
	padding: 5pt 10pt;
	-webkit-appearance: none;
	-webkit-border-radius:0;
	transition: width 0.4s;
}

.button-link {
	display: inline-block;
	/*display: block;*/
	text-align: center;
	font-family: inherit;
	cursor: pointer;
}

.btn-spacer {
	margin-right: 20px;
}

.red-btn {
	background-color: #F00 !important;
}

.round-btn {
	border-radius: 25pt;
	padding: 5pt 12pt;
}

.submitPamelding {
	float: left;
}

ul.vedlegg li a.vedlegg-link {
	background-image: url('../img/link-arrow.png');
	background-repeat: no-repeat;
	background-size: 20px;
	text-indent: 20pt;
	-webkit-tap-highlight-color: rgba(0,0,0,0.2);

	line-height: 20px;
	height: 20px;

	display: block;
	text-overflow: ellipsis;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

ul.vedlegg li a.remove {
	color: #F00;
	float:right;
	text-align: right;
	white-space: nowrap;
}

ul.vedlegg li {
	height: 18pt;
	padding-top: 3pt;
	padding-bottom: 3pt;

	position: relative;
	overflow: hidden;
}

.showMap {
	cursor: pointer;
}

.arrowSpacing {
	margin-right: 25px;
}

/* Aktivitet edit */

input[type="checkbox"] {
	width: 20px;
	height: 20px;
}

.aktivitet li .inline {
	display: inline;
}

#fileupload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(-300px, 0) scale(4);
  -webkit-transform: translate(-300px, 0) scale(4);
  font-size: 23px;
  direction: ltr;
  cursor: pointer;
}

.upload-button {
	overflow: hidden;
	text-align: center;
	/*height: 35px;
	margin: 0.5em 0;
	padding:0;*/
}

.upload-file {
	overflow: hidden;
	text-align:center;
	height: 35px;
	/*margin: 0.5em 0;*/
	line-height: 35px;
	position: relative;
}

.att-ok {
	float: right;
	width: 35px;
	height: 35px;
	margin-left: 3%;
	line-height: 35px;
	text-align: center;
	cursor: pointer;
}

.edit-submit {
	float:right;
	margin: 10pt 0 20pt 3%;
}

.remove-hint {
	float:right;
	color: #F00;
}

.pre-edit {
	text-decoration: line-through;
}

.mapCanvas {
	height: 300px;
	margin: 12px 0;
}

.nav .left {
	float: left;
}

.nav .right {
	float:right;
}

.nav {
	clear: both;
	display: block;
}

.delete-confirm {
	display: none;
}

/* User pages */

.userpage {
	padding: 20pt;
	color: #666;
	position: relative;
}

.userpage p {
	margin: 0;
	margin-bottom: 3pt;
}

.userpage .module {
	padding: 1px;
	position: relative;
}

.userpage .module:hover {
	border: 1px dashed #ccc;
	padding: 0;
}

.userpage .module .module-options {
	display: none;
}

.module-options {
	position: absolute;
	top: 0;
	right: 0;
	padding: 5pt;
}

.userpage .module .hoverlink {
	padding-left: 5pt;
}

.userpage .module:hover .module-options {
	display: block;
}

.userpage ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.userpage h1 {
	padding-top: 17pt;
	padding-bottom: 3pt;
	word-wrap: break-word;
}

.userpage h1:first-child,
.userpage a:first-child + h1 {
	padding-top: 0;
}

.userpage ul li {
	padding: 1pt 0;
}

.userpage .right {
	text-align: right;
	float: none;
}

.userpage .new-module-form {
	display: none;
}

.userpage .module-edit {
	display: none;
}

.userpage .module-content {
	cursor: move;
}

.userpage .first-module {
	padding-top: 0;
}

.userpage .video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.userpage .video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.userpage .edit-site {
	position: absolute;
	top: 20pt;
	right: 20pt;
	z-index: 10;
}

hr {
	border: none;
	border-top: 1px solid #ccc;
}


/* Admin */
.fb-login {
	cursor: pointer;
}

.fb-login {
	margin: 30pt auto 0 auto;
	max-width: 300px;
}

.fb-login img {
	width: 100%;
}

p.fb.feil {
    text-align: center;
}

.email-login {
	max-width: 350px;
	margin: 0 auto;

	margin-top: 30pt;

}

.email-login p {
	margin-top: 10pt;
}

.email-login .feil {
	color: #F00;
}

.email-login input[type="submit"] {
	float: left;
}

.email-login .glemt {
	padding: 5pt 0;
	float: right;
}

/* Background selection */
div.bg-scroll-container {
	position: relative;
}

div.bg-scroll-container:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 90%;
	background-image: linear-gradient(to right, rgba(255,255,255, 0.0), rgba(255,255,255, 1.0));
	opacity: 1.0;
	pointer-events: none;
	z-index: 2000;
}

div.bg-scroll {
	overflow-x: scroll;
    white-space: nowrap;
	padding-bottom: 20px;
}

div.bg-scroll > .bg {
	display: inline-block;
	position: relative;
	cursor: pointer;
}

div.bg-scroll > .bg.selected:before {
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow:0px 0px 0px 10px #ddd inset;
	/*border: 1px solid #000;*/
}

div.bg-scroll > .bg > img {
	display: block;
}

.user-site-settings li.logo .info {
	font-style: italic;
}

.user-site-settings li.logo .logo-width-warning {
	color: #f00;
	padding: 0.5em 0;
	display: none;
}

ul.viktig-edit li {
	padding: 5px;
	transition: background-color 0.3s;
}

ul.viktig-edit li:hover {
	background-color: #eee;
	border-radius: 2px;
}

ul.viktig-edit em {
	float: right;
}

ul.annonse-list li {
	display: block;
	height: 45px;
	line-height: 40px;
	padding: 5px 5px;
}

ul.annonse-list li img {
	vertical-align: middle;
	height: 40px;
}

ul.annonse-list a.remove {
	color: #f00;
	float: right;
}

ul.annonse-list li:hover {
	background-color: #eee;
	border-radius: 2px;
}

.annonse-admin .button-link {
	margin-left: 5px;
}

#enhet-edit-list li {
	background-color: #e0e0e0;
	border: #f0f0f0 solid 0.5px;
	padding: 5px 10px ;
}

.full-red-btn {
	width:100%;
	background-color: #f00;
}

ul.clients li ul {
	padding-left: 10pt;
}

ul.much-space > li {
	margin-bottom: 20pt;
}

ul.much-space > li h1 {
	padding-bottom: 3pt;
}

.hide {
	float: right;
	margin-left: 5pt;
}

#join-sorter select {
	width: auto;
	background-color: #FFF;
	margin-right: 3pt;
}

#userpage-sorter, #join-sorter {
	cursor: move;
}

#join-sorter .prototype {
	display: none;
}

pre {
	margin: 0;
	white-space: normal;
}

.viktig-edit.rsync a {
	float: right;
}

table {
	width: 100%;
	margin: 1em 0;
}

ul.domains {
	margin-bottom: 1em;
}

/* Sub-menus */

ul.sub {
	background-color: #fff;
	overflow: hidden;
	color: #555;
	display: none;
}

ul.sub.visible {
	display: block;
}

ul.sub li {
	border-bottom: 0;
	border-top: 0;
	/*border-top: 1px solid #fff;*/
	/*box-shadow: -5px 0px 10px -2px #aaa;*/
	/*background-image: url('../img/sub-wood.png');*/
	/*background-color: #2a4868;*/
	background-repeat: repeat-y;
	background-size: 20px;
	background-color: #e0e0e0;
	border-top: 1px solid #eee;
}

ul.sub li a {
	height: 44px;
	line-height: 44px;
	font-size: 15pt;
}

ul.sub li a .menu-arrow {
	height: 20px;
	width: 12px;
	margin-top: -10px;
	background-image: url("../img/menu-arrow-green.png");
}

#ie-fallback {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: url('../img/iebg.jpg');
	background-size: cover;
	min-height: 100%;
	min-width: 100%;
	z-index: 2000;
	text-align: center;
}

#ie-fallback p {
	color: #fff;
	font-size: 21pt;
}

#ie-fallback img {
	padding: 50px;
}

/* Kontakt footer */
/* Sticky Footer by Ryan Fait http://ryanfait.com/ */

.djoin {
	width: 90%;
	margin: 0 auto;
	text-align: center;
	color: #c5c5c5;
	background-color: #fff;
	position: relative;
	font-size: 10pt;
}

.userpage-content {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto -120px;
}

.djoin img {
	max-width: 114px;
	width: 30%;
}

.djoin, .djoin-push {
	height: 120px;
}

/* Custom */

.sandnes-merke {
	padding: 20pt 0 35pt 0;
	width: 100%;
	text-align: center;
}

.sandnes-merke img {
	height: 260px;
	width: 260px;
}

/* Brukerprofil */
.userprofile .displayname {
    margin-bottom: 20pt !important;
    opacity: 0.9;
}
.userprofile .current-email {
    opacity: 0.9;
}
