/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *

 */
/* Remove padding and margin */
/* line 2, ../../app/assets/stylesheets/hosted/_main.scss */
* {
  margin: 0;
  padding: 0;
  border: 0;
}

/* line 9, ../../app/assets/stylesheets/hosted/_main.scss */
body {
  background-color: #e6e6e6;
  font-size: 75%;
  font-family: Arial, Helvetica, sans-serif;
}

/* line 16, ../../app/assets/stylesheets/hosted/_main.scss */
h1, h2, h3, h4 {
  font-family: Helvetica, Arial, sans-serif;
}

/* line 20, ../../app/assets/stylesheets/hosted/_main.scss */
h1 {
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom-color: #e6e6e6;
  border-top-color: #e6e6e6;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-top-style: solid;
  border-top-width: 1px;
  float: left;
  width: 100%;
  font-size: 2.3em;
}

/* line 36, ../../app/assets/stylesheets/hosted/_main.scss */
h2 {
  padding-bottom: 10px;
  float: left;
  width: 100%;
  font-size: 1.2em;
}

/* line 44, ../../app/assets/stylesheets/hosted/_main.scss */
h3 {
  display: inline;
  font-size: 1.6em;
}

/* line 50, ../../app/assets/stylesheets/hosted/_main.scss */
h4 {
  margin-top: 15px;
}

/* line 56, ../../app/assets/stylesheets/hosted/_main.scss */
p {
  font-weight: bold;
}

/* line 61, ../../app/assets/stylesheets/hosted/_main.scss */
.left {
  float: left;
}

/* line 66, ../../app/assets/stylesheets/hosted/_main.scss */
.right {
  float: right;
}

/* line 76, ../../app/assets/stylesheets/hosted/_main.scss */
fieldset legend {
  margin-bottom: 5px;
  font-weight: bold;
}
/* line 81, ../../app/assets/stylesheets/hosted/_main.scss */
fieldset ul, fieldset li {
  list-style: none;
}
/* line 85, ../../app/assets/stylesheets/hosted/_main.scss */
fieldset li {
  margin-bottom: 2px;
}

/* line 90, ../../app/assets/stylesheets/hosted/_main.scss */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="submit"] {
  padding-top: 7px;
  padding-bottom: 7px;
  border-color: #cccccc;
  border-width: 1px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1.2em;
  margin-top: 5px;
  width: 282px;
  font-family: Arial, Helvetica, sans-serif;
  background-color: white;
  border-style: solid;
}

/* line 110, ../../app/assets/stylesheets/hosted/_main.scss */
input[type="radio"] {
  cursor: pointer;
}

/* line 114, ../../app/assets/stylesheets/hosted/_main.scss */
select {
  border-color: #b3b3b3;
  border-width: 1px;
  border-style: solid;
  font-size: 1.2em;
  margin-top: 9px;
}

/* line 123, ../../app/assets/stylesheets/hosted/_main.scss */
:focus {
  outline: none;
}

/* line 128, ../../app/assets/stylesheets/hosted/_main.scss */
label.checkbox {
  display: block;
  font-weight: bold;
  margin: 0px 0px 5px 0px;
  font-size: 1.1em;
  color: black;
  cursor: pointer;
}

/* line 137, ../../app/assets/stylesheets/hosted/_main.scss */
label.radio {
  font-size: 1.1em;
  cursor: pointer;
}

/* line 142, ../../app/assets/stylesheets/hosted/_main.scss */
input.component-checkbox {
  float: left;
  width: 15px;
  height: 15px;
  margin: 0px 5px 0px 0px;
  padding: 0px;
}

/* line 155, ../../app/assets/stylesheets/hosted/_main.scss */
.row {
  padding-bottom: 15px;
  float: right;
  width: 100%;
}

/* line 162, ../../app/assets/stylesheets/hosted/_main.scss */
#subscription_coupon_code {
  text-transform: uppercase;
}

/* line 167, ../../app/assets/stylesheets/hosted/_main.scss */
#page_wrapper {
  padding-bottom: 30px;
  float: left;
  width: 100%;
}

/* line 174, ../../app/assets/stylesheets/hosted/_main.scss */
#page_column {
  margin-right: auto;
  margin-left: auto;
  width: 700px;
}

