﻿/*---Text replaces default text in right upper corner---*/
.ms-core-brandingText {
    display: none;
}

#suiteBarLeft .ms-tableCell:before {
    content: 'The Faculty of Medicine of the Hebrew University in Jerusalem';
    font-size: 13pt;
    padding-left: 0.5em;
}

/*--------------Custom Styles Start----------*/
div.ms-rteElement-customParagraph1 {
	-ms-name:"HUJI Custom Paragraph 1";
	margin-bottom:1%;
	text-align:justify;
}

div.ms-rteElement-customParagraph3 {
	-ms-name:"HUJI Custom Paragraph 3";
	margin-bottom:3%;
	text-align:justify;
}

div.ms-rteElement-blockquote {
	-ms-name:"HUJI Custom Blockquote";
	margin:3%;
	padding:3% 0;
	text-align:center;
	font-size:1.1em;
	font-style:italic;
    border-top: 1px solid #141414;
    border-bottom: 1px solid #141414;
}

.ms-rteImage-shadowBorder { 
    -ms-name: "Shadow Border"; 
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}

.ms-rteImage-newMedicineModalImage{
    -ms-name: "Modal Image"; 	
}

a.ms-rteElement-newMedicineMovieLink {
    -ms-name: "Modal Movie"; 		
}

/*--------------Custom Styles End----------*/

/*foundation resets for SharePoint*/
*, *:before, *:after {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box; /*border-box causes many issues with SP*/
}
* .columns, * .columns:before, * .columns:after,
* .columns *, * .columns *:before, * .columns *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box; 
}
img {
	max-width: none;
	width: auto;
}
* .columns img {
	max-width: 100%; /*for images inside span grid*/
}
#scriptWPQ3 img, #scriptWPQ2 img, img.ms-webpart-menuArrowImg, #applist img  {
	width: auto; /*within a span may still need to have width of image not 100% for SP2013 OOTB features/imges*/
	max-width: none;
}
.ms-siteactions-imgspan {
	float: none;
	margin: 0px;
}
.navbar-inner {
	padding: 0px;
}
/*foundation general table override*/
/*foundation table layouts cause major issues on site setting pages templates, add them back for specific tables you use*/
table { background: transparent; -webkit-border-radius: 0px; -moz-border-radius: 0px; -ms-border-radius: 0px; -o-border-radius: 0px; border-radius: 0px; margin: 0px; border: none; }
table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td { display: table-cell; font-size: 1em; line-height: 1.1em; text-align: left; }
table thead tr th, table tfoot tr td { padding: 0px; font-size: 1em; font-weight: bold; color: #222; }
table thead tr th:first-child, table tfoot tr td:first-child { border-left: none; }
table thead tr th:last-child, table tfoot tr td:last-child { border-right: none; }
table tbody tr:nth-child(even) { background: transparent; }
table tbody tr td { color: #333; padding: 0px; vertical-align: top; border: none; }
/*end foundation tables*/

* .columns .ms-WPBody table, * .columns .ms-siteSettings-root table {
    background: transparent none;
    border: none;
    border-radius: none;
    margin: 0px;
}
* .columns .ms-WPBody table tbody tr td, * .columns .ms-siteSettings-root table tbody tr td {
    border: none;
    padding: 0px;
}
* .columns .ms-siteSettings-root table tbody tr td.ms-linksection-columnBox {
	padding-right: 50px;
}
label {
    display: inline-block;
}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
	display: inline-block;
	width: inherit;
}
select {
	display: inline-block;
	width: auto;
}
.ms-dialog input[type="text"], .ms-dialog input[type="password"] {
	width: 100%;;
}
.ms-dialog .sp-peoplepicker-topLevel, .ms-dialog .sp-peoplepicker-topLevelDisabled {
    width: 371px !important;
}
/*end foundation resets*/

/*template styles*/
/* ribbon*/ 
#s4-ribbonrow * {
	font-size: 11px;
}
#s4-ribbonrow [class*="columns"] {
    float: none;
    margin-left: 0px;
}
#pageStatusBar[class], .ms-status-msg {
	margin-bottom: 0px;
}
#suiteBarLeft {
    background-color: #0088CC;
}

