/*
  *
  *   Theme Standard Cineca B5 theme-common 
  *
  */

body {
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	overflow-x: hidden;
	/*necessario per hamburger menu*/
}


a {
	color: #b32e4b;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #993047;
	text-decoration: underline;
	outline: 0;
	cursor: pointer;
}

.container {
	padding: 0 !important;
}

.nopadding {
	padding: 0 !important;
}

h4,
.h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

label {
	font-weight: 700;
}

@media (min-width : 768px) {
	.mostraxs {
		display: none;
	}

	.navbar-form {
		margin: 8px 5px 8px 5px;
	}
}

@media (max-width : 767.9px) {
	.mostramd {
		display: none;
	}
}

@media screen and (max-width:1024px) {
	jumbotron {
		padding-top: 30px;
		padding-bottom: 30px;
		margin-bottom: 30px;
		color: inherit;
		background-color: #eee;
	}

	h1 {
		font-size: 29px;
		padding: 0;
		margin: 0;
	}
}

@media screen and (min-width: 768px) {

	.jumbotron .h1,
	.jumbotron h1 {
		font-size: 63px;
	}
}

#research-classes {
	margin-top: 20px;
	color: #fff;
	margin: 0 auto;
	text-align: center;
}

.homehint1 {
	background: hsla(218, 62%, 25%, 0.7);
	color: #D9D9D9;
	padding: 2em 3em;
}

@media screen and (min-width:1024px) {
	.homehint1 {
		background: hsla(218, 62%, 25%, 0.7);
		color: #D9D9D9;
		text-align: left;
		font-size: 16px;
		text-shadow: none;
		max-width: 62%;
		margin: 0 auto;
		padding: 2em 3em;
	}
}

.homehint1 p {
	padding-bottom: 2em;
}

.homehint2 {
	font-size: 16px;
	padding-bottom: 2em;
}


@media (max-width : 768px) {
	.sizeimg {
		padding: 0;
	}

	#branding .sizeh1header {
		padding-left: 5px;
		padding-right: 5px;
	}

	#branding .sizeh1header h1 a {
		font-size: 30px;
	}

	#branding .sizeh1header h1 {
		line-height: 25px;
	}

	#languageSelectorCookie .btn-sm {
		padding: 1px 3px;
		font-size: 10px;
		line-height: 1.5;
		border-radius: 2px;
	}

	.navbar-right {
		float: right !important;
	}

	#languageSelectorPageXS div {
		display: inline-flex;
		margin: auto;
	}

	#languageSelectorPageXS a {
		padding-right: 10px;
		padding-left: 10px;
	}

	#linkHamburgerXS hr {
		margin: 0;
	}

	.unifindxs {
		font-size: 24px;
		font-weight: 500;
	}

	#individual-info-1 {
		width: 100%;
	}
}

@media (min-width : 768px) {
	.navbar-form {
		margin: 8px 5px 8px 5px;
	}

	#navbar-menu-left {
		margin-left: 49px;
	}
}

@media (max-width : 360px) {
	#branding .sizeh1header h1 a {
		font-size: 14px;
		vertical-align: top;
	}

	#branding .sizeh1header h1 {
		line-height: 20px;
	}

	.header h1 {
		padding-top: 0;
		margin-left: 0;
	}
}

@media (max-width : 913px) and (min-width:768px) {
	.header h1 a {
		font-size: 28px;
	}

	.unifindxs {
		font-size: 28px;
	}
}

.containersm {
	display: flex;
	flex-direction: row;
	/*align-content: center;*/
	justify-content: space-between;
	align-items: center;
}

/* header */
#individual-info header {
	background: transparent;
}


.header {
	background: #b32e4b;
	color: #ffffff;
	padding: 10px 0;
	border-bottom: 0;
}

.header img {
	width: 100%;
}


@media (max-width : 768px) {
	.header img {
		width: auto;
		max-width: 190px !important;
	}
}

.header h1 {
	padding-top: 0;
	margin-left: 5px;
	text-align: center;
}

.header h1 a {
	font-size: 34px;
	color: #ffffff;
}

.header .logo-sm {
	text-align: left;
	padding-left: 0;
	padding-right: 0;
}

#headerDestra {
	text-align: end;
	padding: 0;
}

#headerDestraHome {
	text-align: end;
	padding: 0;
}

#headerDestra span,
#headerDestraHome span {
	display: inline-flex;
}

#headerDestra .form-group {
	padding: 0;
}

#headerDestra .btn,
#headerDestraHome .btn {
	margin: 0;
	padding: 6px 12px 7px 12px;
	font-size: 13px;
	font-weight: 400;
	border-right: 2px solid;
}

.scrittaunifind,
.scrittaunifindHome {
	padding: 0;
}

#navbar-search-headerXS button {
	margin: 0;
	border-top-right-radius: 18px;
	border-bottom-right-radius: 18px;
}

#navbar-search-headerXS input {
	margin: 0;
	border-top-left-radius: 18px;
	border-bottom-left-radius: 18px;
}

.cercaXS {
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 25px;
	margin-bottom: 25px;
}

.cercaXS .navbar-form {
	width: 100%;
	padding-left: 25px;
	padding-right: 25px;
}

.cercaXS .btn {
	margin: 0;
	padding: 5px 15px 5px 5px;
}

.cercaXS .input-group {
	border-collapse: collapse
}

.flexcenter {
	display: flex;
	align-items: center;
}

.pipe {
	color: #fff;
	font-size: 24px;
	margin: 0 10px;
}

.unifindtxt {
	color: #fff;
	margin: 0;
	/*font-size: 24px;
	font-weight: 500;*/
}

.site_title_part1 {
	color: #ffffff;
	font-size: 24px;
	font-weight: 500;
	margin: 0;
}

.site_title_pipe {
	color: #ffffff;
	font-size: 24px;
	font-weight: 500;
	margin: 0;
}

.site_title {
	color: #ffffff;
	font-size: 24px;
	font-weight: 500;
	margin: 0;
}


.linkhome {
      min-width: 24px;
      min-height: 24px;
      margin-right: 8px; /* Or margin-left, padding-right, padding-left depending on your layout */
      display: inline-block; /* Anchor tags are inline by default, you might need to change display for min-width/height to work consistently */
    }

.linkhome:hover {
	color: #333;
	text-decoration: none;
}

.imgateneo {
	margin-right: 10px;
}

.linkcustomer {
	color: #fff;
	margin-right: 10px;
	font-size: 16px;
}

.linkcustomer:hover {
	color: #333;
	text-decoration: none;
}

#search-page .form-control {
	border-right: 0;
	border-color: #ffffff;
	border-left: 2px solid;
	background-color: transparent;
	border-top-left-radius: 18px;
	border-bottom-left-radius: 18px;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

#search-page input {
	color: #ffffff;
}

#search-page .form-control::placeholder {
	color: #ffffff;
}

#search-page button {
	border-top-right-radius: 18px;
	border-bottom-right-radius: 18px;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	background-color: transparent !important;
	border-left: 0;
	border-color: #ffffff;
}

#search-page .input-group {
	position: relative;
	display: inline-flex;
	flex-wrap: nowrap;
	align-items: stretch;
	width: 100%;
}

/* Bottoni lingua  */
#languageSelectorPage .lang-button {
	background-color: transparent;
	color: #fff;
	border: 0;
	font-size: 16px;
	margin: 0;
	padding: 3px 6px 4px 6px;
	width: auto;
}

#languageSelectorPage .btn-group {
	vertical-align: middle;
}

/*lingua hamburger xs */
#languageSelectorPageXS .lang-button {
	background-color: transparent;
	border-width: 1px;
	border-color: #fff;
	border-style: solid;
	color: #fff;
	font-size: 13px;
}

#languageSelectorHome .lang-button {
	background-color: transparent;
	color: #fff;
	font-size: 16px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 3px 6px 4px 6px;
	width: 37px;
	border: 1px solid #fff;
}

#languageSelectorHome .btn-group {
	float: right !important;
}

#languageSelectorHomeXS {
	padding: 0;
	text-align: end;
}

#languageSelectorHomeXS .lang-button {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
	border-radius: 2px;
	font-size: 14px;
	margin-left: 5px;
	padding: 1px 4px 3px;
	width: 28px;
	border-radius: 2px;
}

#languageSelectorPage a,
#languageSelectorHome a,
#languageSelectorCookie a,
#languageSelectorPageXS a,
#languageSelectorHomeXS a {
	text-decoration: none;
}

#languageSelectorCookie {
	float: right !important;
}

#languageSelectorCookie .lang-button {
	background-color: transparent;
	border-width: 1px;
	border-color: #fff;
	border-style: solid;
	border-radius: 3px;
	color: #fff;
	font-size: 13px;
	line-height: 1.5;
	padding: 3px 6px;
	margin-right: 5px;
}

#languageSelectorHome .lang-button:hover,
#languageSelectorHome .lang-button:focus,
#languageSelectorPage .lang-button:hover,
#languageSelectorPage .lang-button:focus,
#languageSelectorCookie .lang-button:hover,
#languageSelectorCookie .lang-button:focus,
#languageSelectorHomeXS .lang-button:hover,
#languageSelectorHomeXS .lang-button:focus,
#languageSelectorHomeXS .lang-button:hover,
#languageSelectorHomeXS .lang-button:focus {
	color: #000000;
	border-color: transparent;
	background-color: transparent;
}

.skipnav {
	height: 0;
	margin: 0;
}

.skipnav a {
	color: transparent;
}

.skipnav a:hover {
	color: transparent;
	cursor: default;
}

.skipnav a:focus {
	color: #b32e4b;
}

#navbar-menu-right-lan {
	padding-right: 15px;
}

/*HAMBURGER */
.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 10;
	top: 0;
	right: 0;
	background-color: #b32e4b;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
}

.sidenav li {
	display: inline-flex;
	width: 100%;
	text-align: start;
}

.sidenav a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 18px;
	color: #ffffff;
	display: block;
	transition: 0.5s;
}

.sidenav a:hover,
.sidenav a:focus {
	color: #000000;
}

.sidenav a.second {
	width: 100%;
}

.sidenav a.active {
	background-color: #f4f4f4;
	color: #000000;
}

.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}

.hamburgerIcon {
	color: #fff;
	vertical-align: middle;
	cursor: pointer;
	padding: 3px 6px 4px 6px;
	margin-left: 5px;
	background-color: transparent !important;
	font-size: 20px;
	border: none;
	width: 37px;
}

.hamburgerIcon:hover,
.hamburgerIcon:focus {
	color: #000000;
	border-color: #000 !important;
	background-color: transparent !important;
}

/*Hamburger XS*/
.sidenavXS {
	height: 0;
	width: 100%;
	position: fixed;
	z-index: 10;
	top: 0;
	right: 0;
	background-color: #b32e4b;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 0;
}

.sidenavXS li {
	display: inline-flex;
	width: 100%;
	text-align: start;
}

.sidenavXS a {
	padding: 4px 4px 4px 25px;
	text-decoration: none;
	font-size: 18px;
	color: #ffffff;
	display: block;
	transition: 0.5s;
}

.sidenavXS a:hover {
	color: #000000;
}

.sidenavXS a.second {
	width: 100%;
}

.sidenavXS a.active {
	background-color: #f4f4f4;
	color: #000000;
}

.sidenavXS .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}

