#page-body-container {
  padding-top: 75px;
}

#pageBody{
  padding: 0;
  background: #FFF;
  border-radius: 3px;
  margin-bottom: 75px;
  margin-top: 20px;
}

.btn-demo a.btn.selected {
  background-color: #428BCA;
  border-color: #428BCA;
  color: #fff;
}

.btn-demo span.input-group-addon.selected {
  background-color: #428BCA;
  border-color: #428BCA;
  color: #fff;
}

.ccField{
	background: url('/images/responsive/sprite/icon-s44616efca3.png') 0 -2716px;
	display: block;
	position: absolute;
	width: 17px;
	height: 23px;
	right: 10px;
	top: 10px;
}
h4.panel-title{
  padding-top:20px;
}

#bg {
  position: fixed;
  z-index: -1;
  background-size: cover;
  background-position: right;  
  -moz-background-size: cover;
  background-position: right;
  -webkit-background-size: cover;
  -o-background-size: cover;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#poster-bg {
  position: fixed;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: rgba(255,255,255,1);
  background: -moz-radial-gradient(90% 50%, ellipse cover, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 47%, rgba(219,219,219,1) 100%);
  background: -webkit-gradient(radial, 90% 50%, 0px, center center, 100%, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(245,245,245,1)), color-stop(100%, rgba(219,219,219,1)));
  background: -webkit-radial-gradient(90% 50%, ellipse cover, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 47%, rgba(219,219,219,1) 100%);
  background: -o-radial-gradient(90% 50%, ellipse cover, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 47%, rgba(219,219,219,1) 100%);
  background: -ms-radial-gradient(90% 50%, ellipse cover, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 47%, rgba(219,219,219,1) 100%);
  background: radial-gradient(ellipse at 90% 50%, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 47%, rgba(219,219,219,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dbdbdb', GradientType=1 );
}

#donation-page .form-group {
  margin-bottom: 15px;
}
#designation {
  width: 90%;
}

.buttonNest {
  background: #efefef;
  border-bottom: 3px solid #ed1b2e;
  padding: 20px;
  margin: 0 -20px 0 -20px; /* compensates for section margin */
  -webkit-box-shadow: inset 0px 2px 3px 0px rgba(220,220,220,1);
  -moz-box-shadow:    inset 0px 2px 3px 0px rgba(220,220,220,1);
  box-shadow:         inset 0px 2px 3px 0px rgba(220,220,220,1);
}

.login-drawer {
  background: #efefef;
  padding: 20px;
  margin: 0 -20px;
  border-bottom: 1px solid #ddd;
  -webkit-box-shadow: inset 0px 2px 3px 0px rgba(220,220,220,1);
  -moz-box-shadow:    inset 0px 2px 3px 0px rgba(220,220,220,1);
  box-shadow:         inset 0px 2px 3px 0px rgba(220,220,220,1);
}

section {
  margin: 0 20px 2em 20px;
}
section:last-child {
  margin-bottom: 0;
}

div.radio {
  margin-bottom: 20px;
}

#donation-page .form-control-feedback {
  top: 32px;
}

a.tooltips span.glyphicon {
  color: #aaa;
}

/* Tool tip over ride */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 8px 10px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  background-color: #a2a2a2;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #a2a2a2;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #a2a2a2;
}
.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-width: 5px 5px 0;
  border-top-color: #a2a2a2;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #a2a2a2;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #a2a2a2;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #a2a2a2;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #a2a2a2;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #a2a2a2;
}

/* End Tool Tips */
.payment-methods div.border-wrapper {
  text-align: center;
  border-radius: 3px;
  border: solid 1px #aaa;
  padding: 5px;
  line-height: 4em;
}

.payment-methods div.border-wrapper span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}

table#payment-method-selection {
  margin-top: 1em;
  text-align: center;
  width: 100%;
}

table#payment-method-selection td {
  padding: 1em 0;
}

