/******  List View CSS ******/
body.mediumwidth #page.drawers .main-inner {
	max-width: 100%;
}
div[role=main] .nav.nav-tabs, nav.pagination:nth-child(1)  {display:none;}
.card {
	background-color: #00567c;

}
.card-img-top img, .how-img img {
	max-width: 190px;
	max-height: 190px;
        width:100%;
	border-radius: 180px;

}
.how-img img {
	margin-bottom:40px

}

h3.card-title {
	font-size: 1.25rem;
}
.userswitchedrole .card-footer  {display:none;}
.card-subtitle {
	background: #00567c;
	color: #fff;
	padding: 0px 20px 25px;
	font-weight: 700;
	text-align: center;
	font-size: 10px;
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-top: -25px;
}

.card-bio {
	background: #09a8ea;
	color: #fff;
	padding: 10px 20px 10px;
	font-weight: 700;
	text-align: center;
	font-size: 14px;
	/* text-transform: uppercase; */
	margin-bottom: 0px;
	margin-top: -25px;
}
.card-bio a {color:#fff!important;}
.card .icon {
	color: #fff;
}
.database-docenti .card .card-title {
	background: #00567c;
	color: #fff;
	padding: 20px;
	margin-top: -20px;
	font-weight: 700;
	text-align: center;
}
.title {color: #00567c;
font-weight: 700;
}

.subheading {
color: #09a8ea;
font-weight: 700;
margin-top:-10px;
}
.card-footer {
	background-color: #00567c;
}
.card-footer a {
	color:#fff;
}
.database-docenti .card .card-title a {
color:#fff;
}
.database-docenti .btn-group button{
	font-weight: bold;
}
.database-docenti .btn-group {
	margin: 0px 30px 30px;
	width: 100%;
}
.database-docenti .dropdown-menu.show {
	width:100%;
        text-align:center;
}
.database-docenti .dropdown-menu.show a {
	font-weight: bold;
}
.bg-light.database-docenti {
	padding: 30px 10px !important;
	margin: 30px 0px;
}
/*****  Single View CSS *****/

.caption {
    font-style: italic;
}

#singleimage img {
    width: 700px;
    height: auto;
}
