	/*
Diativ
http://www.diativ.no

*/

/* Import -------------------------------------------------------------- */



/* Global -------------------------------------------------------------------- */

body{
	font:14px/20px  "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#444444;
	background-image:url(images/body_bg.gif);
	background-color:#f7f7f7;
}
a{
	text-decoration:none;
  color: #22222;
  
}

a:hover{
	color:#222222;
	text-decoration:none;
}

a:focus{
	outline: none;
}
a:visited{
	text-decoration:none;
}
h1 {
	font-size:48px;
	font-weight: bold;
	color: #000;
}
h2 {
	font-size:15px;
	font-weight:bold;
	color: #444;
	text-transform: uppercase;
}
h3 {
	font-size:14px;
	font-weight:bold;
	color: #000;
}
h4 {
	font-size:24px;
	font-weight:bold;
	color: #2D2828;
  clear: both;
  padding-top: 15px;
  padding-bottom: 30px;

}
h5 {
	font-size:13px;
	font-weight:bold;
	color: #CE2930;
	text-transform: uppercase;
}
h6 {
	font-size:18px;
	font-weight:bold;
	color: #CE2930;
	text-transform: uppercase;
}





/* MENY -------------- */

#second_nav{
	font-style:normal;
	padding:11px 0 0 0;
	height: 140px;
	margin-bottom: 20px;
	background:#161616;
	background: -moz-linear-gradient(top, #222222, #111111);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#222222), to(#111111));
}

#second_nav a, #second_nav li.current-menu-item ul a{
	color:#fbfbfb;
	font-size: 15px;
	font-family: 'Proxima',Verdana,serif;
}

#second_nav a:hover,
#second_nav li.current-menu-item a,
#second_nav li.current-menu-item ul a:hover,
#second_nav li.selected > a {
	color:#c8272b;
}

#second_nav li{
	float:left;
	padding:30px 29px 30px 11px;
	/*background:url(images/second_nav_border.gif) center right no-repeat;*/
}

#second_nav li.last{
	float:left;
	padding:0 0 0 10px;
	background:none;
}

#second_nav ul ul{
	    background: url("../images/top_img.png") center top no-repeat ;
   
    margin-top: 40px;
    width: auto;

    padding-top: 9px;
	
}

#second_nav ul ul li{
	background:none;
	padding:10px 0 10px 0;
	background: url("../images/bg_01.png") repeat scroll 0 0 transparent;
	text-align: center;
	/*border-bottom:1px solid #1f1b1b;
	border-top:1px solid #332e2e;*/
}

#second_nav ul ul li:first-child{
	border-radius: 10px 10px 0 0;
}

#second_nav ul ul li:last-child{
	border-radius: 0 0 10px 10px ;
}

#second_nav ul ul ul{
	background:url(images/second_nav_bg.gif) repeat;
	margin:-7px 0 0 15px;
	padding:8px 15px 10px 15px;
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
}

#nav{
	border:1px solid #d5d5d5;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
	background:url(images/nav_bg.gif) repeat;
	height:43px;
	position:relative;
	z-index:1;
	margin:0 0 20px 0;
}

#nav li{
	border-right:1px solid #d5d5d5;
}

#nav li a{
	display:block;
	float:left;
	padding:16px 22px 15px 22px;
	color:#fbfbfb;
	font-weight:bold;
	text-shadow: 0 1px 1px rgb(255, 255, 255);
}

#nav li a:hover,
#nav li.current-menu-item {
	background:#fff;
}

#nav li.first a:hover{
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
}

#nav ul ul{
	background:url(images/nav_dropdown_shadow.gif) repeat-x top;
	padding:6px 0 0px 0px;
	margin:13px 0 0 -1px;
	border:1px solid #d5d5d5;
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	width:150px;
}

#nav ul ul ul{
	background:none;
	margin:-1px 0 0 30px;
	/* IE: margin:-1px 0 0 20px; */
	padding:0px 0 0 0;
	-webkit-border-top-right-radius:3px;
	-moz-border-radius-topright:3px;
}

#nav ul ul li{
	background:url(images/nav_dropdown_bg.gif) repeat;
	border:none;
	border-bottom:1px solid #e3e3e3;
	border-top:1px solid #fff;
}

#nav ul ul li.first{
	border-top:none;
}

#nav ul ul li.last{
	border-bottom:none;
}

#nav ul ul li.last a{
	padding-bottom:20px;
}

#nav ul ul li a{
	padding: 13px 20px 11px 19px;
	color:#777777;
	font-weight: normal;
}

#nav ul ul li a:hover{
	background:none;
	color:#444;
}
/*#menyWrapper {
	height: 79px;
	width: 1100px;
	margin: 0 auto;
	padding-top: 30px;
  }*/

/* MENY SLUTT -------------- */

.Logo {
	float: left;
	height: 50px;
	width: 200px;
	margin-right: 104px;
	margin-top: 10px;
}
#Wrapper {
	min-height: 100%;
}


/* SLIDER -------------- */

#Banner {
	float: left;
	height: 332px;
	width: 541px;
	background-image: url(images/header-small-bg.png);
}
#slider {
	width:525px;
	height:290px;
	display: block;
	position: relative;
	margin: 6px 0 0 8px;
}
#sliderholder {
	width:541px;
	margin:0 auto;
	position: relative;
	background:url(../images/loading.gif) no-repeat 50% 50%; 
}
#sliderholder img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

/* SLIDER SLUTT -------------- */

