/*-----------------------------------------------------------------------------------*/
/* CiviCRM Front-end Global */
/*-----------------------------------------------------------------------------------*/ 

/* headings container */
#crm-container .widget-controls, .crm-container .crm-accordion-header, .crm-container .header-dark {background: #262626 !important;}

.crm-container .crm-accordion-wrapper .crm-master-accordion-header, #crm-container .widget-content .crm-accordion-header, .crm-container .header-dark {
	color:#fff !important;
	padding:10px;
}

/* make search directory accordina a button */
.crm-accordion-header.crm-master-accordion-header {
    display: inline-block;
    border-radius: 4px;
}

/* background of civi */
.crm-container .crm-form-block, .crm-container .crm-search-tasks, .crm-container div#alpha-filter, .crm-container .crm-pager {background:none;}

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

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

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

/* 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"] {
	width: 25%;
}

@media (min-width:501px){
/* 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%;
}

/* broken so disabling.
.crm-container .crm-button {
        width: 15%;
}
*/
}

/*-----------------------------------------------------------------------------------*/
/* Start Mobile */
/*-----------------------------------------------------------------------------------*/ 
 
@media (max-width:500px){
  /* Mobile view for profiles  */
  #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 
   #crm-container.crm-public .crm-block select2 {
    width: 95%;
  }
  
/* mobile profile fields on own line */  
  #crm-container.crm-public .label {
    display: block;
    float: none;
	text-align:left;
	width: 100%;	
}

/* field labels */
#crm-container.crm-public .label {
 font-size:16px;
 padding:0px; 
}

.crm-container .crm-section .content {margin-left:0% !important;}


/* field labels 
#crm-container.crm-public .label {
 font-weight:bold;
}
*/

.crm-container .crm-button {
        width: 98%;
	line-height:220%;
}
}

/*-----------------------------------------------------------------------------------*/
/* End Mobile */
/*-----------------------------------------------------------------------------------*/ 
#crm-container.crm-public .price-set-row .highlight .crm-price-amount-label, #crm-container.crm-public .price-set-row .highlight .crm-price-amount-amount {
  color:#fff !important;
  font-weight:900;
}

#pricevalue {
	color:#545454;
	font-weight:900;
}
/*
#crm-container.crm-public .price-set-row .crm-price-amount-label, #crm-container.crm-public .price-set-row .crm-price-amount-amount {color:#545454 !important;}
*/

/* select2 fix */
.crm-container.crm-public .select2-container .select2-choice {padding: 0px 10px !important;}

/* padding to price label */
.crm-price-amount-label {padding:5px;}

fieldset legend {
	margin-bottom:0px;
	font-weight:900 !important;
}

.crm-container fieldset legend {
	font-size:17px;
	font-weight:inherit;
}	

/* No CRM title */
#crm-container .crm-title {display:none;}

/* margin between fields */
#crm-container.crm-public .crm-section,
div.crm-section {
  margin-bottom: 5px;
}

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

#crm-container.crm-public .crm-container input.crm-form-text {padding:5px;}

/* price values */
span.price-set-option-content {font-size:16px;}

.content.description, .crm-container .description {
	font-weight: inherit;
	clear: both;
	display:block;
	color:#666;
}

/* Table header */
.crm-container table, .crm-container th, #crm-container tr.columnheader a {
	font-size: 16px !important;
}

 .crm-container th {
	background-color:#ffcd00;
	color:inherit;
}

/* profile tables should scroll */
#crm-container.crm-container.crm-public div#crm-main-content-wrapper #Search.CRM_Profile_Form_Search {overflow: scroll;}

/* sticky header for search kit display */
div.crm-search-display-table table thead tr {
  position: sticky;
  top: 10px;
  box-shadow: 0 2px 2px -1px rgb(0 0 0 / 40%);
}

/* remove search results on public profiles */
#crm-container.crm-container.crm-public .crm-search-tasks {
    display: none;
}

#crm-container.crm-container.crm-public .crm-container .ui-icon, .crm-container .crm-icon {display:none;}

/* background color of profile tables */
#crm-container.crm-container.crm-public .odd-row {background-color:white;}

#crm-container.crm-container.crm-public .even-row {background-color:#f9f9f9;}
 
#crm-container.crm-container.crm-public .odd-row:hover, #crm-container.crm-container.crm-public .even-row:hover {
	background-color:#e6e6e6;
	font-weight:bold;
}

/* odd rows white */
#bootstrap-theme .table-striped > tbody > tr:nth-of-type(2n+1) {
  background-color: white;
}

 #bootstrap-theme .table-striped > tbody > tr:hover{
        background-color:#e6e6e6;
}

.crm-container .crm-pager {
	height:inherit;
}

/* radio buttons height overide table row height css below */
td.labels.font-light {
    padding: 0px !important;
}

/* table row height  
.crm-container td, .crm-container table {
	padding:15px;
}

/* remove back to listings link */
.action-link a {display:none;}

/* remove data search fields in view county affiliate listing page */

#profilewrap24 #row-email_Primary a, #profilewrap24 #row-custom_197 a {
pointer-events: none;
color:#d9d9d9 !important;
}

/* Links 
td.crm-url a, .crm-container a.crm-hover-button.action-item {color:#002855 !important;} */

/*URL hover color */
td.crm-url a:hover {color:#025b97;}

/* remove printer friendly icon */
#crm-container div#printer-friendly {display:none !important;}

/* confirmation page buttons */
#crm-container.crm-public #crm-submit-buttons {
	margin: 0px 0px 50px 0px;
	}
	
