div.BesogPanel {margin:10px 0px 10px 0px}
.besogHead { background: #c1dbe8 url(/fp_images/skybluePanel_BG.gif) repeat-x; font-size:10px; font-family:Arial, Helvetica, sans-serif; text-align:center; text-transform:uppercase; color:#003366; font-weight:bold; padding:3px 0 3px 0; margin-bottom:1px;}
.besogLink  { background: #fff url(/fp_images/bg_skyblueGrad.gif) repeat-x left bottom; color:#003366; font-weight:bold; padding:3px 0 3px 8px; margin-bottom:1px;}
.besogLink a:link, .besogLink a:visited { font-size:10px; background:url(/fp_images/orange_arrow.gif) no-repeat 0px 2px; padding-left:10px;}
.sundhedstilbudInput {width:100%;height:61px;border: 1px solid #0c5a8c; color:#0c5a8c;font-size:20px;font-family: 'Verdana-Bold', 'Verdana';font-weight: bold;margin-top: 15px;padding:15px;}
.sundhedstilbudInput img {    position: relative;top: -30px;}
.sundhedstilbudInputMobile {width:100%;border: 1px solid #0c5a8c; color:#0c5a8c;font-size:20px;font-family: 'Verdana-Bold', 'Verdana';font-weight: bold;margin-top: 15px;padding:15px;}
.sundhedstilbudInputMobile img {    position: relative;top: 0px;}
.nd-sundhedstilbud hr {background-color: #FF802E;height:3px;}
.nd-redaktion {margin-top:20px;}

#popupwrapper {
	width: 45%;
    position: fixed;
    top: 300px;
    left: 25%;
    right: 25%;
    z-index: 100;
}



/*
 * Factsheets
 */
@media (max-width:980px) {
	.nd-factsheet-content img {
		max-width: 100%;
	}
}
@media (min-width:980px) {
	.nd-factsheet-content {
		padding-top: 60px;
		padding-left: 60px;
		padding-right: 160px;
	}
	.nd-factsheet-content img {
		max-width: 100%;
	}
} 
.nd-factsheet-content h1 {
	font-family: Georgia;
}

.nd-factsheet-content h2 {
	margin-top: 40px;
	margin-bottom: 15px;
	color: #9a0000;
	font-size: 20px;
	font-family: Verdana;
}

.nd-factsheet-content h3 {
	color: #005a9a;
	margin-top: 30px;
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: bold;
	font-family: Verdana;
}

.nd-factsheet-content .btn-ndblue {
	background-color: #d0e0ed;
	text-decoration: none;
	color: #003366;
	white-space: normal;
	text-align: left;
}
.nd-factsheet-content .btn-ndorange {
	background-color: #ff6600;
	color: white;
	text-decoration: none;
	white-space: normal;
	text-align: left;
	height: 100%;
	position: absolute;
}

.nd-factsheet-content blockquote {
	font-size: inherit;
	border-left: inherit;
	margin-top: 0px;
}

.nd-factsheet-content a {
	color: #005999;
	text-decoration: underline;
}

.nd-factsheet-content figure {
	float: right;
	clear: both;
	margin-left: 14px;
	margin-bottom: 14px;
	text-align: right;
}
.nd-factsheet-content figure figcaption {
	font-size: 11px;
}
.nd-factsheet-content figure.nd-align-left {
	float: left!important;
	margin-left: 0px;
	margin-right: 14px;
}
.nd-factsheet-content figure.nd-align-right {
	float: right!important;
}

.nd-factsheet-content table {
	width: 100%;
}
.nd-factsheet-content th {
	font-size: 12px;
	padding: 2px;
	border: 1px solid #fff;
	background-color: #f5f5f5;
}
	
.nd-factsheet-content td {
	padding: 2px;
	font-size: 12px;
	border: 1px solid #fff;
	background-color: #f5f5f5;
}
/* Original faktaboks */
.nd-factsheet-content .faktaboks {
	display: block;
	float: right;
	clear: right;
	background-color: #BFDEF4;
	margin: 0px 0 10px 0px;
	padding: 0;
}
.nd-factsheet-content .faktaboks h3 {
	background-color: #6699CC;
	border-top: 3px solid #990000;
	margin-top: 0;
	padding: 4px;
	font-size: 11px;
	font-weight: bold;
	color: white;
}
.nd-factsheet-content .faktaboks p {
	padding: 0px 6px;
	font-size: 11px;
}
.nd-factsheet-content .faktaboks ul {
	padding-left: 20px;
	padding-right: 4px;
	font-size: 10px;
}
.nd-factsheet-content .faktaboks li {
	padding-top: 4px;
}
/* Gray faktaboks */
.nd-factsheet-content .faktaboks-gray {
	display: block;
	float: right;
	clear: right;
	background-color: #dcdccd;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 0;
}
.nd-factsheet-content .faktaboks-gray h3 {
	background-color: #828278;
	font-size: 12px;
    padding: 10px 10px;
    margin-top: 0px;
    color: white;
}
.nd-factsheet-content .faktaboks-gray p {
	padding: 0px 6px;
	font-size: 12px;
}
.nd-factsheet-content .faktaboks-gray ul {
	padding-left: 20px;
	padding-right: 4px;
	font-size: 11px;
}
.nd-factsheet-content .faktaboks-gray li {
	padding-top: 4px;
}
.nd-factsheet-content .faktaboks-gray a {
	color: black;
	font-weight: bold;
}
/* Blue (new) faktaboks */
.nd-factsheet-content .faktaboks-blue {
	display: block;
	float: right;
	clear: right;
	background-color: #ccddea;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 0;
}
.nd-factsheet-content .faktaboks-blue h3 {
	background-color: #005999;
	font-size: 12px;
    padding: 10px 10px;
    margin-top: 0px;
    color: white;
}
.nd-factsheet-content .faktaboks-blue p {
	padding: 0px 6px;
	font-size: 12px;
}
.nd-factsheet-content .faktaboks-blue ul {
	padding-left: 20px;
	padding-right: 4px;
	font-size: 11px;
}
.nd-factsheet-content .faktaboks-blue li {
	padding-top: 4px;
}
.nd-factsheet-content .faktaboks-blue a {
	color: black;
	font-weight: bold;
}
.nd-factsheet-content .faktaboks-color {
	margin: 15px 0;
	padding: 30px;
}
.nd-factsheet-content .faktaboks-color h2,
.nd-factsheet-content .faktaboks-color h3 {
	margin-top: 0;
	font-size: 18px;
	color: black;
}


/* NDCustomElements faktaboks */
.nd-factsheet-content .faktaboks.nd-blue {
	display: block;
	float: right;
	clear: right;
	background-color: #BFDEF4;
	margin: 0px 0 10px 0px;
	padding: 0;
}
.nd-factsheet-content .faktaboks.nd-blue h3 {
	background-color: #005999;
	border-top: 0px;
	font-size: 12px;
    padding: 10px 10px;
    margin-top: 0px;
    color: white;
}
.nd-factsheet-content .faktaboks.nd-blue p {
}
.nd-factsheet-content .faktaboks.nd-blue ul {
}
.nd-factsheet-content .faktaboks.nd-blue li {
}


.nd-factsheet-content blockquote {
	padding-top: 0px;
}
.nd-factsheet-content ul li {
	margin-bottom: 15px;
}
.nd-factsheet-content .nd-inline-box {
	background-color: #dcdccd;
	padding: 15px;
	margin-bottom: 15px;
}
.nd-factsheet-content .nd-inline-box ul li {
	margin-bottom: 5px;
}
.nd-factsheet-content .nd-inline-box h3 {
	margin-top: 5px;
	color: black;
}

/*
 * Section stuff
 */
.nd-section-content h1 {
	font-size: 22px;
	color: #000033;
	padding-bottom: 2px;
}
.nd-section-content h2 {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	clear: both;
}

.nd-section-content h3 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.nd-section-content p {
	padding-left: 20px;	
}

.nd-section-content blockquote {
	font-size: inherit;
	border-left: inherit;
}

.nd-section-content a {
	/*color: #428bca;*/
	color: #003366;
	text-decoration: underline;
}

.nd-section-content ul {
	padding-left: 20px;
	padding-bottom: 10px;
}

.nd-section-content li {
	display: block;
	margin-top: 5px;
}

@media (min-width:999px) {
	.nd-section-content img {
		float: left;
	}
	.nd-section-content {
		padding-top: 60px;
		padding-left: 60px;
		padding-right: 160px;
	}
	.nd-section-content.nd-frontpage-content {
		padding-right: 60px;
	}
	.nd-factsheet-content img {
		max-width: 100%;
	}
} 

.nd-section-content ul > li > p > img {
	width: 80px;
	height: 60px;
}

.nd-section-content figure {
	float: right;
	clear: both;
	margin-left: 14px;
	margin-bottom: 14px;
	text-align: right;
}
.nd-section-content figure figcaption {
	font-size: 11px;
}
.nd-section-content figure nd-align-left {
	float: left!important;
	clear: none!important;
}
.nd-section-content figure nd-align-right {
	float: right!important;
	clear: none!important;
}

.nd-section-content table {
	width: 90%;
	margin-left: 10px;
	margin-right: 10px;
}
.nd-section-content th {
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
	border: 1px solid #fff;
	background-color: #f5f5f5;
}
	
.nd-section-content td {
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
	border: 1px solid #fff;
	background-color: #f5f5f5;
}

.nd-section-content table td, .nd-section-content table th {
	text-align: center;
}
.nd-section-content table a {
	text-decoration: none;
}

/* Brevkasse */
.nd-brevkasse h3 {
	font-weight: bold;
}
.nd-brevkasse .brevkasse-form .row-terms {
	padding-bottom: 10px;
}

.nd-brevkasse .brevkasse-form .row-terms .checkbox {
	margin-top: 0px;
}


/* Kultur content type */
.nd-kultur-content h1.title {
	margin-top: 26px;
}
@media (max-width:999px) {
	.nd-kultur-content .title-image {
		margin-top: 10px;
		margin-bottom: 15px;
	}
}
@media (min-width:999px) {
	.nd-kultur-content .title-header {
		margin-top: 5px;
		margin-bottom: 5px;
		font-weight: bold;
		font-size: 18px;
	}
	.nd-kultur-content .title-image {
	    float: right;
	    clear: left;
	    margin-left: 20px;
	    width: 50%;
	}
}


/* Sponsored content */
.nd-sponsored-content {
	background-color: #EDEDE5;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}

.nd-section-content.nd-sponsored-content h2 {
	font-size: 22px;
}

@media (max-width:999px) {
	.nd-sponsored-content img {
		clear: both;
		max-width: 100%;
		margin-bottom: 15px;
	}
}
@media (min-width:999px) {
	.nd-sponsored-content img {
		clear: both;
		margin-left: auto;
		display: block;
		margin-right: auto;
		margin-top: 15px;
		margin-bottom: 30px;
		max-width: 75%;
	}
}
.nd-sponsored-content .sponsored-content-tag {
	font-size: 13px;
	color: #888;
	text-transform: uppercase;
}
.nd-sponsored-content #dutytext .collapsed {
	background-color: #dcdccd;
}
.nd-section-content.nd-sponsored-content p {
	padding-left: 0;
}
@media (max-width:999px) {
	.nd-sponsored-content {
		padding-top: 20px;
	}
}
@media (min-width:999px) {
	.nd-sponsored-content {
		margin-left: -15px;
		margin-right: -15px;
		padding: 60px;
	}
	.nd-section-content.nd-sponsored-content img {
		clear: both;
		margin-left: auto;
		display: block;
		margin-right: auto;
		margin-top: 0;
		margin-bottom: 0;
		max-width: 100%;
	}
}

/* ATC drugs on articles */
.article-drug-box  {
	display: block;
	float: left;
	margin: 8px;
	padding: 6px;
	border: 1px solid #cce0f1;
	border-radius: 4px;
	background-color: #fafaff;
}

/*
 * Right menu stuff (so that old design will fit into new design)
 */
.sygdomme > table {
	width:100%;
}
.sygdomme .bgBarTitle {
  background-color  : #0c5a8c;
}
.sygdomme .letter {
	width: 26px;
}
.sygdomme .titleHeader {
  font-family     : Arial, Verdana, Helvetica, sans-serif;
  font-size       : 18px;
  font-weight     : regular;
  color       : #fff;
  padding-left    : 10px;
}
.sygdomme .subtitleHeader {
  font-family     : Arial, Verdana, Helvetica, sans-serif;
  font-weight     : bold;
  color       : #333333;
}
.sygdomme .titleBtm {
  margin-left	  : 16px;
  font-family     : Arial, Verdana, Helvetica, sans-serif;
  font-size       : 11px;
  font-weight     : bold;
  color       : #000;
}
.sygdomme .leftPadding {
  padding-left    : 15px;
}
.sygdomme .blue {
  display:inline-block;
  background-color: #005999;
  color:#ffffff;
  font-family:Arial Black;
  font-size:15px;
  font-weight:bold;
  padding:5px 3px;
  margin-bottom: 5px;
  text-decoration:none;
  width: 24px;
  text-align:center;
}
.sygdomme .blue:hover {
  background-color: #004888;
}
.sygdomme .blue:active {
  position:relative;
  top:1px;
}
.sygdomme img {
	vertical-align: top;
	margin-top: -2px;
}
.sygdomme .blue a {
  font-family   : Arial, Verdana, Helvetica, sans-serif;
  font-size     : 15px;
  font-weight   : regular;
  color       : #fff !important;
  text-decoration : none;
}
.sygdomme a.xLink {
  font-family   : Arial, Verdana, Helvetica, sans-serif;
  font-size     : 12px;
  font-weight   : bold;
  text-decoration : none;
}
.sygdomme a.xLink:visited {
  font-family   : Arial, Verdana, Helvetica, sans-serif;
  font-size     : 12px;
  font-weight   : bold;
  text-decoration : none;
}
.sygdomme a.xLink:active {
  font-family   : Arial, Verdana, Helvetica, sans-serif;
  font-size     : 12px;
  font-weight   : bold;
  text-decoration : none;
}
.sygdomme a.xLink:hover {
  font-family   : Arial, Verdana, Helvetica, sans-serif;
  font-size     : 12px;
  font-weight   : bold;
  text-decoration : underline;
}

.sygeforsikringen-danmark span a {
	font-weight   : bold;
	text-decoration : none;
	color: black;
}
.sygeforsikringen-danmark span a:visited {
	font-weight   : bold;
	text-decoration : none;
	color: black;
}
.sygeforsikringen-danmark span a:active {
	font-weight   : bold;
	text-decoration : none;
	color: black;
}
.sygeforsikringen-danmark span a:hover {
	font-weight   : bold;
	text-decoration : none;
	color: black;
}


/* Behandlingstrappe */
@media (max-width:999px) {
	.behandlingstrappe .nav-tabs > li > a, 
	.behandlingstrappe .nav-tabs > li > a:hover,
	.behandlingstrappe .nav-tabs > li > a:focus {
		font-size: 10px;
	}
	.behandlingstrappe .nav-tabs > li.active > a, 
	.behandlingstrappe .nav-tabs > li.active > a:hover,
	.behandlingstrappe .nav-tabs > li.active > a:focus {
		font-size: 10px;
	}
}

.behandlingstrappe .nav-tabs ul {
    width: 100%;
    display: table;
    table-layout: fixed;
}
.behandlingstrappe .nav-tabs ul:after {
	content: '';
}

.behandlingstrappe .nav-tabs li {
	background-image: url(/img/behandlingstrappe-tab-passive.png);
    background-repeat: no-repeat;
    text-align: center;
	background-size: 100% 30px;
	display: table-cell;
	float: none;
}
.behandlingstrappe .nav-tabs li.active {
	background-image: url(/img/behandlingstrappe-tab-active.png);
}
.behandlingstrappe .nav-tabs > li > a, 
.behandlingstrappe .nav-tabs > li > a:hover,
.behandlingstrappe .nav-tabs > li > a:focus {
	background-color: transparent;
	border: 0px;
	color: #005999;
	text-decoration: none;
	padding-top: 30px;
}
.behandlingstrappe .nav-tabs > li.active > a, 
.behandlingstrappe .nav-tabs > li.active > a:hover,
.behandlingstrappe .nav-tabs > li.active > a:focus {
	background-color: transparent;
	border: 0px;
	color: #005999;
	text-decoration: none;
}
.behandlingstrappe .nav-tabs > li > a:hover,
.behandlingstrappe .nav-tabs > li > a:focus {
    background-color: transparent;
}
.behandlingstrappe .nav-tabs > li:hover,
.behandlingstrappe .nav-tabs > li:focus {
    background-image: url(/img/behandlingstrappe-tab-active.png);
}

