

/*
#ph-profile-close:hover,
#ph-bookmark-close:hover {background-color:#fff;opacity: 1.0; filter: alpha(opacity=100);}

.ph-picture-link:hover {opacity: 1.0; filter: alpha(opacity=100);}
.ph-picture-link {opacity: 0.8; filter: alpha(opacity=80);}
*/

body {
	/* Moves the body below the sticky page header. Match height with this value. */
	padding-top: 30px;
	}

body.noTopMenu {
	padding-top: 0;
}


a.cta {
	border: 1px solid #C9C9C9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0;
	display: block;
	text-decoration: none;
	color:#000;
	height:80px;
	}

a.cta p {	padding: 15px 12px 8px 12px;
	line-height:150%;
	}

a.cta p span.large {
	font-size: 1.5em;
	font-family: NimbusSanNovCon-SemBol, Arial Narrow, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	display: block;
	}

a.cta:hover {
	text-decoration: none!important;
	background:#f1f1f1;
	}

.cta.searchpage {margin:65px 0 0 30px}

#searchTextAdvanced {width:60%}

/* There is some weired styling on the first :after pseudo element in the list. this rule fixes it. */
#crumbtrailComp li:first-child:after {
	margin-left: 0;
	margin-right: 0;
	}

#darkRow {
	background-color: white;
	}

#darkRow ul.linklist li  {
	margin:0 18px 0 0;
	}

ul.portalLinks {
	list-style-type: none;
	margin: 0;
	}

ul.portalLinks li {
	clear: both;
	width: 100%;
	padding: 5px 30px 5px 25px;
	box-sizing: border-box;
	position: relative;
	}

ul.portalLinks li a {
	font-size: 12px;
	line-height: 130%;
	text-decoration: none;
	color: black;
	}
ul.portalLinks li a.portalLink:hover {text-decoration:underline !important}
#ph-bookmark-link:hover, #ph-contact-link:hover, #ph-message-link:hover, #ph-phone-link:hover {background-color: rgba(0, 0, 0, 0.08);}

ul.portalLinks li a.portalLink:before {
	content: "\00BB";
	position: absolute;
	left: 5px;
}

.externalLinksLabel {
	font-size: 12px;
	font-weight: bold;
	margin: 15px 0 -2px 0;
}

#pageheader-list-div { 
	background: url("/digitalAssets/1537/1537303_topbar_gudesktop2.jpg");
	height: 30px;
	border: none;
	position: fixed;
	top: 0;
	z-index: 110;
	width: 100%;
	}
	
.sticky {
	position: fixed;
	width: 100%;
	z-index: 1000;
}

#darkRow.sticky {
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
	z-index: 100;
	}

#darkRow .linklist {
	position: relative;
	padding-right: 40px;
	}

/* Specificity overrides other styling */
#darkRow .linklist .searchStickyMenu {
	position: absolute;
	top: 0;
	right: 0;
	background-color: black;
	width: 40px;
	margin: 5px 0;
	height: 26px;
	line-height: 18px;
	text-align: center;
	border-radius: 4px;
	cursor: pointer;
	display: none;
	visibility: hidden;
	}

#darkRow.sticky .linklist .searchStickyMenu {
	display: block;
	visibility: visible;
	}

.searchStickyMenuIcon {
	position: relative;
	top: 4px;
	}

#userPanelContainer {
	max-width: 940px;
	min-width: 500px;
	margin: 0px auto;
	}

.pageheader-list li.login a,
.pageheader-list li.login a:hover {
	background-color:#000;
	line-height: 37px;
	border-radius: 3px;
	color: white;
	font-size: 17px;
	text-decoration: none;
	display: block;
	border-bottom: 0;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#ph-contact-link:before {
	content: "\e613";
	margin-right: 5px;
}

#ph-message-link:before {
	content: "\e608";
	margin-right: 5px;
}

#ph-phone-link:before {
	content: "\e611";
	margin-right: 5px;
}

#ph-bookmark-link:before {
	content: "\e614";
	margin-right: 5px;
}

#topMenuContainer {
	display: block;
	float: right;
	width: 350px;
	margin-right: -20px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

#topMenuContainer.active {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

.pageheader-list li.login a:before {
	content: "\e60b";
	font-size: 32px;
}

