.request-toggle {
  float: right;
}

.request-toggle:before {
  margin-right: 2px;
}

.request-toggle.back:after {
  margin-left: 2px;
}

.request-projects {
  margin-left: 20px;
}

/* Bug 1468997 */
.request-team {
  display: none;
}

.request-team:before {
  content: 'Request new team';
}

.request-team.back:after {
  content: 'Back to enabled teams';
}

.request-pretranslation:before {
  content: 'Request pretranslation';
}

.request-projects:before {
  content: 'Request more projects';
}

.request-pretranslation.back:after,
.request-projects.back:after {
  content: 'Back to enabled projects';
}

.request-teams:before {
  content: 'Request new language';
}

.request-teams.back:after {
  content: 'Back to enabled languages';
}

.request-toggle:after,
.request-toggle.back:before {
  content: '';
}

#request-team-form {
  margin: 0 auto;
  display: none;
}

#request-item-note {
  margin: 25px 0 5px;
  display: none;
}

#request-item-note p {
  font-style: italic;
  color: var(--light-grey-7);
  text-align: center;
  display: block;
}

.items.request #request-item-note p.locale-projects,
.items.requesting-pretranslation #request-item-note p.pretranslation {
  display: block;
}

.items.request #request-item-note p.pretranslation,
.items.requesting-pretranslation #request-item-note p.locale-projects {
  display: none;
}

#request-item-note p a {
  color: var(--status-translated);
}

.request-item {
  display: none;
  background: var(--status-translated);
  border: none;
  border-radius: 3px;
  margin-top: 15px;
  padding: 10px;
  text-transform: uppercase;
  width: 100%;
}

.request-item.confirmed {
  background: var(--status-warning);
}

#team-form {
  display: flex;
  position: relative;
  text-align: left;
  margin: 0 auto;
  justify-content: space-between;
}

#team-form .field {
  display: inline-block;
  margin-top: 10px;
  text-align: left;
}

#team-form .field input {
  color: var(--white-1);
  background: var(--input-background-1);
  border: 1px solid var(--main-border-1);
  border-radius: 3px;
  float: none;
  width: 480px;
  padding: 4px;
  box-shadow: none;

  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#team-form .field label {
  display: block;
  padding-bottom: 3px;
  text-align: left;
}

.item-list tbody tr:not(.limited) {
  display: none;
}

.items.request .item-list .all-strings {
  display: table-cell;
}

.items.request .item-list th.check,
.items.requesting-pretranslation .item-list th.check {
  text-align: right;
  width: auto;
}

.item-list .check,
.item-list .radio,
.item-list .all-strings {
  display: none;
}

.items.request .item-list .check,
.items.requesting-pretranslation .item-list .check,
.items.request .item-list .radio {
  cursor: pointer;
  display: block;
}

.item-list td.check,
.item-list td.radio {
  color: var(--icon-background-1);
  float: right;
  font-size: 16px;
  height: 47px;
  text-align: right;
  width: 100%;

  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.item-list td.radio {
  color: var(--grey-3);
}

.item-list td.check:before {
  content: '';
  display: block;
  margin-top: 16px;
}

.item-list td.check:hover:before,
.item-list td.check.enabled:before {
  content: '';
  color: var(--status-translated);
}

.item-list td.check.enabled:before {
  content: '';
}

.item-list td.radio:before {
  display: block;
  margin-top: 16px;
}

.item-list td.radio:hover:before,
.item-list td.radio.enabled:before {
  color: var(--status-translated);
}

.items.requesting-pretranslation .item-list .deadline,
.items.request .item-list .latest-activity,
.items.request .item-list .progress,
.items.request .item-list .unreviewed-status {
  display: none;
}

.items.requesting-pretranslation .item-list .progress {
  width: 340px;
}
