/**
 * @file
 * Form Styling
 */

form:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
 
 
.form-item /* Wrapper for a form element (or group of form elements) and its label */ {
  margin: 0;
}

.form-item input.error,
.form-item textarea.error,
.form-item select.error /* Highlight the form elements that caused a form submission error */ {
  border: 1px solid #c00;
}

.form-item label /* The label for a form element */ {
  display: block;
  font-weight: bold;
}

.form-item label.option /* The label for a radio button or checkbox */ {
  display: inline;
  font-weight: normal;
}

.form-required /* The part of the label that indicates a required field */ {
  color: #c00;
}

.form-item .description /* The descriptive help text (separate from the label) */ {
  font-size: 0.85em;
}

.form-checkboxes .form-item,
.form-radios .form-item /* Pack groups of checkboxes and radio buttons closer together */ {
  margin: 0; /* Drupal core uses "0.4em 0" */
}

.form-submit /* The submit button */ {
}

.container-inline div,
.container-inline label /* Inline labels and form divs */ {
  display: inline;
}

.tips /* Tips for Drupal's input formats */ {
}


/*
 * Password confirmation
 */
.password-parent,
.confirm-parent {
  margin: 0;
}


/*
 * Search (search-block-form.tpl.php)
 */
form#search-block-form {
border-radius: 8px 8px 8px 8px;
padding: 5px;
background-color: #0067ac;
margin:0 0 0 0;
	} 
 
 #block-search-form {
    float: right;
	
}
 
 form#search-block-form input.form-text {
    background: none repeat scroll 0 0 #FFFFFF;
}

form#search-block-form .container-inline {
    margin-bottom: 0;
    margin-top: 0;
	width:200px;
}

form#search-block-form .container-inline .form-actions, .container-inline.form-actions {
    float: right;
    height: 24px;
   margin-bottom: 0;
    margin-right: 5px;
    margin-top: 2px;
    width: 24px;
}

form#search-block-form input.form-submit {
    height: 24px;
	width: 24px;
    padding: 10px;
}
 
form#search-block-form input.form-submit:hover {

} 


/*
 * Drupal's default login form block
 */
#user-login-form {
  text-align: left; /* LTR */
}


/*
 * OpenID
 *
 * The default styling for the OpenID login link seems to assume Garland's
 * styling of list items.
 */

#user-login-form ul /* OpenID creates a new ul above the login form's links. */ {
  margin-bottom: 0; /* Position OpenID's ul next to the rest of the links. */
}

html.js #user-login-form li.openid-link,
#user-login-form li.openid-link /* The "Log in using OpenID" link. */ {
  margin-top: 1.5em;
  margin-left: -20px; /* LTR */ /* Un-do some of the padding on the ul list. */
}

#user-login-form li.user-link /* The "Cancel OpenID login" link. */ {
  margin-top: 1.5em;
}

#user-login ul {
  margin: 1.5em 0;
}


/*
 * Drupal admin tables
 *
 * We overrode these styles in html-reset.css, but restore them for the admin
 * section of the site.
 */

form th {
  text-align: left; /* LTR */
  padding-right: 1em; /* LTR */
  border-bottom: 3px solid #ccc;
}

form tbody {
  border-top: 1px solid #ccc;
}

form tr.even {
  background-color: #fff;
}

form table .item-list ul {
  margin: 0;
}
#customer-pane .fieldset-description {
display:none;
}

#webform-client-form-5398 .email {
width: 230px;
}

.page-events #node-5398 {
background-color: #F1ECF2; 
padding:10px;
}

.page-events #webform-client-form-5398 .email {
    width: 190px;
	background-color:#fff;
}

.page-events #webform-client-form-5398 .form-text {
    width: 190px;
	background-color:#fff;
}


.region-sidebar-second .block-webform
{
background-color: #F1ECF2; 
padding:10px;
}

.region-sidebar-second .email {
    width: 190px;
	background-color:#fff;
}

.region-sidebar-second .form-text {
    width: 190px;
	background-color:#fff;
}

