﻿@charset "UTF-8";

/* IE8 support for HTML5 elements */
header, nav, section, article, aside, footer, hgroup
{ 
	display: block;
}

pre
{
	display: none;
}

h1, h2, h3, h4 {
    text-decoration: none;
    
}

h1
{
	margin-top: 0;
	
}


/**************Rajni stylesheet changes start*********************************/
.hiddendiv {
    position: absolute;
    left: -9999px;
}

/**************Rajni stylesheet changes start*******************************/


:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

ul
{
	margin-top: 0px;
}

.hidden
{
	display: none !important;
}

/***************************************************************************************
************************ error/support messages ****************************************
****************************************************************************************/

.alertmsg
{
	padding: 5px;
	background: #ffffba;
	font-size: .9em;
}

.alertmsg *
{
	margin: 0;
}

.alertmsg div
{
	width: 974px;
	margin: 0 auto;
	padding-left: 40px;
	box-sizing: border-box;
	background:  url(/images/kx/Human-dialog-warning.png) no-repeat;
	background: url(/images/kx/Human-dialog-warning.svg) no-repeat 0 50%;
	background-size: 30px;
}

#notSupported
{
	position: relative;
	width: 100%;
	height: 100%;
	margin-top: 5%;
	z-index: 1000;
	font-family: sans-serif;
}

#notSupported div.content
{
	width: 300px;
	height: 370px;
	margin: 0 auto 0 auto;
	padding: 20px;
	background-color: #EEE;
	border: 3px solid #C00;
}

#notSupported h2
{
	display: block;
	font-size: 1.5em;
	-webkit-margin-before: 0.83em;
	-webkit-margin-after: 0.83em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	font-weight: bold;
}

#notSupported p
{
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}

#notSupported a
{
	background-color: white;
	padding: 3px;
	color: #E76A0B;
	text-decoration: none;
}

#notSupported a:hover
{
	font-weight: bold;
}

#notSupported a.dismiss 
{
	display: block;
	margin-top: 20px;
}



/***************************************************************************************
******************************bakgrunn *************************************************
****************************************************************************************/
/*
#homepage
{
    width: 974px;
    margin: 0 auto;
	padding: 50px 0 30px;
	clear: both;
}

#homepage h1, #homepage h2
{
    margin: 0;
	padding: 0 0 18px;
	color: #333;
	font-size: 1.5em;
	font-weight: normal;
}

#homepage section
{
	width: 48%;
}

#homepage .videoOfTheMonth
{
	width: 48%;
	float: right;
}

#homepage .news .date
{
	display: block;
	margin-top: 5px;
	font-size: 0.7em;
}

#homepage .news h3
{
	margin: 1.2em 0 0;
}

#homepage .news h5
{
	margin: 0;
}

#homepage .news p, #homepage .news a
{
	font-size: .85em;
}

.teaserpadding{
    padding: 2.5rem;
}

.teaserimg img{
    width: 100%;
       object-fit: contain;
    padding: 2rem 0;
    }




#header_kx
{}



#socialandsearchbar ul
{
	padding: 0;
}

#socialandsearchbar ul li
{
	display: inline;
}

#socialandsearchbar > ul > li:nth-child(1)
 {
	display: inline-block;
	margin-right: 5px;
	padding: 5px;
	background: #CCC;
	border-radius: 5px;
}

#socialandsearchbar input
{
	height: 24px;
	margin: 0;
	padding: 0 5px;
	vertical-align: top;
	border-radius: 5px;
	font-size: 16px;
	border: 0;
}


#socialandsearchbar input[type="text"]
{
	width: 158px;
}

.greybackgr{
	background-color: #f2f4f3; 
}
.btnsearch
{
    border-radius:0px;
}


#socialandsearchbar .btnSearch
{
	/*margin-right: 24px;*/
	/*border:0;
	background-color: #da1b46;
	color: white;
	cursor: pointer;
}

#socialandsearchbar .exact
{
	margin-top: 5px;
	font-size: .8em;
}

#socialandsearchbar .exact input
{
	position: relative;
	top: 2px;
}

#socialandsearchbar .btnSearch a:hover
{
	color: #c00;
}

#socialandsearchbar .print,
#socialandsearchbar .contact,
#socialandsearchbar .googleplus,
#socialandsearchbar .twitter,
#socialandsearchbar .facebook
{
	margin-left: 2px;
	padding: 4px 16px; /* force rendering 
}*/