.hamburgerIconXS {
	vertical-align: middle;
	float: right;
	font-size: 22px;
	cursor: pointer;
	padding: 0;
	background-color: transparent !important;
	color: #ffffff;
	border-width: 1px;
	border-color: #fff !important;
	border-style: solid;
	width: 37px;
}

.hamburgerIconXS:hover,
.hamburgerIconXS:focus {
	color: #000000;
	border-color: #000 !important;
}

/* PHOTO */
#photo-wrapper {
	margin-bottom: 0 !important;
	object-fit: contain;
}

.img-circle {
	width: 100%;
	border-radius: 0;
}

/* contatti persona */
.nav-list>li.nav-header {
	padding: 9px 14px 10px 14px;
	background-color: #b32e4b;
	border-color: #b32e4b;
	color: #fff;
	border-radius: 2px 2px 0 0;
	text-transform: uppercase;
}

#iconesocial {
	text-align: center;
	padding: 10px 10px 10px 14px;
	border-radius: 0;
}

#noiconesocial {
	padding: 0;
}

#iconesocial a:hover,
#iconesocial a:focus {
	color: #333;
	text-decoration: none;
}

#iconesocial .col-xs-12 {
	padding-left: 0;
	padding-right: 0;
}

#iconesocial span {
	padding-left: 0;
	padding-right: 10px;
	font-size: 15px;
}

.emailsContainer {
	background: #f4f4f4;
}

.emailsContainer .nav-list {
	border-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.emailsContainer li {
	display: block;
	font-size: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 10px 12px 11px 12px;
	border-left: 1px solid #f4f4f4;
	border-right: 1px solid #f4f4f4;
	width: 100%;
}

.emailsContainer li .address1 {
	display: inline-block; 
	white-space: normal
}

.emailsContainer li a {
	display: block;
	font-size: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.emailsContainer .nav-header{
	margin-bottom:10px;
}

#spinnerperson span {
	margin-top: 20px;
}

.alert {
	border-left: 5px solid #b32e4b;
	border-right: 0;
	border-bottom: 0;
	border-top: 0;
	border-radius: 0;
	color: #333 !important;
	padding: 20px 20px 10px 20px;
	margin-bottom: 20px;
}

.alert-info {
	background: #f4f4f4;
}

.alert-info h2 {
	font-size: 18px;
	padding: 0;
	margin-bottom: 10px;
}

.alert-info h5 {
	color: #000;
}

.card {
	background: #f1f1f1;
	margin-bottom: 35px;
	border: 0;
	border-radius: 0;
}

.card-header {
	color: #ffffff;
	background-color: #757575;
	border-radius: 0 !important;
}


.card-title {
	width: 100%;
	float: left;
	display: block;
	font-size: 1.1em;
	text-transform: uppercase;
	padding: 11px 12px 9px 0px;
	margin-top: 0;
	margin-bottom: 0;
	color: #ffffff;
}

.card-body a {
	color: #b32e4b;
	background: transparent;
	border: 0;
	font-size: 16px;
	text-decoration: underline;
}

.card-body a:hover,
.card-body a:focus {
	color: #993047;
	cursor: pointer;
}

#iconControlsVitro {
	margin-top: 5px;
}

#search-homepage {
	margin: 0 auto;
	max-width: 70%;
}

#search-homepage input.form-control {
	opacity: 0.9;
	padding: 0.4rem 0.8rem;
	font-size: 0.9rem;
	border-radius: 0.3rem;
}

.dropdown-item:focus,
.dropdown-item:hover {
	color: #fff;
	background-color: #000;
}

.dropdown-item:focus a,
.dropdown-item:hover a {
	color: #fff;
}

#search-homepage .sympl-search {
	background: #b32e4b;
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
	height: 40px;
	padding: 7px 12px;
	font-size: 14px;
	border-radius: 2px;
}

.dropdown-menu {
	font-size: 16px;
	min-width: 200px;
	position: absolute;
	left: auto;
	top: auto;
}

.dropdown-menu.show {
	display: block;
	padding: 0;
	margin: 5px !important;
}

.dropdown-menu>li>a {
	padding: 10px 24px 10px 24px;
	text-align: left;
	font-weight: 600;
}


.dropdown-menu>li:first-child:hover:after,
.dropdown-menu>li:first-child:hover:before {
	border-bottom-color: #000;
}

.dropup .dropdown-menu>li:last-child:hover:after,
.dropup .dropdown-menu>li:last-child:hover:before {
	border-top-color: #000;
}

/*
.dropdown-menu.show > li:first-child:before {
    position: absolute;
    top: -6px;
    left: 11px;
    display: inline-block;
    border-right: 7px solid rgba(0, 0, 0, 0);
    border-bottom: 7px solid #ccc;
    border-left: 7px solid rgba(0, 0, 0, 0);
    content: '';
}*/

button#dropdownMenu1 {
	background: #000 !important;
	/*border:2px solid rgba(250,250, 250, 0.5)!important;*/
}

@media screen and (max-width:768px) {
	#search-homepage {
		max-width: 90%;
	}

	.dropdown-menu {
		min-width: 80px !important;
		right: 0;
		left: -1px;
		width: fit-content;
	}

	.downloadMenuDownload {
		left: auto !important;
		right: 5px !important;
		position: fixed;
	}
}

.info-blocks>li {
	background: #b32e4b !important;
	border-radius: 10px;
	display: inline-block;
	text-align: center;
	min-width: 150px;
	white-space: nowrap;
	margin: 0 10px 5px 10px;
}

.info-blocks>li a {
	background: none;
}

.info-blocks>li a .italic {
	font-size: 48px;
}

.top-info {
	font-size: 13px;
	font-weight: 600;
}

.info-blocks .bottom-info {
	background: none;
	border-radius: 10px;
	font-size: 16px;
}

.bottom-info {
	display: block;
	padding: 8px 8px 5px 8px;
	font-weight: 600;
}

@media (max-width : 478px) {
	.info-blocks>li {
		width: 80%;
	}
}

.bg-info {
	cursor: pointer !important;
}

.bg-info,
.bg-info a {
	color: #fff;
}

.home-sections .bg-info:hover {
	background-color: #757575 !important;
}

.row {
	margin-left: 0;
	margin-right: 0;
	padding: 0 0;
}

h2,
.h2 {
	font-size: 22px;
	margin-bottom: 10px;
}

.callout {
	padding: 20px 20px 10px 20px;
	margin: 0 !important;
	border-left: 5px solid #b32e4b;
	color: #333 !important;
}

.callout-info {
	background-color: #f2f7f9;
	border-color: #b32e4b;
}

.callout h2 {
	font-size: 18px;
}

.navbar-nav>li {
	font-size: 14px;
}

.navbar li:hover {
	background: #333;
}

.page-container {
	/*height: 100%;*/
	margin-bottom: 3em;
}

@media (min-width :1400px) {

	.page-container,
	.header,
	.navbar2,
	.navbar1 {
		/*width: 1400px;*/
		margin-right: auto;
		margin-left: auto;
	}

	#search-homepage {
		width: 1400px;
	}
}

p.address-line {
	line-height: 1.5;
	padding-left: 12px;
}

p.copyright {
	line-height: 1.5;
}

#individual-personInPosition .positions_relatedBy {
	padding-top: 1em;
}

#individual-hasResearchArea .positions_relatedBy {
	padding-top: 1em;
}

@media (min-width :1900px) {

	.page-container,
	.header,
	.navbar2,
	.navbar1 {
		width: 1850px;
		margin-right: auto;
		margin-left: auto;
	}

	#search-homepage {
		width: 1850px;
	}
}

dt+dd {
	margin-top: 10px;
}

.footer {
	border-top: 1px solid #ddd;
	padding: 12px 0;
	text-align: center;
	font-size: 1em;
	color: #fff;
	background-color: #757575;
	margin: 0;
	position: relative;
	width: 100%;
}

.footer p.copyright {
	color: #fff;
}

.footer p.copyright,
.footer a {
	color: #fff;
}

.footer #footer-nav li a {
	color: inherit;
}

.footer #footer-nav li a.symplectic-contact:hover {
	color: inherit;
	box-shadow: none;
	border-radius: 0;
	background: none;
	text-decoration: underline;
}

.modal-footer .btn {
	border-radius: 0;
	color: #000;
}

@media (min-width : 768px) {
	.btn-margin {
		margin-right: 5px;
	}
}

.copyright a {
	font-weight: bold;
}

.result-url {
	font-weight: bold;
}

.search-results .result-url {
	background: #ffffff;
	color: #333 !important;
	display: inline-block;
	text-transform: uppercase;
	border-radius: 32px;
	border: 1px solid #b32e4b;
	margin: 1rem 0;
	padding: .3rem 1rem;
	font-weight: 400;
	box-shadow: 10px 10px 10px rgba(0, 58, 112, .2);
}

#breadcrumbsPeople {
	padding-top: 5px;
	padding-bottom: 10px;
}

@media (max-width : 768px) {
	#breadcrumbsPeople {
		padding: 0 16px;
	}

	#breadcrumbs {
		padding: 0 16px;
	}

	.pagetitle {
		padding: 0 16px;
	}
}

#breadcrumbsSearch {
	padding-bottom: 20px;
}

#breadcrumbs ol,
#breadcrumbs a,
#breadcrumbsSearch ol,
#breadcrumbsSearch a,
#breadcrumbsPeople ol,
#breadcrumbsPeople a {
	padding: 0;
	margin: 10px 0;
	border: 0;
	font-size: 13px;
	font-weight: 600;
	color: #333;
}

.breadcrumb .fa-home {
	color: #333;
}

.fa-home {
	color: #fff;
}

.breadcrumb>li:first-child>a {
	background: none !important;
}

.breadcrumb>li+li:before {
	padding: 0 5px;
	color: #ccc;
	content: "/\00a0";
}

.pagetitle {
	margin-bottom: 10px;
	font-size: 26px;
	font-weight: 600;
	color: #333;
}


ul#search-results li.individual h7 {
	display: block;
}

.col-md-3 {
	width: 23%;
}

.panel {
	border: 0;
}

.panel-primary {
	border-color: #b32e4b;
	background: #f1f1f1;
	border-radius: 3px;
	box-shadow: none;
}

li.list-group-item {
	border: none;
}

.list-group-item {
	position: relative;
	display: block;
	padding: 10px 10px;
	margin-bottom: -1px;
	background-color: transparent;
	border: 1px solid #ddd;
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
}

.list-group-item:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.list-group-item>.badge,
.list-group-item>.label {
	float: right;
	margin-top: -3px;
}

#side-filters .card-body {
	text-transform: uppercase;
}

#paginationMobileContainer {
	display: none;
}

@media (max-width: 768px) {

	#side-filters,
	#individuals-in-class {
		margin: auto;
	}

	#paginationMobileContainer {
		display: block;
		margin-bottom: 70px;
	}

	#paginationBottom {
		display: none;
	}
}

ul,
ol {
	padding-left: 0;
	list-style-type: none;
}

.btn-primary {
	background-color: #000;
	border-color: #000;
}

.btn-primary:hover,
.btn-primary:focus {
	background-color: #404040;
	border-color: #404040;
}

.navbar li:hover {
	background: #333;
}

