.form-group {
  margin-bottom: 15px;
}
button,
.btn,
input.btn,
input.button {
  font-size: 1.1em;
}
a.button.button--danger:link,
a.button.button--danger:visited {
  color: #fff;
  padding: 3px;
}
a.button.button--danger:hover {
  color: #333;
}
.form-control,
form .form-control {
  font-size: 1em;
  line-height: 1.42857143;
  padding: 6px 12px;
  width: auto;
  height: 34px;
  box-sizing: border-box;
}
.form-control:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
textarea.form-control {
  width: 100%;
  height: auto;
}
label {
  margin-bottom: 0;
}
.help-block,
.control-group .help-inline {
  color: #222222;
  margin: 0;
}
.ui-widget {
  font-family: Verdana,Arial,sans-serif;
}
input.form-control {
  display: inline-block;
}
.input-group .select-wrapper {
  display: inline;
}
body.not-front h4.label {
  text-transform: none;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1em;
  letter-spacing: unset;
}
.form-number {
  padding-right: 0;
  padding-left: 6px;
}
select.form-select,
.section-admin select,
#superfish-menu-user-settings-select,
.select-wrapper select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  display: inline;
  padding-right: 30px;
  line-height: 19px;
  background: #fff url("../images/form/down-arrow-w-line.png") no-repeat center right;
}
form .form-control:focus,
.form-control.form-select:focus {
  box-shadow: 0 0 0 0.15rem rgba(0, 60, 197, 0.25);
}
.input-group select.form-control {
  float: none;
  display: inline;
}
.has-glyphicons .select-wrapper:after,
.select-wrapper:after {
  display: none;
}
.input-group-addon {
  border: none;
  background: none;
  display: inline;
  position: absolute;
  z-index: 5;
  top: 9px;
  right: 16px;
  padding: 0;
}
.form-type-select .input-group-addon {
  right: -6px;
}
.input-group .form-control:first-child,
.input-group .select-wrapper:first-child .form-control:first-child {
  border-radius: 4px;
}
.panel {
  box-shadow: none;
}
a.btn:link,
a.btn:visited,
.form-control {
  color: #000;
}
.form-file {
  font-size: 1.1em;
  border: none;
  box-shadow: none;
  padding-left: 0;
}
.password-strength__meter {
  height: 0.3em;
}
.vertical-tabs-list,
.vertical-tabs-list * {
  box-sizing: border-box;
}
.vertical-tabs-list li {
  border: 1px solid #ccc;
  padding: 5px;
  background: #eee;
}
.vertical-tabs-list li.active {
  border-right-color: #fff;
  background: #fff;
}
.nav-tabs.vertical-tabs-list > li > a {
  padding: 0;
  display: block;
  font-weight: bold;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  text-decoration: none;
}
.tabs-left > .nav-tabs.vertical-tabs-list > .active > a,
.tabs-left > .nav-tabs.vertical-tabs-list > .active > a:active,
.tabs-left > .nav-tabs.vertical-tabs-list > .active > a:hover,
.tabs-left > .nav-tabs.vertical-tabs-list > .active > a:focus,
.vertical-tabs-list li a {
  box-shadow: none;
  padding: 0;
  border: none;
}
.tabs-left > .nav-tabs > li.active > a,
.tabs-left > .nav-tabs > li.active > a:hover,
.tabs-left > .nav-tabs > li.active > a:focus {
  color: #000;
  text-decoration: none;
}
.tabs-left > .nav-tabs > li > a:hover span,
.tabs-left > .nav-tabs > li.active > a:focus span {
  text-decoration: underline;
}
.tabs-left > .nav-tabs > li > a .summary,
.tabs-left > .nav-tabs > li > a:hover .summary,
.tabs-left > .nav-tabs > li > a:focus .summary {
  color: #e60000;
  font-weight: normal;
  text-decoration: none;
}
.form--inline .form-actions {
  clear: none;
}
a.button.button-action,
input.btn,
input.button,
.btn.form-submit,
.btn {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.16, rgb(207, 207, 207)), color-stop(0.79, rgb(252, 252, 252)));
  background-image: -moz-linear-gradient(center bottom, rgb(207, 207, 207) 16%, rgb(252, 252, 252) 79%);
  background-image: linear-gradient(to top, rgb(207, 207, 207) 16%, rgb(252, 252, 252) 79%);
  padding: 1px 6px;
  border: 1px solid #000;
  color: black;
  text-decoration: none;
}
form .btn:disabled,
form .button:disabled {
  color: #777;
}
a.button.button--primary,
a.button.button--primary:active,
.btn.form-submit:hover,
.btn.form-submit:active,
.btn.form-submit:first-child:active,
a.button.button-action:active,
form .btn:hover,
form .button:hover,
form .btn:focus,
form .button:focus,
form .btn:active,
form .button:active,
form .btn:active:focus,
form .button:active:focus,
form .btn:active:hover,
form .button:active:hover,
.btn-success:focus,
.btn-success:active:focus,
.btn-success:active:hover,
.btn-success:active,
.btn:focus,
.btn:active:focus,
.btn:active:hover,
.btn:active,
.btn:hover,
.btn:active {
  color: #000;
  border-color: #000;
  background-color: #ccc;
}

.link-edit-summary {
  line-height: normal;
  font-size: 14px;
  display: none;
}
.select-wrapper select[size],
.select-wrapper select[multiple],
select[multiple] {
  width: auto;
  background: none;
}

details > .details-wrapper {
  padding: 15px;
}

.has-error .control-label,
fieldset legend span.form-required,
.form-item label.form-required {
  color: #000;
}
form div.form-item.error {
  background: none;
}
fieldset legend span.form-required:after,
.form-required:after {
  background: none;
  color: #c00;
  content: '*';
  font-weight: 700;
  vertical-align: initial;
  padding-left: 3px;
  margin: 0;
  width: 10px;
  height: 7px;
}
.form-type-checkbox label,
.form-type-radio label {
  cursor: pointer;
}

.form-checkbox.form-check-input {
  width: 14px;
  height: 14px;
}
.form-checkbox.form-check-input:checked {
  border-color: #ed4c3b;
  background-color: #ed4c3b;
}
.form-checkbox.form-check-input:focus {
  border-color: #ed4c3b;
  box-shadow: 0 0 0 0.15rem rgba(230, 0, 0, 0.25);
}
.form-item label {
  display: block;
  font-weight: bold;
}
.form-item label.option,
.form-type-radio label,
.form-type-checkbox label {
  display: inline;
  font-weight: normal;
}
.ui-buttonset label {
  display: inline-block;
  font-weight: normal;
}
input.form-checkbox,
input.form-radio {
  float: left;
  margin: 5px 3px;
}
input.form-checkbox {
  left: 0;
}
input.form-date,
input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  line-height: normal;
  min-width: 150px;
}
.widget-date_popup input.form-radio {
  float: none;
}
.ui-buttonset input {
  margin: 0;
  float: none;
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
