/* Common css rules shared by other css files */

body, input, textarea, select, option
{
	font-family: Elsevier Sans, 'Lucida Grande','Lucida Sans Unicode',sans-serif;
	font-size: 14px;
}

h2.common
{
	color: #0054A6;
	font-size: 14px;
	margin: 0;
}

a.common
{
	color: #ddd;
}
a.common span
{
	color: #0054A6;
}

a.common:hover
{
	color: #0054A6;
}

.common_component_error
{
	color: red;
}

/* TODO: Move to conditional IE6 css file: */
.common_clearfix {
	zoom: 1;     /* triggers hasLayout */	
}

.common_clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.common_wrap_floats {
	overflow: hidden;	
}

.common_hidden {
	display: none;		
}

.common_padding {
	padding: 8px;	
}

.commom_padding_right {
	padding-right: 8px;	
}

.common_upperCase {
	text-transform: uppercase;	
}

/* Utility Classes */

.common_linespaceDown {
	padding-bottom: 6px;	
}

.common_linespaceUp {
	padding-top: 6px;	
}

.common_linespaceBoth {
	padding-top: 3px;
	padding-bottom: 3px;	
}

.common_rightAlign {
	text-align: right;	
}

.common_ellipsis {
	text-overflow: ellipsis;
}

input.common_hidden /* Used for hiding inputs */
{
	position: absolute;
	left: -10000px;
	top: -10000px;
}

/******************** Icons ******************/

span.common_icon_16
{
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
}

.pure_dimmed_container:hover span.common_icon_16
{
	background-position: 0 -16px;
}

span.common_icon_24
{
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
}

.pure_dimmed_container:hover span.common_icon_24
{
	background-position: 0 -24px;
}

div.rendering_researchoutput ul.digital_object_identifiers span.common_icon_16 { background-repeat: no-repeat; padding-bottom: 3px }
div.rendering_researchoutput ul.links span.common_icon_16 { background-repeat: no-repeat; padding-bottom: 3px }
div.rendering_researchoutput ul.documents span.common_icon_16 { background-repeat: no-repeat; padding-bottom: 3px }

/***************** Badge *******************/

span.common_badge
{
	background: #aaa;
	color: white;
	font-size: 14px;
	padding: 1px 4px;
	display: inline-block;
	text-align: center;
	margin-bottom: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
}

div.portal_navigator
{
	font-size: 10pt;
}

div.portal_navigator div.rendering
{
	/* TODO: Make part of list component */
	padding:3px 4px;
}


div.portal_navigator_group
{
	font-weight: bold;
	padding-top: 3px;
	border-bottom: 1px solid #ddd;
	padding-left: 10px;
}

div.portal_navigator_group_1
{
	color: #666;
}

div.portal_navigator_group_2
{
	color: #aaa;
}

div.portal_navigator_item
{
	border-bottom: 1px solid #ddd;
	padding: 2px 10px;
}

div.portal_navigator_empty {	
}

span.portal_navigator_subsets
{
	color: #aaa;
	display: inline-block;
	padding: 3px 0px;
}

span.portal_navigator_subsets strong
{
	color: #000;
}

div.portal_navigator_top, div.portal_navigator_bottom
{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	background: #f6f6f6;
}

div.portal_navigator_navigator_pages {
	text-align: center;
	padding: 4px 0;
}

div.portal_navigator_navigator_pages div {
	display: inline-block;	
}

div.portal_navigator_navigator_row
{
	overflow: hidden;
	padding: 0 5px;
	font-size: 14px;
}

div.portal_navigator_ordering
{
	float: right;
}

div.portal_navigator_rss
{
	float: right;
}

div.portal_navigator_viewselector_control {
	float: right;
}

div.portal_navigator_viewselector_label {
	color: #3a3a3a;
	float: left;
	height: 26px;
	line-height: 26px;
	padding: 0 8px;
	border-left: solid 1px #eeeeee;
	margin-left: 8px;
}

div.portal_navigator_viewselector {
	float: left;
	height: 26px;
	line-height: 26px;
	position: relative;
	padding: 0 1px;
}

div.portal_navigator_viewselector span {
	background: url('../../../core/style/gfx/pure_list_viewselector.png') left top repeat-x;
	position: absolute;
	display: block;
	height: 26px;
}

div.portal_navigator_viewselector ul {
	padding: 0;
	margin: 0;	
	position: relative;
	list-style-type: none;
}

div.portal_navigator_viewselector li {
	float: left;
}

div.portal_navigator_viewselector span.left {
	background-position: left -78px;
	left: 0;
	width: 4px;	
}

div.portal_navigator_viewselector span.right {
	background-position: right -130px;
	right: 0;
	width: 4px;	
}
div.portal_navigator_viewselector span.body {
	background-position: left -104px;
	left: 4px;
	right: 4px;
}

div.portal_navigator_viewselector a {
	display: block;
	margin: 3px 0px;
	line-height: 20px;
	height: 20px;
	width: 24px;
	background-image: url('../../../core/style/gfx/pure_list_views.png'); 	
}

div.portal_navigator_viewselector a.portal_navigator_view_list {
	background-position: 2px 1px;
}

div.portal_navigator_viewselector a.portal_navigator_view_graph {
	background-position: -49px 1px;
}

div.portal_navigator_viewselector a.portal_navigator_view_selected {
	background-color: #afb6bb;
	cursor: default;	
}

div.portal_navigator_viewselector a.portal_navigator_view_border {
	border-right: 1px solid #c7d2d9;
}

.portal_navigator_sort_descending, .portal_navigator_sort_ascending {
	padding-right: 20px;
	background-image: url('../../../core/style/gfx/pure_list_sort_direction.png');
	background-repeat: no-repeat;	
}

span.portal_navigator_sort_ascending {
	background-position: right -1px; 	
}

span.portal_navigator_sort_descending {
	background-position: right -22px;	 	
}

a.portal_navigator_sort_ascending {
	background-position: right 0px;	
}

a.portal_navigator_sort_descending {
	background-position: right -20px; 	
}

a.portal_navigator_sort_descending:hover {
	background-position: right -40px; 	
}

a.portal_navigator_sort_ascending:hover {
	background-position: right -60px;	
}

div.portal_navigator_window_and_pagesize {
	float: left;	
}

div.portal_navigator_header {
 	float: left;
	height: 26px;
    line-height: 26px;
    vertical-align: middle;
}

div.portal_navigator_window_and_pagesize span.portal_navigator_window {
	visibility: visible; 
}

div.portal_navigator_window_and_pagesize:hover span.portal_navigator_window {
	visibility: hidden;
}

div.portal_navigator_window_and_pagesize span.portal_navigator_pagesize {
	visibility: hidden;	
}

