#crm-container.crm-public div.label{
    text-align:left;
}

.crm-container .label label{
    font-weight:bold;
}

#crm-container.crm-public .price-set-row span.crm-price-amount-label{
    font-weight:normal;
}

#crm-container.crm-public .price-set-row .highlight span.crm-price-amount-label{
    font-weight:bold;
}

#crm-container.crm-public .price-set-row span.crm-price-amount-amount{
    font-weight:bold;
}

 .crm-container.crm-public .select2-container a.select2-choice{
    padding:0;
    padding-left: 10px;
}

.crm-container div.crm-search-tasks{
    padding: 10px 15px 15px;
}

/* SUBMIT BUTTON STYLE  */
#crm-container span.crm-button{
  padding:0;
  border: none;
}
#crm-container .crm-button .crm-form-submit, #crm-profile-block > div.crm-submit-buttons > a {
  padding: 15px;
  margin: 0px;
  /* IE6 only */
  border: none;
  background-color: #222;
  box-sizing: content-box;
  display: inline-block;
  float: left;
  width: auto;
  font-weight: 800;
  line-height: 1;
}

#crm-profile-block > div.crm-submit-buttons > a{
  background-image: none;
}

.crm-i.fa-check, #crm-profile-block > div.crm-submit-buttons > a i{
  display:none;
}

/* KEEP ASTRISK ON THE SAME LINE AS LABEL */
.crm-section.billing_name_address-section div.label, .crm-block .credit_card_info-group div.label, .crm-section.other_amount-section, .crm-public-form-item.crm-section.email-5-section, .crm-section.other_amount-section, .crm-public-form-item.email-5-section, .crm-profile-name-event_registration .label, .crm-section.price_set-section .label {
	white-space:nowrap;
}

/* STYLE THE FIELDSETS */

div.crm-container fieldset {
	border: 1px solid #bbb;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
  min-width: 0;
}

.crm-container fieldset legend {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding: 4px;
  background: none;
  border: medium none;
  background-color: transparent;
  color: #3E3E3E;
  position: relative;
  text-indent: 0px;
  width: auto;
}

#crm-container.crm-public .crm-section,
div.crm-section {
  margin-bottom: 15px;
}

/* MODIFY HEIGHt and WIDTH OF TEXT INPUT FIELDS */
#crm-container.crm-public .crm-block input[type="text"],
#crm-container.crm-public .crm-block input[type="password"],
#crm-container.crm-public .crm-block input[type="email"],
#crm-container.crm-public .crm-block select {
  font-size: 0.85em;
  padding: 2px 5px 0;
}

/* ADDED BORDER BOX SIZING AND UPDATED HEIGHT TO ACCOMODATE CHANGE */
#crm-container.crm-public input[type="text"],
#crm-container.crm-public input[type="password"],
#crm-container.crm-public input[type="email"],
#crm-container.crm-public select {
  box-sizing: border-box;
  height: 2.5em;
}

/* PROVIDE SUFFICIENT SPACE TO THE LEFT PAYMENT PAGE COLUMNS */
.crm-container .crm-section div.content {
  margin-left: 25%;
  width: 100%;
}

/* CORRECT WIDTH FOR CC EXP */
#crm-container.crm-public div.crm-block select {
    width:20%;
}

/* ADD SPACE BTW INPUTS */
#crm-container.crm-public div.crm-section{
	margin-bottom: 15px;
}

/* REMOVE PRINT BUTTON */
#crm-container .fa-print {
    display:none;
}

/* SECURITY CODE */
#crm-container input#cvv2 {
    max-width: 60px;
    display: inline;
}

/* FORCE WIDE TABLES TO SCROLL INSTEAD OF OVERFLOWING OFF THE PAGE */
.crm-main-content-wrapper form{
	overflow: scroll;
}

/* LABELS ON THEIR OWN ROW */
	#crm-container .label {
    display: block;
    float: none;
}

/* HIDE HIDDENT ELEMENTS */
#crm-container .label.hiddenElement {
    display: none;
}

/* 100% WIDTH for profile search  textfields  */
#crm-container.crm-public .CRM_Profile_Form_Search .crm-block input[type="text"],
#crm-container.crm-public .CRM_Profile_Form_Search .crm-block input[type="password"],
#crm-container.crm-public .CRM_Profile_Form_Search .crm-block input[type="email"],
#crm-container.crm-public .CRM_Profile_Form_Search .crm-block select {
  width: 100%;
}

/* 25% WIDTH for textfields  */
#crm-container.crm-public .crm-block input[type="text"],
#crm-container.crm-public .crm-block input[type="password"],
#crm-container.crm-public .crm-block input[type="email"],
#crm-container.crm-public .crm-block select {
  width: 25%;
}

