/*
 * aida datepicker branding — overrides on top of the stock jQuery UI 1.12.1
 * base theme loaded from cdnjs in website/layouts/default.blade.php.
 * Everything else (structure, states, icon sprites) comes from the CDN.
 */

.ui-widget {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
}

.ui-widget-header {
	border: 1px solid #191F26;
	background: #EB3300;
	color: #ffffff;
}
.ui-widget-header a {
	color: #ffffff;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #191F26;
	background: #EB3300;
	font-weight: bold;
	color: #ffffff;
}
