/*! jQuery UI - v1.12.1 - 2017-04-19
* http://jqueryui.com
* Includes: core.css, autocomplete.css, menu.css, theme.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */


/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
}

.ui-front {
	z-index: 100;
}

/* Misc visuals
----------------------------------*/

/* Overlays */

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 15px 3px;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Catamaran, sans-serif;
	font-size: 1em;
    font-weight: 300;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Catamaran, sans-serif;
	font-size: 1em;
    font-weight: 300;
}
.ui-widget.ui-widget-content {
	border: 1px solid rgba(116, 140, 171, 0.5);
    border-radius: 4px;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #f5f5f5;
	color: #696969;
}

/* Interaction states
----------------------------------*/

.ui-state-active {
	border: 1px solid #748cab;
    border-radius: 4px;
	background: #3e5c76;
	font-family: Catamaran, sans-serif;
	font-size: 1em;
    font-weight: 300;
	color: #f5f5f5;
}
