/* General
 ========================================================================== */
.ost-container p,
.ost-container h1,
.ost-container h2,
.ost-container h3,
.ost-container div,
.ost-container li,
.ost-container span,
.ost-container label,
.ost-container td {
  color: #333333;
  text-align: left;
}

.ost-container input,
.ost-container textarea,
.ost-container select {
  color: #555555;
}

.ost-container div {
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
}

.ost-container p {
  font-size: 13px;
  line-height: 20px;
  margin: 0 0 20px;
  font-weight: 400;
}

.ost-container h1,
.ost-container h2,
.ost-container h3,
.ost-container h4 {
  color: #333333;
  line-height: 30px;
  font-weight: 600;
  margin: 20px 0;
  padding: 5px 0;
  text-transform: none;
}

.ost-container h1 {
  font-size: 35px;
  line-height: 40px;
}

.ost-container h2 {
  font-size: 30px;
  line-height: 35px;
}

.ost-container h3 {
  font-size: 25px;
  line-height: 30px;
}

.ost-container h4 {
  font-size: 18px;
  line-height: 23px;
  margin-top: 0;
  padding-top: 0;
}

.ost-container h2 span,
.ost-container h2 span i:before,
.ost-container h3 span,
.ost-container h3 span i:before,
.ost-container h4 span,
.ost-container h4 span i:before {
  color: #999999;
  font-weight: 300;
}

.ost-container i:before {
  color: #333333;
}

.ost-container .page-header {
  border: 0;
  padding: 0;
  margin: 0 0 40px 0;
}

.ost-container a {
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration: none;
  color: #2184cd;
}

.ost-container .simplerenew-plan {
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.ost-container a:hover {
  color: #666666;
}

.ost-container strong {
  font-weight: 600;
}

/* Form elements
 ========================================================================== */
.ost-container [class*="StripeElement--"] .__PrivateStripeElement,
.ost-container [class*="recurly-hosted-field-"],
.ost-container input[type="text"],
.ost-container input[type="email"],
.ost-container input[type="password"],
.ost-container textarea,
.ost-container select {
  color: #444444;
  font-size: 13px;
  margin: 0 0 20px;
  font-weight: 400;
  border: none;
  padding: 9px 10px;
  width: 90%;
  background: #f2f2f2;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  line-height: 28px;
  height: 38px;
  border-bottom: 2px solid transparent;
}

.ost-container [class*="StripeElement--"] .__PrivateStripeElement:focus,
.ost-container [class*="recurly-hosted-field-"]:focus,
.ost-container input[type="text"]:focus,
.ost-container input[type="email"]:focus,
.ost-container input[type="password"]:focus,
.ost-container textarea:focus,
.ost-container select:focus,
.ost-container input:focus:invalid:focus,
.ost-container textarea:focus:invalid:focus,
.ost-container select:focus:invalid:focus {
  color: #444444;
  border-color: transparent;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
}

.ost-container select {
  height: 38px;
}

.ost-container input[readonly],
.ost-container input[readonly]:hover,
.ost-container input[readonly]:focus {
  background: #f2f2f2;
}

.ost-container .osc-billing_cc_cvv .__PrivateStripeElement,
.ost-container .recurly-hosted-field-month,
.ost-container .recurly-hosted-field-cvv,
.ost-container input.small-width,
.ost-container textarea.small-width {
  width: 55px;
}

.ost-container .osc-billing_cc_year .__PrivateStripeElement,
.ost-container .recurly-hosted-field-year,
.ost-container select.small-width {
  width: 90px;
}

.ost-container input.medium-width,
.ost-container textarea.medium-width {
  width: 130px;
}

.ost-container select.medium-width {
  width: 140px;
}

.ost-container input[type="radio"] {
  margin-bottom: 5px;
}

.ost-container input[type="checkbox"] {
  margin: 0 0 2px 0;
}

.ost-container input[type="submit"],
.ost-container button,
.ost-container a.btn-main {
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  vertical-align: middle;
  border: none;
  padding: 9px 15px;
  margin-bottom: 10px;
  text-decoration: none;
}

.ost-container input[type="submit"],
.ost-container button {
  background: #666666;
}

.ost-container input[type="submit"]:hover,
.ost-container input[type="submit"]:focus,
.ost-container button:hover,
.ost-container button:focus {
  background: #999999;
}

.ost-container input[type="submit"].btn-main,
.ost-container button.btn-main,
.ost-container a.btn-main {
  background: #2184CD;
}

.ost-container input[type="submit"].btn-main:hover,
.ost-container input[type="submit"].btn-main:focus,
.ost-container button.btn-main:hover,
.ost-container button.btn-main:focus,
.ost-container a.btn-main:hover,
.ost-container a.btn-main:focus {
  background: #41A1D6;
}

.ost-container input[type="submit"].btn-big,
.ost-container button.btn-big {
  font-size: 16px;
  font-weight: 600;
  padding: 12px 20px;
}

.ost-container input[type="submit"].btn-warning,
.ost-container button.btn-warning {
  background: #ff0000;
}

.ost-container input[type="submit"].btn-warning:hover,
.ost-container input[type="submit"].btn-warning:focus,
.ost-container button.btn-warning:hover,
.ost-container button.btn-warning:focus {
  background: #FF4D4D;
}

.ost-container label {
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 14px;
  cursor: default;
}

.ost-container label span {
  color: #ff0000;
}

.ost-container button i:before,
.ost-container a.btn-main i:before {
  color: #ffffff;
}

#simplerenew-clear-billing {
  float: right;
  font-size: 14px;
  font-weight: 400;
}

