
button,
input,
optgroup,
select,
textarea {
  color: #000;
}

button.button-link {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1em;
  color: var(--main-dark);
  text-decoration: underline dotted var(--main);
  font-weight: 400;
}

textarea {
  font-weight: 300;
}

.pure-button-primary,
.pure-button-selected,
a.pure-button-primary,
a.pure-button-selected {
  background-color: var(--main-dark);
  color: #fff;
}




.block .pure-control-group {
  margin-bottom: 1em;
}

.pure-form-aligned label {
  font-weight: normal;
}

.pure-form-message {
  margin: 0.5em 4em;
  text-align: center;
  font-size: 1em;
}

.pure-form-message.form-error {
  color: #900;
}

.pure-form-message ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}


.pure-control-group {
  display: flex;
  flex-direction: row;
  align-items: start;
}

.pure-control-group label,
.pure-control-group select,
.pure-control-group input {
  flex-shrink: 0;
}

.pure-control-group label {
  padding-top: 0.35em;
}

.pure-form-message-inline {
  font-weight: normal;
  padding: 0 0.75em;
  flex-grow: 1;
}


.pure-button.button-danger {
  background: #a30707;
  color: #fff;
}


.simple-form {
  padding: 1em 2em;
}

.simple-form .pure-form {
  text-align: center;
}

.simple-form .pure-form label,
.simple-form .pure-form button,
.simple-form .pure-form input {
  width: 100%;
}

.simple-form .pure-form label {
  font-weight: normal;
  padding: 0.1em;
}

.simple-form.signup .pure-form label {
  text-align: left;
  margin-top: .75em;
}

.simple-form .pure-form .pure-button {
  margin-top: 1.5em;
}


.aligned-radio {
  list-style-type: none;
  display: inline-block;
  padding-left: 0;
}

.simple-form .pure-form .aligned-radio input {
  width: auto;
}

.pure-form-aligned .pure-control-group .aligned-radio label {
  text-align: left;
  width: 100%;
}

.aligned-checkboxes {
  display: inline-block;
}

.simple-form .pure-form .aligned-checkboxes input {
  width: auto;
  vertical-align: baseline;
}

.pure-form-aligned .pure-control-group .aligned-checkboxes label {
  text-align: left;
  margin: 0;
  width: 80%;
}


.large-form fieldset.bare {
  margin-bottom: 1em;
}

.large-form fieldset.bordered {
  border: 2px solid #777;
  border-radius: 3px;
  padding: 1em;
  margin-bottom: 2em;
}

.large-form fieldset.bordered legend {
  color: inherit;
  border-bottom: 1px solid #999;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  border-radius: 7px;
  width: 75%;
  margin: auto;
  padding: 0.25em 0.75em;
  font-weight: bold;
}

.large-form.pure-form-stacked input {
  width: 100%;
}

.large-form.pure-form-stacked .pure-button {
  margin-top: 0;
}


.large-form.pure-form-stacked .actions {
  display: flex;
  flex-direction: row;
}

.large-form.pure-form-stacked .actions .pure-button,
.large-form.pure-form-stacked .actions input {
  flex-grow: 1;
}

.large-form.pure-form-stacked .actions *:not(:first-child) {
  margin-left: 1em;
}



.software-selector-description {
  font-weight: 300;
  font-size: 0.8em;
  display: block;
}


.options-selector-description {
  font-weight: 300;
  font-size: 0.9em;
  display: block;
}


select option[disabled] {
  display: none;
}

.errorlist {
  color: #900;
  list-style-type: none;
}

.inline-form {
  display: inline;
}

.smol-button {
  display: inline-block;
  padding: 0.1em 0.5em;
  font-size: 0.8em;
  margin: 0 .5em;
}

.error-text {
  color: #900;
}

.pure-form-aligned .pure-control-group input.clear-checkbox {
  margin: .4em .2em 0 1em;
}

.pure-form-aligned .pure-control-group label.clear-checkbox {
  width: auto;
}

.pure-form-aligned .pure-control-group {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.pure-form-aligned .pure-control-group input,
.pure-form-aligned .pure-control-group .code-editor,
.pure-form-aligned .pure-control-group select {
  flex-grow: 1;
}


.pure-form-aligned .pure-form-message-inline {
  display: block;
  flex-basis: 100%;
  width: 100%;
}




.search-input {
  padding: 0.5em 1em;
  border: 1px solid #777;
  border-radius: 5px;
  width: 80%;
  margin: auto;
  display: block;
  background: #aaa;
}