.region-sidebar-second .form-text{
    width: 190px;
	background-color:#fff;
}


.page-events .views-exposed-form .views-exposed-widget {
padding: 0em 0 0 0.5em;
}

.form-managed-file .form-file, .form-managed-file .form-submit {
    margin: 0 10px 0 0;
}

/*
 * Donate wrapper
 */


div.get_involved_wrapper {
}

.panel-col-top div.get_involved_wrapper {
height:212px;
margin:11px 0 0 0;
}


.page-get-involved div.pane-block-60 h2.pane-title, .page-get-involved div.pane-block-59 h2.pane-title, .page-get-involved div.pane-block-58 h2.pane-title
, .page-get-involved-donate   .pane-block-60 h2.pane-title , .page-get-involved-donate   .pane-block-59 h2.pane-title, .page-get-involved-donate   .pane-block-58 h2.pane-title
{
 
text-transform: uppercase;
padding: 0.5em 0.8em 0.5em 2em;
font-size: 1.5em;
margin:0.5em 0 0 0;
color:#fff;
background: url("../images/hand-purple-big.png") no-repeat scroll 0 0 #FFC52E;
 margin: 0;
 color:#51215B;
background-position: left 5px top 15px;
}






div.get_involved_wrapper .left {
  /*  background-image: url("/sites/all/themes/fft/images/donate-back-a.jpg"); 
    background-position: top left;
    background-repeat: no repeat;*/
    margin: 0;
	width:24%;
	float:left;
	min-height:219px;
	min-width:200px;
	background:#00B259;
	}

div.get_involved_wrapper .middle {
     /*background-image: url("/sites/all/themes/fft/images/donate-back-b.jpg");
    background-position: top left;
    background-repeat: no repeat;*/
	position:relative;
    margin: 0 0 0 0px;
	}	

div.get_involved_wrapper .middle  {
 background-image: url("../images/gi-slide.png");
 min-height:245px;
 background-position: top left;
 background-repeat: no-repeat;
 background-size: 100%;
	}


div.get_involved_wrapper .middle .donate-intro * {
	filter:alpha(opacity=100);
	position:relative;
	}	
	
	
div.get_involved_wrapper .ss, div.get_involved_wrapper .dd{
     /*background-image: url("http://private.freedomfromtorture.org/testsite/sites/all/themes/responsive_fft/images/gi-slide.png");
    background-position: top left;
    background-repeat: no repeat;*/
    margin: 0px;
	width:100%;
	background:#ffc52e;
	min-height:165px;
	padding-top:1em;
	}	

.region-sidebar-second	div.get_involved_wrapper .ss, .region-sidebar-second	div.get_involved_wrapper .dd {
	min-height:230px;
}
	

	
div.get_involved_wrapper	input {
    border: medium none;
    padding: 5px;
	background-color:transparent;
}

div.get_involved_wrapper	.ss  input.sub_donate {
    background-color: #51215b;
	cursor:pointer;
	color:#fff;
}

div.get_involved_wrapper	.dd input.sub_donate {
    background-color: #51215b;
	cursor:pointer;
	color:#fff;
}

div.get_involved_wrapper	input.sub_donate:hover {
    background-color: #fff;
    color:#000;
	}


div.get_involved_wrapper	label {
    display: inline;
	color:#51215b;
}

div.get_involved_wrapper form {
    background-color: transparent;
    margin: 0 1em 0 1em;
    padding: 0;
	line-height: 1.2em;
}

div.get_involved_wrapper input[type="text"] {
    background-color: #fff;
    border-color: #DDDDDD;
    border-style: solid;
    border-width: 1px;
    display: inline;
    margin-left: 5px;
    width: 70px;
}


div.get_involved_wrapper  .reason {
width:50%;
float:right;
Padding:10px;
}


div.get_involved_wrapper  .donate-image {
width:50%;
float:right;
padding:0px 30px 0px 10px;
text-align: right;
}

