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

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

h2.common
{
	color: #0054A6;
	font-size: 13px;
	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: 9px;
	padding: 1px 4px;
	display: inline-block;
	text-align: center;
	margin-bottom: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
}

div.rendering
{
	padding-bottom: 0.1px;
}

div.rendering h2
{
	margin: 0px;
	font-size: 1.1em;
}

div.rendering h3
{
	margin: 10px 0 0;
	font-size: 1em;
	color: #333;
}

div.rendering strong.title
{
	font-size: 1em;
}


div.rendering p
{
	font-size: 1em;
	margin: 0px;
}

div.rendering div.textblock p
{
	margin: 5px 0;
}

div.rendering_long div.textblock {
	margin: 5px 0;	
}

div.rendering p.type
{
	color: #999;
}

div.rendering p.type .strong
{
	font-weight: bold;
}

div.rendering .minor
{
	font-size: .8em;
	color: #333;
}

div.rendering .nonbold
{
	font-weight: normal;
}

div.rendering .dimmed
{
	color: #999;
}

div.rendering span.badge
{
	font-size: 10px;
	display: inline-block;
	height: 12px;
	line-height: 12px;
	padding: 0 4px;
	border: 1px solid #ddd;
	color: #aaa;
	font-weight: normal;
	border-radius: 3px;
}

div.rendering span.badge_warning
{
	color: #f66;
	border-color: #faa;
}

/**************************** Highlight ***************************/

div.rendering span.highlight {
	background-color: #ff0;
    background-color: rgba(255,255,0,0.6);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

div.rendering p.type span.highlight {
	background: none;
}

/***************************** Lists ******************************/

div.rendering ul.relations
{
	list-style: none;
	padding: 0;
	margin: 5px 0;
	font-size: 1em;
}

div.rendering ul.relations_unspaced
{
	margin: 0;
}

div.rendering td ul.relations
{
	margin: 0;
}

div.rendering ul.hierarchy
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 1em;
}

div.rendering ul.hierarchy ul.hierarchy
{
	list-style: disc;
	padding-left: 20px;
}

div.rendering ul.spaced li {
	margin-bottom: 5px;
	padding-left: 0;
}

div.rendering ul.small li {
	font-size: 11px;	
}

/***************************** 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;
}

/************************ Paragraph property **********************/

p.property strong
{
	font-weight: normal;
	color: #666;
}

/************************** Inline *********************/

span.rendering_inline span.minor
{
	font-size: .85em;
	
}

span.rendering_inline span.dimmed
{
	color: #666;
	font-weight: normal;
	
}

/************************** Compact *********************/

div.rendering_compact h2
{
	margin: 0;
	font-size: 1em;
}

div.rendering_compact div.address
{
	margin-top: 5px;
	font-style: italic;
}

/****************************** Short ******************************/

div.rendering_short p.type
{
	margin-top: 2px;
}

div.rendering p.keywords {
	color: #999;	
}

div.rendering p.keywords span.keywords_title {
	color: #000;	
}

div.rendering_short p.jobtitles {
	margin: 5px 0;
	color: #333;	
}

/****************************** Long ******************************/

div.rendering_long p.authors
{
	font-size: 1em;
	margin: 5px 0px;
}

div.rendering_long ul.organisations
{
	list-style: none;
	padding: 0px;
}

div.rendering_long p.abstract
{
	font-size: 0.9em;
	line-height: 1.4em;
	margin-bottom: 10px;
}

div.rendering_long p.type
{
	margin-top: 5px;
}

/********************** Files and images ***********************/

div.rendering_imagesportal div.image {
	margin-bottom: 10px;
	text-align: center;
} 

div.rendering_imagesportal img {
	margin: 10px 0;
	max-width: 500px;
}

div.rendering div.title_graphic img {
	margin-top: 10px;
	max-width: 550px;	
}

div.rendering_imagesportal div.textblock {
	margin-bottom: 10px;
	text-align: left;		
}

div.rendering_short img.logo_icon {
	background: white;
	float: left;
	max-width: 70px;
	padding: 5px;
	border: 1px solid #ddd;
	margin: 2px 5px 0 0;	
}

/********************** Definition lists ***********************/

div.rendering dl
{
	font-size: 1em;
	overflow: hidden;
	margin: 4px 0px 4px 0px;
	line-height: 1.4em;
}

div.rendering dt
{
	float: left;
	width: 180px;
	color: #666;
}

div.rendering dd
{
	margin-left: 200px;
	min-height: 17px;
}

div.rendering dd ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

div.rendering dl.compact dt
{
	float: none;
	width: auto;
	display: inline;
}

div.rendering dl.compact dd
{
	float: none;
	width: auto;
	display: inline;
	margin: 0 0 0 5px;
}

/**************************** VCARD *********************/

div.rendering_bibtex, div.rendering_ris, div.rendering_wos {
	font-family: monospace;	
}

/**************************** VCARD *********************/

div.vcard span.type
{
	display: none;
}

/************************** Compact *********************/

div.rendering_compact h2
{
	margin: 0;
	font-size: 1em;
}

/********************* Nested rendering *******************/

div.rendering div.rendering h4
{
	font-size: .9em;
	margin: 0;
}

/*********************** Dark context *******************/

/* Wrap renderings in "common_context_dark" if the background is dark */

.common_context_dark .rendering *, .common_context_dark .rendering
{
	color: #fff !important;
}

.common_context_dark div.rendering span.highlight {
	background-color: #660;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 0 3px;
}


/*********************** Search context *******************/

.common_context_search div.rendering span.timespan.ended {
    /* we want an ended time span to appear as red when the rendering is shown as a search result */
    color: #8C3F3F;
}


/************ Links (in editors): ************/

div.rendering_link h2 {
	word-wrap: break-word;
}

/************ Press activity: ************/


div.rendering_press span.program {
	padding-right: 4px;
	margin-right: 4px;
	border-right: solid 1px silver;	
}


div.rendering_classificationcomponent h2.title
{
	font-size: 12px;
}

