#saved-clips {
  width: 295px;
}

#extended-search {
  display: none;
  padding: 0;
  margin-top: -43px;
}
#trigger-search {
  display: none;
}

.extended-search-field {
  position: relative;
}

.extended-search-field input {
  position: relative;
  border: 1px solid #e9e9e9 !important;
  border-left: 0 !important;
  width: 375px;
  color: gray;
  background-color: #f9f9f9;
  font-size: 19px;
  margin: 0;
  padding: 0 5px;
  height: 31px;
}

.extended-search-field select {
  height: 33px;
  margin: 0;
  top: -2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 141px;
}

.extended-search-field .value-select {
  display: none;
  width: 375px;
}

#extended-search-buttons {
  margin-top: 12px;
}

#extended-search-buttons button:hover {
  background: gray;
  color: white;
  border-radius: 3px;
  cursor: pointer;
}

#extended-search button {
  display: inline;
  position: relative;
  border: 1px solid #e9e9e9;
  margin: 0;
  width: 34px;
  color: gray;
  padding: 0;
  font-size: 18px;
  background: white;
  border-left: 0;
  cursor: pointer;
  height: 33px;
}

#extended-search button.add-field {
  display: none;  
}

.extended-search-field:last-child button.add-field {
  display: inline !important;
}

.extended-search-field:last-child button.remove-field {
  display: none !important;
}

#extended-search-buttons button {
  background: #F9F9FA;
  border: 1px solid #e9e9e9;
  color: gray;
  padding: 5px 15px;
  border-radius: 2px;
}

.dimension-search {
  display: none;
  left: 141px;
  top: 0px;
}

.dimension-search input {
  width: 117px;
}

/*
*/