
/*@import url('https://fonts.googleapis.com/css?family=Roboto:400,600,700');*/
/*@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville:400,600,700,800'); */
/*
/*
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');
*/

/* hvis du vil have en baggrundsfarver kan du prove her */
/*
body {
	background:#fff;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	color: #171e37;
	letter-spacing: -0.02em;
	margin: 0px;
	padding: 0px;
	overscroll-behavior: none;
}
*/
/* Lidt sp farve på selectioner */
::selection {
    color: #fff;
    background: #74b2d3;
    text-shadow: none;
}

.blurred-bg {
  position: absolute;
  inset: 0;
  backdrop-filter: blur(2.5px); 
  -webkit-backdrop-filter: blur(2.5px); /* For Safari */

  z-index: -1;
}

/* test med runde gallery */
li.micrcard {
	border-radius: 0.25rem;
	overflow: hidden;
}

li.micrcard:hover {
	transform: scale(1.05);
}

div#navbartop {
	transition: box-shadow .2s ease-in-out .2s;
}


.gallery-container ul.mosaic-gallery {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	margin: 0 -0.5rem 0 0;
	list-style: none;
	padding: 0;
}

.gallery-container ul.mosaic-gallery::after {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    content: '';
    flex-grow: 5000000;
}


.gallery-container ul.mosaic-gallery .mosdiv {
    display: inline !important;
    flex-wrap: wrap;
    margin: 0;
}

.gallery-container ul.mosaic-gallery li {
	position: relative;
	background-position: top;
	background-position: center;
	background-size: cover;
	flex: auto;
	height: var(--gallery-img-height);
	margin-right: 1rem;
	margin-bottom: 1rem;
	opacity:0;
	transition: opacity 250ms;
	transition: all 0.25s ease-in-out;
	max-width: calc( 100% - 0.5rem );
}

.gallery-container ul.mosaic-gallery li img {
    height: 100%;
    opacity: 0;
	 max-width: calc( 100% - 0.5rem );
}

.gallery-container ul.mosaic-gallery li.showthis {
	opacity:1;
}


#goToTop {
	display: none;
	position: fixed;
	right: 5rem;
	bottom: 0;
	font-size: 1.6rem;
	color: #fff;
	text-align: center;
	background-color: rgba(var(--bs-notice-rgb),0.8);
	border-radius: 4px 4px 0 0;
	height: 35px;
	width: 48px;
	opacity: 0;
	z-index: 100000;
	transition: all .2s ease-in-out 0s;
}

#goToTop:hover {
	background-color: #FE5B50;
	background-color: rgba(var(--bs-notice-rgb),1);
}

.anchor {
	padding-top: 4rem !important;
	margin-top: -4rem !important;
}

.max-width-1680 {
	max-width: 1680px !important;
}

.max-width-1920 {
	max-width: 1920px !important;
}

/* ingen scroll-bar på ... */
/*
body, menudiv {
}

body::-webkit-scrollbar, #menudiv::-webkit-scrollbar { 
	display: none;  
}

::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

::-webkit-scrollbar-track {
	background: #f1f1f1; 
}
 
::-webkit-scrollbar-corner {
	background-color: #f1f1f1
}

::-webkit-scrollbar-thumb {
	background: #d1d2d7; 
	border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
	background: #74b2d3; 
}


#sog1publiatis > span {
	xxtext-decoration:underline;
	cursor:pointer;
}
#sog1publiatis > span:hover {
	color:#999999;
}

*/

.ritzau-collapse-right {
	width:23rem;
	max-width:100%;
}


div.divwrapperleftright {
	margin: 0 20px;
}

svg.poster-icon path {
	d: path("");
}
svg.poster-icon {
   background-image: none;
   -webkit-mask-image: url(/css/font-awesome/svgs/regular/play-circle.svg);
   mask-image: url(/css/font-awesome/svgs/regular/play-circle.svg);
   background-color: #ff6600;
   background-color: #34AB54;
   background-color: #F3F5F6;
}
/*
input[type="text"], input[type="password"], textarea {
	font-size: 13px;
}
*/
.noscrollbars { 
	-ms-overflow-style: none;  
	overflow: -moz-scrollbars-none;  
}
.noscrollbars::-webkit-scrollbar { 
	display: none;  
}

.redfont {
	color:rgba(224,61,54,1);
}

.spfont {
	font-family: 'Open Sans', sans-serif;
}

.spfont600 {
	font-weight: 600;
}

.spfontimgid {
	xxfont-size: 11px;
}

.sptrlinie:nth-child(even) {
	background-color: rgba(23,30,55,0.1);
}

.spleftmenu {
	text-align: center;
}

.unselected {
	filter: grayscale(100%); 
}

.alignbottom {
	xxposition: absolute;
	xxbottom: 2px;
}

/*
h1,h2,h3,h4,h5,h6 { 
	font-family: 'Open Sans', sans-serif;
	font-weight: 600; 
	letter-spacing: -0.02em;
	color:rgba(23,30,55,1);
	line-height:normal;

}

h1 { font-size: 60px; }
h2 { font-size: 40px; }
h3 { font-size: 30px; }
h4 { font-size: 26px; }
h5 { font-size: 22px; }
h6 { font-size: 18px; }
*/
.tagline {
	font-size:18px;
	font-weight:800;
	text-transform: uppercase;
}

/*
div {
   position: relative;
}
*/

#selected_div_nyheds {
	top: 12px;
	right: 40px;
	position: absolute;
}

.featuredivtop {
	background-color: #e7e8eb;
}

.sp-shadow {
  box-shadow: 0 0 10px rgba(23, 30, 55, 0.8);
	box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15) !important;
}
/*
input.spinput[type="text"], textarea.spinput {
	border-radius: 4px;
	border: 1px solid #d9d9d9;
	background: #fff;
	padding: 3px 7px;
	margin: 0;
}
input.spinput[type="text"]:hover, textarea.spinput:hover {
    box-shadow: 0 0 4px #74b2d3;
}
input.spinput[type="text"]:focus, textarea.spinput:focus {
    outline: none;
    border-color: #0d7fb5;
    box-shadow: 0 0 4px #74b2d3;
}
span.splabel {
	font-size: 12px;
	font-weight:600;
}
*/
#changepassform input[type="text"], #changepassform input[type="password"] {
    border-radius: 4px;
    border: 1px solid #d9d9d9;
    padding: 3px 7px;
}

#changepassform input[type="text"]:focus, #changepassform input[type="password"]:focus {
	outline: none;
	border-color: #0d7fb5;
	box-shadow: 0 0 4px #74b2d3;
}

button#clrSearch:hover {
	color: #E53935;
}

.ainline {
	width: 100%;
	display: inline-block;
	text-overflow: ellipsis;
	overflow: hidden;
}

.uudiv {
	padding: 5px 5px 5px 5px;
	padding: 0px 5px 5px 5px;
	margin: 0px 0px 5px 0px;
	margin: 0px;
	line-height: 21px;
}

.closeright {
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 20px;
	font-weight: 200;
	z-index: 200;
	height: 25px;
	width: 25px;
	line-height: 25px;
	border-radius: 50%;
	text-align: center;
	transition: transform .3s ease, background-color .3s ease;
	background-color: #98a9b644;
	-moz-transition: -moz-transform .3s ease, background-color .3s ease;
	-webkit-transition: -webkit-transform 0.3s ease-in-out, background-color .3s ease;
}

.closeright:hover {
	background: rgba(200,200,200,0.8);
	transform               : rotate(90deg);
	-moz-transform          : rotate(90deg);
	-webkit-transform       : rotate(90deg);
}

.cleanlist li {
	line-height: 2.4em;
}

.hoverbla:hover { 
	color:#0099FF;
	text-decoration:underline; 
}
.genvejsul { 
	margin:0;
	padding:0;
	list-style-type: none;
	list-style-position: inside;
}
.genvejsul > li { 
	color:#000000;
	display: inline;
	padding:2px 5px 2px 5px;
	cursor:pointer;
}
.genvejsul > li:hover { 
	color:#ffffff;
	background-color:#0099FF;
	cursor:pointer;
}

input:-webkit-autofill {
	background-color: unset;
}

.nyhedstitle {
	xxbackground-color:grey;
	font-weight: 600;
}

a.navi:link {
	text-decoration: none;
	color: #171e37;
}

a.navi:visited {
	text-decoration: none;
	color: #171e37;
}

a.navi:hover {
	text-decoration: underline;
	color: #0d7fb5;
}

a.nahvid:link {
	text-decoration: none;
	color: #fff;
}

a.nahvid:visited {
	text-decoration: none;
	color: #fff;
}

a.nahvid:hover {
	text-decoration: underline;
	color: #0d7fb5;
}

a.pixpagelink {
	text-decoration: none;
}

a.pixpagelink:visited {
	text-decoration: none;
	color: #171e37;
}

a.pixpagelink:hover {
	text-decoration: none;
	color: #0d7fb5;
}

.navilink {
   float:left;
   height:20px;
   margin: 0 0;
   vertical-align: middle;
}
/* Scanpix Farver            */
/* .sp.... def. font farve        */
/* .sph... def. hover font farve  */

.spfontbold {
	font-weight: bold;
}

.spfontblue {
   color: #0d7fb5;
}
.spleftmenu.spfontblue {
	overflow: unset !important;
}

.sphfontblue:hover {
   color: #0d7fb5;
}

