.search-wrapper {
  padding-right: 150px;
  position: relative; }

.search-widget {
  border-radius: 5px;
  border: 1px solid #cccccc;
  margin: 0 auto;
  overflow: hidden;
  position: relative; }
  .search-widget .search-widget-input-label {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    left: 0; }
  .search-widget input[type="text"] {
    border: 0;
    height: 35px;
    padding: 0 40px 0 10px; }
  .search-widget .glyphicon.glyphicon-search {
    font-size: 20px;
    color: #b8b8b8;
    position: absolute;
    top: 8px;
    right: 8px; }

.criteria {
  border: 1px solid #ffedaf;
  border-radius: 5px;
  color: #333;
  background-color: #ffedaf;
  padding: 4px 8px 5px 8px;
  margin-left: 2px;
  margin-top: 2px;
  float: left;
  white-space: nowrap;
  position: relative;
  z-index: 10;
  max-width: 350px; }
  .criteria .glyphicon {
    font-size: 14px;
    color: #cc9e00; }
    .criteria .glyphicon.glyphicon-remove {
      position: absolute;
      top: 8px;
      right: 7px; }
  .criteria .criteria-name {
    margin: 0 30px 0 10px;
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
    display: block; }

.suggestions {
  position: absolute;
  background-color: #ffffff;
  z-index: 4;
  width: 97%;
  border-radius: 5px;
  border: 1px solid #cccccc;
  margin-top: 2px;
  padding: 10px 0 10px 0; }
  .suggestions ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    width: 100%; }
  .suggestions li {
    width: 100%;
    padding: 10px 15px; }
    .suggestions li.criteria-item:hover {
      background-color: #ffedaf;
      Cursor: pointer; }
    .suggestions li.criteria-item.selected {
      background-color: #ffedaf; }
  .suggestions a {
    color: #000000; }
    .suggestions a * {
      margin: 0; }
    .suggestions a:hover {
      text-decoration: none; }

#hide-suggestions {
  font-size: 20px;
  border-radius: 50px;
  cursor: pointer;
  color: #ffffff;
  background-color: #ad003a;
  padding: 5px;
  position: relative;
  float: right;
  top: -10px;
  right: -40px; }

.suggestions-form {
  padding: 0 !important;
  margin: 0 !important; }

.glyphicon-remove:hover {
  cursor: pointer; }

.filters {
  position: absolute;
  top: 0;
  left: calc(100% - 150px); }

#filter-dropdown {
  width: 500px;
  padding: 20px; }
  #filter-dropdown a.filter-item-a {
    padding: 0;
    padding-top: 2px; }

/*# sourceMappingURL=search.css.map */