/* line 181, ../../app/assets/stylesheets/hosted/_main.scss */
#content {
  padding-left: 25px;
  padding-bottom: 25px;
  padding-right: 25px;
  padding-top: 20px;
  float: left;
  border-color: #cccccc;
  border-style: solid;
  border-width: 1px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background-color: white;
  width: 650px;
}

/* line 197, ../../app/assets/stylesheets/hosted/_main.scss */
#hosted-description p {
  line-height: 1.4em;
  margin: 1.5em 0;
  font-weight: normal;
}

/* line 203, ../../app/assets/stylesheets/hosted/_main.scss */
#security {
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: right;
  float: left;
  width: 100%;
}

/* line 212, ../../app/assets/stylesheets/hosted/_main.scss */
#security span {
  padding-left: 20px;
  background-position: left;
  background-repeat: no-repeat;
  background-image: url("/assets/lock_16x16.png");
}

/* line 220, ../../app/assets/stylesheets/hosted/_main.scss */
#company {
  color: #999999;
  font-size: 1.2em;
  font-weight: bold;
  padding-bottom: 10px;
}

/* line 228, ../../app/assets/stylesheets/hosted/_main.scss */
.section_one {
  padding-left: 15px;
  padding-bottom: 0px;
  padding-right: 15px;
  padding-top: 15px;
  float: left;
  background-color: #e6e6e6;
  width: 620px;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
}

/* line 243, ../../app/assets/stylesheets/hosted/_main.scss */
.section_one ul {
  padding-bottom: 10px;
  list-style-type: none;
}

/* line 249, ../../app/assets/stylesheets/hosted/_main.scss */
.section_one li {
  padding-left: 20px;
  background-position: left -2px;
  background-repeat: no-repeat;
  background-image: url("/assets/arrow_right_16x16.png");
  padding-bottom: 5px;
}

/* line 259, ../../app/assets/stylesheets/hosted/_main.scss */
.section_two,
.component_configuration,
.metafield_configuration {
  margin-bottom: 20px;
  padding-left: 15px;
  padding-bottom: 3px;
  padding-right: 15px;
  padding-top: 15px;
  float: left;
  background-color: #e6e6e6;
  width: 620px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

/* line 275, ../../app/assets/stylesheets/hosted/_main.scss */
.section_three {
  margin-bottom: 20px;
  padding-left: 15px;
  padding-bottom: 3px;
  padding-right: 15px;
  padding-top: 15px;
  float: left;
  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-position: 628px 6px;
  background-image: url("/assets/lock_white_16x16.png");
  width: 620px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

/* line 292, ../../app/assets/stylesheets/hosted/_main.scss */
#billing_address,
.section_four {
  margin-bottom: 20px;
  padding-left: 15px;
  padding-bottom: 3px;
  padding-right: 15px;
  padding-top: 15px;
  float: left;
  background-color: #e6e6e6;
  width: 620px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

/* line 306, ../../app/assets/stylesheets/hosted/_main.scss */
.section_five {
  padding-left: 15px;
  padding-bottom: 19px;
  padding-right: 15px;
  padding-top: 15px;
  float: left;
  background-color: #e6e6e6;
  width: 620px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

/* line 319, ../../app/assets/stylesheets/hosted/_main.scss */
#total {
  border-top-color: white;
  border-top-width: 1px;
  border-top-style: solid;
  margin-bottom: 20px;
  padding: 15px;
  width: 620px;
  float: left;
  background-color: #e6f0d7;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
}

/* line 335, ../../app/assets/stylesheets/hosted/_main.scss */
#next-renewal-charge {
  margin-left: 5px;
}

/* line 340, ../../app/assets/stylesheets/hosted/_main.scss */
.tint {
  color: #666666;
}

/* line 349, ../../app/assets/stylesheets/hosted/_main.scss */
#credit_card {
  border-top-color: white;
  border-top-width: 1px;
  border-top-style: solid;
  background-repeat: no-repeat;
  background-position: 628px 6px;
  background-image: url("/assets/lock_white_16x16.png");
  padding: 15px;
  width: 620px;
  float: left;
  background-color: #e6f0d7;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
}

/* line 367, ../../app/assets/stylesheets/hosted/_main.scss */
#credit_card p {
  float: left;
  display: inline;
}

