/**
 * Pure Comparison order form style sheet
 *
 * Contains styling specific to the Pure Comparison order template.
 *
 * @project   WHMCS
 * @version   1.0
 * @author    WHMCS Limited <development@whmcs.com>
 * @copyright Copyright (c) WHMCS Limited 2005-2015
 * @license   http://www.whmcs.com/license/
 * @link      http://www.whmcs.com/
 */
h6, .h6 {
    font-size: 1.75rem;
}
.lt-weight {
    font-weight: 200 !important;
}
.plan{
    padding:10px;
}
.justify-content-center {
    justify-content: center !important;
}
.plan .tier-4, .metal .tier-4 {
   background: linear-gradient(45deg, #83B655, #48A79C);
}
.plan .tier-color, .metal .tier-color {
    height: 15px;
    width: 100%;
}
.bg-white {
    background-color: #fff !important;
}
.border {
    border: 1px solid #e9ecef !important;
}
.mb-0, .my-0 {
    margin-bottom: 0 !important;
}
.mt-0, .my-0 {
    margin-top: 0 !important;
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}
.mb-5, .my-5 {
    margin-bottom: 3rem !important;
}
.mt-3, .my-3 {
    margin-top: 1rem !important;
}
.mt-2, .my-2 {
    margin-top: .5rem !important;
}
.ml-0, .mx-0 {
    margin-left: 0 !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.pb-1, .py-1 {
    padding-bottom: .25rem !important;
}
.pt-1, nav#SecondaryNav, nav#ProductNav, .py-1 {
    padding-top: .25rem !important;
}
.pl-3, .px-3 {
    padding-left: 1rem !important;
}
.pr-3, .px-3 {
    padding-right: 1rem !important;
}
.text-orange {
    color: #FF6C2C;
    font-weight: 700;
}
.tier .tier-level h3 {
    font-size: 1.75em;
}
.plan-xl {
    margin-top: -25px;
}
.plan-xl .tier {
    padding-top: 50px !important;
    padding-bottom: 60px !important;
    box-shadow: 0 0 6px rgba(0,0,0,0.16);
}
.tier .tier-level h3 {
    font-size: 1.75em;
}
.tier .tier-level .acct {
    font-size: .75em;
    margin-top: -10px;
    display: block;
}
.gray-600 {
    color: #868e96;
}
.tier .tier-info .tier-price {
    position: relative;
    font-size: 5em;
    margin-left: -15px;
    font-weight: 700;
}
.tier .tier-info .monthly {
    display: block;
    margin-top: -15px;
    margin-right: -5px;
}
.tier .tier-info .tier-price sup {
    top: -30px;
    margin-right: 4px;
    font-size: 0.35em;
}
.tier .tier-desc p {
    font-size: 0.9em !important;
    line-height: 22px;
    min-height: 120px;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
button.btn-outline-primary, a.btn-outline-primary {
    color: #ff6c2c;
    border-color: #ff6c2c;
    background: rgba(255,255,255,0);
}
.d-block {
    display: block !important;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: .7rem 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}
button.btn-outline-primary:hover, a.btn-outline-primary:hover {
    background: rgba(255,255,255,0.25);
    border-color: #ff6c2c;
    color: #ff6c2c;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #ff6c2c;
    border-color: #ff6c2c;
}
@media (min-width: 768px){
.tier .tier-level h3 {
    font-size: 2.25em;
}
}
