 /*

 */
/* line 7, /var/www/html/app/assets/stylesheets/registrations.scss */
#org_fields_pub, #fml_fields_pub, #org_fields_pers, #fml_fields_pers, #public_profile_form, #ctp_label_pub, #ctp_label_pers {
  display: none;
}

/* line 8, /var/www/html/app/assets/stylesheets/registrations.scss */
.middle-box {
  max-width: 600px !important;
  border-radius: 10px;
}

/* line 13, /var/www/html/app/assets/stylesheets/registrations.scss */
#terms-pane {
  width: 100%;
  height: 500px;
  overflow: scroll;
  border: 1px solid #ccc;
  background: #eee;
  margin: 5px 0;
  padding: 10px 20px;
}

/* line 22, /var/www/html/app/assets/stylesheets/registrations.scss */
.wizard,
.tabcontrol {
  display: block;
  width: 100%;
  overflow: hidden;
}

/* line 30, /var/www/html/app/assets/stylesheets/registrations.scss */
.wizard a,
.tabcontrol a {
  outline: 0;
}

/* line 36, /var/www/html/app/assets/stylesheets/registrations.scss */
.wizard ul,
.tabcontrol ul {
  list-style: none !important;
  padding: 0;
  margin: 0;
}

/* line 44, /var/www/html/app/assets/stylesheets/registrations.scss */
.wizard ul > li,
.tabcontrol ul > li {
  display: block;
  padding: 0;
}

/* Accessibility */
/* line 52, /var/www/html/app/assets/stylesheets/registrations.scss */
.wizard > .steps .current-info,
.tabcontrol > .steps .current-info {
  position: absolute;
  left: -999em;
}

/* line 59, /var/www/html/app/assets/stylesheets/registrations.scss */
.wizard > .content > .title,
.tabcontrol > .content > .title {
  position: absolute;
  left: -999em;
}

/*
    Wizard
*/
/* line 72, /var/www/html/app/assets/stylesheets/registrations.scss */
.wizard > .steps {
  position: relative;
  display: block;
  width: 100%;
}

/* line 79, /var/www/html/app/assets/stylesheets/registrations.scss */
.wizard.vertical > .steps {
  display: inline;
  float: left;
  width: 30%;
}

/* line 86, /var/www/html/app/assets/stylesheets/registrations.scss */
.wizard > .steps .number {
  font-size: 1.429em;
}

/* line 91, /var/www/html/app/assets/stylesheets/registrations.scss */
.wizard > .steps > ul > li {
  width: 25%;
}

/* line 96, /var/www/html/app/assets/stylesheets/registrations.scss */
.wizard > .steps > ul > li,
.wizard > .actions > ul > li {
  float: left;
}

/* line 102, /var/www/html/app/assets/stylesheets/registrations.scss */
.wizard.vertical > .steps > ul > li {
  float: none;
  width: 100%;
}