div.portal_navigator_window_and_pagesize:hover span.portal_navigator_pagesize {
	visibility: visible;
}

div.portal_navigator_window_and_pagesize a, div.portal_navigator_popup_control a {
    text-decoration: none;
    color: #333;
}

div.portal_navigator_rendering
{
	float: right;
}

span.portal_navigator_window
{
}

/******************** Pages ********************/

div.portal_navigator_pages
{
	padding: 3px 5px;
}

span.portal_navigator_prev_next *
{
	display: inline-block;
	vertical-align: top;
}

.portal_navigator_previous
{
}

a.portal_navigator_previous:hover
{
	background-position: left -13px;
}

.portal_navigator_previous_disabled
{
	background-position: left -26px;
}

.portal_navigator_next
{
}

a.portal_navigator_next:hover
{
	background-position: left -52px;
}

.portal_navigator_next_disabled
{
	background-position: left -65px;
}

span.portal_navigator_pagesize
{
	display: block;	
	margin-top: -26px;
}

span.portal_navigator_paging
{
	vertical-align: top;
}

span.portal_navigator_links a, span.portal_navigator_links strong, span.portal_navigator_links em
{
	padding: 0px 3px;
}

span.portal_navigator_links em
{
	font-style: normal;
	color: #666;
}

span.portal_navigator_links em.portal_navigator_divider
{
	padding: 0px;
	color: #999;
}

span.portal_navigator_links a
{
	color: #ddd;
	cursor: pointer;
}

span.portal_navigator_links a span
{
	text-decoration: none;
	color: #333;
}

span.portal_navigator_links a:hover
{
	background-color: #ccc;
	text-decoration: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

span.portal_navigator_links strong
{
	background: #999;
	color: #fff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin: 0px 2px;
}

/**************************** List popup ****************************/



div.portal_navigator_popup_control
{
	height: 26px;
	background: url('../../../core/style/gfx/pure_list_dropdown.png') left -26px repeat-x;
	line-height: 26px;
	cursor: pointer;
	margin-left: 21px;
	margin-right: 21px;
}

div.portal_navigator_popup_control div
{
	background: url('../../../core/style/gfx/pure_list_dropdown.png') left 0px no-repeat;
	height: 26px;
	margin-left: -21px;
	padding-left: 21px;
}

div.portal_navigator_popup_control div div
{
	background: url('../../../core/style/gfx/pure_list_dropdown.png') right -52px no-repeat;
	padding: 0px 26px 0px 6px;
	margin-right: -21px;
	padding-right: 21px;	
}

div.portal_navigator_popup:hover div.portal_navigator_popup_control
{
	background-position: right -104px;
}

div.portal_navigator_popup:hover div.portal_navigator_popup_control div
{
	background-position: left -78px;
}

div.portal_navigator_popup:hover div.portal_navigator_popup_control div div
{
	background-position: right -130px;
}


div.portal_navigator_popup_content
{
	display: none;
	z-index: 2;
	position: absolute;
	background: #d4dce1 url('../../../core/style/gfx/pure_list_dropdown_back.png') top left repeat-x;
	border: 1px solid #c7d2d9;
	margin-top: -1px;
	padding: 5px 0px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

div.portal_navigator_popup_content a span { 
	cursor: pointer;
}

div.portal_navigator_popup_content strong
{
	color: #999;
	font-weight: normal;
	margin: 0px 10px;
}

div.portal_navigator_popup_content ul
{
	margin: 0px;
	padding: 0px;
	color: #999;
	list-style: none;
}

div.portal_navigator_popup_content li
{
	display: block;
	padding: 0px;
}

div.portal_navigator_popup_content ul strong
{
	color: #000;
	font-weight: bold;
	margin: 0px;
	display: block;
	padding: 2px 10px;
}

div.portal_navigator_popup_content ul a
{
	color: #3e4b52;
	display: block;
	padding: 2px 10px;
	text-decoration: none;	
}

div.portal_navigator_popup_content ul a:hover {
	background-color: #444343;	
}

div.portal_navigator_popup_content ul a.selected
{
	font-weight: bold;
}

div.portal_navigator_popup_content ul a span
{
	color: #333;
	text-decoration: none;
}

div.portal_navigator_popup_content ul a:hover span
{
	color: white;
}


/***** white variant */
div.portal_navigator_white div.portal_navigator_top, div.portal_navigator_white div.portal_navigator_bottom
{
	background: none;
}





div.portal_hierarchynavigation ul
{
	list-style: none;
	margin: 0 0 10px;
	padding: 0;
}

div.portal_hierarchynavigation ul ul
{
	padding-left: 20px;
}

div.portal_hierarchynavigation li
{
	margin-top: 3px;
}

div.portal_hierarchynavigation span.portal_selected a
{
	color: #000;
	font-weight: bold;
}

ol.portal_list
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ol.portal_list li.portal_list_item {
	border-bottom: 1px solid #EEEEEE;	
}

li.portal_list_item_group {
	border-bottom: 1px solid #D5D8DC;
	color: #333333;
	font-weight: bold;
	margin: 5px 2px 2px 2px;
	padding: 5px 0;
}

li.portal_list_item_group_first {
	margin-top: 0px;	
}

div.portal_columns
{
	width: 100%;
	/* Do not put overflow hidden here */
}

div.portal_columns_body
{
	width: 100.9%;
}

div.portal_columns_column
{
	float: left;
}

div.portal_columns_clear_end 
{
	clear: left;
	font-size: 0;
	line-height: 0;
}

div.portal_content_properties {
	float: right;
	width: auto;
	min-width: 16px;	
	line-height: 14px;	
}

div.portal_content_properties span.file_attachment {
	background: transparent url('../../../core/style/gfx/content_properties.gif') 0px 0px no-repeat;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-top: 4px;		
	margin-right: 2px;
}

div.portal_content_properties span.file_attachment a {
	width: 16px;
	height: 16px;
	display: inline-block;
}

div.portal_content_properties span.remote_origin, div.portal_content_properties span.workflow_step {
	clear: both;
	color: #999999;
	display: block;
	float: right;
	font-size: 14px;
	padding: 1px 0px;
}

div.portal_content_properties span.open_access_permission {
    background: transparent url('../../../core/style/gfx/open_access_content_property.png') 0px 0px no-repeat;
    display: inline-block;
    width: 50px;
    height: 18px;
    margin-top: 4px;
    margin-right: 5px;
}

select.custom_popup option {
	font-size: 0px;
	height: 0px;
	width: 0px;
	outline: none;			
}

div.portal_list_viewselector a.portal_list_view_hierarchical {
	background-position: -73px 1px;
}

div.portal_hierarchical_renderer {
	margin-top: 8px;	
}

div.portal_hierarchical_renderer ul, div.portal_hierarchical_renderer li {
	margin: 0;
	padding: 0;
	list-style: none;	
} 

div.portal_hd_item
{
	overflow: hidden;
}

div.portal_hd_body
{
	overflow: hidden;
}

div.portal_hierarchical_excluded {
	-moz-opacity: 0.4;
	-webkit-opacity: 0.4;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	opacity: 0.4;
}

a.portal_hd, a.portal_hd_nochildren
{
	float: left;
	width: 23px;
	height: 23px;
	cursor: default;
}

a.portal_hd span
{
	margin: 2px 0px 0px 7px;
	float: left;
	width: 11px;
	height: 11px;
	background: url('../../../core/style/gfx/disclosure.png') no-repeat;
}

a.portal_hd_nochildren span {
	margin: 2px 0px 0px 8px;
	float: left;
	width: 11px;
	height: 11px;
	background: url('../../../core/style/icons/monochrome/dot16.png') center center no-repeat;		
}

a.portal_hd span.busy, a.portal_hd span.busy:hover {
	float: left;
	width: 16px;
	height: 16px;
	margin: 3px;		
	background: url('../../../core/style/gfx/spinner.gif');	
}

a.portal_hd:hover span
{
	background-position: 0px -12px;
}

a.portal_hd_open span
{
	background-position: 0px -24px;
}

a.portal_hd_open:hover span
{
	background-position: 0px -36px;
}

div.portal_hd_body
{
	margin-left: 24px;
	margin-bottom: 5px;
}

div.portal_hierarchical_popup {
	text-align: left;	
}

div.portal_hierarchical_popup_wrapper {	
}

.multiselect_popup .popup_controls {
    background: #eee;
    margin: 0 0 10px 0;
    padding: 5px 10px;
}

#advanced  div.portal_hierarchical_popup_wrapper .core_filter_multiselect_reset input,
#advanced  div.portal_hierarchical_popup_wrapper .core_filter_multiselect_submit input {
    cursor: pointer;
    background: none;
    border: none;
    width: 50px;
    color: #069;
}

#advanced  div.portal_hierarchical_popup_wrapper .core_filter_multiselect_submit {
    float: right;
}