.pageheader-listWrapper {
	display: none;
	clear: both;
}

.pageheader-list {
	margin: 0;
	background-color: rgb(255, 255, 255);
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	padding: 0 13px 13px 13px;
	}

.pageheader-list li {
	list-style-type: none;
	}

.pageheader-list > li {
	position: relative;
	}

.pageheader-list > li.login {
	border-bottom: 0;
	height: 37px;
}

.pageheader-list li a:hover {
	text-decoration: none !important;
	color: black;
}

.pageheader-list li a:active, .pageheader-list li a:focus {
	color: black !important;
}

.pageheader-list li.login a:active, .pageheader-list li.login a:focus {
	color: white !important;
}

.pageheader-list li a:focus img {
 	outline: none;
 }

.ph-picture-link {
	display: block;
	padding: 0 30px 0 35px;
	color: black;
	text-decoration: none;
	line-height: 37px;
	border-bottom: 1px solid black;
	font-family: NimbusSanNovCon-Med, 'TeXGyreHerosCnBold', Arial Narrow, Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 17px;
	}
	
.ph-picture-link:before, .ph-picture-link:after {
	font-family: "gu-icons";
	position: absolute;
}

.ph-picture-link:before {
	left: 5px;
	font-size: 32px;
	margin: 0 -5px;
}

.ph-picture-link:after {
	right: 5px;
}
	
.ph-picture-link img {
	border: 0;
	}

#ph-phone-link {
	border-bottom: 0;
}

.ph-expandable-link:after {
	content: "\e612";
	float: right;
	font-size: 32px;
/*	-webkit-font-smoothing: none;
	font-smoothing: never;*/
}

.ph-expandable-link.expanded:after {
	content: "\e60e";
}
	
/*
#headerArea {
	background-image: url("/digitalAssets/1498/1498096_banner_bkgrd.png");
}
*/

#ph-login {
	text-align: right;
	width: 300px !important;
	float: right;
	padding: 0 !important;
}

#ph-text-name {
	box-sizing: border-box;
	float: right;
	padding-right: 18px;
}

#ph-userName {
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 165px;
	white-space: nowrap;
	text-transform: uppercase;
	vertical-align: top;
	display: inline-block;
}

.en #ph-userName {
	max-width: 215px;
}

#ph-userType {
	vertical-align: top;
	display: inline-block;
}

#ph-text-name .userName, #ph-login {
	text-decoration: none;
	font-size: 17px;
	color: white;
	font-family: NimbusSanNovCon-Med, 'TeXGyreHerosCnBold', Arial Narrow, Helvetica, Arial, "Lucida Grande", sans-serif;
	line-height: 32px;
	height: 30px;
	display: inline-block;
	padding: 0 32px 0 13px;
	box-sizing: border-box;
	width: 100%;
	position: relative;
	white-space: nowrap;
}

#ph-text-name:hover {
	cursor: pointer;
}

#ph-text-name .userName:hover, #ph-login:hover {
	text-decoration: none !important;
}

#ph-text-name .userName:focus, #ph-login:focus {
	color: white !important;
	outline: 2px solid rgb(255, 0, 0);
}

.active #ph-text-name {
	height: 30px;
}



.active #ph-text-name .userName:after {
	content: "\e606";
	font-size: 32px;
	line-height: 0.99;
}

#ph-text-name .userName:before {
	font-family: "gu-icons";
	content: "\e610";
	font-size: 32px;
	line-height: 0.99;
}

#ph-text-name .userName:after {
	font-family: "gu-icons";
	content: "\e617";
	position: absolute;
	right: 0;
	top: 0;
	font-size: 32px;
	line-height: 0.99;
/*	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;*/
}

#ph-bookmark-close {
	display: block;
	width: 30px;
	height: 30px;
	margin: 8px 0;
	position: absolute;
	right: 0px;
	}

#ph-bookmark-close img {
	border: 0;
	}

#myprofileIcon {
	vertical-align: middle;
	margin-top: -3px;
}

.ph-separator {
	background-image: url("/digitalAssets/1498/1498110_loggedinbar_separator.png");
	background-repeat: no-repeat;
	width: 2px;
	height: 30px;
	}

