.mod-domain-select {
  box-sizing: border-box;
  width: 398px;
  height: 36px;
  border: solid 1px #e2e2e2;
  position: relative;
  color: #333;
  cursor: pointer;
  z-index: 799;
}

.mod-domain-select .select-domain {
  padding: 10px 14px;
  box-sizing: border-box;
  height: 36px;
  width: 305px;
  display: block;
  float: left;
  line-height: 1.2;
  font-size: 14px;
  outline: none;
  border: 0;
}

.mod-domain-select .select-domain-edit {
  background: #fff !important;
}

.mod-domain-select .more-sites {
  position: absolute;
  width: 65px;
  height: 36px;
  right: -15px;
}

.mod-domain-select .more-sites .site-select {
  width: 0;
  height: 0;
  top: 20px;
  left: 36px;
  border-width: 6px 6px 0;
  border-style: solid;
  border-color: #666 transparent transparent;
  margin: 40px auto;
  position: relative;
}

.mod-domain-select .no-site {
  padding-left: 25px;
  height: 30px;
  line-height: 30px;
  width: 355px;
}

.mod-domain-select .no-site, .suggestions {
  position: absolute;
  color: #333;
  font-size: 12px;
  top: 36px;
  left: -1px;
  border: solid 1px #e2e2e2;
  background: #fff;
  z-index: 800;
  display: none;
}

.suggestions {
  width: 398px;
  max-height: 192px;
  overflow: auto;
}

.suggestions .suggest_item {
  padding: 0 10px;
  display: block;
  white-space: nowrap;
  line-height: 37px;
  white-space: nowrap;
}

.suggestions .suggest_item .suggestion_title {
  box-sizing: border-box;
  width: 100%;
  padding-left: 15px;
  border-bottom: 1px solid #f5f5f5;
  display: inline-block;
  position: relative;
}

.suggestions .suggest_item .thumbnail {
  background-color: transparent;
  background-position: top center;
  background-repeat: no-repeat;
  margin: 1px 2px 1px 2px;
  float: left;
  width: 50px;
  height: 50px;
}

.suggestions .selected {
  position: relative;
  top: -1px;
  background-color: #f5f5f5;
  cursor: pointer;
}

.suggestions .selected .description {
  font-style: italic;
  font-size: 11px;
  color: #777;
}

.suggestions .selected .suggestion_title {
  top: 1px;
  border-bottom: 1px solid transparent;
}
