/* Typeahead */

.tt-dropdown-menu {
  background: #f2f6f9;
  border: 2px solid #dce4ec;
  width: 321px;
  right: 111px !important;
  position: absolute !important;
  top: 24px !important;
  text-align: left;
}


.Explorer8 .tt-dropdown-menu {
    background: none repeat scroll 0 0 #F2F6F9;
    border: 2px solid #DCE4EC;
    width: 300px;
}
.browserIE .tt-dropdown-menu {
    right: -52px !important;
}
.tt-dropdown-menu h3 {
    padding: 5px 10px 2px 10px;
    margin: 0;
    font-size: 18px;
}
.Explorer .tt-dropdown-menu {top:39px !important;}
.tt-suggestions {
}

.tt-suggestion {
    padding: 5px 10px 2px 15px;
    margin: 0;
    border-bottom: 1px solid #dce4ec;
}

.gn-link-type {
    padding: 5px 10px 2px 15px;
    margin: 0;
    border-bottom: 1px solid #dce4ec;
}

.tt-is-under-cursor {
    background: lightblue;
}

.tt-dropdown-menu div {
    float: none;
}

.tt-hint {
    display:none;
}

*:focus {outline: 0}
.tt-dataset-search-typeahead .tt-suggestion a span.value{
	color:#000;
	font-weight:bold;
}
header.searchbox .searchLeftHeader .twitter-typeahead .tt-dropdown-menu{
   right: auto !important;
}
header.searchbox .searchLeftHeader .twitter-typeahead .tt-dropdown-menu a span {
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
  font-size:12px;
}




/* RBE Feb App-7007 */
.tt-dropdown-menu {
	width: 317px !important;
}
/* RBE Feb App-7007 Ends*/


/* Search 6-4-2017 */
.tt-dropdown-menu {
    background: #ffffff !important;
    border: 1px solid #D4D9DD !important;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50) !important;
}

.tt-dataset-search-typeahead .tt-suggestion a span.value {
    font-family: robotoregular,Arial, Helvetica, sans-serif !important;
    font-size: 14px !important;
    text-transform: none !important;
	font-weight: bold;
}
.tt-suggestion {
    border-bottom: none !important;
    height: 34px !important;
   /* line-height: 15.5px !important;*/
	display:table;
	width:100%;
	padding:0px 10px 0px 10px;
}
.tt-suggestion > div{
display:table-cell;
vertical-align:middle;
}

.gn-link-type {
    border-bottom: none !important;
  /* height: 34px !important;
    line-height: 15.5px !important;*/
    border-top: 1px solid #dce4ec;
	padding:10px;
 
}
.tt-is-under-cursor {
    background: #EDEFF0 !important;
}
.tt-dataset-search-typeahead .tt-suggestion a:hover
{
text-decoration:none !important;
}
.homeSearchBox
{
font-family: robotoregular,Arial, Helvetica, sans-serif !important;
font-size: 14px;
}

/* Search 17-4-2017 */
.tt-dataset-search-typeahead .gn-link-type a span.value {
    color: #008FD5 !important;
    font-family: robotoregular,Arial, Helvetica, sans-serif !important;
    font-weight: normal;
}

.tt-suggestion.gn-link-type {
    border-top: solid 1px #cccccc;
	}
/*Search 24-4-2017*/

header.searchbox .searchLeftHeader .twitter-typeahead .tt-dropdown-menu a span{text-transform: none !important;}
.tt-dataset-search-typeahead-Refine .gn-link-type {
    border-top: none !important;
}

/*Search 26-4-2017*/
.tt-dataset-search-typeahead .tt-suggestion a span{
    display: inline-block;
	line-height: 15.5px;
	}

.tt-dataset-search-typeahead .gn-link-type a span{
    display: inline-block;
    line-height: 22px;
    width:100%;
	}
