﻿@charset "UTF-8";

@import url(https://fonts.googleapis.com/css?family=Oswald&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Tinos&subset=latin,latin-ext);
/* ORANGE: 231, 106, 11/#E76A0B */

html
{
	height:100%;
}

body
{
	margin: 0;
	padding: 0;
	font-family: 'Tinos', serif;
	height: 100% !important;
}


#skrollr-body
{
	height: 100%;
	overflow: visible;
	position: relative;
}

a
{
	color:#087496;
	text-decoration:none;
}

a img
{
	border-style: none;
}

section
{
	display: block;
}

#wrapper 
{
    margin: 0 auto;
    position: relative;
}

#bg, #bgBlack
{
	position: fixed;
	top: 0;
	min-width: 100%;
	min-height: 100%;
	z-index: -1;
}

#bg
{
   /* background: url(../images/ICGI/20120228-MIP-interface-background-only.png) no-repeat;
    background-size: cover;*/
}

#bgBlack
{
     background: url(../images/ICGI/blackboard-bg-1024.jpg) no-repeat;
     background-size: cover;
     background-attachment: fixed;
}
.eublue
{
color: #003399;
}
.bg-blue
{
background-color: #dee8fb;
}
.required:before {
content: " *";
color:red;
vertical-align: top;
}
.check-space input[type="checkbox"] 
{ 
    margin-right: 5px; 
}

.checkboxlist input {
        font: inherit;
     
        color: #494949;
        margin-bottom: 5px;
        margin-right: 6px !important;
    }
 .checkboxlist label {
        font: inherit;
      
       
        margin-bottom: 10px;
        margin-top: 10px;
    }
#exTab2 h3 {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}


/* change border radius for the tab , apply corners on top*/


.nav-tabs .nav-item{
    margin-bottom: 1px;
    padding: 1em;

border: 1px solid #ddd;
border-radius: 5px 5px 0 0;
margin-right: 0.5em;
}

.nav-tabs .nav-item a{
    
font-weight:normal;
text-decoration: underline;


}
.nav-tabs .nav-item a.active{
    
font-weight:bold;
text-decoration: none;

}
.nav-tabs .nav-item.active {

background-color: white;
color:#007bff;
border-bottom: none;
font-weight:bold;

}
.nav-tabs .active {

    background-color: white;
color:#007bff;
border-bottom: none;
font-weight:normal;
font-attribute:underline;
}
#exTab2 .tab-content {
   padding : 5px 15px;
}

.supportedby {
    display: inline-block;
    min-width: 325px;
    height: 75px;
    overflow: hidden;
    background-size: contain;
    background-repeat: no-repeat;
    max-height: 80px;
    margin-bottom: 1em;
}

.supportedby.iocn{
    background-image: url(/images/icgi/iocn.png); /* no-repeat 6px 0px*/
    background-size: contain;
	max-height: 70px;
    margin-bottom: .6em;
	margin-left:5px;
}

.supportedby.karolinska {
    background-image: url(/images/icgi/Karolinska_CCC.jpg)/* no-repeat 6px 0px*/;
	   background-size: contain;
	max-height: 70px;
    margin-bottom: .6em;
	width=250px;
	margin-left:5px;
}
.supportedby.eu {
    background-image: url(/images/icgi/EU.jpg)/* no-repeat 6px 0px*/;
	   background-size: contain;
	max-height: 70px;
    margin-bottom: .6em;
	margin-left:5px;
}
.supportedby.ous {
    background-image: url(/images/icgi/OUS_CMYK.jpg) /*no-repeat 0px 0px*/;
    background-size: contain;
    max-height: 70px;
    margin-bottom: .6em;
	margin-left:5px;
}
.supportedby.sahlgrenska {
    background-image: url(/images/icgi/Sahlgrenska_CCC.jpg) /*no-repeat 0px 0px*/;
    background-size: contain;
    max-height: 70px;
    margin-bottom: .6em;
}
    .supportedby:hover::after {
        font-family: 'Bootstrap-icons';
        vertical-align: middle;
        margin-right: 0.25em;
        content: '\F1C3';
        background-position-x: right;
        text-align: end;
        float: right;
        padding-top: 0.2em;
    }












h1, h2, h3, h4, h5, .panels p
{
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
}

h1
{
    font-size: 2.4em;
    text-transform: uppercase;
}

article section, #contactform
{
   font-family: 'Tinos', serif;
   color: #4c4c4c;
}

.allcaps
{
    text-transform: uppercase;
}

.clear 
{
    clear: both;
    display: block;
}

nav a
{
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 0.9em;
}

header nav a
{
    text-transform: uppercase;
	color: #efefef;
}

ul, menu, dir
{
	display: block;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.hidden
{
    display: none !important;
}

#notSupported
{
	position: absolute;
	width: 100%;
	margin-top: 5%;
	z-index: 1000;
	display: block;
}

html.js.borderradius.cssgradients.csstransitions.fontface.generatedcontent #notSupported
{
	display: none;
}

#notSupported div.content
{
	width: 400px;
	margin: 0 auto 0 auto;
	padding: 20px;
	background-color: #eee;
	border: 5px solid orange;
}

#notSupported a
{
	background-color: #fff;
	padding: 3px;
}

#notSupported a:hover
{
	font-weight: bold;
}

#notSupported a.dismiss
{
	display: block;
	margin-top: 20px;
}

#headContainer
{
    height: 150px;
    max-height: 170px;
}

#beigeLine, #navBlueLine
{
    
}

#navBlueLine
{
   height: 28px;
}


/**

* HEADER, SOCIAL AND SEARCH

**/

header
{
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.beige
{
    background-color: #fff;
}

.blue
{
    background-color: #408B9E;
}

.lightblue
{
	background-color: #B2DDEB;
}

#icgiLogo
{
   padding: 3px 0px 6px;
}

.icgiHome
{
    display: inline-block;
    width: 420px;
    height: 70px;
    background: url(-/media/ICGI/ICGI_images/ICGI-logo-full-name.png) no-repeat 0 ;
    position: relative;
    background-size: 100%;
}


header div.center div:not(.box-shadow-menu)
{
	display: inline-block;
}

.center
{
	margin-left: auto;
	margin-right: auto;
	max-width: 974px;
}

.block
{
    display: block;
}

.liste
{
	border: 1px solid #C0C0C0;
	background-color: #F0F0F0;
	width: 584px; 
	height: 180px; 
	overflow: scroll; 
	position: relative;
	left: 39px;
	top: 813px;
}

#socialicons {
    vertical-align: top;
    margin-top: 28px;
}

#socialicons a
{
    -o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
    display: inline-block;
    width: 25px;
    height: 25px;
    position: relative; 
}

#socialicons .google 
{
    width:32px;

}

#socialicons a:hover:not(.youtube):not(.facebook):not(.mynewsdesk)
{
    background-position-y: -150px;
}

#socialicons a:hover.youtube, a:hover.facebook,  a:hover.mynewsdesk
{
   background-position-y: -239px;
}

.linkedin
{
    background: url(/images/ICGI/iconsICGIweb.png) no-repeat -368px -180px;
   }
.mynewsdesk
{
     background: url(/images/ICGI/iconsICGIweb.png) no-repeat -286px -270px;
}
.twitter
{
    background: url(/images/ICGI/iconsICGIweb.png) no-repeat -64px -180px;
}

.google
{
    background: url(/images/ICGI/iconsICGIweb.png) no-repeat -284px -181px;
}

.facebook
{
    background: url(/images/ICGI/iconsICGIweb.png) no-repeat -64px -270px;
}

.youtube
{
    background: url(/images/ICGI/iconsICGIweb.png) no-repeat -144px -271px;
}

#searchAll {
    width: 185px;
    margin: 30px 0 0 80px;
    vertical-align: top;
}