.spfontorange {
   color: #ff6600;
}
.spleftmenu.spfontorange {
	overflow: unset !important;
}
.spfontgreen {
   color: #54b143;
}
.spfontpurple {
   color: #FF00BF;
}
.spfontbrown {
   color: #8A4B08;
}

.sphfontgreen {
   color: #009e2f;
}

.spfontred {
	color: #e03d36;
}

.spfontlight {
   color: #999;
}

.sptext-shadow {
   text-shadow: 2px 2px 3px rgba(20,20,20,0.9);
}

.spbgblue {
   background: #0d7fb5;
}

.spbgred {
   background: #e03d36;
}

.sp-spinner {
	position: absolute;
	top: calc(50vh - 24px);
	left: calc(50vw - 24px);
}

#frontpagelandinginfo {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: calc(100vw - 20px);
	height: 420px;
	background-color: rgb(0, 40, 71);
	color: rgb(173, 188, 204);
	padding: 10px;
	overflow: hidden;
	display: block;
}
.frontpagelandingtext {
	font-size:16px;
	line-height:27px;
}

.frontpage_cont {
	position:relative; 
	display: none;
	margin: auto; 
	width: 1160px; 
	height: 575px; 
	top: calc( 15vh );
}
.frontpage_cont h2 {
	line-height:1.45em;
}

.spfrontpages {
	position: absolute;
	margin: auto;
	width: calc( 100% - 200px);
	height: calc( 100% - 230px);
	background-color: rgba(23,30,55,0.5); 
	text-align:center;
	padding: 40px 100px 20px 100px;
	border-radius: 10px;
}

.frontpage_cont h2, .frontpage_cont .tagline {
	color: #eee;
/*	text-shadow: 2px 2px 5px rgba(23,30,55,0.7); */
}

.logfilestatus {
	display: inline-block;
	font-size: 10px;
	line-height: 11px;
	color: #fff;
	border-radius: 4px;
	padding: 3px 7px;
}

.spsticker {
   display: inline-block;
   font-size: 10px;
   line-height: 11px;
   color: #fff;
   border-radius: 4px;
   padding: 3px 7px;
}

/* hvis du vil have runde hjorner kan du prove her */
.rcorner {
	-moz-border-radius: 3px;
	border-radius: 3px;
}

div.micrtopiconout {
	width:calc(100% - 6px);
}
.spicontop {
	float:right;
}
div.micrbottxt {
	text-align:left;
}
.spicon {
   line-height: 21px;
   color: #fff;
   text-align: center;
   background-color: transparent;
  	background-image:none;
}

.spicon:hover {
	color: #555;
	background-color: transparent;
}
.spicon:active {
/*  	background-image:url(/css/icons/Scanpix-Ikoner-Sort-50.png); */
/*  color: #000; */
}
.spiconmulti {
	color: #171e37;
	margin:0px;
	background-color:rgba(38,158,4,0);
}
.spiconmulti:hover {
	color: rgba(14,127,182,1);
	background-color:rgba(162,152,152,0.3);
}
.spiconmulti:active {
}
.multitab {
	background-color: rgb(191,226,185);
	background-color: #FBEC88;
	border: 1px solid #999;
}

.warn {
	color: rgba(224,61,54,1);
}

.warning {
   background-color:#df3d35;

background-color: transparent;
    color: #9e0000;
}
.warning:hover {
   background-color:#9e0000;

background-color: transparent;
	color: red;
}
.redaktionel {
	background-color: transparent;
	color:rgba(23,30,55,1);
}
.redaktionel:hover {
	background-color: transparent;
	color: #0d7fb5;
}
.illustration {
	background-color: transparent;
	color:rgba(23,30,55,1);
}
.illustration:hover {
	background-color: transparent;
	color: #0d7fb5;
}

.star {
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  padding: 12px 0px 0px 3px;
  display: inline-block;
}

.spbutton {
	color:#ffffff;
	font-weight: 400;
	font-size:13px;
	text-decoration: none;
	background-color:#0d7fb5;
	padding: 3px 15px 4px 15px;
	border: 0px;
	border-radius: 5px;
	border-radius: 3px;
	cursor: pointer;
}

.desc0 #unilselect1but {
	position: absolute;
	top: 3px;
	left: 0px;
	width: 100%;
	display: none;
}

.desc0.desc0thumb #unilselect1but {
	position: relative;
	top:0;
}

#frontpage_cont .btnbar {
	position: absolute;
	bottom: 82px;
	width: 100%;
	text-align: center;
}

#frontpage_cont .spbutton {
	width: 150px;
	margin: 0px 10px;
	height: 50px;
	font-size: 18px;
	letter-spacing: 0.05em;
	font-weight: 400;
}
 
.spbuttondark {
	background-color: rgba(23,30,55,1);
}

.spbuttondark:hover {
	background-color: rgba(14,127,182,1);
}

.spbutton:focus {
	outline: none;
}

.spbutton:hover, .spbuttoncancel:hover {
   color:#ffffff;
   background-color:rgb(116,178,211);
}

.spbuttondelete:hover {
	color:#ffffff;
	background-color: #9e0000;
}
.spbuttondelete:disabled {
   background-color:#ccc;
   cursor:default;
}
.spbutton:disabled {
   background-color:#ccc;
   cursor:default;
}
.spbuttoncancel {
	color:#ffffff;
	font-weight: 400;
	font-size:13px;
	text-decoration: none;
	background-color:#999;
	padding: 3px 15px 4px 15px;
	border: 0px;
	border-radius: 5px;
	border-radius: 3px;
	cursor: pointer;
}
.spbuttondelete {
	color:#ffffff;
	font-weight: 400;
	font-size:13px;
	text-decoration: none;
	background-color:#dd0000;
	padding: 3px 15px 4px 15px;
	border: 0px;
	border-radius: 5px;
	border-radius: 3px;
	cursor: pointer;
}

/* checkboxe sp-style */
.checkbox {
   position: relative;
   display: inline-block;
   vertical-align: middle;
}
.checkbox .switch {
	position: relative;
	display: inline-block;
	width: 26px;
	height: 16px;
   vertical-align: middle;
}
.checkbox .switch input {display:none;}
.checkbox .switch .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #999;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 10px;
}
.checkbox .switch .slider:before {
	position: absolute;
	content: "";
	height: 12px;
	width: 12px;
	left: 2px;
	bottom: 2px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 50%;
}
.checkbox .label {
	cursor: pointer;
	display: inline-block;
	height: 16px;
	line-height: 16px;
	vertical-align: middle;
	margin-left: 5px;
}
.checkbox.ellipsis {
	width: 100%;
}
.checkbox.ellipsis .label {
	text-overflow: ellipsis;
	width: calc(100% - 31px);
	overflow: hidden;
	white-space: nowrap;
}
.checkbox .switch input:checked + .slider {
	background-color: #0e7fb6;
}
.checkbox .switch input:focus + .slider {
	box-shadow: 0 1px 1px #0e7fb6;
}
.checkbox .switch input:disabled + .slider {
	background-color: #ccc;
	cursor: default;
}
.checkbox .switch input:checked:disabled + .slider {
	background-color: #b8d8e8;
	cursor: default;
}
/*
.checkbox .switch input:read-only + .slider {
	background-color: #ccc;
	cursor: default;
	pointer-events: none;
}
*/
.checkbox .switch input:checked + .slider:before {
	-webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px);
}

/* checkboxe sp-style */


/* cool menu til hjalpesiden */
#coolMenu ul {
   background: rgba(23,30,55,1);
}
#coolMenu > li > a, #coolMenu ul li a  {
   border:1px solid #fff;
   background: rgba(23,30,55,1);
}
#coolMenu > li:hover > a, #coolMenu ul li:hover a {
   background: rgba(14,127,182,1);
}
/* cool menu til hjalpesiden */

.spdkhide {
	display:none;
}

#sog1out{
	background-color:#4B4B4B;
	padding:0px 0px 0px 0px;
	border-bottom:3px solid #202020;
}
/*
#sog1, #sog1a {
   background: transparent; 
}

#sog1::placeholder {
    color: rgba(128,128,128,0.6);
}
*/
/*
#sog2 {
	color: #003;
	background-color:rgba(100,100,100,0.2);
	height:17px;
	width:200px;
	width:calc( 33.333% - 5px);
	border:0px;
	margin:0px;
	padding: 0px 2.5px;
	display:inline;
}
*/
#usogdiv0 {
	display:block;
	padding:0px 20px 5px 40px;
	background-color: #333;
	overflow:hidden;
	color:#fff;
}


.snappsogdiv {
	display:block;
	padding:0px 40px 5px 40px;
	background-color: #333333; 
	overflow:hidden;
	color:#fff;
	padding-bottom: 20px;
}
.snappbackground {
	background-color:#333333;
	color:#fff;
}




#divlink1{
	padding:0px 0px 0px 0px;
	background-color:#C3C3C3;
}

.mainback{
	background-color:#0099FE; 
	background-color:rgba(14,127,182,1); 
	color: #fff;
	background-color: rgba(14,127,182,0.9);
}

.highlightback{
	xxxcolor:#999;
	background-color:#0066CC;
	background-color:#80ccff;
	background-color:#0067cd;
}





.vis_levsoeg {
	position:relative;
	clear:both;
	max-height:300px;
	overflow:auto;
	padding-top:10px;
}
.skjul_levsoeg {
	position:relative;
	clear:both;
	display:none;
	max-height:300px;
	overflow:auto;
	padding-top:10px;
}


