/* Layout: One Column
Theme: Basic Gray

Appearance.css contains the costmetic properties for your order
form, such as fonts, colors, background images and borders.

NOTE: There are additional classes that are not listed here
because they currently have no attributes. You can locate
these by downloading and using Firebug.
===============================================================*/

/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
This is the correct location for import, remove import link in layout.css when ready
*/

@import url('https://fonts.googleapis.com/css?family=Roboto');

body{
}

tbody, tr{
  background-color: #fff;
}

body, td {
    font: 15px/1.5 'Open Sans', Helvetica, Arial, sans-serif;
    color: #222;
}

img, img a {
    border: 0 none;
}

/* CUSTOM HEADER
===============================================================*/
.custom-header {
	width: 100%;
	background: #a3caff url("https://is184.files.keap.app/is184/is184-c08b5359-fca4-4652-b041-ef0eaf614651-v2") repeat-x scroll center bottom !important;
	position: fixed;
	left: 0;
	z-index: 100;
	border-bottom: 2px solid #a3caff;
}

.center-content {
	width: 960px;
	margin: 0 auto;
	height: 120px;
	padding: 20px 0 0;
}

.logo-container {
	display: inline-block;
	width: 40%;
	/* background-color: orange; */
	background: url(https://thepowerprogram.s3.amazonaws.com/Power+Builder+Social+Stream+logo-01.png);
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -999999px;
	height: 100px;
	/* clear: none; */
	vertical-align: top;
}

.site-menu {
	display: inline-block;
	width: 59%;
}

ul.menu {
    float: right;
	list-style: none;
}

ul.menu li {
	display: inline-block;
	text-transform: uppercase;
	font-weight: 600;
    padding: 10px 20px;
    margin: 0 5px;
}

ul.menu li:hover {
	background-color: #0063ad;
	border-radius: 5px;
	box-shadow: -4px 3px 0 0 rgba(0,0,0,0.2);
}

ul.menu li a {
	color: #fff;
    text-decoration: none;
}

#companyLogoTopBanner {
	display: none;
}


/* PRODUCT GRID
===============================================================*/

.priceBold {
    /* Price subtotal on bottom right of product grid */
    font-weight: bold;
}

.discountedPrice {
    text-decoration: line-through;
}

.totalPrice {
    /* Subtotal label on bottom left of product grid */
    font-weight: bold;
}

.soldOut {
    color: #e34825;
    font-size: 14px;
    text-transform: uppercase;
}

.outOfStockText {
    color: #e34825;
}

.qtyField:disabled {
    background-color: #e8e8e8;
}

.optionChosen {
    font-style: italic;
    color: #999;
    font-size: 14px;
}

.updateCart {
    /* Link to update quantity */
    font-size: 10px;
}

.promoField {
    /* Text fields for promo code */
    border: 1px solid #ddd;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    font-size: 13px;
}



/* FORMS
===============================================================*/

.checkout, .checkoutShort, .checkoutShortest, .checkoutBottom, .checkoutTop, .qtyField, .optionsDrop {
    /* Form fields used in checkout forms */
    border: 1px solid #ddd;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    font-size: 13px;
    color: #222;
}

.checkoutDone, .checkoutTopDone, .checkoutBottomDone {
    /* Form fields used on confirmation page */
    font-size: 13px;
    color: #222;
}

.viewCart, .shippingTable, .billingTable, .paymentMethodTable, .shipMethodTable, .payplanTable, .orderSummary {
    outline: 1px solid #ddd;
    border-collapse: collapse;
}

.viewCart th, .viewCartShort th, .payPlan th, .summaryCart th, .shippingInfo th, .billingInfo th, .billingTable th, .shippingTable th, .paymentInfo th, .signinTable th, .paymentMethodTable th, .shipMethodTable th, .payplanTable th, .orderSummary th {
    background-color: #0063ad;
  color: #fff;
}