#searchAll input
{
	height: 30px;
	border: 0;
	background-color: #fff;
	color: #666;
    font-size: 1.1em;
    font-family: "tinos", Sans-Serif;
    font-weight: 100;
    display: inline-block;
	vertical-align: top;
border: 1px solid #888;


/**************UNTIL GOOGLE or NEW SARCH is available ***************************/
}

.search-submit{
border:0!important;
	
}
#websites-nav li a#pager-16, #websitesNavCirc li a#pager-16
{
	background:url('/~/media/ICGI/ICGI_images/X-icons/frontpage/DoMore-mini24.gif') rgba(255, 255, 255, 0);
}
#searchAll input[type=text]
{
	width: 225px;
	display: inline-block;/**************UNTIL GOOGLE or NEW SARCH is available ***************************/
}

/* Altimetrics css start*/



.altmetric-embed img{
 
   width: 38px;
  
  height: 38px;

}

/* Altimetrics css end*/

/**

* Navigation in header 

**/

.menu
{
	position: relative;
}

.menu a, .leftmenu a
{
	font-size: .8em;
	letter-spacing: .05em;
}

.menu a, .menu .showSubMenu
{
	position: relative;
	min-height: 20px;
	margin: 0 -4px;
	padding: 3px 20px;
	display: inline-block;
}

.menu a:hover
{
	background-color: #9FC7D5;
	color: #fff;
}

.menu .active
{
	background: #B2DDEB;
	color: #333;
}

.menu .showSubMenu, .box-shadow-menu, .menu ul, .sub-nav div
{
	display: none;
}

.menu ul.active
{
	display: block;
	position: absolute;
	top: 26px;
	right: 0;
	margin: 0 -4px;
	min-width: 123px;
	z-index: 100;
	background: #408B9E;
}

.menu a.sites:after
{
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	background: url(/images/playArrows.png) -17px 2px no-repeat;
}

.sub-nav div.active
{
	display: block;
}

.sub-nav.menu a, #submenu.menu.sub a
{
	color: #333;
    text-transform: initial;

}

.sub-nav.menu a.active, #submenu.menu.sub a.active
{
	/*background: #6B9EAF;
	color: #fff;*/
   border-bottom: 3px solid #6B9EAF ;
    /* color: #fff; */
    outline: transparent auto 0;
}

.menu #siteList a
{
	margin: 0;
	width: 100%;
	min-width: 150px;
	box-sizing: border-box;
	padding: 5px 20px 5px 35px;
	background-size: 20px !important;
	background-position: 5px center;
	background-repeat: no-repeat;
	background-color: #eee;
	color: #333;
}

#siteList a:hover:after
{
	content: "";
	position: absolute;
	width: 20px;
	height: 100%;
	top: 0;
	right: 0;
	background: url(/images/ICGI/external_link-48.png) center no-repeat;
	background-size: 15px;
}


/**
 *	SEARCH
**/

.search
{
	position: relative;
	width: 175px;
	top: 3px;
    left: 660px;
    z-index: 100;
}

.search.scholar
{
}

/*.search input
{
	width: 150px;
	height: 12px;
}*/
input {
	outline: none;
}
input[type=search] {
    -webkit-appearance: textfield;
    /* -webkit-box-sizing: border-box; */
    font-family: inherit;
    font-size: 100%;
    border: none;
    padding: 8px 5px 5px;
    width: 90%; /*endret denne slik at searchikonet kommer opp til høyre for input type search*/
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
	display: none; 
}

input[type=search]:focus {
	/*width: 130px;*/
	background-color: #fff;
}


input:-moz-placeholder {
	color: #999;
    font-size: .8em;
}
input::-webkit-input-placeholder {
	color: #999;
     font-size: .8em;
}

/* Demo 2 */
.searchicon{

}

.search-submit {
   background: url(/images/ICGI/iconsICGIweb.png) no-repeat -364px -276px;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    background-color: transparent !important;
    content: none;
    border: 0 none;
    height: inherit;
    width: 15%;
    padding: 8px 5px 10px 2px;
    margin-left: -35px;
    overflow: hidden;
}
#demo-2 input[type=search] {
	padding-left: 10px;
	cursor: pointer;
	float: right;
	vertical-align: top;
	
}
#demo-2 input[type=search]:hover {
	color:#333;
}
#demo-2 input[type=search]:focus {
	width: 70%;
	padding-left: 32px;
	color: #666;
	background-color: #fff;
	cursor: auto;
}
#demo-2 input:-moz-placeholder {
	color: transparent;
}
#demo-2 input::-webkit-input-placeholder {
	color: transparent;
}
.search .btn
{
	width: 150px;
}


/**
 *	LEFT COLUMN
**/

#leftcol
{
	position: relative;
	/*width: 220;hiding width to make rome for icgi 15yrs. video*/
	/*margin: 0 0 230px;*/
	float: left;
}

#leftcol.min
{
	margin: 40px 0 0 -14px;
}

a.login
{
	position: absolute;
	top: 150px;
	left: -90px;
	display: block;
	opacity: 0;
	font-size: .8em;
	z-index: 1000;
	
	-webkit-transition: opacity .3s, top .3s;
	-moz-transition: opacity .3s, top .3s;
	-o-transition: opacity .3s, top .3s;
	-sand-transition: opacity .3s, top .3s;
	transition: opacity .3s, top .3s;
}