.node-type-appeal-landing-page  form {
    background-color: transparent;
    margin: 0;
    padding: 0;
}

.page-get-involved  .sanderson-flipped-column-content-row1 .sanderson-flipped-column1, .page-get-involved  .sanderson-flipped-column-content-row1 .sanderson-flipped-column2,.page-get-involved  .sanderson-flipped-column-content-row1 .sanderson-flipped-column3 {
    background-color: #FFC52E;
	min-height: 245px;
}



.page-get-involved  .sanderson-flipped-column-content-row1 div.get_involved_wrapper .ss, .page-get-involved  .sanderson-flipped-column-content-row1 div.get_involved_wrapper .dd {
    background: none repeat scroll 0 0 #FFC52E;
    margin: 0;
    min-height: 0;
    padding-top:0;
    width: 100%;
}




  
form#webform-client-form-6899 label{
font-size: 0.9em;
}

form#webform-client-form-6899 {

}

form#webform-client-form-6899 div{
padding: 5px;
}

form#webform-client-form-6899 div div{
padding: 0px;

}

form#webform-client-form-6899 div div.form-type-radio{
width:50px;
float:left;
}

#webform-client-form-6899 input {
position: relative;
max-width: 98%;
}

#webform-client-form-6899 #webform-component-title {
 float: left;
}

#webform-client-form-6899 #webform-component-first-name {

 float: left;
}

#webform-client-form-6899 #webform-component-first-name input {
width:100%;
}

#webform-client-form-6899 #webform-component-last-name {
 float: left;
}

#webform-client-form-6899 #webform-component-last-name input {
width:100%;
}

#webform-client-form-6899  #webform-component-email {
 float: left;
}

#webform-client-form-6899  #webform-component-email input {
width:100%;
}

#webform-client-form-6899  .form-actions {
width:40px;
float:left;
margin-top: 1.5em;
}

#webform-client-form-6899  input {
border: 1px solid #CFCFCF;
    height: 30px;
    padding: 0px;
    vertical-align: middle;
}

#webform-client-form-6899  input.form-submit {
border: none;
    height: 25px;
	min-width:50px;
}

.form-type-uc-quantity input {
border:1px solid #ddd;
background-color:#fff;
padding:7px;
}



@media (max-width: 600px) {

  input[type=text],
  input[type=email],
  input[type=url],
  input[type=password],
  textarea,
  select {
    width: 100%; 
	margin:0 0 0.5em 0;
  }
}


input.button {
    background-color: #ECB731;
    border: medium none;
    color: #510458;
    font-weight: bold;
    height: 30px;
    margin: 5px;
    padding: 5px 5px 10px;
    text-transform: uppercase;
}

input.button:hover {
    background-color: #510458;
	color:#fff;
	cursor:pointer;
}


#block-webform-client-block-3598 {
padding:10px;
background-color:#eee
}

.node-type-features #block-webform-client-block-3598 {
margin-top: 3em;
}

.add-to-cart .form-item, .add-to-cart .form-actions {
    margin-bottom: 0em;
    margin-top: 0em;
}





/*
 * Donate button embedded in content
 */

.global_donate_button form::after {
display:inline;

}

#block-block-78.clearfix::after{
height:50px;
display:inline;
}
#block-block-78 .global_donate_button.clearfix::after{
height:50px;
display:inline;
}

.single_donation_button {
    color: #0068ac;
    background-color: #ffc52e;
    margin: 20px 0.5em 20px 0;
    padding: 5px 20px;
	cursor:pointer;
	font-weight: bold;
	font-size:1.1em;
	float:left;
}

.single_donation_button:hover {
   background-color: #51215b;
   color:#fff;
}

div.global_donate_button form#single-donations-paypal-button input.sub_donate {
    background: transparent url("../images/paypal-small.gif") no-repeat scroll 0 0;
    color: #000000;
    cursor: pointer;
    height: 30px;
    width: 62px;
    margin:0;
	font-size:0;
}

div.global_donate_button form#single-donations-paypal-button input.sub_donate:hover {
    background: transparent url("../images/paypal-small-hover.gif") no-repeat scroll 0 0;
}

