/* Subscribe
 ========================================================================== */
span.simplerenew-plan {
    display: inline-block;
    background: #f2f2f2;
    font-weight: 600;
    padding: 8px 14px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    margin-bottom: 4px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

span.simplerenew-plan.disabled,
span.simplerenew-plan.disabled:hover {
    background: #cccccc;
    color: #999999;
}

span.simplerenew-plan:hover {
    background: #cccccc;
}

#tab_card,
#tab_paypal {
    text-align: center;
    border: 1px solid #cccccc;
    float: left;
    width: 180px;
    cursor: pointer;
}

#tab_paypal {
    border-bottom-width: 0;
}

#tab_card {
    margin-left: 0;
    border-bottom-width: 0;
}

.tab-enabled {
    background: #ffffff;
}

.tab-disabled {
    background: #cccccc;
}

.content-enabled {
    display: block;
}

.content-disabled {
    display: none;
}

#content_card,
#content_paypal {
    border-top-width: 0;
    border: 1px solid #cccccc;
    margin-top: -1px;
}

.ost-container .ost-text-disabled {
    display: none;
}

.ost-container .ost-text-enabled {
    display: inline;
}

.ost-container .ost-breakline-mobile {
    display: none;
}

.ost-container #confirm-terms-label {
    display: inline-block;
    margin-left: 3px;
}

.ost-container #confirm-terms-error {
    margin-top: -3px;
}

/* Calculator
 ========================================================================== */
.ost-container .simplerenew-calculator {
    background: #fbfbfb;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
}

.ost-container .simplerenew-calculator h3 {
    padding-top: 0;
    margin-top: 0;
}

.ost-container .simplerenew-calculator-overlay {
    background-image: url("../../images/loading.gif");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50px 50px;
    background-color: rgba(255, 255, 255, 0.8) !important;
    opacity: 1 !important;
}

.ost-container .plans-box-inner {
    padding-right: 40px;
    border-right: 2px solid #b2b3b6;
}

.ost-container .simplerenew-calculator-plans {
    margin-bottom: 10px;
}

.ost-container .simplerenew-calculator-discount {
    border-bottom: 1px solid #333;
    padding: 5px 0;
}

.ost-container .simplerenew-calculator-discount-amount {
    color: #8cc14c;
    font-weight: bold;
}

.ost-container .simplerenew-calculator-subtotal {
    padding-bottom: 5px;
    border-bottom: 1px solid #333;
}

.ost-container .simplerenew-calculator-discount span,
.ost-container .simplerenew-calculator-subtotal span,
.ost-container .simplerenew-calculator-total div {
    font-weight: 600;
}

.ost-container .simplerenew-calculator-total div {
    font-size: 16px;
    padding: 5px 0;
}

.ost-container .simplerenew-calculator-item-amount,
.ost-container .simplerenew-calculator-subtotal-amount,
.ost-container .simplerenew-calculator-discount-amount,
.ost-container .simplerenew-calculator-total-amount {
    text-align: right;
    float: right;
}

.ost-container .simplerenew-calculator-messages {
    background: #1b9dc0;
    padding: 20px;
    margin-bottom: 25px;
}

.ost-container .simplerenew-calculator-messages div {
    color: #ffffff;
}

.ost-container .simplerenew-calculator-plans,
.ost-container .simplerenew-calculator-total {
    width: 100%;
    display: table;
}

.ost-container .simplerenew-calculator-plan,
.ost-container .simplerenew-calculator-amount,
.ost-container .simplerenew-calculator-plan,
.ost-container .simplerenew-calculator-amount,
.ost-container .simplerenew-calculator-total > div {
    width: 50%;
    float: left;
    display: block;
}

/* Help classes
 ========================================================================== */
.ost-container .m-bottom {
    margin-bottom: 30px;
}

.ost-container .m-top {
    margin-top: 30px;
}

.ost-container .p-bottom {
    padding-bottom: 30px;
}

.ost-container .p-full {
    padding: 30px;
}

.ost-container .b-bottom {
    border-bottom: 1px solid #f2f2f2;
}

/* Media Queries
 ========================================================================== */
@media (min-width: 768px) {
    /* optional for long error messages */
    .ost-container label.ost-error.ost-tooltip-wrap {
        position: relative !important;
    }
}

@media (max-width: 480px) {
    /* Subscribe */
    #tab_card,
    #tab_paypal {
        width: 130px;
    }

    #tab_card i,
    #tab_paypal i {
        display: none;
    }

    .ost-container .ost-breakline-mobile {
        display: inherit;
    }
}