/* search directory */
.crm-container .crm-master-accordion-header+.crm-accordion-body {padding:10px 0;}


/* pager on profiles */
#crm-container.crm-public .CRM_Profile_Form_Search .crm-block input[type="text"] {width:inherit;}

#crm-container .element-right {margin-right:0px;}
#crm-container .float-right {float: right;}
#crm-container .float-right {clear:both;}
/*
div.crm-container label {font-weight:300;}
*/
/* font size for intro on forms */
#Content .crm-container .crm-form-block p  {font-size:17px;}

/* CiviVolunteer */

/*remove search */
.crm-vol-half-responsive.crm-vol-opp-search {display:none !important;}

/* commitments box full width */
.crm-vol-half-responsive.crm-vol-opp-cart {width:100%;}

#Search.CRM_Profile_Form_Search body {color:inherit;}

/* remove contact type icon from profiles */
.icon.crm-icon.Individual-icon, .icon.crm-icon.Organization-subtype-icon {display: none;}

/* Submit Button */
.crm-container .crm-button, .crm-container a.button {
	padding: 15px 50px;
	background: #ffcd00;
	text-shadow:none;
	font-size: 20px;
	font-weight:900;
	color: #262626;
	border: none;
	line-height:200%;
}

.crm-container .crm-button:hover,.crm-container .crm-button:focus, #_qf_Main_upload-bottom:focus, .crm-contribute-button-inner:hover {
	background:#e6b800;
	color:white;
	transition:all .5s ease;
}

.crm-i.fa-check {display: none;}

/* transition  civi button */
.crm-container .crm-button:hover, .crm-container .crm-button:active {
	transition: all .5s ease;
}

/* button margin for empowered by civicrm */
#civicrm-footer {
    margin-top: 5em;
}


/* fix event registration footer text clear */
#crm-container.crm-public .crm-section, .crm-section {
    clear:both;
}

/* message status */ 
.crm-container .status, .messages.help, .crm-container .help, .crm-container #help, .messages.status.no-popup {
	box-shadow: 0px 0px 3px 1px rgba(39,68,114,0.3);
	padding:.75em;
	background-color:transparent;
	border:none;
	margin:1em 0em;
	background: #fafafa;
	font-weight: inherit;
	font-size: 15px;
	border-left: 4px solid #ffcd00;
}

.crm-container .status.crm-ok {
    border-color: #ffcd00;
    background-color: transparent;
}

.messages.help p {font-size:15px;} 

/* hr */
.crm-container hr {
    background-color: #ffcd00;
}

#crm-profile-block.crm-container.crm-public h5 {
border-bottom: 1px solid #ffcd00; 
font-size: 17px;
font-weight:900;
}

/* premiums */
#crm-container.crm-public #premiums-listings .premium.premium-disabled .premium-full-disabled {
font-weight:inherit;
font-size: 15px;
}

.crm-container .crm-form-block, #crm-container.crm-public #premiums-listings .premium.premium-no_thanks .premium-full, #crm-container.crm-public #premiums-listings .premium.premium-no_thanks .premium-short {
font-size: inherit;
}

/*-----------------------------------------------------------------------------------*/
/* Front-end Torch Eagle */
/*-----------------------------------------------------------------------------------*/ 

/* style field borders */
#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, .crm-container textarea, .crm-container input.crm-form-text {
	background: #d9d9d9 !important;
	border:none;
}

#crm-container.crm-public input[type="text"]:focus, #crm-container.crm-public input[type="password"]:focus, #crm-container.crm-public input[type="email"]:focus, #crm-container.crm-public select:focus, .crm-container textarea:focus {
    box-shadow: 0px 0px 5px 2px rgba(39,68,114,0.5);
	background: #f2f2f2 !important;
}

/* column header */
#crm-container.crm-container.crm-public th {
	background-color: #ffcd00;
	color:#262626;
}

/* profile form label *
.crm-container fieldset legend {
	color:#d9d9d9;
}
*/

div.crm-container label {font-weight:inherit;}

/* highlight donation amount selection */
/* #crm-container.crm-public .price-set-row .highlight .crm-price-amount-label {color:white;} */

#crm-container.crm-public .price-set-row .crm-price-amount-amount, #crm-container.crm-public .price-set-row .crm-price-amount-label {
	font-size: 17px;
	line-height:150%;
	font-weight:normal;
	}

/* profile horizontal line color */
.crm-container fieldset {border-top: 1px solid #ffcd00;}

/* civi button */
.crm-container input[type="button"] {
	background:#ffcd00;
	border:none;
	text-shadow: none;
	color:#56565a;
  }

/* other issues width */
#custom_340 {width:40%;}

/* table font-weight */
.crm-container .font-light {font-weight: inherit;}

/* remove colon on price sets */
.crm-price-amount-help-post-separator {display: none !important;}

.crm-section.crm-error-message {
    margin-top: 10px;
}

#editrow-preferred_communication_method > div.label > label {
    text-transform: initial;
}

#editrow-do_not_trade {
    color: red;
}

#civicrm-footer {border:none;}

/* afform */
.af-container.af-layout-inline {
    margin-bottom: 2%;
}

/* contribution page progress meter */
.crm-contribute-widget .crm-amount-fill {
  background-color: #ffcd00 !important;
}