#bookmarks-container, #profile-container {
	display: none; 
	z-index: 9999;
	background-color: white;
	padding: 5px 0 0 0;
	}

#bookmarks-container h2 {
	font-size: 1.1em;
	font-weight: bold; 
	color: black;
	margin-top: 10px!important;
	}

#bookmarks-container p {
	font-size: 0.75em;
	color: black;
	}

.bookmarkIconImage {
	width: 32px;
	height: 32px;
}

#bookmarksDivider {
	display: block;
	border-bottom: 1px solid rgb(0, 0, 0);
	overflow-y: auto;
	overflow-x: hidden;
	min-height: 50px;
	}

#ph-profile, #ph-bookmarks, #ph-links {
	padding: 0 0 0 10px;
	}

.portalLinksForm {
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	}

.portalLinksForm fieldset {
	padding: 0 10px 0 0;
}

a.portalLink {
	display: block;
	}

#profile-container h2 {
	font-size: 1.375em; 
	color: black;
	margin-top: 10px!important;
	}

#profile-container p {
	font-size: 0.75em;
	color: black;
	}
	
#ph-profile {
	border-bottom: 1px solid black;
	overflow-y: auto;
	min-height: 50px;
	}
	
#ph-profile-close {
	display: block;
	width: 30px;
	height: 30px;
	margin: 8px 0;
	position: absolute;
	right: 0px;
	}
	
#ph-profile-close img {
	border: 0;
	}
	
#ph-profile ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
a.removeLink {
	display: block;
	position: absolute;
	right: 5px;
	top: 6px;
	}

a.removeLink:hover {
	color: red;
}

a.removeLink:after {
	font-family: "gu-icons";
	content: "\e607";
	font-size: 32px;
}

.portalLinkField {
	width: 100%;
	box-sizing: border-box;
	padding: 4px;
	margin-bottom: 5px;
	}
	
#portalSaveButton {
	margin: 5px 0 0 0;
	border: 1px solid rgb(0, 0, 0);
	font-family: NimbusSanNovCon-Med, 'TeXGyreHerosCnBold', Arial Narrow, Helvetica, Arial, "Lucida Grande", sans-serif !important;
	font-size: 15px;
	font-weight: normal;
}
	
#portalSaveButton:hover {
	/*background: rgb(252, 252, 252) !important;*/
	background-color: #e6e6e6 !important;
}

#bookmarks-container p.bookmarksInfoText {
	font-style: italic;
	font-size: 0.7em;
	padding-top: 10px;
	margin: 0;
	display: table;
	clear: both;
	}

.bookmarksInfoText img {
	width: 24px;
	margin: -6px;
}

.bookmarkSwitch {
	position: absolute;
	right: 0;
	bottom: 10px;
	}

.printfoot {
	display: none;
	}

.ph-open-in-tab a:after {
	font-family: "gu-icons";
	font-size: 32px;
	content: "\e60f";
	position: absolute;
	right: 5px;
	top: 0;
	line-height: 40px;
/*	-webkit-font-smoothing: none;
	font-smoothing: never;
*/	}
	
.invisibleLinkText {
	position: absolute;
	left: -9999px;
}

/*------------Joakim kod--------------*/


.alertComp {
/*border:  1px solid  #f1f1f1;
*/	background:#fffcd0;
	padding:15px 10px 10px 10px;
	border-left: 5px solid red;
/*	margin-top:30px; */ margin-bottom:2.5em;
	}

.alertComp h1 {font-size:1.3125em !important;}

.button {
	font-size: 60%;
/*	font-weight: 600;*/
	text-shadow: none;
	width:auto;
	padding:6px 25px;
	border: 0px solid #fefefe;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 15px auto 25px auto;
	text-decoration: none;
	text-align: center;
	color:#484848;
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	transition-duration: 0s;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	text-transform: uppercase;
	background: white;
	box-shadow: none;
	}

.button:hover,
.button.cancel:hover {
	color:#287ec6;
	background: #e6e6e6; /* Old browsers */
		cursor: pointer;
	}
/*
.button:active {
	-webkit-box-shadow: inset 0 0px 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: inset 0 0px 2px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0 0px 2px rgba(0, 0, 0, 0.5);
	}
*/
.button.cancel,
.button.cancel:active {
	color: #aaa;
	}
