/* Layout: Two Column
Theme: Glow

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=Merriweather:400,700);

body {
  font: 14px/1.5 Merriweather, Georgia, serif;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #F2F2F2;
  padding-top: 30px;
}

#bottom { 
  clear: both; 
}

#orderForm { 
  background-color: #fff;
}

td {
  font: 16px/1.5 Merriweather, Georgia, serif;
  color: #003e5d;
}

img, img a {
  border: 0 none;
}

ul { 

  list-style-type: none;
  padding: 15px 0px 0px;
  margin: 0px;
}

li {
 background-image: url("https://api.propertyresourceshop.com/is_forms/images/green_checkbox.png");
    background-position: 0 0px;
    background-repeat: no-repeat;
    background-size: 32px auto;
    font-size: 16px;
    line-height: 1.57;
    padding: 0 0 12px 42px;
    margin-bottom: 1em;
}



/* 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;
  font-size: 13px; */
line-height: 19px;
color: rgb(136, 136, 136);

-moz-border-radius: 2px;
-webkit-border-radius: 2px;

border-radius: 2px;
background-color: rgb(247, 247, 247);
font-size: 16px;
min-width: 75px ;
padding: 12px 12px 12px 10px;
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.08) inset;
border: 1px solid rgb(215, 215, 215) ;
}



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

.checkout, .checkoutShort, .checkoutShortTop, .checkoutShortBottom, .checkoutShortest, .checkoutBottom, .checkoutTop, .qtyField, .optionsDrop {
  /* Form fields used in checkout forms */ 
  line-height: 19px;
  color: rgb(136, 136, 136);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: rgb(247, 247, 247);
  font-size: 16px;
  min-width: 75px ;
  padding: 12px 12px 12px 42px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.08) inset;
  border: 1px solid rgb(215, 215, 215) ;
  width: 68%; 
}

select {
  height: 43px;
  padding-left: 0px !important;
  text-indent: 25px;
}

#country, #shippingCountry { 
  min-width: 150px;
}

.pay1 .checkout, .pay2 .checkout, .pay3 .checkout, .pay4 .checkout, 
.pay1 .checkoutShortest, .pay2 .checkoutShortest, .pay3 .checkoutShortest, .pay4 .checkoutShortest
{
  /* Credit card fields */
  background-color: #FFFCED;
  padding: 12px;
}

.pay1 select.checkout, .pay1 select.checkoutShortest, .pay3 select.checkout, .pay3 select.checkoutShortest { 
  padding-left: 12px; !important;
  text-indent: 0;

}

.pay3 .checkout, .pay3 .checkoutShortest
{
  /* Credit card expirty date */ 
  width: 38%;
}

.pay4 .checkout, .pay4 .checkoutShortest 
{
  /* Credit card CVC fields */ 
  width: 85px;
}



.checkout:focus, .checkoutShort:focus, .checkoutShortTop:focus, .checkoutShortBottom:focus, .checkoutShortest:focus, .checkoutBottom:focus, .checkoutTop:focus, .qtyField:focus, .optionsDrop:focus
{
  background-color: #fff !important;
  border: solid 1px #96DB33 !important;
}

.pay1 .checkout:focus, .pay2 .checkout:focus, .pay3 .checkout:focus, .pay4 .checkout:focus, 
.pay1 .checkoutShortest:focus, .pay2 .checkoutShortest:focus, .pay3 .checkoutShortest:focus, .pay4 .checkoutShortest:focus
{
  background-color:#fff !important;
  border:solid 1px #EBC707 !important; 
}

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

.viewCart, .shippingTable, .billingTable, .paymentMethodTable, .shipMethodTable, .payplanTable, .orderSummary {
  border-collapse: collapse;
  background-color: #fff;
}

.viewCart 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 {
  /* Table headers 
  background-color: #f6eeda;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6eeda');
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f6eeda));
  background: -moz-linear-gradient(top, #fff, #f6eeda);
  background: linear-gradient(to bottom, #fff, #f6eeda);
  color: #003E5D;*/
color: #003E5D;
font-size: 18px; 
}

.viewCart td, .viewCartShort td, .payPlan td, .summaryCart td, .shippingInfo td, .billingInfo td, .paymentInfo td, .orderSummary td {
  /* Table cells */
  border-top: 1px solid #ddd;
  background-color: #fff;
}

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

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

.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: #fff;
  border: 1px solid #ddd;
  color: #003e5d;
}

.upsellRegPrice {
  font-style: italic;
}

.upsellPrice {
  color: #d44;
}

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



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

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

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

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



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

a {
  color: #1675a2;
}

a:hover {
  color: #1675a2;
}

.codeButton
{  
  float:right;
}