#News {
	float: right;
	background-color: #f7f7f7;
	padding: 7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border: 1px solid #eee;
	width: 352px;
}
#5344UndersideFormFieldWrapper {
	float: right;
	padding: 7px;
	width: 286px;
	background-color: #f7f7f7;
	border: 1px solid #eee;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	height: 503px;
}
#step123 {
	height: 125px;
	width: 960px;
	float: left;
	margin-top: 20px;
}
.NewsClass {
	float: right;
	height: 60px;
	width: 310px;
	font-size: 12px;
	background-color: #FFF;
	border: 1px solid #ececec;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 7px;
}
.NewsClass2 {
	float: right;
	height: 60px;
	width: 310px;
	font-size: 12px;
	background-color: #FFF;
	border: 1px solid #ececec;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
.NewsClass3 {
	float: right;
	height: 480px;
	width: 243px;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 7px;
	color: #666;
	background-color: #FFF;
	border: 8px solid #F7F7F7;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
}
.NewsClass4 {
  margin-top: 25px;
	float: right;
	height: 490px;
	width: 295px;
	font-size: 12px;
	margin-bottom: 7px;
	color: #666;
	background-color: #fff;
	border: 1px solid #dedede;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
    padding-top: 8px;
    padding-left: 9px;
}
.NewsClass:hover {
	background-color: #f8f8f8;
}
.NewsClass a {
	color: #000000;
}
.NewsClass a:active {
	color: #000000;
}
.NewsClass a:visited {
	color: #000000;
}
.NewsClass a:hover {
	color: #B5262A;
}
.NewsClass2:hover {
	background-color: #f8f8f8;
}
.NewsClass2 a {
	color: #000000;
}
.NewsClass2 a:active {
	color: #000000;
}
.NewsClass2 a:visited {
	color: #000000;
}
.NewsClass2 a:hover {
	color: #B5262A;
}

.StepWrapper {
	height: 35px;
	width: 40px;
	float: left;
	clear: right;
	padding-left: 29px;
}
.StepText {
	height: 120px;
	width: 235px;
	float: left;
	border-right: 1px solid #dedede;
	padding-right: 15px;
	color: #666;
}
.StepTextLast {
	height: 120px;
	width: 235px;
	float: left;
	padding-right: 15px;
	color: #666;
}
.ButtonGrey {
	padding: 8px;
	width: 170px;
	font-size: 14px;
	border: 1px solid #666;
	text-align: center;
	float: left;
	margin-top: 12px;
	text-transform: uppercase;
	font-weight: bold;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background-image: url(images/background_button.jpg);
	background-repeat: repeat;
}
.ButtonGrey a {
	color: #f8f8f8;
}
.ButtonGrey a:active {
	color: #f8f8f8;
}
.ButtonGrey a:visited {
	color: #f8f8f8;
}
.ButtonGrey a:hover {
	color: #dedede;
}
.Clear {
	clear: both;
	height: 10px;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
	background-image: url(images/header_bg.gif);
}
.NewsPictureWrap {
	float: left;
	height: 58px;
	width: 58px;
	margin-right: 20px;
	background-color: #ECECEC;
	border: 1px solid #dedede;
}
.NewsDatoMerkingIndex {
	float: right;
	height: 20px;
	width: 230px;
	text-align: right;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #666;
}
#Presentasjon {
	height: 60px;
	width: 931px;
	clear: both;
	background-color: #F0F0F0;
	padding-left: 29px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
}
.PresentasjonsWrapper {
	float: left;
	height: 35px;
	width: 730px;
	padding-top: 20px;
}
#NewsHeading {
	float: right;
	width: 346px;
	font-size: 12px;
	margin-bottom: 15px;
	text-align: right;
	font-weight: bold;
	padding-right: 24px;
	color: #444;
	background-image: url(images/header_bg.gif);
	height: 10px;
	display: block;
	margin-top: 5px;
}
.NewsHeadingText {
	background-color: #FAFAFA;
	float: left;
	margin-top: -7px;
	text-align: center;
	margin-left: 30px;
	padding-left: 5px;
	padding-right: 5px;
}
.FooterHeadingText {
    float: left;
    line-height: 10px;
    padding-right: 3px;
    text-align: center;
}
.FooterHeading {
    color: #FFFFFF;
    font-family: 'Klinic Slab M',serif;
    font-size: 20px;
    font-weight: 500;
    height: auto;
    margin-bottom: 38px;
    width: 100%;
    float: left;
}
#footer {
	width: 100%;
	background:#161616;
	background: -moz-linear-gradient(top, #222222, #111111);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#222222), to(#111111));
	position: relative;
	margin-top: -150px; /* negative value of footer height */
	height: 334px;
	clear:both;
}
#footerWrapper {
	width: 1100px;
	margin: 0 auto;
}
.FooterWrapperClass {
	float: left;
	height: 120px;
	width: 290px;
	padding: 15px;
	font-size: 12px;
	color: #FFF;
	margin: 92px 0;
}
.FooterWrapperClass2 {
	float: left;
	height: 120px;
	width: 220px;
	font-size: 12px;
	color: #666;
	text-align: center;
	margin: 91px 0;
}
#UndersideLeft {
	float: left;
	width: 640px;
	min-height: 350px;
	padding: 7px;
	margin-bottom: 20px;
}
.UndersideLeftMain {
	height: 100%;
	width: 620px;
	height: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;/* Form -------------------------------------------------------------------- */
}
.FormStyle {
	height: 30px;
	width: 240px;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	border: 1px solid #d5d5d5;
	color: #666;
	font-size: 12px;
	padding-left: 10px;
}
.FormStyleLEFT {
	height: 30px;
	width: 240px;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	border: 1px solid #d5d5d5;
	color: #666;
	font-size: 12px;
	padding-left: 10px;
}