.panel-title {
	float: left;
	display: block;
	/* font-size: 14px; */
	font-size: 1.1em;
	text-transform: uppercase;
	padding: 11px 12px 9px 12px;
}


.badge {
	padding: 7px 10px 6px 10px;
	font-weight: 600;
	background-color: #b32e4b;
	color: #ffffff;
	border-radius: 70px;
	font-size: 11px;
}

.paginationbadge {
	padding-top: 14px;
	padding-bottom: 6px;
}

.cinecaExtension1 {
	padding: 0 !important;
}

.cinecaExtension1 div {
	padding-left: 0;
	padding-right: 5px;
}

.fulltext_url_hasURL,
.handle_handle {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: auto;
}

.cinecaExtension1 .row {
	border-bottom: 1px solid #dedede;
	/*padding: 5px 0;*/
	/*text-transform: uppercase;*/
	font-size: 14px;
	margin-bottom: 5px;
}

.cinecaExtension1 .row.project, .cinecaExtension1 .row.projectabstract{
	border-bottom: 0px solid;
}

.cinecaExtension1 div .row {
	border: 0;
}

.aname h6 {
	margin-bottom: 10px !important;
}

.cinecaExtension1 .row h6 {
	margin: 0;
}

.cinecaExtension1 .row span.text-success {
	color: #FFF;
	background: #333;
	margin: 0 0 2px 0;
	padding: 3px 10px 2px 10px;
	display: inline-block;
	border-radius: 3px;
	text-transform: lowercase;
}

#individual-info .individual-objectHeader {
	background: transparent;
	margin-bottom: 20px;
	margin-top: 20px;
}

.individual-objectHeader span.result-url {
	border-left: 4px solid #b32e4b !important;
	padding: 5px 10px;
}

/* #individual-info div span.result-url { */
/* 	border-left: 4px solid #b32e4b !important; */
/* 	padding: 5px 10px; */
/* } */

.more-less {
	width: 100%;
	background: #b32e4b;
	padding: 7px 0 10px 0;
	margin: 20px 0;
	text-align: center;
	color: #FFF;
	border-radius: 3px;
}

.more-less:hover {
	color: #333;
}

.thumbnail {
	background: none;
	position: relative;
	border: 0;
	padding: 0;
	margin-bottom: 0;
	text-align: center;
}

.thumbnail a {
	max-height: 160px;
	overflow: hidden;
	border-radius: 3px !important;
}

.thumbnail img,
.thumbnail a img {
	margin-right: auto;
	margin-left: auto;
	display: block;
	max-width: 160px !important;
	max-height: 160px !important;
	border-radius: 3px;
	height: auto;
	z-index: 2;
}

.thumbnail div:first-child {
	height: 160px;
	margin-bottom: 12px;
}

/*Lista progetti activity*/
@media ( max-width : 992px) {
	.img-project-list {
		max-width: 160px;
		object-fit: cover;
		float: left;
		margin: 16px 20px 20px 0px;
	}
	
}

.img-project-list {
	width: 100%;
	object-fit: cover;
	float: left;
	margin: 16px 20px 20px 0px;
}

.img-project-single {
	height: 50px;
	object-fit: cover;
	padding-right: 20px;
}


@media ( max-width : 992px) {
	
	#individual-intro {
		width: 100%;
	}

	.img-project-single { 
		max-width: 100%; 
		max-height: 100vh; 
		object-fit: contain;
		height:50px;	
	}
}


.img-search-result {
	margin: 16px 20px 20px 0px;
	object-fit: cover;
    max-width: 100%;
    padding: 10px;
}

@media ( max-width : 992px) {
	.img-search-result {
	    object-fit: cover;    	
    	max-width: 100%;
	}	
}

section#login {
	width: 40% !important;
	min-height: 280px;
	margin: 40px auto !important;
	border: 0 solid #dedede;
	text-align: center;
	padding: 30px;
	border: 1px solid #ccc;
	border-radius: 4px;
	background-color: #F3F3F3;
}

@media screen and (max-width: 600px) {
	section#login {
		width: auto !important;
	}
}

section#login p {
	width: 100%;
	margin: 10px 0;
	text-align: center;
	padding: 10px;
	float: left;
}

section#login label {
	margin: 16px 0 0 0;
}

.login-form input {
	width: 100%;
}

input[type=text],
input[type=password] {
	border: 1px solid #ccc;
	margin: 0;
	border-radius: .25rem;
	padding: 5px 10px 5px 10px;
}

input[type=submit] {
	background: #ccc;
	color: #333;
	padding: 9px 20px 7px 20px;
	border: 0;
	border-radius: 4px;
	text-transform: uppercase;
	font-weight: bold;
}

#alpha-browse-individuals {
	margin: 0 auto 30px auto;
	padding: 10px 0;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	width: fit-content;
}

#paginationBottom ul.pagination {
	border-top: 0 solid #dedede !important;
	border-bottom: 0 solid #dedede !important;
}

#photo-wrapper {
	margin-bottom: 20px;
	width: 100%;
}

table td.citation-data {
	padding: 5px 0 !important;
}

header h2 {
	margin: 0 12px;
}

#individualNavTabsContent {
	padding-top: 24px;
}

.tab-content {
	border: none;
	font-size: 14px;
	color: #333;
}

.tab-content :first-child h5 {
	border-bottom: 0;
}

.tab-content h3 a {
	line-height: 16px;
	padding: 0;
	font-size: 16px;
	font-weight: 600;
}

.tab-content a {
	line-height: 16px;
	padding: 0;
	font-weight: 600;
}

.tab-content .Congressi_RO_0000053 a.aname,
.tab-content .Collegi_dottorato_RO_0000053 a.aname {
	color: #333;
}

.tab-content h5,
.tab-content h3 {
	width: 100%;
	padding: 5px 0;
	border-bottom: 1px solid #dedede;
	/*font-weight: bold;*/
	font-size: 18px;
	text-transform: unset;
}

.tab-content p {
	line-height: 1.3em;
}

.tab-content br {
	margin-bottom: 0.5em;
}

.icon-grid {
	vertical-align: inherit;
}

.property-list {
	width: 100%;
	padding: 0;
	margin-bottom: 0.5em;
}

.person_prodotti_relatedBy,
.progetto_prodotti_ERO_0000460,
.person_patent_relatedBy,
.person_dataset_relatedBy,
.PersonaInsegnamenti_RO_0000056,
.OrgUnitCorsi_hasSubjectArea {
	border: 1px solid #f0f0f0;
	background: #ffffff;
}

.property-list div[role=listitem] {
	width: 100%;
	padding: 0;
	margin: 16px 0;
	font-weight: normal;
	line-height: 28px;
	text-align: justify;
}

.property-list div[role=listitem] h5,
.property-list div[role=listitem] h3 {
	padding: 3px 3px 3px 0 !important;
	margin-bottom: 5px;
	line-height: unset;
	text-transform: uppercase;
}

#ProfessioniGroup div[role=listitem] h3 {
	margin-bottom: 8px;
	border-bottom: 1px solid #dedede !important;
}

.object_type {
	color: #333 !important;
	text-transform: uppercase;
	border-radius: 32px;
	border: 1px solid #B32E4B;
	margin: 1rem 0;
	padding: 0.3rem 1rem;
	box-shadow: 10px 10px 10px rgba(0, 58, 112, .2);
}

/*Rubrica*/
.eventoRubrica {
	margin-bottom: 1em;
	border: 1px solid #f0f0f0;
	border-radius: 5px;
	box-shadow: 3px 3px 5px #dedede;
	padding: 20px;
}

.eventoRubrica .evento {
	background: #c8c8c8;
	padding: 8px 24px;
	border-radius: 8px;
	font-weight: 600;
	border: 1px solid #f0f0f0;
	font-size: 1.1em;
}

.eventoRubrica .data {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 1.1em;
	margin: 0.5em 0;
	padding-left: 1.5em;
}

.eventoRubrica table {
	width: 100%
}

.eventoRubrica .orario {
	background: #f4f4f4;
	font-weight: 600;
	padding: 1em .3em;
	border-radius: 8px;
	text-align: center;
	font-size: 1.1em;
}

.fa-calendar-days::before {
	color: #b32e4b;
}

.eventoRubrica .docenteaula {
	padding: 0 1em;
}

.labelRubrica {
	font-weight: 700;
}

/* CV */
.description_description div {
	text-transform: none;
}

h5#researchOverview {
	margin-top: 20px;
}

.property-list .publicationTableRow td {
	border-top: 0 !important;
}

#description-noRangeClass-List {
	line-height: 1.3em;
}

.sidebar-hidden .page-content {
	margin: 0 0 !important;
	/*padding: 0 5%;*/
	/*padding: 0 70px;*/
}

.padding-page {
	padding: 0 5%;
}

.padding-home {
	padding: 0 5%;
}

.prototip .tooltip {
	opacity: 1;
}

.foafFullNameSubtitle {
	margin-left: 0;
	margin-bottom: 8px;
}

#individual-personInPosition {
	margin: 8px auto;
}

#individual-personInPosition label,
#individual-personInPosition-phd label {
	padding: 0;
}

#individual-personInPosition-phd {
	margin: 8px auto;
	padding-left: 0;
	font-size: 14px;
}

#individual-personInPosition-phd .CorsoDottorandi_RO_0000053 {
	padding-top: 1em;
}

.search-results>div {
	margin-bottom: 1.2em;
}

.search-results>li {
	margin-bottom: 0.5em;
	padding-left: 15px;
	border-bottom: 1px solid #dedede;
	padding-bottom: .2em;
}

.search-results h3 {
	text-transform: uppercase;
	margin: 0;
	line-height: 25px;
	font-size: 18px;
}

.search-results .thumbnail h3 {
	font-weight: 400;
	margin: 0;
	line-height: 20px;
	font-size: 14px;
}

.sresrow {
	padding-top: 30px;
}

body {
	counter-reset: people_relatedBy;
	counter-reset: project_RO_0000053;
	counter-reset: of_researchAreaOf;
	counter-reset: authors_relatedBy;
	counter-reset: of_RO_0000053;
	counter-reset: activities_RO_0000053;
	counter-reset: individual;
	counter-reset: abstract_abstract;
	counter-reset: contributor_BFO_0000055;
	counter-reset: scientificmanagers_BFO_0000055;
	counter-reset: overview_researchOverview;
	counter-reset: awards_relates;
	counter-reset: of_relates;
	counter-reset: receipts_relatedBy;
}

.webpagelist {
	margin: 12px 0 0 0;
	padding-left: 0;
	display: inline-block;
	font-size: 14px;
}

#individual-web {
	margin: 12px 0 0 0;
	padding-left: 0;
	display: inline-block;
	font-size: 14px;
}

#individual-bosses {
	margin: 4px 0 0 0;
	padding-left: 0;
	display: inline-block;
	font-size: 14px;
}

#individual-web,
.cinecainlineblock {
	font-weight: bold;
}

#individual-web div[role=listitem],
.cinecainlineblock div[role=listitem] {
	font-weight: normal;
}

.info-blocks>li>a>span.italic {
	font-size: 48px;
	margin-bottom: 20px;
}

.input-group-prepend fieldset>legend {
	float: left;
	width: auto;
	font-size: 1em;
	font-weight: bold;
	margin-top: 0;
	padding-top: 1px;
	padding-right: 5px;
	margin-bottom: 0;
}