#divtopbg {
	position:fixed;
	top: 0px;
	margin:0px;
	border:0px solid red;
	width:100%;
	height: 72px;
	background-color:rgba(255,255,255,0.9);
   z-index: 1155;
   transition: transform 1.5s cubic-bezier(0.13, 0.1, 0, 0.99);
}

#divtop0 {
	height:100%;
}

#logodiv {
	height:100%;
}

div#divtopbgbottom {
	border:0px solid red;
	background-image: url(/spdk/images/sptopbgbottom.png);
	background-repeat:repeat-x;
	overflow:hidden;
	padding-top:5px;
	padding-bottom:5px;
	
	margin-top:0px;
}

.auxtop2 {
	border: 0px;
	text-align: center;
	font-size: 32px;
	line-height: 32px;
	text-indent: 0px;
}

.auxtop {
	position:relative;
	width:100%;
	overflow:hidden;
	margin:0px 0px 5px 0px;
	padding:15px 0px 3px 0px;
/*	border-bottom:1px solid #666; */
	text-indent:5px;
/*	color:#999; */
/*   font-size: 1.1em; */

   font-size: 19px;
   line-height: 19px;
   color: #171e37;
   border-bottom: 1px solid #171e37;


	border: 0px;
	text-align: center;
	font-size: 32px;
	line-height: 32px;
	text-indent: 0px;

}

/* ***********  HOST-specifikke background-image   *********** */

.navishow{
	background-image: url('/spdk/images/navishow.png');
}
.navisearch{
	background-image: url('/spdk/images/navisearch.png');
}
.naviprev{
	background-image: url('/spdk/images/naviprev.png');
}
.navinext{
	background-image: url('/spdk/icons/pil_sidefrem2_hover.gif');
}

.mainsearch{
	background-image: url(/spdk/icons/seek.gif);
}
.mainadvsearch{
	background-image: url(/spdk/icons/advanced_seek.gif);
}

.mainright{
	background-image: url(/spdk/images/mainarrowright.png);
}
.maindown{
	background-image: url(/spdk/images/mainarrowdown.png);
}
.mainchecked{
	background-image: url(/spdk/images/mainchecked.png);
}

/*
#divtopbg {
	background-image: url(/spdk/images/scanpix_baggrund_top_02.jpg);
}
*/

div#divtopbgbottom {
	background-image: url(/spdk/images/sptopbgbottom.png);
}

.micrdiv2 {
	background-image: url(/spdk/images/watermicrlo.gif);
}	

.tmicrdivimg {
	background-image: url('/spdk/images/watermicrlo.gif');
	background-image: url(/spdk/icons/spinner-l3.gif);
	background: none;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.tmicrdivwater{
	background-image: url('/spdk/images/watermicrlo.gif');
}

.captwater{
	background-image: url('/spdk/images/watermicrlo.gif');
}

.waitbg {
	background-image: url(/spdk/icons/spinner-s3.gif);
}
.divwait {
	background-image: url(/spdk/icons/spinner-s3.gif);
}
.divwait48 {
	background-image: url(/spdk/icons/spinner-s3.gif);
}
.frontpix {
	background-image: url("http://nfvid2.scanpix.eu/showpreview.cgi?20110315-143821-6&1080");
	background-repeat:no-repeat;
	background-position:center center;
}

div.micrlistediv1:nth-of-type(even) {
	background-color: #eee;
}
div.micrlistediv1:nth-of-type(odd) {
	background-color: #fff;
}



.divsub0 {
	height: 50px;
}


div#ontop_micrdivout {
	/* Mangen til  div#micrdivout */
	overflow:auto;
	width:98%;	
	width:auto;	
	border:0px dotted purple;
	margin:0px 0px 0px 0px;
	padding:20px 0px 0px 40px;
}


#publogodiv{
	position:absolute;
	top:0px;
	left:0px;
	width:180px;
	height:22px;
}

.mipspop {
	width:90px;
}
/*
#micrdivout {
	height: calc(100% - 10px);
	width: calc(100% - 60px);
	word-break: break-all;
	word-wrap: anywhere;
	display:none;
	margin: 30px 10px 0px 30px;
}
*/
.captlag {
  border-radius: 5px;
  xxbox-shadow: 0 0 20px rgba(0, 153, 254, 0.7);
  box-shadow: 0 0 20px rgba(128, 128, 128, 0.7);
  box-shadow: 0 0 10px rgba(23, 30, 55, 0.8);
}

#divxout-simplemodal-container, #simplemodal-container {
	background-color: #fff;
	border: 0px solid;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(23, 30, 55, 0.8);
	padding: 3px;
	padding: 0px;
	overflow: hidden;
}

#divxheader, .divxheader {
	background-color: transparent;
	height: 24px;
	height: 34px;
}
#divxheadercon, .divxheadercon {
	font-size:16px;
}

#divxcon, .divxcon {
	background-color: transparent;
	overflow:hidden;
	padding:0;
}

#divxleftpix, .divxleftpix {
    top: 0;
    left: 0;
    width: 200px;
    height: 100%;
    position: absolute;
    z-index: 1;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

#divxclose {
	font-size: inherit;
}

#pixlist .micrdiv1 {
    height: 198px;
}

div.micrdiv1:hover {
/*  transform: translateY(-3px); */
  border: 1px solid rgba(128, 128, 128, 0.3);
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
}

div.micrdiv1 {
  border: 1px solid rgba(128, 128, 128, 0);
  border-radius: 3px;
}

div.micrdiv1_selected {
	border: 1px solid rgba(0, 143, 203, 0.5);
	border-radius: 3px;
	background-color: rgba(38,158,4,0.3);
	background-color: rgb(251, 236, 136);
	background-color: #71B4D9;
	background-color: rgba(0, 143, 203, 0.18);
}

div.micrdiv1_selected:hover {
	border: 1px solid rgba(0, 143, 203, 0.5);
	border-radius: 3px;
	background-color: rgba(38,158,4,0.3);
	background-color: rgb(251, 236, 136);
	background-color: #71B4D9;
	background-color: rgba(0, 143, 203, 0.18);
}

div.micrdiv1, div.tmicrdiv1 {
  transition: transform 0.2s;
}

div.tmicrout {
	background-image: url(/spdk/icons/spinner-s3.gif);
	background-repeat: no-repeat;
	background-position: center;
}

div.micrimgout {
	background-image: url(/spdk/icons/spinner-s3.gif);
	background-repeat: no-repeat;
	background-position: 50% 75%;
}

div.tmicrdiv1:hover {
/*  transform: translateY(-3px);*/
  border: 1px solid rgba(128, 128, 128, 0);
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
}

div.micrdiv02 {
  background-color: transparent;
}

/* minidiv */
.minidiv1 {
	width: 100%;
	height: calc(100% - 47px); /* minus butlag */
}

#divxconminidivout {
	height: 100vh !important;
}

#minitable {
	width: 100%;
	height: 100%;
}

#minidivinfo {
	height: 100%;
	width: 100%;
	overflow-y: scroll;
	overflow-x: auto;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	font-size:0.9rem;
}

/* minidiv */

.ui-menu { 
	width: 150px;
   border: 1px solid rgba(0, 153, 254, 1);
   box-shadow: 0 0 20px rgba(128, 128, 128, 0.7);
  box-shadow: 0 0 10px rgba(23, 30, 55, 0.8);
}

.ui-widget-overlay.ui-front { 
   z-index: 1900;   /* har nogle elementer med meget hoj z-index */
   background-color: #000;
	opacity:0.62;
}

.ui-dialog {
   z-index: 1901;  /* bare lige lidt over overlay bagrunden */
	box-shadow: 0 0 20px rgba(23,30,55,0.8);
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ui-widget-header {
    border: 1px solid #fff;
    background: #fff;
    color: #333;
    font-weight: 400;
    font-size: 16px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #c0c0c0;
    background: #fff;
    font-weight: normal;
    color: #454545;
}

.ui-datepicker th {
	width: 35px;
}

.ui-datepicker td .ui-state-default {
	text-align: center;
}
.ui-dialog .ui-dialog-titlebar-close {
    background-color:#fff;
    display: none;
}
.ui-dialog .ui-dialog-titlebar-close:hover {
    background-color:#fff;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-datepicker-week-end .ui-state-default.ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:focus {
    border: 1px solid #c0c0c0;
    background: #002b4b;
    font-weight: normal;
    color: #fff;
    outline: none;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #c0c0c0;
    background: #002b4b;
    font-weight: normal;
    color: #fff;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover {
    border: 1px solid #c0c0c0;
    background: #002b4b;
    font-weight: normal;
    color: #fff;
}
.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em;
}

/* sp-dialoger START */
.sp-dialog {
	padding: 0;
	overflow: hidden;
	border-radius: 5px;
}