/********** JournalArticle Short: **********/


div.rendering_writtenproduction_short h2, div.rendering_writtenproduction_short p.authors {
	display: inline;
	margin-right: 4px;	
}

div.rendering_nonwrittenproduction_short h2, div.rendering_nonwrittenproduction_short p.authors {
	display: inline;
	margin-right: 4px;
}

/************** Person Short ***************/

div.rendering_person_short ul.organisations {
	padding: 0px;
	margin-bottom: 4px;
	list-style: none;
}

div.rendering_person_short p.titles {
	font-style: italic;
	margin-bottom: 4px;	
}

/************** Person Long: **************/

div.rendering_abstractperson_long ul.organisations li {
	margin-bottom: 10px;	
}

/************ Organisation Short: ************/

div.rendering_organisation_short ul {
	margin: 4px 0;
	padding: 0;	
}

div.rendering_organisation_short ul.organisations li {
	list-style-type: none;	
}

div.rendering_organisation_short p.takenover
{
	margin: 5px 0;
	color: #98999A;
}


/************* Organisation Long: *************/

div.rendering_organisation_long ul {
	margin: 4px 0;
	padding: 0;
}
	
div.rendering_organisation_long div.address {
	float: left;	
}

/**************** User Long: *****************/

div.rendering_user_long p.profile {
	padding: 4px 0px;
}


/************************** Portal *********************/

div.rendering_detailsportal div.textblock
{
	line-height: 1.5em;
	color: #333333;
	margin-bottom: 10px;
}

div.rendering_detailsportal table.properties
{
	margin: 5px 0;
}

div.rendering_associatesparticipantsclassified li, div.rendering_linkextensionportal li
{
	margin: 3px 0;
}

div.rendering_abstractperson_personorganisations li
{
	margin: 10px 0;
}

/************ Curriculum Vitae (CV) ************/

div.rendering_personalinfocurriculumvitaeblock_standard img
{
	float: right;
	width: 80px;
}

div.rendering_curriculumvitaeblocktext p
{
	margin: 5px 0;
	line-height: 1.3em;
}

div.rendering_person_cv_long
{
	font-size: 12px;
}

div.rendering_person_cv_long div.address
{
	margin-bottom: 5px;
}

div.rendering_person_cv_long ul.organisations
{
	list-style: none;
	margin: 5px 0;
	padding: 0;
}

div.rendering_headingcurriculumvitaeblock h1
{
	font-size: 13pt;
	margin: 10px 0 5px;
	font-weight: normal;
}

div.rendering_textcurriculumvitaeblock
{
	font-size: 12px;
	line-height: 1.2em;
}

div.rendering_contentlistcurriculumvitaeblock
{
	font-size: 12px;
}

div.rendering_personalinfocurriculumvitaeblock
{
	overflow: hidden;
}

/********************* student project receipt ********************/

div.rendering_studentproject_receipt p
{
	margin-bottom: 10px;
}

div.rendering_organisation_profileinformation h3.subheader
{
	margin-top: 0;
}

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

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: 11px;
}

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: 10px;
	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;
}

