/* 
highlight the drupal civicrm menu item 
while civi is active.
*/
body.page-civicrm #admin-menu li.civicrm a {
background-color: #0a5697;
color: #fff;
padding-bottom: 1em;
margin-bottom: -1em;
}

body.page-civicrm.adminimal-menu div#admin-menu {
border-bottom:1px solid #0a5697;
}

/* 
shift the civi menu down below the drupal menu 

#civicrm-menu {
top: 29px!important;
background: #0a5697 repeat-x; 
z-index:1001;
}

body.admin-menu .navbar-static-top, body.admin-menu #content-top, body.admin-menu #branding, body.admin-menu #page{
	position:relative;
	top:28px;
}
*/
/* 
hide the logout button, drupal has that 
*/
#civicrm-menu #menu-logout {
display:none;
}

/* 
hide the home menu dropdown. instead, 
create a custom 'dashboard' menu item 
*/
#civicrm-menu li.menumain.crm-link-home {
display:none;
}
#civicrm-menu li#crm-qsearch.menumain.crm-link-home {
display:list-item;
}

/* improve the search bar and print icon */
#civicrm-menu #crm-qsearch input {
font-size: 1.1em;
margin-top: 2px;
}

#crm-container div#printer-friendly {
margin-top:-4em;
}

#civicrm-menu #crm-qsearch input{
	color:#333;
}

.crm-container fieldset.crm-profile-id-39 legend{
	display:none;
}
.crm-container fieldset.crm-profile-id-39{
	border-top:none;
}

.priceset-group .form-layout-compressed{
	display:none;
}
/* add margin to leader profiles */
.field-name-field-prof-info-group .ds-1col.view-mode-excerpt {
  margin-bottom: 20px;
}
/* event register page css */
.crm-container .CRM_Event_Form_Registration_Register .crm-section .label {
  width: 18%;
}
.crm-container .event_footer_text-section {
  margin-top: 50px;
}

