/*SK*/
.smalltext {
  font-size: 12px;
}

.crm-container #civicrm-dashboard .crm-inactive-dashlet-fieldset .crm-dashlet-header h3 {
  font-size: 12px;
}

.crm-container .crm-inactive-dashlet-fieldset .crm-inactive-dashlet {
 width: 360px;
}

/*TY note*/
#custom_304_493 {
  width: 25em;
}

.crm-search-display-editable-buttons {
   top: 30px;
}

/* SK print */
@media print {
.breadcrumb, #civicrm-menu-nav, .btn-group, .footer, .crm-footer, .element-invisible, .add-or-remove-shortcuts, .crm-search-table-column-sort-icon, td:has(> input[type='checkbox']), th:has(> .btn-group), af-field, .crm-search-col-type-buttons, .pagination {display: none !important;}
.crm-page-title {font-size: 18px; text-transform: none !important;}
.crm-search-display {font-size: 12px;}
.branding, body.crm-menubar-visible.crm-menubar-over-cms-menu.admin-menu {padding-top: 0px !important;}
.crm-search-col-type-field, .crm-sortable-col {padding: 8px !important;}
#bootstrap-theme {box-shadow: none !important;}
a:link:after {content: none !important;}
}


/* Alan's contribution recur colours etc */
div.crm-container .gift-type-select label {
  border: 1px solid #92955E !important;
  font-color: #ffffff !important;
}

.gift-type-select div:hover,
.gift-type-select div.selected {
  background-color: #92955E !important;
}

div.crm-container .gift-type-select label {
    margin-bottom: 0px;
}

div.is_recur-section div.label {
  display: none;
}

/* main donate button */
.crm-contribution-main-form-block input.crm-form-submit, .crm-contribution-main-form-block button.crm-form-submit {
    background-color: #92955E !important;
}