/*! normalize.css v3.0.2 | 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,
menu,
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-color: 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;
}

/*symbol font (top nav etc.) */
@font-face {
	font-family: 'aauservice';
	src: url("../../fonts/aauservice.eot");
	src: url("../../fonts/aauservice.eot?#iefix") format("embedded-opentype"),
		url("../../fonts/aauservice.woff") format("woff"),
		url("../../fonts/aauservice.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

/* Symbol font (arrows etc.)*/
@font-face {
	font-family: 'aauother';
	src: url("../../fonts/aauother.eot");
	src: url("../../fonts/aauother.eot?#iefix") format("embedded-opentype"),
		url("../../fonts/aauother.woff") format("woff"),
		url("../../fonts/aauother.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}


/* DIN font */
/*@font-face {*/
	/*font-family: 'DINNextLTPro-Light';*/
	/*src: url('../../fonts/DINNextLTPro-Light.eot');*/
	/*src: local('âº'), url('../../fonts/DINNextLTPro-Light.woff') format('woff'), url('../../fonts/DINNextLTPro-Light.ttf') format('truetype'), url('../../fonts/DINNextLTPro-Light.svg') format('svg');*/
	/*font-weight: normal;*/
	/*font-style: normal;*/
/*}*/
/*@font-face {*/
	/*font-family: 'DINNextLTPro-LightCondensed';*/
	/*src: url('../../fonts/DINNextLTPro-LightCondensed.eot');*/
	/*src: local('âº'), url('../../fonts/DINNextLTPro-LightCondensed.woff') format('woff'), url('../../fonts/DINNextLTPro-LightCondensed.ttf') format('truetype'), url('../../fonts/DINNextLTPro-LightCondensed.svg') format('svg');*/
	/*font-weight: normal;*/
	/*font-style: normal;*/
/*}*/
/*@font-face {*/
	/*font-family: 'DINNextLTPro-Condensed';*/
	/*src: url('../../fonts/DINNextLTPro-Condensed.eot');*/
	/*src: local('âº'), url('../../fonts/DINNextLTPro-Condensed.woff') format('woff'), url('../../fonts/DINNextLTPro-Condensed.ttf') format('truetype'), url('../../fonts/DINNextLTPro-Condensed.svg') format('svg');*/
	/*font-weight: normal;*/
	/*font-style: normal;*/
/*}*/
/*@font-face {*/
	/*font-family: 'DINNextLTPro-Regular';*/
	/*src: url('../../fonts/DINNextLTPro-Regular.eot');*/
	/*src: local('âº'), url('../../fonts/DINNextLTPro-Regular.woff') format('woff'), url('../../fonts/DINNextLTPro-Regular.ttf') format('truetype'), url('../../fonts/DINNextLTPro-Regular.svg') format('svg');*/
	/*font-weight: normal;*/
	/*font-style: normal;*/
/*}*/
/*@font-face {*/
	/*font-family: 'DINNextLTPro-Medium';*/
	/*src: url('../../fonts/DINNextLTPro-Medium.eot');*/
	/*src: local('âº'), url('../../fonts/DINNextLTPro-Medium.woff') format('woff'), url('../../fonts/DINNextLTPro-Medium.ttf') format('truetype'), url('../../fonts/DINNextLTPro-Medium.svg') format('svg');*/
	/*font-weight: normal;*/
	/*font-style: normal;*/
/*}*/
/*@font-face {*/
	/*font-family: 'DINNextLTPro-Bold';*/
	/*src: url('../../fonts/DINNextLTPro-Bold.eot');*/
	/*src: local('âº'), url('../../fonts/DINNextLTPro-Bold.woff') format('woff'), url('../../fonts/DINNextLTPro-Bold.ttf') format('truetype'), url('../../fonts/DINNextLTPro-Bold.svg') format('svg');*/
	/*font-weight: normal;*/
	/*font-style: normal;*/
/*}*/

html, body {
    height: 100%;
}

html {
    font-size: 75%; /* 12px (100% = 16px) */
}

body {
    margin: 0;
    padding: 0;
    background: #aaa url(../../gfx/bg_blue.png) top center repeat fixed;
    font-family: Arial, sans-serif;
    font-size: 1rem;
    line-height: 150%;
    color: #6a7783;
}

body.bg-lightblue {
    background-image: url(../../gfx/bg_lightblue.png);
}
body.bg-grey {
    background-image: url(../../gfx/bg_grey.png);
}
body.bg-yellow,
body.phd-humanities {
    background-image: url(../../gfx/bg_yellow.png);
}
body.bg-green,
body.phd-socialsciences {
    background-image: url(../../gfx/bg_green.png);
}
body.bg-red,
body.phd-healthsciences {
    background-image: url(../../gfx/bg_red.png);
}
body.bg-dark,
body.phd-technicalnaturalsciences {
    background-image: url(../../gfx/bg_dark.png);
}



/* core layout blocks */

#page-outer {
    height: auto;
    min-height: 100%;
}
#page {
    padding-bottom: 100px;
}

.wrapper {
    margin: 0 auto;
    max-width: 972px;
    position: relative;
    padding: 0 2%;
}

.box {
    display: block;
    margin: 0 0 5px 5px;
    padding: 15px 20px;
    position: relative;
    word-wrap: break-word;
}
.box.box-white {
    background-color: #fff;
}
.box.box-grey {
    background-color: #eee;
}
.box.box-blue {
    background-color: #211a52;
    color: #fff;
}
.box.box-purple {
    background-color: #4306dd;
    color: #fff;
}

.box.box-custom-yellow {
    background-color: #f7c631;
    color: #000;
}
.box.box-custom-green {
    background-color: #c3da5d;
    color: #000;
}
.box.box-custom-red {
    background-color: #b81f24;
    color: #fff;
}
.box.box-custom-grey {
    background-color: #404041;
    color: #fff;
}
.box.box-custom-height {
    min-height: 130px;
}


.row:before,
.row:after {
    content: " ";
    display: table;
}
.row:after {
    clear: both;
}

.col {
    float: left;
    display: block;
    min-height: .5px;
}
.col-1-of-3 {
    width: 33.3333333333333333%;
}
.col-2-of-3 {
    width: 66.6666666666666667%;
}
.col-1-of-4 {
    width: 25%;
}
.col-1-of-2,
.col-2-of-4 {
    width: 50%;
}
.col-3-of-4 {
    width: 75%;
}

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


.flexbox .grid-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.grid-container .grid-item {
    padding-bottom: 20px;
}
.flexbox .grid-container .grid-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 46%;
}
.flexbox .grid-container .grid-item:nth-child(odd) {
    padding-right: 4%;
}
.flexbox .grid-container .grid-item:nth-child(even) {
    padding-left: 4%;
}




/* helpers */

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}

.align-left {
    text-align: left;
}
.align-center {
    text-align: center;
}
.align-right {
    text-align: right;
}

.pull-left {
    float: left;
}
.pull-right {
    float: right;
}

.margin-top,
.margin-bottom,
.margin-right,
.margin-left,
.margin-vertical,
.margin-horizontal {
    display: block;
}
.margin-top {
    margin-top: 14px !important;
}
.margin-bottom {
    margin-bottom: 14px !important;
}
.margin-right {
    margin-right: 20px !important;
}
.margin-left {
    margin-left: 20px !important;
}
.margin-vertical {
    margin: 12px 0 !important;
}
.margin-horizontal {
    margin: 0 12px !important;
}
.no-margin-top {
    margin-top: 0 !important;
}
.no-margin-bottom {
    margin-bottom: 0 !important;
}


.overflow-hidden {
    overflow: hidden;
}




ul.list {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.list ul {
    margin: 4px 0 10px 20px;
    padding: 0;
    list-style: none;
}
ul.list li,
ul.list.list-vertical li {
    display: block;
    overflow: hidden;
}
ul.list li.empty {
    display: none;
}
ul.list.list-horizontal li {
    display: inline-block;
    margin-right: 12px;
}
ul.list.list-horizontal li:last-child {
    margin-right: 0;
}
ul.list.list-white a {
    color: #fff;
}




/* presentation */

.browsehappy {
    background: yellow;
    padding: 10px;
}
.browsehappy a {
    font-weight: bold;
    text-decoration: underline;
}


#quicklinks-outer {
    min-height: 82px;
    z-index: 100;
    position: relative;
    z-index: 100;
}

#quicklinks {
    position: relative;
    height: 20px;
    padding: 15px 0;
    text-align: center;
    -webkit-transition: height .5s; /* Safari */
    transition: height .5s;
}
#quicklinks:hover,
#quicklinks.shortcuts-open {
    height: 46px;
}

#quicklinks a {
    display: block;
    color: #d0d5da;
}
#quicklinks:hover a,
#quicklinks.shortcuts-open a {
    color: #a2acb6;
}
#quicklinks a:hover {
    color: #4306DD;
}


