/*******************
Search bar
*******************/

.advanced-find-input.md-search {
  position: relative;

  input[type=text] {
    color: rgba(0, 0, 0, 0.87);
    display: block;
    padding: 8px 28px 8px 50px;
    box-shadow: 0 1px 1.5px rgba(0,0,0,.06), 0 1px 1px rgba(0,0,0,.12);
    height: 36px;
    transition: all .2s ease;
    border: none;
    font-size: 16px;
    appearance: textfield;
    font-weight: 300;
    outline: none;
    border-radius: 3px;
    box-sizing: border-box;
    color: currentColor;
    background: rgba(48,52,65,.05);
    width: 100%;
    &:focus {
      outline:0;
    }
  }
  .typeahead.dropdown-menu,
  .tips-dropdown{
    margin: 0;
    border-radius: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    border: 0;
    width: 100%;
    li{
      min-height: 35px;
      &.dropdown-header,
      a{
        line-height: 35px;
      }
      a.dropdown-item{
        font-weight: 300;
        outline: none;
      }
    }
  }
  .dropdown-menu{
    li,
    .active{
      a:hover,
      a:focus{
        color: #111;
        background-color: #efefef;
      }
    }
    .active{
      a{
        color: #111;
        background-color: #efefef;
      }
    }

  }

}


.advanced-find-input {
  position: relative;

  input[type=text] {
    padding-right: 27px;
    padding-left: 27px;
  }

  .btn {
    position: absolute;
    top: 0;
    z-index: 3;
    padding: 6px;
  }

  .clear {
    right: 5px;
  }

  .select {
    left: 0;
    color: #777
  }

  &.empty .clear{
    display: none;
  }
}

.form-group.form-group-width{
  width: 90%;
}
.tips li {
  padding: 2px;
  font-size: 16px;
}

.advanced-find-input.empty .typeahead {
  display: none;
}

.navbar-typeahead {
  .spinner {
    display: none;
  }

  .loading {
    .spinner {
      display: inherit;
    }
    .select {
      display: none;
    }
  }
}

.btnWhatIsNew {
  background: #dc004e;
  color: white;
  margin: 10px 10px;
  padding: 0;
  border-radius: 4px;
  cursor: pointer;
  padding: 5px 15px;
}
