#headerSearchFrm .typeahead__result .row {
  display: table-row;
}
#headerSearchFrm .typeahead__result .row.Title h3 {
  display: inline-block;
  margin-bottom: 20px;
}

#headerSearchFrm .typeahead__result .row  > * {
  display: table-cell;
  vertical-align: middle;
}

#headerSearchFrm .typeahead__result .dataRossy {
  padding: 0 10px;
  font-size: 14px;
}

#headerSearchFrm .typeahead__result .dataRossy.aTitle {
  color: var(--rossyblue);
}

#headerSearchFrm .typeahead__result .dataRossy img {
  width: 10px;
  height: 10px;
  margin-right: 3px;
}

.typeahead__list, .typeahead__dropdown {
  border: none!important;
}

.typeahead__list > li {
  border-top: none!important;
  height: 35px;
}
#headerSearchFrm .typeahead__container .typeahead__result {
margin-top: 40px;
}

#headerSearchFrm .typeahead__container .typeahead__result .typeahead__list {
  width: 420px;
  border: 1px solid #CBCBCB;
  border-radius: 4px;
  opacity: 1;
}
.typeahead__filter, .typeahead__button {
  height: 38px;
  margin-left: -6px;
  margin-top: 0px;
}
.typeahead__filter, .typeahead__button .topMenuSearchIcon {
  border-radius: 0px 4px 4px 0px!important;
  opacity: 1;
}

/*#headerSearchFrm .typeahead__container .typeahead__field .typeahead__query {*/
/*  padding-right: 0px;*/
/*  padding-left: 15px;*/
/*}*/

#headerSearchFrm .typeahead__container .typeahead__field {
  margin-left: 1px;
}

.typeahead__list, .typeahead__dropdown {
  max-height: 350px;
  overflow-y: auto;
}

#headerSearchFrm .typeahead__container .typeahead__field .col-7, .col-1 {
  margin-right: initial;
  margin-left: initial;
  padding-right: initial;
  padding-left: initial;
}

#headerSearchFrm .typeahead__result .id {
  font-size: 12px;
  color: #777;
  font-variant: small-caps;
}

[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  height: 19px;
  width: 19px;
  background-image: url(/addons/search_engine/images/a4e37dfd-d813-4ca3-aede-0e25cb9970be.jpg);
  background-size: 19px 19px;
  margin-right: -20px;
}

#headerSearchFrm .typeahead__container .typeahead__field .js-typeahead-searchLang {
  display: block;
  width: 50px;
  line-height: 1.25;
  min-height: calc(0.5rem * 2 + 1.25rem + 2px);
  padding: 0.5rem 0.75rem;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 2px 0 0 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


#headerSearchFrm .js-typeahead-searchRossy {
  /*max-width: 376px;*/
  height: 38px;
  border-radius: 4px 0px 0px 4px!important;
  opacity: 1;
}
.typeahead__container.cancel:not(.loading) .typeahead__cancel-button, .typeahead__label .typeahead__cancel-button {
  display: none;
}

#headerSearchFrm .typeahead__result .avatar img {
  height: 26px;
  width: 26px;
}

#headerSearchFrm .typeahead__result .project-logo {
  display: inline-block;
  height: 100px;
}

#headerSearchFrm .typeahead__result .project-logo img {
  height: 100%;
}

#headerSearchFrm .typeahead__result .project-information {
  display: inline-block;
  vertical-align: top;
  padding: 20px 0 0 20px;
}

#headerSearchFrm .typeahead__result .project-information > span {
  display: block;
  margin-bottom: 5px;
}

#headerSearchFrm .typeahead__result > ul > li > a small {
  padding-left: 0px;
  color: #999;
}

#headerSearchFrm .typeahead__result .project-information li {
  font-size: 12px;
}
