@charset "UTF-8";
/*  styles for the Donate page template : single-wpsu_pledge.php  */

/*** Validation Classes ***/
   label.error
   {
      color: RED;
      padding-left: 10px;
   }

/*** Donation Buttons ***/
   button.donateButton
   {
      padding: 10px;
      margin: 10px;
      width: 200px;
      height: 100px;
      font-size: 2em;
      border-radius: 5px;
      border: solid 1px #ccc;
      cursor: pointer;
   }
   button.donateButton:hover
   {
      border: solid 1px RED;
   }
   button.donateButton.active
   {
      background-color: RED;
      border: solid 4px RED;
      color: #FFF;
   }

/*** Amount of money styles ***/
   #otherAmountWrapper
   {
   }
   #otherAmountWrapperInnter span:first-of-type
   {
      font-size: 1.5em;
   }
   .text-muted
   {
       color: #999;
   }
   #amount, #gift-choice
   {
      font-size: 1.5em;
   }
   #amount.ubound_warning
   {
      border: solid 1px RED;
   }

/*** Warning Box ***/
   #minAmountWarning
   {
   }
   #extraAmountThanks
   {
      display: none;
      color: GREEN;
   }
   #extraAmountPassport
   {
      display: none;
      color: GREEN;
   }
   #extraAmountPassportEmail
   {
      display: none;
      /*color: GREEN;*/
   }

   input[type="checkbox"]
   {
        cursor: pointer;
        /* Double-sized Checkboxes */
        -ms-transform: scale(1.5); /* IE */
        -moz-transform: scale(1.5); /* FF */
        -webkit-transform: scale(1.5); /* Safari and Chrome */
        -o-transform: scale(1.5); /* Opera */
        padding: 10px;
        margin: 10px;
   }
   input[type="checkbox"] + label 
   { 
       cursor: pointer;
   }
   
   /* dont change font size on class add */   
   #minAmountWarning.donate_alert {
        font-size: inherit;
   }   
   
   .donate-caution { background: #ffc; padding: 1em 2em; border: 1px solid #cc9; margin: 0 0 1em 0 }
   
.donationamount
{
    border: 2px solid #fff;
    padding: 10px;
    margin: 0 1% 1em 0;
    width: 45%;
    float: left;
        /*min-height: 270px;*/
    min-height: 450px;
}
    
.donationamount blockquote { margin-top: .7em; }
.option { text-transform: uppercase; font-size: small; font-weight: bold; }


.donate_path {
    list-style-type:none;
    margin: 0;
    padding:0 0 1em 0;
}

.donate_path li {
    float:left;
    margin:0 10px 20px 0;
    width:120px;
    height:100px;
    position:relative;
	text-align: center;
	background-color: #fafafa;
	border-radius: 10px;
}
.donate_path i {
	font-size: 25px;
	line-height: 50px;
	padding-top: 10px;
}

.donate_path label, .donate-now input {
    display:block;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

.donate_path input[type="radio"] {
    opacity:0.01;
    z-index:100;
}

.donate_path input[type="radio"]:checked + label,
.Checked + label {
	background-color: gold;
	border-radius: 10px;
	color: #333;
}

.donate_path label {
    padding:5px;
    cursor:pointer;
    z-index:90;
	color: #666;
}

.donate_path label:hover {
    background-color: lightblue;
	border-radius: 10px;
	color: #333;
}
 
.whiteBG { background-color: lightgoldenrodyellow; }

.wpsu-pa-sticker { width: 150px; height: auto; }
.sticker-img { width: 170px; float: left; }
.sticker-form { float: left; }

@media only screen and ( max-width: 767px) { 
	   .donationamount { float: none; width: auto; min-height: inherit; } 
}

/*** NEW CHANGES - 2018 AUGUST                                  ***/
/*** these have not be integrated into the above older styles   ***/
/*** simply overridding them                                    ***/
.gift-wrapper
{
    border: solid 1px #2d76c8; 
    background-color: #fff; 
    margin-top: 10px; margin-bottom: 10px; 
    padding: 20px; padding-bottom: 0; border-radius: 5px;
    box-shadow: 5px 5px 5px #ccc;
}
.gift-wrapper img.alignleft
{
    width: 200px;
    height: auto;
}
select 
{
    padding: 0 5px;
    border-radius: 3px;
    height: 30px;
}
input, textarea
{
    border: solid 1px #999;
    border-radius: 3px;
}
#giftsustain, #giftonetime
{
    margin-bottom: 0;
}
#giftsustain_label span, #giftonetime_label span
{
    font-weight: bold; 
}
#giftsustain_label small, #giftonetime_label small
{
    display: block; 
    margin-left: 40px;
}
label.ongoing_amount 
{
    display: block;
    margin: 10px; 
    padding: 10px;
    width: 20%;
    min-width: 55px;
    float: left;
    text-align: center;
    font-size: 1.5em;
}
label.ongoing_amount small 
{
    font-size: 0.5em;
    text-transform: uppercase;
}
.donationamount 
{
    border: 1px solid #ccc;
    background-color: #eee;
    border-radius: 5px;
    padding: 10px;
    margin: 0 1% 1em 0;
    width: 45%;
    min-width: 320px;
    float: left;
        /*min-height: 325px;*/
    min-height: 450px;
    opacity: 0.75;
}            
.selectedBG
{
    background-color: #fff; /*rgba(250, 226, 77, 0.5);*/ /*#fae24d;*/
    border: solid 1px #2d76c8;
    box-shadow: 5px 5px 5px #ccc;
    border-radius: 5px;
    opacity: 1;
}
form.submitted input:invalid, form.submitted select:invalid
{
    border: solid 1px red;
}
.pointer, .pointer input[type='radio']
{
    cursor: pointer;
}
img.alignleft
{
    margin: 10px;
}
.option_warning
{
    padding:10px; display: block;
    color: red; font-size: 80%;
}
.continue_button_wrapper
{
    text-align: right; font-size: 1.5em; margin-bottom: 60px;
}
.benefit_item
{
    border: solid 1px #ccc;
    background-color: #eee;
    padding: 0px;
    width: 47%;
    float: left;
    margin-bottom: 10px;
    border-radius: 5px;
    overflow: hidden;
    min-width: 340px;
    margin-right: 20px;
    opacity: 0.75;
}
.benefit_item.included
{
    opacity: 1;
    border-color: #2d76c8;
}
.benefit_item h6
{
    margin-top: 10px;
    margin-bottom: -10px;
}
.benefit_item img
{
    margin: 10px;
}
.benefit_item_header
{
    padding: 5px; 
    color: #333; 
    text-align: left; 
    font-size: 0.85em;
    font-weight: bold;   
}
.benefit_item.included
{
    box-shadow: 5px 5px 5px #ccc;
}
.benefit_item.included .benefit_item_header
{
    color: #fff;              
    background-color: #10a8ef;
}
.benefit_item_header small
{
    font-weight: normal;
}
.benefit_item_header span i
{
    padding-left: 5px;
    padding-right: 5px;
}
.benefit_item_body
{
    padding: 5px; 
}
.benefit_item.included .benefit_item_body
{
    background-color: #fff; /*rgba(250, 226, 77, 0.5);*/ /*#fae24d;*/
}
.benefit_item_footer
{
    color: #333;
    padding: 2px; 
    text-align: center;
}
.benefit_item.included .benefit_item_footer
{
    background-color: #ccc; 
    color: #333;
}
.benefit_item a.learn_more
{
    text-decoration: none; font-size: 0.80em;
}
.benefit_item .benefit_item_header span.included
{
    display: none;
}
.benefit_item.included .benefit_item_header span.included
{
    display: block;
}           
.benefit_item.included .benefit_item_header span.not-included
{
    display: none;
}
.benefit_item .benefit_item_header span.not-included span
{
    color: RED;
    font-weight: bold;
}
.pinfo-wrapper
{
    float: left; width: 200px;
    padding: 5px;
    margin: 10px;
    height: 50px;
}
.pinfo-wrapper input
{
    height: 20px;
}
.pinfo-wrapper select, .select
{
    height: 30px;
}
hr
{
    margin-top: 20px;
    margin-bottom: 40px;
}
.min-amount-warnings
{
    text-align: center; color: RED;
    font-size:1em;
    padding: 5px;
    margin: 5px;
}
.i-heart-tvorradio
{
    opacity: 0.4; font-size: 0.7em; margin-top: 20px; display: block;
}
h3.donation-heading
{
    font-weight: bold;
    margin-top: 20px;
    border-top: solid 2px #ccc;
    padding-top: 40px;    
    text-shadow: 2px 2px 5px #ccc;
}
h3.donation-heading span
{
    display: block;
    font-size: 0.75em;
    font-weight: normal;
    line-height: 0.5em;
}
#membercard-popup, #sustainer-popup, #sustainer-already-popup /* copied from #passport-popup (passport.css) */
{
    width: 700px;
    background-color: #fff;
    padding: 25px;
    margin: 0;
    min-height: 300px;
}    
.donate_alert
{
    color: #c00;
    font-size: 80%;
    background-color: #fff;
    margin: 10px 0;
    margin-top: 0;
    padding: 10px;
    border: dotted 1px;
    border-radius: 5px;
    opacity: 0.75;   
}    
#extraAmountPassportEmail
{
    /*font-size: 0.75em;*
    /*color: rgb(44, 118, 199);*/
    display: block;
    padding-left: 20px;
    margin-top: 5px;
}
#extraEmailConfirmationWarning
{
    display: none; color: red;
}
#extraPassportOptOut
{
    color: RED;
}
.pull-right
{
    float:right;
}

#get-assistance
{
  background-color: #fff;
  padding: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}