/*------------ Slut Joakim kod--------------*/
/*============================
	access restricted links
==============================*/
a.loginRequired, a.loginRequiredTopNav {
/*TODO: kolla fÃ¤rgval */
	/*color:red;*/
	}
	
a:hover.loginRequired, a:hover.loginRequiredTopNav, a:hover.required {
	text-decoration: none;
	}

a.loginRequired:before, a.loginRequiredTopNav:before, a.required:before {
	background-color: transparent;
	background-image: url("/digitalAssets/1498/1498887_icon_sprite_access_key.png");
	background-position: 0 -20px;
	background-repeat: no-repeat;
	content: " ";
	display: block;
	float: right;
	height: 7px;
	margin: 6px 0 0 4px;
	padding: 0 2px 0 4px;
	width: 14px;
	}

a.required:after {
	float:none;
	display:inline-block;
	zoom:1;
	margin: 0 0 0 4px;
	}

a.loginRequiredTopNav:after {
	background-position: 0 0;
	}

.loginRequiredIcon,
a.required .loginRequiredIcon{
	margin-right:-10px;
	}

/* Search result page */
#searchResultComp .searchHitUrl ul {
	margin: 0;
	}
	
#searchResultComp .searchHitUrl ul li {
	display: inline-block;
	font-size: 1.3em;
	background: none;
	}
	
.searchHitUrl ul li::after {
	content: "\00BB";
	margin: 0 4px;
	}
	
.searchHitUrl ul li:last-child::after {
	content: "";
	margin: 0 0;
	}
/*
a.searchOnAlternativeSiteLink {
	font-weight:bold
	}
*/
div.shadow-a {
	margin-bottom:20px
	}



/*--- Fix for col25 h2 and col25 ul ---*/
/*#bodyArea .fullbredd .col25 h2 {
	margin-left: 0;
	margin-bottom:0;
	padding:0;
	line-height:120%;

}
#bodyArea .fullbredd .col25 ul {
	padding: 0;
	margin: 0 0 10px 0;
	padding:0;
	list-style-position: outside;
	list-style: none;
	}
*/
/*
#bodyArea .fullbredd .linkcollection .col25 h2 {
	margin-left: 0;
	margin-bottom:0;
	padding:0;
	line-height:120%;
font-size:1.1em;
}

#bodyArea .fullbredd .linkcollection .col25 p {
	padding: 0;
	font-size: 70%;
	}
*/

/*--- Plattor och skugga runt lÃ¤nksamlingar ---*/

.miniarticle {
	padding: 15px 0 0 0 ;
}

.col25 .linkBlock.noBg {
	background-color:none;
	padding: 15px 0 0 0 ;
/*	margin-bottom:20px;
*/	}

.col25 .linkBlock.withColorBg {
	background-color:#f6f6f6/*eee*/;
	padding: 15px 12px 15px 12px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
margin-bottom:35px;
border: 1px solid #ececec;
	}

/* JS linkBlock April*/
/*.textComp li:before,*/
.linkBlock li:before {
	content: "\e61c";
	font-family: gu-icons;
	font-size: 32px;
	vertical-align: top;
	margin-left: -10px;
	margin-right: -5px;
	}

/*.textComp li a,*/
.linkBlock li a {
	display: inline-block;
	padding-bottom: 7px;
text-decoration:none;
	}
	
.linkBlock.withColorBg li a {
	width: 88%;
	}

/*.textComp li a,*/
.linkBlock.noBg li a {
	width: 90%;
	}
.col25 .miniarticle,
.col25 .linkBlock.noBg {padding:0 ;}
/*.col25 .linkBlock.withColorBg {margin-top: -16px!important;}*/

/*.textComp li {display:block}
.textComp ul,
.textComp ol {margin-left: 17px;}*/




@media only screen and (max-width : 767px) { 
	.col25 .linkBlock.withColorBg {margin-top:35px!important;} 
	}

.col25 .linkBlock ul {
	margin:15px!important;
	list-style-position: outside;
	list-style-type: none;
	margin:0 !important;
	}



/*
.col25 .linkBlock h2 {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, sans-serif!important;
	font-size:1.1875em !important;
	margin:0 0 5px 0;
line-height:130%;
	}
*/
/*
.col25 .linkBlock p,
.col25 .linkBlock h1,
.col25 .linkBlock h3 {
	border:1px dotted red;
	}
*/