/* line 373, ../../app/assets/stylesheets/hosted/_main.scss */
#subscription_customer_attributes_country,
#subscription_payment_profile_attributes_billing_state,
#subscription_customer_attributes_country,
#subscription_customer_attributes_state,
#subscription_payment_profile_attributes_billing_country {
  width: 304px;
  margin-right: 15px;
}

/* line 383, ../../app/assets/stylesheets/hosted/_main.scss */
#subscription_payment_profile_attributes_billing_state,
#subscription_customer_attributes_state {
  width: 300px;
  margin-right: 0px;
}

/* line 390, ../../app/assets/stylesheets/hosted/_main.scss */
#subscription_customer_attributes_shipping_zip,
#subscription_customer_attributes_zip {
  margin-right: 15px;
  display: inline;
  width: 125px;
}

/* line 398, ../../app/assets/stylesheets/hosted/_main.scss */
#subscription_customer_attributes_country_shipping {
  margin-right: 15px;
  width: 140px;
}

/* line 404, ../../app/assets/stylesheets/hosted/_main.scss */
#subscription_customer_attributes_card_billing,
#subscription_payment_profile_attributes_full_number {
  margin-right: 12px;
  display: inline;
}

/* line 411, ../../app/assets/stylesheets/hosted/_main.scss */
#subscription_customer_attributes_cvv_billing,
#subscription_payment_profile_attributes_cvv {
  margin-right: 12px;
  width: 50px;
  display: inline;
}

/* line 418, ../../app/assets/stylesheets/hosted/_main.scss */
#subscription_customer_attributes_expiration_month_billing,
#subscription_payment_profile_attributes_expiration_month {
  width: 120px;
  margin-right: 5px;
}

/* line 425, ../../app/assets/stylesheets/hosted/_main.scss */
#subscription_customer_attributes_expiration_year_billing,
#subscription_payment_profile_attributes_expiration_year {
  width: 90px;
}

/* line 431, ../../app/assets/stylesheets/hosted/_main.scss */
#subscription_customer_attributes_city_billing,
#subscription_payment_profile_attributes_billing_city,
#subscription_customer_attributes_city_shipping,
#subscription_customer_attributes_city,
#subscription_customer_attributes_vat_number {
  margin-right: 15px;
}

/* line 440, ../../app/assets/stylesheets/hosted/_main.scss */
#subscription_customer_attributes_zip_billing,
#subscription_payment_profile_attributes_billing_zip {
  display: inline;
  width: 153px;
}

/* line 447, ../../app/assets/stylesheets/hosted/_main.scss */
#subscription_customer_attributes_coupon_billing,
#subscription_coupon_code {
  background-color: #e6f0d7;
  margin-right: 15px;
  text-transform: uppercase;
}

/* line 455, ../../app/assets/stylesheets/hosted/_main.scss */
#subscription_customer_attributes_country_billing {
  width: 298px;
}

/* line 460, ../../app/assets/stylesheets/hosted/_main.scss */
.button_wrapper {
  padding-top: 15px;
  color: gray;
  width: 100%;
  float: left;
}

/* line 468, ../../app/assets/stylesheets/hosted/_main.scss */
#subscription_submit {
  float: right;
  background-position: 0 bottom;
  background-repeat: repeat-x;
  background-image: url("/assets/bkgd_btn_green.png");
  height: 50px;
  font-weight: bold;
  width: 200px;
  padding: 10px;
  border-color: #cccccc;
  border-style: solid;
  color: #333;
  font-size: 1.6em;
  border-width: 1px;
  cursor: pointer;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

/* line 489, ../../app/assets/stylesheets/hosted/_main.scss */
#subscription_submit:hover {
  color: black;
}

/* line 498, ../../app/assets/stylesheets/hosted/_main.scss */
#footer {
  color: #4c4c4c;
  width: 100%;
  float: left;
  text-align: center;
}
/* line 504, ../../app/assets/stylesheets/hosted/_main.scss */
#footer a {
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  color: #4c4c4c;
}
/* line 510, ../../app/assets/stylesheets/hosted/_main.scss */
#footer a:hover {
  text-decoration: underline;
}
/* line 515, ../../app/assets/stylesheets/hosted/_main.scss */
#footer p {
  margin-top: 30px;
}

/* line 520, ../../app/assets/stylesheets/hosted/_main.scss */
#credit_card_logos {
  margin-right: 10px;
  background-position: 0 22px;
  background-repeat: no-repeat;
  padding-top: 22px;
}