/* PROVIDE SUFFICIENT SPACE TO THE LEFT PAYMENT PAGE COLUMNS */
.crm-container .crm-section div.content {
  margin-left: 0;
}

/* MOBILE CORRECT WIDTH FOR LABELS */
#crm-container.crm-public div.label{
    width: 100%;
}

/* move helper text to right of input */
.crm-section.price_set-section input{
    display:inline-block;
    margin-right:10px
}

/* set the reoccuring inputs to the same line */
#crm-container #frequency_interval, #crm-container #installments{
    width:10%;
    display:inline-block;
}


div#crm-container.crm-container {
    max-width: 100%;
}

.crm-public-form-item label, #priceset label {
    display: inline;
}

#_qf_Main_reload {
    float: right;
}

.cividiscount #_qf_Main_reload {
    float: none;
    padding: 15px;
    margin: 0px;
    border: none;
    background-color: #222;
    background-image: none;
    box-sizing: content-box;
    display: inline-block;
    width: auto;
    font-size: 0.875rem;
    font-weight: 800;
    line-height: 1;
}

/* add padding to radio/checkbox label */
div.crm-container input[type="checkbox"]+label ,div.crm-container input[type="radio"]+label{
    padding-left:7px;
}

/* this is to correct the width of the discount module table*/
.crm-container .cividiscount.form-layout-compressed td.label, .crm-container table.cividiscount.form-layout-compressed {
    width: auto;
}


/*/ PRICE SET CONTENT TO FIT INSIDE CONTAINER */
.price_set-section .content {
    width: 100%;
}

/* force auto width on profile search option menu */
.select2-drop.select2-drop-above.select2-drop-active, .crm-container.crm-public .select2-container, .crm-container.crm-public .select2-drop{
  width:auto;
}

/* ALIGN THE PAGE NUMBER LEFT IN THE PAGER NAVIGATION */
.crm-container div.crm-pager input {
    text-align: left;
}
/* CORRECT IN HONOR OF SECTION */
.crm-public-form-item.honor_block-group .content{
  width: 100%;
  float: none;
}

/* VOICE FOUNDATION TWEAKS */
.crm-public-form-item.honor_block-group .honor_block_text-section{
  display: none;
}

.honor_block-group .content .crm-form-radio[type="radio"] ~ .crm-form-radio[type="radio"], .payment_processor-section .content .crm-form-radio[type="radio"] ~ .crm-form-radio[type="radio"]{
  margin-left: 10px;
}

/* FIT ALL THE INPUT FEILDS INTO THE CRM CONTAINER */
@media only screen and (max-width: 1340px) {
   .crm-section .edit-value.content {
    width:100%;
  }
}

@media (max-width:640px){
  /* 100% WIDTH for textfields  */
  #crm-container.crm-public .crm-block input[type="text"],
  #crm-container.crm-public .crm-block input[type="password"],
  #crm-container.crm-public .crm-block input[type="email"],
  #crm-container.crm-public .crm-block select {
    width: 95%;
  }
}

/*
 #crm-container.crm-public div.label {
     width: 100%;
     text-align: left;;
     padding-bottom: 3px;
}

#crm-container.crm-public div.content {
    width: 100%;
    clear:left;
margin-left: 0px !important;
}
*/
#crm-container.crm-public .price-set-row label {
margin-left: 5px;
}


#crm-container.crm-public td.labels.font-light label {
   margin-left: 5px !important;
   padding-top: 5px;
}



/* Civi Form 
https://www.cooldavis.org/civicrm/?civiwp=CiviCRM&q=civicrm%2Fcontribute%2Ftransact&reset=1&id=27
*/
#crm-container.crm-public .crm-block input[type="text"], #crm-container.crm-public .crm-block input[type="password"], #crm-container.crm-public .crm-block input[type="email"] {
    width: 60%;
    display: inline !important;
}
#crm-container.crm-public .crm-block select {
    width: 60%;
    //display: inline !important;
}

#pledge_frequency_interval, #pledge_installments {
	width: 20% !important;	
}
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="date"], input[type="url"], select {
	line-height: 20px !important;
}
input.crm-form-radio + label, input.crm-form-checkbox + label {
    margin-left: 5px !important;
}

#crm-container.crm-public div.crm-section {
    margin-bottom: 0px;
}
legend { margin-bottom: 5px; }

#editrow-first_name > div.label { width: 20%; }

/* set lengths of recurring contribution fields */
#crm-container.crm-public .crm-block input#price_85,
#crm-container.crm-public .crm-block input#frequency_interval,
#crm-container.crm-public .crm-block input#installments {
  width: 75px;
}

#crm-container.crm-public div#s2id_frequency_unit {
  width: 150px !important;
}
  
#crm-container.crm-public .crm-block input#is_recur {
  margin-right: 0px !important;
}
  