div.portal_hierarchical_popup_wrapper input {		
	cursor: pointer;
	padding-right: 20px;
	width: 200px;
	background: white url('../../../core/style/gfx/dropdown_arrow.gif') right center no-repeat;
}

div.portal_hierarchical_popup_wrapper input.busy {
	background: white url('../../../core/style/gfx/ajax-loader.gif') 99% center no-repeat;
}

div.portal_hierarchical_popup {
	display: none;
	position: absolute;
	z-index: 1000;
	background: white;
	padding: 8px;
	border: 1px solid silver;
	max-height: 300px;
	min-height: 100px;
	min-width: 300px;
	overflow-y: auto;	
}

div.portal_hierarchical_popup.multiselect_popup {
    padding:0;
    max-height: initial;
    overflow-y: visible;
}
div.portal_hierarchical_popup.multiselect_popup .multiselect_tree {
    max-height: 300px;
    min-height: 100px;
    min-width: 360px;
    overflow-y: auto;
}

#portal_multiselect_hierarchical #organisationName {
    padding: 3px 5px !important;
}

#portal_multiselect_hierarchical .multiselect_popup input[type=checkbox] {
    cursor: pointer;
    width: 20px;
}

#portal_multiselect_hierarchical .multiselect_popup label {
    padding: 3px 5px;
}

#portal_multiselect_hierarchical .multiselect_popup input[type=checkbox]:checked + label,
#portal_multiselect_hierarchical .multiselect_popup input[type=checkbox]:checked + label:hover {
    background: #ccc;
}

#portal_multiselect_hierarchical .multiselect_popup input[type=checkbox] + label:hover {
    background: #eee;
}

#portal_multiselect_hierarchical .multiselect_popup .non_selectable_children input[type=checkbox] {
    ;
}


body.portal_hierarchical_popup_visible select {
	visibility: hidden;
}


/** Checkbox variant **/

body div.portal_hd_check_body {
	vertical-align: middle;
	line-height: 18px;
	cursor: default;
	margin-bottom: 0;	
}

input.portal_hd_check {
	padding: 0;
	margin: 0 4px 0 0;
	vertical-align: middle;
}

div.portal_hd_check_body label {
	vertical-align: middle;
}

div.portal_hierarchical_check a.portal_hd span
{
	margin: 5px 0px 0px 7px;
}

div.portal_hierarchical_check a.portal_hd_nochildren span {
	margin: 5px 0px 0px 8px;
}



ul.portal_carousel
{
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
	overflow: hidden;
}

li.portal_carousel
{
	margin-left: 0%;
	padding: 0px;
	width: 100%;
}

li.portal_carousel div.rendering
{
	padding: 10px;
}

div.portal_carousel_header
{
	background: #eee;
	font-size: 0;
	padding: 0 10px;
	height: 35px;
	line-height: 35px;
	position: relative;
}

div.portal_carousel_header h2
{
	font-size: 14px;
	margin: 0;
}

span.portal_carousel_navigation
{
	position: absolute;
	right: 10px;
	height: 16px;
	top: 9px;
	line-height: 0;
}

a.portal_carousel_next
{
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	margin-left: 5px;
	background: url('../../../core/style/icons/monochrome/rounded_arrow_right.png');
}

a.portal_carousel_previous
{
	vertical-align: middle;
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url('../../../core/style/icons/monochrome/rounded_arrow_left.png');
}

a.portal_carousel_next:hover, a.portal_carousel_previous:hover
{
	background-position: 0 -16px;
}

/************* Paper variant **************/

div.portal_carousel_paper li.portal_carousel
{
	background: url('../../../core/style/gfx/portal_carousel_bg_paper.png');
}

div.portal_carousel_paper ul.portal_carousel
{
	background: url('../../../core/style/gfx/portal_carousel_bg_paper.png');
	border-bottom: 1px solid #E9E9E9;
}

div.portal_carousel_paper div.portal_carousel_header
{
	background: url('../../../core/style/gfx/portal_carousel_footer_paper.png');
}

div.portal_carousel_paper div.portal_carousel_header h2
{
	font-family: Georgia, serif;
	color: #333;
}

div.portal_carousel_paper div.portal_carousel_footer
{
	background: url('../../../core/style/gfx/portal_carousel_footer_paper.png') 0 bottom;
	padding: 5px 10px;
	text-align: right;
}

div.portal_disclosure_body
{
	overflow: hidden;
	padding-left: 18px;
	min-height: 18px;
}

div.portal_disclosure_closed {
	padding: 1px 0;	
}

div.portal_disclosure_opened
{
	padding: 1px 0;
	visibility: hidden;
	overflow: hidden;
	height: 0;
}