table#payment-method-selection td.selected {
  background-color: #ededed;
}

table#payment-method-selection td:first-child {
  border-right: solid 1px #ededed;
}

table#payment-method-selection tr:first-child td {
  border-bottom: solid 1px #ededed;
}

#payment-method-cc            img { width: 80% }
#payment-method-masterpass    img { width: 40% }
#payment-method-paypal        img { width: 40% }
#payment-method-visa-checkout img { width: 40% }

.payment-method-form .donate-now-with {
  padding: 0.5em;
  font-size: 12px;
  /* text-transform: uppercase; */
}

#prefooter {
  background-color: rgba(256, 256, 256, 0.75);
  position: relative;
}

#prefooter ul#contact-us {
  font-size: 12px;
  font-weight: bold;
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 0.25em;
  background-color: white;
  border-radius: 0 0 5px 5px;
  position: relative;
  top: 30px;
  display: inline-block;
  float: left;
  -webkit-box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.1);
  -moz-box-shadow:    0px 2px 2px 1px rgba(0,0,0,0.1);
  box-shadow:         0px 2px 2px 1px rgba(0,0,0,0.1);
}

#prefooter ul#contact-us li {
  display: inline-block;
  padding: 0 0.25em;
  border: solid 1px #ddd;
  border-radius: 3px;
  min-width: 21px;
  text-align: center;
}

#prefooter ul#contact-us li a {
  color: #777;
}

#prefooter ul#contact-us li a:hover {
  color: #428bca;
}

#prefooter ul#contact-us li.contact-us {
  padding: 0 0.5em;
}

#footer {
  background-color: #efefef;
  padding: 3em 0;
  font-size: 12px;
}

#footer h4 {
  margin-top: 0;
  font-size: 14px;
  font-weight: bold;
}

#footer p {
  line-height: 14px;
}

#footer #bbb-image img {
  width: 100px;
}

#footer #non-profit-explainer {
  padding-bottom: 2em;
}

#footer #non-profit-explainer p {
  font-style: italic;
  color: #aaa;
  padding: 1em 0;
  font-size: 11px;
}

#footer #print-and-mail {
  padding: 1em;
}

#footer #print-and-mail .icon {
  background: url("/images/responsive/mailing-list.png") no-repeat;
  background-position: center;
  width: 40px;
  height: 40px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: -8px;
}

#footer #print-and-mail .shadow-wrapper {
  position: relative;
  padding: 1.8em;
  -webkit-box-shadow: 0px 1px 4px 1px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 1px 4px 1px rgba(0,0,0,0.1);
  box-shadow: 0px 1px 4px 1px rgba(0,0,0,0.1);
}

#footer #print-and-mail p {
  line-height: 18px;
}
#footer #print-and-mail .address {
  line-height: 14px;
  font-weight: bold;
  padding-bottom: 0.5em;
}

hr.dotted-separator {
  border-style: dotted;
  padding: 0;
  margin: 1px 0 0 0;
  border-color: #aaa;
}

#footer ul#links {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 10px;
  color: #aaa;
}

#footer ul#links li {
  display: inline-block;
  padding: 0 0.25em;
}
/* Page Heading */
div#pageBody.col-sm-6 section h1{
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 20px;
  display: inline-block;
}

.dd-option-image {
  width: 32px;
  float: left;
}

.dd-option-title {
	font-size: 13px;
	margin-bottom: 2px;
	white-space: normal;
	line-height: initial;
}

.dd-option-title, .dd-option-description {
  margin-left: 42px;
  margin-right: 16px;
}

.dd-option-description {
  text-overflow: clip;
  white-space: normal;
  font-size: 11px;
  line-height: 14px;
  color: #999;
}

#fg-designation {
  min-height: 88px;
}

#fg-designation .ui-select-container .btn {
  padding: 10px;
}
.ui-select-container .btn-default {
  background-color: transparent;
}

