/* Shrink the menus to ensure they stay on one row */
.crm-container #civicrm-dashboard .column .widget-content {
  padding-left: 10px !important;
}

#civicrm-menu.sm li a {
  padding-left: 5px !important;
  padding-right: 5px !important;

}

/* Get rid of CiviCRM Home on dashboard */
body.front > div#branding h1.page-title {
  display: none;
} 

#civicrm-menu-nav .crm-logo-sm {
  background: url("/sites/all/extensions/setup/images/poweron-tiny.png") no-repeat;

}

/* Make the quick search results easier to read. */
.ui-widget.crm-quickSearch-results { 
  line-height: 25px;
  font-size: 15px !important;
}


/* See: https://github.com/civicrm/org.civicrm.shoreditch/issues/531 */
#bootstrap-theme .select2-container .select2-choice {
  height: 26px;
}

.powerbase-dashlet {
  padding-left: 10px;
  padding-right: 10px;
}

/* 
 * Expand custom text field inputs - otherwise they are very narrow
 * on the core input forms.
 */
tr.custom_field-row input[type=text] {
  width: 300px;
}