.sp-dialog.ui-widget.ui-widget-content {
	border: 0;
}
.sp-dialog .ui-dialog-titlebar {
	border-bottom: 2px solid #F3F5F6;
	border-radius: 0;
}
.sp-dialog .ui-dialog-title {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}
.sp-dialog .sp-dialog-titlebar-close {
	background-color:#fff;
	display: block;
	padding: 0;
	border-radius: 50%;
	border: 0;
	height: 25px;
	width: 25px;
	margin: -13px 0 0 0;
	line-height: 25px;
	transition: transform .3s ease, background-color .3s ease;
	-moz-transition: -moz-transform .3s ease, background-color .3s ease;
	-webkit-transition: -webkit-transform 0.3s ease-in-out, background-color .3s ease;
	background-color: #98a9b644
}
.sp-dialog .sp-dialog-titlebar-close:hover {
	background-color: rgba(200,200,200,0.8);
	transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
.sp-dialog .ui-button-icon.ui-icon.ui-icon-closethick {
	background-image: none;
	font-weight: 200;
	font-family: "Font Awesome 5 Pro";
	top: 0;
    left: 0;
	height: 25px;
    width: 25px;
    margin-top: 0px;
    margin-left: 0px;
    text-indent: 0px;
    font-size: 20px;
    color: #000;
}
.sp-dialog .ui-icon-closethick:before {
   content: "\f00d";
}
.sp-dialog-noheader .ui-dialog-titlebar {
    display: none;
}

/* sp-dialoger END */

.divxout.ui-dialog-content.ui-widget-content {
	padding: 0;
	overflow: hidden;
}
/* sp-colors */
.sp-blue-frame {
  border: 1px solid #171e37; 
  box-shadow: 0 0 10px rgba(23, 30, 55, 0.8);
}
.sp-gray-frame {
	box-shadow: 0 0 10px rgba(23, 30, 55, 0.8);
}


.sp-frame-shadow {
  box-shadow: 0 0 10px rgba(128, 128, 128, 0.7); 
	box-shadow: 0 0 10px rgba(23, 30, 55, 0.8);
}

.ui-datepicker-week-end .ui-state-default {
	border: 1px solid #c0c0c0;
	background: #E5E9EC;
}

.ui-datepicker-week-end .ui-state-active {
	border: 1px solid #74b2d3;
	background: #74b2d3;
}

.ui-datepicker-week-end .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
}

/* sogefelt 17 */

#sogform17 {
	display:block;
   text-align: left;
	width:100%;
	height:34px;
	padding:11px 0px;
   z-index: 53;
   position: absolute;
   opacity: 0;
   transition: opacity 1s;
}


#sogform17 #search-bar {
	display:block;
	margin-left:280px;
	margin-right:auto;
   height:34px;
	border: 1px solid rgba(23, 30, 55, 1);
   transition: transform 0.5s cubic-bezier(0.13, 0.1, 0.32, 1); 
   transform: translateY(150px);
	width: calc( (100vw * 0.3) + 238px );
	width: calc( (100vw * 0.5) + 238px );
	width: calc( 100vw - 400px );
}

#sogform17 .search input {
	height: 26px;
	line-height: 26px;
}

#sogform17 input:not(.spinput) {
  border: 0px solid #777;
  font-size: 14px;
  line-height: 26px;
  height: 26px;
  margin:0px;
  padding:0px;
  outline: none;
  float: left;
}


#sogform17 .spfavorits {
	float: left;
	padding: 4px 5px 6px 7px;
	background-color: rgba(255,255,255,0.9);
	height: 24px;
	width: 12px;
}

#sogform17 .spfavoritdiv {
	display: none;
	background-color: rgba(255,255,255,1);
	z-index: 442;
	position: absolute;
	padding: 0px;
	line-height: 20px;
	top: 44px;
	left:0px;
	box-shadow: 0 0 10px rgba(23, 30, 55, 0.8);
	border-radius: 4px;
	overflow: hidden;
}

#sogform17 .spfavoritshow {
	height: 28px;
	line-height: 24px;
}

#sogform17 .spfavoritshow:hover {
	color: #0099FE;
}

#sogform17 .splifavorit {
	padding: 3px 5px;
}

#sogform17 .search {
	float: left;
	padding: 4px 0px;
	background-color: rgba(255,255,255,0.9);
	height: 26px;
	width: calc( (100vw * 0.3) - 82px );
	width: calc( (100vw * 0.5) - 82px );
	width: calc( 100vw - 720px );
}

#sogform17 .searchadv {
	float: left;
	padding: 4px 10px;
	background-color: #171e37; 
	border-top: 1px solid #171e37; 
	border-bottom: 1px solid #171e37; 
	height: 24px;
	width: 110px;
}

#sogform17 .searchadvshow {
	color: rgba(255, 255, 255, 1);
	cursor: pointer;
	height: 28px;
	line-height: 24px;
	text-align:center;
}

#sogform17 .searchadvshow:hover {
	color: #0d7fb5; 
}

#sogform17 .searchbaseselected {
	color: rgba(255, 255, 255, 1);
	cursor: pointer;
	height: 24px;
}

#sogform17 .searchbaseselected:hover {
	color: #0d7fb5;
}

#sogform17 .searchbase {
	float: left;
	padding: 4px 0px;
	background-color: #171e37; 
	border-top: 1px solid #171e37; 
	border-bottom: 1px solid #171e37; 
	height: 24px;
	width: 130px;
	text-align: center;
	line-height: 24px;
}

#sogform17 .searchbasewhat {
	display: none;
	background-color: rgba(255,255,255,1);
	cursor: pointer;
	z-index: 442;
	width: 128px;
	position: absolute;
	padding: 0px;
	left: 0px;
	top: 44px;
	box-shadow: 0 0 10px rgba(23, 30, 55, 0.8);
	border-radius: 4px;
	overflow: hidden;
}

#sogform17 ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

#sogform17 li:hover {
	background-color: rgba(14,127,182,0.9); 
	color: #fff;
}


#sogform17 #searchInputDiv {
	display: inline-block;
	width: 100%;
	height: 26px;
	float: left;
	min-width: 25%;
}


#sogform17 .searchbtn {
  float: left;
  background-color: rgba(255,255,255,0.9);
  height: 34px;
  width: 32px;
  padding: 0px 4px 0px 0px;
}

#sogform17 .btnsog {
	background-color: transparent;
	cursor:pointer;
	font-weight: bold;
	font-size: 16px;
	border: 0px solid #fff;
	border-radius: 0px;
	height: 34px;
	width: 32px;
	padding: 0px;
	outline: none;
	-webkit-appearance: none;
}

#sogform17 div .btnsog:hover {
  color: rgba(14,127,182,1);
}

#sog1sub {
	position: absolute;
	background-color: rgb(255, 255, 255);
	z-index: 442;
	display: none;
	padding: 10px;
	line-height: 24px;
	border-radius: 5px;
	top: 44px;
	left: -100px;
	left: 0px;
	width: calc( (100vw * 0.3) + 418px );
	width: calc( (100vw * 0.5) + 418px );
	min-width: 600px;
	overflow: auto;
   max-height: calc(100vh - 150px);
}

#sog1sub li {
  padding-left: 3px;
}

#sog1sub input, #sog1sub select {
	margin: 0px 5px;
}

#sog1sub input[type="text"]:not(.spinput) {
	background-color: #eee;
	font-size: 14px;
	margin: 1px 5px;
}

a.date-picker-control {
  float: left;
}




/* sogefelt 17 */

/* logontop 17 */

#logdiv {
	position:absolute;
	top:0px;
	right:0px;
/*
	height:72px;
	width:75px;
*/
	padding:0px;
	z-index:1500;
}

#logontop17 {
	margin: 4px 10px 0 0;
/*
	height: 48px;
	width: 48px;
*/
	text-align: left;
}

#logonshow {
    height: 48px;
    width: 48px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 13px;
    cursor: pointer;
}

#logonshow:hover {
	color: rgb(14, 127, 182);
}

#logoncont {
    margin-top: -10px;
    height: 20px;
    position: relative;
}

#logonframe {
	position: absolute;
	right: 0px;
	margin-top: 10px;
	width: 222px;
	overflow:hidden;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 0 10px rgba(23, 30, 55, 0.8);
}

#logonframe li:hover, #logonbottomdiv span.nounil:hover {
    background: rgba(14,127,182,0.9);
    color: #fff;
}

#logonframe li {
    padding: 0px 10px;
}
#logondiv {
	padding: 10px;
	color: rgb(23,30,55);
	width:calc(100% - 20px);
	text-align: left;
}

#logonbottomdiv {
	background: #e7e8eb;
	padding: 0px;
	width: calc(100% - 0px);
	border-top: 1px solid rgb(185,187,194);
}

#logonbut {
    height: 24px;
}

#logonmyscanpix, #infoscanpix {
	padding: 5px 0px;
	display: inline-block;
	width: calc(100% - 0px);
	border-top: 1px solid rgb(185, 187, 194);
}

#infotop17 {
    float: right;
    margin: 4px 10px 0px 0px;
    height: 48px;
    width: 48px;
    text-align: left;
}

#infoshow {
    height: 48px;
    width: 48px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    cursor: pointer;
}

#infoshow:hover {
	color: rgb(14, 127, 182);
}

#infocont {
    margin-top: -10px;
    height: 200px;
    position: relative;
}

#infoframe {
	position: absolute;
	right: 0px;
	color: rgba(23,30,55,1);
	margin-top: 10px;
	width: 300px;
	overflow:hidden;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 0 10px rgba(23, 30, 55, 0.8);
}

#infodiv {
    padding: 10px;
    color: rgba(23,30,55,1);
    width: calc(100% - 20px);
    height: 28px;
	border-bottom: 1px solid rgb(23,30,55);
}

#infobottomdiv {
    padding: 3px 10px 15px;
    color: rgba(23,30,55,1);
    width: calc(100% - 20px);
    height: 28px;
	border-top: 1px solid rgb(23,30,55);
}