/*#socialandsearchbar .print
{
	background: url(/images/kx/iconsKreftlexSocial_25-pinkprint.png) -153px 50% no-repeat;
}

#socialandsearchbar .print.disable
{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: .3;
	display: none\9;
}

#socialandsearchbar .printmessage
{
	position: relative;
	width: 974px;
	margin: 0 auto;
	
	transition: opacity .3s;
	webkit-transition: opacity .3s;
	moz-transition: opacity .3s;
	o-transition: opacity .3s;
	ms-transition: opacity .3s;
}

#socialandsearchbar .printmessage p
{
	position: absolute;
	margin: 0 auto 0 326px;
	padding: 5px;
	background: #da1b46;
	border-radius: 5px;
	font-size: .9em;
	color: #fff;
}

#socialandsearchbar .printmessage p:before
{
	position: absolute;
	top: -10px;
	left: 12px;
	content: "";
	border: 8px solid rgba(0, 0, 0, 0);
	border-top: 0;
	border-bottom: 12px solid #da1b46;
}

#socialandsearchbar .printmessage.hide
{
	opacity: 0;
}

#socialandsearchbar .contact
{
	background: url(/images/kx/iconsKreftlexSocial_25.png) -110px 50% no-repeat;
}

#socialandsearchbar .googleplus
{
	background: url(/images/kx/fbGoogleplus_icons.svg) 100% 0% no-repeat;
    background-size: 85px;
    margin-left:12px;
}

#socialandsearchbar .twitter
{
	background: url(/images/kx/fbGooglepluss.png) -33px 50% no-repeat;
}

#socialandsearchbar .facebook
{
	background: url(/images/kx/fbGoogleplus_icons.svg) 0% 0% no-repeat;
    background-size: 85px;
}

#site-logo
{
    /* width: 300px; */
    /* height: 75px; */
    /* padding-top: 20px; */
    /* cursor:pointer; 
}

#site-logo a
{
	text-decoration: none;  
    cursor:pointer;
}

#site-logo img
{
	border-style: none;
}

#slogun
{
	height: 50px;
	margin: -50px 0 0 70%;
	font-size: 20px;
	font-style: italic;
	color: #da1b46;
}
.rhl-logo
{
        filter: drop-shadow(-5px 12px 7px #ddd);
  -webkit-filter: drop-shadow(-5px 12px 7px rgba(0,0,0,0.3));

}
*/





/***************************************************************************************
******************************* forsideelementer ***************************************
****************************************************************************************/
/*#omkreftlexPage
{
	width: 650px;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 50px;
	padding:20px;
}

.bold
{
	font-weight: bold;
}

.italic
{
	font-style: italic;	
}

#facebookTxt
{
	vertical-align: text-top;	
}

#aboutKreftlex
{
	width: 200px;
	margin-left: 5px;
	margin-top: 10px;
	font-size:x-small;
}
*/

/***********************************************************************************
***********************************frontpage teasers********************************
************************************************************************************/

/**********ikke sjekket gjennom... MARIAN 11.2017 *********************************/
/*.frontpage-teaser:nth-child(even){
background-color: #f3eee7;
}
*/
/**********************************************************************************
************************************ default **************************************
***********************************************************************************/
/*
.blue
{
	font-family: Arial, Calibri, Sans-Serif;
	color: #214263;
	font-size: 1.5em;
    font-weight: bold;
    margin-left: -5px;
    text-transform: none;
}

.white_background
{
	background-color: White;
}

 #procedure_content 
 {
 	background-color: White;
 	padding: 2px;
 	margin-top: 10px;
 }
 
 */
/**********************************************************************
**********************facebook like bottom ****************************
**********************************************************************/
#contact_fb
{
	width: 99%;
	height: 30px;
	margin: 30px auto 0 auto;
	font-size:x-small;
}

.fb-like
{
	margin: 15px auto auto 0;
}