#fg-designation .ui-select-choices-row {
  border-bottom: solid 1px #ddd;
  padding: 10px 0;
}
#fg-designation .ui-select-choices-row:last-child {
  border-bottom: none;
}

#fg-designation .ui-select-choices-row.active {
  background-color: #eee;
}

#fg-designation .ui-select-choices-row.active > a {
  background-color: transparent;
}
#fg-designation .ui-select-choices-row.active .dd-option-title {
  color: #000;
}

.donation-option-info {
  margin-bottom: 2em;
}
.donation-option-info p {
  color: #999;
  /* margin-left: 20px; */
  font-size: 11px;
  line-height: 14px;
}
.donation-option-info img {
  margin-left: 10px;
  float: right;
  width: 26px;
}

#fg-designation ul.ui-select-choices {
  padding: 0;
  max-height: none;
}

#fg-designation .ui-select-choices-row > a {
  padding: 0 10px;
}

/* xs to small desktop/tablet breakpoint */
@media (min-width: 768px) and (max-width: 991px) {
  /* Override grid width */

  /* Simulates 9 cols. */
  #pageBody.col-sm-6 {
    width: 75%
  }
  #poster-column.col-sm-5.col-sm-offset-1 {
    width: 16.66666667%;
    margin-left: 8.33333333%;
  }
}

/* xs breakpoint */
@media (max-width: 768px) {
  #page-body-container {
    padding-top: 0;
  }
  .buttonNest {
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  #prefooter ul#contact-us {
    width: 100%;
    text-align: center;
    top: 0;
    box-shadow: none;
    margin: 1em 0;
  }

  #prefooter ul#contact-us li {
    padding: 8px !important;
    font-size: 16px;
    min-width: 40px;
  }

  #footer {
    margin-bottom: 0;
  }
  #footer {
    background: #fff;
  }
  #footer ul#links {
    text-align: center;
  }
  #footer ul#links li {
    font-size: 11px;
    padding: 4px;
  }

  table#payment-method-selection td img { width: 50%; }
  table#payment-method-selection td#payment-method-cc img { width: 90%; }
}

.fieldCvv{
  width:100px;
  display: inline-block;
  margin-right:10px !important;
}

.thankyou-body#pageBody{
	margin-bottom: 0px;
}
#formContainer #return-user-statement
{
	font-size: 14px;
    font-weight: bold;
    padding-bottom: 10px;
}
@keyframes highlight-effect {
  0%   { background-color: rgba(255, 255, 218, 1); }
  20%  { background-color: rgba(255, 255, 160, 1); }
  100% { background-color: rgba(255, 255, 160, 0); }
}

@-webkit-keyframes highlight-effect {
  0%   { background-color: rgba(255, 255, 218, 1); }
  20%  { background-color: rgba(255, 255, 160, 1); }
  100% { background-color: rgba(255, 255, 160, 0); }
}

.highlight-effect {
  -webkit-animation-name: highlight-effect;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
  -webkit-animation-timing-function: linear;
  animation-name: highlight-effect;
  animation-duration: 3s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-timing-function: linear;
}

#donation-thanks-page ol#next-steps li {
  margin-bottom: 1em;
}

#donation-thanks-page ol#next-steps li .btn {
  margin: 0.5em 0 1em 0;
}
#payment-method-selection td{
	width:50%;	
}
.hidden{
	display:none;
}
#logoutLink{
	float: right;
	text-align:right;
	font-weight: 600;
	font-size:11px;
}
#logoutLink a{
	 cursor: pointer;
}

#donation-page form .has-error .validation-error {
  color: #a94442;
}

#donation-page form .has-error .validation-error:before {
  content: ''
}

#donation-page div .has-error .validation-error {
  color: #a94442
}

#donation-page div .has-error .validation-error:before {
  content: ''
}

#donation-page .margin-left-10 .validation-error {
  margin-left: 10px;
}