form[id] {
  text-align: left;
}
form[id] .form-radios + .description,
form[id] .form-checkboxes + .description {
  margin-top: 0.5em;
}
form[id] .form-radios .description,
form[id] .form-checkboxes .description {
  border-bottom: 0;
  padding-bottom: 0;
}
form[id] input {
  margin: 0 0 0.2em;
}
.form-item {
  padding: 0.3em 0;
  margin: 0 0 0.2em;
}
.form-item .form-text,
.form-item .form-select,
.form-item .form-file {
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
}
.form-item label {
  margin: 0;
  padding: 0;
}
.form-item label.option {
  font-size: 0.923em;
  text-transform: none;
}
.form-item label.option input {
  vertical-align: middle;
}
.form-item .form-item .description {
  border-bottom: 0;
}
.form-item input[type="checkbox"].error {
  outline: 2px solid red;
}
.form-item:last-child .description {
  border-bottom: 0;
}
.filter-wrapper .form-item,
div.teaser-checkbox .form-item,
.form-item .form-item {
  padding: 0.3em 0;
  margin: 0;
  border: 0;
}
.text-format-wrapper .form-item {
  padding-bottom: 0;
}
.form-disabled input.form-autocomplete,
.form-disabled input.form-text,
.form-disabled input.form-file,
.form-disabled textarea.form-textarea,
.form-disabled select.form-select {
  background-color: #eeeeee;
  color: #777777;
}
.form-actions .form-submit {
  margin-right: 0.6em;
}
@keyframes yellowfade {
  from {
    background: #f0ef9b;
  }
  to {
    background: transparent;
  }
}
fieldset {
  border: 1px solid #cccccc;
  padding: 2.5em 0 0 0;
  position: relative;
  margin: 1em 0;
}
fieldset legend {
  margin: 0;
  padding: 0;
}
fieldset:not(.vertical-tabs-pane):target {
  animation-name: yellowfade;
  animation-duration: 1.5s;
  box-shadow: inset 0 0 5px black;
}
fieldset .fieldset-legend {
  margin-top: 0.5em;
  padding-left: 15px;
  position: absolute;
  font-weight: bold;
}
fieldset .fieldset-wrapper {
  padding: 0 13px 13px 15px;
}
fieldset .highlight {
  background-color: rgba(255, 255, 153, 0.5);
  border-radius: 3px;
  box-shadow: 0 0 1px 2px #37a3eb;
  padding: 0.5em;
}
fieldset .highlight > .form-item > .description {
  color: red;
  font-weight: bold;
  font-size: 1em;
  padding-bottom: 0;
  text-shadow: 0 0 4px #fff;
}
fieldset fieldset {
  background-color: #ffffff;
}
fieldset fieldset fieldset {
  background-color: #f8f8f8;
}
fieldset.collapsed {
  background-color: transparent;
}
html.js fieldset.collapsed {
  border-width: 1px;
  height: auto;
}
input.form-text,
textarea.form-textarea {
  font-size: 1em;
  border: 1px solid #bfbfbf;
  border-radius: 0.25em;
  padding: 0.5em;
  box-shadow: 0 0 0 #000000, 0 3px 3px #eeeeee inset;
  color: #444444;
}
input.form-text:-ms-input-placeholder,
textarea.form-textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
select.form-select {
  font-size: 1em;
  padding: 0.5em;
  border: 1px solid #bfbfbf;
  border-radius: 0.25em;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 0 2px;
}
input[type="radio"] + label,
input[type="checkbox"] + label {
  vertical-align: middle;
}
.description {
  color: #3b3b3b;
  padding-bottom: 1em;
}
.description p {
  margin: 0.6em 0;
}
.description .item-list {
  margin-top: 0.5em;
}
.description .item-list ul li {
  margin-bottom: 0;
}
.vertical-tabs-panes:not(.vertical-tabs > .vertical-tabs-panes) {
  display: none;
}
.vertical-tabs .description {
  border-bottom: solid 1px lightgrey;
}
.vertical-tabs .form-type-password input {
  width: 100%;
  box-sizing: border-box;
}
.password-strength {
  width: 17em;
  float: right;
  margin-top: 1.4em;
}
.password-strength-title {
  display: inline;
}
.password-strength-text {
  float: right;
  font-weight: bold;
}
.password-indicator {
  background-color: #c4c4c4;
  height: 0.3em;
  width: 100%;
}
.password-indicator div {
  height: 100%;
  width: 0;
  background-color: #47c965;
}
input.password-confirm,
input.password-field {
  width: 16em;
  margin-bottom: 0.4em;
}
div.password-confirm {
  float: right;
  margin-top: 1.5em;
  visibility: hidden;
  width: 17em;
}
div.form-item div.password-suggestions {
  padding: 0.2em 0.5em;
  margin: 0.7em 0;
  width: 38.5em;
  border: 1px solid #b4b4b4;
}
div.password-suggestions ul {
  margin-bottom: 0;
}
.confirm-parent,
.password-parent {
  clear: left;
  margin: 0;
  width: 36.3em;
}
textarea.ckeditor ~ .grippie {
  display: none;
}
textarea.ckeditor.error + .cke_chrome {
  border: 2px solid red;
}
.cke_inner,
.cke_chrome {
  border-radius: 0.25em;
}
.cke_top {
  border-top-left-radius: 0.25em;
  border-top-right-radius: 0.25em;
}
.cke_contents {
  border-bottom-left-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
}
.vertical-tab-button.error {
  box-shadow: red 0 0 0 2px inset;
}
.lt-ie9 .vertical-tab-button.error {
  outline: solid 2px red;
}
.vertical-tab-button > a[href="#"] {
  color: #0074bd;
}
div.vertical-tabs ul li.vertical-tab-button .summary {
  color: #666666;
  display: block;
  font-size: 0.846em;
  padding-top: 0.4em;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
form.mbp-table-form .fieldset-wrapper {
  display: table;
  border-collapse: separate;
  border-spacing: 1em;
}
form.mbp-table-form .fieldset-wrapper > .form-item {
  display: table-row;
}
form.mbp-table-form .fieldset-wrapper > .form-item > label {
  display: table-cell;
  vertical-align: top;
  text-align: right;
}
form.mbp-table-form .fieldset-wrapper > .form-item > label + * {
  display: table-cell;
  vertical-align: top;
}
.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 1.3em;
  padding-left: 1px;
}
.form-radios {
  display: table;
  border-spacing: 0 0.45em;
}
.form-radios > .form-type-radio {
  display: table-row;
}
.form-radios > .form-type-radio label::before {
  content: "\00a0 ";
}
.form-radios-error {
  border: 2px solid red;
  border-radius: 0.25em;
  padding: 0 0.5em;
}
input:read-only,
textarea:read-only {
  background-color: #eeeeee;
  color: #777777;
}

/*# sourceMappingURL=forms.css.map */