/*header*/
.header {
	margin-top: 10px;
	float: left;
	width: 100%;
}
.middle {
	float:left;
	width:100%;
	display:flex;
	justify-content:space-between;
	align-items: center;
	
}
.middleLeft {
	vertical-align:bottom;
    display: inline-block;
    /* ie6/7 */
    *display: inline;
    zoom: 1;
    order:1;
}
.middleMiddle {
	display:inline-block;
	order:2;
}
.middleRight {
	vertical-align:bottom;
	display: inline-block;
    /* ie6/7 */
    *display: inline;
    zoom: 1;
    float:right;
    order:3	
}
.ms-siteicon-img, .ms-siteicon-a{
	max-width:90%!important;
}

@media (max-width: 800px){
.middle {
		flex-wrap:wrap;
}
.middleLeft, .middleMiddle {
	width:50%;
	float:left;
}

.middleRight {
	width:100%;
	clear:both;
	max-width:100%;
}
.pull-left{
	width:100%;
}
.ms-siteicon-img, .ms-siteicon-a {
	margin:1% auto;
	max-width:100%;
	/*width:80%;*/
}
.ms-srch-sb-border, .ms-srch-sb-border:hover, .ms-srch-sb-borderFocused{
	width:80%;
	display:block;
	margin:auto;
}
.searchbox {
	float:none!important;
}
#SearchBox input {
	max-width: 100%!important;
    max-height: 100%!important;
    width: 100%;
}
}


.bottom {
	width:100%;
	float:left;
	display:flex;
	justify-content:space-between;
	align-items: flex-end;
}
.bottomLeft {
	max-width:67%;
	vertical-align:bottom;
	display: inline-block;
    /* ie6/7 */
    *display: inline;
    zoom: 1;
    order:1;	

}
.bottomMiddle {
	display:inline-block;
	width:16%;
    order:2;	
}
.bottomRight {
	width:16%;
	vertical-align:bottom;
	display: inline-block;
    /* ie6/7 */
    *display: inline;
    zoom: 1;	
    order:3;
}

.ms-core-pageTitle {
    max-width:100%;
    white-space:normal;
    font-size:2vw;
    /*width:75%;*/
    margin-bottom:0.3em;
   	vertical-align:bottom;
	display: inline-block;
    /* ie6/7 */
	*display: inline;
    zoom: 1;
}

.ms-core-pageTitle:hover, .ms-core-pageTitle:focus {
	text-decoration:underline;
	cursor:pointer;
}


/*-----------Faculty Logo in Header---------------*/
.facultyLogoImg{
	margin-left:3%;
	margin-bottom:0.3em;
   	vertical-align:bottom;
	display: inline-block;
    /* ie6/7 */
    *display: inline;
    zoom: 1;
}
.bottomLeft>.facultyLogoImg {
	width:11%;
}
 .headLanguageButton{
	display:block;
	background-color:#800000;
	color:#eeeeee;
	float:right;
	padding:2% 7%;
	-webkit-border-radius: 13pt;
    border-radius:13pt;
	margin:5% 2px 1%;
}

.headLanguageButton a{
	color:#eeeeee;
}

.headLanguageButton:hover, .headLanguageButton:focus {
		background-color:#006600;
}

@media (max-width: 800px){
	.bottom {
		flex-wrap:wrap;
		align-items: center;
}
	.bottomLeft {
		clear:both;
		float: none;
		max-width:100%;
		margin:auto;
		overflow:hidden;	
}
	.bottomMiddle {
		display:none;
}
	.bottomRight {
		clear:both;
		float: none;
		width:100%;
}
	.headLanguageButton{
		margin:1% auto;
		width:33%;
		text-align:center;
		float:none;	
}
	.ms-core-pageTitle {
	    float: left;
	    font-size: 3.3em;
	    width:100%;
	    white-space:normal;
	    text-align:center;
}
	.facultyLogoImg {
		width:100%;
}
	/*.facultyLogoImg .ms-siteicon-img {
		width:60%;
		min-width:60%;
}*/		
}