#quicklinks a.link-mobilemenu {
    float: left;
    margin-left: 15px;
    display: none;
}
#quicklinks a.link-search {
    float: right;
    margin-right: 15px;
}

#quicklinks span.label {
    display: block;
    visibility: hidden;
    font-family: "DIN Next W01 Regular", "Helvetica", sans-serif;
    font-size: .75rem;
    text-transform: uppercase;
}
#quicklinks:hover span.label,
#quicklinks.shortcuts-open span.label{
    visibility: visible;
}


#quicklinks ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#quicklinks ul.menu > li {
    display: inline-block;
    margin: 0 5px;
}
#quicklinks ul.menu > li.link-shortcuts {
    float: left;
    margin-left: 15px;
}

#quicklinks ul.shortcuts {
    position: absolute;
    left: 0;
    top: 76px;
    width: 200px;
    display: none;
}
#quicklinks.shortcuts-open ul.shortcuts {
    display: block;
}
#quicklinks ul.shortcuts li {
    display: block;
}
#quicklinks ul.shortcuts li a {
    display: block;
    margin-top: 6px;
    padding: 17px 15px 13px;
    text-align: left;
    background: #fff;
    text-transform: uppercase;
    font-size: .85rem;
    font-weight: bold;
}



#quicklinks span.icon:before {
    font-family: 'aauservice';
    display: block;
    margin: 0 auto 10px;
    text-transform: none;
    font-size: 21px;
    font-weight: normal;
    speak: none;
    text-align: center;
}

/* Individual icons */
#quicklinks span.icon.icon-mobile:before,
#quicklinks span.icon.icon-shortcuts:before {
    content: "q";
}

#quicklinks span.icon.icon-about:before {
    content: "2";
}

#quicklinks span.icon.icon-organisation:before {
    content: "t";
}

#quicklinks span.icon.icon-vacancies:before {
    content: "3";
}

#quicklinks span.icon.icon-studentsAndStaff:before {
    content: "1";
}

#quicklinks span.icon.icon-en_GB:before {
    content: "y";
}

#quicklinks span.icon.icon-da_DK:before {
    content: "u";
}

#quicklinks span.icon.icon-search:before {
    content: "i";
}






#logo {
    padding-left: 0;
    padding-right: 0;
}
#logo img.logo {
    max-width: 160px;
    height: auto;
}
#logo img.logo.logo-print {
    display: none;
}
#co-logo {
    position: absolute;
    right: 20px;
    top: 13px;
    max-width: 65px;
    height: auto;
}

#title {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}
#title span {
    display: inline-block;
    position: relative;
    padding-bottom: 2px;
    color: #fff;
    font-family: "DIN Next W01 Bold", "Helvetica", sans-serif;
    font-size: 2.5rem;
    line-height: 100%;
    text-shadow: 1px 1px 2px rgba(33,26,82,.25);
    text-transform: uppercase;
}
#title span:after {
    content: '';
    display: block;
    margin: auto;
    height: 2px;
    width: 0px;
    background: transparent;
    transition: width .4s ease, background-color .4s ease;
}
#title span:hover:after {
    width: 100%;
    background: #fff;
}


#breadcrumb { }
#breadcrumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#breadcrumb ul li {
    display: inline;
    margin-right: 10px;
}
#breadcrumb span {
    display: inline-block;
    color: #a1abb5;
    font-family: "DIN Next W01 Regular", "Helvetica", sans-serif;
    font-size: .75rem;
    line-height: 30px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    transition: color .2s;
}
#breadcrumb span:hover {
    color: #010001;
}
#breadcrumb span.separator:after {
    content: '\002F';
}
#breadcrumb ul li:last-child {
    margin-right: 0;
}
#breadcrumb ul li:last-child span {
    color: #010001;
}


/*
#tabs-global {
    height: 88px;
}
#tabs-global .box {
    margin-bottom: 0;
}

.tab {
    text-align: center;
    text-decoration: none;
}
.tab:after {
    font-family: "aauother";
    font-weight: normal;
    font-size: 2.166rem;
    line-height: 16px;
    display: block;
    text-align: center;
    text-transform: none;
    content: 'r';
}
.tab .title {
    display: block;
    color: #211a52;
    margin-bottom: 4px;
}
.tab .title-sub {
    overflow: hidden;
    height: 0;
    -webkit-transition: height .3s ease-out, padding .3s ease-out, margin-bottom .3s ease-in-out;
    transition: height .3s ease-in-out, padding .3s ease-in-out, margin-bottom .3s ease-in-out;
}
.tab:hover .title-sub {
    height: 16px;
}
*/

#statistics {
    padding-top: 30px;
    padding-bottom: 5px;
}
#statistics ul {
    margin: 0 7%;
}

#person-vcard {
    background: #fafafa url(../../gfx/person-vcard-bg.png) right bottom no-repeat;
    background-size: 313px auto;
    margin-bottom: 0;
}

div.box a.portal_graphviewer_button {
    display: block;
    width: 97px;
    height: 71px;
    padding: 45px 10px 0;
    background: url(../../gfx/relationgraph-bg.png) center top no-repeat;
    background-size: 100%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    text-decoration: none;
    line-height: 150%;
    font-size: 1rem;
    font-family: "DIN Next W01 Regular", "Helvetica", sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
}
div.box a.portal_graphviewer_button span {
    background: 0;
    height: auto;
    display: inline;
    padding: 0;
    margin: 0;
    float: none;
}

#navigation-portal .list li {
    padding: 2px 0;
}

#portal-info {
    margin: 0;
}
#portal-info .box {
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
}
#portal-info a.login {
    background: url(../../gfx/pure.png) left center no-repeat;
    padding-left: 24px;
    line-height: 16px;
}
#portal-info a.login span {
    margin-top: 2px;
}



#footer-outer {
    position: relative;
    bottom: 0;
}