/* main div17 til at dele siden i venstre, midt, hojre */
/*
#extradivout {
   position:relative;
   display: flex;
   justify-content: space-between;
   align-items: top;
   background-color:#fff;
	height:auto;
	margin:72px 0px 430px 0px;
	padding:0px;
	border:none;
   transition: margin-bottom 0.7s;
   height: calc(100vh - 72px);
}
*/
.extradiv {
   position:relative;
   background-color:#fff;
   padding:0px;
	margin:0px;
	border:none;
   vertical-align:top;
	width: 250px;
   height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}
#extradivlefticons {
	position:absolute;
	z-index:100;
	top:0px;
	left:0px;
	background-color:#fff;
   height: 100%;
   overflow: visible;
   transition: transform 0.2s;
   transform: translateX(-80px);
}
#extradivlefticons.extradiv {
	width: 80px;
}
#extradivout.smalldivleft #extradivlefticons {
	width: 40px;
}
#extradivout.smalldivleft #extradivlefticons span.titleleft {
	display: none;
}
#extradivout.smalldivleft #extradivlefticons div {
   font-size:7px;
}
#extradivout.smalldivleft #extradivlefticons .iconlistleft > li {
	    margin-bottom: 15px;
}
#extradivleftwidget {
	position: absolute;
	top: 0px;
	height: calc( 100% - 25px);
	width: 300px;
	padding: 20px 5px 5px 20px;
	background-color: rgb(241,242,245);
	z-index: 1000;
	display: none;
	box-shadow: 3px 0px 4px 0 rgba(0,0,0,0.16);
}
#extradivleftwidget.extradiv {
	left: 80px;
}
#extradivout.smalldivleft #extradivleftwidget {
	left: 40px;
}
#extradivleftwidgetcont {
	height: calc( 100% - 40px);
	width: 100%;
	overflow-y: auto;
	overflow-x: auto;
}
#extradivleftwidgetheader {
	padding:0px 0px 0px 0px;
	width: calc(100% - 35px);
	height: 40px;
	background-color:rgb(241,242,245);
	z-index: 200;
}
#extradivleftspace {
   flex:0 0 auto;
	width:80px;
	padding:0px;
	display:block;
}
#extradivleftspace.extradiv {
	width: 80px;
}
#extradivout.smalldivleft #extradivleftspace {
	width: 40px;
}
#extradivleft {
   position:relative;
   flex:0 0 auto;
   width: 250px;
   display:none;
   padding:20px 5px 5px 20px;
   z-index: 54;
	border-bottom:none;
	margin: 0px;
   height: calc( 100% - 25px );
	background-color:rgb(231,232,235);
}
#extradivleftcont {
	height: calc( 100% - 85px );
	width: 100%;
	overflow-y: auto;
	overflow-x: auto;
	margin-top: 0px;
	padding-top: 5px;
}
#extradivleftheader {
	padding:0px 15px 0px 0px;
	width: calc(100% - 15px);
	height: 80px;
	background-color:rgb(231,232,235);
	z-index: 200;
}
#extradivmiddle {
   flex:1 1 auto; /* Lets middle column shrink/grow to available width */
   width:100%;
   display: inline-block;
	overflow-y: auto;
}
#extradivright {
   position:relative;
   width:250px;
   flex:0 0 auto;
   display:none;
   padding-top:25px;
	overflow: auto;
	overflow-x: hidden;
   z-index: 55;
}

.extradivhead {
   font-weight:700;
   padding:5px;
   vertical-align:top;
	min-height:20px;
	border:1px dotted blue;
}
.extradivcon {
   padding:5px;
   vertical-align:top;
	min-height:20px;
}

#pixlist {
   background-color:#fff;
	overflow:hidden;
}
#pixlist:hover {
	background-color:#fff;
}

/* logon form */

a.nivaa {
  color: rgba(48,48,48,1);
}

a.nivaa:visited {
  color: rgba(48,48,48,1);
}

a.nivaa:link {
  color: rgba(48,48,48,1);
}

.spinputdiv {
    font-size: 15px;
    line-height: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    transition: .2s ease-in-out all;
    margin-bottom: 30px;
}

.spinputtext {
    border: 0;
    border-bottom: 1px solid #616161;
    padding: 0 6px 2px;
    color: #616161;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: 0;
    font-size: 15px;
    line-height: 26px;

    padding: 0 0px 2px;
}

.spinputdiv input[type="text"] {
	font-size: 15px;
}

.spinputlabel {
    position: absolute;
    left: 6px;
    bottom: 0;
    color: #616161;
    font-weight: 400;
    pointer-events: none;
    transition: inherit;
    will-change: transform;

	left: 0px;
}

.spinputbottom {
    position: absolute;
    width: 0;
    height: 2px;
    background: rgba(14,127,182,1);
    left: 0;
    bottom: 0;
    transition: inherit;
}

.spinputtext:focus~.spinputlabel {
    font-size: 12px;
    -webkit-transform: translateY(-23px);
    transform: translateY(-23px);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    opacity: .5;
    color: rgba(14,127,182,1);
}

.spinputtext:focus~.spinputbottom {
    width: 100%;
}

.spinputtext::-webkit-inner-spin-button {
    -webkit-appearance: none; 

}

.spinputhasvalue .spinputlabel {
    font-size: 12px;
    -webkit-transform: translateY(-23px);
    transform: translateY(-23px);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    opacity: .5;
}

/* logon form */

.projlabel {
	transform: translate(12px, -12px);
	transition: font-size 0.2s;
	color: rgb(224, 61, 54);
}

.newslabel {
	transform: translate(12px, -12px);
	transition: font-size 0.2s;
	color: rgb(224, 61, 54);
}

.slink1 {
   color: #424242;
}

.slink1lignt {
   background-color: #fff;
}


.sp_tri_up_frame {
    display: block;
    border-color: transparent;
    border-bottom-color: rgba(23,30,55,0.3);
    border-style: dashed dashed solid;
    border-width: 0 8.5px 8.5px;
    position: absolute;
    left: 15px;
    top: 1px;
    z-index: 1;
    height: 0;
    width: 0;
}

.sp_tri_up {
    display: block;
    border-color: transparent;
    border-bottom-color: rgb(209,210,215);
    border-bottom-color: #fff; 
    border-style: dashed dashed solid;
    border-width: 0 8.5px 8.5px;
    position: absolute;
    left: 15px;
    top: 2px;
    z-index: 1;
    height: 0;
    width: 0;
}


.sp_sub_tri_up_frame {
    display: none;
    border-color: transparent;
    border-bottom-color: #171e37; 
    border-style: dashed dashed solid;
    border-width: 0 8.5px 8.5px;
    position: absolute;
    left: 783px;
    top: -9px;
    z-index: 1;
    height: 0;
    width: 0;
left: 55px;
    top: 34px;
    z-index: 449;
}

.sp_sub_tri_up {
    display: none;
    border-color: transparent;
    border-bottom-color: #fff;
    border-style: dashed dashed solid;
    border-width: 0 8.5px 8.5px;
    position: absolute;
    left: 783px;
    top: -8px;
    z-index: 1;
    height: 0;
    width: 0;
left: 55px;
    top: 35px;
    z-index: 450;
}


.sp_tri_right {
    display: block;
    border-style: solid;
    border-width: 14px 0 14px 10px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    right: -10px;
    top: 8px;
    z-index: 1;
    height: 0;
    width: 0;
}

.spsocial {
   width: 34px;
   height: 34px;
   text-align: center;
}

/* hack til font awesome */
.fa-mid {
   vertical-align: middle;
}

.fa-w32px {
   width: 32px;
}

.fa-32px {
   font-size: 32px;
}

.fa-34px {
   font-size: 34px;
}

.fa-39px {
   font-size: 39px;
}

.fa-40px {
   font-size: 40px;
}

.fa-lighter05white {
	-webkit-text-stroke: 0.5px white;
}

/* hack for at fjerne spicon baggrund */
.fa, .fa:hover, .fa:active {
  	background-image:url();
}
.fa:hover {
/*	color:#0067CD;*/
}

/*

 Style til leftmenu 

*/

.spullist {
	margin: 0px;
	padding: 0;
	list-style-type: none;
}

.spullist ul {
	list-style-type: none;		/* alle nested ul */
	padding-left: 13px;
}

.spullist li {
   font-weight: bold;
	cursor:pointer;
	padding-top:5px;				/* hver linie også toplevel */
}

.spullist .splitop:hover {			/* hover på toplevel */
	color:#0d7fb5;
}

.spullist .splisub:hover {			/* hover på sublevel */
	color:#0d7fb5;
}

.spullist li div span {			/* sa den kan have en bredde til triangle */
	display:inline-block;
	width:1em;
}

.spullist .splisub {
	color: #171e37;				/* overskrive fra toplevel */
}

.spullist .nosub {
	margin-left: 0px;				/* ryk li til venstre hojre */
	margin-top: 1px;				/* ryk li lidt ned */
	display: block;
	min-height:16px;
	text-decoration: none;
   font-weight: normal;
	color:#171e37;						/* overskrive fra toplevel */
	vertical-align:top;
	padding: 3px 5px 3px 1px;		/* hver linie, men ikke toplevel */
}

.spullist .nosubdiv {
   width:100%;
   height:16px;
   line-height:16px;
   font-size: 12px;
   display:block;
   padding-left:3px;
   float:left;
   text-overflow:ellipsis;
   white-space: nowrap;
   overflow: hidden;
}
.spullist .nosubeditdiv {
   height:16px;
   line-height:16px;
   font-size: 12px;
   display:block;
   padding-right:3px;
   float:right;
   text-overflow:ellipsis;
}
.spullist .withtoolbox > .nosubdiv {
   width: calc(100% - 25px);
}