/* line 527, ../../app/assets/stylesheets/hosted/_main.scss */
.cvv {
  text-decoration: none;
  color: #999999;
  padding-right: 20px;
}

/* line 533, ../../app/assets/stylesheets/hosted/_main.scss */
.powered-by-chargify {
  display: inline-block;
  margin-top: 30px;
}

/* line 542, ../../app/assets/stylesheets/hosted/_main.scss */
#errorExplanation {
  width: 100%;
  float: left;
  border: 1px solid red;
  margin-bottom: 20px;
  background-color: #f0f0f0;
  border-radius: 10px;
}
/* line 550, ../../app/assets/stylesheets/hosted/_main.scss */
#errorExplanation h2 {
  padding-left: 10px;
  padding-bottom: 7px;
  padding-right: 10px;
  padding-top: 7px;
  width: 630px;
  text-align: left;
  font-weight: bold;
  font-size: 12px;
  background-color: red;
  color: #fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
/* line 565, ../../app/assets/stylesheets/hosted/_main.scss */
#errorExplanation p {
  width: 100%;
  float: left;
  color: red;
  padding: 10px;
}
/* line 572, ../../app/assets/stylesheets/hosted/_main.scss */
#errorExplanation ul li {
  padding-bottom: 3px;
  font-size: 12px;
  color: red;
}
/* line 578, ../../app/assets/stylesheets/hosted/_main.scss */
#errorExplanation ul {
  padding-bottom: 12px;
  padding-left: 25px;
  float: left;
}

/* line 585, ../../app/assets/stylesheets/hosted/_main.scss */
div.flash {
  border-width: 2px;
  border-style: solid;
  padding: 10px;
  margin-bottom: 1em;
}

/* line 592, ../../app/assets/stylesheets/hosted/_main.scss */
div.flash_success {
  border-color: #009900;
  background-color: #ccffcc;
}

/* line 597, ../../app/assets/stylesheets/hosted/_main.scss */
div.flash_notice {
  border-color: #f6ef2f;
  background-color: #fefcd3;
}

/* line 602, ../../app/assets/stylesheets/hosted/_main.scss */
div.flash_error {
  border-color: #ee3a43;
  background-color: #fed3d5;
}

/* line 607, ../../app/assets/stylesheets/hosted/_main.scss */
table#hosted-payment-history {
  width: 650px;
  margin-top: 5px;
  border: 1px solid #cccccc;
  border-collapse: collapse;
  border-spacing: 0px;
}
/* line 614, ../../app/assets/stylesheets/hosted/_main.scss */
table#hosted-payment-history tbody tr {
  background-color: #ffffff;
  color: #000000;
}
/* line 619, ../../app/assets/stylesheets/hosted/_main.scss */
table#hosted-payment-history td {
  padding: 5px;
  border: 1px solid #cccccc;
  font-family: Arial;
}
/* line 625, ../../app/assets/stylesheets/hosted/_main.scss */
table#hosted-payment-history thead {
  background-color: #e6e6e6;
  color: black;
}
/* line 630, ../../app/assets/stylesheets/hosted/_main.scss */
table#hosted-payment-history th {
  padding-left: 5px;
  padding-bottom: 3px;
  padding-right: 5px;
  padding-top: 3px;
  text-align: left;
  height: 20px;
  border: 1px solid #cccccc;
  font-family: Arial;
  font-weight: bold;
}

/* line 643, ../../app/assets/stylesheets/hosted/_main.scss */
a.use_shipping {
  color: #666;
  font-size: 12px;
  text-decoration: none;
}

/* line 649, ../../app/assets/stylesheets/hosted/_main.scss */
a.use_shipping:hover {
  text-decoration: underline;
}

/* line 653, ../../app/assets/stylesheets/hosted/_main.scss */
.terms {
  margin-right: 5px;
  height: 15px;
  width: 15px;
}

/* line 659, ../../app/assets/stylesheets/hosted/_main.scss */
.current_card {
  margin-top: -10px;
  color: #666;
}

/* line 664, ../../app/assets/stylesheets/hosted/_main.scss */
#copy-address {
  height: 15px;
  width: 15px;
}

/* line 669, ../../app/assets/stylesheets/hosted/_main.scss */
.use-ship-label {
  font-size: 12px;
  font-weight: normal;
}

