body {
  padding-top: 68px !important
}

@media screen and (min-width: 750px),print {
  body {
    padding-top: 187px !important
  }
}

.toolbar-oriented .toolbar-bar {
  z-index: 1001 !important;
}

.webform-client-form .form-required {
  color: rgb(70, 70, 70);
}

.webform-component .form-item.form-type-radio {
  background-color: #ececec;
  border-radius: 4px;
  padding: 12px;
  margin-bottom: 16px;
}

.form-radios .form-item.form-type-radio input.form-radio {
  margin-bottom: 0;
  margin-right: 10px;
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

.form-item.form-type-radio label.option {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  line-height: 1.2;
  display: inline;
  width: auto;
}

.form-required:after {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0.3em;
  content: "";
  vertical-align: super;
  background-image: url(../../../../core/misc/icons/ee0000/required.svg);
  background-repeat: no-repeat;
  background-size: 6px 6px;
}

/**
 * @file
 * Visual styles for tabs.
 */

div.tabs {
  margin: 1em 0;
}

ul.tabs {
  margin: 0 0 0.5em;
  padding: 0;
  list-style: none;
}

.tabs>li {
  display: inline-block;
  margin-right: 0.3em;
  /* LTR */
}

[dir="rtl"] .tabs>li {
  margin-right: 0;
  margin-left: 0.3em;
}

.tabs a {
  display: block;
  padding: 0.2em 1em;
  text-decoration: none;
}

.tabs a.is-active {
  background-color: #eee;
}

.tabs a:focus,
.tabs a:hover {
  background-color: #f5f5f5;
}