.spullist .nosubdivdescwrapper {
	display: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

.spullist .nosubdivdesc {
	background: #fff !important;
	color: #333 !important;
	width: calc(100% - 17px);
	margin: 5px 5px 3px 5px;
	padding: 2px 5px;
	border-radius: 4px;
	box-shadow: 2px 2px 2px rgba(30,30,30,0.4);
}

.spullist .nosubselected {
	background-color:#0d7fb5;
	color: #fff;
	border-radius: 5px;
	border-radius: 3px;
}

.spullist .nosub .nosubselected {
	background-color:#4598c5;
	color: #fff;
}

.spullist .nosubselected .nosubdivdescwrapper {
	display: inline-block;
}

.spullist ul > .nosub:hover, .spullist ul > .nosub:hover * {				/* hover pa hver linie, men ikke toplevel */
	background-color:#0d7fb5;
	color: #fff;
	border-radius: 5px;
	border-radius: 3px;
}

.spullist ul > .nosub:hover .nosubdivdesc * {
	background: #fff;
	color: #333;
}

.spullist ul li > div{
	display:inline-block;
}

.spullist ul div:hover {			/* hover på sub linier */
	xbackground-color: #4696F7;
	xcolor: #fff;
}

.editdiv {
	display:inline;
}

.spullist a:hover {					/* sa kan man bruge links med samme look */
	color:#fff;
	text-decoration:none;
}

.libox {
	min-height:1.5em;
}

.spullist .imgli {
	width:75px;
	margin:3px;
}

.splistimgdiv {
   vertical-align: middle
   width:100px;
   height:75px;
  	overflow:hidden;
	border:1px solid #ededed;
   background-repeat: no-repeat;
   background-size: cover;             /* så fylder den ud bedst muligt */
   background-position: center top;    /* sa kan den ogsa tage verticaler */
	display:none;
}


/* */

.sptext {
   cursor: pointer;
   cursor: hand;
   z-index: 200;
   position: absolute;
   right: 20px;
   bottom: 0px;
   font-size: 25px;
   color: white;
   line-height: 50px;
   transition: 0.5s;
}

.sptextbyli {
   font-size: 18px;
}
.sptextcapt {
   cursor: pointer;
   cursor: hand;
   z-index: 200;
   position: absolute;
   right: 20px;
   bottom: 30px;
   font-size: 25px;
   color: white;
   line-height: 50px;
   transition: 0.5s;
}


.sptextscroll {
   animation: pulse 2s infinite;
   cursor: pointer;
   cursor: hand;
   z-index: 200;
   position: absolute;
   left: 20px;
   bottom: 10px;
   color: white;
   line-height: 50px;
}


@keyframes pulse {
  0% {
    opacity: 0.4;
	transform: scale(1.0);
	-webkit-transform: scale(1.0);
  }
  50% {
    opacity: 0.6;
	transform: scale(1.5);
	-webkit-transform: scale(1.5);
  }
  100% {
    opacity: 0.4;
	transform: scale(1.0);
	-webkit-transform: scale(1.0);
  }
}


.spinfocon {
  text-align:center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  width: 950px;
}

 .spinfotitle {
 	color: #0d7fb5;
 	font-size: 14px;
	margin-top: 0px;
 	margin-bottom: 5px;
 }

.spinfobox {
  display:inline-block;
  vertical-align: top;
  height: 170px;
  white-space: nowrap;
  border: 0px;
  margin: 0px 10px;
  padding: 3px;
  font-size:  13px;
 }

.spalign-left {
  text-align:left;
}

.spalign-right {
  text-align:right;
}

.spalign-center {
  text-align:center;
}




/* https://stephanwagner.me/only-css-loading-spinner */
@keyframes spinner {
  to {transform: rotate(360deg);}
}
 
.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-top-color: #333;
  animation: spinner .6s linear infinite;
}

/* DivMenu */
.menudiv {
	padding: 0px;
	min-width: 100px;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,0.15);
	box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.075);
	border-radius: .25rem;
}

div.menudiv ul {
	font-size: .75rem;
	font-weight: normal;
}

div.menudiv li {
    padding: 4px 12px 4px 12px;
    padding: .25rem 1rem .25rem 1rem; 
}

div.menudiv li {
	color: #000;
	border-top: 1px solid #e8e8e8;
}

div.menudiv li:hover {
	color: #000;
	background-color: #d8d8d8;
}

div.menudiv > ul li:first-child {
	border-radius: 3px 3px 0px 0px;
	border-top: 0px;
}

div.menudiv > ul li:last-child {
	border-radius: 0px 0px 3px 3px;
	border-bottom: 0px;
}
/* DivMenu */

#project_intro {
/*   height: 148px; */
	width: 100%;
}
.projhigh {
	background-color: rgba(224,61,54,1);
}


/* test DESC width */
div.desc1, div.desc2, div.desc3 {
   width: calc(100% - 8px);
   left: 4px;
	text-overflow: ellipsis;
	height:16px;
	margin-top: 0px;
	font-size: 0.75rem;
}
div.desc1 {
	font-size:11px;
	color: rgba(23,30,55,1);
}
div.desc2 {
	height:16px;
	color: rgba(23,30,55,0.9);
}
div.desc11 {
	display: inline-block;
	float:left;
	margin: 3px;
	padding: 0 4px;
	vertical-align: top;
}
div.desc11header {
	display: inline-block;
	float: left;
	margin: 3px;
	padding: 0 4px;
	vertical-align: top;
}
div.thumbinfo div.desc0, 
div.thumbinfo div.desc1,
div.thumbinfo div.desc2 {
	color: #000;
}
div.descsolopric {
   width: 100%;
	text-align: left;
}

div.descpric {
	width: calc(100% - 4px);
   left: 4px;
	font-size:11px;
	height: 16px;
	margin-bottom:5px;


}
div.descsolo, span.descsolo {
	position: absolute;
   right:4px;
	top: 0px;
   padding: 0px;
	font-size:11px;
	color: rgba(224,61,54,1);
}

.ratinglive {
/*
    background-color: rgba(0, 0, 0, 0) !important;
    border: 2px solid lightgreen !important;
*/
}

div.micrbottxtout {
   position: absolute;
   width: auto;
   left: 50% !important;
   bottom: 1rem;
	transform: translateX(-50%) !important;
	z-index: 103;
}

/* Round buttons */
div.desc0,.thumbinfo  {
	position:absolute;
	position:relative;
	bottom:0px;
	left:0px;
	z-index:103;
	width:100%;
	display:none;
	padding:0px;
	margin:0px;
	text-align: center;
	background: rgba(255,255,255,0.9);
}

div.desc0thumb {
   position:relative;
   bottom:0;
	line-height: 1;
	background: rgba(254, 91, 80, 0);
	padding-left: 0;
	padding-right: 0;
}
div.thumbinfo {
   position:absolute;
   position:relative;
   bottom:0;
	font-size: 11px;
	line-height: 14px;
	height: 4.5em;
	color: rgba(0,0,0,0.6);
	padding-top: 2px;
}

div.desc0 > span {
	border: 1px solid #fff;
	padding: 0px;
	margin: 2px 1px 2px 1px;
	border-radius: 50%;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0px;
	margin: 1px 0px;
	border-radius: 0px;
}

.icondivthumb > span {
	border: 1px solid transparent;
	padding: 0px;
	margin: 1px 0px;
	border-radius: 0px;
	background-color: transparent;
}

div#miniicons > span {
    border: 1px solid transparent;
    margin: 1px 0px;
    border-radius: 0px;
}

.textretleftcol {
	background-color: #F3F5F6;
	border-right: 1px solid #ccc;
	padding-left: 10px;
	height: calc(100vh - 10px);
}

/* Left Icons Menu */

.iconlistleft {
	margin: 20px 0px;
	padding: 0;
	list-style-type: none;
}

.iconlistleft > li {
	cursor:pointer;
	margin-bottom: calc( ( (100vh - 128px) - 75px * 6 ) / 6);/*  */
	margin-bottom: 20px;
   overflow: hidden;
   -webkit-transition: width 0.3s; /* For Safari 3.1 to 6.0 */
   transition: width 0.3s;
	padding-top: 5px;
}

.xiconlistleft > li:hover {			/* hover på toplevel */
	color:#0d7fb5;
   width: 260px;
}

.iconlistleft > li div {
	width: 100%;
	padding: 7px 0px;
	background-color: #fff;
	line-height:1.8em;
	font-size: 11px;
}

.iconlistleft >li div:hover {			/* hover på sub linier */
	color: #0d7fb5;
}

.iconlistleft >li div.sp_li_video:hover {
    color: #ff6600;
}

.iconlistleft ul > li {
	margin-left: -20px;				/* ryk li til venstre hojre */
	display: block;
	text-decoration: none;
	border-top: 1px solid #ededed;
   font-weight: normal;
	color:#171e37;						/* overskrive fra toplevel */
	vertical-align:top;
}

.iconlistleft li div span {       /* sa den kan have en bredde til triangle */
   display:inline-block;
   width:40px;
   vertical-align: middle;
}

.iconlistletter {
	font-family:Helvetica;
	xxfont-size:14px;
}

.iconlisttitle {
	padding-left:5px;
	font-size:1.8em;
	white-space: nowrap;
}
/* Left Icons Menu */