.input-group-prepend fieldset>div {
	float: left;
	border-left: 1px solid #CED4DA;
	padding-left: 5px;
}

.navbar-inverse {
	background-color: #b32e4b;
}

/*===== Panels =====*/
/* Primary */
.panel-primary {
	border-color: #CFCFCF;
}

.panel-primary>.panel-heading {
	color: #ffffff;
	background-color: #b32e4b;
	border-bottom: 0;
	padding: 5px 14px;
}

.panel-primary>.panel-heading+.panel-collapse .panel-body {
	border-top-color: #CFCFCF;
}

.panel-primary>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color: #CFCFCF;
}

@media (max-width : 768px) {
	.course-data {
		width: 100%;
		padding: 3px;
	}

	.person-container {
		padding: 0;
	}

	.nopaddingmobile {
		padding: 0;
	}

	#individual-info {
		margin-top: 0;
		padding-left: 0;
	}
}

/* Tab pagina persona individual*/
.nav-tabs {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}

.nav-tabs .nav-link {
	color: #333;
	padding: 11px 14px 8px 14px;
	border: 0;
	border-bottom: 5px solid transparent;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 5px solid #ddd;
	text-decoration: none;
	color: #333;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: #333;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 5px solid #b32e4b;
}

.fa-circle-exclamation::before {
	color: #b32e4b;
	margin-top: 5px;
}

@media (max-width : 768px) {
	.nav-tabs>li {
		width: 100%
	}

	.nav-tabs {
		border: 0;
	}

	.nav-tabs .nav-link {
		border-bottom: 1px solid #ddd;
		margin-bottom: 0px;
	}

	.nav-tabs .nav-item.show .nav-link,
	.nav-tabs .nav-link.active {
		border-top: 0;
		border-right: 0;
		border-left: 5px solid #1D71B8;
		border-bottom: 1px solid #ddd;
	}
}


.afake {
	color: #4c4d40;
	text-decoration: none;
}

.afake2 {
	line-height: 16px;
	padding: 0;
	font-weight: 600;
}

input:focus,
textarea:focus,
select:focus,
button:focus,
area:focus {
	outline: 1px dotted #ccc !important;
}

.property-list h6 {
	font-weight: 400;
	margin: 0;
	line-height: 20px;
}

.pagination {
	margin-top: 5px;
	margin-bottom: 5px;
	flex-wrap: wrap;
}

#paginationBottom {
	border-top: dotted;
	border-top-color: currentcolor;
	border-top-width: medium;
	border-width: 0;
	border-color: #CFCFCF;
}

#paginationTop {
	border-bottom: dotted;
	border-bottom-color: currentcolor;
	border-bottom-width: medium;
	border-width: 2px;
	border-color: #CFCFCF;
}

.pagination>li>a,
.pagination>li>span {
	float: none;
	margin-left: 0;
	border: 0;
	display: block;
	color: #333;
	font-weight: 600;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	position: relative;
	padding: 6px 12px;
	text-decoration: none;
	background-color: #fff;
}

.pagination>li a:hover {
	background: #b32e4b !important;
	color: #FFF !important;
}

.pagination>li a.selected {
	background: #b32e4b !important;
	color: #FFF !important;
}

.pagination>.active>a {
	background-color: #b32e4b;
	color: #fff;
}

.pagination>li a:hover,
.pagination>li a:focus {
	background: #757575 !important;
	color: #fff !important;
}

.paginationnav nav {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	align-items: center;
	justify-content: center;
}

.paginationnav a {
	padding: 0.375rem 0.75rem;
	text-decoration: none;
	background-color: #fff;
	color: #333;
}

.page-item:first-child .page-link {
	border-radius: 0;
}

.page-link {
	border: 0;
	font-size: 12px;
	font-weight: 600;
	color: #333;
}

/*override del colore base del sito*/
blockquote {
	border-left-color: #b32e4b;
}

a.list-group-item-success.active:focus {
	background-color: #b32e4b;
	border-color: #b32e4b;
}

.label-success {
	background-color: #b32e4b;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
	background-color: #b32e4b;
	box-shadow: 1px 0 0 #b32e4b, -1px 0 0 #b32e4b;
	-webkit-box-shadow: 1px 0 0 #b32e4b, -1px 0 0 #b32e4b;
	-moz-box-shadow: 1px 0 0 #b32e4b, -1px 0 0 #b32e4b;
}

.dropdown-menu>li.active:first-child:after,
.dropdown-menu>li.active:first-child:before {
	border-bottom-color: #b32e4b;
}

.dropup .dropdown-menu>li.active:last-child:after,
.dropup .dropdown-menu>li.active:last-child:before {
	border-top-color: #b32e4b;
}

/* Success */
.panel-success {
	border-color: #b32e4b;
}

.panel-success>.panel-heading {
	background-color: #b32e4b;
}

.panel-success>.panel-heading+.panel-collapse .panel-body {
	border-top-color: #b32e4b;
}

.panel-success>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color: #b32e4b;
}

.modal-header {
	background-color: #b32e4b;
	color: #ffffff;
}

.modal-header table {
	width: 100%;
}

.modal-header td {
	padding: 0;
}

.modal-header .btn-close {
	padding: 0;
	font-size: 13px;
	color: #000;
	opacity: 1;
}

#corrispondenze_modal .close {
	background: transparent;
	border: 0px;
	color: #fff;
	font-size: 20px;
}

.modal-body ul li {
	padding-left: 0.5em;
	padding-bottom: 0.2em;
}

#corrispondenze_modal .modal-header {
	flex-direction: row-reverse;
}

.bg-success,
.bg-success a {
	background-color: #b32e4b;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
	background-color: #b32e4b;
	color: #fff;
}

.btn-success {
	background-color: #b32e4b;
	border-color: #b32e4b;
}

.labelAssociatedConcept {
	font-size: 14px;
	margin-bottom: 5px;
}

.positions_label {
	font-size: 14px;
}

.citation-data {
	width: 80%;
	padding-right: 5px;
}

.citation-data-info {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 10px;
	width: 12%;
	text-align: center !important;
}

.citation-data-info .text-success {
	border-radius: 2px;
	background: #333;
	color: #fff !important;
	padding: 2px 10px;
	position: relative;
	top: 5px;
	font-size: 11px;
}

.citation-data-info .label-primary {
	/*word-wrapp: break-word;*/
	white-space: normal;
}

.altmetric-div {
	padding-left: 5px;
	padding-top: 15px;
	text-align: center;
	flex: content;
	margin: 0 auto;
}

.float_center {
	float: right;
	position: relative;
	left: -50%;
	/* or right 50% */
	text-align: left;
}

.float_center>.child {
	position: relative;
	left: 50%;
}

label.error.valid {
	background-color: #b32e4b;
}

.task-normal {
	border-left-color: #b32e4b;
}

.sidebar-right .navigation>li:hover>a {
	border-right: 3px solid #b32e4b;
}

.navigation>li.active>a,
.navigation>li.active:hover>a,
.navigation>li.active:focus>a {
	background-color: #b32e4b;
}

.navigation>li:hover>a {
	border-left: 3px solid #b32e4b;
}

.navigation>li>a.level-opened {
	background-color: #b32e4b;
}

.navigation>li ul li a.level-opened,
.navigation>li ul li a.level-opened:hover {
	background-color: #b32e4b;
}

.ranges li.active {
	background: #b32e4b;
	border-color: #b32e4b;
}

.ranges ul li.active:first-child:after {
	border-bottom-color: #b32e4b;
}

.ranges ul li.active:first-child:before {
	border-bottom-color: #b32e4b;
}

.jGrowl-notification.growl-success {
	background-color: #b32e4b;
}

.checkbox-success .checker span:hover {
	border-color: #b32e4b;
}

.checkbox-success .checker:active span,
.checkbox-success .checker.active span,
.checkbox-success .checker span.checked {
	border-color: #b32e4b;
	background-color: #b32e4b;
}

.radio-success .choice span:hover {
	border-color: #b32e4b;
}

.radio-success .choice:active span,
.radio-success .choice.active span,
.radio-success .choice span.checked {
	border-color: #b32e4b;
	background-color: #b32e4b;
}

.paginate_disabled_previous:hover,
.paginate_enabled_previous:hover,
.paginate_disabled_next:hover,
.paginate_enabled_next:hover {
	background-color: #b32e4b;
}

.paginate_disabled_previous:focus,
.paginate_enabled_previous:focus,
.paginate_disabled_next:focus,
.paginate_enabled_next:focus {
	background-color: #b32e4b;
}

.paging_full_numbers a.paginate_button:hover,
.paging_full_numbers a.paginate_button:focus {
	background-color: #b32e4b;
}

.ui-datepicker-trigger {
	background-color: #b32e4b;
}

.ui-datepicker .ui-state-hover {
	background-color: #b32e4b;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	background-color: #b32e4b;
}

.fc-button-prev:hover,
.fc-button-next:hover {
	background-color: #b32e4b;
}

.has-switch span.switch-success {
	background: #b32e4b;
	border-color: #b32e4b;
}

.plupload_start {
	background-color: #b32e4b;
}

.plupload_progress_bar {
	background: #b32e4b;
}

.hero {
	background-image: url('../images/library.jpg');
	border-top: none;
}

.searcherror {
	padding-top: 10px;
}

.cinecaExtension1 {
	padding-top: 10px;
}

.cinecaExtension2 {
	padding-top: 10px;
}

.cinecainlineblock {
	width: 100%;
	margin: 12px 0 0 0;
	padding-left: 0;
	display: inline-block;
	font-size: 14px;
}

#individual-freetextKeyword {
	margin: -8px 0 0 0;
}

ul.search-results li h6:before {
	width: 100%;
}

div#search-results.search-results div.individual {
	width: 100%;
}

/* --- prop modifica altezza---   */

/* .contributor_BFO_0000055 {
   height: 3em;
  }
  .people_relatedBy {
   height: 3em;
  }
  .of_researchAreaOf {
   height: 4em;
  }
  .authors_relatedBy {
   height: 3em;
  }
  */

/* --- prop elenco ---   */

/*.people_relatedBy:before {
    content: "▪";
  }
  .of_researchAreaOf:before {
   content: "▪";
  }
  /*.authors_relatedBy:before {
   content: "▪";
  }
  .people_relatedBy:before {
    content: "▪";
  }
  .of_researchAreaOf:before {
   content: "▪";
  }
  /*.authors_relatedBy:before {
   content: "▪";
  }
  .contributor_BFO_0000055:before {
   content: "▪";
  }
  .receipts_relatedBy:before {
   content: "▪";
  }
  .of_relates:before {
   content: "▪";
  }
  .overview_researchOverview:before {
   content: "▪";
  }
  */

/*
  .PersonConceptFields_hasResearchArea::before {
      content: ". ";
      font-weight: bold;
      font-size: 25px;
      vertical-align: text-top;
      position: relative;
      top: -5px;
      color: #333;
      line-height: 16px;
  }
  */
/* --- prop 100% ---   */
.list_of_contributors_contributorList {
	width: 100%;
}

.abstractCinecaPrint {
	width: 100%;
}

.administers_project_RO_0000053, .administers_contract_RO_0000053 {
	display: flex;
	border: 1px solid #ccc;
	padding: 5px 0 5px 10px !important;
	background: #fcfcfc;
}