#pageTitle {
	margin: 0px 0px 5px;
	font-size: 2em;
}
/* breadcrumb*/
ul.s4-breadcrumb {
	margin-bottom: 5px;
}
ul.s4-breadcrumb, ul.s4-breadcrumb ul {
	margin: 0px 0px 2px;
	margin-bottom: 5px;
	list-style: none inside none;
	/*display: inline-block;*/
	display:none;
}
ul.s4-breadcrumb .s4-breadcrumb-arrowcont {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: transparent url('../../foundation3OldInvalid/images/foundation/orbit/pause-black.png') no-repeat -11px -49px;
}
ul.s4-breadcrumb .s4-breadcrumb-arrowcont img {
    display: none !important;
}
ul.s4-breadcrumb > li:first-child > span.s4-breadcrumb-arrowcont {
	display: none;
}
ul.s4-breadcrumb a.s4-breadcrumbCurrentNode {
	color: #000;
}
/* end breadcrumb*/

/*search box*/
.searchbox {
	float: right;
}
.ms-srch-sb-border, .ms-srch-sb-border:hover, .ms-srch-sb-borderFocused {
    border: none;
}
.ms-srch-sb > .ms-srch-sb-searchLink {
    margin: 2px 0 0 1px;
}
.ms-srch-sb > .ms-srch-sb-searchLink:hover {
	background: transparent none;
}
.ms-srch-sb > input {
    margin: 0px 0px 10px 0px;
}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
	padding: 0 0 0 6px;
}
#SearchBox input {
	max-width: 17em;
	max-height: 2em;
	line-height: 2em;
	padding: 0em 0.5em;
	display: inline-block;
	margin:2em 0 1em;
}

/*end search box*/
/*end header*/

/*top nav*/
.nav ul {
	margin: 0px;
}
.nav li {
	list-style: none inside none;
	position: relative;
}
#topnavbar.top-bar {
	margin-top: 0px;
	margin-bottom: 20px;
	height: 40px;
	position: relative;
	line-height: 1em;
}
.top-bar-section li a:not(.button) {
	line-height: 1em;
	padding: 0px;
}
.top-bar .toggle-topbar.menu-icon {
    margin-top: 0px;
    padding: 0px;
    top: 8px;
}
.nav.ms-core-listMenu-horizontalBox li {
    display: inline-block;
    vertical-align: top;
}
.nav.ms-core-listMenu-horizontalBox li.static > a,
.nav.ms-core-listMenu-horizontalBox li.dynamic > a {
    color: #111;
    float: none;
    padding: 10px 15px;
    text-decoration: none;
    margin: 0px;
    border: none;
    width: auto;
    line-height: 20px;
    font-weight: normal;
    font-size: 16px;
}
#topnavbar.top-bar li.static > a.selected{
	color: #477885 !important;
}
#topnavbar.top-bar li.static > a:hover {
	/*background-color: #2284A1;*/
    color: #477885 !important;
}
#topnavbar.top-bar .listMenu-display ul.dynamic {
    padding: 0px;
    white-space: normal;
    word-wrap: break-word;
    background: none repeat scroll 0 0 #F2F2F2;
    border: 1px solid #D9D9D9;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
#topnavbar.top-bar .listMenu-display ul.dynamic {
	left: 0px !important;
	top: 40px !important;
	display: none;
	margin-left: 0px;
	width:auto!important;
}
#topnavbar.top-bar .listMenu-display ul.dynamic ul.dynamic {
	margin: 0px;
	top: 0px !important;
	left: 145px !important;
}
#topnavbar.top-bar .listMenu-display ul.dynamic > li {
	min-width: 200px;
	float: none;
	display: block;
}
#topnavbar.top-bar .listMenu-display ul.root > li:hover > ul.dynamic {
	display: block;
}
#topnavbar.top-bar .listMenu-display li.dynamic:hover {
	/*background-color: #ebebeb;*/
}

