/*
 * Wrapper for a form element (or group of form elements) and its label
 */
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #ff9c00;
}

.form-item label {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}

.form-item .description {
  font-size: 13px;
}

/*
 * Highlight marks and form required mark
 */
.marker,
.form-required {
  color: #ff9c00;
}

/*
 * The submit button
 */
.container-inline div,
.container-inline label {
  display: inline;
}

/*
 * Define consistent borders
 */
fieldset {
  border: 1px solid #ccc;
}

/*
 * Tips for Drupal's input formats
 */
.migrateButton a,
.form-actions a,
div.modal-forms-modal-content a[title="Close"],
.banner_block .banner_button a,
a.buttonLink,
.numberedList a,
[type="submit"],
input.form-submit,
button,
.button,
.field-name-field-banner-link a,
.apim-tab-addCredentials a {
  width: auto;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  text-decoration: none !important;
  white-space: nowrap;
  background-color: #0096e6;
  color: #fff;
  border: 1px solid #0096e6;
  font-weight: 400;
  font-family: "AvenirNextLTPro", sans-serif;
  font-size: 14px;
  line-height: 1;
  min-width: 100px;
  padding: 12px 21px;
  margin-right: 6px;
}

.form-actions input[value="Delete"],
.form-actions #edit-delete {
  background: #ed541d;
  border-color: #ed541d;
}

.form-actions input[value="Cancel"],
.form-actions #edit-cancel {
  background-color: #fff;
  border: 1px solid #0096e6;
  color: #0096e6;
  text-align: center;
}

a.button,
.field-name-field-banner-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  padding: 5px 18px;
}

a.button:hover, a.button:focus, a.button:visited,
.field-name-field-banner-link a:hover,
.field-name-field-banner-link a:focus,
.field-name-field-banner-link a:visited {
  text-decoration: none;
  color: #fff;
}

a.button:after,
.field-name-field-banner-link a:after {
  font-family: fontello;
  font-size: 16px;
  content: '\e804';
  margin-left: 12px;
  vertical-align: top;
  line-height: 26px;
}

button.button-reverse,
.button.button-reverse {
  background-color: #fff;
  color: #0096e6;
}

button.button-reverse:hover, button.button-reverse:focus, button.button-reverse:active,
.button.button-reverse:hover,
.button.button-reverse:focus,
.button.button-reverse:active {
  color: #0096e6;
  background-color: #fff;
}

.un-button,
.un-button:hover,
.un-button:focus,
.un-button:active {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: inherit;
  color: inherit;
  padding: 0;
  margin: 0;
  opacity: 1;
  height: auto;
}

button:disabled,
input.form-submit:disabled,
input[type="submit"]:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

/*
 * Password confirmation
 */
.password-parent,
.confirm-parent {
  margin: 0;
}

/* Fieldsets */
fieldset {
  border: solid 1px #ccc;
  margin: 10px 0;
  padding: 0;
  position: relative;
}

.fieldset-wrapper {
  padding: 50px 20px 20px;
}

.fieldset-description {
  padding: 10px 0;
}

html.js fieldset.collapsed {
  border: solid 1px #ccc;
  height: 50px;
}

legend {
  display: block;
  color: #333;
  font-weight: 600;
  font-family: "AvenirNextLTPro-Demi", sans-serif;
  font-size: 16px;
  left: 0;
  letter-spacing: normal;
  line-height: normal;
  position: absolute;
  text-transform: none;
  top: 0;
  height: 48px;
  background-color: #fff;
  width: 100%;
}

legend a.fieldset-title {
  color: #a2a2a2;
}

.js fieldset.collapsible legend a {
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.js fieldset.collapsible legend a:hover, .js fieldset.collapsible legend a:focus, .js fieldset.collapsible legend a:active {
  color: #444;
}

.js fieldset.collapsed legend a {
  background-position: 0 -198px;
}

html.js fieldset.collapsed .fieldset-legend,
html.js fieldset.collapsible .fieldset-legend {
  background-image: none;
  padding: 0 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 48px;
}

#edit-advanced {
  clear: both;
}

/* Labels */
label {
  cursor: pointer;
  font-weight: normal;
}

.form-item label {
  display: block;
  margin-bottom: 6px;
}

.form-item .form-item label {
  display: inline;
  font-size: 16px;
}

table label,
.form-item label.option {
  display: inline;
  font-size: 1em;
  font-weight: normal;
}

select {
  margin-bottom: 3px;
  padding: 2px;
}

/* Wrappers */
.form-item {
  margin: 25px 0 50px;
}

.fieldset-wrapper .form-item:first-child {
  margin-top: 5px;
}

.form-item .form-item {
  margin: 5px 0;
}

.form-type-checkbox, .form-type-radio {
  margin: 10px 0;
}

.form-actions {
  margin-top: 10px;
  padding: 10px 0;
}

.filter-wrapper .fieldset-wrapper {
  padding: 0;
}

/* Elements */
input {
  border-radius: 0;
  line-height: 45px;
}

input.form-text {
  max-width: 100%;
  font-size: 20px;
}