#contact_fb img
{
	margin-right: 10px;
	vertical-align: bottom;
}

#fb-root
{
    float: left;
}

/*************************contact us page *****************************
**********************************************************************/
/*.sendBtn
{
	font-family: Georgia;
	font-size:medium;
	margin-top: 30px;
	width: 100px;
	padding: 4px;
	background-color: #c00;	
	color: White;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
}


#tblContact td,tr
{
	vertical-align:top;
}
*/




/***********************************************************************
************************** tabell ? ************************************
***********************************************************************/


.video
{
	display: block;
	z-index: 50;
}



#kxArticle .tapContainer
{
	position: relative;
}

#kxArticle .tapContainer img
{
	max-width: 673px;
	margin-left: 0 !important;
	display: block;  
}

#kxArticle .tapContainer svg
{
	position: absolute !important;
	top: auto !important;
	left: 0;
	z-index: 1;
}

#kxArticle .tapContainer .areaHolder
{
	position: absolute;
	overflow: hidden;
}

#kxArticle .tapContainer .areas
{
	position: absolute;
	width: 23px;
	padding: 7px 0 7px 7px;
	background-color: rgba(255, 255, 255, .8);
	font-size: 13px;
	z-index: 90;
	display: table;
	border-collapse: separate !important;
	
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-o-border-radius-bottomleft: 5px;
	-ms-border-radius-bottomleft: 5px;
	
	transition: .3s .1s width, .3s .1s margin;
	-webkit-transition: .3s .15s width, .3s .15s margin, .3s .15s box-shadow;
	-moz-transition: .3s .2s width, .3s .2s margin, .3s .2s box-shadow;
	-o-transition: .3s .2s width, .3s .2s margin, .3s .2s box-shadow;
	-ms-transition: .3s .2s width, .3s .2s margin, .3s .2s box-shadow;
}

#kxArticle .tapContainer .areas:hover, #kxArticle .tapContainer .areas.activeDesc
{
	box-shadow: -3px 5px 12px rgba(66, 66, 66, .2);
	
	transition-delay: 0s;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	-ms-transition-delay: 0s;
}

#kxArticle .tapContainer .areas .areaDesc
{
	height: 16px;
	background: url(/images/kx/area-icon-square-down-16.png) no-repeat;
	background: url(/images/kx/area-icon.svg) no-repeat;
	background-size: 16px;
	padding-left: 20px;
	line-height: 16px;
}

#kxArticle .tapContainer .areas:hover div.chkbx label:first-child
{
	margin-top: 5px;
}

#kxArticle .tapContainer .areas label
{
	display: none;
}

#kxArticle .tapContainer .areas:hover label
{
	display: block;
}