/*edit nav nodes inline*/
.top-bar input, .top-bar .button {
    height: auto;
    line-height: 1em;
    padding: 0 10px;
    top: auto;
}
.ms-core-listMenu-horizontalBox > .ms-core-listMenu-root > .ms-listMenu-editLink {
    margin-left: 0px;
}
.ms-navedit-editLinksText {
	display: block;
}
.nav.ms-core-listMenu-horizontalBox .ms-navedit-editLinksText > span > .ms-metadata {
    color: #eee;
}
.nav.ms-core-listMenu-horizontalBox .ms-navedit-editLinksText .ms-verticalAlignMiddle {
    vertical-align: inherit;
}
.ms-navedit-editLinksIconWrapper {
    margin-bottom: -3px;
}
.nav.ms-core-listMenu-horizontalBox li.static > span .ms-core-listMenuEdit .ms-navedit-linkCell,
.nav.ms-core-listMenu-horizontalBox li.static > .ms-core-listMenuEdit .ms-navedit-linkCell {
	padding: 0px;
}
.ms-core-listMenu-horizontalBox li.static > .ms-core-listMenuEdit .ms-navedit-deletelinkCell {
    padding-right: 0px;
}
.nav.ms-core-listMenu-horizontalBox .dynamic.ms-navedit-dropNode {
	display: list-item;
	float: none;
}
.nav.ms-core-listMenu-horizontalBox .ms-navedit-editLinksText,
.nav.ms-core-listMenu-horizontalBox a.static.ms-navedit-dropNode,
.nav.ms-core-listMenu-horizontalBox div.ms-navedit-hiddenAppendArea {
    color: #E6E6E6;
    float: none;
    padding: 10px 15px 9px;
    text-decoration: none;
    margin: 0px;
    border: none;
    width: auto;
    line-height: 20px;
    font-weight: normal;
    font-size: 16px;
}
.ms-navedit-hidespan {
	margin: 0px;
}
.nav.ms-core-listMenu-horizontalBox .ms-navedit-addNewLink {
	padding: 10px;
	margin-top: 0px;
}
.nav.ms-core-listMenu-horizontalBox .ms-navedit-editButton {
	margin-top: 10px;
	margin-bottom: 10px;
}
/*end edit nav nodes inline*/
/*end top nav*/

/*left nav */
#sideNavBox {
    float: none;
	margin: 0px;
    width: auto;
}
#sideNavBox.large-3 {
    float: left;
    width: 25%;
}
.sidebar-nav {
    padding: 0px;
}
#sideNavBox ul {
	margin: 0px;
}
#sideNavBox ul.root {
	border-top: 1px #ccc solid;
	background: #efefef none;
}
#sideNavBox li.static ul.static {
	background: #fff none;
	border-color: #ccc;
	border-style: solid;
	border-width: 0px 0px 1px;

}
#sideNavBox .ms-core-listMenu-item, #sideNavBox .ms-core-listMenu-item:link, #sideNavBox .ms-core-listMenu-item:visited {
	color: #222;
	font-size: 15px;
	line-height: 20px;
	padding: 10px 10px 10px 20px;
	border-color: #ccc;
	border-style: solid;
	border-width: 0px 1px 1px;
}
#sideNavBox li.static li.static .ms-core-listMenu-item {
	color: #2BA6CB;
	border-width: 0px 1px;
}
li > a.ms-core-listMenu-item.ms-core-listMenu-selected:hover, li > a.ms-core-listMenu-item:hover, li > a.ms-core-listMenu-item:active,
.ms-core-listMenu-selected:link, .ms-core-listMenu-selected:visited, .ms-core-listMenu-selected {
    background-color: #2284A1;
    color: #fff;
}
li > a.ms-core-listMenu-item.ms-core-listMenu-selected:hover {
	color: #111;
}
#sideNavBox li.static li.static .ms-core-listMenu-item:hover {
	color: #111;
}
#sideNavBox .ms-core-navigation > a.ms-core-listMenu-item {
	border: none;
}
#sideNavBox.top-bar li ul li {
    border-left: none;
}
#sideNavBox.top-bar li ul li .ms-core-listMenu-item {
	color: #2284A1;
}
#sideNavBox li.static li.dynamic .ms-core-listMenu-item {
    border-width: 0px;
    white-space: nowrap;
}
#sideNavBox.top-bar li ul li .selected {
	color: #E6E6E6;
}
#sideNavBox .ms-core-sideNavBox-removeLeftMargin {
	margin-left: 0px;
}
#sideNavBox .ms-storefront-divider {
	display: none;
}
/*end left nav */

/*Site Settings Page*/
.ms-siteSettings-root h1,h2,h3{
	line-height:24.5px;
}
.ms-siteSettings-root .ms-linksection-columnBox{
	padding-right:50px;
	vertical-align:top;
}
.ms-siteSettings-root h3{
	font-size:24.5px;
}
/*End Site Settings page*/

