/*
Theme Name: Hartmann Create Theme
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Hartmann Create
Author URI: https://hartmanncreate.dk
Description: Et undertema til Hello Theme
*/

/* Make selected dates visually stand out */
.alpha td.highlight-date a, .alpha td.highlight-date span.ui-state-default{
    background-color: #9b9483 !important; /* yellow highlight */
    color: #fff !important;
}

/* Disable pointer events for all dates */
.alpha .ui-datepicker td.ui-state-disabled {
    pointer-events: none;
    cursor: default;
    opacity:1 !important;
}
.alpha .ui-datepicker-inline{width:100% !important;}

.alpha .ui-datepicker td span, .alpha .ui-datepicker td a{ text-align: center;}
.alpha td.ui-datepicker-unselectable.ui-state-disabled.ui-state-disabled span {
    background: #fff;
    color: #999;
	padding: 15px; 
}
.alpha .ui-datepicker td span, .alpha .ui-datepicker td a{text-align: center;}
.alpha table td,.alpha table th{
    line-height: 2.5;}
.alpha  span.ui-state-default{	
	border-radius: 15px;
	border-color: #fff;
}
.alpha .ui-datepicker-group.ui-datepicker-group-first {
    padding-right: 2px;
}
.alpha .ui-widget-header{
	border: 1px solid #EFE9E3;
    background: #EFE9E3;
	}
.alpha	th {
    border-block-start: unset !important;
}
span.ui-datepicker-month, .ui-datepicker-calendar th span {
    text-transform: capitalize;
}