a.portal_disclosure
{
	position: absolute;
	width: 17px;
	height: 17px;
	outline: none;
	cursor: default;
}

a.portal_disclosure span
{
	margin: 3px 0px 0px 2px;
	float: left;
	width: 11px;
	height: 11px;
	background: url('../../../core/style/gfx/disclosure.gif');
}

a.portal_disclosure:hover span
{
	background-position: 0px -12px;
}

a.portal_disclosure_open span
{
	background-position: 0px -24px;
}

a.portal_disclosure_open:hover span
{
	background-position: 0px -36px;
}

a.portal_disclosure_busy span, a.portal_disclosure_busy:hover span
{
	float: left;
	width: 16px;
	height: 16px;
	margin: 3px;		
	background: url('../../../core/style/gfx/spinner.gif');	
}

div.portal_showmore_body
{
	overflow: hidden;
}

div.portal_showmore_open div.portal_showmore_body {
	overflow: visible;
	max-height: none;
}

a.portal_showmore_hide {
	display: none;	
}

div.portal_showmore_open div.portal_showmore_show {
	display: none;
}

div.portal_showmore_open a.portal_showmore_hide {
	display: inline;
}

div.portal_showmore_show
{
	padding-top: 5px;
}

div.portal_showmore_fade div.portal_showmore_show
{
	position: relative;
	background: url('../../../core/style/gfx/portal_showmore.png') left top repeat-x;
	padding-top: 20px;
	margin-top: -14px;
}

body.ie6 div.portal_showmore_fade div.portal_showmore_show
{
	margin-top: 0;
	background: none;
	padding-top: 5px;
}

div.portal_expand
{
	zoom: 1;
}

div.portal_expand_body
{
	overflow: hidden;
	zoom: 1;
}

div.portal_expand_content
{
	padding: 1px 0;
	margin: -1px 0;
	zoom: 1;
}

div.portal_expand_controls
{
	zoom: 1;
	display: none;
	padding-top: 5px;
}

div.portal_expand_fade div.portal_expand_controls
{
	position: relative;
	background: url('../../../core/style/gfx/portal_showmore.png') left top repeat-x;
	padding-top: 20px;
	margin-top: -14px;
}

body.ie6 div.portal_expand_fade div.portal_expand_controls
{
	margin-top: 0;
	background: none;
	padding-top: 5px;
}

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

@font-face {
    font-family: "OfficinaSansITCW01-Book 734509";
    src: url("../../fonts/Officina/e4f88d1f-2f5e-49a0-9361-9fcdc5bfc795.eot?#iefix");
    src: url("../../fonts/Officina/e4f88d1f-2f5e-49a0-9361-9fcdc5bfc795.eot?#iefix") format("eot"), url("../../fonts/Officina/60567f88-1ef5-4f2c-9951-3ce3845f9967.woff") format("woff"), url("../../fonts/Officina/ec8c3086-5408-4f25-97d0-f1f4c7014668.ttf") format("truetype"), url("../../fonts/Officina/d29fed54-ae01-49ef-94e2-3e3fb9df3f70.svg#d29fed54-ae01-49ef-94e2-3e3fb9df3f70") format("svg");
}

@font-face {
    font-family: "OfficinaSansITCW01-Book 734512";
    src: url("../../fonts/Officina/2cc84b16-2765-45df-82db-1d8c63b97ea4.eot?#iefix");
    src: url("../../fonts/Officina/2cc84b16-2765-45df-82db-1d8c63b97ea4.eot?#iefix") format("eot"), url("../../fonts/Officina/7895df1c-c1ad-4189-91fa-0c041359c821.woff") format("woff"), url("../../fonts/Officina/153b7835-57ac-4a79-8632-6c639baa03f5.ttf") format("truetype"), url("../../fonts/Officina/c34f183d-16cc-4f0f-98a5-e5b65d508953.svg#c34f183d-16cc-4f0f-98a5-e5b65d508953") format("svg");
}

@font-face {
    font-family: "OfficinaSansITCW01-Medi 734521";
    src: url("../../fonts/Officina/e474d956-ffd6-470b-83c1-c02f503790e9.eot?#iefix");
    src: url("../../fonts/Officina/e474d956-ffd6-470b-83c1-c02f503790e9.eot?#iefix") format("eot"), url("../../fonts/Officina/219dbf96-faba-452f-a6b9-ce7bb2bac564.woff") format("woff"), url("../../fonts/Officina/83766dc4-631e-4da8-81e2-fcf2fc18dc35.ttf") format("truetype"), url("../../fonts/Officina/2afc3ec0-76b8-4007-a7da-1a77f954f71a.svg#2afc3ec0-76b8-4007-a7da-1a77f954f71a") format("svg");
}

@font-face {
    font-family: "OfficinaSansITCW01-Medi 734524";
    src: url("../../fonts/Officina/9f65c7e9-71c9-4469-a5dd-2ab987704b68.eot?#iefix");
    src: url("../../fonts/Officina/9f65c7e9-71c9-4469-a5dd-2ab987704b68.eot?#iefix") format("eot"), url("../../fonts/Officina/89571723-35d3-488c-b84b-be5914c54bcc.woff") format("woff"), url("../../fonts/Officina/1017f8df-6c20-4ec3-a48f-f4ab75681301.ttf") format("truetype"), url("../../fonts/Officina/99697349-413e-4730-8231-03791c4a6fb9.svg#99697349-413e-4730-8231-03791c4a6fb9") format("svg");
}

@font-face {
    font-family: "OfficinaSerifITCW01-Med";
    src: url("../../fonts/Officina/bf8c3c54-8781-4dd3-816e-af9b94f9bafb.eot?#iefix");
    src: url("../../fonts/Officina/bf8c3c54-8781-4dd3-816e-af9b94f9bafb.eot?#iefix") format("eot"), url("../../fonts/Officina/0ae83670-7d7e-4ea7-8550-ebff2ef888fc.woff") format("woff"), url("../../fonts/Officina/27ec6394-ea1d-44be-9481-0cc546199c5f.ttf") format("truetype"), url("../../fonts/Officina/11bf0db6-6db1-4258-9d81-3860a39648cc.svg#11bf0db6-6db1-4258-9d81-3860a39648cc") format("svg");
}



body {
    margin: 0;
    padding: 0;
    /*font: 14px Arial, sans-serif;*/
    font-family: "OfficinaSansITCW01-Book 734509",Arial,Helvetica,Verdana,Tahoma,sans-serif;
    font-size: 17px;
    font-weight: normal;
    color: #000;
    background: #9da9b3;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

#outer_container {
    overflow: hidden;
    width: 100%;
    min-width: 300px;
}