textarea {
  line-height: 1.6em;
  font-size: 18px;
  border: solid 1px #ccc;
  padding: 0.5em;
  -moz-border-radius: 0 0 0 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-radius: 0 0 0 0;
}

textarea.form-textarea {
  font-size: 20px;
  border: solid 1px #ccc;
  padding: 0.5em;
  -moz-border-radius: 0 0 0 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-radius: 0 0 0 0;
}

input.form-text,
textarea {
  font-family: 'AvenirNextLTPro-Regular', sans-serif;
  font-weight: 400;
}

input.form-text, select[multiple="multiple"] {
  border: solid 1px #ccc;
  padding-left: 5px;
  padding-right: 5px;
}

.ie9 input.form-text, .ie9 select[multiple="multiple"] {
  padding: 2px 4px;
}

.chrome input.form-text, .chrome select[multiple="multiple"] {
  padding: 2px 4px;
}

select {
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form-actions a {
  display: inline-block;
  line-height: 1.2em;
}

.form-actions a:visited, .form-actions a:hover, .form-actions a:focus, .form-actions a:active {
  display: inline-block;
  line-height: 1.2em;
}

.banner_block .banner_button a:hover, .banner_block .banner_button a:focus, .banner_block .banner_button a:active {
  background-image: none;
  text-decoration: none;
}

a.buttonLink:hover, a.buttonLink:focus, a.buttonLink:active {
  background-image: none;
}

.portal .migratePlanContainer .migrateButton a:hover, .portal .migratePlanContainer .migrateButton a:focus, .portal .migratePlanContainer .migrateButton a:active {
  background-image: none;
  cursor: pointer;
  text-decoration: none;
}

textarea:focus {
  outline: 0;
  -webkit-appearance: textfield;
}

input[type="password"]:focus, input[type="search"]:focus, input[type="text"]:focus {
  outline: 0;
  -webkit-appearance: textfield;
}

select[multiple="multiple"]:focus, .form-text:focus {
  outline: 0;
  -webkit-appearance: textfield;
}

/* Misc */
.description {
  color: #727272;
  font-size: 14px;
}

.form-item .description {
  margin-top: 5px;
  padding-left: 0;
}

/* Inline containers */
.container-inline .form-submit {
  font-size: 14px;
  line-height: 1.5;
  margin: 0 5px 0 0;
  padding: 3px 14px;
}

.container-inline .form-actions {
  padding: 0;
}

/* Autocomplete throbber */
html.js input.form-autocomplete {
  background: none;
  position: relative;
  overflow: hidden;
}

html.js input.form-autocomplete {
  background-image: url(../images/throbber.svg);
  background-position: 99% center;
  background-repeat: no-repeat;
}

html.js input.throbbing {
  background-image: url(../images/throbber-rotate.svg);
}

/* Vertical tabs */
.vertical-tabs fieldset.vertical-tabs-pane {
  padding: 0;
}

.vertical-tabs .fieldset-wrapper {
  padding: 1em 0.5em;
}

div.vertical-tabs {
  border-color: #e6e4e2;
}

div.vertical-tabs ul.vertical-tabs-list {
  border-color: #e6e4e2;
}

div.vertical-tabs ul.vertical-tabs-list li {
  border-color: #e6e4e2;
}

.vertical-tabs ul.vertical-tabs-list li {
  background-color: #efedea;
}

.vertical-tabs ul.vertical-tabs-list li a {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.vertical-tabs ul.vertical-tabs-list li a:hover {
  color: #000;
  outline: none;
}

.vertical-tabs ul.vertical-tabs-list li a:focus {
  color: #000;
  outline: none;
}

.vertical-tabs ul.vertical-tabs-list li a:focus strong {
  text-decoration: none;
}

.vertical-tabs ul.vertical-tabs-list li a:active strong, .vertical-tabs ul.vertical-tabs-list li a:hover strong {
  text-decoration: none;
}

.vertical-tabs .summary {
  font-size: 0.923em;
}

/* Reset textarea backgrounds in WYSIWYG module text editors */
body.wysiwygeditor {
  background: #fff none;
  background-color: #fff;
  background-image: none;
}

/* Reset textarea backgrounds in WYSIWYG module text editors */
/* advanced forum buttons */
.af-button-large,
.af-button-small,
.author-pane-link {
  background: #FFF none;
  border: 1px solid #5596e6;
  font-size: 0.923em;
  line-height: 1.5em;
  margin: 0 0.3em 0 0;
  padding: 0.2em 1em;
  color: #5596e6;
}

.forum-node-create-links-top {
  padding-bottom: 20px;
}

a.af-button-large {
  color: #5596e6;
}

a.af-button-large:link, a.af-button-large:visited {
  color: #5596e6;
}

a.af-button-small {
  color: #5596e6;
}

a.af-button-small:link, a.af-button-small:visited {
  color: #5596e6;
}

a.author-pane-link {
  color: #5596e6;
}

a.author-pane-link:link, a.author-pane-link:visited {
  color: #5596e6;
}

a.af-button-large:hover, a.af-button-small:hover, a.author-pane-link:hover, a.af-button-large:active, a.af-button-small:active, a.author-pane-link:active {
  background: #C8DBEA;
  color: #3C78A7;
  border-top-color: #5596e6;
}

.forum-post-footer {
  background-color: #F2F2F2;
  color: #444849;
}

.forum-post-info {
  background-color: #F2F2F2;
  color: #444849;
  margin-bottom: 0;
  border-bottom: none;
  border: none;
  background: #F2F2F2;
  color: #444849;
}

.forum-post-wrapper, .forum-post-footer {
  border: none;
  background: #F2F2F2;
  color: #444849;
}

div.forum-post {
  border: 1px solid #CCCCCC !important;
}

.forum-post-title {
  border: none;
  background-color: #464C5A;
  line-height: 225%;
  padding-bottom: 2px;
  color: #dddddd;
}

.forum-table {
  border: 1px solid #dddddd !important;
  color: #494949;
  border-collapse: separate;
  margin: 0 0 10px;
  padding: 0;
  width: 100%;
  background-color: #FFF;
}

.forum-table thead tr {
  border-top: 1px solid #FFF;
  background: #464C5A;
  color: #dddddd;
  line-height: 1.5em;
  padding: 2px 5px;
}

.forum-table tr.odd {
  background: #F2F2F2;
}

.forum-table tr.even {
  background: #dddddd;
}

.forum-table thead tr a {
  color: #dddddd !important;
}

.forum-table thead tr a:visited, .forum-table thead tr a:link {
  color: #dddddd !important;
}

.forum-post-title a {
  color: #dddddd !important;
}

.forum-post-title a:visited, .forum-post-title a:link {
  color: #dddddd !important;
}

.forum-table-wrap .forum-table-superheader {
  background-color: #F2F2F2;
  border-color: #F2F2F2;
}

#forum-statistics {
  border: none;
}

#forum-statistics-header {
  border: none;
  background: #494949 none;
  color: #ddd;
}