/* Toggle
 ========================================================================== */
.ost-container input.ost-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}

.ost-container input.ost-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  user-select: none;
  padding: 2px;
  width: 65px;
  height: 25px;
  background-color: #999;
  transition: background 0.4s;
}

.ost-container input.ost-toggle + label:before,
.ost-container input.ost-toggle + label:after {
  display: block;
  position: absolute;
  content: "";
}

.ost-container input.ost-toggle + label:before {
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  background-color: #fff;
  transition: background 0.4s;
}

.ost-container input.ost-toggle + label:after {
  top: 4px;
  left: 4px;
  bottom: 4px;
  width: 35px;
  background-color: #999;
  transition: margin 0.4s, background 0.4s;
  color: #fff;
  text-align: center;
  line-height: 21px;
  content: "off";
}

.ost-container input.ost-toggle:checked + label {
  background-color: #8cc14c;
}

.ost-container input.ost-toggle:checked + label:after {
  margin-left: 26px;
  background-color: #8cc14c;
  content: "on";
}

/* Validation form
 ========================================================================== */
.ost-container .StripeElement--invalid .__PrivateStripeElement,
.ost-container .recurly-hosted-field-invalid,
.ost-container input.ost-error,
.ost-container textarea.ost-error,
.ost-container select.ost-error {
  border-color: #ff0000;
}

.ost-container .StripeElement--complete .__PrivateStripeElement,
.ost-container .recurly-hosted-field-valid,
.ost-container input.ost-valid,
.ost-container textarea.ost-valid,
.ost-container select.ost-valid {
  border-color: #8cc14c;
}

.ost-container label.ost-error {
  background: #ff0000;
  color: #ffffff;
  display: block;
  font-size: 12px;
  font-weight: 400;
  margin-top: -21px;
  padding: 1px 5px;
  position: absolute;
}

.ost-container label.ost-error .ost-tooltip-icon:before {
  color: #fff;
}

.ost-container #plancode-error {
  margin-top: 30px;
}

.ost-container .ost-coupon-box {
  padding: 15px;
  margin: 2px 0;
  background: #fbfbfb;
  border: 1px dashed #ccc;
  color: #999;
}

.ost-container .ost-coupon-box .coupon-toggle {
  color: #777;
}

.ost-container #coupon-area {
  margin-top: 8px;
}

.ost-container #coupon_code-message {
  background: #f2fae3;
  padding: 15px;
  border: 1px solid rgba(101, 159, 19, 0.2);
  font-weight: 700;
}

.ost-container #coupon_code-message div {
  font-weight: 400;
}

.ost-container #coupon_code-message,
.ost-container #coupon_code-message div {
  color: #659f13;
  font-size: 13px;
}

.ost-container .coupon-toggle {
  font-weight: 700;
  font-size: 14px;
}

/* Tooltips
 ========================================================================== */
.ost-container .ost-tooltip-icon:before {
  color: #999;
}

.ost-container .ost-tooltip {
  position: relative;
  display: inline;
}

.ost-container .ost-tooltip span {
  position: absolute;
  width: 140px;
  color: #FFFFFF;
  background: #666666;
  height: auto;
  min-height: 30px;
  line-height: 18px;
  text-align: center;
  visibility: hidden;
  font-size: 13px;
  padding: 10px;
}

.ost-container .ost-tooltip span:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-top: 8px solid #666666;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

.ost-container .ost-tooltip:hover.ost-tooltip span {
  visibility: visible;
  bottom: 30px;
  left: 50%;
  margin-left: -76px;
  z-index: 999;
}

/* Help classes
 ========================================================================== */
div.ost-alert-warning {
  background: #fff1f0;
  color: #d85030;
  padding: 15px;
  margin: 2px 0;
}

div.ost-alert-success {
  background: #f2fae3;
  color: #659f13;
  padding: 15px;
  margin: 2px 0;
}

div.ost-alert-notify {
  background: #ebf7fd;
  color: #2d7091;
  padding: 15px;
  margin: 2px 0;
}

div.ost-alert-warning h3,
div.ost-alert-success h3,
div.ost-alert-notify h3 {
  margin-top: 0;
}

/* Subscribe view
 ========================================================================== */
.ost-container .tab-disabled h4,
.ost-container .tab-disabled h4 i:before {
  color: #545454;
}

.payment-tabs h4 {
  margin: 4px 0;
  padding: 5px 0;
}

