/* line 6, /var/www/local/trunk/app/assets/stylesheets/user_form_sets.css.scss */
body.forms,
body.user_form_sets {
  /*************************************************************************
  ** Responsive Sections ***/
}
/* line 8, /var/www/local/trunk/app/assets/stylesheets/user_form_sets.css.scss */
body.forms .btn-primary:hover,
body.user_form_sets .btn-primary:hover {
  background: #000099 !important;
  color: #fff !important;
}
/* line 12, /var/www/local/trunk/app/assets/stylesheets/user_form_sets.css.scss */
body.forms a.btn-wire,
body.user_form_sets a.btn-wire {
  background: none !important;
  color: #2d4496 !important;
  border: 2px solid #2d4496;
}
/* line 18, /var/www/local/trunk/app/assets/stylesheets/user_form_sets.css.scss */
body.forms a.btn-wire:hover,
body.user_form_sets a.btn-wire:hover {
  color: #fff !important;
}
/* line 22, /var/www/local/trunk/app/assets/stylesheets/user_form_sets.css.scss */
body.forms a.btn-wire.btn-start,
body.user_form_sets a.btn-wire.btn-start {
  color: green !important;
  border: 2px solid green;
}
/* line 27, /var/www/local/trunk/app/assets/stylesheets/user_form_sets.css.scss */
body.forms .review-mode a.btn-wire.edit,
body.user_form_sets .review-mode a.btn-wire.edit {
  background: #f1e309 !important;
  color: #000 !important;
  border: 2px solid #000 !important;
}
/* line 33, /var/www/local/trunk/app/assets/stylesheets/user_form_sets.css.scss */
body.forms .btn-primary.btn-download i,
body.user_form_sets .btn-primary.btn-download i {
  color: #fff !important;
}
/* line 37, /var/www/local/trunk/app/assets/stylesheets/user_form_sets.css.scss */
body.forms .btn-white-space,
body.user_form_sets .btn-white-space {
  white-space: normal;
}
/* line 41, /var/www/local/trunk/app/assets/stylesheets/user_form_sets.css.scss */
body.forms a.btn-wire.edit,
body.user_form_sets a.btn-wire.edit {
  padding: 2px 5px;
  font-size: 14px;
}
/* line 46, /var/www/local/trunk/app/assets/stylesheets/user_form_sets.css.scss */
body.forms a.btn-delete,
body.user_form_sets a.btn-delete {
  background: none;
  color: #c7c7c7 !important;
}
/* line 53, /var/www/local/trunk/app/assets/stylesheets/user_form_sets.css.scss */
body.forms .user-form-set a.btn.btn-link:hover,
body.user_form_sets .user-form-set a.btn.btn-link:hover {
  color: #2d4496 !important;
  background: none !important;
}
/* line 58, /var/www/local/trunk/app/assets/stylesheets/user_form_sets.css.scss */
body.forms .user-form-set a.btn.btn-wire:hover,
body.user_form_sets .user-form-set a.btn.btn-wire:hover {
  color: #2d4496 !important;
}
/* line 63, /var/www/local/trunk/app/assets/stylesheets/user_form_sets.css.scss */
body.forms .row.user-form-set:first-of-type,
body.user_form_sets .row.user-form-set:first-of-type {
  margin-top: 30px !important;
}
/* line 67, /var/www/local/trunk/app/assets/stylesheets/user_form_sets.css.scss */
body.forms .row.user-form-set:last-of-type,
body.user_form_sets .row.user-form-set:last-of-type {
  margin-bottom: 30px !important;
}
/* line 70, /var/www/local/trunk/app/assets/stylesheets/user_form_sets.css.scss */
body.forms .heading.small,
body.user_form_sets .heading.small {
  position: relative;
  left: 75px;
  text-align: left;
}
/* line 77, /var/www/local/trunk/app/assets/stylesheets/user_form_sets.css.scss */
body.forms .row.user-form-set.faded .heading,
body.user_form_sets .row.user-form-set.faded .heading {
  opacity: 0.5;
}
/* line 79, /var/www/local/trunk/app/assets/stylesheets/user_form_sets.css.scss */
body.forms .row.user-form-set,
body.user_form_sets .row.user-form-set {
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  margin: 0 30px !important;
  color: #2d4496;
  position: relative;
  border-bottom: 1px solid #c7c7c7;
  min-height: 100px;
  padding-left: 20px;
}
/* line 89, /var/www/local/trunk/app/assets/stylesheets/user_form_sets.css.scss */
body.forms .row.user-form-set .label-wire,
body.user_form_sets .row.user-form-set .label-wire {
  border: 2px solid #2d4496;
  background: none;
  color: #2d4496;
}
/* line 95, /var/www/local/trunk/app/assets/stylesheets/user_form_sets.css.scss */
body.forms .row.user-form-set .label-wire.faded,
body.user_form_sets .row.user-form-set .label-wire.faded {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/* line 100, /var/www/local/trunk/app/assets/stylesheets/user_form_sets.css.scss */
body.forms .row.user-form-set .label.circle.label-info,
body.forms .row.user-form-set .label.circle.label-primary,
body.user_form_sets .row.user-form-set .label.circle.label-info,
body.user_form_sets .row.user-form-set .label.circle.label-primary {
  background: #000099 !important;
}
/* line 103, /var/www/local/trunk/app/assets/stylesheets/user_form_sets.css.scss */
body.forms .row.user-form-set .label.circle,
body.user_form_sets .row.user-form-set .label.circle {
  border-radius: 100px;
  width: 29px;
  height: 29px;
  display: inline-block;
  padding-top: 7px;
  font-size: 12px;
}
/* line 112, /var/www/local/trunk/app/assets/stylesheets/user_form_sets.css.scss */
body.forms .row.user-form-set i.fa.fa-circle-o,
body.user_form_sets .row.user-form-set i.fa.fa-circle-o {
  position: relative;
  opacity: 0.3;
  top: 2px;
}
/* line 118, /var/www/local/trunk/app/assets/stylesheets/user_form_sets.css.scss */
body.forms .row.user-form-set i.fa,
body.user_form_sets .row.user-form-set i.fa {
  color: #2d4496;
}
/* line 119, /var/www/local/trunk/app/assets/stylesheets/user_form_sets.css.scss */
body.forms .row.user-form-set .badge > i.fa,
body.user_form_sets .row.user-form-set .badge > i.fa {
  color: #fff;
}
/* line 121, /var/www/local/trunk/app/assets/stylesheets/user_form_sets.css.scss */
body.forms .row.user-form-set .index,
body.user_form_sets .row.user-form-set .index {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #fff;
}
/* line 126, /var/www/local/trunk/app/assets/stylesheets/user_form_sets.css.scss */
body.forms .row.user-form-set .index i.fa,
body.user_form_sets .row.user-form-set .index i.fa {
  position: relative;
  left: 10px;
  top: 0px;
}
/* line 129, /var/www/local/trunk/app/assets/stylesheets/user_form_sets.css.scss */
body.forms .row.user-form-set .name,
body.user_form_sets .row.user-form-set .name {
  line-height: 26px;
}
/* line 131, /var/www/local/trunk/app/assets/stylesheets/user_form_sets.css.scss */
body.forms .row.user-form-set .name .heading.small,
body.user_form_sets .row.user-form-set .name .heading.small {
  font-size: 19px;
  top: 10px;
  position: relative;
}
/* line 136, /var/www/local/trunk/app/assets/stylesheets/user_form_sets.css.scss */
body.forms .row.user-form-set .name .heading,
body.user_form_sets .row.user-form-set .name .heading {
  font-size: 24px;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
/* line 141, /var/www/local/trunk/app/assets/stylesheets/user_form_sets.css.scss */
body.forms .row.user-form-set .name .status,
body.user_form_sets .row.user-form-set .name .status {
  font-size: 18px !important;
  margin: 0 !important;
}
/* line 147, /var/www/local/trunk/app/assets/stylesheets/user_form_sets.css.scss */
body.forms .row.user-form-set .delete-float,
body.user_form_sets .row.user-form-set .delete-float {
  position: absolute;
  bottom: -20px;
  right: 0px;
  color: #c7c7c7;
}
/* line 151, /var/www/local/trunk/app/assets/stylesheets/user_form_sets.css.scss */
body.forms .row.user-form-set .delete-float i,
body.user_form_sets .row.user-form-set .delete-float i {
  color: #000;
  opacity: 0.3;
}
/* line 155, /var/www/local/trunk/app/assets/stylesheets/user_form_sets.css.scss */
body.forms .row.user-form-set .delete-float i:hover,
body.user_form_sets .row.user-form-set .delete-float i:hover {
  color: red;
}
/* line 160, /var/www/local/trunk/app/assets/stylesheets/user_form_sets.css.scss */
body.forms .row.user-form-set .actions,
body.user_form_sets .row.user-form-set .actions {
  margin: 0 !important;
  padding: 20px !important;
}
/* line 163, /var/www/local/trunk/app/assets/stylesheets/user_form_sets.css.scss */
body.forms .row.user-form-set .actions .btn-link,
body.user_form_sets .row.user-form-set .actions .btn-link {
  color: #2d4496 !important;
}
/* line 166, /var/www/local/trunk/app/assets/stylesheets/user_form_sets.css.scss */
body.forms .row.user-form-set .actions .btn-primary,
body.user_form_sets .row.user-form-set .actions .btn-primary {
  /* padding-left:35px; */
  color: #fff !important;
}
/* line 171, /var/www/local/trunk/app/assets/stylesheets/user_form_sets.css.scss */
body.forms .row.user-form-set .actions .btn-primary:hover,
body.user_form_sets .row.user-form-set .actions .btn-primary:hover {
  background: #2d4496 !important;
}
/* line 175, /var/www/local/trunk/app/assets/stylesheets/user_form_sets.css.scss */
body.forms .row.user-form-set .actions i,
body.user_form_sets .row.user-form-set .actions i {
  color: #fff !important;
}
/* line 178, /var/www/local/trunk/app/assets/stylesheets/user_form_sets.css.scss */
body.forms .row.user-form-set .actions > .btn-wire,
body.user_form_sets .row.user-form-set .actions > .btn-wire {
  min-width: 180px !important;
}
/* line 181, /var/www/local/trunk/app/assets/stylesheets/user_form_sets.css.scss */
body.forms .row.user-form-set .actions .btn-wire i,
body.user_form_sets .row.user-form-set .actions .btn-wire i {
  color: #2d4496 !important;
}
/* line 182, /var/www/local/trunk/app/assets/stylesheets/user_form_sets.css.scss */
body.forms .row.user-form-set .actions .btn-wire.btn-start i,
body.user_form_sets .row.user-form-set .actions .btn-wire.btn-start i {
  color: green !important;
}
/* line 183, /var/www/local/trunk/app/assets/stylesheets/user_form_sets.css.scss */
body.forms .row.user-form-set .actions .btn-wire.btn-start:hover,
body.user_form_sets .row.user-form-set .actions .btn-wire.btn-start:hover {
  color: green !important;
}
/* line 184, /var/www/local/trunk/app/assets/stylesheets/user_form_sets.css.scss */
body.forms .row.user-form-set .actions .btn,
body.user_form_sets .row.user-form-set .actions .btn {
  width: 70%;
}
/* line 190, /var/www/local/trunk/app/assets/stylesheets/user_form_sets.css.scss */
body.forms .set-progress,
body.user_form_sets .set-progress {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
/* line 195, /var/www/local/trunk/app/assets/stylesheets/user_form_sets.css.scss */
body.forms .todo-items,
body.user_form_sets .todo-items {
  position: relative;
  overflow: visible;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #c7c7c7;
  padding: 20px;
  color: #000099;
  margin-left: 30px !important;
  margin-right: 30px !important;
}
/* line 207, /var/www/local/trunk/app/assets/stylesheets/user_form_sets.css.scss */
body.forms .todo-items .indicator,
body.user_form_sets .todo-items .indicator {
  font-size: 36px;
  font-weight: 100;
}
/* line 212, /var/www/local/trunk/app/assets/stylesheets/user_form_sets.css.scss */
body.forms .todo-items .label,
body.user_form_sets .todo-items .label {
  font-size: 18px;
  color: #000099 !important;
  font-weight: 100;
  position: relative;
  top: 7px;
}
/* line 226, /var/www/local/trunk/app/assets/stylesheets/user_form_sets.css.scss */
body.forms .todo-items .items,
body.user_form_sets .todo-items .items {
  position: relative;
  margin-top: 50px !important;
}
/* line 232, /var/www/local/trunk/app/assets/stylesheets/user_form_sets.css.scss */
body.forms .todo-items h1,
body.user_form_sets .todo-items h1 {
  font-size: 18px;
  font-weight: 100;
  text-decoration: none;
  position: absolute;
  left: 0px;
  top: -20px;
  right: 0;
  padding-left: 10px;
  padding-bottom: 10px;
  text-align: left;
  width: 100%;
  min-height: 65px;
  padding-top: 20px;
  border-bottom: 2px solid #000099;
  background: #fff;
  z-index: 99;
}
/* line 253, /var/www/local/trunk/app/assets/stylesheets/user_form_sets.css.scss */
body.forms .btn-primary.btn-review:hover,
body.forms .btn-primary.btn-review,
body.user_form_sets .btn-primary.btn-review:hover,
body.user_form_sets .btn-primary.btn-review {
  background: green !important;
  color: #fff !important;
  display: inline-block;
}
/* line 260, /var/www/local/trunk/app/assets/stylesheets/user_form_sets.css.scss */
body.forms .btn-info.btn-info:hover,
body.forms .btn-info.btn-info,
body.user_form_sets .btn-info.btn-info:hover,
body.user_form_sets .btn-info.btn-info {
  background: #1275ff !important;
  color: #fff !important;
  display: inline-block;
}
/* line 266, /var/www/local/trunk/app/assets/stylesheets/user_form_sets.css.scss */
body.forms .btn-primary.btn-finalize,
body.user_form_sets .btn-primary.btn-finalize {
  color: #fff !important;
}
/* line 269, /var/www/local/trunk/app/assets/stylesheets/user_form_sets.css.scss */
body.forms .btn-primary.btn-download,
body.user_form_sets .btn-primary.btn-download {
  display: inline-block;
  color: #fff !important;
}
@media (max-width: 767px) {
  /* line 275, /var/www/local/trunk/app/assets/stylesheets/user_form_sets.css.scss */
  body.forms .todo-items,
  body.user_form_sets .todo-items {
    margin-left: 0;
    margin-right: 0;
  }
}
/* line 278, /var/www/local/trunk/app/assets/stylesheets/user_form_sets.css.scss */
body.forms .white-container,
body.user_form_sets .white-container {
  background: #fff;
  background: rgba(255, 255, 255, 0.85);
  color: #000099;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: auto !important;
  max-width: 500px;
}
/* line 289, /var/www/local/trunk/app/assets/stylesheets/user_form_sets.css.scss */
body.forms .row.user-form-set .name,
body.user_form_sets .row.user-form-set .name {
  margin-bottom: 0 !important;
}
/* line 292, /var/www/local/trunk/app/assets/stylesheets/user_form_sets.css.scss */
body.forms .row.user-form-set .review-header,
body.user_form_sets .row.user-form-set .review-header {
  background: #f1e309;
  color: #000 !important;
  min-height: 20px;
  padding-bottom: 10px;
}
/* line 300, /var/www/local/trunk/app/assets/stylesheets/user_form_sets.css.scss */
body.forms .not-yet-reviewed,
body.user_form_sets .not-yet-reviewed {
  color: #000 !important;
  font-weight: bold !important;
}
/* line 305, /var/www/local/trunk/app/assets/stylesheets/user_form_sets.css.scss */
body.forms .reviewed-already,
body.user_form_sets .reviewed-already {
  color: #000 !important;
  font-weight: normal !important;
}
/* line 310, /var/www/local/trunk/app/assets/stylesheets/user_form_sets.css.scss */
body.forms .start i.fa.fa-check,
body.user_form_sets .start i.fa.fa-check {
  color: #000 !important;
}
/* line 312, /var/www/local/trunk/app/assets/stylesheets/user_form_sets.css.scss */
body.forms .reviewed .btn-wire.edit,
body.user_form_sets .reviewed .btn-wire.edit {
  border-width: 1px !important;
  opacity: 0.8;
}
/* line 317, /var/www/local/trunk/app/assets/stylesheets/user_form_sets.css.scss */
body.forms .actions > .btn-wire.btn-download,
body.user_form_sets .actions > .btn-wire.btn-download {
  /* margin-left:-60px; */
}
@media (max-width: 600px) {
  /* line 324, /var/www/local/trunk/app/assets/stylesheets/user_form_sets.css.scss */
  body.forms .user-form-set,
  body.user_form_sets .user-form-set {
    padding-bottom: 20px;
  }
  /* line 329, /var/www/local/trunk/app/assets/stylesheets/user_form_sets.css.scss */
  body.forms .big-box .user-form-set .form-progress,
  body.user_form_sets .big-box .user-form-set .form-progress {
    display: none !important;
  }
  /* line 332, /var/www/local/trunk/app/assets/stylesheets/user_form_sets.css.scss */
  body.forms .big-box .user-form-set .actions,
  body.user_form_sets .big-box .user-form-set .actions {
    margin: 0 !important;
    padding: 0 !important;
  }
  /* line 336, /var/www/local/trunk/app/assets/stylesheets/user_form_sets.css.scss */
  body.forms .big-box .user-form-set .start,
  body.user_form_sets .big-box .user-form-set .start {
    padding-top: 20px;
    text-align: left;
    padding-left: 90px;
  }
  /* line 343, /var/www/local/trunk/app/assets/stylesheets/user_form_sets.css.scss */
  body.forms .row.user-form-set,
  body.user_form_sets .row.user-form-set {
    margin: 3px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/* line 351, /var/www/local/trunk/app/assets/stylesheets/user_form_sets.css.scss */
.fa-trash-o {
  padding-bottom: 20px;
}

/* line 354, /var/www/local/trunk/app/assets/stylesheets/user_form_sets.css.scss */
.actions {
  margin-top: 10px;
}

/* line 357, /var/www/local/trunk/app/assets/stylesheets/user_form_sets.css.scss */
#payment_form {
  margin-bottom: 15px;
}