#footer-toggle {
    border-radius: 50%;
    position: absolute;
    top: -62px;
    left: 50%;
    margin-left: -18px;
    transition: box-shadow .3s, transform .6s;
}
#footer-toggle:hover {
    box-shadow: 0 0 10px #A5A5A5;
}

#footer-content {
    background: #fff;
}
#footer-content ul {
    margin: 12px 0 0;
    padding: 0;
    list-style: none;
}
#footer-content ul li {
    margin: 6px 0;
}
#footer-content .footer-content-column1 a {
    font-weight: bold;
}



.overlay {
    background: /* 50% transparent black - for browsers that dosnt support rgba (IE8) */  url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRF?BVHjaYmRgYGhgoCJgYqAyGDVw1MBRA0cNHDVwqBgIEGAArREAqMEhf8AAAAAASUVORK5CYII=')  repeat 0 0;
    background: rgba(0,0,0,.5);
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    opacity: 1;
}




/* forms */

/* forms: prevent rounded Mac behaviour */
input,
select,
textarea {
    border-radius: 0;
    outline: 0;
}
input:active,
input:focus,
select:active,
select:focus,
textarea:active
textarea:focus {
    outline: 0 !important;
    color: #000;
    border-color: #4306dd;
}


.search-box {
    overflow: hidden;
    position: relative;
}
.search-box input.portal_searchfield {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 28px;
    line-height: 28px;
    padding: 0 46px 0 10px;
    border: 1px solid #211a52;
    transition: all .2s;
}
.search-box input.portal_searchfield:hover,
.search-box input.portal_searchfield:focus,
.search-box input.portal_searchfield:active {
    color: #000;
    border-color: #4306dd;
}
.search-box input.search-button {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 46px;
    height: 26px;
    background: white url(../../gfx/search-button.png) center center no-repeat;
    text-indent: -9999px;
    overflow: hidden;
    border: none;
}


.checkbox {
    display: inline-block;
    overflow: hidden;
    margin-right: 20px;
}
.checkbox input {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
}
.checkbox-label {
    display: block;
    float: left;
    margin-left: 5px;
    font-family: "DIN Next W01 Regular", "Helvetica", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.checkbox-label label {
    cursor: pointer;
    line-height: 22px;
    transition: color .2s;
}
.checkbox-label:hover label {
    color: #211a52;
}
.checkbox-input {
    display: block;
    float: left;
    width: 17px;
    height: 17px;
    background: #efeff3;
    border: 1px solid #292258;
    position: relative;
}
.checkbox-input label {
    cursor: pointer;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 1px;
    top: 1px;
    background: #fff;
}
.checkbox-input label:after {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content:'';
    position: absolute;
    width: 11px;
    height: 11px;
    background: #211a52;
    top: 2px;
    left: 2px;
    transition: all .2s;
}
.checkbox-input label:hover::after {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.3;
}
.checkbox-input input[type=checkbox]:checked + label:after {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}






/* texts */

h1,
h2 {
    color: #000;
    font-weight: bold;
    line-height: 120%;
}

h3,
#sidebar h3.subheader,
span.title {
    /*display: inline-block;*/
    display: block;
    margin: 0;
    font-family: "DIN Next W01 Bold", "Helvetica", sans-serif;
    font-size: 1.166rem;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.box.box-white-text h3,
.box.box-white-text h3.subheader,
.box.box-white-text span.title,
.box.box-white-text a {
    color: #fff;
}
.box.box-white-text p.dimmed {
    color: #CBCBCB;
}

h1,
h2 {
    display: block;
    margin: 7px 0 18px;
}
h2.title {
    font-weight: normal;
}
h3,
div.view_content h3 {
    display: block;
    margin: 10px 0 5px;
    color: #000;
    font-size: 1.167rem;
}
#sidebar h3.subheader {
    /*margin: 0 0 10px;*/
    margin: 8px 0 14px;
}
div.view_content h3.publication_export {
    margin-top: 30px;
}


span.title.title-sub {
    font-family: "DIN Next W01 Bold", "Helvetica", sans-serif;
    font-size: .75rem;
    color: #A2ACB6;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 3px;
}



.type {
    margin: 0;
}

a {
    color: #211A52;
    text-decoration: none;
}
a:hover {
    color: #4306DD;
}
.selected > a {
    font-family: "DIN Next W01 Bold", "Helvetica", sans-serif;
}

a.link {
    /*text-shadow : 0 0 0 #211A52;*/
}

a.bold-link {
    font-size: 1.16rem;
    font-weight: bold;
}

.minor-text {
    font-size: .95rem !important;
}

a.arrow-link,
.arrow-link a {
    font-family: "DIN Next W01 Bold", "Helvetica", sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
}
a.arrow-link::after,
.arrow-link a::after {
    display: inline-block;
    content: ' ';
    width: 5px;
    height: 9px;
    margin-left: 8px;
    background: url(../../gfx/arrow-link-purple.png) right 30% no-repeat;
    transition: margin-left .2s;
}
a.arrow-link.arrow-link-white::after,
.arrow-link.arrow-link-white a::after {
    background-image: url(../../gfx/arrow-link-white.png);
}
a.arrow-link:hover::after,
.arrow-link a:hover::after {
    margin-left: 16px;
}
a.arrow-link.arrow-link-light,
.arrow-link.arrow-link-light a {
    font-family: "DIN Next W01 Light", "Helvetica", sans-serif;
}
a.arrow-link.selected,
.arrow-link .selected,
.arrow-link .selected > a {
    font-family: "DIN Next W01 Bold", "Helvetica", sans-serif;
}
a.arrow-link.arrow-link-big,
.arrow-link.arrow-link-big a {
    font-size: 1.1rem;
    letter-spacing: 2px;
}



.arrow {
    display: inline-block;
    background: url(../../gfx/arrow-right.png) center center no-repeat;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all .4s;
}
.arrow.arrow-white {
    background-image: url(../../gfx/arrow-white-right.png);
}
.arrow.arrow-light {
    opacity: .5;
}
.arrow.arrow-light:hover {
    opacity: .8;
}

.arrow.arrow-right {
    /*background-image: url(../../gfx/arrow-right.png);*/
}
.arrow.arrow-left {
    /*background-image: url(../../gfx/arrow-left.png);*/
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}
/*.arrow.arrow-white.arrow-left {
    background-image: url(../../gfx/arrow-white-left.png);
}*/
.arrow.arrow-up {
    /*background-image: url(../../gfx/arrow-up.png);*/
    -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
}
/*.arrow.arrow-white.arrow-up {
    background-image: url(../../gfx/arrow-white-up.png);
}*/
.arrow.arrow-down {
    /*background-image: url(../../gfx/arrow-down.png);*/
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}
/*.arrow.arrow-white.arrow-down {
    background-image: url(../../gfx/arrow-white-down.png);
}*/

.arrow,
.arrow.arrow-big {
    width: 36px;
    height: 36px;
}
.arrow.arrow-small {
    width: 25px;
    height: 25px;
}



/* various */

.list-content > li {
    padding: 10px 0;
}
.list-content div.rendering h2,
.portal_list .portal_list_item div.rendering h2 {
    margin-bottom: 3px;
    font-size: 1rem;
    font-weight: bold;
}
.portal_list .portal_list_item div.rendering h2,
.portal_list .portal_list_item div.rendering strong {
    font-size: 1.1rem;
}
.list-content span.circle {
    float: right;
    display: block;
    margin-left: 20px;
    background: #211a52;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    font-size: 1.01rem;
    font-family: "DIN Next W01 Regular", "Helvetica", sans-serif;
    color: #fff;
    text-align: center;
}
.list-content p.type,
.portal_list .portal_list_item p.type {
    display: block;
    margin: 0;
    font-size: .9rem;
    color: #999;
}

ul.list-cycle li {
    margin-bottom: 0;
}
.list-cycle-controls {
    float: right;
    margin: 10px 0;
}
.list-cycle-controls div {
    margin-left: 8px;
}
.list-cycle-controls div:hover {
    cursor: pointer;
}

.list-cycle-pager {
    overflow: hidden;
}
#list-cycle-pager-persons {
    padding-bottom: 10px;
}
.list-cycle-pager span {
    display: inline-block;
    width: 15px;
    height: 15px;
    overflow: hidden;
    margin-right: 3px;
    font-size: 40px;
    line-height: 15px;
    color: #dadada;
}
.list-cycle-pager span:hover {
    cursor: pointer;
}
.list-cycle-pager span.cycle-pager-active {
    color: #211A52;
}