.FormStyleBG {
	height: 30px;
	width: 240px;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	color: #666;
	font-size: 12px;
	padding-left: 10px;
  background-image: url(/images/pass_bg.jpg);
  background-repeat: no-repeat;
  	border: 1px solid #d5d5d5;
}
.MessageFormStyle {
	height: 100px;
	width: 240px;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	border: 1px solid #d5d5d5;
	color: #666;
	font-size: 12px;
	padding-left: 10px;
	padding-top: 7px;
}
.MessageFormStyleBliKund {
	height: 85px;
	width: 515px;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	border: 1px solid #d5d5d5;
	color: #666;
	font-size: 12px;
	padding-left: 10px;
	padding-top: 7px;
}
.FormButton{
	background:url(images/button_bg.gif) repeat-x;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	float:left;
	cursor:pointer;
	width:255px;
	color:#666666;
	font-size:13px;
	font-weight:bold;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	border: 1px solid #d5d5d5;
	height: 35px;
  clear: both;
}
.FormButton2{
/*	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	float:left;
	cursor:pointer;
	width:255px;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	border: 1px solid #666;
	height: 35px;
	background-image: url(/images/background_button.jpg);*/
	width:199px;
height: 54px;
background: #548045; /*the colour of the button*/
/*padding: 14px 14px 14px; apply some padding inside the button*/
border:1px solid #548045; /*required or the default border for the browser will appear*/
cursor:pointer; /*forces the cursor to change to a hand when the button is hovered*/
/*style the text*/
font-size: 20.34px;
font-family: 'Klinic Slab M', serif;
/*font-family:Oswald, sans-serif; Oswald is available from http://www.google.com/webfonts/specimen/Oswald*/
/*text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.3); give the text a shadow - doesn't appear in Opera 12.02 or earlier*/
color: #fff;
/*use box-shadow to give the button some depth - see cssdemos.tupence.co.uk/box-shadow.htm#demo7 for more info on this technique*/
-webkit-box-shadow: 0px 5px 0px #619151,-4px 5px 0px #619151, 4px 5px 0px #619151;
-moz-box-shadow: 0px 5px 0px #619151,-4px 5px 0px #619151, 4px 5px 0px #619151;
box-shadow: 0px 5px 0px #619151,-4px 5px 0px #619151, 4px 5px 0px #619151;
/*give the corners a small curve*/
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
font-weight: 500;
-webkit-font-smoothing: antialiased;
margin-left: 5px;
-webkit-font-smoothing: antialiased;
-moz-transition: all 0.2s ease-in;
-o-transition: all 0.2s ease-in;
-webkit-transition: all 0.2s ease-in;
-ms-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;
}
.FormButton2:hover {
	background-color: #619151;
}

