/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

/* Ben Custom Text */
.text-black {
    color: black !important;
}

.datepicker td.disabled-date {
	text-decoration: line-through;
	color: #ccc !important;
	opacity: 0.6;
}
.datepicker table tr td.disabled.disabled-date,
.datepicker table tr td.disabled.disabled-date:hover {
	text-decoration: line-through !important;
	color: #999 !important;
	background-color: #f5f5f5 !important;
	cursor: not-allowed;
}

h4, .h4 {
font-weight: 400;
}