ul.stats {
    padding: 0;
    list-style: none;
    text-align: justify;
    font-size: 0.1px;
}
ul.stats li {
    display: block;
}
ul.stats.stats-horizontal li {
    display: inline-block;
}
ul.stats.stats-horizontal:after{
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
}
ul.stats span {
    display: inline-block;
    color: #6a7783;
    font-size: 1rem;
    font-family: "DIN Next W01 Regular", "Helvetica", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}
ul.stats li:hover span {
    color: #27323C;
}
ul.stats.stats-big span {
    font-size: 1.16rem;
}
ul.stats span.count {
    color: #211a52;
    font-size: 1.2rem;
    font-family: "DIN Next W01 Bold", "Helvetica", sans-serif;
}
ul.stats.stats-big span.count {
    font-size: 1.5rem;
}



/* images */

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

img.banner {
    margin: 5px 0 20px;
    overflow: hidden;
}



/* navigator */

div.portal_navigator_top,
div.portal_navigator_bottom {
    overflow: visible;
}

div.portal_navigator_top:before,
div.portal_navigator_bottom:before,
div.portal_navigator_top:after,
div.portal_navigator_bottom:after {
    content: " ";
    display: table;
}
div.portal_navigator_top:after,
div.portal_navigator_bottom:after {
    clear: both;
}

div.portal_navigator_top,
div.portal_navigator_result,
div.portal_navigator_bottom,
div.portal_navigator_pages {
    display: block;
    margin: 0 0 5px 5px;
    padding: 15px 20px;
    position: relative;
}

div.portal_navigator_top,
div.portal_navigator_bottom {
    background: #eee;
    border: 0 !important;
    letter-spacing: 1px;
    font-family: "DIN Next W01 Regular", "Helvetica", sans-serif;
    font-weight: normal;
    text-transform: uppercase;
}
div.portal_navigator_bottom {
    background: #fff;
}
div.portal_navigator_top,
div.portal_navigator_top *,
div.portal_navigator_bottom,
div.portal_navigator_bottom * {
    color: #54616e;
}
div.portal_navigator_top b,
div.portal_navigator_top strong,
div.portal_navigator_bottom b,
div.portal_navigator_bottom strong {
    font-weight: normal;
}

div.portal_navigator_pages {
    text-align: center;
}
div.portal_navigator_pages span,
div.portal_navigator_pages strong {
    display: inline-block;
    line-height: 20px;
    border-radius: 0;
    vertical-align: middle;
}
div.portal_navigator_pages .portal_navigator_previous {
    margin-right: 20px;
}
div.portal_navigator_pages .portal_navigator_next {
    margin-left: 20px;
}
div.portal_navigator_pages .portal_navigator_previous_disabled,
div.portal_navigator_pages .portal_navigator_next_disabled {
    opacity: .5;
}

div.portal_navigator_result {
    background: #fff;
}


li.portal_list_item_group {
    margin: 15px 0 2px;
    background: #eee;
    padding: 4px 8px;
    border: 0;
}
li.portal_list_item_group_first {
    margin-top: 5px;
}

ol.portal_list li.portal_list_item {
    border: 0 !important;
    padding: 12px 0;
}
ol.portal_list li.portal_list_item ul.relations {
    margin: 0;
    font-size: .9rem;
}

div.portal_navigator div.rendering {
    padding: 0;
}