.wrapper {
    margin: 0 auto;
    width: 940px;
    padding: 0 2%;
    transition: all .2s;
}

#header {
    height: 70px;
    background: #fff;
}

#logo {
    float: left;
    margin-top: 12px;
}
#logo a {
    display: block;
    width: 190px;
    height: 46px;
    background: url(../../gfx/logo.png) center center no-repeat;
    background-size: cover;
}


#header-utils {
    float: right;
    margin-top: 12px;
    overflow: hidden;
}
#header-utils a {
    float: left;
    display: block;
    height: 16px;
    margin: 5px 0 0 20px;
    line-height: 16px;
    padding-left: 22px;
    font-size: 14px;
    color: #000;
    text-decoration: none;
    background-size: 16px 16px;
    background-position: left center;
    background-repeat: no-repeat;
}
#header-utils a.link_menutoggle {
    display: none;
    background-image: url(../../gfx/icon_menu.png);
}
#header-utils a.link_menutoggle.active {
    background-color: #343434;
    background-image: url(../../gfx/icon_close_white.png);
}
#header-utils a.link_pure {
    background-image: url(../../gfx/icon_pure.png);
}
#header-utils a.link_locale {
    background-image: url(../../gfx/icon_globe.png);
}
#header-utils a.link_intranet {
    background-image: url(../../gfx/icon_intranet.png);
}
#header-utils a.hidden {
    display: none;
}
#header-utils a:hover {
    color: #0bb3df;
}


.quicksearch_form {
    float: left;
    overflow: hidden;
    margin-left: 30px;
}
.quicksearch_form input {
    float: left;
    outline: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -webkit-transition-delay: 0s;
    -moz-transition: border 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
    -o-transition: border 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
    transition: border 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
}
.quicksearch_field {
    font-family: "OfficinaSansITCW01-Book 734509",Arial,Helvetica,Verdana,Tahoma,sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 26px;
    padding: 4px 10px 0;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid black;
    background: #f2f4f5;
    height: 30px;
    width: auto;
}
.quicksearch_field:hover {
    border: 1px solid black;
}
.quicksearch_field:active {
    border: 1px solid black;
    background: #e4e8ea;
}
.quicksearch_field:focus {
    border: 1px solid black;
    outline: none;
    -webkit-box-shadow: inset 4px 4px 0 0 #d5dcdf;
    -moz-box-shadow: inset 4px 4px 0 0 #d5dcdf;
    box-shadow: inset 4px 4px 0 0 #d5dcdf;
}

.quicksearch_button {
    width: 30px;
    height: 30px;
    border: 0;
    text-indent: -9999px;
    background: #fff url(../../gfx/icon_search.png) no-repeat center center;
    background-size: 16px 16px;
}
.quicksearch_button:hover {
    background-color: #f2f4f5;
}
.quicksearch_button:active {
    border: 4px solid #f2f4f5;
}



#nav {
    background: #343434;
    height: 56px;
    overflow: hidden;
}
#nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
#nav ul li {
    float: left;
    /*width: 16.6%;*/
    position: relative;
    -webkit-transition: all 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -webkit-transition-delay: 0s;
    -moz-transition: all 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
    -o-transition: all 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
    transition: all 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
}
.en_GB #nav ul li {
    padding: 12px 40px;
}
.de_DE #nav ul li {
    padding: 12px 29px;
}

#nav ul > li.selected,
#nav ul > li:hover {
    background: #2f2f2f;
}
#nav ul li a {
    display: block;
    text-align: center;
    line-height: 32px;
    font-family: "OfficinaSerifITCW01-Med",Georgia,serif;
    letter-spacing: .025em;
    font-weight: normal;
    font-size: 17px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -webkit-transition-delay: 0s;
    -moz-transition: all 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
    -o-transition: all 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
    transition: all 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
}
#nav ul li.selected > a,
#nav ul li > a:hover {
    color: #a7cf3f;
}
#nav ul li:after {
    bottom: -11px;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    transition: all .2s;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}
#nav ul li:hover:after {
    bottom: -5px;
}
#nav ul li.selected:after {
    bottom: -1px;
}


#page {
    margin: 0 auto;
    overflow: hidden;
    max-width: 1220px;
    padding-top: 45px;
    background: #fff;
}

.content {
    margin: 20px 0 40px;
}
.content-block {
    position: relative;
    padding: 0 0 15px;
    border-bottom: 2px solid black;
    margin-bottom: 20px;
    overflow: hidden;
}
.content-block:before {
    content: '';
    display: block;
    width: 220px;
    min-height: 220px;
    height: 100%;
    background: #e6e9ec;
    float: right;
}

div.content-left {
    float: left;
    width: 700px;
}
div.content-right {
    float: right;
    width: 220px;
}


.halfsize-left,
.halfsize-right {
    width: 47.5%;
}
.halfsize-left {
    float: left;
}
.halfsize-right {
    float: right;
}


#breadcrumb {
    border-bottom: 4px solid black;
    margin-bottom: 40px;
}
#breadcrumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    white-space: nowrap;
}
#breadcrumb ul li {
    float: left;
    line-height: 20px;
    padding-left: 15px;
    background: url(../../gfx/breadcrumb_arrow.png) 6px center no-repeat;
}
#breadcrumb ul li:first-child {
    padding-left: 0;
    background: none;
}
#breadcrumb ul li > a,
#breadcrumb ul li > span{
    display: block;
    font-weight: normal;
    color: black;
    font-size: 14px;
    line-height: 19px;
    text-decoration: none;
}
#breadcrumb ul li a:hover {
    color: #0bb3df;
}


div.tabs {
    overflow: hidden;
}
div.tabs ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #000;
}
div.tabs ul li {
    vertical-align: middle;
    display: table-cell;
    overflow: visible;
    text-align: center;
    position: relative;
}
div.tabs ul li.empty {
    display: none;
}
div.tabs ul li:after,
div.tabs ul li:before {
    bottom: -11px;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    transition: all .2s;
}

div.tabs ul li:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}
div.tabs ul li:before {
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: #000;
    border-width: 11px;
    margin-left: -11px;
}
div.tabs ul li:hover:after,
div.tabs ul li:hover:before {
    bottom: -5px;
}
div.tabs ul li.selected:after,
div.tabs ul li.selected:before {
    bottom: -1px;
}

div.tabs ul li a {
    display: block;
    padding: 15px;
    color: #000;
    font-size: 17px;
    font-family: "OfficinaSerifITCW01-Med",Georgia,serif;
    letter-spacing: .025em;
    font-weight: normal;
    text-decoration: none;
    transition: all .2s;
    white-space: nowrap;
}
div.tabs ul li a:hover {
    background-color: #f2f4f5;
}
div.tabs ul li.selected a {
    background-color: #e4e8ea;
}