.administers_project_RO_0000053 .citation-data-info, .administers_contract_RO_0000053 .citation-data-info {
	font-weight: bold;
	width: 15%;
	border-right: 0;
}

@media (max-width: 768px) {
	.administers_project_RO_0000053, .administers_contract_RO_0000053 {
		display: block;
	}

	.administers_project_RO_0000053 .citation-data-info, .administers_contract_RO_0000053 .citation-data-info {
		width: 100%;
	}
}

.administers_project_RO_0000053 .allsubclass, .administers_contract_RO_0000053 .allsubclass {
	text-align: center;
	padding: 0.5em 0;
	font-weight: normal;
}

.OrgUnitCorsi_hasSubjectArea,
.InsegnamentoCorsi_hasAssociatedConcept {
	display: flex;
	border: 1px solid #ccc;
	padding: 5px 0 5px 10px !important;
	background: #fcfcfc;
}


.OrgUnitCorsi_hasSubjectArea .citation-data-info,
.InsegnamentoCorsi_hasAssociatedConcept .citation-data-info {
	font-weight: bold;
	width: 15%;
	border-right: 0;
}

@media (max-width : 768px) {

	.OrgUnitCorsi_hasSubjectArea,
	.InsegnamentoCorsi_hasAssociatedConcept {
		display: block;
	}

	.OrgUnitCorsi_hasSubjectArea .citation-data-info,
	.InsegnamentoCorsi_hasAssociatedConcept .citation-data-info {
		width: 100%;
	}
}

.OrgUnitCorsi_hasSubjectArea .allsubclass,
.InsegnamentoCorsi_hasAssociatedConcept .allsubclass {
	text-align: left;
	padding: 0.5em 0;
	font-weight: normal;
}

.CorsoProfiliProfessionali_academicDegreeProfile {
	display: flex;
	border: 1px solid #ccc;
	padding: 5px 0 5px 10px !important;
	background: #fcfcfc;
}

.CorsoProfiliProfessionali_academicDegreeProfile .citation-data-info {
	font-weight: bold;
	width: 15%;
}

.CorsoProfiliProfessionali_academicDegreeProfile .allsubclass {
	text-align: left;
	padding: 0.5em 0;
	font-weight: normal;
}

.funz,
.comp,
.sbprof {
	padding-bottom: 0.5em;
	text-align: left;
	padding-top: 0.5em;
}

.ProfessioneCorsi_qualificaProfessionale {
	display: flex;
	border: 1px solid #ccc;
	padding: 5px 0 5px 10px !important;
	background: #fcfcfc;
}


.ProfessioneCorsi_qualificaProfessionale .citation-data-info {
	font-weight: bold;
	width: 15%;
}

@media (max-width: 768px) {
	.ProfessioneCorsi_qualificaProfessionale {
		display: block;
	}

	.ProfessioneCorsi_qualificaProfessionale .citation-data-info {
		width: 100%;
	}
}

.ProfessioneCorsi_qualificaProfessionale .allsubclass {
	text-align: left;
	padding: 0.5em 0;
	font-weight: normal;
}

.PersonaInsegnamenti_RO_0000056 {
	display: flex;
	border: 1px solid #ccc;
	padding: 5px 0 5px 10px !important;
	background: #fcfcfc;
}

.PersonaInsegnamenti_RO_0000056 .citation-data-info {
	font-weight: bold;
	width: 15%;
	border-right: 0;
}

@media (max-width: 768px) {
	.PersonaInsegnamenti_RO_0000056 {
		display: block;
	}

	.PersonaInsegnamenti_RO_0000056 .citation-data-info {
		width: 100%;
	}

	.PersonaInsegnamenti_RO_0000056 .cfusort {
		background: transparent;
		border: 0;
	}
}


.profProfAtl,
.CorsoPersoneSsd,
.CorsoPersoneRole,
.InsegnamentoPersoneSsd,
.InsegnamentoPersoneRole,
.AreaDiRicercaPersone {
	margin-bottom: 0.7em;
}

.CorsoPersoneRole .object_type {
	margin-right: 5px;
}

@media (max-width : 768px) {

	.profProfAtl,
	.CorsoPersoneSsd,
	.CorsoPersoneRole,
	.InsegnamentoPersoneSsd,
	.InsegnamentoPersoneRole,
	.AreaDiRicercaPersone {
		margin-left: 5px;
		display: flex;
		flex-direction: column;
	}

	.CorsoPersoneRole .object_type {
		max-width: fit-content;
	}
}

.PersonaInsegnamenti_RO_0000056 .allsubclass {
	text-align: left;
	padding: 0.5em 0;
	font-weight: normal;
}



.professionAtlanteProfile_professionAtlanteProfile,
.hasQualificaProfessionale_hasQualificaProfessionale {
	display: flex;
	border: 1px solid #ccc;
	padding: 5px 0 5px 10px !important;
	background: #fcfcfc;
}

@media (max-width : 768px) {

	.professionAtlanteProfile_professionAtlanteProfile,
	.hasQualificaProfessionale_hasQualificaProfessionale {
		display: block;
	}

}

.atlante-data,
.prf-data {
	width: 100%;
	padding: 8px;
}

.professionAtlanteProfile_professionAtlanteProfile .citation-data-info,
.hasQualificaProfessionale_hasQualificaProfessionale .citation-data-info {
	font-weight: bold;
	width: 15%;
	border-right: 0;
}

@media (max-width : 768px) {

	.professionAtlanteProfile_professionAtlanteProfile .citation-data-info,
	.hasQualificaProfessionale_hasQualificaProfessionale .citation-data-info {
		width: 100%;
	}
}

.professionAtlanteProfile_professionAtlanteProfile .citation-data-info .atlantelab,
.hasQualificaProfessionale_hasQualificaProfessionale .citation-data-info .atlantelab {
	padding-bottom: 15px;
}

.professionAtlanteProfile_professionAtlanteProfile .citation-data-info .url,
.hasQualificaProfessionale_hasQualificaProfessionale .citation-data-info .url {
	height: 70%;
}

.professionAtlanteProfile_professionAtlanteProfile .citation-data-info .url a img,
.hasQualificaProfessionale_hasQualificaProfessionale .citation-data-info .url a img {
	width: 70px;
}

@media (max-width: 768px) {

	.professionAtlanteProfile_professionAtlanteProfile .citation-data-info .url a img,
	.hasQualificaProfessionale_hasQualificaProfessionale .citation-data-info .url a img {
		width: 60px;
	}

	/*.atlante-data, .prf-data {
		width: 80%;
	}*/
}

.CorsoInsegnamenti_conceptAssociatedWith {
	display: flex;
	border: 1px solid #ccc;
	padding: 5px 0 5px 10px !important;
	background: #fcfcfc;
}

.CorsoInsegnamenti_conceptAssociatedWith .citation-data-info {
	font-weight: bold;
	width: 15%;
	border-right: 0;
}

@media (max-width: 768px) {
	.CorsoInsegnamenti_conceptAssociatedWith {
		display: block;
	}

	.CorsoInsegnamenti_conceptAssociatedWith .citation-data-info {
		width: 100%;
		border-left: 0;
		border-right: 0;
		border-top: 1px solid #ccc;
		font-weight: bold;
	}

	.CorsoInsegnamenti_conceptAssociatedWith .cfusort {
		width: 100%;
		border: 0;
		background: transparent;
	}


}

.CorsoInsegnamenti_conceptAssociatedWith .allsubclass {
	text-align: left;
	padding: 0.5em 0;
	font-weight: normal;
}

.other_research_activities_RO_0000053,
.referenteDi_RO_0000053, .ContrattiOfPersona_RO_0000053, .ReferenteContrattiOfPersona_RO_0000053 {
	display: flex;
	border: 1px solid #ccc;
	padding: 3px 0 3px 10px !important;
	background: #fcfcfc;
}



.other_research_activities_RO_0000053 .citation-data-info,
.referenteDi_RO_0000053 .citation-data-info, .ContrattiOfPersona_RO_0000053 .citation-data-info , .ReferenteContrattiOfPersona_RO_0000053 .citation-data-info {
	font-weight: bold;
	width: 20%;
	border-right: 0;
}

.other_research_activities_RO_0000053 .allsubclass {
	text-align: center;
	padding: 0.5em 0;
	font-weight: normal;
}

@media (max-width: 768px) { 

	.other_research_activities_RO_0000053, .referenteDi_RO_0000053, .ContrattiOfPersona_RO_0000053, .ReferenteContrattiOfPersona_RO_0000053 {
		display: block;
	}

	.other_research_activities_RO_0000053 .citation-data-info,
	.referenteDi_RO_0000053 .citation-data-info, .ContrattiOfPersona_RO_0000053 .citation-data-info, .ReferenteContrattiOfPersona_RO_0000053 .citation-data-info{
		font-weight: bold;
		width: 100%;
		border-right: 0;
	}
}

.project-data {
	width: 85%;
	padding: 3px;
}

.academicDegree-data {
	width: 85%;
	padding: 3px;
}

.CorsoProfiliProfessionali-data {
	width: 90%;
	padding: 3px;
}

.course-data {
	width: 85%;
	padding: 3px;
}

.course-data div {
	padding: 3px 0;
}

.bold {
	font-weight: bold;
}

.project-data h5,
.citation-data h5 {
	font-weight: 600;
}

.project-data .Project, .project-data .Contract {
	margin: 0.5em 0;
	font-weight: 600;
	text-transform: capitalize;
}

.list_of_contributors_contributorList {
	width: 100%;
}

.abstractCinecaPrint {
	width: 100%;
}

.has_participant_RO_0000057 {
	width: 100%;
}

.overview_overview {
	padding-top: 10px;
	width: 100%;
}

.mailing_address_ARG_2000028 {
	width: 100%;
	padding: 2px 0;
}

.head_Of_Department_contributingRole {
	width: 60%;
	padding: 2px 0;
}

.direttore_Amministrativo_contributingRole {
	width: 60%;
	padding: 2px 0;
}

.receipts_relatedBy {
	padding: 5px;
	width: 100%
}

.of_relates {
	padding: 5px;
	width: 100%
}

.overview_researchOverview {
	padding: 5px;
	width: 100%
}

.awards_relates {
	padding: 5px;
	width: 100%
}

.project_RO_0000053 {
	padding: 5px;
	width: 100%
}

.research_areas_hasResearchArea {
	width: 100%;
	margin: 10px 0 3px 0;
	padding: 5px 15px;
}

.Dipartimento_contributingRole {
	width: 100%;
}

.amministrativo_contributingRole {
	width: 100%;
}

.webpage_ARG_2000028 {
	width: 100%;
	padding: 2px 0;
}

.abstract_abstract, .overview_overview{	
	width: 100%;
	text-align: justify;
}

.short_description_shortDescription {	
	width: 100%
}

.positions_relatedBy {
	width: 100%;
	min-height: 3em;
}

.personRoleAndAfferenza_relatedBy {
	width: 100%;
	min-height: 3em;
}

.testcontributor_RO_0000053 {
	width: 100%;
	min-height: 3em;
}

.personRoleAndAfferenza {
	width: 100%;
	min-height: 3em;
}

.area_hasSubjectArea {
	width: 100%;
}

.of_RO_0000053 {
	height: 3em;
	width: 100%
}

.activities_RO_0000053 {
	padding: 5px;
	width: 100%
}