/**
 *	SOCIAL BARS
**/

.socialcol
{
	position: relative;
	min-height: 500px;
	float: left;
	z-index: 20;
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.4);
	
	background: rgb(160, 198, 229);
	background: -webkit-linear-gradient(rgb(160, 198, 229) 30%, rgb(91, 133, 167));
	background: -moz-linear-gradient(rgb(160, 198, 229) 30%, rgb(91, 133, 167));
	background: -o-linear-gradient(rgb(160, 198, 229) 30%, rgb(91, 133, 167));
	background: -ms-linear-gradient(rgb(160, 198, 229) 30%, rgb(91, 133, 167));
	background: linear-gradient(rgb(160, 198, 229) 30%, rgb(91, 133, 167));
	display: none;/*hiding social media columns to make rome for icgi 15yrs. video*/
}

.socialcol .socialbar
{
	width: 48px;
	height: 100%;
    /*margin-bottom: 300px;*/
	
	-webkit-transition: width .3s;
	-moz-transition: width .3s;
	-o-transition: width .3s;
	-sand-transition: width .3s;
	transition: width .3s;
}

.socialcol .socialbar.exp
{
	width: 170px;
}

.socialcol .socialbar i
{
	position: absolute;
	height: 50px;
	width: 48px;
	background-size: 50px !important;
	
	-webkit-transition: width .3s;
	-moz-transition: width .3s;
	-o-transition: width .3s;
	-sand-transition: width .3s;
	transition: width .3s;
}

.socialcol .socialbar.exp i:hover:before
{
	position: absolute;
	margin: 10px 0 10px 83%;
	width: 20px;
	height: 20px;
	content: '_';
	border: 2px solid #fff;
	border-radius: 15px;
	text-align: center;
	font-weight: bold;
	font-style: normal;
	font-size: 17px;
	background: #ccc;
	color: #fff;
	padding-bottom: 4px;
}

.socialcol #twitterbox .twtr-hd
{
	background: #fff;
}

.socialcol #twitterbox .twtr-bd
{
	background: rgba(255, 255, 255, .4);
}

.socialcol #twitterbox .twtr-ft a
{
	color: white !important;
}

.socialcol #twitterbox .twtr-tweet
{
	border-bottom: 1px dotted #fff;
}

.socialcol #twitterbox h3
{
	font-size: 16px !important;
	margin: 7px 0 0 40px!important;
}

.socialcol #twitterbox h4
{
	display: none;
}

.socialcol  .socialbar.exp i
{
	width: 170px;
}

.socialcol .socialbar ul
{
	margin-top: 50px;
	display: none;
}

.socialcol .socialbar.exp ul
{
	display: block;
	overflow: hidden;
	height: 100%;
}

.twitterbar
{
	float: left;
	
	background: rgba(156, 229, 253, .2);
	background: -webkit-linear-gradient(rgb(156, 229, 253) 20%, rgba(255, 237, \, 0.5));
	background: -moz-linear-gradient(rgb(156, 229, 253) 20%, rgba(255, 237, 199, 0.5));
	background: -o-linear-gradient(rgb(156, 229, 253) 20%, rgba(255, 237, 199, 0.5));
	background: linear-gradient(rgb(156, 229, 253) 20%, rgba(255, 237, 199, 0.5));
}

.twitterbar i
{
	background: rgba(255, 255, 255, .5) url(/~/media/ICGI/ICGI_images/X-icons/frontpage/twitter.png) no-repeat;
}

.tweetlist
{
	margin: 0 5px;
}

.rgbar
{
	float: left;
	
	background: rgba(142, 201, 171, .2);
	background: -webkit-linear-gradient(rgb(142, 201, 171) 20%, rgba(230, 250, 230, .6));
	background: -moz-linear-gradient(rgb(142, 201, 171) 20%, rgba(230, 250, 230, .6));
	background: -o-linear-gradient(rgb(142, 201, 171) 20%, rgba(230, 250, 230, .6));
	background: linear-gradient(rgb(142, 201, 171) 20%, rgba(230, 250, 230, .6));
}

.rgbar i
{
	width: 34px;
    height: 34px;
    background: url(/images/ICGI/iconsICGIweb.png) no-repeat -64px -184px;
    position: relative; 
}

.rg-plugin
{
	margin: -8px 0 0 -8px;
}

#fbbar
{
	float: right;
}

#fbbar i
{
	background: rgba(255, 255, 255, .5) url(/~/media/ICGI/ICGI_images/X-icons/frontpage/facebook-logo.png) no-repeat;
}

#fbbar ul
{
	background: rgba(255, 255, 255, .5);
}

#fbbar .fb-page/*, #fbbar .fb-page > span, #fbbar .fb-page > span > iframe*/
{
	height: 100% !important;
}

/**
 *	IMI INFO
**/

#imiinfo
{
	position: absolute;
	top: 20px;
	left: -140px;
	width: 140px;
	height: 110px;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	color:  rgba(255, 255, 255, .5);
	overflow: hidden;
	z-index: 1000;
	
	-webkit-perspective: 250;
	-webkit-perspective-origin: 50% 20% 0;
	
	-moz-perspective: 250px;
	-moz-perspective-origin: 50% 20% 0;
	
	-o-perspective: 250px;
	-o-perspective-origin: 50% 20% 0;
	
	-sand-perspective: 250px;
	-sand-perspective-origin: 50% 20% 0;
	
	perspective: 250px;
	perspective-origin: 50% 20% 0;
}

#imiinfo *
{
	padding: 0;
	margin: 2px 0;
	text-align: right;
	width: 100%;
}

#imiinfo h3
{
	border-bottom: 5px solid rgba(255, 255, 255, .5);
}

#imiinfo .sex
{
	height: 20px;
	background: url(/~/media/ICGI/ICGI_images/X-icons/frontpage/female-male-symbols-white.png) no-repeat 75% 0;
	background-size: 15px;
	padding: 10px 0 0 0;
}

#imiinfo .mal
{
	background-position: 75% -30px;
}

#imiinfo .stats1
{
	position: absolute;
	top: 20px;
	
	-webkit-transform-origin: 50%;
	-webkit-animation: imiinfoflip 20s infinite;
	
	-moz-transform-origin: 50%;
	-moz-animation: imiinfoflip 20s infinite;
	
	-o-transform-origin: 50%;
	-o-animation: imiinfoflip 20s infinite;
	
	-sand-transform-origin: 50%;
	-sand-animation: imiinfoflip 20s infinite;
	
	transform-origin: 50%;
	animation: imiinfoflip 20s infinite;
}

