/*
.tt-suggestion.tt-cursor, .tt-suggestion:hover {
  color: #fff;
  background-color: #0097cf;
}
*/
/* suggestion */
/*
#easy-suggestion {
	font: normal normal normal 18px/1.2 "Helvetica Neue", Roboto, "Segoe UI", Calibri, sans-serif;
	color: #292f33;
	width: 350px;
	padding-top: 5px;
    display: block;
    position: relative;
}

#easy-suggestion #suggestion-div {
    position: absolute;
    width: 100%;
    white-space: nowrap;
    height: 35px;
}

#easy-suggestion #button-suggestion-div {
    height: 35px;
	width: 45px;
    position: relative;
    float: right;
    display: inline-block;
	background: #e6e6e6;
	border-radius: 0 4px 4px 0;
	border-left: 0;
}
*/

.search-wrapper .twitter-typeahead{
	display: initial !important;
}
.twitter-typeahead{
	display: initial !important;
}
.quick-entry .twitter-typeahead>input{
	vertical-align:initial !important;
}
.quick-entry font{
	display:none;
}
#easy-suggestion .button5 {
    width: 21px;
    height: 21px;
    position: absolute;
	background-image: url(images/EP_Suggestive_Search_Icon.png)!important;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    border-radius: 0 8px 8px 0;
    border: none;
    margin-left: 10px;
    margin-top: 5px;
}
/*
#easy-suggestion .twitter-typeahead {
    display: inline-block;
    width: 100%;
    position: relative;
    height: 35px;
    background: #e6e6e6;
    border-radius: 4px;
}
*/
/*
#easy-suggestion #suggestion{
	vertical-align: baseline !important;
    width: 100%;
    border: 0;
    line-height: 15px;
    padding: 6px 10px 6px 0;
    margin: 0;
    height: 35px;
    font-family: arial,sans-serif;
    font-size: 15px;
    background: 0 0;
    color: #b3b3b3;
    outline: 0;
    -webkit-appearance: none;
    box-shadow: none;
    text-indent: 8px;
    border-radius: 4px;
	border-right: 0;
}
*/
#easy-suggestion .typeahead {
  background-color: #fff;
}

#easy-suggestion .typeahead:focus {
  border: 2px solid #0097cf;
}

#easy-suggestion .tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	 -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
		  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

#easy-suggestion .tt-hint {
  color: #999
}

#easy-suggestion .tt-menu {
  width: 100%;
  margin: 15px 0;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  /*
  -webkit-border-radius: 8px;
	 -moz-border-radius: 8px;
		  border-radius: 8px;
		  */
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	 -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
		  box-shadow: 0 5px 10px rgba(0,0,0,.2);
	overflow-y: scroll;
	height: 80vh;
    z-index: 10000 !important;
}

#easy-suggestion .tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
}

#easy-suggestion .tt-suggestion .tt-suggest-items .tt-suggest-item:hover {
  cursor: pointer;
  /*
  color: #fff;
  background-color: #0097cf;
  */
}

#easy-suggestion .tt-suggestion .tt-suggest-items .tt-suggest-item a {
  cursor: pointer;
  color: #0A4D92;
	text-decoration: none;
	display: block;
		font: normal normal normal 18px/1.2 "Helvetica Neue", Roboto, "Segoe UI", Calibri, sans-serif;
}

#easy-suggestion .tt-suggestion .tt-suggest-items .tt-suggest-item a:hover {
  cursor: pointer;
  /*
  color: #fff;
  background-color: #0097cf;
  */
}

#easy-suggestion .tt-suggestion.tt-cursor {
	/*
  color: #fff;
  background-color: #0097cf;
  */

}

#easy-suggestion .tt-suggestion p {
  margin: 0;
}

#easy-suggestion .gist {
  font-size: 14px;
}

#easy-suggestion #custom-templates .empty-message {
  padding: 5px 10px;
 text-align: center;
}

#easy-suggestion #multiple-datasets .league-name {
  margin: 0 20px 5px 20px;
  padding: 3px 0;
  border-bottom: 1px solid #ccc;
}

#easy-suggestion #scrollable-dropdown-menu .tt-menu {
  max-height: 150px;
  overflow-y: auto;
}

#easy-suggestion #easy-suggestion #rtl-support .tt-menu {
  text-align: right;
}

#easy-suggestion .tt-menu .tt-suggest-header {
	background: #9E9E9E; 
	height:1px; 
	margin-top:10px;
	margin-bottom: 15px;
}

#easy-suggestion .tt-menu .tt-suggest-header span {
	background: #fff;
	padding-right: 10px;
	position: relative;
	top: -10px;
	color: #9E9E9E;
}

#easy-suggestion .tt-menu .tt-suggest-items {
	margin-left: 10px;
	color: #0A4D92;
}