/**************************************/
/* Styles for Staff Address extension */
/**************************************/

/*
.fnn-address-list > .filter-list-item {
        display: none;
}
*/

.single-view {
	display: block;
	float: left;
	width: 100%;
}
.info-contact .left p.bodytext, .info-contact .right p.bodytext {
	font-size: 12px;
}
.single-view .info-address {
	display:block;
	float:left;
	margin-bottom: 12px;
	width: 100%;
	margin-left: 22px;
}
.single-view .info-position {
	display:block;
/*	float:left; */
	color: #13b0f3;
	font-size: 13px;
	margin-bottom: 5px;
	margin-left: 22px;
	width: 100%;
}
.single-view .info-contact, .single-view .info-mainFunction {
	display:block;
	float:left;
	width: 100%;
	margin-left: 22px;
}
.info-contact .left {
	float: left;
	clear:both;
	display: block;
	min-width: 80px;
}
.info-contact .right {
	float: left;
	clear:none;
	display: block;
}
h6.info-title {
	background: transparent url('../images/icn_person.png');
	background-repeat: no-repeat;
	background-size: 15px 13px;
	background-position: 0px 7px;
	padding-left: 22px;
	font-size: 16px;
	font-style: normal;
}

.info-head {
	font-weight: 600;
	margin-left: 22px;
}

#HeadOfDivision, #ListOfDepartments, #HeadOfDepartment, #PersonsOfDivision, #PersonsOfDepartment {
	display: inline-block;
	width: 100%;
}

#ListOfDepartments .division-department {
	border-bottom: 1px solid #c7c8cb;
	display: inline-block;
	width: 100%;
	padding: 10px 0;
}
#ListOfDepartments .division-department .headLabel {
	padding-left: 20px;
	padding-top: 5px;
	font-weight: 600;
}
#ListOfDepartments .division-department a .info-title {
	background: transparent url('../images/icn_person.png');
	background-repeat: no-repeat;
	background-size: 15px 13px;
	background-position: 0px 7px;
	padding-left: 20px;
	margin-left: 15px;
	line-height: 28px;  
	color: #333333;
}
#ListOfDepartments .division-department a:hover .info-title {
	text-decoration: underline;
}
#ListOfDepartments .division-department:last-child {
	border-bottom: 0;
	margin-bottom: 20px;
}

#HeadOfDivision .single-view, #HeadOfDepartment .single-view {
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid #c7c8cb;
}
#PersonsOfDivision .single-view, #PersonsOfDepartment .single-view {
	width: 100%;
	padding-bottom: 10px;
	padding-top: 15px;
}
#PersonsOfDepartment .single-view .info-address {
	display: none;
}

/* Styles for Management view */
/**************************************/
#PersonsOfDivision .management-view {
	padding-bottom: 20px;
	padding-top: 15px;
	border-bottom: 1px solid #c7c8cb;
	margin-bottom: 10px;
}
.management-view .info-position {
	display:block;
	color: #13b0f3;
	font-size: 13px;
	margin-bottom: 5px;
	margin-left: 22px;
	width: 100%;
/*	min-height: 39px; */
}
.management-view .info-contact .left {
	min-width: 50px;
}
.management-view h6.info-title {
/*	min-height: 48px; */
}
.management-view .photo {
	width: 140px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
	#PersonsOfDivision .management-view {
		border-bottom: 0px;
		margin-bottom: 0px;
	}
	.management-view .info-position {
		min-height: 0px;
	}
	.management-view h6.info-title {
		min-height: 0px;
	}
	.management-view .info-contact {
		margin-left: 22px;
	}
	.management-view .info-contact .right {
		margin-bottom: 0px;
	}
	.management-view .photo {
		width: 100%;
	}
}