/* line 108, /var/www/html/app/assets/stylesheets/registrations.scss */
.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active {
  display: block;
  width: auto;
  margin: 0 0.5em 0.5em;
  padding: 1em 1em;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 123, /var/www/html/app/assets/stylesheets/registrations.scss */
.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active {
  background: #eee;
  color: #aaa;
  cursor: default;
}

/* line 132, /var/www/html/app/assets/stylesheets/registrations.scss */
.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active {
  background: #2184be;
  color: #fff;
  cursor: default;
}

/* line 141, /var/www/html/app/assets/stylesheets/registrations.scss */
.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active {
  background: #9dc8e2;
  color: #fff;
}

/* line 149, /var/www/html/app/assets/stylesheets/registrations.scss */
.wizard > .steps .error a,
.wizard > .steps .error a:hover,
.wizard > .steps .error a:active {
  background: #ff3111;
  color: #fff;
}

/* line 157, /var/www/html/app/assets/stylesheets/registrations.scss */
.wizard > .content {
  background: #fff;
  display: block;
  margin: 0.5em;
  min-height: 35em;
  overflow: hidden;
  position: relative;
  width: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 172, /var/www/html/app/assets/stylesheets/registrations.scss */
.wizard.vertical > .content {
  display: inline;
  float: left;
  margin: 0 2.5% 0.5em 2.5%;
  width: 65%;
}

/* line 180, /var/www/html/app/assets/stylesheets/registrations.scss */
.wizard > .content > .body {
  float: left;
  position: absolute;
  width: 95%;
  height: auto;
  padding: 15px;
  position: relative;
}

/* line 190, /var/www/html/app/assets/stylesheets/registrations.scss */
.wizard > .content > .body ul {
  list-style: disc !important;
}

/* line 195, /var/www/html/app/assets/stylesheets/registrations.scss */
.wizard > .content > .body ul > li {
  display: list-item;
}

/* line 200, /var/www/html/app/assets/stylesheets/registrations.scss */
.wizard > .content > .body > iframe {
  border: 0 none;
  width: 100%;
  height: 100%;
}

/* line 207, /var/www/html/app/assets/stylesheets/registrations.scss */
.wizard > .content > .body input {
  display: block;
  border: 1px solid #ccc;
}

/* line 213, /var/www/html/app/assets/stylesheets/registrations.scss */
.wizard > .content > .body input[type="checkbox"] {
  display: inline-block;
}

/* line 218, /var/www/html/app/assets/stylesheets/registrations.scss */
.wizard > .content > .body input.error {
  background: #fbe3e4;
  border: 1px solid #fbc2c4;
  color: #8a1f11;
}

/* line 225, /var/www/html/app/assets/stylesheets/registrations.scss */
.wizard > .content > .body label {
  display: inline-block;
  margin-bottom: 0.5em;
}

/* line 231, /var/www/html/app/assets/stylesheets/registrations.scss */
.wizard > .content > .body label.error {
  color: #8a1f11;
  display: inline-block;
  margin-left: 1.5em;
}

/* line 238, /var/www/html/app/assets/stylesheets/registrations.scss */
.wizard > .actions {
  position: relative;
  display: block;
  text-align: right;
  width: 100%;
}

/* line 246, /var/www/html/app/assets/stylesheets/registrations.scss */
.wizard.vertical > .actions {
  display: inline;
  float: right;
  margin: 0 2.5%;
  width: 95%;
}

/* line 254, /var/www/html/app/assets/stylesheets/registrations.scss */
.wizard > .actions > ul {
  display: inline-block;
  text-align: right;
}

/* line 260, /var/www/html/app/assets/stylesheets/registrations.scss */
.wizard > .actions > ul > li {
  margin: 0 0.5em;
}

/* line 265, /var/www/html/app/assets/stylesheets/registrations.scss */
.wizard.vertical > .actions > ul > li {
  margin: 0 0 0 1em;
}

/* line 270, /var/www/html/app/assets/stylesheets/registrations.scss */
.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active {
  background: #2184be;
  color: #fff;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 285, /var/www/html/app/assets/stylesheets/registrations.scss */
.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active {
  background: #eee;
  color: #aaa;
}

/*
    Tabcontrol
*/
/* line 307, /var/www/html/app/assets/stylesheets/registrations.scss */
.tabcontrol > .steps {
  position: relative;
  display: block;
  width: 100%;
}

/* line 314, /var/www/html/app/assets/stylesheets/registrations.scss */
.tabcontrol > .steps > ul {
  position: relative;
  margin: 6px 0 0 0;
  top: 1px;
  z-index: 1;
}

/* line 322, /var/www/html/app/assets/stylesheets/registrations.scss */
.tabcontrol > .steps > ul > li {
  float: left;
  margin: 5px 2px 0 0;
  padding: 1px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

/* line 336, /var/www/html/app/assets/stylesheets/registrations.scss */
.tabcontrol > .steps > ul > li:hover {
  background: #edecec;
  border: 1px solid #bbb;
  padding: 0;
}

/* line 343, /var/www/html/app/assets/stylesheets/registrations.scss */
.tabcontrol > .steps > ul > li.current {
  background: #fff;
  border: 1px solid #bbb;
  border-bottom: 0 none;
  padding: 0 0 1px 0;
  margin-top: 0;
}

/* line 352, /var/www/html/app/assets/stylesheets/registrations.scss */
.tabcontrol > .steps > ul > li > a {
  color: #5f5f5f;
  display: inline-block;
  border: 0 none;
  margin: 0;
  padding: 10px 30px;
  text-decoration: none;
}

/* line 362, /var/www/html/app/assets/stylesheets/registrations.scss */
.tabcontrol > .steps > ul > li > a:hover {
  text-decoration: none;
}

/* line 367, /var/www/html/app/assets/stylesheets/registrations.scss */
.tabcontrol > .steps > ul > li.current > a {
  padding: 15px 30px 10px 30px;
}

/* line 372, /var/www/html/app/assets/stylesheets/registrations.scss */
.tabcontrol > .content {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 35em;
  overflow: hidden;
  border-top: 1px solid #bbb;
  padding-top: 20px;
}

/* line 383, /var/www/html/app/assets/stylesheets/registrations.scss */
.tabcontrol > .content > .body {
  float: left;
  position: absolute;
  width: 95%;
  height: 95%;
  padding: 2.5%;
}

/* line 392, /var/www/html/app/assets/stylesheets/registrations.scss */
.tabcontrol > .content > .body ul {
  list-style: disc !important;
}

/* line 397, /var/www/html/app/assets/stylesheets/registrations.scss */
.tabcontrol > .content > .body ul > li {
  display: list-item;
}