.keywords_freetextKeyword {
	width: 100%;
	margin: .2em 0 3px 4px;
}

.published_in_hasPublicationVenue {
	width: 100%;
	margin: 0 0 15px 0;
}

.publication_venue_for_publicationVenueFor {
	margin: .2em 0 3px 4px;
	width: 100%;
}

.more-less {
	background: #ccc;
	color: #FFF;
	padding: 5px !important;
}

.search-results li h6 {
	line-height: 1.3333em
}

#individual-info h2, #individual-info h1 {
	/*margin: 0;*/
	font-size: 2em;
}

#individual-info {
	padding-left: 15px;
}

#individual-intro {
	margin: 0;
}

.equal {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#imgpersona {
	height: 100%;
	object-fit: cover;
	background: #f4f4f4;
}

.person-background {
	background: #f4f4f4;
}

.minwidth100,
#itemLabelMinWidth_publication_date,
#itemLabelMinWidth_freetextkeyword,
#itemLabelMinWidth_publication_type,
#itemLabelMinWidth_short_description,
#itemLabelMinWidth_contributorlist,
#itemLabelMinWidth_authors,
#itemLabelMinWidth_handle,
#itemLabelMinWidth_abstract,
#itemLabelMinWidth_project {
	min-width: 100px;
}

#itemLabelMinWidth_abstract{
	text-transform: capitalize;
}

#individualNavTabsContent #relatedBy-Authorship-List.property-list {
	margin: 0;
	padding: 0.5em 0;
}

#individualNavTabsContent #ERO_0000460-IAO_0000030-List.property-list {
	margin: 0;
	padding: 0.5em 0;
}

#individual-hasResearchArea div {
	padding-left: 0;
}

#individual-hasResearchArea {
	margin-top: 8px;
}

#pubblicazioniGroup h5, #pubblicazioniGroup h4 {
	margin-bottom: 5px;
}

#pubblicazioniGroup h5 a, #pubblicazioniGroup h4 a  {
	font-size: 1.1em;
	text-transform: none;
}

.tab-content .citation-data h5, .tab-content .citation-data h4 {
	border-bottom: 1px solid #dedede;
}

#pubblicazioniGroup span,
.tab-content .input-group-prepend span {
	font-weight: bold;
	padding-right: 10px;
}

#pubblicazioniGroup label {
	font-weight: normal;
}

.person_prodotti_relatedBy,
.progetto_prodotti_ERO_0000460,
.person_patent_relatedBy,
.person_dataset_relatedBy {
	display: flex;
	border: 1px solid #ccc;
	padding: 3px 10px 3px 10px !important;
	background: #fcfcfc;
}

@media (max-width: 768px) {

	.person_prodotti_relatedBy,
	.progetto_prodotti_ERO_0000460,
	.person_patent_relatedBy,
	.person_dataset_relatedBy {
		display: block;
	}

	.citation-data {
		width: 100%;
		padding-right: 5px;
	}

	.citation-data-info {
		width: 100%;
		border: 0;
		padding: 0;
		text-align: left !important;
		border-top: 1px solid #ccc;
	}

	.person_prodotti_relatedBy .allsubclass {
		text-align: left;
		padding: 0;
	}

	.altmetric-div {
		border-top: 1px solid #ccc;
	}

	.tab-content .citation-data h5 {
		border-bottom: 0;
	}

}


.person_prodotti_relatedBy .citation-data-info,
progetto_prodotti_ERO_0000460 .citation-data-info,
.person_patent_relatedBy .citation-data-info,
.person_dataset_relatedBy .citation-data-info {
	font-weight: bold;
}

.person_prodotti_relatedBy .allsubclass,
.progetto_prodotti_ERO_0000460 .allsubclass,
.person_patent_relatedBy .allsubclass,
.person_dataset_relatedBy .allsubclass {
	text-align: center;
	padding: 0.5em 0;
	font-weight: normal;
}

@media (max-width : 768px) {

	.person_prodotti_relatedBy .allsubclass {
		text-align: left;
		padding: 0;
	}
}


/*block elenco piu righe*/
.awards_and_honors_relatedBy,
.Research_Network_RO_0000053 {
	border-bottom: 1px solid #E9ECEF;
	border-left: 5px solid #E9ECEF;
	padding: 5px 0 5px 10px !important;
}

.Collegi_dottorato_RO_0000053 h5 a {
	color: inherit;
	font-weight: normal;
}

.edumcorsourlCinecaPrint .URL_url {
	border-left: 0;
	padding-left: 0 !important;
}

/* barretta grigia */
.pubengou_RO_0000053,
.has_member_RO_0002351,
.member_of_RO_0002350,
.email_email,
.Telephone_telephone,
.teaching_methods_courseTeachingMethodsDescription,
.departmentWorkgroup_RO_0000056,
.departmentInGroup_RO_0000057,
.AwardOfWorkgroup_relatedBy,
.receipts_relatedBy,
.departmentInCenter_RO_0000057,
.has_collaborating_organization_or_group_hasCollaborator,
.groupReferenti_RO_0002351,
.groupHasCollaborator_hasCollaborator,
.subject_area_of_subjectAreaOf,
.Terza_Missione_RO_0000053,
.GroupConceptFields_hasResearchArea,
.ProgettoConceptFields_hasResearchArea,
.PersonConceptFields_hasResearchArea,
.keywords_freetextKeyword,
.plistb,
.research_overview_researchOverview,
.Altri_titoli_RO_0000053,
.Direzioni_RO_0000053,
.Peer_Reviewer_RO_0000053,
.Agreement_Management_RO_0000053,
.Collegi_dottorato_RO_0000053,
.Teaching_RO_0000053,
.Editorial_Board_RO_0000053,
.Fellowship_RO_0000053,
.Congressi_RO_0000053,
.Tutoraggio_RO_0000053,
.SupervisioneOfPersona_RO_0000053,
.people_relatedBy,
.research_area_of_researchAreaOf,
.partecipantiinsegnamento_RO_0000057,
.CorsoInsegnamentiPersone_conceptAssociatedWith,
.course_language_courseTeachingLanguage,
.contents_courseContentsDescription,
.course_texts_courseTextsDescription,
.assessment_methods_courseAssessmentMethodsDescription,
.assessment_methods_courseAssessmentMethodsDescription,
.course_prerequisites_coursePrerequisitesDescription,
.course_objectives_courseObjectiveDescription,
.objectives_Description_courseObjectivesDescription,
.conoscenze_e_capacità_di_comprensione_knowledgeSkillsDescription,
.applying_knowledge_and_understanding_applyingKnowledgeDescription,
.making_judgments_makingJudgmentsDescription,
.communication_skills_communicationSkillsDescription,
.learning_skills_learningSkillsDescription,
.enrolling_requirements_enrollmentRequirementsDescription,
.final_examination_finalExaminationDescription,
.contributor_BFO_0000055,
.leading_department_RO_0000052,
.scientificmanagers_BFO_0000055,
.projectsupportedby_supportedBy,
.supported_by_supportedBy,
.email_address_ARG_2000028,
.phone_ARG_2000028,
.webpage_ARG_2000028,
.collaborates_With_collaboratesWith,
.narrower_concept_narrower,
.contributorListNoLink_contributorList,
.has_document_part_BFO_0000051,
.publication_venue_for_publicationVenueFor,
.projectcapofila_isAdministeredBy,
.projectpartner_RO_0000057,
.leading_department_BFO_0000055,
.referentiProgetto_BFO_0000055,
.internalContribution_internalContribution,
.durataProject_dateTimeInterval,
.date\/time_interval_dateTimeInterval,
#dati_generaliGroup .term_type_termType,
#overview-noRangeClass-List-overview,
.URL_url,
#RO_0000057-BFO_0000002-List-departmentInLaboratory,
.LaboratoryConceptFields_hasResearchArea,
.GruppoOfLaboratory_relatedBy,
.ConceptFieldsOfItem_hasResearchArea,
.departmentInEquipment_RO_0000057,
.GruppoOfAttrezzatura_relatedBy,
#relatedBy-Laboratory-List-LaboratoryOfAttrezzatura,
.has_address_hasAddress,
.abbreviation_abbreviation,
.LaboratoryHasCollaborator_hasCollaborator,
.AttrezzaturaOfLaboratory_relates,
.LaboratoryOfAcademicDepartment_RO_0000056,
.AttrezzaturaOfAcademicDepartment_RO_0000056,
.CentroRicOfAcademicDepartment_RO_0000056,
.groupAttrezzature_relates,
#relates-Laboratory-List-groupLaboratorio,
.departmentInPeEvent_RO_0000057,
.PeEventHasCollaborator_hasCollaborator,
.PeEventConceptFields_hasResearchArea,
.hasCvAttachment_hasCvAttachment,
.LaboratoryOfgruppo_links,
.AttrezzaturaOfgruppo_links,
.TerzaMOfTerzaM_figli_links,
.TerzaMOfCentroRic_links,
.AttrezzaturaOfLaboratory_links,
.GruppoOfAttrezzatura_links,
.LaboratoryOfAttrezzatura_links,
.entitaCollegateOfPubblicazione_relatedBy,
.activationDate_activationDate,
.manufactured_by_OBI_0000304,
.EquipmentConceptFields_hasResearchArea,
.TerzaMOfAttrezzatura_links,
.objectivesDescription_objectivesDescription,
.GruppoOfLaboratory_links,
.EquEventConceptFields_hasResearchArea,
.ProgettoOfgruppo_links,
.ProvideService_ProvideService,
.CenterConceptFields_hasResearchArea,
.groupProgetti_links,
.ProgettoOfAttrezzatura_links,
.TerzaMOfgruppo_links,
.GruppoOfTerzaM_links,
.course_other_courseOtherDescription,
.courseRisOl_courseRisOl,
.GruppoOfGruppo_links,
.GruppoOfProgetto_links,
#qualificationAwardedDescription-noRangeClass-List-qualification_awarded_description,
.TutorshipOfPersona_BFO_0000054,
.IncomingTutorshipOfPersona_RO_0000053,
.contributor_contract_BFO_0000055,
.referentiContratto_BFO_0000055,
.leading_department_contract_BFO_0000055,
.ContractSupportedBy_supportedBy,
.durataContract_dateTimeInterval,
.ContrattoConceptFields_hasResearchArea,
.GruppoOfContratto_links, #termType-noRangeClass-List-term_type {
	border-bottom: 1px solid #E9ECEF;
	border-left: 5px solid #E9ECEF;
	padding: 5px 0 5px 12px !important;
}

.contributorListCinecaPrint .contributorListNoLink_contributorList,
#individual-web .webpage_ARG_2000028 {
	border-bottom: 0;
	border-left: 0;
	padding-left: 0px !important;
}

.contributorListCinecaPrint .contributorListNoLink_contributorList h6{
	margin-bottom:0px !important;
}

.contributorListCinecaPrint .contributorListNoLink_contributorList .afake {
	color: black;
}

#ambiti .aname {
	border-bottom: 1px solid #E9ECEF;
	padding: 5px 0 5px 0 !important;
}

#individual-personInPosition span,
#individual-personInPosition div,
#individual-personInPosition-phd span,
#individual-personInPosition-phd div {
	padding: 0;
}


#individual-info {
	background: #f4f4f4;
	height: 100%;
	padding: 16px 16px 16px 32px;
}

