.select2-container .select2-selection--single {
	border: 0px;
}

.select2-container .select2-selection--single:focus {
	outline: 0;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	background-color: #ffffff;
	border: 1px solid #e8e7e3;
	border-radius: 4px;
	color: #66615b;
	font-size: 14px;
	transition: background-color 0.3s ease 0s;
	padding: 7px 18px;
	height: 40px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#report-summary .search-detail p {
	font-size: 13px;
	line-height: 13px;
}

.actions a {
	margin-right: 10px;
}