.viewCart td, .viewCartShort td, .payPlan td, .summaryCart td, .shippingInfo td, .billingInfo td, .paymentInfo td, .orderSummary td {
    border-top: 1px solid #ddd;
}

.subtotal {
    background-color: #f5f5f5;
    font-weight: bold;
}

.cartDiscount {
    /* Discount text */
    color: #f00;
}

.paymentDate, .paymentAmount, .financeDate, .financeAmount { /* Shown in payplan pay schedule box */
    font-size: 12px;
}

.payplanSummaryHeader { /* Header for payplan pay schedule box */
    font-size: 12px;
    font-weight: bold;
}



/* UPSELLS
===============================================================*/

#upsellContainer {
    overflow: hidden;
}

.upsell {
    background-color: #fcfbe9;
    border: 1px solid #f1edb4;
}

.upsellRegPrice {
    font-style: italic;
}

.upsellPrice {
    color: #ff0000;
}

.upsell img {
    border: 1px solid #ddd;
}



/* TYPOGRAPHY
===============================================================*/

h1 {
    /* Used for product names */
    font-size: 16px;
}

h2 {
    /* Used for upsell product names */
    font-size: 16px;
}

h3 {
    /* Used for upsell headline */
    font-size: 15px;
    font-weight: normal;
    color: #555;
    text-transform: uppercase;
}



/* LINKS AND BUTTONS
===============================================================*/

a {
    color: #1675a2;
}

a:hover {
    color: #1675a2;
}

.codeButton, .continueButton {
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    color: #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    border: solid 1px #666;
    * Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f3b32a+0,f2a100+45,fca62d+50,f3b32a+55,f9cf36+100 */
background: #f3b32a; /* Old browsers */
background: -moz-linear-gradient(top, #f3b32a 0%, #f2a100 45%, #fca62d 50%, #f3b32a 55%, #f9cf36 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #f3b32a 0%,#f2a100 45%,#fca62d 50%,#f3b32a 55%,#f9cf36 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #f3b32a 0%,#f2a100 45%,#fca62d 50%,#f3b32a 55%,#f9cf36 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3b32a', endColorstr='#f9cf36',GradientType=0 ); /* IE6-9 */
}


.disabledButton {
    margin-bottom: 10px;
    opacity: 0.5;
}

.upsellButton {
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.1);
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
    border: solid 1px #666;
    background: #444;
    background: -webkit-gradient(linear, left top, left bottom, from(#777777), to(#444444));
    background: -moz-linear-gradient(top, #777777, #444444);
    background: linear-gradient(to bottom, #777777, #444444);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#777777', endColorstr='#444444');
}

.codeButton:hover, .continueButton:hover, .upsellButton:hover {
    color: #000;
    * Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9cf36+4,f3b32a+44,fca62d+50,f2a100+59,f3b32a+99 */
background: #f9cf36; /* Old browsers */
background: -moz-linear-gradient(top, #f9cf36 4%, #f3b32a 44%, #fca62d 50%, #f2a100 59%, #f3b32a 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #f9cf36 4%,#f3b32a 44%,#fca62d 50%,#f2a100 59%,#f3b32a 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #f9cf36 4%,#f3b32a 44%,#fca62d 50%,#f2a100 59%,#f3b32a 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9cf36', endColorstr='#f3b32a',GradientType=0 ); /* IE6-9 */
    text-decoration: none;
}

.codeButton:active, .continueButton:active, .upsellButton:active {
    position: relative;
    top: 1px;
}



/* MISC
===============================================================*/

.errorMessage {
    color: #dd4949;
}

@media only screen and (max-width : 960px) {
    .viewCart td, .viewCartShort td, .payPlan td, .summaryCart td, .shippingInfo td, .billingInfo td, .paymentInfo td, .orderSummary td {
        border-top: none;
    }

    .viewCart tr:not(:first-child) {
        border-top: 1px solid #ddd;
    }
}