.gotopic {
	xxborder: 1px solid #0d7fb5;
	border: 1px solid #171e37;
}

.qtip-default {
	font-family: 'Open Sans', sans-serif;
	background-color: #fff;
	border-radius: 5px;
}

.qtip-title {
	font-size: 16px;
	line-height: 16px;
}

.qtip-content {
	font-size: 14px;
	line-height: 16px;
    background-color: rgba(14, 127, 182, 0.2);
}

.qtip-blue {
	border-color: #171e37;
	color: #171e37;
}

.qtip-blue .qtip-titlebar {
    background-color: rgba(14, 127, 182, 0.6);
}

.divsogout{
	position: absolute;
	top: 1px;
	height: 72px;
	z-index: 1200;
}

.sogdiv {
	height: 100%
	width: 100vw;
	position: absolute;
	top: 0px;
	left: 0px;
}

#divauxout{
	padding:0px;
}
#divauxcon {
	xxfloat:left;
}
#divauxleft {
	float:left;
	xxwidth:200px;
	min-height:400px;
	height:100%;
	border:1px dotted red;
	background-repeat: no-repeat;
   background-size: cover;             /* så fylder den ud bedst muligt */
   background-position: center top;    /* sa kan den ogsa tage verticaler */
   background-image:url(https://www.scanpix.dk/mini/2017/201711/20171109/20171109-132449-1.jpg);
}
#divauxright {
}

/* Nyhedstjenesten */

.ui-effects-placeholder{
	margin:none;
}
#spkalenderdiv ul  {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#spkalenderdiv ul li 
{
	display: block;
	padding: 6px 5px 5px 5px;
	text-decoration: none;
	border-top: 1px solid #ededed;
	min-height:20px;
}
#spkalenderdiv ul > li li:hover {
	border: 1px solid rgba(0, 153, 254, 1);
	box-shadow: 0 30px 80px rgba(0, 153, 254, 0.3);
	box-shadow: 0 0 20px rgba(128, 128, 128, 0.7); 
	transition: all 0.3s;
}
#spkalenderdiv ul > li {
    font-weight: bold;
}
#spkalenderdiv ul > li li div {
   font-weight: normal;
	padding-left:25px;
}
.selback {
}
.nyhedsmicrdiv {
   position:relative;
   margin:0;
	overflow: hidden;
	display:inline-block;
   margin:10px 10px 20px 10px;
   padding:0px;
   float: left;
	background-color:#fff;
	vertical-align:bottom;
	border: 0px solid #fff;
	transition: transform 0.3s, box-shadow 0.3s;
/*
	box-shadow: 2px 2px 12px rgba(23, 30, 55, 0.3);
	border-radius: 4px;
*/
}
.nyhedsmicrimgdiv {
	width: 312px;								/* h+w giver size til hele boksen */
	height: 225px;								/* h+w giver size til hele boksen 3/4 af w*/
   vertical-align: middle;
	overflow:hidden;
	background-repeat: no-repeat;
	background-size: cover;					/* så fylder den ud bedst muligt */
	background-position: center top; 	/* sa kan den ogsa tage verticaler */
	background-color: #ddd;
/*	filter: grayscale(98%); */
}
.nyhedsmicrdiv:hover {
	transform: translateY(-10px);
/*
	box-shadow: 2px 10px 12px rgba(23, 30, 55, 0.3); 
*/
}
.nyhedsmicrtext {
	overflow:hidden;
	font-size:13px;
	line-height:1.4em;
	width:290px;
	margin: 0px 10px;
	height:78px;
}
.nyhedstextlink {
	position: absolute;
	bottom: 14px;
	right: 7px;
	width: 25px;
	height: 25px;
	text-align:center;
	display:inline-block;
	padding:5px;
	font-size:23px;
	line-height:23px;
	display:none;
}
.nyhedsmicrassettype {
	position: absolute;
	right: 0px;
	font-size: 16px;
}
.litime, .licate, .lititl, .lishow {
	display:inline;
	float:left;
	width:100px;
	padding:3px 0px 3px 0px;
}
.litime {
	font-weight: bold;
}
.lititl {
	width:700px;
}

.sp_tri_upx {
	display: inline;
	position: relative;
	border-color: transparent;
	border-bottom-color: rgba(128, 128, 128, 0.7);
	border-bottom-color: #fff;
	border-style: dashed dashed solid;
	border-width: 0 15px 11px 15px;
	margin-left:400px;
	top:-31px;
	z-index: 1;
	height: 0;
	width: 0;
	clear:both;
}

.nyhedsredaktoer {
	position:absolute;
	font-size:12px;
	font-weight:normal;
	right:40px;
	top:-9px
	z-index: 1;
}

.nyhedsheader {
}

.nyhedkatindland {
	content: "<div style='position: absolute;bottom: 0px;right: 0px;background: #fff;padding: 3px 7px;color: #000;font-weight: bold;'>INDLAND</div>"
}

.nyhedscaption {
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 13px;
	line-height: 13px;
	z-index: 1;
	filter: grayscale(0%);
}

.nyhedskategoribtndiv {
	top: 8px;
	left: 5px;
	font-size: 13px;
}

.nyhedskategori {
	float: left;
	padding: 6px 10px 6px 10px;
	text-transform: uppercase;
	font-weight: 400;
	background: #fff;
	color: #171e37;
}

.nyhedskategoribtn {
	display: inline-block;
	margin-left: 5px;
	margin-right: 10px;
	border-radius: 3px;
	cursor: pointer;
	font-size: 12px;
	line-height: 12px;
}

.nyhedskategorichk {
	width: 14px;
	height: 14px;
	font-size: 12px;
	line-height: 12px;
}

.nyhedskategoriplus {
	background: #fff;
	color: #171e37;
}

i.nyhedskategoriplus {
	background: transparent;
	color: #171e37;
}

.nyhedskategoriindland {
	background: #fff;
	color: #171e37;
}

i.nyhedskategoriindland {
	background: transparent;
	color: #171e37;
}

.nyhedskategoriudland {
	background: #fff;
	color: #171e37;
}

i.nyhedskategoriudland {
	background: transparent;
	color: #171e37;
}

.nyhedskategorikriminal {
	background: #fff;
	color: #171e37;
}

i.nyhedskategorikriminal {
	background: transparent;
	color: #171e37;
}

.nyhedskategorifinans {
	background: #fff;
	color: #171e37;
}

i.nyhedskategorifinans {
	background: transparent;
	color: #171e37;
}

.nyhedskategorisport {
	background: #fff;
	color: #171e37;
}

i.nyhedskategorisport {
	background: transparent;
	color: #171e37;
}

.nyhedskategoriunderholdning {
	background: #fff;
	color: #171e37;
}

i.nyhedskategoriunderholdning {
	background: transparent;
	color: #171e37;
}

.nyhedskategoriroyal, .nyhedskategoriroyalt {
	background: #fff;
	color: #171e37;
}

i.nyhedskategoriroyal, i.nyhedskategoriroyalt {
	background: transparent;
	color: #171e37;
}

.nyhedskategorinavne {
	background: #fff;
	color: #171e37;
}

i.nyhedskategorinavne {
	background: transparent;
	color: #171e37;
}

.nyhedscaptiontext {
	float:left;
	background: #eee;
	padding: 6px;
	color: #171e37;
	font-weight: normal;
	text-transform: uppercase;
}


.nyhedsedit {
	position: absolute;
	top: 0px;
	right: 0px;
	background: #fff;
	padding: 6px;
	color: #171e37;
	font-weight: bold;
	font-size: 13px;
	line-height: 13px;
	text-transform: uppercase;
	z-index: 1;
}

@media (max-width: 1800px) {
	.nyhedsmicrimgdiv {
		width: 262px;
		height: 188px;
	}
	.nyhedsmicrtext {
		font-size:11px;
		width:240px;
		height: 69px;
	}
	.nyhedstextlink {
   	font-size:19px;
   	line-height:19px;
		bottom: 9px;
		right:4px;
	}
	.nyhedscaption {
		font-size: 11px;
		line-height: 11px
	}
}



@media (max-width: 1123px) {
	.nyhedsmicrimgdiv {
		width: 212px;
		height: 150px;
	}
	.nyhedsmicrtext {
		font-size:9px;
		width:190px;
		height: 59px;
	}
	.nyhedstextlink {
   	font-size:16px;
   	line-height:16px;
		bottom: 6px;
		right:0px;
	}
	.nyhedscaption {
		font-size: 9px;
		line-height: 9px;
	}
}

/* Nyhedstjenesten */

/* Kalender */

.spcalrow {
	display: inline-block;
	padding: 7px 0px;
	width: calc( 100% - 10px );
	margin: 0px;
	font-size: 13px;
	line-height: 20px;
	border-bottom: 1px solid rgb(212,213,215);
}

.spcaltime {
	display: inline-block;
	float: left;
	width: 45px;
	height: 40px;
	overflow: hidden;
	font-weight: bold;
	text-transform: uppercase;
}

.spcalheadline {
	display: inline-block;
	float: left;
	width: calc( 100% - 60px );
	height: 20px;
	overflow: hidden;
	font-weight: bold;
	text-transform: uppercase;
}

.spcaltitle {
	display: inline-block;
	float: left;
	width: calc( 100% - 60px );
	overflow: hidden;
	font-weight: normal;
/*	max-height: 60px;*/
}


/* Kalender */


