/*
 * easy-autocomplete
 * jQuery plugin for autocompletion
 * 
 * @author Łukasz Pawełczak (http://github.com/pawelczak)
 * @version 1.3.5
 * Copyright  License: 
 */

.easy-autocomplete.eac-square {
}
.easy-autocomplete.eac-square input {
	border-radius:0;
	color:#7f8c8d;
	font-family:inherit;
	font-size:18px;
	font-style:italic;
	font-weight:300;
	margin:0;
	min-width:350px;
	padding:12px 43px 12px 15px
}
.easy-autocomplete.eac-square ul{
	border-top:0;
	box-shadow:none;
	top:0
}
.easy-autocomplete.eac-square ul li, .easy-autocomplete.eac-square ul .eac-category {
	font-family:inherit;
	font-size:17px;
	font-weight:300;
	padding:17px 15px;
	transition:all 0.4s ease 0s
}
.easy-autocomplete.eac-square ul li *, .easy-autocomplete.eac-square ul .eac-category * {
	font-weight:300
}
.easy-autocomplete.eac-square ul li.selected, .easy-autocomplete.eac-square ul .eac-category.selected {
	background-color:#ff6766;
	font-weight:300
}
.easy-autocomplete.eac-square ul li b, .easy-autocomplete.eac-square ul .eac-category b {
	font-weight:600
}
.easy-autocomplete.eac-round {
}
.easy-autocomplete.eac-round input {
	border:2px solid #888;
	border-radius:10px;
	color:#888;
	font-family:inherit;
	font-size:16px;
	font-weight:400;
	margin:0;
	min-width:300px;
	padding:10px
}
.easy-autocomplete.eac-round input:hover, .easy-autocomplete.eac-round input:focus {
	border-color:#3079ed
}
.easy-autocomplete.eac-round ul {
	background:none;
	border-color:#888;
	border-width:0;
	box-shadow:none;
	min-width:300px;
	top:20px
}
.easy-autocomplete.eac-round ul li, .easy-autocomplete.eac-round ul .eac-category {
	background:#fff;
	border-color:#3079ed;
	border-width:0 2px;
	font-size:14px;
	padding:8px 12px;
	transition:all 0.4s ease 0s
}
.easy-autocomplete.eac-round ul li.selected, .easy-autocomplete.eac-round ul .eac-category.selected {
	background-color:#ff6766
}
.easy-autocomplete.eac-round ul li:first-child, .easy-autocomplete.eac-round ul .eac-category:first-child {
	border-radius:10px 10px 0 0;
	border-width:2px 2px 0
}
.easy-autocomplete.eac-round ul li:last-child, .easy-autocomplete.eac-round ul .eac-category:last-child {
	border-radius:0 0 10px 10px;
	border-width:0 2px 2px
}
.easy-autocomplete.eac-round ul li b, .easy-autocomplete.eac-round ul .eac-category b {
	font-weight:700
}
.easy-autocomplete.eac-funky {
}
.easy-autocomplete.eac-funky input {
	background:#07ED89;
	border:0;
	border-radius:0;
	color:#ED076B;
	font-family:inherit;
	font-size:18px;
	min-width:240px;
	padding:12px
}
.easy-autocomplete.eac-funky ul {
	background:transparent;
	border:0
}
.easy-autocomplete.eac-funky ul li, .easy-autocomplete.eac-funky ul .eac-category {
	background:transparent;
	border:0;
	color:#ED076B;
	font-size:18px;
	padding:4px 12px;
	transition:all 0.4s ease 0s
}
.easy-autocomplete.eac-funky ul li.selected, .easy-autocomplete.eac-funky ul .eac-category.selected {
	color:#8907ED
}
.easy-autocomplete.eac-solid input {
	box-shadow:0 1px 2px rgba(0,0,0,0.15) inset;
	border-color:#ddd;
	color:#666;
	font-size:13px;
	min-height:0;
	padding:6px 12px
}
.easy-autocomplete.eac-solid ul li, .easy-autocomplete.eac-solid ul .eac-category {
	transition:all 0.4s ease 0s
}
.easy-autocomplete.eac-solid ul li.selected, .easy-autocomplete.eac-solid ul .eac-category.selected {
	background-color:#f2f2f2
}
.easy-autocomplete.eac-plate {
}
.easy-autocomplete.eac-plate input {
	font-size:13px;
	padding:6px 12px
}
.easy-autocomplete.eac-plate ul {
	background:#b5b5b5;
	border-radius:6px;
	border-width:0;
	top:10px
}
.easy-autocomplete.eac-plate ul li, .easy-autocomplete.eac-plate ul .eac-category {
	background:#b5b5b5;
	color:#FAFAFA;
	font-size:12px;
	transition:all 0.4s ease 0s
}
.easy-autocomplete.eac-plate ul li b, .easy-autocomplete.eac-plate ul .eac-category b {
	color:#ffd464
}
.easy-autocomplete.eac-plate ul li.selected, .easy-autocomplete.eac-plate ul .eac-category.selected {
	background:#656565
}
.easy-autocomplete.eac-plate ul li:first-child, .easy-autocomplete.eac-plate ul .eac-category:first-child {
	border-radius:6px 6px 0 0
}
.easy-autocomplete.eac-plate ul li:last-child, .easy-autocomplete.eac-plate ul .eac-category:last-child {
	border-radius:0 0 6px 6px
}
.easy-autocomplete.eac-plate-dark {
}
.easy-autocomplete.eac-plate-dark input {
	font-size:17px;
	padding:11px 14px;
}
.easy-autocomplete.eac-plate-dark ul{
	background:#fff;
	top:1px;
	border:1px solid #ddd;
	max-height:235px;
	overflow:auto;
}
.easy-autocomplete.eac-plate-dark ul li{
	display:block !important;
}
.easy-autocomplete.eac-plate-dark ul li, .easy-autocomplete.eac-plate-dark ul .eac-category {
	background:#fff;
	color:#3a3a3a;
	font-size:17px;
	line-height:30px;
	text-align:left;
	transition:all 0.4s ease 0s;
	border-bottom:1px solid #ebebeb;
}
.easy-autocomplete.eac-plate-dark ul li:last-child{
	border-bottom:0;
}
.easy-autocomplete.eac-plate-dark ul li b, .easy-autocomplete.eac-plate-dark ul .eac-category b{
	color:#ff6766;
	font-weight:normal;
}
.easy-autocomplete.eac-plate-dark ul li.selected, .easy-autocomplete.eac-plate-dark ul .eac-category.selected{
	background:#ff6766;
	color:#fff;
}
.easy-autocomplete.eac-plate-dark ul li.selected b, .easy-autocomplete.eac-plate-dark ul .eac-category.selected b{
	color:#fff;
}
.easy-autocomplete.eac-plate-dark ul li:first-child, .easy-autocomplete.eac-plate-dark ul .eac-category:first-child{
	border-radius:0;
}
.easy-autocomplete.eac-plate-dark ul li:last-child, .easy-autocomplete.eac-plate-dark ul .eac-category:last-child{
	border-radius:0;
}
/*# sourceMappingURL=easy-autocomplete.themes.min.css.map */