.user-nav {
	padding-top: 24px;
}

@media screen and (max-width: 768px) {
	.user-nav {
		border: 0;
	}
}

#individual-info .abstractPrint {
	padding: 0;
	line-height: 1.8em;
	position: relative;
}

@media (max-width: 768px) {
	#individual-info .abstractPrint {
		width: 100%;
		padding:0px;
	}
}

.edumcorsourlCinecaPrint span,
.eduminsegnamentourlCinecaPrint span {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.tempPdfUrl_ARG_0000172 {
	line-break: anywhere;
}

#side-filters ul.list-group,
.searchTOC,
#side-filters .panel-primary {
	text-transform: uppercase;
}

p.snippet {
	font-size: 1em !important;
}

.small,
small {
	color: #333 !important;
}

/*attivitaGroup*/
.control-top-panel {
	margin: 0em 0 .5em 0;
}

.control-top-panel .container {
	margin-left: 0;
}

#individualNavTabsContent .control-top-panel .container,
#relatedBy-Position-List .control-top-panel .container {
	margin: 0;
}

#individualNavTabsContent .control-bottom-panel,
#relatedBy-Position-List .control-bottom-panel {
	margin: 2.5em 0;
}

.control-top-panel button {
	background: #E9ECEF !important;
	border-radius: 0 2px 2px 0;
	border: 1px solid #ccc;
	position: relative;
	/*left: -5px;
    border-left: none;*/
	height: 36px;
}

.control-top-panel button.pulisci {
	background: #f4f4f4 !important;
	color: #333;
	border: 1px solid #f4f4f4;
	border-left: 0;
	border-radius: 0 25px 25px 0 !important;
	padding: 0 16px;
}

.control-top-panel button.jplist-filtri {
	background: transparent !important;
	color: #333;
	border: 1px solid #ccc;
}

label.jplist-filtri-label,
#pubblicazioniGroup label.jplist-filtri-label {
	font-weight: 700;
	color: #000000;
	padding: 0;
	margin-left: 10px;
}

.control-top-panel button.btn-default {
	background: #f4f4f4 !important;
	color: #333;
	border: 1px solid #ccc;
	border-radius: 25px 25px 25px 25px;
	padding: 0 16px;
}

.control-top-panel button.btn-default:hover {
	background: #ccc !important;
	color: #333;
	border: 1px solid #ccc;
	border-radius: 25px 25px 25px 25px;
	padding: 0 16px;
}

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

	label.jplist-filtri-label,
	#pubblicazioniGroup label.jplist-filtri-label {
		padding: 10px 5px 5px 0 !important;
		margin: 0 0 0 5px;
	}
}

.form-jplist-div .jplist-drop-down {
	line-height: 2.5em;
	padding: 0;
	margin-left: 5px;
}

.control-top-panel button:hover,
#pubblicazioniGroup [type="button"]:hover {
	background: #ccc;
}

.control-top-panel input {
	height: 36px;
	border-radius: 25px 0 0 25px;
	width: 12em;
}

.control-bottom-panel select {
	border: 1px solid #ccc;
	margin-left: 15px;
	border-radius: 25px;
	padding: 5px 10px 5px 10px;
}

.form-jplist-row {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}

.form-jplist-div {
	width: fit-content;
	display: flex;
	margin-top: 5px;
	padding: 0;
}

.text-info {
	color: #4C4E5A !important;
	font-style: italic;
}

.text-info-opt {
	background: #333;
	border-radius: 4px;
	color: #fff !important;
	padding: 2px 4px;
	margin-left: 8px;
}

.text-info-label {
	background: #333;
	border-radius: 4px;
	color: #fff !important;
	padding: 2px 4px;
}

/* filtri tool bar*/
.tab-content .input-group {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	/*display: flex;*/
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
	margin-top: 5px;
}

.tab-content .input-group-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 .75rem;
	margin-bottom: 0;
	font-size: .9em;
	font-weight: 400;
	line-height: 2.5;
	color: #495057;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
}

.tab-content .input-group-prepend {
	margin-right: -1px;
}

.tab-content .input-group-prepend input {
	height: auto;
}

.tab-content .input-group-prepend label {
	font-weight: normal;
}

.tab-content .input-group-left div {
	text-align: left;
}

.tab-content .form-control {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.tab-content .input-group-text button {
	background: #D9D9D9;
	padding: 5px 10px;
	border-radius: 0 4px 4px 0;
	border: 1px solid #ccc;
	position: relative;
	left: -5px;
	border-left: none;
}

.tab-content .col-lg-6 {
	padding: 0;
}

.tab-content .input-group input[type="radio"],
.tab-content .input-group input[type="checkbox"] {
	margin: 0 .25rem 0 .25rem !important;
	vertical-align: middle;
	position: relative;
	top: -1px;
}

.tab-content .input-group label {
	line-height: 2.5em;
	margin: 0;
	padding: .1em .9em .1em .5em;
}

@media screen and (min-width: 780px) and (max-width: 1200px) {
	.col-md-6 {
		width: 45%;
	}

	.navbar-form {
		margin: 8px 15px;
	}

	.citation-data {
		width: 400px;
	}

	.citation-data-info {
		width: 20%;
	}
}

@media screen and (max-width: 991px) {
	.col-md-3 {
		width: auto;
	}

	.citation-data-info .text-success {
		padding: 2px;
	}

	.tab-content .input-group-text {
		white-space: normal;
	}

	.tab-content .input-group label {
		line-height: 1.2em;
		padding: .3em .5em;
		margin: 0 0 0 5px;
	}

	.tab-content .input-group-prepend span {
		text-align: left;
		line-height: 1.2em;
	}

	.sidebar-hidden .page-content {
		padding: 0;
	}

	.header h1 {
		padding-top: 0;
		text-align: start;
	}

	.nav-list>li>a.email {
		word-wrap: break-word;
	}

	.navbar-inverse .navbar-form,
	.navbar-inverse .navbar-nav {
		border-bottom: 0;
		background-color: transparent;
		border-top: 1px solid #ccc;
	}

	.theme-showcase {
		padding: 0;
	}

	.container .jumbotron,
	.container-fluid .jumbotron {
		padding-right: 0;
		padding-left: 0;
	}

	#languageSelector {
		display: flex;
		position: relative;
		right: -30px;
	}
}

#languageSelector .btn-sm,
#languageSelectorCookie .btn-sm {
	padding: 3px 6px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

#languageSelectorCookie div {
	margin-top: 10px;
	margin-right: 10px;
}

#info_cineca_modal_cookie_popup .modal-header .close,
#info_cineca_modal .modal-header .close,
#info_cineca_modal_cookie .modal-header .close {
	margin-top: 0;
	font-size: 18px;
	text-shadow: 0 1px 0 #fff;
}

#info_cineca_modal .modal-title {
	font-size: 14px;
	text-transform: uppercase;
}

#info_cineca_modal p,
#info_cineca_modal_cookie p {
	text-align: justify;
}

#info_cineca_modal_cookie_popup .modal-title,
#info_cineca_modal_cookie .modal-title {
	font-size: 14px;
	text-transform: uppercase;
}

#info_cineca_modal_cookie_popup p {
	font-size: 16px;
	text-align: justify;
}

@media screen and (max-width: 768px) {
	.modal-footer .btn-group {
		display: grid;
	}

	.modal-footer .btn-group button {
		margin-bottom: 5px !important;
	}
}

@media screen and (max-width: 600px) {
	#navbar-menu-left>li {
		width: 100%;
		border-bottom: 1px solid #ccc !important;
	}

	.OrgUnitCorsi_hasSubjectArea .citation-data-info {
		width: auto;
	}
}

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

	/*.col-md-6 {     width: auto;  } */
	#languageSelector {
		display: contents;
	}

	.header .visible-xs-block h1 {
		margin: 0;
	}
}

#Profili_ProfessionaliGroup .CorsoProfiliProfessionali-data {
	width: 100%;
	padding: 0;
}

#Profili_ProfessionaliGroup .profifetitle {
	margin: 0;
	background: #EEEFEF;
	border-bottom: 1px solid #ccc;
	padding-left: 15px;
	padding-right: 15px;
}

#Profili_ProfessionaliGroup .CorsoProfiliProfessionali_academicDegreeProfile {
	padding: 0 !important;
}

#Profili_ProfessionaliGroup .profifetitle h4 {
	margin-bottom: 2px;
}

.downloadMenuDownload {
	background: #f1f1f1;
	width: 20em;
	text-align: left;
	padding: 1em;
}

.downloadMenuDownload .col {
	margin-top: 1em;
}

.downloadMenuDownload .downloadMenuDownloadRigth {
	border-left: 1px solid #A6B1B0;
}

.downloadMenuDownload .downloadMenuDownloadRigth .row {
	margin-top: 0.3em
}

.downloadMenuDownload .downloadMenuDownloadRigth .row:first-child {
	margin-left: 0em;
	text-align: center;
}

.downloadMenuDownload .downloadMenuDownloadRigth .row:nth-child(2) {
	margin-left: 1em;
}

.downloadMenuDownload .downloadMenuDownloadRigth .row:nth-child(3) {
	margin-left: 2em;
}

.downloadMenuDownload .downloadMenuDownloadLeft .row {
	margin-top: 0.2em;
}

.downloadMenuDownload .downloadMenuDownloadLeft .row .col {
	margin-left: 1em;
	font-size: 1.2em;
}

.cfusort {
	border-bottom: 1px solid #f4f4f4;
	padding-bottom: 4px;
	margin-bottom: 10px;
	background: #f4f4f4;
	color: #333;
	border-radius: 4px;
	padding-top: 7px;
}

.b-top {
	border-top: 1px solid #ccc;
	margin-bottom: 0.3em;
}

.text-atla {
	font-weight: bold;
	margin-bottom: 8px;
}

/*
pagina admin
*/
#editForm {
	margin: 30px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	align-content: space-between;
	flex-wrap: nowrap;
}

.editingForm label,
.editingForm input,
.editingForm select {
	margin-top: 10px;
}

#main-nav {
	margin-top: 30px;
	margin-left: 30px;
	font-weight: 700;
}

#main-nav li {
	padding: 5px;
}

/* video 
@media ( min-width : 768px) {
	.video .panel {
		width: 30%;
	}
}*/




/*
Ricevimento e risorse utili
*/
.boxricevimento {
	margin-bottom: 1em;
	border: 1px solid #f0f0f0;
	border-radius: 5px;
	box-shadow: 3px 3px 5px #dedede;
	padding: 20px;
}

.titolo_ricevimento {
	font-weight: bold;
}

.panel-body a {
	color: #b32e4b;
}

#Risorse_UtiliGroup ol {
	list-style-type: decimal;
	margin: 15px;
}

#Risorse_UtiliGroup ul {
	list-style-type: disc;
	margin: 15px;
}

#Risorse_UtiliGroup li {
	line-height: 1.5em;
	text-align: justify;
}

#tabledownloadsearch {
	width: 100%;
}

#tabledownloadsearch .downloadMenuDownloadRigth {
	text-align: right;
	border-left: 1px solid black;
}

#tabledownloadsearch input {
	border: 0;
	color: #f6931f;
	width: 2em;
	text-align: center;
	font-weight: bold;
	padding: 0;
}

#slider-vertical {
	height: 6em;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}