.portalFourColumns h1 {
	margin-top:0;
	}/*js2013*/

/*Miniartikel
.col25 .rssPushComp h1,
.col25 .miniarticle h2 {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, sans-serif!important;
	font-size:1.1875em !important;
	margin:0 0 5px 0 !important;
padding-top:0 !important;
}

.col25 .rssPushComp h1 {
padding-top:4px !important;
}

.col25 .miniarticle ul {
	margin:15px!important;
	list-style-position: outside;
	list-style-type: none;
	margin:0 !important;
	}

.col25 .miniarticle ul li  {margin-bottom:5px}

.col25 .rssPushComp {padding:0;margin:0}
.col25 .rssPushComp p {margin-bottom:5px;}

.col25 .adComp {margin:0 0 30px 0}
*/
.portalFourColumns .col25 .adComp {
	margin-bottom:30px;
	}
	
.portalFourColumns {
	padding-top:/*15px;*/
	}

.miniarticle ul {
	list-style-position: outside;
	list-style-type: none;
	margin:0 !important;
	}


/* ------------------------------ */
/* END: From PortalCSS2012 */
/* ------------------------------ */

/* Popup noAccess */
#popupOverlay {
		position: fixed;
		top:0;
		left:0;
		z-index: 99;
		float: left;
		width: 100%;
		height: 100%;
		background:black;
	background:transparent url("") repeat 0 0;
	background:rgba(0,0,0,0.75);
	}
	
#popupOverlay #popupContainer {
	max-width: 480px;
	width: 100%;
	position: relative;
	top:30%;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	margin: 0 auto auto auto;
	-webkit-box-shadow:0 3px 20px rgba(0,0,0,0.9);
	-moz-box-shadow:0 3px 20px rgba(0,0,0,0.9));
	-ms-box-shadow:0 3px 20px rgba(0,0,0,0.9);
	-o-box-shadow:0 3px 20px rgba(0,0,0,0.9);
	box-shadow: 0 3px 20px rgba(0,0,0,0.9);
	background: #fafafa; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f7f7f7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#f7f7f7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 );/* IE6-9*/
	}
	
#popupOverlay #content {
	margin: 0 auto;
	padding: 5px 0 60px;
	text-align: left;
	width: 80%;
	}
	
#popupOverlay #popupClose {
	display: block;
	float: right;
	font-size: 75%;
	font-weight: 600;
	position: relative;
	right: 10px;
	text-align: right;
	text-transform: uppercase;
	top: 6px;
border:0;
	}
	
#popupClose img {border:0;}
#popupOverlay p.h1 {
	font-size: 130%;
	padding-top: 20px;
	margin-bottom:10px;
	font-weight: normal;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, sans-serif !important;
	color: #015497;
	}
	
#popupOverlay p, 
#popupOverlay h1 {
	line-height: 150%;
	}
	
#popupOverlay p:first-of-type {
	margin-top: 0;
	}
	
#popupOverlay p {
	font-size: 75%;
	color: #484848;
	}
	
#popupOverlay a {
	color: #015497;
	border:0;
	}
	
#popupOverlay a:hover {
/*	color: #287ec6;
*/	}
	
#popupOverlay a:active {
	color: red;
	}
	
/* end Popup noAccess */

/* New Header 2014 */

#userPanelContainer {
	max-width: 950px;
	position: relative;
	}

.sv #universityLogo {
	background-image: url("/digitalAssets/1498/1498146_ny_logo_sv_normal.png");
	}
.en #universityLogo {
	background-image: url("/digitalAssets/1498/1498144_ny_logo_en_normal.png");
	}

/*JS
#userPanelContainer {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	}
*/
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
	.sv #universityLogo {
		background-image: url("/digitalAssets/1498/1498145_ny_logo_sv_high.png");
	}
	.en #universityLogo {
		background-image: url("/digitalAssets/1498/1498143_ny_logo_en_high.png");
	}
}

@media only screen and (max-width: 800px) 
{
	/* ////  Desktop elements overrides  \\\\ */
	#pageheader-list-div {
		display: none;
	}
}