#HeadingBorder {
	float: left;
	width: 640px;
	font-size: 12px;
	margin-bottom: 15px;
	text-align: right;
	font-weight: bold;
	color: #444;
	background-image: url(images/header_bg.gif);
	height: 10px;
	display: block;
	margin-top: 7px;
  clear: both;
}
#HeadingBorder2 {
	float: left;
	width: 300px;
	font-size: 12px;
	margin-bottom: 15px;
	text-align: right;
	font-weight: bold;
	color: #444;
	background-image: url(images/header_bg.gif);
	height: 10px;
	display: block;
	margin-left: 20px;
	margin-top: 7px;
}
.PictureWrapperUnderside {
	float: left;
	height: 150px;
	width: 150px;
	background-color: #ececec;
	margin-right: 20px;
	margin-bottom: 10px;
	border: 1px solid #dedede;
	padding: 7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
}
.UtbildningBilde {
	float: left;
	width: 100px;
	border: 1px solid #dedede;
	margin-right: 20px;
	margin-bottom: 15px;
        background-color: #f0eaea;
	text-align: center;
	color: #666;
	font-size: 14px;
	font-weight: bold;
        -moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.UtbildningBilde_sub {
	float: left;
	width: 70px;
	border: 1px solid #dedede;
	height: 70px;
	margin-right: 20px;
	margin-bottom: 20px;
	background-image: url(images/body_bg.gif);
	text-align: center;
	color: #666;
	font-size: 14px;
	font-weight: bold;
}
.Border {
	height: 10px;	
  width: 100%;
  padding-bottom: 15px;
	background: url(/images/hr.png) repeat-x 0 50% transparent;
}
.PrisOchKjopWrapper {
	float: left;
	height: 25px;
  clear: left;
	width: 430px;
	background-color: #ececec;
	padding-left: 10px;
	padding-top: 5px;
	font-style: italic;
	font-size: 12px;
	color: #666;
}
.PrisOchKjopWrapper_ovning_sub {
	float: left;
	height: 25px;
	width: 380px;
	background-color: #ececec;
	padding-left: 10px;
	padding-top: 5px;
	font-style: italic;
	font-size: 12px;
	color: #666;
}
.KjopButton {
	float: right;
	height: 25px;
  padding-right : 7px;
  padding-left: 7px;
	padding-top: 3px;
	font-size: 12px;
	color: #f8f8f8;
	margin-left: 15px;
	text-align: center;
	font-weight: bold;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	border: 1px solid #666;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-image: url(images/background_button.jpg);
	background-repeat: repeat;
}
.KjopButton_ovning {
	float: right;
	height: 25px;
  padding-right : 25px;
  padding-left: 25px;
	padding-top: 3px;
	font-size: 12px;
	color: #f8f8f8;
	text-align: center;
	font-weight: bold;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	border: 1px solid #666;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-image: url(images/background_button.jpg);
	background-repeat: repeat;
}

.Button-order {
  /*padding-bottom: 10px;
  padding-left: 13px;
  padding-right: 15px;
  padding-top: 10px;
  cursor: pointer;
	font-size: 12px;
	color: #f8f8f8;
	margin: 8px;
	text-align: center;
	font-weight: bold;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	border: 1px solid #666;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-image: url(images/background_button.jpg);
	background-repeat: repeat;*/
		min-width:199px;
height: 54px;
background: #548045; /*the colour of the button*/
/*padding: 14px 14px 14px; apply some padding inside the button*/
border:1px solid #548045; /*required or the default border for the browser will appear*/
cursor:pointer; /*forces the cursor to change to a hand when the button is hovered*/
/*style the text*/
font-size: 20.34px;
font-family: 'Klinic Slab M', serif;
/*font-family:Oswald, sans-serif; Oswald is available from http://www.google.com/webfonts/specimen/Oswald*/
/*text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.3); give the text a shadow - doesn't appear in Opera 12.02 or earlier*/
color: #fff;
/*use box-shadow to give the button some depth - see cssdemos.tupence.co.uk/box-shadow.htm#demo7 for more info on this technique*/
-webkit-box-shadow: 0px 5px 0px #619151,-4px 5px 0px #619151, 4px 5px 0px #619151;
-moz-box-shadow: 0px 5px 0px #619151,-4px 5px 0px #619151, 4px 5px 0px #619151;
box-shadow: 0px 5px 0px #619151,-4px 5px 0px #619151, 4px 5px 0px #619151;
/*give the corners a small curve*/
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
font-weight: 500;
-webkit-font-smoothing: antialiased;
margin:0 0 10px 12px;
}
.Button-green {
  padding-bottom: 10px;
  padding-left: 13px;
  padding-right: 15px;
  padding-top: 10px;
  cursor: pointer;
	font-size: 12px;
	color: #f8f8f8;
	margin: 8px;
	text-align: center;
	font-weight: bold;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	border: 1px solid #666;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-color: green;
	background-repeat: repeat;
}

.Button-default {
  padding-bottom: 10px;
  padding-left: 13px;
  padding-right: 15px;
  padding-top: 10px;
  cursor: pointer;
    font-size: 12px;
    color: #222 !important;
    margin: 8px;
    text-align: center;
    font-weight: bold;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    border: 1px solid #666;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    background-color: #EFEFEF;
    background-repeat: repeat;
}

.Button-startkurs {
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  cursor: pointer;
	font-size: 12px;
	color: #f8f8f8;
	margin: 8px;
	text-align: center;
	font-weight: bold;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	border: 1px solid #666;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-image: url(images/background_buttonred.jpg);
	background-repeat: repeat;
}

.Button-order2 {
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  margin-bottom: 15px;
  cursor: pointer;
	font-size: 12px;
	color: #f8f8f8;
	margin: 5px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #666;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-image: url(images/background_button.jpg);
	background-repeat: repeat;
}
.Button-grey{
  width: 162px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  cursor: pointer;
	font-size: 12px;
	color: #222222;
	margin: 5px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #666;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-color: #CDCDCD;
	background-repeat: repeat;

}
.Button-kursmaterial{
  width: 90px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  cursor: pointer;
	font-size: 12px;
	color: #222222;
	margin: 5px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #666;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-color: #CDCDCD;
	background-repeat: repeat;

}
.Button-ovning{
  width: 220px;
  padding-bottom: 10px;
  padding-left: 21px;
  padding-right: 21px;
  padding-top: 10px;
  cursor: pointer;
	font-size: 12px;
	color: white;
	margin: 5px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #666;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-color: coral;
	background-repeat: repeat;

}
.button-ovning li a:hover {
  color: #222222;
}


.UtbildningWrapper {
	float: left;
	height: 180px;
	width: 566px;
	padding: 15px;
	border: 1px solid #dedede;
	background-color: #fff;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	font-size:13px;
}
.UtbildningWrapper:hover {
	background-color: #f7f7f7;
}
.UtbildningsWrapperOutside {
	float: left;
	width: 599px;
	background-color: #f7f7f7;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	padding: 7px;
	border: 1px solid #eee;
	margin-bottom: 20px;
}

.UtbildningWrapper_sub {
	float: left;
	height: 60px;
	width: 566px;
	padding: 15px;
	border: 1px solid #dedede;
	background-color: #fff;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	font-size:13px;
        padding-bottom: 25px;
}
.UtbildningWrapper_sub:hover {
	background-color: #f7f7f7;
}
.UtbildningsWrapperOutside_sub {
	float: left;
	width: 599px;
	background-color: #f7f7f7;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	padding: 7px;
	border: 1px solid #eee;
	margin-bottom: 20px;
}
.BildeUnderside {
	float: left;
	height: 172px;
	width: 940px;
	margin-bottom: 20px;
	border: 1px solid #dedede;
	background-color: #fff;
	padding: 8px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
}
.LicensButton{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	float:left;
	cursor:pointer;
	width:165px;
	color:#FFF;
	font-size:13px;
	font-weight:bold;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	border: 1px solid #666;
	height: 27px;
	margin-right: 45px;
	text-align: center;
	padding-top: 7px;
	background-image: url(images/background_button.jpg);
	background-repeat: repeat;

}
.Licensbutton a:hover {
  color: white;

}
.Licensbutton a:link {
  color: white;

}
.LicensButton2{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	float:left;
	cursor:pointer;
	width:165px;
	color:#FFF;
	font-size:13px;
	font-weight:bold;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	border: 1px solid #666;
	height: 27px;
	text-align: center;
	padding-top: 7px;
	background-repeat: repeat;
	background-image: url(images/background_button.jpg);
}
.LicensWrapper {
	float: left;
	width: 165px;
	font-size:13px;
	text-align: center;
	height: 150px;
  background-color: white;
}
.LicensWrapper2 {
	float: left;
	width: 140px;
	padding: 10px;
	font-size:13px;
	text-align: center;
	height: 75px;
}
.LicensWrapperOutside {
	float: left;
	padding: 7px;
	font-size:13px;
	text-align: center;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	padding: 7px;
	border: 1px solid #eee;
	margin-bottom: 20px;
	background-color: #f7f7f7;
	width: 167px;
  height: 150px;
  position: relative;
  
	margin-right: 23px;
}
.KartWrapperOutside {
	float: left;
	background-color: #f7f7f7;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	padding: 7px;
	border: 1px solid #eee;
	margin-bottom: 20px;
}
.registreringLeft {
	float: left;
	width: 300px;
	margin-right: 20px;
}
.registreringRight {
	float: left;
	width: 300px;
}
.maincontent{
  clear: both;
  padding-top: 25px;
  padding-left: 20px;

}
.messages li {
  width: 500px;
  border: 1px solid #CDCDCD;
  text-align: center;
  background: url(/new/public/images/info_16.png) no-repeat 10px 50% #EEE;
  border-radius: 5px;
  margin-bottom: 15px;
  text-align: left;
  padding: 10px 10px 10px 35px;
}

/*-------- playlist ------*/

.playerwrapper{
float: left;


}

.player{
	float: left;
	background-image: url(/new/public/images/player_bg.jpg);
	background-repeat: no-repeat;
        margin-right: 20px;
	margin-bottom: 10px;	
	padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
        padding-bottom:80px;



}

.playlistwrapper{
	float: left;
	width: 180px;
	background-color: #ececec;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #dedede;
	padding: 7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
  padding-bottom: 15px;

}
.playlist{
	background-color: #fff;
	border: 1px solid black;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
  padding-bottom: 20px;
}
/*----  Form section -------- */
.inputleft{
  float: left;
  	height: 30px;
	width: 250px;
  clear: left;
  	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	border: 1px solid #d5d5d5;
  border-color: #CDCDCD;
  background-color: transparent;
  height: 20px;
  margin-right: 10px;
    margin-bottom: 10px;
    padding: 5px;
    
}
.inputright{
  height: 30px;
	width: 240px;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	border: 1px solid #d5d5d5;
  border-color: #CDCDCD;
  background-color: transparent;
  height: 20px;
  position: relative;
  top: -20px;
  float: right;
  clear: right;
  margin-bottom: 10px;
  padding: 5px;
}
.labelleft{
  width : 255px;
  background-color: transparent;
  height: 20px;
  font-size: 12px;
}
.labelright{
  float: right;
  width : 250px;
  background-color: transparent;
  height: 20px;
  clear: right;
  position: relative;
  top: -20px;
  font-size: 12px;

}
.labelrightlogin{
  float: right;
  width : 250px;
  background-color: transparent;
  height: 20px;
  clear: right;
  position: relative;
  top: -20px;
  font-size: 12px;
}
.red{
  color: red;
}

.zend_form{
background:#fff;
padding:0;
overflow:auto;
margin-left: auto;
margin-right: auto;
text-align: center;
}

.zend_form dt{
padding:0;
float:left;
margin:5px 5px 5px 0;
}

.zend_form dl{
padding:0;
float:left;

}

.zend_form dd{
padding:0;
float:left;
}

.zend_form p{
padding:0;
margin:0;
float: left;
}

.zend_form input{
margin:0 0 2px 0;
padding:0;
height: 30px;
}
.zend_form textarea{
 height: 75px;

}


.submit{
float:left;
}
.MyusersButton {
    float: left;
    height: 20px;
    padding-right : 7px;
    margin-right: 10px;
    padding-left: 7px;
    padding-bottom: 3px;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    color: #f8f8f8;
    margin-left: 15px;
    text-align: center;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    border: 1px solid #666;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    background-image: url(images/background_button.jpg);
    background-repeat: repeat;
}
.process {
	background-image: url(images/grey_bgs.jpg) !important;
	color: #222222 !important;
}

.MyusersDetailsButton {
	float: left;
	height: 30px;
  padding-right : 15px;
  margin-right: 10px;
  padding-left: 15px;
  padding-bottom: 3px;
  font-size: 12px;
  cursor: pointer;
	color: #f8f8f8;
	text-align: center;
	font-weight: bold;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	border: 1px solid #666;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-image: url(images/background_button.jpg);
	background-repeat: repeat;
}
.redtext {
	font-size: 12px;
	color: #000;
	margin-top: 10px;
	font-family: "Montserrat";
	font-size: 14px;
}
.greentext {
	font-size: 12px;
  color: #08bf5e;
	margin-top: 10px;
}
.InviteButton {
	height: 30px;
  padding-right : 15px;
  margin-right: 10px;
  padding-left: 15px;
  width: 200px;
  font-size: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  cursor: pointer;
	color: #f8f8f8;
	text-align: center;
	font-weight: bold;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	border: 1px solid #666;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-image: url(images/background_button.jpg);
	background-repeat: repeat;
}

.InviteButton2 {
	float: left;
	height: 30px;
  padding-right : 15px;
  margin-right: 10px;
  padding-left: 15px;
  padding-bottom: 3px;
  width: 210px;
  font-size: 12px;
  cursor: pointer;
	color: #f8f8f8;
	text-align: center;
	font-weight: bold;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	border: 1px solid #666;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-image: url(images/background_button.jpg);
	background-repeat: repeat;
}
a.button{
  color: #222222;
  background-color: #cccccc;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  padding: 10px;



}

.zend_form .MyusersButton {
	float: left;
	height: 20px;
  padding-right : 7px;
  margin-right: 10px;
  padding-left: 7px;
  padding-bottom: 3px;
  font-size: 12px;
  cursor: pointer;
	color: #f8f8f8;
	margin-left: 15px;
	text-align: center;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	border: 1px solid #666;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-image: url(images/background_button.jpg);
	background-repeat: repeat;
}
/* modified by preeth on 05/22/2012 */
.markAll {
    float:left;
    background-color: #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    color: #222222;
    padding: 10px;
    border:none;
    cursor:pointer;
    margin-top: 10px;
    width: 120px;
    margin-bottom: 20px;
}
.unMarkAll {
    float:left;
    background-color: #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    color: #222222;
    padding: 10px;
    border:none;
    cursor:pointer;
    margin-top: 10px;
    width: 130px;
    margin-bottom: 20px;
}
.ovning_label {
    display: block;
    float: left;
    height:20px;
    margin-top:-20px;
    width: 250px;
}
.ovning_list {
    width:238px;
    float:left;
    height:300px;
    overflow:auto;
    border:1px solid #CDCDCD;
    padding: 5px;
    margin-right: 25px;
}
.kurs_label {
    display: block;
    clear: left;
    height: 20px;
    width: 250px;
    margin-right: 25px;
}
.kurs_list {
    float:left;
    height:300px;
    overflow:auto;
    border:1px solid #CDCDCD;
    padding: 5px;
    margin-right: 25px;
}
.file_label {
    display: block;
    float: left;
    height:20px;
    margin-top:-20px;
    width: 250px;
}
.file_list {
    width:238px;
    float:left;
    height:auto;
    margin: 5px;
    padding: 5px;
}

.container {
	width: 100% !important;
	height: auto;
	overflow:auto;
}

.image_container{
	margin-top: 15px;
}

.intranet_left {
	float: left !important;
	text-align: left !important;
}

/* modified by preeth on 05/28/2012 */
.viewKursTextWrapper {
    margin-left: 136px;
}
/* modified by preeth on 06/05/2012 */
.row-records {
    clear: left;
    text-align: left;
    height: 25px;
    line-height: 25px;
    padding: 5px 0;
    -webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.row-records div {
    float: left;
    margin-right: 20px;
}
.row-head {
    font-weight: bold;
}
.row-blog {
    width:490px;
    margin-right: 20px;
    overflow: hidden;
}
.row-page {
    width: 110px;
    text-align: center;
    margin-right: 20px;
}
.clear-left {
    clear: left;
}
.float-none {
    float: none;
}
.tab_holder {
    height: 30px;
    border-bottom: 1px solid #444444;
    margin-bottom: 20px;
    width: 650px
}
.tab_01 {
    cursor: pointer;
    float: left;
    padding: 5px 10px 4px;
}
.tab_01.active {
    border-left: 1px solid #444444;
    border-top:  1px solid #444444;
    border-right: 1px solid #444444;
    font-weight: bold;
    border-bottom: 1px solid #ffffff;
}
/* modified by preeth on 06/06/2012 */
.checkbox_holder {
    height: 20px;
    margin-bottom: 10px;
}
.checkbox_holder .checkbox {
    float:left;
    margin-right: 5px;
    margin-top: 4px;
}
.image_holder {
    margin: 15px 0;
}
.image_holder img {
    width: 150px;
    height: 150px;
}
/* modified by preeth on 06/07/2012 */
#News {
    height: 260px;
}
/* modified by preeth on 07/30/2012 */
.mb_10 {
	margin-bottom: 10px;
}
/* modified by preeth on 28/9/2012 */
.Logo {
	margin-top: 0;
	width: auto;
	height: auto;
}
.Logo img {
	width: auto;
	height: auto;
}
/* modified by preeth on 03/10/2012 */
#second_nav, #footer {
	background: #2D3538;
}
/*#second_nav ul ul {
	background: url("../images/top_img.png") center top no-repeat ;
}*/
/*#second_nav ul ul li {
	border-bottom: 1px solid #141414;
	border-top: 1px solid #2E2E2E;
}*/
.FooterHeadingText {
	margin-top: 0;
	line-height: 10px;
	/*background: #000;*/
}
/* modified by preeth on 5/10/2012 */
.textarea {
	width: 650px;
	height: 400px;
	margin-bottom: 10px;
}
/* modified by preeth on 19/10/2012 */