/* main content areas */
div.table { 
	margin: 0px; /*added by design manager admin page, ruins rd layout*/
}
.row .ms-table {
    display: inherit;
}
.row .tableCol-75 {
    display: inherit;
}
#ms-core-tableNoSpace {
	display: block;
}
/*reset foundation tables*/
table.ms-menutoolbar {
	border-bottom: 1px #C6C6C6 solid;
}
a.ms-headerSortArrowLink {
	display: inline;
}
table#onetIDListForm, table#onetIDListForm > tbody, table#onetIDListForm > tbody > tr, table#onetIDListForm > tbody > tr > td {
	display: block;
	width: 100%;
}
/*end reset*/
/*web part zones*/
* .columns .ms-webpart-zone, * .columns .ms-webpart-cell-vertical, * .columns .ms-webpart-chrome-vertical {
    display: block; /*forces zone to stay within confines of responsive zone*/
}
/*
* .columns .ms-WPBody > table, * .columns .ms-WPBody > table > tbody, * .columns .ms-WPBody > table > tbody > tr, * .columns .ms-WPBody > table > tbody > tr > td,
* .columns .s4-wpcell-plain table, * .columns .s4-wpcell-plain table > tbody, * .columns .s4-wpcell-plain table > tbody > tr, * .columns .s4-wpcell-plain table > tbody > tr > td {
	display: block;
	width: 100%;
}
*/
* .columns .ms-WPBody > table img {
	width: 100%; /*reset back to foundation for web part images*/
}
.ms-SPZone.ms-webpart-zone {
    padding: 5px;
}
.ms-SPZone > .s4-wpcell, .ms-SPZone > .s4-wpcell-plain, .ms-rtestate-write > .ms-rte-wpbox > div > .s4-wpcell, .ms-rtestate-write > .ms-rte-wpbox > div > .s4-wpcell-plain {
    padding: 5px 5px 10px;
}
.ms-formlabel {
    white-space: normal;
}
/*web part properties*/
.ms-ToolPaneBody select, .ms-ToolPaneBody textarea, .ms-ToolPaneBody input[type="text"], .ms-ToolPaneBody input[type="password"], .ms-ToolPaneBody input[type="datetime"], .ms-ToolPaneBody input[type="datetime-local"], .ms-ToolPaneBody input[type="date"], .ms-ToolPaneBody input[type="month"], .ms-ToolPaneBody input[type="time"], .ms-ToolPaneBody input[type="week"], .ms-ToolPaneBody input[type="number"], .ms-ToolPaneBody input[type="email"], .ms-ToolPaneBody input[type="url"], .ms-ToolPaneBody input[type="search"], .ms-ToolPaneBody input[type="tel"], .ms-ToolPaneBody input[type="color"], .ms-ToolPaneBody .uneditable-input {
	margin-bottom: 0px;
	width: auto;
	height: auto;
	line-height: 20px;
}
.ms-ToolPaneBody label {
	display: inline-block;
	margin-bottom: 0px;
}
/*end web part properties*/

@media (max-width: 939px) {
	/*bootstrap issues*/
	/*end bootstrap issues*/
	#topnavbar.top-bar {
		height: auto;
		background-color:#909090;
	}
	.expanded#topnavbar{
		background:transparent;
	}
	#topnavbar .ms-core-navigation {
		display: block;
	}
	#topnavbar.top-bar .top-bar-section {
		display: none;
	}
	#topnavbar.top-bar.expanded .top-bar-section {
		display: block;
	}
	#topnavbar .ms-core-listMenu-horizontalBox,
	#topnavbar .ms-core-listMenu-horizontalBox ul,
	#topnavbar .ms-core-listMenu-horizontalBox li,
	#topnavbar .ms-core-listMenu-horizontalBox .ms-core-listMenu-item {
		display: block;
	}
	#topnavbar.top-bar .ms-core-listMenu-horizontalBox li.static > a {
	    margin: 0 5px;
	}
	#topnavbar.top-bar .listMenu-display ul.dynamic, #topnavbar.top-bar .listMenu-display ul.dynamic ul.dynamic {
		position: relative;
		width: 95% !important;
		left: auto !important;
		top: auto !important;
		margin: 0px 2.5%;
		padding: 0px;
		border: none;
		background: transparent none;
		box-shadow: none;
	}
	#topnavbar.top-bar .listMenu-display li.static.selected > ul.dynamic {
		display: block;
	}
	.ms-core-listMenu-horizontalBox .dynamic .dynamic-children.additional-background {
		background-image: url("/_layouts/15/images/menu-down.gif?rev=23");
	}
	#topnavbar.top-bar .ms-core-listMenu-horizontalBox li.dynamic > a {
	    border: medium none;
	    color: #777777;
	    float: none;
	    margin: 0;
	    padding: 10px 15px;
	    text-decoration: none;
	}
	#topnavbar.top-bar .ms-core-listMenu-horizontalBox li.dynamic > a:hover {
	    background-color: #111111;
	    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125) inset;
	    color: #FFFFFF;
	    text-decoration: none;
	}
	.ms-core-listMenu-horizontalBox .dynamic-children.additional-background {
		width: 90%;
		padding-right: 5%;
		margin-right: 5%;
		display: block;
	}
}
@media (max-width: 767px) {
	.uneditable-input.columns, #sideNavBox.columns {
	    -moz-box-sizing: border-box;
	    float: none;
	    margin-left: 0;
	    width: 100%;
	}
	.ms-core-pageTitle {
		white-space: normal;
		font-size: 1.5em;
	}
	#s4-bodyContainer {
	    padding: 0px 5px 0px 5px;
	}
	.searchbox {
		float: none;
	}
}

