/*!
 * jQuery UI Autocomplete 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/autocomplete/#theming
 */
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}

/*!
 * 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/
 */

/* 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-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

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


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


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

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*!
 * jQuery UI Draggable 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}

/*!
 * jQuery UI Menu 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/menu/#theming
 */
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0; /* support: IE7 */
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}

/*!
 * jQuery UI Resizable 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}

/*!
 * jQuery UI Selectable 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}

body .ui-autocomplete{border-radius:2px;padding:0;background:#fff;z-index:1050;-webkit-box-shadow:1px 1px 2px 1px #adadaa;box-shadow:1px 1px 2px 1px #adadaa}body .ui-autocomplete li{font-size:11px}body .ui-autocomplete li a{padding:.2em .8em .2em 2.2em;color:#000;display:inline-block;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}body .ui-autocomplete li.ui-state-focus,body .ui-autocomplete li.ui-state-hover,body .ui-autocomplete li:hover{background:#ccc;margin:0}body .ui-autocomplete li.ui-menu-item a.ui-state-active,body .ui-autocomplete li.ui-menu-item a.ui-state-focus{margin:0}body .ui-autocomplete li:first-child{padding-top:4px}body .ui-autocomplete li:last-child{padding-bottom:4px}body .ui-autocomplete li.separator{border-top:1px solid #adadaa;margin-top:6px;padding-top:6px}body .ui-autocomplete li.separator:hover{background:none}body .ui-autocomplete li a.ui-corner-all{padding:3px 30px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}body .ui-autocomplete li .favorite{outline:none;float:left;position:absolute;left:10px;margin-top:-2px;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transition:all .5s ease-out;transition:all .5s ease-out}body .ui-autocomplete li .favorite.set{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}body .ui-autocomplete li .focuses{margin-top:-2px;position:absolute;right:4px}body .ui-autocomplete li.create-exercise{border-top:1px solid #adadaa;margin-top:6px;padding:2px 0}body .ui-autocomplete li.create-exercise a{padding-left:26px}body .ui-autocomplete li.exercise-label,body .ui-autocomplete li.exercise-label.ui-state-focus,body .ui-autocomplete li.exercise-label.ui-state-hover{border-bottom:1px solid #adadaa;padding:4px 0;margin-bottom:4px}body .ui-autocomplete li>i{float:left;position:absolute;left:8px;margin-top:2px}body .ui-autocomplete li.ui-state-hover .icon-routines-gray:before{color:#9ec52f}body .ui-datepicker{background:#fff;border-radius:3px;padding:0}body .ui-datepicker .ui-datepicker-header{background:#82ba28;color:#fff;width:100%}body .ui-datepicker table{margin:0}body .ui-datepicker .ui-datepicker-calendar thead{border-right:1px solid #ccc;border-left:1px solid #ccc}body .ui-datepicker .ui-datepicker-calendar thead th{background:#444;color:#fff}body .ui-datepicker .ui-datepicker-calendar td{border:1px solid #ccc;padding:0;width:15px}body .ui-datepicker .ui-datepicker-calendar td a{text-align:center;height:16px}body .ui-datepicker .ui-datepicker-calendar td a.ui-state-active{background:#82ba28;color:#fff}body .ui-datepicker .ui-datepicker-next,body .ui-datepicker .ui-datepicker-prev{color:#fff;font-size:14px}body .ui-datepicker .ui-datepicker-next:hover,body .ui-datepicker .ui-datepicker-prev:hover{cursor:pointer;top:0}body .ui-datepicker .ui-datepicker-next-hover,body .ui-datepicker .ui-datepicker-prev-hover{top:2px!important}body .ui-datepicker .ui-datepicker-next-hover{right:2px}body .ui-datepicker .ui-datepicker-prev-hover{left:2px}body .ui-datepicker .ui-datepicker-next{text-align:right;margin-right:5px}body .ui-datepicker .ui-datepicker-next:before{content:">"}body .ui-datepicker .ui-datepicker-prev{text-align:left;margin-left:5px}body .ui-datepicker .ui-datepicker-prev:before{content:"<"}.search-wrapper{position:relative;float:left}.search-wrapper i{position:absolute;top:10px;pointer-events:none}.search-wrapper i.session-search-icon{left:7px}.search-wrapper i.search-spinner{right:9px;opacity:0}

/*# sourceMappingURL=9.5f086.css.map*/