/* added on 19/10/2012 */
.traffic {
    display: block;
    float: left;
    padding: 2px;
    height: 16px;
    width: 75px;
    background-position: center;
    background-repeat: no-repeat;
    text-decoration: none;
}
.traffic.red {
	background-image: url(images/Circle_Red.png);
}
.traffic.green {
	background-image: url(images/Circle_Green.png);
}
.traffic.yellow {
	background-image: url(images/Circle_Orange.png);
}
.traffic.pink {
    background-image: url(images/Circle_Pink.png);
}
.traffic.blue {
    background-image: url(images/Circle_Blue.png);
}
/* added on 24/10/2012 */
.check_label {
	display: block;
	clear: left;
	float: left;
	width: 300px;
}
/* added on 27/10/2012 */
a.mark_all {
	color: #222222;
	float: left;
	margin: 10px 20px 30px 0;
	background-color: #cccccc;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius: 3px;
	padding: 10px;
}
/* added on 6/11/2012  */
.w525 {
	width: 525px;
}
.f_left {
	float: left;
}
.excel_kurs {
	margin-bottom: 10px;
	margin-right: 5px;
	height: 175px;
	width:238px;
	clear: left;
    float:left;
    overflow:auto;
    border:1px solid #CDCDCD;
    padding: 5px;
}
/* added on 15/11/2012 */
table.grid {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.grid td {
	padding: 5px 3px;
}
table.grid .head {
	font-weight: bold;
}
table.grid .odd {
	background-color: #eee;
}
table.grid .even {
	background-color: #fff;
}
table.grid .red {
	text-decoration: none;
}
/* added on 19/11/2012 */
select.course {
	height: 30px;
	width: 245px;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	border: 1px solid #d5d5d5;
	border-color: #CDCDCD;
	background-color: transparent;
	padding: 5px;
}
/* added by preeth.prasad@litebreeze.com on 18/2/2013 4:04:29 PM */
.fs-12 {
	font-size: 12px;
}

/* added by preeth.prasad@litebreeze.com on 23/4/2013 5:33:29 PM */
.clear-b {
	clear: both;
	margin-bottom: 20px;
}
.data_grid {
	margin: 0;
	padding: 0;
	border: none;
}
.data_grid .Border {
	width: auto !important;
}
.data_grid td, .data_grid th {
	text-align: left;
	padding-right: 30px;
}
.data_grid td {
	padding-bottom: 15px;
}
.data_grid td.td2 {
	padding: 0;
	height: 25px;
}
.data_grid td.td3 {
	padding-bottom: 20px;
}
.data_grid td.p0 {
	padding: 0;
}
.data_grid tr.last td {
	padding-bottom: 0;
}

/* added by preeth.prasad@litebreeze.com on 26/4/2013 3:39:46 PM */
#alphabet_sort {
	float: left;
	clear: left;
	width: 100%;
	margin: 20px 0;
	text-align: center;
}
#alphabet_sort a {
	margin: 0 5px 0 0;
	color: #444444;
}
#alphabet_sort a:hover {
	text-decoration: underline;
}
.FooterWrapperClass p {
	color: #FFF;
	font-size: 13px;
}
#bottom_footer {

	 width: 100%;
	 height: 65px;
	 background-color: #FFF;
	 text-align: center;
	 line-height: 65px;
	 color: #444;
}
.kontact {
	margin-left: 16px;
	padding-bottom: 20px !important;
}
.prices {
	margin-left: 16px;
	padding-bottom: 20px !important;
}
.prices2 {
	margin-left: 18px;
	font-size: 15px;
	color: #222;
}
#second_nav ul li:last-child {
	padding-right: 0;
} 
/*** added for login name on 26/12/2013 ***/
.login_user {
    float: right;
    margin-right: 20px;
    margin-top: 18px;
    height: auto;
    color: #FFFFFF;
}
.login_user a {
	color: #FFFFFF;
}
.login_user a.red {
    color: #FF0000;
}
.login_user a:hover {
    text-decoration: underline;
}
/*added by ajith */