#kxArticle .desc
{
	position: relative;
	margin: 0 auto;
	padding: 7px;
	display: table;
	background-color: rgba(230, 230, 230, .75);
	font-size: 90%;
	z-index: 90;
	border: 1px solid #fff;
	border-top: none;

	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

#kxArticle .desc *
{
	padding: 0;
	margin: 0;
	text-align: center;
}


#kxArticle .morebox
{
	padding: 0px;
	margin: -1px 0 15px 0;
	height: 1px;
	opacity: .2;
	overflow: hidden;
	border-top: 1px solid #9A928F;
}

#kxArticle .morebox.show
{
	padding-left: 20px;
	padding-top: 12px;
	padding-right: 10px;
	opacity: 1;
	border: none;
	background-color: #f8eed0;
	background: linear-gradient(rgba(251, 248, 231, 0.4), rgba(154, 146, 143, 0.4));
	background: -webkit-linear-gradient(rgba(251, 248, 231, .4), rgba(154, 146, 143, .3));
	background: -moz-linear-gradient(rgba(251, 248, 231, 0.4), rgba(154, 146, 143, 0.4));
	background: -o-linear-gradient(rgba(251, 248, 231, 0.4), rgba(154, 146, 143, 0.4));
	background: -ms-linear-gradient(rgba(251, 248, 231, 0.4), rgba(154, 146, 143, 0.4));
	box-shadow: inset 0px 0px 5px rgba(154,146,143, 0.7);
	
	transition-duration: .3s;
	transition-property: height, opacity;
	-webkit-transition-duration: .3s;
	-webkit-transition-property: height, opacity;
	-moz-transition-duration: .3s;
	-moz-transition-property: height, opacity;
	-o-transition-duration: .3s;
	-o-transition-property: height, opacity;
	-ms-transition-duration: .3s;
	-ms-transition-property: height, opacity;
}

#kxArticle .showMore
{
	/*width: 65px;*/
	margin-top: 15px;
	display: table;
	padding: 3px 7px;
	background: rgb(154,146,143);
	color: #fff;
	border: 1px solid #bbb;
	border-top: none;
	border-radius: 5px 5px 0 0;
	cursor: pointer;
}



#kxArticle p + ul
{
	margin-top: -10px;
}

.info
{
	margin: 16px;
	text-align: center;
}

.level1
{
	
}

.floatright
{
	float: right;
}

.floatleft
{
	float: left;
}

/*#kxArticle .oncoTable, #kxArticle .iOncoTreatmentTable
{
	font-size: 90%;
	border-spacing: 0px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	margin-top:6px;
	margin-bottom:6px;
	border-left: 1px solid #9a928f;
}

#kxArticle .oncoTable td, #kxArticle .iOncoTreatmentTable td
{
	padding: 6px;
	border-right: 1px solid #9a928f;
	border-bottom: 1px solid #9a928f;
	background-color: White;
}

#kxArticle .oncoTable th, #kxArticle .iOncoTreatmentTable th 
{
	padding: 6px;
	font-size:100%;
	font-weight: bold;
	background-color: #f8eed0;
	background: -webkit-linear-gradient(#f8eed0, #C0B0AA);
	background: -o-linear-gradient(#f8eed0, #C0B0AA);
	background: -moz-linear-gradient(#f8eed0, #C0B0AA);
	background: linear-gradient(#f8eed0, #C0B0AA);
	border-top: 1px solid #9a928f;
	border-right: 1px solid #9a928f;
	border-bottom: 1px solid #9a928f;
	margin-top:6px;
	margin-bottom:6px;
}

#kxArticle .oncoTable th:first-child, #kxArticle .iOncoTreatmentTable th:first-child 
{
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
}

#kxArticle .oncoTable th:last-child, #kxArticle .iOncoTreatmentTable th:last-child 
{
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
}*/



.treatmentDayTableCell
{
	text-align: center;
	padding: 0px;
}

.horizLine
{
	border-top:1px solid #C7C2BA;
	width:100%;
	margin-bottom: 5px;
	height:2px;
	line-height:0px;
}

/**********************************************************************/
/******************** indekspage nav**************************************/
/**********************************************************************/
/*
#ProceduresSection *
{
	font-family: Georgia, Times, Times New Roman, serif;
	font-style: normal;
    font-size: 95%;
    text-decoration: none;
}

#ProceduresSection nav
{
	display: block;
	padding: 3px 0 3px 12px;
	border: 0 none;
}

#ProceduresSection nav nav
{
	border-top: 0;
	display: none;
}

#ProceduresSection nav i.menuToggle
{
	position: absolute;
	margin: 3px 0 0 -1.1em;
	width: 11px;
	height: 20px;
	background: url(/images/kx/lines/plus.gif) no-repeat;
}

#ProceduresSection nav a
{
	display: none;
	cursor: pointer;
	padding: 2px 0 0 10px;
    color: #333;
	background: url(/images/kx/red_dot4.gif) 3px 8px no-repeat;
}

/* a WITHOUT CHILDREN * /
#ProceduresSection nav a.childless
{
	margin-left: 2px;
	padding: 3px 0 3px 15px;
	background-position: 1px 7px;
}

/* TOP-LEVEL a WITHOUT CHILDREN * /
#ProceduresSection nav a.childless:first-child
{
	display: block;
	font-size: 110%;
	margin-left: -13px;
	padding: 0 0 0 13px;
	background-position: 0px 6px;
}

#ProceduresSection nav.current > a.heading, a.current
{
	color: #772732;
}

#ProceduresSection nav a.heading
{
	display: block;
	text-decoration: none;
	padding: 0;
	background: none;
}

#ProceduresSection nav a.heading.level1, a.childless
{
	font-size: 1.1em;
	font-weight: normal;
}

#ProceduresSection nav a.heading.level2
{
	font-size: 1.2em;
	font-weight: normal;
	padding: 0 0px;
	margin-left: 2px;
}

#ProceduresSection .childless
{
	font-size: 1.2em;
	font-weight: normal;
	padding: 0 0px;
	margin-left: 5px;
	border: 0 none;
}

#ProceduresSection nav.expand > i.menuToggle
{
	background: url(/images/kx/lines/minus.gif) no-repeat;
}

#ProceduresSection nav.expand > a,
#ProceduresSection nav.expand > nav,
#ProceduresSection nav.expand > nav > a.heading
{
	display: block;
}*/

.ks_iSammenhengMedTittel
{
    min-width: 50px;
	padding: 2px;
}

/*********************************************************************/
/*********************Code snippet for three images*******************/
/*********************************************************************/

/*#kxArticle table
{
	white-space: normal;
	line-height: normal;
	font-weight: 300;
	font-variant: normal;
	font-style: normal;
	color: -webkit-text;
	text-align: -webkit-auto;
	display: table;
	vertical-align: top;
	margin-bottom: 20px;
	font-size: 90%;
}*/

#kxArticle .ksthreeimagetable
{
	border-collapse: collapse;
	text-align: left;
	vertical-align: top;
	margin-top: 0;
	margin-bottom: 5px;
}

#kxArticle .ksthreeimagetable tbody{
text-align: left;
vertical-align: top;
margin-top: 0;
margin-bottom: 5px;

}