div.view-title {
    border-bottom: 2px solid #000;
    position: relative;
}
div.view-title.utils-shown h1,
div.view-title.utils-shown h2 {
    padding-right: 120px;
}
div.view-title p.type {
    font-size: 13px;
    margin: 10px 0;
    padding: 0;
}

#view-title-utils {
    position: absolute;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
.utils-hidden #view-title-utils {
    display: none;
}
#view-title-utils a {
    float: left;
    display: block;
    width: 40px;
    height: 40px;
    background-size: 24px 24px;
    background-position: center center;
    background-repeat: no-repeat;
}
#view-title-utils a span {
    display: none;
}
#view-title-utils a.link_print {
    background-image: url(../../gfx/icon_print.png);
}
#view-title-utils a.link_share {
    background-image: url(../../gfx/icon_share.png);
}
#view-title-utils a:hover {
    background-color: #e6e9ec;
}
#view-title-utils a:active {
    box-sizing: border-box;
    border: 4px solid #e6e9ec;
    border-right-color: transparent;
    border-bottom-color: transparent;
    background-color: transparent;
}
#view-title-utils a.link_share.active {
    background-size: 16px 16px;
    background-color: #fbfbfc;
    background-image: url(../../gfx/icon_close.png);
}


.share-bar {
    visibility: hidden;
    overflow: hidden;
    background: #fbfbfc;
    z-index: 51;
    max-height: 0;
    border-bottom: 1px solid transparent;
    transition: padding-top 0.25s, padding-bottom 0.25s;
}
.share-bar.visible {
    visibility: visible;
    padding: 10px 15px;
    max-height: none;
    border-bottom: 1px solid black;
}
.share-bar.visible > span {
    display: inline-block;
    padding-right: 30px;
}



div.focus-box {
    background: #e6e9ec;
    padding: 0 15px 15px;
    height: 230px;
    margin-bottom: 20px;
    position: relative;
    word-wrap: break-word;
    font-size: .8em;
    overflow: hidden;
}
div.focus-box.auto-height {
    /*background: lightcoral !important;*/
    height: auto;
    padding-bottom: 30px;
}
div.focus-box h3 {
    padding: 13px 15px 6px;
    margin: 30px -15px 15px;
    text-align: center;
    border-top: 2px solid black;
    border-bottom: 1px solid black;
    background: #e6e9ec;
    font-size: 1.2em;
    font-family: "OfficinaSerifITCW01-Med",Georgia,serif;
    letter-spacing: .025em;
    font-weight: normal;
    line-height: 1.2;
    color: black;
}
div.focus-box h3:first-child {
    margin-top: 0;
}
div.relations_lists div.focus-box h3 {
    text-align: left;
}
div.focus-box div.rendering h2 {
    font-size: 1.05em;
    line-height: 1.2;
}
div.focus-box div.rendering p.type {
    font-size: .8em;
    line-height: 1.2;
    margin: 0 0 7px;
}











div.portal_navigator_top, div.portal_navigator_bottom {
    border-top: 2px solid black;
    border-bottom: 1px solid white;
    background: #e6e9ec;
    padding: 5px;
}


.portal_navigation_panel {
    margin-bottom: 30px;
}

.search_box {
    background: #e6e9ec;
    /*border: 1px solid #f0f0f0;*/
    padding: 20px;
    margin-bottom: 30px;
}

.portal_simple_search {
    overflow: hidden;
    /*margin-bottom: 15px;*/
}
.portal_simple_search input.portal_searchfield,
.portal_simple_search input.portal_searchbutton {
    float: left;
    width: 80%;
    height: 40px;
    line-height: 40px;
    padding: 10px;
    border: 1px solid #a9a9a9;
    box-sizing: border-box;
}
.portal_simple_search input.portal_searchbutton {
    width: 20%;
    background: #203651;
    color: #fff;
    text-transform: uppercase;
    border-color: #14203e;
    padding: 0;
}

.portal_advanced_search {
    margin-top: 15px;
}
.portal_advanced_search_form {
    margin-top: 20px;
    overflow: hidden;
}
.portal_advanced_search_form .portal_facet_panel,
.portal_advanced_search_form .core_filter {
    float: left;
    width: 25%;
    padding-right: 7%;
    height: 60px;
}
.portal_advanced_search_form input,
.portal_advanced_search_form select,
.portal_advanced_search_form textarea {
    padding: 5px;
    border: 1px solid #a9a9a9;
    background: #fff;
    box-sizing: border-box;
    width: 100% !important;
}
.core_filter.double_select select {
    width: 40% !important;
}

.core_filter_multipleorganisations_reset {
    margin: 5px 0 10px;
}




.filter_container {
    margin-bottom: 30px;
}
.filter_container .search_index {
    background: #e6e9ec;
}
.filter_container .search_index a {
    display: inline-block;
    line-height: 30px;
    height: 30px;
    width: 33px;
    text-align: center;
    /*padding: 0 10px;*/
    border-left: 1px solid #c9cccf;
}
/* .filter_container .search_index a:first-child {
    border-left: 0;
} */
.filter_container .search_index a.search_index_unavailable {
    /*color: #ACACAC;*/
}
.filter_container .search_index a.search_index_selected {
    background: #4b6f97;
    color: #fff;
    font-weight: bold;
}

.filter_container .keywords-current-choice {
    font-weight: bold;
}
.filter_container .keywords-current-choice span.choice {
    font-weight: normal;
}


.search_box div.portal_disclosure {
    margin-top: 15px;
}


.filters {
    margin-top: 15px;
}
.filters ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.filters ul li {
    display: inline-block;
    margin-right: 20px;
}
.filters ul li a {
    display: block;
}




.relations_lists {
    margin: 30px 0;
}






.frontpage-intro {
    margin: 40px 0;
}





.graphviewer-button {
    text-align: center;
    margin-bottom: 20px;
}
.graphviewer-button a.portal_graphviewer_button {
    font-size: 13px;
}





h1,
div.view-title h2.title {
    font-size: 30px;
    font-family: "OfficinaSerifITCW01-Med",Georgia,serif;
    letter-spacing: .025em;
    font-weight: normal;
    line-height: 35px;
    color: black;
    margin-bottom:0px;
}

h2 {
    font-size: 26px;
    font-family: "OfficinaSerifITCW01-Med",Georgia,serif;
    letter-spacing: .025em;
    font-weight: normal;
    line-height: 32px;
    color: black;
}

h3 {
    font-size: 20px;
    font-family: "OfficinaSerifITCW01-Med",Georgia,serif;
    letter-spacing: .025em;
    font-weight: normal;
    line-height: 24px;
    color: black;
}

div.view > h3:first-child {
    margin-top: 0;
}