.hide_this
{
    display: none;
}
/* ajith end */
.Button-startkurs-mina {
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  cursor: pointer;
	font-size: 12px;
	color: #f8f8f8;
	margin:-9px 8px 0 8px;
	text-align: center;
	font-weight: bold;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	border: 1px solid #666;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-image: url(images/background_buttonred.jpg);
	background-repeat: repeat;
        display: block;
}
.Button-green-mina {
  padding-bottom: 10px;
  padding-left: 13px;
  padding-right: 15px;
  padding-top: 10px;
  cursor: pointer;
	font-size: 12px;
	color: #f8f8f8 !important;
	margin:-9px 8px 0 8px;
	text-align: center;
	font-weight: bold;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	border: 1px solid #666;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-color: green;
	background-repeat: repeat;
        display: block;
}
.Button-kursmaterial-mina{
  display: block;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  cursor: pointer;
	font-size: 12px;
	color: #222222;
	margin:-9px 8px 0 8px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #666;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-color: #CDCDCD;
	background-repeat: repeat;

}
.Button-ovning-mina{
  display: block;
  padding-bottom: 10px;
  padding-left: 21px;
  padding-right: 21px;
  padding-top: 10px;
  cursor: pointer;
	font-size: 12px;
	color: white;
	margin:-9px 8px 0 8px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #666;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-color: coral;
	background-repeat: repeat;

}
.Button-kursmaterial-mina-facit{
  display: block;
  width: 120px;
  float: left;    
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  cursor: pointer;
	font-size: 12px;
	color: #222222;
	margin:-9px 8px 0 8px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #666;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-color: #CDCDCD;
	background-repeat: repeat;

}