#imiinfo .stats2
{
	position: absolute;
	top: 20px;
	
	-webkit-transform-origin: 50%;
	-webkit-animation: imiinfoflip 20s -10s infinite;
	
	-moz-transform-origin: 50%;
	-moz-animation: imiinfoflip 20s -10s infinite;
	
	-o-transform-origin: 50%;
	-o-animation: imiinfoflip 20s -10s infinite;
	
	-sand-transform-origin: 50%;
	-sand-animation: imiinfoflip 20s -10s infinite;
	
	-ms-transform-origin: 50%;
	-ms-animation: imiinfoflip 20s -10s infinite;
	
	transform-origin: 50%;
	animation: imiinfoflip 20s -10s infinite;
}

@-webkit-keyframes imiinfoflip
{
	0%, 48%
	{
		-webkit-transform: rotateY(0deg) translateX(0px) translateZ(0px);
	}
	50%, 98%
	{
		-webkit-transform: translateX(-160px) translateZ(-200px) rotateY(-100deg);
	}
}

@-moz-keyframes imiinfoflip
{
	0%, 47%
	{
		-moz-transform: rotateY(0deg) translateX(0px) translateZ(0px);
	}
	50%, 97%
	{
		-moz-transform: translateX(-160px) translateZ(-200px) rotateY(-100deg);
	}
}

@-o-keyframes imiinfoflip
{
	0%, 47%
	{
		-o-transform: rotateY(0deg) translateX(0px) translateZ(0px);
	}
	50%, 97%
	{
		-o-transform: translateX(-160px) translateZ(-200px) rotateY(-100deg);
	}
}

@-ms-keyframes imiinfoflip
{
	0%, 47%
	{
		-ms-transform: rotateY(0deg) translateX(0px) translateZ(0px);
	}
	50%, 97%
	{
		-ms-transform: translateX(-160px) translateZ(-200px) rotateY(-100deg);
	}
}


@-sand-keyframes imiinfoflip
{
	0%, 47%
	{
		-sand-transform: rotateY(0deg) translateX(0px) translateZ(0px);
	}
	50%, 97%
	{
		-sand-transform: translateX(-160px) translateZ(-200px) rotateY(-100deg);
	}
}


@keyframes imiinfoflip
{
	0%, 47%
	{
		transform: rotateY(0deg) translateX(0px) translateZ(0px);
	}
	50%, 97%
	{
		transform: translateX(-160px) translateZ(-200px) rotateY(-100deg);
	}
}

/**
 *	SITE INFO
**/

#siteinfo, #anniversarytxt
{
	font-family: 'Oswald', Sans-Serif;
	z-index: 200;
	/*width: 210px; hiding width to make rome for icgi 15yrs. video*/
	margin-right: 0.1em;
}

#siteinfo p, #anniversarytxt p
{
    font-size: 1.1em;
}

#siteinfo .logolink h3
{
	
}

#siteinfo.medinfo .logolink, #siteinfo.pp .logolink
{
	background: url(/~/media/ICGI/ICGI_images/X-icons/frontpage/imi_150.png) no-repeat;
}

#siteinfo.medinsight .logolink
{
	background: url(/~/media/ICGI/ICGI_images/X-icons/frontpage/medinsight_150.png) no-repeat;
}

#siteinfo.oncolex .logolink, #siteinfo.ioncolex .logolink
{
	background: url(/~/media/ICGI/ICGI_images/X-icons/frontpage/oncolex_150.png) no-repeat 87px 10px !important;
	background-size: 45% !important;
}

#siteinfo.tma .logolink
{
	background: url(/~/media/ICGI/ICGI_images/X-icons/frontpage/tma_150.png) no-repeat;
}

#siteinfo.interpath .logolink
{
	background: url(/~/media/ICGI/ICGI_images/X-icons/frontpage/interpath_150.png) no-repeat;
}

#siteinfo.webtv .logolink
{
	background: url(/~/media/ICGI/ICGI_images/X-icons/frontpage/web_tv_150.png) no-repeat;
}

#siteinfo.qi .logolink
{
	background: url(/~/media/ICGI/ICGI_images/X-icons/frontpage/qi_150.png) no-repeat;
}
#siteinfo.media .logolink
{
	background: url(/~/media/ICGI/ICGI_images/icons/icon_ICGI-Media_Search_websitefrontpage) no-repeat;
}
#siteinfo.ploidy .logolink
{
	background: url(/~/media/ICGI/ICGI_images/X-icons/frontpage/ploidy_150.png) no-repeat;
}

#siteinfo.ous .logolink
{
	background: url(/~/media/ICGI/ICGI_images/X-icons/frontpage/ous_150.png) no-repeat;
}

#siteinfo.ccb .logolink
{
	background: url(/~/media/ICGI/ICGI_images/X-icons/frontpage/ccb_150.png) no-repeat;
}

#siteinfo.radiumlegat .logolink
{
	background: url(/~/media/ICGI/ICGI_images/X-icons/frontpage/radiumlegat_150.png) no-repeat;
}

#siteinfo.kreftlex .logolink
{
	background: url(/~/media/ICGI/ICGI_images/X-icons/frontpage/kreftlex_150.png) no-repeat;
}

#siteinfo .desc
{
	margin-top: 5px;
}

#siteinfo .link
{
	margin-top: 10px;
	width: 128px;
	padding: 6px;
	background: #408B9E;
	font-weight: bold;
	font-size: 0.8em;
	text-transform: uppercase;
}

#leftcol div.fold
{
	margin: 383px 0 0 8px;
}

#siteinfo .link a
{
	padding: 0 15px;
	color: white;
}

#siteinfo .ill
{
	margin: 20px 0 0;
}

#siteinfo .ill p
{
	width: 120px;
	margin: 0;
	padding: 5px;
	border-bottom: 7px solid rgb(105, 180, 160);
	color: rgb(75, 150, 130);
}

#siteinfo .ill i
{
	position: absolute;
    display: block;
	border: 12px solid transparent;
	border-top: 12px solid rgb(105, 180, 160);
	margin: 8px 10% 0;
}

#siteinfo .ill img
{
	padding-top: 10px;
}

#sitecontent
{
	display: none;
}

div.previewMsg
{
	background-color: rgba(100, 155, 100, .7);
	position: fixed;
	z-index: 2000;
	padding: 3px;
	font-size: .8em;
	letter-spacing: .1em;
	color: #fff;
}


/**

* Bottom navigation 5 columns Front page 

**/

.whiteBckgr
{
    background-color: #fefefe;
    width: 100%;
    height: 1000px;
    vertical-align: bottom;
    -webkit-box-shadow: 0px -2px 25px #aaa;
    box-shadow: 0px -2px 30px #aaa;
    z-index: 800;
}

