
.js-form-item-civicrm-1-contribution-1-contribution-total-amount{
	display: none;
}

.js-webform-options-custom--buttons.required .webform-custom-options-button{
  border-color: red;
}





h1, 
h2, 
h3, 
h4 {
    color: #179379  !important;
}

#navbar-top, 
.navbar-expand-md .navbar-nav .dropdown-menu, 
.dropdown-item:focus,
.dropdown-item:hover, 
#navbar-top, 
.navbar-expand-md .navbar-nav .dropdown-menu, 
.dropdown-item:focus, .dropdown-item:hover,
#navbar-main, #wf-crm-billing-items caption{
    background-color: #179379  !important;
}

.btn.btn-primary, 
.is_recur-section .form-check.checked .square, 
.form-check-input:checked, 
.form-check-input:focus, 
.checked .form-check-label .square, 
#auto_renew_section.checked .form-check-label .square,
.webform-custom-options-button[data-option-value][aria-checked=true]:focus, 
.webform-custom-options-button[data-option-value][aria-checked=true], 
.webform-custom-options-button.checked {
    background-color: #179379  !important;
    border-color: #179379  !important;
}
.webform-custom-options-buttons {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.webform-custom-options-button {
  flex: 1;
  display: table-cell;
  margin: 0 5px 10px 5px;
  border: 3px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  padding: 10px;
  vertical-align: middle;
  text-align: center;
  color: #666;
}

.webform-custom-options-button .description {
  font-size: .8em;
}

.webform-custom-options-button[data-option-value]:hover {
  border-color: #999;
  color: #333;
}

.webform-custom-options-button[data-option-value]:focus {
  border-color: #999;
  color: #333;
}

.webform-custom-options-button[data-option-value][aria-checked=true] {
  border-color: #0074bd;
  color: #000;
}

.webform-custom-options-button[data-option-value][aria-checked=true]:focus {
  box-shadow: 0 0 5px #0074bd;
}

.webform-custom-options-button[data-option-value][aria-disabled=true],
.webform-custom-options-button[data-option-value][aria-disabled=true]:hover,
.webform-custom-options-button[data-option-value][aria-disabled=true]:focus {
  cursor: not-allowed;
  border-color: #ccc;
  color: #999;
}

@media (max-width: 600px) {
  .webform-custom-options-buttons {
    display: block;
    margin: 0;
  }

  .webform-custom-options-button {
    display: block;
    margin: 5px 0;
  }
}