/*---------Researcher Pictures Gallery--------------*/
.researchersListRowContainer {
	width:100%;
	clear:both;
	margin:1% 0 5%;
	font-size:1em;
	font-weight:100;
	line-height:150%;
	overflow:hidden;
}

.researchersListFourInRowContainer {
	width:23%;
	margin:0 1%;
	float:left;
	background-color:#f0f0f0;
	padding:0.3em;
}

.researchersListThreeInRowContainerBackground {
	width:31%;
	margin:0 1%;
	float:left;
	background-color:#f0f0f0;
	padding:0.3em;
}

.researchersListThreeInRowContainer {
	width:31%;
	margin:0 1%;
	float:left;
}


@media (max-width: 800px){
	.researchersListFourInRowContainer, .researchersListThreeInRowContainer {
	width:46%;
	margin:1% 2%;
	float:left;	
}
.researchersListRowContainer {
	display:inline;
}
}
@media (max-width: 430px){
	.researchersListFourInRowContainer, .researchersListThreeInRowContainer {
	width:96%;
	margin:1% 2%;
}
.researchersListRowContainer {
	display:inline;
}
}

researchersListPictureContainer{

}

.researchersListPicture {
	width:73%;
	margin:0 auto 0.5em;
	display:block;
	border-radius:50%;
}

.researchersListPicture:hover {
	box-shadow:none;
}

.researcherListName{
	font-weight:600;
	font-size:1.1em;
	margin-bottom:3%;
}

.researchersListKeywords .fa, .researchersListKeywords .fas, .researchersListKeywords .fab, .researchersListKeywords .far, .researchersListDetails .fa, .researchersListDetails .fas, .researchersListDetails .fab, .researchersListDetails .far {
	color:#666;
	padding-right:3%;
}

.row_container_div {
    max-height: 22em;
}

.researchersListKeywords {
        visibility:hidden;
}

.row_container_div:hover .researchersListKeywords {
        visibility:visible;
}
.row_container_div:hover {
        max-height:34em;
}

.researcherPageLink{
	text-decoration:none;
	color:#222;
}

.researcherPageLink:hover{
	text-decoration:none;
	color:#222;
}

.researcherPageLink .researcherListName:hover{
	text-decoration:underline;
}

.researcherPageLink:visited{
	color:#222;
}

.researchersListKeywords, .researchersListDetails {
	width:100%;
	clear:both;
	margin:3% 1%;
}

.researcherListPhone, .researchersListMail, .researcherListDepartment {
	padding:0 0 1% 3%;
	border-left:solid red 0.1em;
}
/*---------Researcher Pictures Gallery End--------------*/

/*---------Acessibility Buttons--------------*/
.top{
	max-width:100%;
}
.acessibilityButtons{
	width:34%;
	margin:0 auto 1%;
}
@media (max-width: 800px){
.acessibilityButtons{
	width:100%;
	margin:0 auto 1%;
    text-align: center;
}

.btn-group .btn {
	font-size:0.8em!important;
}
}

/*---------Acessebility Buttons End--------------*/