#whiteBckgr
{
    
    background-color: #fefefe;
    width: 100%;
    vertical-align: bottom;
    -webkit-box-shadow: 0px -2px 25px #aaa;
    box-shadow: 0px -2px 30px #aaa;
    z-index: 800;
}

.col5
{
    padding: 0 12px;
	display: table-cell;
}

.col5:first-child
{
    padding-left: 0;
}

.col5:last-child
{
    padding-right: 0;
}

.col5 h3
{
    height: 2em;
    padding: 0;
    padding-right: 5px; /*prevent cols moving on hover*/
    vertical-align: bottom;
    font-size: 1.3em;
}

.col5 a
{
    display: block;
    margin: .3em 0;
    text-transform: uppercase;
    color: #408B9E;
    font-size: .8em;
}

/**
* Footer
**/

#footerWrap
{
    position: absolute;
    width: 100%;
    font-size: 0.8em;
    border-top: 8px solid rgba(0, 0, 255, 0.1);
    padding: 1.5em 0;
	clear: both;
    background-color: #efefef;
}

#footerWrap.BottomForce
{
	position: fixed;
    bottom: 0;
}

#containerBottomNav #footerWrap
{
    position: relative;
    background: #B2DDEB;
}

#ousLogo
{
    background: url(/images/ICGI/iconsICGIweb.png) no-repeat -60px -93px;
    width: 200px;
    height: 40px;
}

#footercenterwrap
{
     margin: 0 auto;
}

#footerTxt
{
    padding: 3px 0 0 250px;
}

.beforeOUSlogo
{
    position: absolute;
    margin: 0 0 0 35px;
	padding: 10px 170px 10px 0;
	background: url(/images/ICGI/iconsICGIweb.png) no-repeat -20px -93px;
}

/**
 *	PARALLAX SKROLLR
**/

.skrollr-desktop body
{
	/*height:100% !important;*/
}

.parallax-image-wrapper
{
	position:fixed;
	left:0;
	width:100%;
	overflow:hidden;
}

.parallax-image-wrapper-50
{
	height:50%;
	top:-50%;
}

.parallax-image-wrapper-75
{
	height:75%;
}

.parallax-image-wrapper-100
{
	height:100%;
}

.parallax-image-wrapper-horiz
{
	height:100%;
	perspective: 1000px;
}

.parallax-image-wrappers .parallax-image
{
	display:none;
	position:absolute;
	left:0;
	width:100%;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}

.parallax-image-50
{
	height:50%;
	background-size: cover !important;
	max-height: 350px;
}

.parallax-image-50.min-350
{
	min-height:350px;
}

/*.skrollr-mobile .parallax-image-50.min-350
{
	min-height: 400px;
}*/

.parallax-image-75
{
	height:75%;
}

.parallax-image.bg75
{
    background-size: 75% !important;
}

.parallax-image-100 
{
	height:100%;
	top:0;
}

.panels .parallax-image/*.parallax-image-100*/:last-child
{
	margin-bottom: 12%;
}

.parallax-image.skrollable-between
{
	display:block;
}

.no-skrollr .parallax-image-wrapper
{
	display:none !important;
}

#skrollrbody.skrollr
{
	/*position: relative;
	height: 100%;*/
	padding-top: 100px;
	overflow: visible;
	min-height: 1px;
}

#skrollrbody.skrollr section:last-child
{
	margin-bottom: 120px;
}
.hide
{
    display:none;
}
.gap
{
	background:transparent center no-repeat;
	background-size:cover;
}

#skrollrbody.skrollr .gap
{
	background:transparent !important;
}

.gap-50
{
	height:50%;
	max-height: 350px;
}

#intro .gap-50
{
	min-height: 350px;
}

.gap-75
{
	height:75%;
}

.gap-100
{
	height:100%;
}

.gap-px
{
	height: 300px;
}