#crm-container.crm-public fieldset.crm-profile.crm-profile-id-62.crm-profile-name-Contribution_Contact_Information_62,
#crm-container.crm-public fieldset.crm-profile.crm-profile-id-234.crm-profile-name-Contribution_Amount_234 {
  margin-top: 30px;
}



/* Greenleaf Edits - DO NOT REMOVE */
/*GTI 2022-11-16 fix checkboxes on search views */
.crm-i.fa-check {
	display:contents;
	}
/*END fix checkboxes on search views */

/*GTI 2022-12-14 space search fields in form builder search forms */
.af-container.af-layout-cols > *  {
	margin: 10px 10px 10px 5px;
}
/*end 2022-12-14 mods*/

/* GTI 2023-03-09 remove Enable CiviCRM Admin  block on Settings page */
#civicrm_options_permissions {
    display: none;
}
/* end 03-09 mods */

/*Fancy donate form*/

/* fix first button mis-aligned */
#crm-container.crm-public  .contribution_amount-content .price-set-row,
#crm-container.crm-public  .membership_amount-content .price-set-row {
    margin-bottom: 0px;
}

/*italic descriptions*/
.crm-container .contribution_amount-content .description,
.crm-container .membership_amount-content .description {
	font-style: italic;
}

.contribution_amount-content .price-set-option-content input[type="radio"] + label,
.membership_amount-content .price-set-option-content input[type="radio"] + label { 
   text-align:center;
   float: left;
   width: 160px;
   background-color: #fefefe;
   margin: 4px;
   border-radius: 4px;
   border: 1px solid #1D4E3F;
   overflow: auto;
   padding: 13px 6px;
}

.contribution_amount-content .price-set-option-content input[type="radio"]:checked + label, 
.membership_amount-content .price-set-option-content input[type="radio"]:checked + label, 
.price-set-option-content input[type="radio"]:checked + label .crm-price-amount-amount, 
.price-set-option-content input[type="checkbox"]:checked + label {
    background-color: #BED2C9;
}

#crm-container.crm-public .contribution_amount-content .price-set-row  .contribution_amount-content .crm-price-amount-label,
#crm-container.crm-public .membership_amount-content .price-set-row .membership_amount-content .crm-price-amount-label {
    display: none;
}

#crm-container.crm-public .contribution_amount-content .price-set-row input, #crm-container.crm-public crm-form-radio,
#crm-container.crm-public .membership_amount-content .price-set-row input, #crm-container.crm-public crm-form-radio {
    vertical-align: middle;
    cursor: pointer;
	display: none;
}

.contribution_amount-section > .label > label,
.membership_amount-section > .label > label {
    color: #1D4E3F !important;
}

#crm-container.crm-public .contribution_amount-content .price-set-row .crm-price-amount-amount,
#crm-container.crm-public .membership_amount-content .price-set-row .crm-price-amount-amount {
    min-width: 2em;
	    color: #000;
}

.crm-container .contribution_amount-content .label label,
.crm-container .membership_amount-content .label label {
	color:  #000;
}

.crm-container .contribution_amount-content fieldset legend,
.crm-container .membership_amount-content fieldset legend {
    color: #1D4E3F;
	padding: 10px;
}

.contribution_amount-section,
.membership_amount-section {
    max-width:600px;
}

/*fixes spacing of recurring and on behalf of organization section */
#crm-container.crm-public .is_recur-section div.label,
#crm-container.crm-public .is_for_organization-section div.label {
    display:none;
}

/*fixes spacing and width in preferred communication methods section */
#helprow-preferred_communication_method,
#editrow-preferred_communication_method {
    margin-bottom: 0px !important;
    max-width: 550px;
}
#editrow-preferred_communication_method input {
    margin-right: 10px;
}

/* end Fancy Donate Form edits */

/* put a box around the Fee sections in Events to match the other sections of the page and align radio buttons GTI 2023-03-28 */

div.crm-container .event_fee_s_-section {
    border: 1px solid #bbb;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
    min-width: 0;
}

/* create proper margin for sold out items in price sets */
span.sold-out-option {
    margin-left:15px;
}

div.crm-container input[type="checkbox"] + label, div.crm-container input[type="radio"] + label {
  padding-left: 0px;
}
input.crm-form-checkbox {
    margin-right: 0px;
}
/* end 2023-03-28 edits */
/* don't display Civi page Titles */
div.crm-title {
display:none;
}
/* end */

/* Greenleaf - widths on public Civi pages  2026-01-01 */
#crm-container.crm-public fieldset.crm-profile,
#crm-container.crm-public fieldset.crm-public-form-item,
#crm-container.crm-public fieldset.billing_mode-group,
#crm-container.crm-public fieldset.billing_name_address-group, 
#crm-container.crm-public div#on-behalf-block {
  width: 60%;
  min-width: 375px;
}