.card {
	padding: 0px 10px 0px 0px;
	margin-bottom: 12px;
	margin-right: 15px;
	background-color: #ffffff;
	list-style-type: none;
	/* border-radius: 14px; */
	min-height: 110px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}


.surname, .firstName {
	margin: 0px 0px 5px 0px;
	color: #5a5a5a;
	font-weight: 400;
	font-size: 18px;
}
.jobDescription {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 300;
}

img.profileimage {
	width: auto;
	height: 110px;
}

@media only screen and (max-width: 1200px){
	.surname, .firstName{
		font-size:15px;
	}

	.jobDescription {

		font-size: 11px;

	}

}

@media only screen and (max-width: 768px) {
	.surname, .firstName {
		font-size:16px;
	}

	.jobDescription {

		font-size: 12px;

	}
}



.email{


	font-size:12px;
	font-weight:400;
	color:black;
}

a.email.emaillink {
	color: #3f4247;
	text-decoration-color: #a8a8a8;
}

img.image {
	border-radius: 8px;
	box-shadow: 3px 4px lightgrey;
}

button.filter-alpha {
	background-color: transparent;
	outline: none;
	border: none;
	padding: 8px;
	font-size: 20px;
	font-weight: 300;
}

button.filter-alpha:hover{
	color:orange;
	font-weight:600;
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 0;
	border-radius: 0;
}

.pagination>li a, .pagination>li span {
	color: #3f4247;
}

.pagination>li.active>a, .pagination>li.active>a:focus, .pagination>li.active>a:hover, .pagination>li.active>span, .pagination>li.active>span:focus, .pagination>li.active>span:hover {
	background-color: #3f4247;
	border-color: #3f4247;
	color: #fff;
}


input#staffsearch {
	font-size: 18px;
	font-weight: 400;
	border-style: hidden;
	border-width: 1px;
	border-radius: 5px;
	padding: 8px;
	width:100%;
	color: #535353;
	background-color: #ececec;
}
a.profilelink {
	text-decoration: none;

}


i.fa.fa-arrow-circle-right.fa-fw {
	color: #a0a0a0;
}

.loader {
	border-top: 9px solid #009cdb;
	border-right: 9px solid #c0d631;
	border-bottom: 9px solid #ee342a;
	border-left: 9px solid #fbae37;
	border-radius: 50%;
	width: 70px;
	height: 70px;
	margin-bottom:50px;
	padding-top:20px;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(720deg); }
}