hr {
    height: 2px;
    clear: both;
    color: #000;
    background: #000;
    border: 0;
}

img {
    max-width: 100%;
    height: auto;
}

.content a {
    color: #003592;
    text-decoration: none;
}
.content a:hover {
    color: #0bb3df;
}

.link-buttons {
    text-align: right;
    position: absolute;
    right: 15px;
    bottom: 15px;
}
.link-buttons.static {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 15px;
}
.link-buttons a {
    display: inline-block;
    margin-left: 10px;
    background: #3151a0;
    color: #fff;
    font-size: 1em;
    line-height: 1.6em;
    padding: 0 5px;
}

p.type .family,
p.type .type_family {
    display: none;
}


p.view_id {
    display: none !important;
}


.highlight {
    background: yellow;
}

input, textarea, select {
    -webkit-appearance:none;
    -webkit-border-radius:0px;
}


b, strong {
    font-family: "OfficinaSansITCW01-Medi 734521";
    font-weight: normal;
}




@media only screen and (max-width: 959px) {

    .wrapper {
        width: 760px;
    }

    .en_GB #nav ul li {
        padding: 12px 26px;
    }

    .en_GB #nav ul li {
        padding: 12px 27px;
    }
    .de_DE #nav ul li {
        padding: 12px 17px;
    }

    #nav {
        height: 54px;
    }

    #nav ul li a {
        font-size: 16px;
        line-height: 30px;
    }

    div.content-left {
        width: 500px;
    }

    .filter_container .search_index a {
        width: 27px;
    }

}



/*
    Fluid for mobile from now and down
*/

@media only screen and (max-width: 759px) {

    body {
        font-size: 15px;
    }

    #page {
        padding-top: 10px;
    }

    .wrapper {
        width: 96%;
    }

    #header {
        height: 62px;
        border-bottom: 4px solid #343434;
    }

    #logo {
        margin-top: 8px;
    }

    #header-utils {
        margin-top: 22px;
    }

    #header-utils a {
        margin: 0 0 0 0;
        width: 22px;
        height: 22px;
        background-position: center center;
        background-size: 22px 22px;
        padding: 9px;
    }
    #header-utils a.link_menutoggle.active {
        background-size: 16px;
    }

    #header-utils a:hover {
        background-color: #f2f4f5;
    }
    #header-utils a span {
        display: none;
    }

    #header-utils a.link_menutoggle {
        display: block;
    }

    .quicksearch_form {
        margin-left: 0;
    }

    .quicksearch_field {
        display: none;
    }

    .quicksearch_button {
        width: 40px;
        height: 40px;
        background-size: 22px 22px;
    }

    #nav {
        display: none;
        height: auto;
    }
    #nav.visible {
        display: block;
    }

    #nav .wrapper {
        padding: 0;
        width: auto;
    }
    #nav ul li {
        width: 50%;
        padding: 10px 0 !important;
    }
    #nav ul li:after {
        display: none;
    }


    #breadcrumb {
        margin-bottom: 20px;
        border: 0;
    }

    div.content-left,
    div.content-right {
        float: none;
        width: auto;
    }
    div.content-left {
        margin-bottom: 30px;
    }

    .content-block:before {
        display: none;
    }

    div.focus-box {
        min-height: 230px;
        height: auto;
        padding-bottom: 30px;
        padding-left: 10px;
        padding-right: 10px;
    }
    div.focus-box.auto-height {
        min-height: 0;
    }

    .portal_advanced_search_form .portal_facet_panel,
    .portal_advanced_search_form .core_filter {
        width: 45%;
        padding-right: 5%;
        height: 70px;
    }

    div.tabs {
        overflow: auto;
        overflow-x: scroll;
        overflow-y: hidden;
    }

    div.tabs ul li a {
        padding: 12px;
        font-size: 16px;
    }


    #view-title-utils a.link_print {
        display: none;
    }

    .organisation_photos li,
    .person_photo {
        margin: 0 0 0 20px !important;
        max-width: 190px !important;
    }

    .filter_container .search_index a {
        width: 30px;
    }

    h1,
    div.view-title h2.title {
        font-size: 26px;
        line-height: 32px;
    }

    h2 {
        font-size: 22px;
        line-height: 26px;
    }

    .portal_list .rendering h2.title {
        font-size: 16px;
        line-height: 18px;
    }
}


/* Mobile */

@media only screen and (max-width: 599px) {

    .wrapper {
        width: 96%;
        padding: 0 2%;
    }

    #logo a {
        width: 46px;
        height: 46px;
        background-image: url(../../gfx/logo_icon.png);
    }

    #nav ul li {
        width: 100%;
    }

    .share-bar.visible > span {
        width: 45%;
        padding: 5px;
    }

    div.view-title.utils-shown h1, div.view-title.utils-shown h2 {
        padding: 0;
    }

    .portal_simple_search {
        margin-bottom: 8px;
    }

    .portal_simple_search input.portal_searchfield,
    .portal_simple_search input.portal_searchbutton {
        height: 36px;
        line-height: 36px;
    }

    .portal_simple_search input.portal_searchfield {
        width: 70%;
        padding: 5px;
    }

    .portal_simple_search input.portal_searchbutton {
        width: 30%;
    }

    .organisation_photos li,
    .person_photo{
        margin: 0 0 0 15px !important;
        max-width: 150px !important;
    }

    .frontpage-intro {
        margin: 30px 0;
    }

    .search_box {
        padding: 10px;
    }

    .portal_navigator_rss {
        display: none;
    }

    div.portal_navigator_top, div.portal_navigator_bottom {
        padding: 1px;
    }

    span.portal_navigator_links strong,
    span.portal_navigator_links a,
    span.portal_navigator_previous > span,
    span.portal_navigator_next > span,
    span.portal_navigator_prev_next a{
        display: inline-block;
        padding: 3px 6px;
        margin: 0;
    }

    h1,
    div.view-title h2.title {
        font-size: 22px;
        line-height: 26px;
    }

    h2 {
        font-size: 19px;
        line-height: 22px;
    }

    .portal_list  .rendering h2.title {
        font-size: 15px;
        line-height: 17px;
    }

    .portal_list .rendering p {
        margin: 3px 0;
    }

    div.portal_columns_column {
        float: none !important;
        width: auto !important;
    }
    div.portal_columns_column > div {
        padding: 0 !important;
    }

    .graphviewer-button {
        display: none;
    }

    div.rendering table.properties {
        margin: 25px 0;
    }

    div.rendering table.properties tr {
        overflow: hidden;
    }
    div.rendering table.properties tr th,
    div.rendering table.properties tr td{
        float: left;
        display: block;
        width: 100%;
    }
    div.rendering table.properties tr td {
        margin-bottom: 12px;
    }
}

