/* Live Search (Search as you type) widget */
.nkn-resp-live-search-area,
.nkn-resp-location-search-area {
  position: relative; }
  .nkn-resp-live-search-area .sayt-description,
  .nkn-resp-location-search-area .sayt-description {
    line-height: 1.4em;
    margin-bottom: 8px; }
  .nkn-resp-live-search-area .form-group,
  .nkn-resp-location-search-area .form-group {
    position: relative;
    margin-bottom: 0; }

.nkn-resp-live-search-box-wrapper {
  width: 100%;
  margin-bottom: 0; }

.nkn-resp-live-search-box {
  border-radius: 2px;
  border: 1px solid #d8d8d8;
  width: inherit;
  padding: 0 10px;
  box-shadow: inset 0 1px 2px #d8d8d8;
  font-size: 1.33333em; }
  .nkn-resp-live-search-box::-ms-clear {
    display: none; }

.nkn-resp-live-search-box, .nkn-resp-live-search-clear {
  line-height: 2.5em;
  height: 2.5em;
  font-weight: normal; }

.nkn-resp-live-search-clear {
  position: absolute;
  right: 2px;
  top: 6px;
  border: none;
  background-color: transparent;
  font-size: 1em; }

.nkn-resp-live-search-clear:focus, .nkn-resp-live-search-results:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline-color: #5B9DD9; }

.nkn-resp-live-search-results {
  margin-top: 5px;
  border: 1px solid #d8d8d8;
  background: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10; }
  .nkn-resp-live-search-results .nkn-resp-live-search-alert .alert-content {
    padding-right: 50px; }

.nkn-resp-live-search-result-content {
  padding-left: 0;
  max-height: 20em;
  overflow: hidden; }

.nkn-resp-live-search-result-header {
  font-weight: bold;
  line-height: 2.83333333em; }

.nkn-resp-live-search-alert {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #c10000;
  -ms-flex-order: 1;
  order: 1;
  margin-right: auto;
  padding: 10px 0 10px 10px;
  width: calc(100% - 60px); }
  .nkn-resp-live-search-alert .ss-alert {
    min-width: 22px;
    padding-right: 10px; }
  .nkn-resp-live-search-alert .alert-content {
    font-weight: bold;
    word-break: keep-all; }

.nkn-resp-live-search-result-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%; }

.nkn-resp-live-search-result-header, .nkn-resp-live-search-result-entry {
  padding: 0 10px;
  border-bottom: 1px solid #d8d8d8; }

.nkn-resp-live-search-result-entry {
  height: 2.5em;
  padding: 0 10px;
  width: 101%;
  position: relative;
  overflow: hidden;
  cursor: pointer; }
  .nkn-resp-live-search-result-entry:hover, .nkn-resp-live-search-result-entry:focus, .nkn-resp-live-search-result-entry.focused {
    background: #e6e6e6; }
  .nkn-resp-live-search-result-entry.ss-erase:after {
    position: absolute;
    right: 10px;
    line-height: 2.6em; }
  .nkn-resp-live-search-result-entry em {
    font-style: normal; }
  .nkn-resp-live-search-result-entry .result-alert {
    padding: 0; }
  .nkn-resp-live-search-result-entry .ss-alert {
    color: #c10000;
    padding: 2px 0 0 30px; }
    .nkn-resp-live-search-result-entry .ss-alert:before {
      float: right; }

.nkn-resp-live-search-nav {
  padding-right: 5px;
  text-align: right;
  -ms-flex-order: 2;
  order: 2; }

.nkn-resp-live-search-scroll {
  text-decoration: none;
  display: inline-block;
  padding: 10px 4px;
  line-height: 1em; }
  .nkn-resp-live-search-scroll:hover, .nkn-resp-live-search-scroll:focus {
    text-decoration: none; }
  .nkn-resp-live-search-scroll.inactive {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none; }

@media print, screen and (min-width: 768px) {
  .nkn-resp-live-search-box {
    font-size: 1em; }
  .nkn-resp-live-search-clear {
    top: 0; } }
