/** easy-autocomplete* jQuery plugin for autocompletion* * @author Ĺukasz PaweĹ‚czak (http://github.com/pawelczak)* @version 1.3.5* Copyright  License: */.easy-autocomplete-container ul {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #999;
	background: #FFF;
	cursor: default;
	overflow: auto;
	-webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
	-moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
	box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}
.easy-autocomplete-container ul {
	padding: 0px 0px;
	white-space: nowrap;
	overflow: hidden;
}
.easy-autocomplete-container ul li {
	padding: 2px 5px;
}
.easy-autocomplete-container ul li {
	font-family: "Proxima Nova W01", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 0.9rem;
	font-weight: 500;
	line-height: 1.5;
	font-weight: 500;
	color: #8E8C8C
}
.easy-autocomplete-container ul li.selected {
	background: #F0F0F0;
}
.easy-autocomplete-container ul li b {
	font-weight: bold;
	color: #047bf8 /*#0b8043*/;
}
.easy-autocomplete-container ul {
	border: 1px solid #999999 !important;
	max-height: 170px;
	overflow: auto;
	overflow-x: hidden
}
.easy-autocomplete-container ul li {
	border: 0px !important
}
.easy-autocomplete {
	position: relative
}
.easy-autocomplete.eac-blue-light ul {
	border-color: #66afe9;
	box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset, 0 0 8px rgba(102,175,233,0.6)
}
.easy-autocomplete.eac-blue-light ul li, .easy-autocomplete.eac-blue-light ul .eac-category {
	border-color: #66afe9
}
.easy-autocomplete.eac-blue-light ul li.selected, .easy-autocomplete.eac-blue-light ul .eac-category.selected {
	background-color: #ecf5fc
}
.easy-autocomplete.eac-green-light ul {
	border-color: #41DB00;
	box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset, 0 0 8px rgba(146,237,107,0.6)
}
.easy-autocomplete.eac-green-light ul li, .easy-autocomplete.eac-green-light ul .eac-category {
	border-color: #41DB00
}
.easy-autocomplete.eac-green-light ul li.selected, .easy-autocomplete.eac-green-light ul .eac-category.selected {
	background-color: #9eff75
}
.easy-autocomplete.eac-red-light ul {
	border-color: #ff5b5b;
	box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset, 0 0 8px rgba(255,90,90,0.6)
}
.easy-autocomplete.eac-red-light ul li, .easy-autocomplete.eac-red-light ul .eac-category {
	border-color: #ff5b5b
}
.easy-autocomplete.eac-red-light ul li.selected, .easy-autocomplete.eac-red-light ul .eac-category.selected {
	background-color: #ff8e8e
}
.easy-autocomplete.eac-yellow-light ul {
	border-color: #ffdb00;
	box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset, 0 0 8px rgba(255,231,84,0.6)
}
.easy-autocomplete.eac-yellow-light ul li, .easy-autocomplete.eac-yellow-light ul .eac-category {
	border-color: #ffdb00
}
.easy-autocomplete.eac-yellow-light ul li.selected, .easy-autocomplete.eac-yellow-light ul .eac-category.selected {
	background-color: #ffe233
}
.easy-autocomplete.eac-dark-light ul {
	border-color: #333;
	box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset, 0 0 8px rgba(55,55,55,0.6)
}
.easy-autocomplete.eac-dark-light ul li, .easy-autocomplete.eac-dark-light ul .eac-category {
	border-color: #333
}
.easy-autocomplete.eac-dark-light ul li.selected, .easy-autocomplete.eac-dark-light ul .eac-category.selected {
	background-color: #4d4d4d;
	color: #fff
}
.easy-autocomplete.eac-dark {
	color: #fff
}
.easy-autocomplete.eac-dark ul {
	border-color: #333
}
.easy-autocomplete.eac-dark ul li, .easy-autocomplete.eac-dark ul .eac-category {
	background-color: #404040;
	border-color: #333
}
.easy-autocomplete.eac-dark ul li.selected, .easy-autocomplete.eac-dark ul .eac-category.selected {
	background-color: #737373;
	color: #f6f6f6
}
.easy-autocomplete.eac-dark-glass {
	color: #fff
}
.easy-autocomplete.eac-dark-glass ul {
	border-color: rgba(0,0,0,0.8)
}
.easy-autocomplete.eac-dark-glass ul li, .easy-autocomplete.eac-dark-glass ul .eac-category {
	background-color: rgba(0,0,0,0.8);
	border-color: rgba(0,0,0,0.8)
}
.easy-autocomplete.eac-dark-glass ul li.selected, .easy-autocomplete.eac-dark-glass ul .eac-category.selected {
	background-color: rgba(64,64,64,0.8);
	color: #f6f6f6
}
.easy-autocomplete.eac-dark-glass ul li:last-child, .easy-autocomplete.eac-dark-glass ul .eac-category:last-child {
	border-radius: 0 0 4px 4px
}
.easy-autocomplete.eac-blue {
	color: #fff
}
.easy-autocomplete.eac-blue ul {
	border-color: #5A91CB
}
.easy-autocomplete.eac-blue ul li, .easy-autocomplete.eac-blue ul .eac-category {
	background-color: #6d9ed1;
	border-color: #5A91CB
}
.easy-autocomplete.eac-blue ul li.selected, .easy-autocomplete.eac-blue ul .eac-category.selected {
	background-color: #94b8dd;
	color: #f6f6f6
}
.easy-autocomplete.eac-yellow {
	color: #333
}
.easy-autocomplete.eac-yellow ul {
	border-color: #333
}
.easy-autocomplete.eac-yellow ul li, .easy-autocomplete.eac-yellow ul .eac-category {
	background-color: #ffdb7e;
	border-color: #333
}
.easy-autocomplete.eac-yellow ul li.selected, .easy-autocomplete.eac-yellow ul .eac-category.selected {
	background-color: #ffe9b1;
	color: #333
}
.easy-autocomplete.eac-purple {
	color: #333
}
.easy-autocomplete.eac-purple ul {
	border-color: #333
}
.easy-autocomplete.eac-purple ul li, .easy-autocomplete.eac-purple ul .eac-category {
	background-color: #d6d1e7;
	border-color: #333
}
.easy-autocomplete.eac-purple ul li.selected, .easy-autocomplete.eac-purple ul .eac-category.selected {
	background-color: #ebe8f3;
	color: #333
}
.easy-autocomplete-container {
	left: 0;
	position: absolute;
	width:auto;
	z-index: 2
}
.easy-autocomplete-container ul {
	background: none repeat scroll 0 0 #ffffff;
	border-top: 1px dotted #ccc;
	display: none;
	margin-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	position: relative;
	top: -1px
}
.easy-autocomplete-container ul li, .easy-autocomplete-container ul .eac-category {
	background: inherit;
	border-color: #ccc;
	border-image: none;
	border-style: solid;
	border-width: 0 1px;
	display: block;
	font-size: 14px;
	font-weight: 500;
	padding: 4px 12px
}
.easy-autocomplete-container ul li:last-child {
	border-radius: 0 0 2px 2px;
	border-width: 0 1px 1px
}
.easy-autocomplete-container ul li.selected {
	background: none repeat scroll 0 0 #047bf8;
	cursor: pointer;
	color: #fff;
}
.easy-autocomplete-container ul li.selected div.eac-item b {
	color: #fff;
}
.easy-autocomplete-container ul li.selected div {
	font-weight: 500
}
.easy-autocomplete-container ul li div {
	display: block;
	font-weight: 500;
	word-break: break-all
}
.easy-autocomplete-container ul li b {
	font-weight: bold
}
.easy-autocomplete-container ul .eac-category {
	font-color: #aaa;
	font-style: italic
}
.eac-description span {
	color: #aaa;
	font-style: italic;
	font-size: 0.9em
}
.eac-icon-left img {
	margin-right: 4px;
	max-height: 30px
}
.eac-icon-right {
	margin-top: 8px;
	min-height: 24px;
	position: relative
}
.eac-icon-right img {
	margin-left: 4px;
	max-height: 30px;
	position: absolute;
	right: -4px;
	top: -8px
}/*# sourceMappingURL=easy-autocomplete.min.css.map */