div.portal_navigator_rss {
    float: right;
    margin: 5px 0 0 10px;
}
div.portal_navigator_rss a.rss_link {
    display: block;
    width: 16px;
    height: 16px;
    background: url(../../gfx/rss.png) center center no-repeat;
    background-size: cover;
}
div.portal_navigator_rss a.rss_link span {
    display: none;
}

div.portal_navigator_popup_content {
    background: #f6f6f6;
    border-radius: 0;
    letter-spacing: 0;
    text-transform: none;
    font-family: Arial, sans-serif;
}






/* index */

.search_index {
    text-align: center;
}
.search_index a {
    display: inline-block;
    color: #fff;
    font-family: "DIN Next W01 Medium", "Helvetica", sans-serif;
    padding: 3px 5px;
}
.search_index a:hover,
.search_index a.search_index_selected {
    color: #fa8716;
}




/* result */

ol.portal_list li.portal_list_item div.sfx_link {
    float: right;
    margin-left: 5px;
}

div.portal_content_properties {
    margin: 0 0 10px 10px;
}

div.portal_content_properties span.workflow_step,
div.portal_content_properties span.project_status,
div.portal_content_properties span.remote_origin,
div.portal_content_properties span.note {
    height: 14px;
    line-height: 16px;
    display: inline-block;
    background: #f6f6f6;
    font-size: 10px;
    font-family: "DIN Next W01 Regular", "Helvetica", sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #555;
    padding: 0 4px;
    white-space: nowrap;
    vertical-align: middle;
    float: none;
}

div.portal_content_properties span.file_attachment {
    margin: 0 0 0 3px;
    vertical-align: middle;
}








/* experts */

div.person_experts {
    background: url('../../gfx/expert.png') right top no-repeat;
}
div.person_experts a {
    display: block;
    padding: 2px 0;
}





/* view */

div.view_title {
    margin-bottom: 20px;
}

div.view_title div.rendering h2.title {
    /* should look like a h1 */
    color: #000;
    font-weight: bold;
    line-height: 130%;
    font-size: 2rem;
    margin-top: 5px;
    margin-bottom: 5px;
}

div.view_title p {
    font-size: 1.1rem !important;
    font-weight: bold;
    color: #939292;
}

span.view_id {
    display: block;
    margin-top: 20px;
    font-size: .8rem;
    font-family: "DIN Next W01 Light", "Helvetica", sans-serif;
    color: #A9ABB5;
    letter-spacing: 1px;
}

.multiple_rendering_spacing div.rendering {
    margin-bottom: 20px;
}

div.rendering .type_classification_parent {
    display: none;
}

div.rendering.rendering_lecture .type_classification_parent {
    display: inline;
}

div.view_content > .rendering {
    margin-bottom: 15px;
}
div.view_content > .rendering > h3 {
    margin-top: 20px;
}
#person-vcard .person_info_text > .rendering {
    margin-bottom: 10px;
}

.downloads_chart {
    margin-top: 25px;
}

.pure_altmetric_component {
    margin-top: 25px;
}



/* searchall */

.searchall_results {
    margin-top: 25px;
}
.searchall_results_group {
    margin-bottom: 25px;
}




/* advanced search */

.core_searchform_advanced {
    overflow: hidden;
    margin-top: 17px;
}
.core_searchform_advanced .core_filter {
    float: left;
    width: 50%;
    min-height: 56px;
}

.core_searchform_advanced .core_filter_legend {
    color: #211A52;
    letter-spacing: 1px;
    font-family: "DIN Next W01 Regular", "Helvetica", sans-serif;
    font-weight: normal;
    text-transform: uppercase;
}

.core_searchform_advanced select,
.core_searchform_advanced input,
.core_searchform_advanced textarea {
    width: 90%;
    box-sizing: border-box;
    padding: 3px;
    background: #fff;
    border: 1px solid #211A52;
    height: 26px;
    line-height: 26px;
    color: #222;
}

.core_searchform_advanced .core_filter_publicationyears_content select,
.core_searchform_advanced .project_date_filter select,
.core_searchform_advanced #startDate_container input,
.core_searchform_advanced #endDate_container input {
    width: 35%;
}





/* filters */

div.filters {
    font-family: "DIN Next W01 Regular", "Helvetica", sans-serif;
    text-transform: uppercase;
}



/* publication */

div.rendering_publication_detailsportal div.abstract {
    display: none;
}
div.rendering_publication_detailsportal table.properties .digital_object_identifiers {
    display: none;
}



/* documents box */
div.box-documents-rendering {
    background-image: url(../../gfx/documents_icon.png);
    /*background-position: 95% 8%;*/
    background-position: calc(100% - 15px) calc(0% + 15px);
    background-repeat: no-repeat;
}
div.box-documents-rendering p.dimmed {
    font-size: .9rem;
}
div.box-documents-rendering ul.relations li {
    margin-top: 15px;
}
div.box-documents-rendering ul.relations li:first-child {
    margin-top: 0;
}



/* address */

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




/* cv */

.person_cv_pdf_button {
    float: right;
    margin-bottom: 20px;
}
.person_cv_pdf_button a {
    display: inline-block;
    padding-left: 32px;
    line-height: 20px;
    background: url(../../gfx/pdf.png) left center no-repeat;
}
.person_cv_pdf_button a::after {
    display: none;
}

.person_cv_content h1,
.person_cv_content h2 {
    margin-top: 30px;
}

.person_cv_content h1 {
    font-family: "DIN Next W01 Bold", "Helvetica", sans-serif;
    font-size: 1.3rem;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 7px;
}
.person_cv_content .rendering_person span.person {
    font-weight: bold;
    color: #000;
    font-size: 1.4rem;
    line-height: 1.8;
}
.person_cv_content .rendering_classifiedaddress {
    margin-top: 15px;
}
.person_cv_content .rendering_classifiedaddress strong {
    color: #000;
}
.person_cv_content .rendering_contentlistcurriculumvitaeblock > .rendering {
    margin-bottom: 12px;
}
.person_cv_content .rendering_contentlistcurriculumvitaeblock > .rendering p {
    font-size: .9rem;
}
.person_cv_content div.rendering ul.relations {
    margin: 0;
}