/*-----------Faculty Logo in Header---------------*/
.facultyLogoImg{
	float:left;
	margin-left:3%;
	margin-bottom:1%;
}
/*-----------Faculty Logo in Header End---------------*/

/*-----------Body Design---------------*/
.marginBottom3 {
	margin-bottom:3%;
}
.marginLeft3 {
	margin-Left:3%;
}
.marginLeft5 {
	margin-Left:5%;
}

/*-----------Body Design End---------------*/

/*-----------Picture Overlay---------------*/
.pictureOverlayWrapper {
	overflow:hidden;
	position:relative;
	width:80%;
	margin:auto;
}

.pictureOverlayWrapper img {
	width:100%;
}
.pictureOverlayWrapperInner {
	height:100%;
	width:100%;
	position:absolute;
	z-index:1;
	transition:0.2s;
	background:rgba(27,27,27,0.4);
	top:11vw;
}

.pictureOverlayWrapperInner div {
	color:#fff;
	font-size:1.1em;
	padding:0.5em;
}

.pictureOverlayWrapperInner h4{
	padding: 0px 2% 2%;
	color: white;
	line-height: 1.35em;
}

.pictureOverlayWrapperInner a:hover, a:focus {
	text-decoration:none;	
}

.pictureOverlayWrapper:hover .pictureOverlayWrapperInner {
	top:0!important;
}

.service-link {
    display: block;
    width: 65px;
    height: 0;
    border-left: 65px solid transparent;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.service-link:after {
    content: "\25b6";
    position: absolute;
    top: 33px;
    left: -24px;
    color: #fff;
}

.green {
    border-bottom: 65px solid #00846f;	
}

.blue {
    border-bottom: 65px solid #0088b1;	
}

.red {
    border-bottom: 65px solid #69000b;	
}

@media (max-width: 800px){
.pictureOverlayWrapperInner {
	top:57vw;
}
}

/*-----------Picture Overlay End---------------*/

/*-----------V-list List-------------------*/
.veeList {
  list-style: none;
  display:block;
}

ul.veeList li:before {
	padding:0 3%;
	content: '✓';
}
/*-----------V-list List End-------------------*/
/*-----------Nested Ordered List-------------------*/
.nestedOl {
  counter-reset: item;
  margin-left:3%;
  text-align: justify;
}
.nestedLi {
  display: block;
  margin-bottom:1%;
}
.end {
  margin-bottom:3%;
}
.nestedLi:before, .nestedLiEnd:before {
  content: counters(item, ".") ". ";
  counter-increment: item
}
/*-----------Nested Ordered List End-------------------*/

/*----------News------------------------------*/

.newsMainPageContainer {
	width:33.333%;
	display:inline-block;
	float:left;
}
.newsMainPageImg{
	width:96%;
	margin:0 auto 3%;
	display:block;
}

.newsMainPageTitle{
	line-height:1.3;
	text-align:justify;
	padding:2%;
}

@media (max-width: 800px){
.newsMainPageContainer {
	width:50%;
	display:inline-block;
	float:left;
}
}
}
@media (max-width: 430px){
.newsMainPageContainer {
	width:100%;
	display:block;
}
}

/*----------News End------------------------------*/
/*--------MedLib Publications List--------*/
.elsevier-rss-portlet ul {
margin:0px!important;
}
.elsevier-rss-portlet li {
margin-bottom:3%!important;
font-size:1.1em;
font-family:"Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
}
.elsevier-rss-portlet h4 {
display:none;
}
/*------MedLib Publications List End------*/
/*------White Card------*/
.whiteCard {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 44%;
  margin:3%;
}

.whiteCard:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.textContainer {
  padding: 2px 16px;
  width:100%;
}
/*------White Card End------*/

/*-----------Modal Image----------------------*/
/* Style the Image Used to Trigger the Modal */
.ms-rteImage-newMedicineModalImage {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.ms-rteImage-newMedicineModalImage:hover {opacity: 0.7;}

/* The Modal (background) */
.newMedicineModal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}

/* Modal Content (Image) */
.newMedicineModal-content {
    margin: auto;
    display: block;
    width: 71%;
    max-width: 900px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 71%;
    max-width: 900px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
    font-size:2em;
}

/* Add Animation - Zoom in the Modal */
.newMedicineModal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .newMedicineModal-content {
        width: 100%;
    }
}
/*-----------Modal Image End----------------------*/