/*
 * Solidarity donate widget
 */

form#donation-suggestion.autoglobal input[type="radio"], form#donation-suggestion-global-2.autoglobal input[type="radio"]
{
display: none;
}

form#donation-suggestion.autoglobal label, form#donation-suggestion-global-2.autoglobal label  {
    background-color:#f1ecf2; 
    cursor: pointer;
    display: inline-block;
    height: 60px;
    transition-duration: 180ms;
    transition-property: background-color, color;
    width: 100%;
	text-align: center;
    border:2px solid #ffc52e;
	}

form#donation-suggestion.autoglobal .form-item-Amount, form#donation-suggestion-global-2.autoglobal .form-item-Amount {
    color: #cdc8c0;
    font-size: 26px;
    line-height: 60px;
    flex-basis: 100%;
	}

form#donation-suggestion.autoglobal .form-radios, form#donation-suggestion-global-2.autoglobal .form-radios	{
    content: " ";
    display: table;
    display: flex;
    margin: 15px 0 0px;
 }
 
#quicktabs-solidarity form#donation-suggestion.autoglobal input[type="radio"]:checked + label, #quicktabs-solidarity form#donation-suggestion-global-2.autoglobal input[type="radio"]:checked + label {
    background-color: #13b5ea;
    color: #fff;
	margin:0;
}

form#donation-suggestion.autoglobal input[type="radio"]:checked + label, form#donation-suggestion-global-2.autoglobal input[type="radio"]:checked + label {
    background-color: #13b5ea;
    color: #fff;
	margin:0;
}


form#donation-suggestion.autoglobal input[type="text"]:focus, form#donation-suggestion-global-2.autoglobal input[type="text"]:focus {
background-color: #13b5ea;
color:#fff;  
}

#quicktabs-solidarity ul.quicktabs-tabs, #quicktabs-body_content_i_d_like_to_donate ul.quicktabs-tabs {
    min-height: 40px;
    font-size: 20px;
	width:98%;
	padding:0;
}
 
#quicktabs-solidarity ul.quicktabs-tabs li a, #quicktabs-body_content_i_d_like_to_donate ul.quicktabs-tabs li.active a {
    background-color: transparent;
    color: #51215b;
    cursor: pointer;
    padding: 0.6em;
} 

#quicktabs-solidarity ul.quicktabs-tabs li.active a, #quicktabs-body_content_i_d_like_to_donate ul.quicktabs-tabs li.active a{
    background-color: #ffc52e;
    color: #0068ac;
}  
 
#block-quicktabs-body-content-i-d-like-to-donate h2 {
margin-bottom:1em; 
}
 
 
div.autoglobaldonate .ss input.sub_donate  {
font-size:20px;
}

div.autoglobaldonate .ss form#single-donations-paypal  input.sub_donate {
text-indent:-9999px;
}


.donation-teaser span {
font-weight:bold;
font-size:20px;
color: #510458;
}

.donation-teaser p {
margin:0.5em 0 0 0;
color:#666;
}
	
/*
 * Solidarity email widget - 
*/	
	
#webform-client-form-9146 input  {
font-size:20px;
}

#webform-client-form-9146 input.form-submit {
    background-color: #ecb731;
    height: 42px;
    margin: 0 5px 0 0;
    padding: 5px 5px 10px;
}

#webform-client-form-9146 .email.form-text {
    width: 100%;
}


.form-item-submitted-opt-in-1 label.option {
font-size:xx-small;
color:#666;
}

.field-name-field-opt-in label, .field-name-field-survivor-subscribe label,  .field-name-field-survivor-opt-in label {
    display: none;
}

.field-name-field-opt-in {
display:none;
}
.page-node-9243 .field-name-field-opt-in {
display:inline-block;
}




 #subscription-entityform-edit-form .field-name-field-country label {
    position: relative;
}

.page-homepage .entitytype-short_subscribe-form input.form-text 
{width:100%;}