.page-user .tabs--secondary {
  display: none;
}

.page-user #tabs {
  display: none;
}

/** admin users **/

.page-dash-users #edit-accounts .rolelist {
  font-size: 0.9rem;
  color: #999;
}

.page-user .account-info {
  margin-bottom: 1rem;
}

.user-profile-actions dl {
  margin: 0;
}

.user-profile-actions a {
  width: 8rem;
  margin: 0.5rem 0;
}

/*=== dash ===*/

.page-dash-addnode .node-add-item a {
  width: 10rem;
  margin-bottom: 1rem;
  margin-right: 1rem;
}

/*==== site-search-form ====*/

#-site-search-form {
  width: 270px;
  position: relative;
}

#-site-search-form input {
  border-radius: 15px;
  background-color: #eee;
}

#-site-search-form .input-group-addon {
  display: none;
}

#-site-search-form button {
  background: transparent url(../images/icon-search.png) no-repeat 0 5px;
  background-size: 25px 25px;
  text-indent: -1000em;
  position: absolute;
  top: 0;
  right: 1px;
  width: 30px;
  height: 33px;
  border: none;
  border-radius: 0;
}

/*==== site-search-form ====*/

#-site-search-form--2 {
  width: 270px;
  position: relative;
}

#-site-search-form--2 input {
  border-radius: 15px;
  background-color: #ccc;
}

#-site-search-form--2 .input-group-addon {
  display: none;
}

#-site-search-form--2 button {
  background: transparent url(../images/icon-search.png) no-repeat 0 5px;
  background-size: 25px 25px;
  text-indent: -1000em;
  position: absolute;
  top: 0;
  right: 1px;
  width: 30px;
  height: 33px;
  border: none;
  border-radius: 0;
}
