/*** Additional styles for website ***/

/* ----------------------------- */
/* = Summary */
/* ---------------------------- */
/* 1-  */
/* 2-  */
/* 3-  */
/* 4-  */
/* 5-  */
/* 6-  */
/* 7-  */
/* 8-  */

/*** GLOBAL PARAMETERS ***/
*{
	margin:0;
	padding:0;
	}
	
html,body{
	margin: 0;
	padding: 0;
	height: 100%;/*for footer stick to the bottom*/
	font-size:0.9em;
	font-family:  Arial, Tahoma, Helvetica, sans-serif;
	line-height:18px;
	}

#container{ /*wrapper_for_footer stick to the bottom*/
	height: auto !important;
	min-height: 100%;
	height: 100%;
	min-width: 1270px;
	_width: 100%;
	}

a > img {
	border:0;
}


/*** GENERAL ELEMENTS ***/

/* CMS toolbar */

div.cms .cms-toolbar-item-logo a:before {
    display: none;
}

div.cms .cms-toolbar-item-logo a {
	width: 60px;
	margin: 0 10px;
    background: url("../images/logos/logo-igbmc.png") center no-repeat;
    background-size: contain;
}

/* Page */
	
.wrapper{
	width:95%;
	max-width:90em;
	margin:auto;
	height:100%;
	}
	
.page-wrapper{
	min-height: 700px;	
	zoom:1;
	}

#page{ 
	height: auto !important;
	height: 100%;
	}


/* Central part */	
	
#content{
	min-height:800px;
	_height:800px;
	width:50%;
	padding:30px 30px 0px 0px;
	float:left;
	background:white;
	position:relative;
}
	
#content img{
	max-width: 100%;
}

a{
	color:rgb(158,105,164);
	text-decoration: none;
}	

a:hover, a:focus{
	color:rgb(158,105,164);
	text-decoration: underline;
}	
	
h1{
	clear: both;
	color:rgb(141,175,216);
}

h1#introduction {
	display: none;
}


h2, h3, h4 {
	clear: both;
}

h2 + h3 {
	margin-top: 0;
}

h5{
	clear: both;
	color:rgb(141,175,216);
	font-weight: bold;
}

/* Article */

.article-section > img {
	margin-bottom: 30px;
}

span.file img, span.file .filesize {
	display: none;
}


article {
	font-family: Helvetica, sans-serif;
	margin-bottom:30px;
}
	
article h1{
	font-size:2.3em;
	letter-spacing:-1px;
	margin-bottom:10px;
	color:rgb(141,175,216);
	padding-top:10px;
	padding-bottom:10px;
	font-weight: bold;
}

h1+h1, h1.cms-plugin {
	font-size: 1.8em;
}
	
article h1 a{
	display:inline-block;
	float:right;
}

article h3{
	padding:10px 0;
	color:#86949b;
	font-size:1.6em;
	letter-spacing:-1px;
	font-weight:normal;
}

article h4{
	padding:10px 0;
	color:rgb(141,175,216);
	font-size:1.1em;
	letter-spacing:-1px;
	font-weight:bold;
	margin-bottom: 0;
}
	
article h5{
	font-size:1.05em;
	margin-top:10px;
	color:black;
	font-weight:bold;
}

p.date{
	font-size:0.8em;
	font-style:italic;
	text-align:right;
}

.art_body {
	margin:10px 0px 10px 0px;
}
.orange {
	color: #da3619;
	}
	
ul,ol {
	margin-left:20px;
}

.maintext{
	text-align:justify;
	font-size:1.1em;
}

article p {
	font-size:1.05em;
	text-align:justify;
}

.summary {
	text-align:justify;
	color:#86949b;
	font-size:1.6em;
	margin-bottom:7px;
	line-height:26px;
	letter-spacing:-1px;
}


#members_list{
	float:right;
	padding-right:40px;
}

#back-to-top{
	padding-left:20px;
	position:absolute;
	bottom:0;
	margin: 10px 0px 10px 0px;
	font-size: 0.75em;
	font-weight: bold;
	color:#000;
	background:url('/static/images/back-to-top-arrow.png') center left no-repeat;
	cursor: pointer;
	text-decoration:none;
}

.member{
	margin:10px 0px;
}

/* Collapse */