#skrollrbody.skrollr .content
{
    -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

#skrollrbody.skrollr .content:not(#intro):not(#related)
{
	margin-bottom: 40px;
}

#skrollrbody.skrollr .content *:not(a), #skrollrbody.skrollr .contactbox * /*h1, #skrollrbody.skrollr h2, #skrollrbody.skrollr h3, #skrollrbody.skrollr h4, #skrollrbody.skrollr p*/
{
    color: #eee;
}

#skrollrbody.skrollr .content *:not(div):not(.sidebar):not(.sidebar *)
{
	padding:5px;
}

#skrollrbody.skrollr .content.dark *:not(a)
{
	color: #333;
}

#skrollrbody.skrollr .content.dark:not(#intro) h3
{
    margin-bottom: 0;
	color: #fff;
}

#skrollrbody.skrollr .content > h2
{
	padding-top:5%;
	font-size: 1.4em;
	text-transform: uppercase;
}

#skrollrbody.skrollr h1
{
    font-size: 1.3em;
    margin-bottom: 0.2em;
}

#skrollrbody.skrollr #intro h1
{
    font-size: 2.4em;
    margin-top: 12%;
    padding-top: 0;
	text-shadow: rgba(0, 0, 0, 0.3) 1px 1px 3px;
}

#skrollrbody.skrollr #intro h4
{
	font-size: 1.05em;
	text-shadow: rgba(0, 0, 0, 0.3) 1px 1px 3px;
}

#skrollrbody.skrollr #intro h1, #skrollrbody.skrollr #intro h4, #skrollrbody.skrollr .content:not(#intro) h3
{
	position: relative;
}

#skrollrbody.skrollr .content p:not(.sidebar),
article.general section > *:not(.sidebar):not(#navBottom):not(#relatedHeading)
{
	max-width: 550px;
	margin-bottom: 10px;
}

article.general section#intro.narrow h4
{
    max-width: 500px !important;
}

.sidebar
{
	width: 200px;
    margin-left: 15px;
	float: right;
	clear: both;
}

.sidebar.extend
{
    width: auto;
    max-width: 804px;
}

.sidebar img, .sidebar .caption, .sidebar .caption-ext
{
	display: block;
	margin: 0 auto;
	box-sizing: border-box;
}

.sidebar a.popout, .sidebar .caption
{
	width: 200px;
}

.sidebar img
{
	width: 100%;
}

.sidebar .caption, .sidebar .caption-ext, .reveal .caption
{
	padding: 10px;
	background: #fff;
	font-size: .9em;
}

/*.sidebar.extend a,*/ .sidebar.extend img, .sidebar.extend .caption
{
	width: 100%;
}

/* transitions between caption and long caption (has-lc) */
.sidebar.has-lc .caption-ext, .sidebar.has-lc.extend .caption
{
    width: 0;
    height: 0;
    visibility: hidden;
    color: #fff;
}

.sidebar.has-lc .caption, .sidebar.has-lc.extend .caption-ext
{
    width: auto;
    height: auto;
    visibility: visible;
    color: #4C4C4C;

    transition: all .3s .25s;
}

.sidebar.has-lc.extend .caption
{
    transition: all 0s 0s;
}
/* end caption transitions */

.sidebar a.popout
{
    display: block;
	float: right;
	clear: both;
	/*-webkit-transition: width .3s;
	-moz-transition: width .3s;
	-o-transition: width .3s;
	-sand-transition: width .3s;*/
	transition: all .3s;
	outline: none;
}

.sidebar.extend a.popout.full
{
	width: 804px;
}

.reveal, .reveal a.popout
{
    position: relative;
}

.reveal a.popout
{
    height: 120px;
    width: 804px;
    display: block;
    transition: all .3s;
	outline: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	overflow: hidden;
}

.reveal a.popout img
{
	/* Fix for iOS, where display: none or opacity 0 breaks the layout when collapsing */
	opacity: .00001;
}

.reveal .caption
{
    width: 804px;
    padding-left: 15px;
    display: block;
    background: none;
}

.reveal .caption:before
{
    position: absolute;
    left: 0;
    content: "\21AA";
    font-weight: bold;
}

.reveal a.popout:before, .reveal a.popout:after
{
    content: "Click to expand";
    position: absolute;
    bottom: 0;
    padding: 2px 3px;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: .8em;
}

.reveal a.popout:after
{
    content: "Click to open image in a new tab";
    right: 0;
}

.reveal.extend a.popout:before
{
    content: "Click to collapse";
}

/* move top-level elements away from left menu */
#skrollrbody.skrollr .content:not(#intro) > *:not(.sidebar),
article.general section > *:not(.sidebar):not(#navBottom):not(#relatedHeading),
article section#newslist > *:not(.sidebar)
{
	margin-left: 170px;
}

/* cancel margin in MIP and employees */
#mainContainer section > *, #mainContainer article section > *, #employeeSection > *
{
    margin-left: 0;
}

#skrollrbody.skrollr.panels .content *:not(h3):not(p):not(.sidebar)
{
	max-width: 500px;
	margin-left: 170px;
}

#skrollrbody.skrollr.panels .content p
{
	max-width: 330px;
	margin-top: .5em;
    font-size: 1.1em;
}

#skrollrbody.skrollr .content h4
{
	max-width: 700px;
    margin: 0;
}

#skrollrbody.skrollr .content.semi h1, #skrollrbody.skrollr .content.semi h4
{
    display: table;
    padding: 0 5px;
    background: rgba(0, 0, 0, 0.3);
}

#skrollrbody.skrollr a.anchor, article.general a.anchor
{
    display: inline-block;
	height: 180px;
	margin-top: -180px;
	visibility: hidden;
}

article.general a.anchor
{
    position: absolute;
}

#skrollrbody.skrollr .content-50
{
	height:50%;
	max-height: 350px;
}

#skrollrbody.skrollr #intro.content-50
{
	min-height: 350px;
	/*margin-bottom: 49px;*/
}

#skrollrbody.skrollr .content-75
{
	height:75%;
}

#skrollrbody.skrollr .content-100
{
	height:100%;
}

.info
{
    margin-top: 40px;
}

#bckgr
{
    position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
    background-image: url(/images/ICGI/20120228-MIP-interface-background-only.png);
    background-repeat: no-repeat;
	background-size: cover;
    z-index: 0;
}

#bckgr.dark
{
	background: #333;
}

#done
{
	height:100%;
}


/**
 *	ARTICLE
**/

article
{
    position: relative;
	min-height: 500px;
    height: 100%;
    padding-top: 100px;
    box-sizing: border-box;
}

article.hasSubMenu
{
    padding-top: 125px;
}

article:not(#mainContainer):not(#employees) section:not(#related):not(#publications):not(.socialcol):not(#newslist) ul
{
    padding-left: 1em;
    color: #4c4c4c;
    list-style-type: square;
}


article:not(#mainContainer):not(#employees) section:not(#related):not(#publications):not(#newslist):not(.socialcol) ul li
{
    margin-bottom: .3em;
}

/* Front page only (MIP) */
#mainContainer, #mainContainer article
{
    height: auto;
    padding-top: 0;
min-height: 50px;
}

#ulProjects ul
{
	margin-left: -2em;	
}

#ulProjects li
{
	display: inline-block;
	width: 28%;
	height: 70px;
	list-style-type: none;
}

#ulProjects a
{
	display: block;
}

#ulProjects a:hover
{
	/*background: #eee;*/
}

#ulProjects img, #ulProjects h3
{	
    vertical-align: middle;	
}

#ulProjects img
{
	width: 43px;
	height: 43px;
}

#ulProjects h3
{
    display: inline-block;
    margin: 1em;
    margin-top: 0.2em;
    max-width: 58%;
}
.nextprevious, .nextprevious input[type=submit]
{
    font-size: 0.8em;
    margin-right: 0.2em;
    width: 5em;
	padding: .2em;
    text-decoration: none;
    font-family: 'Oswald', Sans-Serif;
    text-transform: initial;
    display: inline-block;
    color: #efefef;
	background-color: #408B9E;
	border: 0 none;

}

.nextprevious:hover
{
	background: #9FC7D5;
}

.nextprevious:active
{
	background: #B2DDEB;
}

.nextprevious:disabled
{
	background: #BBB;
    color:#AAA;
}

.nextprevious a:hover, .nextprevious a:active, .nextprevious a:focus
{
	background: #408B9E !important;
	color: #eee;
}


/**
* Intropage css, topmenu elements *
**/

.leftmenu ul
{
	position: fixed;
    width: 150px;
    margin: 320px 0 0;
    font-size: 0.9em;
}

.panels .leftmenu ul
{
	margin-top: 44px;
}

.general .leftmenu ul
{
	margin-top: 50px;
}

.intro .leftmenu ul
{
	margin-top: 560px;
}

.leftmenu a
{
    display: block;
    margin-bottom: 2px;
    padding: .3em .6em;
    background-color: #bbb;
    font-family: 'Oswald', Sans-Serif;
    text-transform: uppercase;
}
#submenuRemoveHighlight a{
   
    background-color: #f7f2c1 ;
   font-family: 'Oswald',Arial, sans-serif;
   padding: .2em 0 .2em .5em;
   font-size: .8em;
   color: #e47447 !important;
   display: inline-block;
   width: 144px;
   cursor: pointer;
}


#submenuRemoveHighlight a:after{
  display: inline-block;
  content: "\00d7"; /* This will render the 'X' */
	float: right;
	padding-right:.2em;
	font-size: 2em;
	line-height: 70%;
}
#skrollrbody.skrollr/*:not(.panels)*/ .leftmenu a, article .leftmenu a
{
	color: #fff;
}

.panels .leftmenu a
{
	background-color: #eee;
}

.leftmenu a:hover, .leftmenu a:active, .leftmenu a:focus
{
    background: #408B9E !important;
	color: #eee; 
}
#submenuRemoveHighlight a:hover {
   background: #ffff66 !important;
}
#contactinfo
{
	display: none;
}

.contactbox div
{
    position: fixed;
	z-index: 100;
    
}

.contactbox img
{
    position: absolute;
    top: 0;
    height: 100%;
}

.contactbox div:hover img
{
    left: 0 !important;
    transition: all .3s;
}

.general .contactbox h3, .general .contactbox address
{
    background-color: rgba(240, 80, 36, .9);
    color: #fff;
}

.contactbox h3, .contactbox address
{
    width: 160px;
    margin: 0 0 0 auto;
	padding: 10px 15px;
    background-color: rgba(18, 141, 72, .42);
	box-sizing: border-box;
}

.contactbox h3
{
	height: 40px;
	font-size: 1em;
    font-weight: 400;
}

.contactbox address
{
	top: 40px;
	font-size: .8em;
	font-style: normal;
}

.contactbox a
{
	color: #fff;
	text-decoration: underline;
}

article a.publications
{
	position: relative;
	display: block;
	box-sizing: border-box;
}

article a.publications h4
{
	margin-left: 170px;
	background: url(/images/ICGI/document-48.png) 0 no-repeat;
	background-size: 26px;
	padding: 8px 0 1px 30px;
}

article .sharebar
{
	width: 640px;
	margin-bottom: 10px;
}

article .sharebar > *:not(script):not(.fb-share-button)
/*.tw-share-button,
article .sharebar .IN-widget,
article .sharebar #___plus_0,
article #___plusone_0*/
{
	position: relative;
	display: inline-block;
	top: 4px;
	padding-left: 5px !important;
}
article div.lastmodified
{
    margin-left: 286px;
	padding: 8px 0 1px 30px;
    font-size: 1.2em;
    font-family: Oswald, Sans-Serif;
    FONT-SIZE: 10px;
   

}
.lastmodified {
   font-family: Oswald, Sans-Serif;
   font-size: .6em;
   margin:2px auto  !important;
   color:black;
}
#media
{
    margin-top: 2em;
    margin-bottom: 5em !important;
}

#media h5, #media a.medialink
{
    display: list-item;
    list-style-type: none;
    margin: 0 0 0 724px !important;
    padding: .5em .5em .5em 1em;
}

#media a.medialink
{
    box-sizing: border-box;
    background: #ddd;
    background: rgba(0, 0, 0, 0.1);
    color: #666;
    font-family: 'Oswald';
    font-size: .9em;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

#media a.medialink.current
{
    background: #ffab00;
    color: #fff;
}

#media a.medialink.current:before
{
    position: absolute;
    margin-left: -2.5em;
    content: "";
    border: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid #FFAB00;
}

#media #mediacontainer
{
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid #ffab00;
    border-radius: 3px;
    float: left;
}

#related
{
    max-width: 4000px;
    margin-top: 30px;
    background: rgba(255, 140, 70, 0.1);
}

#related h4
{
    margin-top: .2em;
	margin-left: auto;
    padding-top: 1em;
}


/**

* bottom nav intro pages **

**/

#containerBottomNav
{
    color: #4f4f4f;

	/* fallback */
	background-color: #fff;
	
	/* Safari 4-5, Chrome 1-9 * /
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0), to(255, 255, 255, 1)));

	/* Safari 5.1, Chrome 10+ * /
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%);

	/* Firefox 3.6+ * /
	background: -moz-linear-gradient(top, #2F2727, #1a82f7);

	/* IE 10 * /
	background: -ms-linear-gradient(top, #2F2727, #1a82f7);

	/* Opera 11.10+ * /
	background: -o-linear-gradient(top, #2F2727, #1a82f7);*/
}

#containerBottomNav.fixed
{
	position: fixed;
	width: 100%;
	bottom: 0;
}

#containerBottomNav h1
{
    margin-top: 0;
}

section.content h3, #containerBottomNav h2:first-child
{
    margin-top: -76px;
	margin-left: 180px;
	padding-top: 10px;
	line-height: 100px;
    font-size: 2.2em;
    color: #fff;
    text-transform: uppercase;
    text-shadow: rgba(0, 0, 0, 0.3) 0px -4px 8px;
}

section.content h3
{
	margin-top: -94px;
}

section.content.light h3
{
	
}

#navBottomIntro
{
    margin-left: 180px;
}


/**

* icons in bottom menu *

**/

#navBottom ul
{
    margin: 1em 0 2px;
    padding-bottom: .5em;
}

#containerBottomNav.fixed #navBottom ul
{
    padding-bottom: 0;
}

#navBottom li
{
    display: inline-block;
    width: 190px;
    margin-bottom: 10px;
    vertical-align:top;
}

#navBottom.icons a
{
	height: 35px;
    padding-left: 38px;
    display: table-cell;
    background-size: 30px !important;
}

#navBottom img
{
    width: 43px;
    margin-right: 15px;
    vertical-align: middle;
}



/**

* Article heading extras *

**/

.icgiArticle p
{
    font-size: 0.9em;
}

.icgiArticle h1
{
    font-size: 2.4em;
    margin: 1em 0 0 0;
    padding-right: 2.5em;
}

#socialarticle
{
    width: 100%;
    margin: 2em 0;
}

/**

* Lists, as in publications, or new items or a list of different sorts *

**/

.searchResultsDate
{
    font-family: 'Oswald', Sans-Serif;
    font-size: 0.8em;
    font-weight: 300;
    border-bottom: 1px solid #6B9EAF;
}

#ulSearchResults h4, #ulSearchResults div {
   margin: 0px 0px 3px;
   border-left: solid 3px #6B9EAF ;
   padding: 5px;
}

#ulSearchResults div {
    margin: 0px 0px 2px 0px;
}

.missingSearchTerm {
   font-family: 'Tinos', serif;
   font-size: .9em;
   font-style: italic;
}

.ingress
{
    font-size: 1.1em;
    color: #6B9EAF;
}

.moreBtn
{
    color: #eee;
    text-decoration: none;
    padding: 2px 10px;
    background-color: #6B9EAF;
    font-size: 90%;
    font-family: 'Oswald', Sans-serif;
}

/**

* Project page *

**/

.imagebckgrText
{
    width: 68%;
    margin: 0;
    display: inline-block;
    padding: 60px 5% 1em 0;
    text-align: left;
    float: left;
}

.imagebckgrText h1
{
    font-family: 'Oswald', Sans-serif;
    Font-size: 2.4em;
    text-transform: uppercase;
}

.imagebckgrText h2
{
    Font-size: 1.4em;
    font-weight: 300;
}

.darktxt
{
	color: #344553;
}

.lighttxt
{
	color: #eee;
}

.whitebckgrText
{
    background-color: #efefef;
    width: 100%;
}
.missingSearchTerm{
  
    padding: 10px;
}
.bckgrImageOne
{
    
    margin: 0 auto;
    text-align: center;
    width: 1024px;
    height:300px;
    margin: 0 auto;
}

#bckgrImageProject
{
	background-position: center center;
    margin: 0 auto;
    min-height: 350px;
    width: 1280px;
}
.date
{
    /*margin: .2em,0;*/ 
    font-size: 0.8em;
}

/*---------------PUBLICATIONSLIST -----------------------------*/

#publicationsmenu ul
{
	position: absolute;
    width: 150px;
    margin: 40px 0 0;      
    font-size: 0.9em;
}

#publicationsmenu ul ul
{
    position: relative;
    margin: 0;
}

#publicationsmenu a, #publicationsmenu #selectedYear, #publicationsmenu #selectedArea
{
    width: 150px;
    padding: .6em;
	padding-right: 2em;
    text-decoration: none;
    font-family: 'Oswald', Sans-Serif;
    text-transform: uppercase;
    display: block;
	color: #087496;
    background-color: #bbb;
}
    
#publicationsmenu a:active, #publicationsmenu a:focus, .publicationactive
{
    background: #408B9E !important;
	color: #eee;
}

#publicationsmenu a:hover
{
    background: #6B9EAF;
}


#publicationsmenu li#selectedYear, #publicationsmenu li#selectedArea
{
	margin: 0 0 .2em 0;
	background: #408B9E !important;
	color: #eee;
	pointer-events: none;
}

#publicationsmenu li#selectedYear:after, #publicationsmenu li#selectedArea:after
{
	position: absolute;
	content: "X";
	right: -15px;
	cursor: pointer;
	pointer-events: all;
}

#listofpublications
{
    margin-left: 1.8em;
    color: #333;
}

#listofpublications ul
{
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0;
}

.publicationsbckgr img
{
     opacity: 0.2;
}

.publicationlist li, .newslist li
{
    border-top: 2px dashed #148290;
}

.publicationlist li:first-child, .newslist li:first-child
{
    border-top: 0;
}

#newslist .publication li
{
    border: none 0;
    list-style-type: disc;
    margin-left: 1em;
}

#publications .aspNetDisabled
{
    display: none;
}

.pdf
{
    margin: -0.2em 2em 0 0;
    vertical-align: top;
}

#publications h2, #publications h1, #publications h3, #publications h4
{
    color: #6f6f6f !important;
}

h2.publicationtitle
{
	margin-bottom: .2em;
}

.publication
{
    font-family: 'Tinos', serif;
}

.paper
{
    margin-bottom: 1em;
}


.leftmenu.staticblue a
{
    background-color: #408B9E !important;
}

.areas a, .years a
{
   display: none;
}

#years a, #areas a
{   
    padding: .2em .6em;
    text-decoration: none;
    font-family: 'Oswald', Sans-Serif;
    text-transform: initial;
    display: block;
	color: #666;
    background-color: #bbb;
     width: 101%;
	 padding: .7em!important;
}

#areas a:hover, #areas a:active, #areas a:focus, #years a:hover, #years a:active, #years a:focus
{
    background: #408B9E !important;
	color: #eee;
	/*padding-left: 1em;
	padding-right: 1em;*/
}




/*---------------Feedback -----------------------------*/

#contactform
{
	margin-left:auto;
    margin-right:auto;
    padding: 120px 0 0;
    max-width: 700px;
    /*border: solid 2px #6B9EAF;*/
    display:block;
}

#rbListContactType table
{
    margin-bottom: 1.2em;
}

#rbListContactType input
{
    margin-right: 2em;
}

#lblName, #lblMail, #lblSubject, #lblMessage, #lblComments, #lblLunchDay2,#lblInstitution, #lblCountry, #lblAbbreviation, #lblOccupation, #lblSubTask, #lblMoreSubTask, #lblLunchDinner, #lblFoodAllergy
{
    font-weight: bold;
}

#txtName, #txtMailTo, #txtSubject, #txtMessage
{
    max-width: 600px;
    min-width: 25em;
    vertical-align: top;
    height: 1.5em;
    font-family: 'Tinos', serif;
    font-size: .9em;
    text-align: left;
}

#contactform #txtMessage
{
    min-height: 5em;
    min-width: 25em;    
}

#contactform input
{
    text-align: left;
}

#contactform input[type="submit"]
{
	background: #408B9E;
	color: White; 
	border: solid 1px #6B9EAF;
	outline: #6B9EAF auto 2px;
	font-family: 'Oswald', Sans-Serif;
	padding: .4em 2em;
	font-size: 1em;
	margin: 1.2em 0 4em;
}

#contactform input[type="submit"]:hover
{
	background: #9FC7D5; 
	color: #333;
	transition: all .3s;
	outline: #408B9E auto 2px;
}

#contactform p
{
    margin-bottom: 0;
}

#contactform .s3capcha
{
    padding-top: 1.5em;
}

#status
{
	margin: 0;
	padding: 160px 0;
	text-align: center;
}

#contactform .warning
{
	color: red;
}

#contactform.mini
{
	padding: 0 2em;
	border-color: transparent;
}

#mailformwrapper
{
	position: fixed;
	top: 150px;
	left: 25%;
	background: #efefef;
	box-shadow: 1px 1px 10px #333;
	z-index: 101;
}

#mailformwrapper .close
{
	position: relative;
	width: 40px;
	margin: 0 0 0 auto;
	padding: 5px;
	cursor: pointer;
	background: #408B9E;
	color: #fff;
	text-align: center;
}

#mailformwrapper .close:hover
{
	background: #9FC7D5;
	color: #333;
}

@media (min-width: 1200px)
.container {
    max-width: 976px;
}