.no_link_style{
    color: inherit !important;
}




/*Plalist Start*/
.left_details_section {
    float:left;
    margin-right: 10px;
    width: 670px;
    min-height: 400px;
}
.right_details_section {
    background: #FFF;
    width: 303px;
    float: left;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 20px;
    max-height: 500px;
    overflow: scroll;
}
.right_details_section .curriculum_head {
    border-bottom: 1px solid #f1f2f0;
    text-align: center;
}
.right_details_section .curriculum_head h1 {
    margin-top: 0;
    font-family: "Klinic Slab",serif;
}
/* TIMELINE
末末末末末末末末末末末末末末末末末末末末末末末末末 */
.timeline {
    /*height: 170px;*/
    border-bottom: 1px solid #f1f2f0;
    overflow-y:auto; 
    overflow-x:hidden;
}
.timeline ul {
  background: #FFF;
  padding: 10px 0;
}
.timeline ul li {
  list-style-type: none;
  position: relative;
  width: 3px;
  /*margin: 0 auto;*/
  margin-left: 40px;
  padding-top: 13px;
  background-color: #f1f2f0;
  color: #a9a9a9;
  font-family: "Montserrat";
  font-size: 14px;
}
.timeline ul li.locked {
    background: url(images/lock.png) center center no-repeat #f1f2f0;
}
.timeline ul li.completed {
    background: url(images/tick.png) center center no-repeat #f1f2f0;
    color: #538045 !important;
}

.timeline ul li.completed a{
    color: #538045 !important;
}
.timeline ul li.completed a:hover{
    color: #538045 !important;
}

.timeline ul li:first-child {
    padding-top: 0;
}
.timeline ul li::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: inherit;
}
.timeline ul li div {
  position: relative;
  bottom: 0;
  width: 200px;
  padding: 5px 0;
  background: #FFF;
}
.timeline ul li div::before {
  content: '';
  position: absolute;
  bottom: 7px;
  width: 0;
  height: 0;
  /*border-style: solid;*/
}
.timeline ul li div {
  font-family: Montserrat !important;
  left: 25px;
}
.timeline ul li div::before {
  left: -15px;
  border-width: 8px 16px 8px 0;
  border-color: transparent #F45B69 transparent transparent;
}

.timeline ul li a{
    font-family: Montserrat !important;
    text-decoration: none;
    color: #a9a9a9 !important;
}

.timeline ul li a:hover{
    text-decoration: none;
    color: #000 !important;
}

.buttons_area {
    margin-top: 10px;
    padding-top: 20px;
}

.red_button_top {
    padding: 15px 0;
    text-align: center;
    text-transform: uppercase;
    border: none;
    border-radius: 12px;
    margin-bottom: 7px;
    font-size: 12px;
}

.green_button_top {
    width: 100%;
    height: auto;
    padding: 15px 0;
    text-align: center;
    text-transform: uppercase;
    background: #538045;
    border: none;
    border-radius: 12px;
    margin-bottom: 7px;
    font-size: 12px;
    color: #FFF;
    font-family: Montserrat !important;
    font-weight: 300;
}

.green_button_top:hover {
    background: #619151;
    cursor: pointer;
    cursor: hand;
}

.green_button_top a{
    text-decoration: none;
    color: #FFF;
}

.green_button_top a:hover {
    background: #619151;
    cursor: pointer;
    cursor: hand;
}

.grey_button_top {
    width: 100%;
    height: auto;
    padding: 15px 0;
    text-align: center;
    text-transform: uppercase;
    background: #a9a9a9;
    border: none;
    border-radius: 12px;
    margin-bottom: 7px;
    font-size: 12px;
    color: #FFF;
    font-family: Montserrat !important;
    font-weight: 300;
}

.grey_button_top:hover {
    background: #808080;
    cursor: pointer;
    cursor: hand;
}

.grey_button_top a{
    text-decoration: none;
    color: #FFF;
}

.grey_button_top a:hover {
    background: #808080;
    cursor: pointer;
    cursor: hand;
}


.playlist_btn_div{
	width: 100%;
	height: auto;
	padding: 15px 0;
}

.pl_btn_span{
	width:100%
}

.curriculum_head h2{
    font-size: 25px;
}
.curriculum_head{
    padding-bottom: 15px;
}


/*Plalist End*/

.thumb_img{
	max-width: 30px !important;
	height: auto !important;
}

.varktyg_row{
	padding-top: 23px;
	padding-bottom: 23px;
}

.txt_black{
	color: #222222;
}
.sm_input{
	width: 50px;
}

.btn_text{
	padding-left: 20px;
	padding-right: 20px;
}
.halfcol{
	min-width:200px;
	max-width:50%;
	margin: none;
}

.list_row{
	/*list-style-type: disc !important;*/
	list-style: none;
}

.sub_item{
	margin-top: 2px;
	margin-left: 20px;
}