/* line 674, ../../app/assets/stylesheets/hosted/_main.scss */
.hint {
  font-weight: normal;
  font-size: 0.9em;
  color: #999999;
}

/* line 680, ../../app/assets/stylesheets/hosted/_main.scss */
#vat_button,
#coupon_button,
#apply_component_button {
  background: url("/assets/bkgd_btn.gif") bottom left repeat-x #FFFFFF;
  border-radius: 7px;
  border: 1px solid #CCCCCC;
  padding: 10px;
  color: gray;
  text-decoration: none;
}

/* line 691, ../../app/assets/stylesheets/hosted/_main.scss */
#vat_button:hover,
#coupon_button:hover,
#apply_component_button:hover {
  color: black;
}

/* line 697, ../../app/assets/stylesheets/hosted/_main.scss */
#vat_button.disabled:hover,
#coupon_button.disabled:hover {
  color: gray;
}

/* line 702, ../../app/assets/stylesheets/hosted/_main.scss */
#short_vat_message,
#short_coupon_message {
  margin-top: 25px;
  margin-left: 15px;
}

/* line 708, ../../app/assets/stylesheets/hosted/_main.scss */
#vat_spinner,
#coupon_spinner {
  margin-top: 25px;
  margin-left: 15px;
}

/* line 714, ../../app/assets/stylesheets/hosted/_main.scss */
.success_message {
  color: green;
  font-size: 1.2em;
}

/* line 719, ../../app/assets/stylesheets/hosted/_main.scss */
.error_message {
  color: red;
  font-size: 1.2em;
}

/* line 724, ../../app/assets/stylesheets/hosted/_main.scss */
ul.component-price-list {
  margin: 4px;
  text-align: left;
  border-collapse: collapse;
  float: left;
  clear: both;
}

/* line 732, ../../app/assets/stylesheets/hosted/_main.scss */
ul.component-price-list li {
  list-style: none;
  padding: 5px;
}

/* line 737, ../../app/assets/stylesheets/hosted/_main.scss */
span.componentError {
  color: red;
}

/* line 741, ../../app/assets/stylesheets/hosted/_main.scss */
.quantity_component_number_field {
  width: 50px;
  display: block;
  font-size: 14px;
  vertical-align: middle;
}

/* line 748, ../../app/assets/stylesheets/hosted/_main.scss */
.component-label {
  font-size: 14px;
}

/* line 752, ../../app/assets/stylesheets/hosted/_main.scss */
.component-description {
  display: block;
  clear: both;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.4em;
  color: #999999;
  padding: 4px 0px 4px 0px;
}

/* line 762, ../../app/assets/stylesheets/hosted/_main.scss */
.component-multiplier {
  font-weight: bold;
}

/* line 766, ../../app/assets/stylesheets/hosted/_main.scss */
.component-price {
  font-weight: bold;
}

/* line 770, ../../app/assets/stylesheets/hosted/_main.scss */
a.priceDetails,
a.priceDetails:visited {
  vertical-align: super;
  font-size: 0.9em;
  line-height: 0.9em;
  text-decoration: none;
  color: #999999;
}

/* line 779, ../../app/assets/stylesheets/hosted/_main.scss */
#apply_component_button {
  margin: 5px 0px 5px 0px;
  display: block;
}

/* line 784, ../../app/assets/stylesheets/hosted/_main.scss */
.component-info {
  float: left;
  margin-left: 5px;
  margin-top: 12px;
}

/* line 787, ../../app/assets/stylesheets/hosted/_main.scss */
.payment_method_container {
  padding: 8px 0px 16px 0px;
}

/* line 797, ../../app/assets/stylesheets/hosted/_main.scss */
#ach_agreement_terms_container {
  font-size: 1.2em;
}

/* line 801, ../../app/assets/stylesheets/hosted/_main.scss */
.hidden {
  display: none;
}

/* line 805, ../../app/assets/stylesheets/hosted/_main.scss */
#braintree-paypal-button {
  margin-bottom: 10px;
}

/* line 807, ../../app/assets/stylesheets/hosted/_main.scss */
#braintree-paypal-loggedin {
  border: 0px !important;
  max-width: 620px !important;
}

/* line 812, ../../app/assets/stylesheets/hosted/_main.scss */
.powered-by-chargify {
  display: inline-block;
  margin-top: 10px;
}