span.simplerenew-plan {
  background: #2184cd;
  color: #ffffff;
  font-size: 14px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}

span.simplerenew-plan:hover,
span.simplerenew-plan:focus,
span.simplerenew-plan.simplerenew-plan-selected {
  background: #8cc14c;
}

#tab_paypal,
#tab_card {
  border: none;
  margin-right: 1px;
}

#content_card,
#content_paypal {
  border: none;
}

.content-enabled,
.tab-enabled {
  background: #fbfbfb;
}

div[data-recurly="year"],
div[data-recurly="month"],
div[data-recurly="cvv"] {
  display: inline-block;
  margin-right: 5px;
}

.ost-container .ost-alert-notify.m-bottom {
  margin-bottom: 30px;
}

.ost-container .ost-text-disabled {
  color: #666666;
  font-weight: 400;
}

.ost-container .ost-text-enabled {
  color: #ffffff;
}

.ost-container button[disabled] i:before {
  color: #555555;
}

.ost-container button[disabled],
.ost-container button[disabled]:hover,
.ost-container button[disabled]:focus {
  box-shadow: 0 0 5px #ccc inset;
  -moz-box-shadow: 0 0 5px #ccc inset;
  -webkit-box-shadow: 0 0 5px #ccc inset;
  -o-box-shadow: 0 0 5px #ccc inset;
  background: #f2f2f2;
}

.ost-container span.simplerenew-plan-trial {
  background: #ed8034;
  color: #fff;
  font-weight: 600;
  padding: 6px 30px 5px 12px;
  margin-left: -4px;
}

.ost-container .simplerenew-plan input[type="radio"],
.ost-container .simplerenew-plan input[type="checkbox"] {
  display: none;
}

.simplerenew-plan:before {
  content: "\f10c";
  font-family: 'FAwesome';
  width: 20px;
  line-height: 18px;
  display: inline-block;
  opacity: 0.4;
}

.simplerenew-plan.simplerenew-plan-selected:before {
  content: "\f00c";
  opacity: 1;
}

#simplerenew-toggle-login {
  float: right;
  margin-bottom: 0;
  font-size: 14px;
}

#simplerenew-toggle-login i:before {
  color: inherit;
}

/* Listing
 ========================================================================== */
.ost-row-one,
.ost-row-two {
  border-bottom: 1px solid #f2f2f2;
}

.ost-row-heading [class*="block"],
.ost-row-one [class*="block"],
.ost-row-two [class*="block"] {
  padding: 15px 10px;
}

.ost-row-one [class*="block"] label,
.ost-row-two [class*="block"] label {
  margin: 0;
}

.ost-container .ost-row-one.m-bottom,
.ost-container .ost-row-two.m-bottom {
  margin-bottom: 50px;
}

.ost-row-one a,
.ost-row-two a {
  background: #2184cd;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  padding: 4px 10px;
  margin-bottom: 4px;
}

.ost-row-one a:hover,
.ost-row-two a:hover,
.ost-row-one a:focus,
.ost-row-two a:focus,
.ost-row-one a:active,
.ost-row-two a:active {
  background: #41a1d6;
  text-decoration: none;
  color: #fff;
}

.ost-row-one a i:before,
.ost-row-two a i:before {
  color: #fff;
}

.ost-container .ost-row-heading > div {
  font-weight: bold;
}

.ost-container .ost-row-heading {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  background: #fff;
}

/* Media queries
 ========================================================================== */
@media (min-width: 960px) {

}

@media (max-width: 768px) {
  /* form elements */
	.ost-container [class*="StripeElement--"] .__PrivateStripeElement,
  .ost-container [class*="recurly-hosted-field-"],
  .ost-container input[type="text"],
  .ost-container input[type="email"],
  .ost-container input[type="password"],
  .ost-container textarea,
  .ost-container select {
    width: 80%;
  }

  #simplerenew-clear-billing {
    float: none;
    display: block;
  }

  /* Listing */
  .ost-container .ost-row-heading {
    display: none;
  }

  .ost-row-one [class*="block"],
  .ost-row-two [class*="block"] {
    padding: 5px 10px;
  }

  /* Subscribe view */
  #simplerenew-toggle-login {
    float: none;
    display: block;
  }
}

@media (max-width: 480px) {
  /* form elements */
	.ost-container [class*="StripeElement--"] .__PrivateStripeElement,
  .ost-container [class*="recurly-hosted-field-"],
  .ost-container input[type="text"],
  .ost-container input[type="email"],
  .ost-container input[type="password"],
  .ost-container textarea,
  .ost-container select {
    width: 90%;
  }

  /* Subscribe view */
  #tab_card,
  #tab_paypal {
    width: 110px;
  }

  #tab_paypal h4,
  #tab_card h4 {
    font-size: 15px;
  }

  .ost-container span.simplerenew-plan-trial {
    margin-left: 35px;
    display: inline-block;
    margin-bottom: 4px;
    margin-top: -4px;
  }
}
