﻿.searchSpan {
  font-size: 12px;
}
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

.resultTag {
    font-size: 13px;
    border-top: 2px solid #a1a1a1;
    text-align: right;
    font-weight: bold;
    color: #a1a1a1;
}
.linkToAllResults {
  background-color: #ebebeb;
  width: 100%;
  height: 26px;
  border: 0;
  font-size: 12px;
  padding: 3px;
}
.searchResult {
  padding: 0;
}
.search-menu-item {
  display: flex !important;
  align-items: flex-start;
  justify-content: space-between;
}
.search-menu-text {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: flex-start;
  min-width: 80%;
  /*font-weight: bold;*/
}
.search-menu-text p{
  margin-bottom:0;
}
.search-menu-title {
  display: flex;
  flex-direction: column;
}
  .search-menu-title span{
    max-width:100%;
  }
.highlighted{
  font-weight:bold;
}
.textSpan {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.searchResult .ui-menu-item:hover{
  background-color:gray;
}
.searchResult .selected {
  background-color: gray;
}

@media (min-width: 1025px) {
  .searchResult img {
    width: 50px;
  }

  .searchResult a {
    padding: 2px 6px;
  }
}
/*.search-control-text {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
  height: 37px;
  border: 1px solid black;
  border-left: 0;
  font-size: 14px;
  color: #959595;
  border-radius: 0;
  width: calc(100% - 47px);
  float: right;
  padding: 0 20px;
  vertical-align: middle;
}
.search-control-button {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  width: 47px;
  height: 37px;
  border: 1px solid black;
  border-right: none;
  transition: background-color .1s ease;
  background: url(../../images/samples/search.svg) center no-repeat;
  border-radius: 0;
  float: right;
  font-size: 0;
  cursor: pointer;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}*/