.level0 {
	background-color: #bbddff;
}
.level1 {
	 background-color: #d7e7ff;
}
.level2 {
	 background-color: #d7e7ff;
}
.vlist_item{
	padding: 10px;
	margin-top: 2px;
}

.vlist_item:hover{
	cursor: pointer;
}

.vlist_image{
	max-width: 100%;
	height:auto;
	margin-bottom: 25px;
}
.vlist_file{
	cursor: pointer;
    height: auto;
    width: 7%;
}
.list_div{
	width: 40%; 
	float: left;
}
.list_div_img{
	width: 60%; 
	float: left;
}
.vlist_sel_btn{
	background-color: #548045 !important;
	color: #fff !important;
}
.vlist_sel_li{
	font-weight: bolder;
}
.success_div{
	color: #295601;
	background-color: #b4f57b; 
}
.danger_div{
	color: #dc0202 !important;
	background-color: #f97272 !important; 
}

.intranet_thumb_img{
	width: 100px !important;
	height: auto !important;
}

.intranet_header_logo{
	height: 79px !important;
	width:auto !important;
}

.red_override{
	background-image: none !important;
}

.float-right {
	float: right !important;
}

.alert-expiry {
	margin-left: 55px;
	font-size: large;
}

.text-center {
	text-align: center !important;
}
.fragor_content {
	max-width: 666px;
	padding-bottom: 18px;
	padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}
.input-item {
	margin-top: 5px;
}
.fragor_image_container {
	width: 675px;
	min-height: 800px;
	float: left;
	padding-left: 10px;
}
.fragor_image {
	display: none;
}
.question-head {
	float: left;
}
.fragor-item {
 	background-color: #EAEAE5 !important;
 	margin-top: 5px;
 	overflow: hidden;
 	height: auto;
}
.fragor_content h3 {
	float: left;
	width: 100%;
}
#vlist_file_div {
	display: block;
	text-align: center;
	vertical-align: middle;
	line-height: normal;
	margin-top: 300px;
}
.fQuestions {
	width: 50%;
	float: left;
}
.fSections {
	width: 45%;
	float: left;
	margin-left: 40px;
}
.section-row-blog {
	width: 350px;
	margin-right: 20px;
	overflow: hidden;
}
.section-row-page {
	width: 110px;
	text-align: center;
	margin-right: 20px;
	float: right !important;
}
.addSection {
    margin-top: 20px;
}
#section_name {
    height: 20px;
    width: 300px;
}

.FaqSectionHeader {
    box-sizing: border-box;
    clear: both;
    font-weight: bold;
    width: 100%;
    background-color: #BBDDFF;
    padding: 8px;
    border-top: 1px solid #FFFFFF;
    margin-top: 0;
    margin-bottom: 0;
}
.fragor_content a {
    color: #000000;
    text-decoration: none;
}
.FaqPlusIcon, .FaqMinusIcon {
    float: right;
    width: 20px;
    height: 20px;
}
.FaqSection {
    box-sizing: border-box;
    display: none;
    width: 100%;
    overflow: hidden;
    border-left: 0px;
    margin-left: 0px;
    padding-left: 22px;
}
.FaqEntry {
    float: left;
    clear: both;
    width: 100%;
    background-color: #D7E7FF;
    border-top: 1px solid #FFFFFF;
    padding: 6px;
}
.FaqQuestion {
    box-sizing: border-box;
    float: left;
    max-width: 85%;
}
.FaqPlusIcon {
    display: inline;
}
.FaqMinusIcon {
    display: none;
}
.fragor-container {
	 max-width: 666px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}
.fragor-title {
	float: left; 
	margin-top: 0px; 
	padding-top: 0px;
	font-size: 20px;
    font-weight: bold;
    clear: both;

}
.FAQ {
	margin-top: 20px;
}
.answer-content {
	margin-top: 12px;
}
.back-link {
	float: right;
	color: #000;
	text-decoration: underline;
}
.back-link a{
	color: #000;
	text-decoration: underline;
}
.search-box {
    height: 22px;
    width: 200px;
}
.search_submit_button {
    color: #f8f8f8;
    background-image: url(images/background_button.jpg);
}
.search_input{
    width: 250px;
    clear: left;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    border: 1px solid #d5d5d5;
    border-color: #CDCDCD;
    background-color: transparent;
    height: 20px !important;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 5px;
}
.search_select {
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist;
    height: 32px !important;
    padding: 5px;
}

.full_width {
    width: 100% !important;
}

.header_full_width {
    width: 1175px;
}
.breadcrumbs-section .breadcrumb {
    background-color: transparent !important;
    margin-bottom: 0;
    padding-top: 8px;
    padding-bottom: 8px;
}
.breadcrumbs-section + .container .category_select {
    margin-top: 15px;
}
.breadcrumbs-section .breadcrumb > li + li::before {
    content: "\00BB";
    color: #000;
    padding: 0;
}
.breadcrumbs-section .breadcrumb > li {
    display: inline-block;
}
.breadcrumbs-section .breadcrumb > li a{
    color: #000;
}
.breadcrumbs-section .breadcrumb > .active {
    color: #000;
}
.form-errors {
    color: #FF0032;
    padding-bottom: 10px;
}
.form-errors li {
    padding-bottom: 5px;
}
.success_text {
    color: #619251;
}
.green-link-button {
    background-color: #548144 !important;
    color: #F8F8F8 !important;
    font-size: 12px;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    margin-right: 10px;
}
.danger-link-button {
    background-color: #F97272 !important;
    color: #F8F8F8 !important;
    font-size: 12px;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    margin-right: 10px;
}
.link-button {
    box-sizing: border-box;
    border-width: 2px;
    border-style: outset;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial;
}
.mar-top {
    margin-top: 5px;
}
.mar-bottom {
    margin-bottom: 5px;
}
.payment_status_filter {
    margin-left: 15px;
    margin-right: 5px;
}
.mini-text {
    height: 30px;
    width: 200px;
}
.search-filters {
    float: left;
}
.export-btn {
    width: 200px;
    float: right;
    margin-right: 133px;
}
.srch-btn {
    float: right;
    height: 36px;
    margin-left: 8px;
}
.sortOption {
    margin-top: 10px;
}
.danger_text{
    color: #FF0000;
}