/* Minification failed. Returning unminified contents.
(29,25): run-time error CSS1039: Token not allowed after unary operator: '-theme-ui-widget-content-background-color'
(30,25): run-time error CSS1039: Token not allowed after unary operator: '-theme-ui-widget-content-background-image'
(31,28): run-time error CSS1039: Token not allowed after unary operator: '-theme-ui-widget-content-background-position'
(32,26): run-time error CSS1039: Token not allowed after unary operator: '-theme-ui-widget-content-background-repeat'
(42,25): run-time error CSS1039: Token not allowed after unary operator: '-theme-calendar-border-color'
(43,19): run-time error CSS1039: Token not allowed after unary operator: '-theme-calendar-background-color'
(53,25): run-time error CSS1039: Token not allowed after unary operator: '-theme-calendar-border-color'
(55,19): run-time error CSS1039: Token not allowed after unary operator: '-theme-calendar-background-color-hover'
(56,14): run-time error CSS1039: Token not allowed after unary operator: '-theme-calendar-color'
(62,19): run-time error CSS1039: Token not allowed after unary operator: '-theme-state-active-color'
(63,14): run-time error CSS1039: Token not allowed after unary operator: '-theme-menu-dropdown-hover-color'
(70,25): run-time error CSS1039: Token not allowed after unary operator: '-theme-menu-background-color-hover'
(79,14): run-time error CSS1039: Token not allowed after unary operator: '-theme-primary-color'
 */
/*!
 * jQuery UI CSS Framework 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
@import "base.css";
@import "theme.css";

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: segoe ui,Arial,sans-serif;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: segoe ui,Arial,sans-serif;
}

.ui-widget-content {
	background: none; /*reset*/
	background-color: var(--theme-ui-widget-content-background-color);
	background-image: var(--theme-ui-widget-content-background-image);
	background-position: var(--theme-ui-widget-content-background-position);
	background-repeat: var(--theme-ui-widget-content-background-repeat);
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	background: none; /*reset*/
	font-weight: default; /*reset*/
	border: 1px solid var(--theme-calendar-border-color);
	background: var(--theme-calendar-background-color);
	color: black;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid var(--theme-calendar-border-color);
	font-weight: default; /*reset*/
	background: var(--theme-calendar-background-color-hover);
	color: var(--theme-calendar-color);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	background: var(--theme-state-active-color);
	color: var(--theme-menu-dropdown-hover-color);
}

.ui-widget-content .ui-menu-item-wrapper {
	padding: 2px;
}
.ui-widget-content .ui-menu-item-wrapper.ui-state-active {
	background-color: var(--theme-menu-background-color-hover);
	border-color: transparent;
	padding: 2px;
}


.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: var(--theme-primary-color);
}

/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: default; /*reset*/
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: default; /*reset*/
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: default; /*reset*/
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: default; /*reset*/
}

.ui-widget-content .ui-datepicker-today .ui-state-highlight {
	border: 1px solid #e8e1b5;
	background: #fcf0ba url(images/ui-bg_glass_55_fcf0ba_1x400.png) 50% 50% repeat-x;
	color: #363636;
}

.ui-widget-content .ui-datepicker-calendar .ui-state-active {
	font-weight: bold;
}