#kxArticle .ksthreeimagetable td 
{
	width: 210px;
	vertical-align: top;
	text-align: left;
	padding-right: 26px;
	padding-top: 3px;
}

#kxArticle .ksthreeimagetable img, .ksthreeimagetableRight img
{
	width: 208px;
	height: auto;
	margin-left: 0;
	vertical-align: top;
	margin-top: 0;
}

#kxArticle .ksthreeimagetableImgLeft  td
{
	width: 210px;
	vertical-align: top;
	margin-top: 0;
	margin-left: 0;
	padding-right: 26px;
	margin-bottom: 5px;
}

#kxArticle .ksthreeimagetableRight  td
{
	width: 210px;
	vertical-align: top;
	text-align: left;
	margin-left: 0;
}

#kxArticle .ksthreeimagetabletdRight  td
{
	width: 210px;
	vertical-align: top;
	margin-left: 0;
	padding-top: 3px;
	text-align: left;
}

#kxArticle .ksthreeimagetable p, .ksthreeimagetableRight p, .ksthreeimagetabletdRight p, .ksthreeimagetableImgLeft p
{
	vertical-align: top;
	margin-top: 0;
	margin-left: 0;
	padding-top: 0;
}

#kxArticle .descImg3ibredden
{
    width: 210px;
    border-spacing: 2px;
	margin-top: 5px;
	padding: 7px;
	color: #106f9b;
	z-index: 90;
	border: 1px solid #fff;
	border-top: none;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

/******************************************************************************************/
/******************************** ks tabletwoimage   **************************************/
/******************************************************************************************/
#kxArticle .descNonSliderImg3ibredden
{
    width: 300px;
    border-spacing: 2px;
	margin-top: 5px;
	padding: 7px;
	color: #106f9b;
	z-index: 90;
	border: 1px solid #fff;
	border-top: none;
    font-size: 90%;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

#kxArticle .descNonSliderImg2
{
    width: 300px;
    border-spacing: 2px;
	margin-top: 5px;
	padding: 7px;
	text-align: left;
	color: #106f9b;
	z-index: 90;
	border: 1px solid #fff;
	border-top: none;
    font-size: 90%;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

#kxArticle .descNonSliderImg2 *
{
	padding: 0;
	margin: 0;
	text-align: left;
}

#kxArticle .kstwoimagetable
{
	text-align: left;
	vertical-align: bottom;
	margin-top: 0;
	margin-bottom: 5px;
	font-size: small;
	font-variant: normal;
	font-style: normal;
}

#kxArticle .kstwoimagetable tbody
{
	text-align: left;
	vertical-align: top;
	margin-top: 0;
	margin-bottom: 5px;
	font-size: small;
	font-variant: normal;
	font-style: normal;
}

#kxArticle .kstwoimagetable td
{
	width: 300px;
	vertical-align: top;
	text-align: left;
	padding-right: 26px;
	padding-top: 3px;
	font-size: small;
	font-variant: normal;
	font-style: normal;
}

#kxArticle .kstwoimagetable  img
{
	height: auto;
	margin-left: 0;
	vertical-align: bottom;
	margin-top: 0;
}

#kxArticle .kstwoimagetableRight img
{
	height: auto;
	margin-left: 0;
	vertical-align: bottom;
	margin-top: 0;
}

#kxArticle .kstwoimagetableImgLeft
{
    padding-right: 26px;
}

#kxArticle .kstwoimagetableImgLeft img
{
	vertical-align: bottom;
	margin-top: 0;
	margin-left: 0;
}

#kxArticle .kstwoimagetableRight img
{
	vertical-align: bottom;
	text-align: left;
	margin-left: 0;
}

#kxArticle .kstwoimagetableImgLeft  td
{
	width:300px;
	vertical-align: bottom;
	margin-top: 0;
	margin-left: 0;
	padding-right: 26px;
	margin-bottom: 5px;
}

#kxArticle .kstwoimagetableRight td
{
	width: 300px;
	vertical-align: bottom;
	text-align: left;
	margin-left: 0;
}

#kxArticle #ksImageRight
{
	float: right;   
}

#kxArticle .descNonSliderImg
{
    border-spacing: 2px;
	margin: 5px;
	padding: 7px;
	background-color: rgba(230, 230, 230, .75);
	font-size: 13px;
	z-index: 90;
	border: 1px solid #fff;
	border-top: none;

	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

#kxArticle .descNonSliderImg *
{
	padding: 0;
	margin: 0;
	text-align: left;
}

/*************************MINDRE tabell 2 bilder ****************/
#kxArticle .kstwoimagetable2
{
	border-collapse: collapse;
	text-align: left;
	vertical-align: top;
	margin-top: 0;
	margin-bottom: 5px;
}

#kxArticle .kstwoimagetable2 tbody
{
	text-align: left;
	vertical-align: top;
	margin-top: 0;
	margin-bottom: 5px;
}

#kxArticle .kstwoimagetable2  td
{
	width: 210px;
	height: auto;
	margin-left: 0;
	vertical-align: top;
	margin-top: 0;
}

#kxArticle .kstwoimagetable2  img
{
	width: 208px;
	height: auto;
}

#kxArticle .kstwoimagetableImgLeft2  td
{
	width:210px;
	vertical-align: top;
	margin-top: 0;
	margin-left: 0;
	padding-right: 26px;
	margin-bottom: 5px;
}

#kxArticle .kstwoimagetableRight2 td
{
	width: 210px;
	vertical-align: top;
	text-align: left;
	margin-left: 0;
}

#kxArticle .descNonSliderImg2
{
    border-spacing: 2px;
	margin-top: 5px;
	padding: 7px;
	color: #106f9b;
	z-index: 90;
	border: 1px solid #fff;
	border-top: none;
    font-size: 90%;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

#kxArticle .descNonSliderImg2 *
{
	padding: 0;
	margin: 0;
	text-align: left;
}
/*******************************slutt mindre tobildertabell*******************/
/*************************** 1 bildeflyt H?yre********************************/

#kxArticle #ksImageRight
{
	float: right;   
}

#kxArticle .descNonSliderImg
{
    width: 300px;
    position: relative;
	margin: 0 auto;
	padding: 7px;
	display: table;
	font-size: 90%;
	z-index: 90;
	border: 1px solid #fff;
	border-top: none;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

#kxArticle .descNonSliderImg *
{
	padding: 0;
	margin: 0;
}

/********************************* graph    *******************************************/
/**********************************************************************************************/
/*                     FJERNET Da den er Inkludert i kx-ND-css, MS Juli 2018
#kxArticle .graphViewer {
    width: 100%;
    max-width: 640px;
    border: 1px solid #ccc;
    border-bottom: none;
}


#kxArticle .graphViewer.pie {
    border-bottom: 1px solid #ccc;
}



#kxArticle .subtext {
    width: 640px;
    color: #5E3525;
    padding: 0 7px 7px 15px;
    font-size: 90%;
    border: 1px solid #ccc;
    border-top: none;
}*/

/********************************* singleimage left and right     *****************************/
/**********************************************************************************************/
#kxArticle .descSingleImg
{
    width: 300px;
	padding: 7px;
	font-size: 90%;
	color: #5E3525;
	z-index: 90;
	border-top: none;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

#kxArticle .descSingleImg *
{
	color: #5E3525;
	padding: 0;
	margin: 0;
	text-align: left;
}

#kxArticle .kssingleimageLeft
{
	float: left;
	border-collapse: collapse;
	text-align: left;
	vertical-align: top;
	margin-bottom: 15px;
	margin-top: 7px;
	color: #5E3525;
}

#kxArticle .kssingleImageLeftClear
{
	float: right;  
	margin-left: 15px;
	margin-bottom: 15px;
	margin-top: 7px; 
	color: #5E3525;
	clear: both;
}

#kxArticle .kssingleImageRight
{
	float: right;  
	margin-left: 15px;
	margin-bottom: 15px;
	margin-top: 7px;
	color: #5E3525;
}

#kxArticle .kssingleimageLeft tbody
{
	text-align: left;
	vertical-align: top;
	margin-top: 0;
	margin-bottom: 5px;
}

#kxArticle .kssingleimageLeft td
{
	width: 300px;
	vertical-align: top;
	text-align: left;
	padding-top: 3px;
}

#kxArticle .kssingleimageLeft img, .kssingleImageRight img
{
	width: 300px;
	height: auto;
	margin-left: 0;
	vertical-align: top;
	margin-top: 0;
}

#kxArticle .ImageSingleimg
{
    clear: both;
}

#kxArticle .kssingleimageRight a, .kssingleimageLeft a
{
	text-decoration: none;
	border: 0 none;
}

#kxArticle .kssingleimageRight table
{
	float: right;
}

#kxArticle .kssingleimageRightText td
{
	float: right;
	width: 300px;
	vertical-align: top;
	margin-left: 0;
	padding-top: 3px;
	text-align: left;
}

#kxArticle .kssingleimageLeftText td
{
	width: 300px;
	vertical-align: top;
	margin-left: 0;
	padding-top: 3px;
	text-align: left;
}

#kxArticle .ksImageTextRight
{
    float: left;
	color: #5E3525;
}

#kxArticle .ksImageTextRightdesc
{
    font-size: 90%;
    text-align: left;
	color: #5E3525;
}

/******************************************************
************************table**************************
******************************************************/

#kxArticle .kstable1 tbody
{
	border: 0 none;  
	margin: 0; 
	padding: 0px;
}

#kxArticle .kstable1
{
	font-size: 90%;
	border-spacing: 0px;
	min-width: 100px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	margin-top:6px;
	margin-bottom:6px;
	border-left: 1px solid #9a928f;
	background-color: White;
	margin: 0px;
	padding: 0px;
}


#kxArticle .kstable1 tr
{
    border-left: 1px solid #9a928f;
    border-top: 1px solid #9a928f;
}

#kxArticle .kstable1 td
{
	padding: 6px;
	border-right: 1px solid #9a928f;
	border-bottom: 1px solid #9a928f;
}

#kxArticle .kstable1 th 
{
	padding: 6px;
	font-weight: bold;
	background-color: #f8eed0;
	background: -webkit-linear-gradient(#f8eed0, #C0B0AA);
	background: -o-linear-gradient(#f8eed0, #C0B0AA);
	background: -moz-linear-gradient(#f8eed0, #C0B0AA);
	background: linear-gradient(#f8eed0, #C0B0AA);
	border-top: 1px solid #9a928f;
	border-right: 1px solid #9a928f;
	border-bottom: 1px solid #9a928f;
	margin-top:6px;
	margin-bottom:6px;
}

#kxArticle .kstable1 th:first-child 
{
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
}

#kxArticle .kstable1 th:last-child 
{
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
}

#kxArticle .kstable1 tr:nth-child(2)
{
    background-color: #f8eed0;
    font-weight: bold;
} 

/**********************gradering th **************************/
#kxArticle .kstable2 tbody
{
	border: 0 none;  
	margin: 0; 
	padding: 0px;
}

#kxArticle .kstable2
{
	font-size: 90%;
	border-spacing: 0px;
	min-width: 100px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	margin-top:6px;
	margin-bottom:6px;
	border-left: 1px solid #9a928f;
	background-color: White;
	margin: 10px 0;
	padding: 0px;
}
    
#kxArticle .kstable2 tr
{
    border-left: 1px solid #9a928f;
    border-top: 1px solid #9a928f;
}

#kxArticle .kstable2 td
{
	padding: 6px;
	border-right: 1px solid #9a928f;
	border-bottom: 1px solid #9a928f;
}

#kxArticle .kstable2 th 
{
	padding: 6px;
	font-weight: bold;
	background-color: #f8eed0;
	background: -webkit-linear-gradient(#f8eed0, #C0B0AA);
	background: -o-linear-gradient(#f8eed0, #C0B0AA);
	background: -moz-linear-gradient(#f8eed0, #C0B0AA);
	background: linear-gradient(#f8eed0, #C0B0AA);
	border-top: 1px solid #9a928f;
	border-right: 1px solid #9a928f;
	border-bottom: 1px solid #9a928f;
	margin-top:6px;
	margin-bottom:6px;
}

#kxArticle .kstable2 th:first-child 
{
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
}

#kxArticle .kstable2 th:last-child 
{
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
}

#kxArticle .NewsListing tr:first-child h2
{
	margin-top: 0;
}

#kxArticle .NewsListing tr
{
	border-bottom: 1px dashed #ccc;
}

#kxArticle .date
{
	font-size: .9em;
}
.spacer {
    height: 20px;
}

#capcha 
{
	margin: 20px 0;
}
#pageBodycontent
{
padding-top:1em;
padding-bottom:1em;
}
#pageBodycontent a /* hack for å vise "riktig" cursor i treeview */
{
    cursor: pointer;
}

#pageBodycontent a.collapsedCaption
{
	font-size: .7em;
}
/******************************************************
************************RADIATIONSLIDER****************
******************************************************/

.radiationSlider
{
	position:relative;
	overflow: hidden;
	margin-left: 0px;
	margin-right: 10px;
	opacity: 0;
	background-color: #ececec;
	padding: 10px 10px 0px 0px;
}

.radiationSlider *
{
	position:absolute;
	top:0;
	left:0;
	z-index:8;
}

.radiationSlider img
{
    margin: 10px;
}

.radiationSlider .initial
{
	opacity: 0;
}

.radiationSlider .current
{
	opacity: 1;
	z-index: 9;
}

.radiationSlider .hidden
{
	opacity: 0;
	z-index: 10;
	transition: opacity .3s;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
}

.explHolder
{
	position: absolute;
}

.radiationSlider .expl
{
	position: relative;
	margin: 0 0 0 auto;
	width: 170px;
	display: none;
	color: #5E3525;
}

.radiationSlider .expl.current
{
	display: block;
}

.explHolder {
	font-size: 90%;
}

.buttons
{
	margin-bottom: 20px;
	background-color: #ececec;
	margin-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}

.buttons *
{
	background-repeat: no-repeat;
	background-color: #ececec;
	width: 30px;
	height: 30px;
	margin-right: 3px;
	border: 0 none;
}

.buttons .btnPlay
{
	background-image:url('/images/kx/playBtn.gif');
}

.buttons .btnPause
{
	background-image:url('/images/kx/pause.gif');
}

.buttons .btnNext
{
	background-image:url('/images/kx/nextBtn.gif');
}

.buttons .btnPrev
{
	background-image:url('/images/kx/backBtn.gif');
}

.buttons .btnFirst
{
	background-image:url('/images/kx/firstBtn.gif');
}

.buttons .btnLast
{
	background-image:url('/images/kx/lastBtn.gif');
}
