.modal-detail {
	padding: 30px 40px;
}

.personnel-detail-pic {
	float:left;
	margin-right: 30px;
}

.personnel-detail-pic img {
	max-width: 120px;
	max-height: 120px;
	border-radius: 10px;
	border: 2px solid darkorange;
	padding: 2px;
}

.img-circle {
  border: 2px solid darkorange;
  padding: 2px;
}

.personnel-detail {
	float:left;
}

.modal-title {
  font-size: 20px;
  padding: 0px 10px;
}

.search-icon {
	background: #777;
	border-radius: 0px 5px 5px 0px;
}

.search-icon .fa-search {
	color: white;
}

.page-search {
	float:right;
}

.bgimage {
	background: url("/img/bg3.jpg");
	background-size: cover;
    width: 100%;
    height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0.7;
}