[aria-expanded="false"] .glyphicon-menu-down {
	display: none;
}

[aria-expanded="true"] .glyphicon-menu-down {
	display: inline-block;
}

[aria-expanded="false"] .glyphicon-menu-right {
	display: inline-block;
}

[aria-expanded="true"] .glyphicon-menu-right {
	display: none;
}

[data-toggle="collapse"], .standard h2{
    color: #86949b;
    border-top-color: #86949b;
    border-top-style: dashed;
    border-top-width: 1px;
    padding: 8px 0px;
    margin: 0;
    cursor: pointer;
}

h2 .glyphicon{
	font-size: 0.8em;
}

h2{
	font-size: 1.05em;
}

/* Publications */

.publication {
	margin: 0 0 10px;
}

.publication h3{
	font-size:1.3em;
	line-height:1.3em;
	text-align:justify;
}

.publication .title{
	font-weight:bold;
}
.publication .authors{
	color:#86949B;
}
.publication .periodical{
	font-weight:bold;
	color:#86949B;
}
.publication a.pubmed{
	margin:5px 0px 10px 5px;
	font-size:0.8em;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}

.publication p {
	margin: 0;
}


/* Header */
	
.header-wrapper{
	height:190px;	
	width:100%;
	}
	
#header{
	height:190px;
	background:rgb(0,0,0) url(../images/banner.png) center no-repeat;
	}
#header img{
	max-width: 200px;
}
#header a.btn {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
#header_logo {
	float:left;
	margin:20px 40px;
}
#header_title {
	float: left;
    padding-left: 1em;
    padding-top: 1em;
    width: 56%;
}

#header h2{
    font-family: "Century Gothic", Arial, sans-serif;
    font-size: 17pt;
    color: #C7D8DF;
    line-height: 22px;
    text-align: left;
    font-style: italic;
    font-weight: bold;
    padding-top: 80px;
}
#header_right {
	height:100%;
	color:rgb(141,175,216);
	float:right;
	padding:0px 15px;
	margin:5px 0px;
	width:16%;
	text-align: left;
}
#header_right img{
	margin-right:10px;
}
#langbar
{
	float:right;
}

/* Left column */


#menu-left{
	height: 100%;
	_height: 100px;
	width: 260px;
	float:left;
	position:relative;
	margin-top:65px;
	}
	

#menu-left .pageScroll{
	width: 220px;
	list-style-type:none;
}

#menu-left li.scrollNav a{
	text-align:right;
	font-size:1em;
	margin:10px 0 10px 4px;
	padding-right:30px;
	display:block;
	color:#000;
	text-decoration:none;
}

#menu-left li.scrollNav.active a{
	font-weight: bold;
}
	

label[for^="toggle"],
[type="checkbox"] {
	cursor: pointer;
}
label[for^="toggle"] + [type="checkbox"] { display: none; }




/* Right column*/

#right-column{
	margin-top:60px;
	float:left;
	width:240px;
}


#right-column h1{
	font-size:1em;
	margin-bottom:10px;
	font-weight:bold;
}

#logos-partners{
	height:100%;
	margin:20px 0;
	text-align:justify;
}

#logos-partners img{
	padding:5px 10px;
	max-height: 50px;
}

.logo {
	display:inline-block;
	padding:5px 10px;
	height:40px;
}

.logo img{
	max-height:100%;
	padding:10px 10px;
}



/* Menu top*/

#menu-top{
	z-index: 9;           /* bug IE 7 */
	position: relative;      /* bug IE 7 */
	padding-top:30px;
	line-height:40px;
	}
#menu-top .wrapper{
	width:50%;
}
#menu-top h1{
	font-family: Helvetica, sans-serif;
	color:rgb(141,175,216);
	padding-left:30px;
	font-size:3em;
	letter-spacing:-2px;
}
#menu-top h1 a{
	text-decoration:none;
	color:rgb(141,175,216);
}


/* Footer */	

footer{
	clear:both;	
	text-align:right;
	font-size:95%;
	margin-bottom:0;
	background:#000 url(../images/footer.png) center no-repeat;
	background-size:contain;
}

footer img{
	padding:5px;
}



img.left {
	float: left;
	padding: 0 1em 1em 0;
}

img.right {
	float: right;
	padding: 0 0 1em 1em;
}