#butlag >  div {
/*
	height:30px;
	vertical-align:middle;
	xxborder:1px dotted green;
*/
}

#butlag {
/*
	display:block;
	vertical-align:middle;
	text-align:center;
	width: calc( 100% - 13px );
	height:30px;
	margin:15px 0px 15px 0px;
*/
}

div#minidivout {
	overflow:hidden;
}

#minidivout #butlag {
/*
	padding-top: 10px;
	margin-top: 0px;
	padding-bottom: 5px;
	margin-bottom: 0px;
	border-bottom: 2px solid #F3F5F6;
*/
}

#pixlist #benchmark {
	display:hidden !important;
}

/* Screen size dependent settings */

@media (min-width: 1600px) {

	#sogform17 .search {
		xwidth: calc( (100vw * 0.4) - 82px );
	}

	#sogform17 #search-bar {
      xwidth: calc( (100vw * 0.4) + 238px );
	}

	#sogform17 #sog1sub {
		width: calc( (100vw * 0.4) + 318px );
		left: -50px;
		left: 0px;
	}
}

@media (max-width: 1599px) {


h1 { font-size: 50px; }
h2 { font-size: 30px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 15px; }
h6 { font-size: 13px; }

h1 { font-size: 54px; }
h2 { font-size: 36px; }
h3 { font-size: 27px; }
h4 { font-size: 22px; }
h5 { font-size: 19px; }
h6 { font-size: 15px; }

	.frontpage_cont {
		width: 960px;
		height: 475px;
	}

  #sogform17 .search {
		xwidth: calc( (100vw * 0.45) - 82px );
  }

  #sogform17 #search-bar {
      xwidth: calc( (100vw * 0.45) + 238px );
  }

  #sogform17 #sog1sub {
		width: calc( (100vw * 0.45) + 318px );
		left: -50px;
		left: 0px;
  }
}

@media (max-width: 1300px) {

	#sogform17 .search {
		xwidth: calc( (100vw * 0.5) - 82px );
	}

	#sogform17 #search-bar {
      xwidth: calc( (100vw * 0.5) + 238px );
	}

	#sogform17 #sog1sub {
		width: calc( (100vw * 0.5) + 318px );
		left: -50px;
		left: 0px;
	}
}

@media (max-width: 960px) {

	h1 { font-size: 24px; }
	h2 { font-size: 20px; }
	h3 { font-size: 16px; }
	h4 { font-size: 14px; }
	h5 { font-size: 12px; }
	h6 { font-size: 10px; }

   .frontpage_cont {
      width: calc( 100% - 20px);
      height: 400px;
		top: calc( 10vh );
   }

	.spfrontpages {
		width: calc( 100% - 20px);
		height: auto;
		padding: 10px 10px 15px 10px;
	}

	.frontpagelandingtext {
		font-size:11px;
		line-height:14px;
	}

	#frontpage_cont .btnbar {
		position: absolute;
		bottom: 41px;
		width: 100%;
		text-align: center;
	}

	#frontpage_cont .spbutton {
		width: 120px;
		margin: 0px 10px;
		height: 40px;
		font-size: 14px;
		letter-spacing: 0.05em;
		font-weight: 400;
	}

	#frontpage_cont .spbuttondark {
		display: none;
	}

	#sogform17 #search-bar {
		xwidth: calc( 100vw - 40px );
	}
	#sogform17 .search {
		xwidth: calc( 100vw - 360px );
	}
	#sogform17 #sog1sub {
		width: calc( 100vw - 40px );
		left: -10px;
		left: 0px;
	}
}


@media (max-width: 400px) {
   #logodiv {
		top: -10px;
		left: -10px;
   }

	#logontop17 {
		margin: 0px;
	}

	#sogform17 #search-bar {	
		margin-left: 0px;
		width: 100vw;
	}

	#sogform17 .searchadv {
		width: 70px;
	}

	#sogform17 .search {
		width: calc(100vw - 230px);
	}

	#sogform17 .searchbase {
		width: 80px;
	}

	.divsogout {
		top: 26px;
	}

	#navigoto {
		display: none !important;
	}

	#navilinks {
/*		margin-top: 10px; */
	}

	.nyhedsredaktoer {
		display: none;
	}

}


@media (prefers-color-scheme: darkxxxxxxxxx) {
	body {
		background-color: #1A1A1A;
		color: white;
	}
	h1, h2, h3, h4, h5, h6 {
		color: white;
	}
	::-webkit-scrollbar-track {
		background: #4A4D52;
	}

	::-webkit-scrollbar-corner {
		background-color: #4A4D52;
	}

	::-webkit-scrollbar-thumb {
		background: #d1d2d7;
		border-radius: 5px;
	}

	::-webkit-scrollbar-thumb:hover {
		background: #74b2d3;
	}


	#extradivlefticons, .textretleftcol, .spicontop {	
		background-color: #2A2A2B;
	}
	#extradivleft, #extradivleftheader, .extradiv {
		background-color: #1E1E1E;
	}
	#extradivleftwidget, #extradivleftwidgetheader, #extradivleftwidgetcont {
		background-color: #222224;
	}

	#extradivmiddle {
		background-color: #0E0E0E;
	}
	i.nyhedskategorichk {
		color: white;
	}
	a:visited {
		color: #bbb;
	}
	a:link {
		color: #eee;
	}	
	.spullist .nosub, .spullist .splisub {
		color: white;
	}
	div.desc0 {
		background: rgba(25,25,25,0.8);
	}
	.redaktionel {
		color: white;
	}
	div.desc1, div.desc2 {
		color: white;
	}
	.captlag {
		background-color: #2A2A2B;
		border-color: #2A2A2B;
		color: #eee;
	}

	.iconlistleft > li div {
		background-color: #2A2A2B;
	}
	.sp_tri_right {
		border-color: transparent transparent transparent #2A2A2B;
	}

	.nyhedsmicrdiv {
		background-color: #262626;
	}
	.nyhedskategoriplus, .nyhedskategoriindland, .nyhedskategorifinans, .nyhedskategorisport, .nyhedskategoriunderholdning, .nyhedskategoriroyal, .nyhedskategoriroyalt, .nyhedskategorinavne, .nyhedskategorikriminal, .nyhedskategoriudland, .nyhedscaption, .nyhedsedit {
		background-color: #2A2A2B;
		color: #fff;
	}
	#pixlist, #pixlist:hover {
		background-color: #262626;
		border-color: #262626;
	}
	.sp_tri_upx {
		border-bottom-color: #262626;
	}

	div.micrdiv1:hover {
		box-shadow: 0 0 10px rgba(230, 230, 230, 0.5);
	}

	div#minidivout {
		background-color: #363A3F;
		color: #fff;
	}
	#minidivout #butlag {
		border-bottom-color: #4A4D52
	}
	#minidivinfo {
		background-color: #4A4D52 !important;
		border-left-color: #4A4D52;
	}

	div.menudiv {
		background-color: #262626;
		border: 1px solid rgba(230, 230, 230, 0.5);
		box-shadow: 2px 2px 13px rgba(230, 230, 230, 0.5);
	}
	div.menudiv li {
		color: #EEE;
	}
	.fa-lighter05white {
		-webkit-text-stroke: 0.5px #262626;
	}

	.sp-gray-frame, .ui-dialog {
		box-shadow: 0 0 10px rgba(230, 230, 230, 0.5);
	}
	#divtopbg {
		background-color: rgba(101,101,103,0.9);
	}


	#divxheader, .sp-dialog .ui-dialog-titlebar {
		border-bottom-color: #363A3F;
		border-bottom-color: #4A4D52;
	}
	#divxheader, .sp-dialog .ui-widget-header {
		border-color: #1e1e1e;
		background-color: #1e1e1e;
		color: #e1e1e1;
	}
	#divxcon, .sp-dialog .ui-widget-content {
		background-color: #2F3032;
		color: #e1e1e1;
	}

	#logonframe {
		background-color: #2A2A2B;
		box-shadow: 0 0 10px rgba(230, 230, 230, 0.5);
	}
	#logondiv {
		color: white;
	}
	#logonbottomdiv {
		background-color: #1E1E1E;
	}
	.sp_tri_up_frame, .sp_tri_up {
		border-bottom-color: #2A2A2B;
	}


	input.spinput[type="text"], textarea.spinput, select, #textret_form input, #textret_form textarea {
		background-color: #343535;
		color: white;
	}

	.spbutton:hover, .spbuttoncancel:hover, #textret_form .spbutton:hover, #textret_form .spbuttoncancel:hover {
		color: #ffffff;
		background-color: rgb(116,178,211);
	}

	#auxtd1, #auxtd2, .auxtop, auxcon, .spinputlabel {
		background-color: unset;
		color: unset;
	}

	#sogform17 .searchbasewhat, #sogform17 .spfavoritdiv, #sogform17 #sog1sub {
		background-color: #262626;
	}
	#sogform17 .spfavorits, #sogform17 .search, #sogform17 .searchbtn {
		background-color: rgba(104, 108, 111, 0.9);
		color: white;
	}
	#sog1, #sog1a {
		color: white;
	}
	#sog1::placeholder, #sog1a::placeholder {
		color: #999;
	}
	div.sp_sub_tri_up {
		border-bottom-color: #262626;
	}

	.featuredivtop {
		background-color: #1E1E1E;
	}

	.linkstable {
		background-color: #343535;
	}
	.a.navi:visited, a.navi:link {
		color: white;
	}
}

@media (prefers-color-scheme: light) {
}



