/* hide all blocks on left side and selectively show them to prevent flash content */
#sidebar-left { display: none; }
/* #sidebar-left .block.block-civicrm { display: none; }
#sidebar-left #block-civicrm_3 { display: block; } */

/* format Register Participant in Multiple Events */
#additional-contact-information { vertical-align: middle; }

.crm-container .crm-error, .crm-container .crm-inline-error {
	line-height: 25px;
}
.label p {
	font-weight: normal;
	font-style: italic;
	font-size: 12px;
	max-width: 200px;
	white-space: normal;
	text-shadow: none;
}

/* hide location on activities */
.crm-activity-form-block-location, #activity_location, [for="activity_location"] {
	display: none;
}

/* additional entity details */
.lalgbt-contact-details, .lalgbt-event-details { 
	margin-top: 20px;
}
.crm-lalagbt-contact-ref {
	display: block;
}

/* activity custom field formatting (and more) */
.crm-container .form-layout td.label,
.crm-container .form-layout-compressed td.label {
	width: auto;
}

/* demographics styling changes for dropping custom fields up top */
.contact_basic_information-section .form-layout-compressed  table {
	margin: 0;
}
.contact_basic_information-section .form-layout-compressed .label {
	float: none;
	font-size: inherit;
	text-shadow: none;
}

/* link button styling */
.crm-button-link {
	padding: 5px 5px !important;
    float: left !important;
    /* text-shadow: none !important; */
    color: #fff !important;
}

/* format images on ych restricted frontend list */
.com_civicrm.task-civicrmlalgbtychrestricted .crm-contact_image img {
    width:  auto;
    height:  auto;
    max-width: 300px;
}

/* summary hook content */
.crm-container a.button.age-button {
	color: #000;
}

/* highlight rows by age */
.birthday_unknown, .birthday_unknown td {
	background: #dfe6e9 none repeat scroll 0 0 !important;
}
.birthday_ok, .birthday_ok td {
	background: #55efc4 none repeat scroll 0 0 !important;
}
.birthday_almost_25, .birthday_almost_25 td {
	background: #ffeaa7 none repeat scroll 0 0 !important;
}
.birthday_over_25, .birthday_over_25 td {
	background: #ff7675 none repeat scroll 0 0 !important;
}

/* Afform Custom Styling for YCH Intake */
af-form af-field .crm-af-field .crm-form-date-wrapper {
	display: flex;
}
af-form af-field .crm-af-field .crm-form-date-wrapper .crm-form-time {
	width: 5em !important;
}
af-form af-field .crm-af-field .crm-form-radio {
	margin-left: 10px !important;
}

/* Custom Styling for Civi Profile YCH Intake */
/* .crm-profile-name-Test_Listing_17 .editrow_custom_1909-section {
	display: none;
} */