header form {
  margin-bottom: 1em;
}
input[type=text],
input[type=color],
input[type=password],
select,
textarea {
  border: 1px solid #5875A0;
  color: #666;
  font-family: inherit;
  line-height: 1.3;
  padding: 2px 5px;
}
input:-moz-placeholder {
  color: #aaa;
}
select {
  padding: 0;
}
label {
  cursor: pointer;
  font-weight: bold;
}
.req,
.errorlist,
.error {
  color: #C00000 !important;
}
p.req {
  font-size: 11px;
  margin: 0 0 1em;
}
/* CSRF token */
form div[style]:first-child + p {
  margin-top: 0;
}
.optional {
  color: #999;
  font-size: 11px;
  font-weight: normal;
}
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  resize: vertical;
  width: 100%;
}
.edit_with_prefix span,
.edit-with-suffix span {
  border: 1px solid #5875A0;
  background: #eee;
  color: #888;
}
.edit_with_prefix input:focus,
.edit-with-suffix input:focus {
  outline: 0;
}
.edit_with_prefix span {
  border-right: 0 none;
  padding: 2px 2px 2px 5px;
}
.edit_with_prefix input {
  border-left: 0 none;
}
.edit_with_suffix span {
  border-left: 0 none;
  padding: 2px 5px 2px 2px;
}
.edit_with_suffix input {
  border-right: 0 none;
}
.edit_initially_hidden {
  display: none;
}
.notification-box {
  border-radius: 5px;
  box-shadow: 0 -1px 0 #ddd inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 -1px 0 #ddd inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 -1px 0 #ddd inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #CCD6E3;
  padding: 14px;
  background: #E3EDFA;
  margin-bottom: 1em;
}
.notification-box p {
  margin-top: 0.5em;
}
.notification-box b {
  color: #333;
}
.notification-box h2 {
  color: #458;
  font-size: 1.3em;
  font-style: normal;
  font-weight: bold;
  line-height: 1em;
  margin: 0;
}
.notification-box.error {
  background: #FEE3E5;
  border-color: #E0C9D6;
}
.notification-box.error h2 {
  color: #B14949;
}
.notification-box.warning {
  background: #fd9;
  border: 1px solid #664400;
}
.prettyform h1 + form {
  border-top: 1px dotted #C9DDF2;
  padding-top: 1em;
}
.prettyform .char-count {
  float: left;
}
.prettyform .char-count b {
  color: #333;
}
.prettyform .char-count.error b {
  color: #8d0000;
}
.prettyform .note,
.prettyform .html-support {
  color: #666;
  font-size: 11px;
  line-height: 1.4;
}
.prettyform .html-support {
  margin: 0;
  padding: 0;
}
.prettyform .html-support span {
  border-bottom: 1px dotted #bbb;
  cursor: help;
}
.prettyform li {
  margin-bottom: 15px;
}
.prettyform li:last-of-type {
  margin-bottom: 0;
}
.prettyform ul {
  font-size: 13px;
}
.prettyform ul.note li {
  display: inline-block;
}
.prettyform ul.note li:before {
  content: "\b7";
  padding-right: 3px;
}
.prettyform ul.note li:first-child:before {
  content: "";
  padding: 0;
}
.prettyform ul.errorlist {
  font-size: 12px;
}
.prettyform label {
  color: #555;
  font-weight: normal;
}
.prettyform fieldset {
  margin: 0 0 1em;
  padding: 1em;
}
.prettyform fieldset.prose h2,
.prettyform fieldset.prose h3 {
  margin-top: 0.5em;
}
.prettyform fieldset legend {
  color: #879DCD;
  display: block;
  font-size: 25px;
  padding: 10px 0;
  width: 100%;
  border-bottom: 1px dotted #C9DDF2;
  margin-bottom: 1em;
}
.prettyform fieldset .sub_legend {
  color: #888;
  float: right;
  font-size: 12px;
  text-align: right;
  width: 225px;
}
.prettyform .row {
  margin: 0 0 15px;
}
.prettyform .row.c {
  float: left;
}
.prettyform h3,
.prettyform .row > label {
  color: #333;
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 5px;
}
.prettyform input[type=checkbox],
.prettyform input[type=radio] {
  margin-left: 0;
}
.prettyform input[type=text],
.prettyform input[type=color],
.prettyform input[type=password],
.prettyform input[type=email],
.prettyform input[type=url],
.prettyform select,
.prettyform textarea {
  border: 1px solid #B2C8E0;
  border-radius: 3px;
  box-shadow: 2px 2px #EFF6FE inset;
  -moz-box-shadow: 2px 2px #EFF6FE inset;
  -webkit-box-shadow: 2px 2px #EFF6FE inset;
  color: #5B738E;
  font-size: 1em;
  padding: 4px 7px;
  display: inline-block;
  vertical-align: middle;
}
.prettyform input[type=text]:focus,
.prettyform input[type=color]:focus,
.prettyform input[type=password]:focus,
.prettyform input[type=email]:focus,
.prettyform input[type=url]:focus,
.prettyform select:focus,
.prettyform textarea:focus {
  color: #394D63;
  border-color: #809CBA;
}
.prettyform input[type=text],
.prettyform input[type=password],
.prettyform input[type=email],
.prettyform input[type=url] {
  width: 430px;
}
.prettyform input[type=color] {
  width: 80px;
}
.prettyform textarea {
  width: 400px;
  vertical-align: text-top;
}
.prettyform .footer button {
  float: right;
}
.prettyform p {
  margin-bottom: 1em;
}
.prettyform p button {
  margin-right: 1em;
}
.prettyform p:first-child {
  margin-top: 0;
}
.prettyform .error input[type=text],
.prettyform .error input[type=color],
.prettyform .error input[type=password],
.prettyform .error input[type=email],
.prettyform .error input[type=url],
.prettyform .error select,
.prettyform .error textarea {
  border-color: #c00;
}
.prettyform .errorlist {
  color: #C00000;
  margin-top: 2px;
}
.prettyform fieldset > .errorlist {
  margin-bottom: 1em;
}
.prettyform.grid li a.delete {
  margin-left: 1em;
}
.prettyform.grid li label {
  color: #555;
  display: block;
  font-weight: normal;
  padding: 0 0 5px;
}
.prettyform.grid li label.check {
  width: auto;
  text-align: left;
  color: #777;
}
.prettyform.grid li label.check:hover {
  color: #555;
}
.prettyform.grid .errorlist {
  color: #C63717;
  margin-bottom: 13px;
  margin-top: 5px;
}
.prettyform.grid .formfields {
  float: left;
  width: 430px;
}
.prettyform.grid .formfields p:first-child {
  margin-top: 0;
}
.prettyform.grid sup {
  bottom: 4px;
  font-size: 0.7em;
  position: relative;
}
.prettyform.grid sup.msg {
  color: #C63717;
  padding: 0 4px;
}
.prettyform.grid legend + p {
  margin: 0 0 1em;
}
.prettyform .checkboxes,
.prettyform .radios {
  display: block;
  margin-bottom: 1em;
}
.prettyform .checkboxes ul,
.prettyform .radios ul {
  margin-top: 10px;
}
.prettyform .checkboxes li,
.prettyform .radios li {
  margin-bottom: 5px;
}
.prettyform .checkboxes li label,
.prettyform .radios li label {
  padding: 0 0 4px 1px;
  width: auto;
  text-align: left;
}
.prettyform .checkboxes li label input,
.prettyform .radios li label input {
  margin: 0 8px 0 0;
}
.prettyform .noncc.disabled {
  opacity: 0.25;
  pointer-events: none;
}
.prettyform .footer-submit {
  /* The bottom area of the form with the submit button. */
  border-top: 1px dotted #C9DDF2;
  display: block;
  margin: 0;
  padding-top: 1.5em;
  text-align: right;
  width: 100%;
}
.prettyform .footer-submit button {
  margin-right: 0;
  margin-left: 1em;
}
.prettyform a.delete {
  color: #C00000;
}
.prettyform #l10n-menu {
  color: #777;
  float: none;
}
.prettyform #l10n-menu #change-locale:after {
  border-top-color: #777;
}
.prettyform form:only-child fieldset {
  margin-bottom: 0;
}
.html-rtl .prettyform .row.c {
  float: right;
}
.html-rtl .prettyform .char-count {
  float: right;
}
.html-rtl .prettyform .html-support {
  float: left;
}
.html-rtl .prettyform ul.note li:before {
  padding: 0 0 0 3px;
}
.html-rtl .prettyform ul.note li:first-child:before {
  padding: 0;
}
.html-rtl .prettyform p button {
  margin: 0 0 0 1em;
}
.html-rtl .prettyform.grid li label.check {
  text-align: right;
}
.html-rtl .prettyform .footer button {
  float: left;
}
/* AJAX forms */
input.loading-submit:after,
button.loading-submit:after {
  background-image: url("../../img/zamboni/loading-white.gif");
  content: "";
  display: block;
  height: 16px;
  margin-left: 10px;
  position: absolute;
  right: -10px;
  top: 0;
  width: 16px;
}
.url-prefix {
  color: #999;
  display: inline-block;
  font: 11px monospace;
  margin-bottom: 10px;
  position: relative;
  top: 1px;
}
.is-impala .island.hero {
  margin-right: 0;
  width: 510px;
}
.is-impala .island.hero input[type=text],
.is-impala .island.hero input[type=password],
.is-impala .island.hero input[type=url],
.is-impala .island.hero input[type=email] {
  width: 471px;
}
.is-impala .island.hero fieldset {
  margin: 1em 0 0;
  padding: 0;
}
.prettyform input[readonly],
.prettyform input[disabled] {
  box-shadow: none;
  background: #eee;
}
