input.f3-form-error {
	background-color: #FF9F9F;
	border: 1px #FF0000 solid;
}

.f3-search {
	padding-bottom: 1em;
	margin-bottom: 2em;
	border-bottom: 1px solid rgb(220, 220, 220);
}

.ui-menu-item {
	list-style: none;
}

.label {
	width: 155px;
}

#searchYearE, #searchYearS, #searchDepartment, #searchCountry {
	width:225px;
}

.noresult {
	height: 50px;
}

#alphabeticalOrder {
	border-left: solid 1px grey;
	margin-bottom: 1em;
	list-style: none;
	padding-left:0;
	height:100%;
	overflow:hidden;
}
#alphabeticalOrder li {
	margin-bottom: 0.2em;
}
#alphabeticalOrder a {
	display: inline-block;
	width: 20px;
	background: rgb(220, 220, 220);
	padding-left: 0.3em;
	padding-right: 0.3em;
	border-top-right-radius: 0.3em 0.3em;
	border-bottom-right-radius: 0.3em 0.3em
}
#alphabeticalOrder li:first-child a {
	display: inline-block;
	width: 40px;
	margin-bottom: 0.5em;
	white-space: nowrap;
}
#alphabeticalOrder li.active a {
	background: rgb(70, 70, 70);
}
#show {
	float:right;
}


.tx_ensciparties {
	padding-bottom: 1em;
	padding-left: 10px;
	list-style: none;
}

.f3-widget-paginator {
	margin-left: 64px;
}

#section .f3-widget-paginator {
	border-top: 0.1em solid black;
	border-bottom: 0.1em solid gray;
	color: red;
	background: rgb(220, 220, 220);
	padding-top: 1em;
	padding-bottom: 2.5em;
	margin-left: 0;
}
#section .f3-widget-paginator li {
	display: inline;
	float: left;
	margin-left: 0.3em;
	margin-right: 0.3em;
	padding: 0.3em;
	border: 0.1em solid grey;
	border-top-left-radius: 0.3em 0.3em;
	border-top-right-radius: 0.3em 0.3em;
}
#section .f3-widget-paginator li:hover {
	background: red;
	color: white;
}

#records {
	font-size: smaller;
}
#displayAll {
	font-size: smaller;
}

#section .f3-back {
	display: block;
	margin-bottom: 1em;
	color: red;
}

#section .image {
	float: right;
	margin-right: 2em;
}

#section #activities {
	padding: 0.5em;
	margin-bottom: 1em;
	background: #ECECEC;
}

.portrait {
	float: left;
	height: 225px;
	margin: 0 10px 20px 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	width: 150px;
}
.vcard {
	margin-top: 1em;
	margin-bottom: 1em;
}
.email {
	font-size:smaller;
}
.director {
	font-family: 'Times New Roman', Times, serif;
}
.activity {
	margin-top: 1em;
}
#message {
	margin-top: 1em;
	color: grey;
	font-size: smaller;
}

@media (max-width: 768px) {
	#records {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}