/* special cases */

.rendering_abstractpublisher p.minor {
    display: none;
}





/* projects */

.rendering_project_projectrelationsportal ul.relations li {
    margin: 5px 0;
}





/* persons */

.person_info_image {
    width: 120px;
}
.person_info_text_hasimage {
    margin-left: 140px;
}

.featuredresearcher_image {
    width: 80px;
}
.featuredresearcher_text_hasimage {
    margin-left: 100px;
}

div.rendering_short p.jobtitles {
    margin: 2px 0;
}

div.rendering_short .relations.organisations span.minor {
    display: none;
}

.rendering_profileinformationportal .textblock {
    position: relative;
    overflow: hidden;
    transition: height .3s ease;
}

.rendering_profileinformationportal .textblock.truncated:after {
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,.8) 40%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,.8) 40%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,.8) 40%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 15px;
}

.rendering_profileinformationportal .textblock.active:after {
    background: none;
    transition: all .3s ease;
}

.rendering_profileinformationportal .textblock.truncated + .readMore {
    display: inline-block;
    margin-top: 5px;
}

.rendering_profileinformationportal .textblock + .readMore + .subheader { 
    margin-top: 20px;
}

/* desktop */

@media screen and (min-width: 651px) {
    .align-left-desktop {
        text-align: left;
    }

    .align-center-desktop {
        text-align: center;
    }

    .align-right-desktop {
        text-align: right;
    }
}



/* tablet */

@media screen and (max-width: 800px) {
    div.portal_navigator_window_and_pagesize,
    div.portal_navigator_ordering {
        float: none;
    }
    div.portal_navigator_rss {
        display: none;
    }


    .person_info_image {
        width: 90px;
    }
    .person_info_text_hasimage {
        margin-left: 110px;
    }

    .featuredresearcher_image {
        width: 60px;
    }
    .featuredresearcher_text_hasimage {
        margin-left: 80px;
    }

}


/* mobile */

@media screen and (max-width: 650px) {
    .wrapper {
        padding: 0 1.2%;
    }
    .box {
        margin-left: 0;
    }
    .col {
        float: none;
        width: 100%;
    }

    .halfsize {
        width: auto;
        float: none !important;
    }

    .flexbox .grid-container .grid-item {
        width: auto;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /* #tabs-global {
        height: auto;
    }
    #tabs-global .box {
        margin-bottom: 5px;
    }  */

    #quicklinks {
        overflow: visible;
        height: 20px;
        padding: 15px 0;
    }
    #quicklinks:hover, #quicklinks.shortcuts-open {
        height: 20px;
    }

    #quicklinks a.link-mobilemenu {
        display: block;
    }
    #quicklinks a.link-mobilemenu span.label {
        visibility: hidden;
    }
    #quicklinks.menu-open a.link-mobilemenu span.label {
        visibility: visible;
    }
    #quicklinks a.link-search span.label {
        display: none;
    }

    #quicklinks ul.menu {
        display: none;
        float: left;
        margin-top: 9px;
        width: 100%;
    }
    #quicklinks.menu-open ul.menu {
        display: block;
    }
    #quicklinks ul.menu > li {
        display: block;
        margin: 6px 0 0;
    }
    #quicklinks ul.menu > li.link-shortcuts {
        float: none;
        margin-left: 0;
    }
    #quicklinks ul.menu > li > a {
        display: block;
        padding: 15px;
        text-align: left;
        background-color: white;
        height: 21px;
    }

    #quicklinks span.icon {
        display: inline-block;
        vertical-align: middle;
        line-height: 16px;
        margin: 0;
        color: inherit;
    }

    #quicklinks a.link-mobilemenu span.icon,
    #quicklinks ul.menu span.icon {
        padding: 0 20px 0 0;
    }


    #quicklinks span.label {
        display: inline-block;
        vertical-align: middle;
        line-height: 16px;
        margin: 0;
    }

    #quicklinks.menu-open a {
        color: #a2acb6;
    }
    #quicklinks.menu-open span.label{
        visibility: visible;
    }

    #quicklinks ul.shortcuts {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
    }
    #quicklinks ul.shortcuts li a {
        padding: 15px;
    }

    #co-logo {
        max-width: 40px;
    }

    #statistics ul {
        margin: 0;
    }
    #statistics ul li {
        display: block;
        text-align: center;
    }

    #breadcrumb span {
        line-height: 20px;
    }


    .person_cv_pdf_button {
        float: none !important;
    }


    .person_expert_logo {
        float: none;
    }


    .person_info_image {
        width: 40px;
        margin: 0 15px 15px 0;
    }
    .person_info_text_hasimage {
        margin-left: 0;
    }

    .featuredresearcher_image {
        width: 40px;
    }
    .featuredresearcher_text_hasimage {
        margin-left: 55px;
    }

}

@media print {

    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    /*
     * Layout specific
     */

    #quicklinks-outer,
    #logo #co-logo,
    #statistics,
    #breadcrumb,
    #sidebar,
    #footer-outer,
    .overlay {
        display: none !important;
    }

    #logo {
        text-align: center;
    }
    #logo img.logo {
        max-width: 120px !important;
    }
    #logo img.logo.logo-screen {
        display: none;
    }
    #logo img.logo.logo-print {
        display: inline-block;
    }

    #content {
        width: 100%;
        float: none;
        margin: 0;
    }

    #content .box {
        margin: 0 0 10px 0;
        padding: 0;
    }

    .col {
        float: none;
        width: 100%;
        margin: 0;
    }

    .box.box-custom-height {
        min-height: 0;
    }

    /*
     * Pure components
     */

    div.portal_navigator_top,
    div.portal_navigator_result,
    div.portal_navigator_bottom,
    div.portal_navigator_pages {
        margin: 0 0 10px 0;
        padding: 0;
    }


    /*
     * Helpers
     */
    .hide-on-print {
        display: none !important;
    }

}