.forum-statistics-sub-header {
  background-color: #f2f2f2;
  color: #222;
  border-top: 0;
  border-bottom: 2px solid #FFF;
}

.forum-statistics-sub-body {
  background-color: #f2f2f2;
  color: #494949;
}

.wysiwyg-toggle-wrapper {
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  padding: 2px 10px;
}

ul.ui-autocomplete li.ui-menu-item .ui-autocomplete-field-title, ul.ui-autocomplete li.ui-menu-item .ui-autocomplete-field-name, ul.ui-autocomplete li.ui-menu-item .ui-autocomplete-field-comment_count {
  font-size: 1em;
}

.page-search .hideSubmitButton-processed .form-submit {
  border: 0;
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  word-wrap: normal;
  font: 0/0 a;
}

[class*="page-search"] #block-system-main .search-form,
.page-search404 #block-system-main .search-form,
.page-search #block-system-main .search-form {
  margin-bottom: 58px;
  display: table;
  width: 100%;
}

#block-system-main .search-form + h2 {
  margin-bottom: 21px;
}

form {
  margin-top: 58px;
}

.modal-content form,
.block-search form,
.node form {
  margin-top: 0;
}

form h1 {
  font-family: "AvenirNextLTPro-Demi", sans-serif;
  font-weight: 600;
  color: #5f259f;
}

#block-system-main form.confirmation {
  margin-top: 58px;
}

input[type=search] {
  -webkit-appearance: none;
}

.captcha.form-wrapper {
  border: 0;
}

.captcha.form-wrapper legend {
  display: none;
}

.captcha.form-wrapper .fieldset-wrapper {
  padding: 30px 0 0;
}

.captcha.form-wrapper .form-item {
  margin-bottom: 25px;
}

.section-myorg form[id*="-ibm-apim-myorg-user-form-"] {
  margin: 0 0 20px;
}

.section-myorg div#tasks {
  margin: 0 auto 20px;
}

#-application-update-notification-settings-form fieldset {
  border: 0;
}

#-application-update-notification-settings-form fieldset legend {
  height: 24px;
}

#-application-update-notification-settings-form span.fieldset-legend {
  color: #999;
  font-size: 0.923em;
  font-weight: 600;
  font-family: "AvenirNextLTPro-Demi", sans-serif;
  letter-spacing: 0.25em;
  line-height: normal;
  text-transform: uppercase;
}

#-application-update-notification-settings-form .fieldset-wrapper {
  padding: 35px 0 0;
}

#-application-update-notification-settings-form .form-item {
  margin: 0 0 10px;
}

#-application-update-notification-settings-form #edit-submit {
  margin-top: 30px;
}

#-application-update-notification-settings-form .form-item.form-type-radios.form-item-interval label {
  margin-bottom: 15px;
}

#-application-update-notification-settings-form #edit-limit {
  margin-bottom: 40px;
}

#-application-update-notification-settings-form .form-type-checkbox.form-item-enabled {
  margin-bottom: 30px;
}
/*# sourceMappingURL=forms.css.map */