div.renderings_list {
    overflow: hidden;
}
div.renderings_list div.rendering {
    margin-bottom: 15px;
}

ol.portal_list li.portal_list_item {
    padding: 10px 0;
}
ol.portal_list li.portal_list_item_group,
ol.portal_list li.portal_list_item_group_first {
    margin: 0;
    font-size: 15px;
    font-family: "OfficinaSerifITCW01-Med",Georgia,serif;
    letter-spacing: .025em;
    font-style: italic;
    font-weight: normal;
    line-height: 21px;
    padding: 20px 4px 7px;
}
ol.portal_list li.portal_list_item_group_first {
    padding-top: 12px;
}

.rendering h2.title {
    font-size: 18px;
    line-height: 20px;
    font-family: "OfficinaSerifITCW01-Med",Georgia,serif;
    letter-spacing: .025em;
    font-weight: normal;
    margin: 0 0 5px;
}
.rendering .relations {
    margin: 7px 0;
    padding: 0;
    list-style: none;
}
.rendering .relations.keywords,
.rendering .relations.keywords strong {
    font-weight: normal;
}
.rendering p {
    margin: 7px 0;
}
.rendering p.type {
    font-size: 11px;
    font-style: italic;
    color: #666;
}


.textblock {
    margin-bottom: 15px;
    word-wrap: break-word;
    white-space: normal;
}


.person_photo {
    float: right;
    overflow: hidden;
    margin-right: 20px;
    max-width: 220px;
    height: 220px;
}
.person_photo  img {
    max-width: 100%;
    height: auto;
    max-height: 100%;
    width: auto;
}



div.portal_navigator_rss a.rss_link {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('../../gfx/rss.png') left top no-repeat;
    margin-top: 5px;
    margin-left: 10px;
}

div.portal_content_properties span.remote_origin,
div.portal_content_properties span.workflow_step {
    padding: 3px 6px;
    background: #eee;
    border-radius: 2px;
    color: #555;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    border: 1px solid #e5e5e5;
}


ol.portal_list li div.search_count {
    float: right;
    padding: 10px;
    text-align: center;
    margin-top: 8px;
}
ol.portal_list li div.search_count span {
    display: block;
}






/***************************** Overrides *************************/

a.portal_hd_nochildren span {
    display: none !important;
}

/*.portal_columns_column.portal_columns_column_2 {*/
    /*width: 50% !important;*/
/*}*/
/*.portal_columns_column.portal_columns_column_2 > div {*/
    /*padding-right: 0 !important;*/
/*}*/

div.rendering table.properties tr.digital_object_identifiers {
    display: none;
}




/***************************** Properties *************************/

div.rendering table.properties
{
    width: 100%;
    font-size: 1em;
    border-spacing: 0;
    border-collapse: collapse;
}

div.rendering table.properties th
{
    padding: 1px 0;
    text-align: left;
    font-weight: normal;
    color: #666;
    white-space: nowrap;
    vertical-align: top;
    padding: 1px 10px 1px 0;
    width: 25%;
}

div.rendering table.rightProperties th
{
    text-align: right;
}

div.rendering table.groups
{
    margin-bottom: 5px;
}

div.rendering div.compactProperties table.properties
{
    width: auto;
}

div.rendering_clippingreferencesportal table.properties {
    margin-bottom: 10px;
}

div.rendering div.address {
    margin-bottom: 5px;
}
div.rendering div.address p,
div.phonenumbers p{
    margin: 0;
    padding: 0;
}
div.rendering div.address span.address_building span.type {
    display: none;
}



/* Navigator results */

.portal_empty {
    padding: 20px;
    text-align: center;
    font-style: italic;
}




/* Organisation */

.organisation_photos {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
    overflow: hidden;
}
.organisation_photos li {
    float: left;
    margin-right: 20px;
    max-width: 220px;
    height: 220px;
}
.organisation_photos li img {
    max-width: 100%;
    height: auto;
    max-height: 100%;
    width: auto;
}

.rendering_organisation_organisationcontactportal h3 {
    display: none;
}


.organisation_tabs li.journals,
.organisation_tabs li.press {
    display: none;
}


/* Person */
.person_cv_list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.person_tabs li.journals {
    display: none;
}

.portal_list .rendering_person .relations.organisations .minor {
    display: none;
}

.former_person_view{
    display: block;
    color:#3a3a3a;
    font-style: italic;
}
.former_person_short{
    display: block;
    color:#3a3a3a;
    font-style: italic;
}


/* Project */

.rendering_upmproject table.properties tr.status,
.rendering_upmproject table.properties tr.links {
    display: none;
}

.rendering_projectassociatesparticipantswithorganisations li {
    margin-bottom: 10px;
    display: block;
}




/* Address */

.address .rendering .postal_code,
.address .rendering .city {
    display: inline-block;
}
.address .rendering .postal_code {
    margin-right: 5px;
}

@media print {
* {
    overflow:visible !important;
}
    html, p {
        font-size: 12pt;
    }

    #header, #nav, #header-utils, .portal_navigation_content .search_box, .portal_navigator_top, #breadcrumb, .tabs, .graphviewer-button, .portal_columns_clear_end, .filter_container,
    .content-block:before, .focus-box .portal_link{
        display: none;
    }

    div.renderings_list div.rendering {
        margin-bottom:0;
    }
    #page {
        padding-top:0;
    }

    .person_photo, .organisation_photos li{
        float:left;
        height:auto;
    }

    .content-left,
    .content-right,
    .rendering_researchoutput_compact,
    .rendering,
    .portal_columns_column {
        display: block !important;
        width: 100% !important;
    }


    .portal_columns_column > div {
        padding: 0 !important;
    }

    table, th, td {
        border-collapse: collapse;
        width: 100%;
        text-align: left;
    }

    .content-right {
        border-top: 2px solid black;
        padding-top:20px;
    }

    .content-left, .content-right {
        margin-bottom: 20px;
    }

    .related_content_box.focus-box {
        margin-bottom:20px;
    }

    .rendering .title {
        display: block;
        text-align: left !important;
        padding-right: 0 !important;
        white-space: pre-wrap;
    }

    h1, h2, h3, h4, h5 {
        text-align: left !important;
        border: none !important;
        background: white !important;
    }

    .wrapper {
        padding: 0;
    }

    .wrapper, #page {
        margin: 0;
        width: 100%;
        max-width: none;
    }

    div.focus-box.auto-height {
        background: white !important;
        padding-left: 0;
    }

    div.focus-box {
        height: auto;
        background: white;
        margin: 0;
        padding: 0;
    }

    .relations_lists {
        margin: 10px 0;
    }

    div.focus-box h3 {
        padding: 0;
        margin: 10px 0;
    }
}


