/**
 * 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/
 */
.txt-center{
	display:block-inline;
	text-align: center;
}
div#order-pure_comparison {
	padding:0 0 0 0;
	margin:auto;
    height: 100%;
    width: 100%;
	line-height:18px;
	font-size:14px;
	color:#666666;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}

.pricing-table{
	 
	
}
.price-center{
	text-align:center;
}
.price-li{
	display: inline-block;
	margin-right:30px;
}

#order-pure_comparison .price-box{
	width: 295px;
	background: #fff;
}

#order-pure_comparison .subject{
	text-align: center;
	font-size: 15px;
    font-weight: 800;
    line-height: 19px;
    padding-top: 20px;
	margin-bottom: 5px;
    float: none;
    
	text-transform: uppercase;
}
#order-pure_comparison .subject-line{
	height: 1px;
    width: 100px;
    background: #e1242a;
    margin: 0 auto;	
}
#order-pure_comparison .purpose{
	
	font-size: 15px;
	font-weight: 400;
	text-transform: none;
	margin: 15px 15px 30px 15px;
	
}
#order-pure_comparison .price{
	font-size: 30px;
    letter-spacing: -2px;
	color:#e1242a;
	font-weight: 700;
	line-height: 55px;
	
	width: 100%;
	min-height: 63px;
	text-align: center;
}
#order-pure_comparison .price span{
	font-size: 43px;
 }
 
#order-pure_comparison .price-btn{
	margin: 20px 70px;
    border: 2px solid #000b5b;
    font-size: 16px;
    line-height: 20px;
    padding: 5px 5px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase; 
    background: #030321;
    cursor: pointer;
}
#order-pure_comparison .price-btn a{
	color:#fff;
}
#order-pure_comparison .price-line{
	height: 1px;
    width: 250px;
    background: #e2e2e2;
    margin: 0 auto;	
}

#order-pure_comparison .features{
	font-size:15px;
	margin: 35px 0px 35px 0px !important;
	font-weight: 600;
	text-transform: none;
	line-height: 15px;
	padding-bottom:20px;
}

#order-pure_comparison .features span{
	display: block;
	padding: 3px 0px;
    list-style-type: none;
    margin: 10px 10px 10px 25px;
	text-align:left;
            
}

#order-pure_comparison .features span:before{
	content: "-";
    color: #e1242a;
    margin-left: -12px;
    
    font-size: 16px;
}

    

#order-pure_comparison a,
#order-pure_comparison a:hover,
#order-pure_comparison a:active,
#order-pure_comparison a:visited,
#order-pure_comparison a:link {
    outline:none;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
}


/* Sidebar */

html, body {
    overflow-x: hidden; /* Prevent scroll on narrow devices */
}

.row-product-selection {
    position: relative;
	background-color: #f3f3f3;
    left: 0;
    -webkit-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
}

.product-selection-sidebar {
    position: absolute;
    top: 0;
    left: -300px;
    width: 300px;
    display: none;
}

#btnShowSidebar {
    margin: 0 0 20px 0;
}








.panel-group .panel {
    margin-bottom: 4px;
}
.panel.panel-default {
    border-color: #e5e5e5;
        border-top-color: rgb(229, 229, 229);
        border-right-color: rgb(229, 229, 229);
        border-bottom-color: rgb(229, 229, 229);
        border-left-color: rgb(229, 229, 229);
}
.panel {
    font-size: 1em;
	border: 1px solid transparent;
	margin-bottom: 4px;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.panel-group .panel-heading {
    border-bottom: 0;
        border-bottom-color: currentcolor;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}


a {
    color: #337ab7;
    text-decoration: none;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.fa-angle-right::before {
    content: "\f105";
	color: #e1242a;
	
}

.fa, .fas {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
	color: e1242a;
}

.fa, .fab, .fad, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}


.panel-group {
    margin-bottom: 0px;
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #ddd;
        
}
.panel-heading a{
	color:#293038;
}
.panel-heading a:hover{
	color:#000;
	text-decoration:none;
}
.panel-heading a:visited{
	
	text-decoration:none;
}
.text-justify {
    text-align: justify;
}
.panel-body {
    padding: 10px 15px;
}