.codeButton, .continueButton, .upsellButton {  
  background: #a8d92f;
  background: -moz-linear-gradient(top, #a8d92f 0%, #7ec620 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a8d92f), color-stop(100%, #7ec620));
  background: -webkit-linear-gradient(top, #a8d92f 0%, #7ec620 100%);
  background: -o-linear-gradient(top, #a8d92f 0%, #7ec620 100%);
  background: -ms-linear-gradient(top, #a8d92f 0%, #7ec620 100%);
  background: linear-gradient(to bottom, #a8d92f 0%, #7ec620 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a8d92f', endColorstr='#7ec620', GradientType=0 );
  border: none;
  cursor: pointer;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  color: #fff;
  border-radius: 3px;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px -4px 0px rgba(0, 0, 0, 0.08);
  text-decoration: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;

}

.codeButton, #closeLightBox {
  font: bold 13px/1.2 'Lato', Arial, Helvetica, sans-serif;
}

#closeLightBox {
  width: auto;
  text-transform: none;
}


.codeButton {
  display:inline-block;
}

.continueButton, .upsellButton {
  font-size: 30px;
  text-transform: uppercase;
  padding: 20px 15px 22px 15px;
  width: 90%;
  display: block;
  float: none;
  margin: auto;
  text-align: center;  
}

.continueButton:hover, .upsellButton:hover {
  color: #fff;
  text-decoration: none; 
}

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



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

.errorMessage {
  color: #d44;
}

@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;
  }
}


/* Meron
===============================================================*/

#customHeader {
  background-color: #000;
  margin-top: -36px;
  min-height: 110px;
}

.header-img {
  margin: 20px 0 10px 20px;
  max-height: 85px;
  max-width: 95%;
  float: left;
}

#support { 
  float: right;
  height: 90px;
  overflow: hidden;
  position: relative;
  text-align: right;
  width: 308px;
  color: #eeeeee;
  font-size: 13px;
  padding-top:15px;
  padding-right: 20px;
}

#customheaderbox { 
  background: url("https://api.propertyresourceshop.com/is_forms/images/color_row.png") repeat-x scroll center top #f7f7f7;
  clear: both;
  margin-top: 0;
  padding: 31px 14px 29px;
min-height: 191px;}

.money-back-guarantee-top
{
  background: url('https://api.propertyresourceshop.com/is_forms/images/guarantee-color.png') no-repeat scroll left top transparent;
  width: 140px;
  height: 214px;
  margin: -31px auto 30px;
  float: right;
  margin-left: 30px;
}

.money-back-guarantee-top span { 
  display: block;
  clear: both;
  text-align: center;
  color: #FFF;
  padding: 4px 0px 0px 4px;
}


.money-back-guarantee-top span strong 
{
  display: block;
  clear: both;
  color: #FFF;
  font-weight: normal;
  font-size: 35px;
  line-height: 28px;
  text-align: center;
  padding: 25px 0px 0px 4px;
}

.product-img { 
  float: left;
  max-height: 141px;
  margin-right: 15px;
  overflow: hidden;
  padding-bottom: 52px;
  padding-top: 25px;
  max-width: 280px; 
}

#customheaderbox h1
{
  color: #585858;
  display: block;
  font-size: 32px;
  text-align: center;
}

#rightCol h1.spacer
{
  margin: 1em 0 .5em; 
}

#customheaderbox p{
  color: #666;
  font-size: 22px;
  font-weight: 100;
  line-height: 22px;
  margin-top: 15px;
  text-align: center;
}

#ORDER_FORM_PRODUCT_LIST { 
  display: none; 
}

#extendedfooter
{
  background: url("https://api.propertyresourceshop.com/is_forms/images/color_row.png") repeat-x scroll center top #383838; 
  width: 100%;
  text-align: center;
  padding: 25px 0px;
  color: #dedede;
  margin-bottom: 20px;
  margin-top: 31px;
  display: block;
  overflow: hidden;
}

.ff-backlink { 
  margin-top: .5em;
}

#firstName, #shipFirstName, #lastName, #shipLastName
{
  background: url(https://api.propertyresourceshop.com/is_forms/images/1_1.png) no-repeat 11px 17px #f7f7f7;
}


#shipAddressLine1, #shipAddressLine2, #addressLine1, #addressLine2 {
  background: url(https://api.propertyresourceshop.com/is_forms/images/6.png) no-repeat 11px 17px #f7f7f7 ;
}

#city, #shipCity { 
  background: url(https://api.propertyresourceshop.com/is_forms/images/3_3.png) no-repeat 11px 17px #f7f7f7 ;
}

#zipCode, #shipZipCode { 
  background: url(https://api.propertyresourceshop.com/is_forms/images/8.png) no-repeat 11px 17px #f7f7f7 ;
}

#state, #shipState { 
  background: url(https://api.propertyresourceshop.com/is_forms/images/7.png) no-repeat 11px 17px #f7f7f7 ;
}

#country, #shipCountry { 
  background: url(https://api.propertyresourceshop.com/is_forms/images/5.png) no-repeat 11px 17px #f7f7f7 ;
}

#emailAddress
{
  background: url(https://api.propertyresourceshop.com/is_forms/images/2.png) no-repeat 11px 17px #f7f7f7 ;
}

#intro-text { 
    background: url(https://api.propertyresourceshop.com/is_forms/images/color_row.png) repeat-x scroll center top #f7f7f7;
    clear: both;
    margin-top: 0;
    padding: 20px;
    font-family: Arial;
      font-size: 18px;
}

#intro-text p, #intro-text ul, #intro-text li, #intro-text h1, #intro-text h2, #intro-text h3 {
    max-width: 650px;
    margin: 0 auto 0.8em;
    line-height: 1.4;
    font-size: 18px;
}

#intro-text h1, #intro-text h2, #intro-text h3
{
  color: #333;
  display: block;
  text-align: center;
  text-transform: capitalize;
  font-weight: bold;
}


#intro-text h1 { font-size: 1.77em; } 
#intro-text h2 { font-size: 1.33em; } 
#intro-text h3 { font-size: 1.2em; } 

