#wpea-popup {
	background: rgba(0,0,0,.7);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999;
}

.wpea-popup-content {
	background: #fcfcfc;
	bottom: 30px;
	box-shadow: 0 5px 15px rgba(0,0,0,.7);
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.7);
	left: 30px;
	min-height: 300px;
	overflow: auto;
	position: fixed;
	right: 30px;
	top: 30px;
	z-index: 160000;
}

.wpea-modal-close .wpea-modal-icon:before {
	content: "\f158";
	font: 400 20px/1 dashicons;
	speak: none;
	vertical-align: middle;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.wpea-modal-close {
	background: 0 0;
	border: 1px solid transparent;
	color: #666;
	cursor: pointer;
	height: 50px;
	margin: 0;
	outline: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	z-index: 1000;
}

.wpea-modal-close:active,
.wpea-modal-close:hover {
	background: transparent;
}

.wpea-modal-close .wpea-modal-icon:active,
.wpea-modal-close .wpea-modal-icon:hover {
	color: #00a0d2;
}

.wpea-search-form {
	margin: 0 auto;
	max-width: 95%;
	position: relative;
	top: 48%;
	width: 400px;
}

.wpea-search-form #wpea-popup-input {
	font-size: 15px;
	line-height: 15px;
	padding: 8px;
	width: 100%;
}

.wpea-search-result {
	border: 1px solid #ddd;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
	height: 300px;
	overflow-y: scroll;
}

.wpea-search-result a {
	border: 1px solid transparent;
	clear: both;
	display: block;
	padding: 5px 10px;
	text-decoration: none;
}

.wpea-search-result a:hover,
.wpea-search-result a:focus {
	border-color: #00a0d2;
}