#downloadIcon {
	background-color: transparent;
	color: #000000;
	border: 0;
	padding: 0;
}

.video .card {
	width: 30%;
	border: 1px solid #f0f0f0;
	box-shadow: 3px 3px 5px #dedede;
	border-radius: 0;
	padding: 0;
	margin: 2% 2% 0 0;
	/*min-width: 400px;*/
	object-fit: cover;
	background: transparent;
}

@media (max-width : 768px) {
	.video .card {
		width: auto;
	}
}

@media (min-width : 768px) and (max-width : 992px) {
	.video .card {
		width: 50%;
	}
}

.video .card-body {
	font-family: Roboto;
	font-size: 14px;
	position: relative;
	top: 10%;
	margin: 2em;
	padding: 0;
	text-align: center;
	color: #555;
}

.video .card-body iframe {
	margin: 0;
	padding: 0;
	width: 100%;
	border: 0;
}

.video .card-text {
	text-align: left;
	background: transparent;
	padding: 0 1em 1em 1em;
	border: 0px;
	font-weight: bold;
	line-height: 1.4;
	font-size: 16px;
}



.porRisorseUtiliFull .card {
	border: 1px solid #f0f0f0;
	box-shadow: 3px 3px 5px #dedede;
	border-radius: 0;
	padding: 0;
	margin: 2% 2% 0 0;
	/*min-width: 400px;*/
	object-fit: cover;
	background: transparent;
}

.porRisorseUtiliFull .card-title {
	color: #000;
}

.porRisorseUtiliFull .card-body a {
	background: transparent;
	color: #000;
}

.porRisorseUtiliFull h3 {
	margin-top: 20px;
}

/*Tab Avvisi persone */
.avviso_box {
	width: 100%;
	margin: 16px 0;
	font-weight: normal;
	line-height: 28px;
	border: 1px solid #f0f0f0;
	box-shadow: 3px 3px 5px #dedede;
	border-radius: 5px;
	background: #ffffff;
	padding: 24px;
}

.avviso_data {
	font-size: 16px;
	margin-bottom: 0.5em;
}

.avviso_titolo {
	font-size: 20px;
	font-weight: 700;
	text-align: start;
}

.avviso_testo {
	text-align: justify;
}

.avviso_barrasottotitolo {
	background-color: #B32E4B;
	width: 5%;
	height: 4px;
	margin-bottom: 0.5em;
}

.avviso_testo ul,
.boxricevimento ul {
	list-style-type: disc;
}

.avviso_testo ol,
.boxricevimento ol {
	list-style-type: decimal;
}

.boxricevimento ul, .boxricevimento ol, .avviso_testo ul, .avviso_testo ol{
	margin-left: 14px;
}


#individualNavTabsContent h2,
#individualNavTabsContent .h2 {
	/*font-size: 2rem;*/
	width: 100%;
	padding-left: 0px;
	padding-top: 20px;
	font-weight: 600;
}

#porRisorseUtiliFull-noRangeClass-porRisorseUtiliFull h2 {
	padding-top: 20px;
}

.ricercaFaccette {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}

.ricercaFaccette input {
	width: 100%;
}

.ricercaFaccette button.pulisci {
	height: 36px
}

.risOl ul {
	margin-bottom: 0;
}



#relatedBy-Position-people {
	display: none;
}

#relatedBy-Position-List-people .col-lg-6 {
	flex: 0 0 auto;
	width: 100%;
}

#relatedBy-Position-List-people .labelAssociatedConcept {
	font-size: 18px;
	margin-top: 10px;
}

#mySidenavXS .fa {
	margin-bottom: 0;
}

#mySidenav .fa {
	margin-bottom: 0;
}

@media (max-width : 768px) {
	.individual-objects {
		padding-left: 16px;
		padding-right: 16px;
	}
}

.altmetric {
	width: min-content;
	padding: 5px;
}

@media (max-width : 768px) {
	.altmetric {
		width: 100%;
	}
}

#adminTable {
	width: 100%;
	border-collapse: collapse;
}

#adminTable table,
#adminTable th,
#adminTable td {
	border: 1px solid #c0c0c0;
}

#adminTable .database_header,
#adminTable .rownumheader,
#adminTable .rownum {
	font-size: 18px;
	font-weight: 500;
}


#adminPageNav {
	margin-top: 30px;
	margin-bottom: 30px;
}

#adminPageNav li {
	padding: 5px;
}

#adminPageNav .nav-link {
	color: #000;
	font-size: 13px;
	font-weight: 400;
}

.adminPageMenu {
	margin: 30px;
}

#contentAdmin {
	margin: 30px;
}

.pageNavigation h3,
#contentAdmin h2 {
	background-color: #efefef;
	color: #000;
	padding: 5px;
	width: fit-content;
	font-size: 22px;
}

.editingForm {
	overflow: auto;
}

#addIndividualClass input {
	margin-top: 10px;
}

.couCatLinkLabel {
	padding-left: 0px;
}

.couCatLinkValue {
	padding-left: 0px;
}

.couCatLinkValue .dataPropertyList .couCatLink_couCatLink {
	padding-left: 0px;
}

@media (max-width: 768px) {
	.couCatLink a{
		display: block;
	    white-space: nowrap;
	    overflow: hidden;
	    text-overflow: ellipsis;
	}
}



.footer b.env {
	color: red;
}

.error_code {
	padding-top: 30px;
	padding-bottom: 30px;
}


/* PowerBi */


#embedContainer {
	margin-top: 40px;
	width: 100%;
	height: 95vh;
}


.homeBi {
	text-align: center;
	margin-bottom: 20px;
}

.HomePowerBiButton {
	display: inline-flex;
	align-items: center;
	padding: 10px 20px;
	background-color: #EA0029;
	color: #ffffff;
	text-decoration: none;
	border-radius: 16px;
	transition: background-color 0.3s ease;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
}

.homeBi a.PowerBiButtonHamburger {
	display: inline-flex;
	align-items: center;
	padding: 10px 20px;
	background-color: #fff;
	color: #000;
	text-decoration: none;
	border-radius: 16px;
	transition: background-color 0.3s ease;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
}

.homeBi a.PowerBiButtonHamburger span {
	margin-right: 5px;
}

.homeBi a.PowerBiButtonHamburger:hover {
	background-color: #D61524;
	color: #ffffff;
}

.HomePowerBiButton:hover {
	background-color: #D61524;
	text-decoration: none;
	color: #ffffff;
}

.HomePowerBiButton span {
	font-size: 48px;
	margin-right: 10px;
}

.HomePowerBiButton span:hover {
	text-decoration: none;
}

.HomePowerBiButton span.testoHome {
	font-size: 16px;
}

.HomePowerBiButton span.testoHome:hover {
	text-decoration: underline;
}

.HomePowerBiButton::after {
	content: "→";
	margin-left: 10px;
}


.PowerBiRow {
	margin-bottom: 40px;
}

.PowerBiTabs {
	display: flex;
	/*padding: 10px;*/
	border-bottom: 1px solid #ddd;
	/*margin-bottom: 10px;*/
}

.PowerBiTab {
	padding: 10px 20px;
	font-size: 16px;
	color: #333;
	cursor: pointer;
	position: relative;
}

.PowerBiTab.active {
	color: #000;
	font-weight: bold;
}

.PowerBiTabElenco {
	padding: 10px 20px;
	cursor: pointer;
	position: relative;
	border-bottom: 3px solid #EA0029
}

.PowerBiTabElenco a {
	font-weight: bold;
	color: #333;
	font-size: 20px;
}

.PowerBiTabElenco2 {
	padding: 10px 20px;
	cursor: pointer;
	position: relative;
}

.PowerBiTabElenco2 a {
	color: #333;
	font-size: 20px;
}


.PowerBiTabHomeBiLink {
	padding: 10px 20px;
	cursor: pointer;
	position: relative;
}

.PowerBiTabHomeBiLink a {
	color: #333;
	font-size: 20px;
}

.PowerBiTabHomeBiLink2 {
	padding: 10px 20px;
	cursor: pointer;
	position: relative;
	border-bottom: 3px solid #EA0029
}

.PowerBiTabHomeBiLink2 a {
	font-weight: bold;
	color: #333;
	font-size: 20px;
}


.PowerBiUnderline {
	height: 3px;
	background-color: #d00;
	margin-top: -3px;
	width: 110px;
	/* Adjust width based on active tab */
}

/*
.PowerBiUnderline.active {
    transition: all 0.3s ease-in-out;
}
*/

.PowerBiCookieDisabled {
	font-size: 25px;
	color: #000;
	display: flex;
	justify-content: center;
}


/* CHATBOT */



:root {
	--layout-height: 80vh;
}

/*===========================
   CHAT BOOT MESSENGER
===========================*/

.va-button {
	position: fixed;
	z-index: 10000;
	width: 50px;
	height: 50px;
	right: 15px;
	bottom: 20px;
	background-color: #fe1743;
	color: rgb(255, 255, 255);
	border-radius: 50%;
	text-align: center;
	padding: 9px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
}

.va-button-icon {
	border: none;
	fill: #fff;
}

#chat-close-icon {
	width: 1em;
	height: 1em;
	margin-left: auto;
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
	border: 0;
	filter: invert(1) grayscale(100%) brightness(200%);
	cursor: pointer;
}

#va-smallchat {
	font-size: 16px;
}

.layout {
	height: var(--layout-height);
	width: 25em;
	position: fixed;
	bottom: 20px;
	right: 20px;
	overflow: hidden;
	animation: appear .15s cubic-bezier(.25, .25, .5, 1.1);
	background-color: #fff;
	border-radius: 10px;
	transition: right .1s cubic-bezier(.25, .25, .5, 1), bottom .1s cubic-bezier(.25, .25, .5, 1), min-width .2s cubic-bezier(.25, .25, .5, 1), max-width .2s cubic-bezier(.25, .25, .5, 1), min-height .2s cubic-bezier(.25, .25, .5, 1), max-height .2s cubic-bezier(.25, .25, .5, 1), border-radius 50ms cubic-bezier(.25, .25, .5, 1) .15s, background-color 50ms cubic-bezier(.25, .25, .5, 1) .15s, color 50ms cubic-bezier(.25, .25, .5, 1) .15s;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	z-index: 10000;
}

@keyframes appear {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.messenger-header {
	display: flex;
	gap: 10px;
	height: 5em;
	align-items: center;
	padding: 0 10px;
	background-color: #fe1743;
	color: #fff;
}

.title_h1 {
	font-weight: bold;
	font-size: 1em;
	margin: 0;
}

@keyframes slidein {
	0% {
		opacity: 0;
		-webkit-transform: translateX(10px);
		transform: translateX(10px)
	}

	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

.va-tooltip {
	position: fixed;
	width: 50px;
	height: 50px;
}

#bot-iframe {
	width: 100%;
	height: calc(var(--layout-height) - 5em);
	border: none;
}

.avatar {
	height: 70px;
	width: 70px;
	background-image: url(../images/avatar.svg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

@media (max-width: 450px) {
	.layout {
		height: 100%;
		width: 100%;
		bottom: 0;
		right: 0;
		overflow: visible;
		border-radius: 0;
	}

	#bot-iframe {
		height: calc(100% - 5em);
	}
}


#browse-page-subtitle-filters a {
	margin-right: 5px;
}

