/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */


html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
/*!
 * jQuery UI CSS Framework 1.10.4
 * http://jqueryui.com
 *
 * Copyright 2014 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);
}

.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 Menu 1.10.4
 * http://jqueryui.com
 *
 * Copyright 2014 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: 2px;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
	/* support: IE10, see #8844 */
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}

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

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

/* right-aligned */
.ui-menu .ui-menu-icon {
	position: static;
	float: right;
}
/*!
 * jQuery UI Button 1.10.4
 * http://jqueryui.com
 *
 * Copyright 2014 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/button/#theming
 */

.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
/*!
 * jQuery UI Dialog 1.10.4
 * http://jqueryui.com
 *
 * Copyright 2014 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/dialog/#theming
 */

.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
/*!
 * jQuery UI Datepicker 1.10.4
 * http://jqueryui.com
 *
 * Copyright 2014 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/datepicker/#theming
 */

.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
/*!
 * jQuery UI Autocomplete 1.10.4
 * http://jqueryui.com
 *
 * Copyright 2014 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 Tooltip 1.10.4
 * http://jqueryui.com
 *
 * Copyright 2014 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tooltip/#theming
 */

.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}
/*! jQuery UI - v1.10.4 - 2014-06-28
* http://jqueryui.com
* Includes: jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault='Helvetica%20Neue'%2C%20Arial%2C%20Helvetica%2C%20'Nimbus%20Sans%20L'%2C%20sans-serif&fwDefault=bold&fsDefault=0.85em&cornerRadius=3px&bgColorHeader=%23fff&bgTextureHeader=flat&bgImgOpacityHeader=100&borderColorHeader=%23fff&fcHeader=%23000&iconColorHeader=%236b6b6b&bgColorContent=%23fff&bgTextureContent=flat&bgImgOpacityContent=100&borderColorContent=%234b4b4b&fcContent=%23000&iconColorContent=%23501214&bgColorDefault=%23fff&bgTextureDefault=flat&bgImgOpacityDefault=100&borderColorDefault=%234b4b4b&fcDefault=%23000&iconColorDefault=%23501214&bgColorHover=%23f9f9f9&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=%236b6b6b&fcHover=%23000&iconColorHover=%23501214&bgColorActive=%23501214&bgTextureActive=flat&bgImgOpacityActive=100&borderColorActive=%234b4b4b&fcActive=%23ffffff&iconColorActive=%23454545&bgColorHighlight=%23eeeeee&bgTextureHighlight=flat&bgImgOpacityHighlight=100&borderColorHighlight=%23ffffff&fcHighlight=%23444444&iconColorHighlight=%23501214&bgColorError=%23c6c6c6&bgTextureError=flat&bgImgOpacityError=55&borderColorError=%23c6c6c6&fcError=%23000&iconColorError=%23501214&bgColorOverlay=%23000&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=60&bgColorShadow=%23aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=60&thicknessShadow=4px&offsetTopShadow=-4px&offsetLeftShadow=-4px&cornerRadiusShadow=0px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
/***************************************************************************
* THIS FILE HAS TO BE CONVERTED TO SASS AFTER DOWNLOADING FROM JQUERY UI.
* See this thread for all the awesome controversy: 
*		https://github.com/rails/sprockets-rails/issues/49
* Rails adds fingerprinting to image urls, and we have to use the sass
* helpers to reference them correctly from this file.
* Find/Replace 'url("images/' with 'asset-url("signup-theme/images/'
****************************************************************************/
/* Component containers
----------------------------------*/
/* line 19, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-widget {
  font-family: 'Helvetica Neue', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 0.85em;
}

/* line 23, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-widget .ui-widget {
  font-size: 1em;
}

/* line 26, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: 'Helvetica Neue', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 1em;
}

/* line 33, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-widget-content {
  border: 1px solid #4b4b4b;
  background: #fff url(/assets/signup-theme/images/ui-bg_flat_100_fff_40x100-02d38379599c86b6c10a7be1c54404ff133872375a6aa05b6d36620946318f06.png) 50% 50% repeat-x;
  color: #000;
}

/* line 38, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-widget-content a {
  color: #000;
}

/* line 41, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-widget-header {
  border: 1px solid #fff;
  background: #fff url(/assets/signup-theme/images/ui-bg_flat_100_fff_40x100-02d38379599c86b6c10a7be1c54404ff133872375a6aa05b6d36620946318f06.png) 50% 50% repeat-x;
  color: #000;
  font-weight: bold;
}

/* line 47, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-widget-header a {
  color: #000;
}

/* Interaction states
----------------------------------*/
/* line 53, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #4b4b4b;
  background: #fff url(/assets/signup-theme/images/ui-bg_flat_100_fff_40x100-02d38379599c86b6c10a7be1c54404ff133872375a6aa05b6d36620946318f06.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #000;
}

/* line 61, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #000;
  text-decoration: none;
}

/* line 67, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.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 #6b6b6b;
  background: #f9f9f9 url(/assets/signup-theme/images/ui-bg_glass_100_f9f9f9_1x400-76fa0077e13711f3ad296a65bb7de691412923fee07a6eee576cb3c3fa45be85.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #000;
}

/* line 78, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #000;
  text-decoration: none;
}

/* line 89, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #4b4b4b;
  background: #501214 url(/assets/signup-theme/images/ui-bg_flat_100_501214_40x100-d39be5a2dc3a79af230c38657c89cae8324ff0339f9ffaf239cde8498ce91b1e.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #ffffff;
}

/* line 97, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
/* line 106, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #ffffff;
  background: #eeeeee url(/assets/signup-theme/images/ui-bg_flat_100_eeeeee_40x100-6cf8e67b64e710dca8d19ad8e7241797a7e484d1aeab74b765a39f678a8a8c8a.png) 50% 50% repeat-x;
  color: #444444;
}

/* line 113, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #444444;
}

/* line 118, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #c6c6c6;
  background: #c6c6c6 url(/assets/signup-theme/images/ui-bg_flat_55_c6c6c6_40x100-173ce000c87b40694a5c96cdc4c4088593e81c3071781711006505b9d9382ec3.png) 50% 50% repeat-x;
  color: #000;
}

/* line 125, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #000;
}

/* line 130, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #000;
}

/* line 135, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

/* line 140, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

/* line 147, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

/* line 154, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
/* line 162, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon {
  width: 16px;
  height: 16px;
}

/* line 166, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(/assets/signup-theme/images/ui-icons_501214_256x240-af5b03a7be5a992876027a85ec799f38e63dd9399570b010b30eff5516cc35b2.png);
}

/* line 170, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-widget-header .ui-icon {
  background-image: url(/assets/signup-theme/images/ui-icons_6b6b6b_256x240-3f247c9b7244b5fc5b1e37492271a10e9de3cebb7b93b0f84ad58d2b3a6854b4.png);
}

/* line 173, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-state-default .ui-icon {
  background-image: url(/assets/signup-theme/images/ui-icons_501214_256x240-af5b03a7be5a992876027a85ec799f38e63dd9399570b010b30eff5516cc35b2.png);
}

/* line 176, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url(/assets/signup-theme/images/ui-icons_501214_256x240-af5b03a7be5a992876027a85ec799f38e63dd9399570b010b30eff5516cc35b2.png);
}

/* line 180, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-state-active .ui-icon {
  background-image: url(/assets/signup-theme/images/ui-icons_454545_256x240-a8d28e2d83a807b2b86ed2a02e31086f6c0718dfa96e0ba6a4577b657f69cc34.png);
}

/* line 183, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-state-highlight .ui-icon {
  background-image: url(/assets/signup-theme/images/ui-icons_501214_256x240-af5b03a7be5a992876027a85ec799f38e63dd9399570b010b30eff5516cc35b2.png);
}

/* line 186, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(/assets/signup-theme/images/ui-icons_501214_256x240-af5b03a7be5a992876027a85ec799f38e63dd9399570b010b30eff5516cc35b2.png);
}

/* positioning */
/* line 192, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-blank {
  background-position: 16px 16px;
}

/* line 193, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-carat-1-n {
  background-position: 0 0;
}

/* line 194, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

/* line 195, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-carat-1-e {
  background-position: -32px 0;
}

/* line 196, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-carat-1-se {
  background-position: -48px 0;
}

/* line 197, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-carat-1-s {
  background-position: -64px 0;
}

/* line 198, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

/* line 199, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-carat-1-w {
  background-position: -96px 0;
}

/* line 200, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

/* line 201, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

/* line 202, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

/* line 203, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

/* line 204, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

/* line 205, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

/* line 206, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

/* line 207, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

/* line 208, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

/* line 209, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

/* line 210, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

/* line 211, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

/* line 212, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

/* line 213, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

/* line 214, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

/* line 215, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

/* line 216, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

/* line 217, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

/* line 218, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

/* line 219, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

/* line 220, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

/* line 221, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

/* line 222, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

/* line 223, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

/* line 224, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

/* line 225, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

/* line 226, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

/* line 227, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

/* line 228, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

/* line 229, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

/* line 230, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

/* line 231, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

/* line 232, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

/* line 233, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

/* line 234, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

/* line 235, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

/* line 236, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

/* line 237, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

/* line 238, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

/* line 239, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

/* line 240, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

/* line 241, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

/* line 242, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

/* line 243, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

/* line 244, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

/* line 245, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

/* line 246, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

/* line 247, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

/* line 248, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

/* line 249, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

/* line 250, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

/* line 251, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

/* line 252, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

/* line 253, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

/* line 254, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

/* line 255, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

/* line 256, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

/* line 257, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

/* line 258, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

/* line 259, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-extlink {
  background-position: -32px -80px;
}

/* line 260, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-newwin {
  background-position: -48px -80px;
}

/* line 261, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-refresh {
  background-position: -64px -80px;
}

/* line 262, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-shuffle {
  background-position: -80px -80px;
}

/* line 263, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

/* line 264, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

/* line 265, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

/* line 266, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-folder-open {
  background-position: -16px -96px;
}

/* line 267, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-document {
  background-position: -32px -96px;
}

/* line 268, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-document-b {
  background-position: -48px -96px;
}

/* line 269, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-note {
  background-position: -64px -96px;
}

/* line 270, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-mail-closed {
  background-position: -80px -96px;
}

/* line 271, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-mail-open {
  background-position: -96px -96px;
}

/* line 272, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-suitcase {
  background-position: -112px -96px;
}

/* line 273, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-comment {
  background-position: -128px -96px;
}

/* line 274, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-person {
  background-position: -144px -96px;
}

/* line 275, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-print {
  background-position: -160px -96px;
}

/* line 276, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-trash {
  background-position: -176px -96px;
}

/* line 277, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-locked {
  background-position: -192px -96px;
}

/* line 278, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-unlocked {
  background-position: -208px -96px;
}

/* line 279, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-bookmark {
  background-position: -224px -96px;
}

/* line 280, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-tag {
  background-position: -240px -96px;
}

/* line 281, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-home {
  background-position: 0 -112px;
}

/* line 282, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-flag {
  background-position: -16px -112px;
}

/* line 283, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-calendar {
  background-position: -32px -112px;
}

/* line 284, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-cart {
  background-position: -48px -112px;
}

/* line 285, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-pencil {
  background-position: -64px -112px;
}

/* line 286, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-clock {
  background-position: -80px -112px;
}

/* line 287, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-disk {
  background-position: -96px -112px;
}

/* line 288, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-calculator {
  background-position: -112px -112px;
}

/* line 289, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-zoomin {
  background-position: -128px -112px;
}

/* line 290, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-zoomout {
  background-position: -144px -112px;
}

/* line 291, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-search {
  background-position: -160px -112px;
}

/* line 292, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-wrench {
  background-position: -176px -112px;
}

/* line 293, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-gear {
  background-position: -192px -112px;
}

/* line 294, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-heart {
  background-position: -208px -112px;
}

/* line 295, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-star {
  background-position: -224px -112px;
}

/* line 296, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-link {
  background-position: -240px -112px;
}

/* line 297, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-cancel {
  background-position: 0 -128px;
}

/* line 298, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-plus {
  background-position: -16px -128px;
}

/* line 299, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-plusthick {
  background-position: -32px -128px;
}

/* line 300, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-minus {
  background-position: -48px -128px;
}

/* line 301, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-minusthick {
  background-position: -64px -128px;
}

/* line 302, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-close {
  background-position: -80px -128px;
}

/* line 303, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-closethick {
  background-position: -96px -128px;
}

/* line 304, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-key {
  background-position: -112px -128px;
}

/* line 305, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-lightbulb {
  background-position: -128px -128px;
}

/* line 306, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-scissors {
  background-position: -144px -128px;
}

/* line 307, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-clipboard {
  background-position: -160px -128px;
}

/* line 308, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-copy {
  background-position: -176px -128px;
}

/* line 309, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-contact {
  background-position: -192px -128px;
}

/* line 310, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-image {
  background-position: -208px -128px;
}

/* line 311, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-video {
  background-position: -224px -128px;
}

/* line 312, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-script {
  background-position: -240px -128px;
}

/* line 313, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-alert {
  background-position: 0 -144px;
}

/* line 314, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-info {
  background-position: -16px -144px;
}

/* line 315, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-notice {
  background-position: -32px -144px;
}

/* line 316, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-help {
  background-position: -48px -144px;
}

/* line 317, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-check {
  background-position: -64px -144px;
}

/* line 318, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-bullet {
  background-position: -80px -144px;
}

/* line 319, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-radio-on {
  background-position: -96px -144px;
}

/* line 320, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-radio-off {
  background-position: -112px -144px;
}

/* line 321, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-pin-w {
  background-position: -128px -144px;
}

/* line 322, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-pin-s {
  background-position: -144px -144px;
}

/* line 323, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-play {
  background-position: 0 -160px;
}

/* line 324, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-pause {
  background-position: -16px -160px;
}

/* line 325, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-seek-next {
  background-position: -32px -160px;
}

/* line 326, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-seek-prev {
  background-position: -48px -160px;
}

/* line 327, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-seek-end {
  background-position: -64px -160px;
}

/* line 328, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
/* line 330, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

/* line 331, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-stop {
  background-position: -96px -160px;
}

/* line 332, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-eject {
  background-position: -112px -160px;
}

/* line 333, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-volume-off {
  background-position: -128px -160px;
}

/* line 334, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-volume-on {
  background-position: -144px -160px;
}

/* line 335, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-power {
  background-position: 0 -176px;
}

/* line 336, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-signal-diag {
  background-position: -16px -176px;
}

/* line 337, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-signal {
  background-position: -32px -176px;
}

/* line 338, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-battery-0 {
  background-position: -48px -176px;
}

/* line 339, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-battery-1 {
  background-position: -64px -176px;
}

/* line 340, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-battery-2 {
  background-position: -80px -176px;
}

/* line 341, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-battery-3 {
  background-position: -96px -176px;
}

/* line 342, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-circle-plus {
  background-position: 0 -192px;
}

/* line 343, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-circle-minus {
  background-position: -16px -192px;
}

/* line 344, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-circle-close {
  background-position: -32px -192px;
}

/* line 345, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

/* line 346, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

/* line 347, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

/* line 348, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

/* line 349, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

/* line 350, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

/* line 351, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

/* line 352, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

/* line 353, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

/* line 354, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

/* line 355, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-circle-check {
  background-position: -208px -192px;
}

/* line 356, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

/* line 357, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

/* line 358, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

/* line 359, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

/* line 360, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

/* line 361, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

/* line 362, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

/* line 363, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

/* line 364, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

/* line 365, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

/* line 366, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

/* line 367, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
/* line 374, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

/* line 380, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

/* line 386, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

/* line 392, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

/* Overlays */
/* line 400, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-widget-overlay {
  background: #000 url(/assets/signup-theme/images/ui-bg_flat_0_000_40x100-3e26dcbcb3c4dc9984f978bca9a9eb5f364e4a191c96dcac5df4a8dc412e3dd2.png) 50% 50% repeat-x;
  opacity: .6;
  filter: Alpha(Opacity=60);
}

/* line 405, /usr/app/vendor/assets/stylesheets/signup-theme/jquery-ui-1.10.4.custom.css.scss */
.ui-widget-shadow {
  margin: -4px 0 0 -4px;
  padding: 4px;
  background: #aaaaaa url(/assets/signup-theme/images/ui-bg_flat_0_aaaaaa_40x100-9e867b8f308f2187cf2562642117dbc116003602039bfa33429f36f2a150bfb9.png) 50% 50% repeat-x;
  opacity: .6;
  filter: Alpha(Opacity=60);
  border-radius: 0px;
}
/* Make sure the datepicker is not behind the banner */
/* line 4, /usr/app/app/assets/stylesheets/common.css.scss */
.datetimepicker {
  position: relative;
  z-index: 100;
}

/* line 9, /usr/app/app/assets/stylesheets/common.css.scss */
.ui-datepicker {
  background: #f6f6f6;
}
/* line 12, /usr/app/app/assets/stylesheets/common.css.scss */
.ui-datepicker .ui-datepicker-header.ui-widget-header {
  border: none;
  background: #f6f6f6;
}
/* line 17, /usr/app/app/assets/stylesheets/common.css.scss */
.ui-datepicker table {
  background: #f6f6f6;
}

/* line 22, /usr/app/app/assets/stylesheets/common.css.scss */
.ui-timepicker-div {
  text-align: center;
}
/* line 25, /usr/app/app/assets/stylesheets/common.css.scss */
.ui-timepicker-div .ui_tpicker_minute_label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/* line 29, /usr/app/app/assets/stylesheets/common.css.scss */
.ui-timepicker-div dt, .ui-timepicker-div dd {
  display: inline;
  margin: 0 0.25em;
}
/* line 33, /usr/app/app/assets/stylesheets/common.css.scss */
.ui-timepicker-div dt div, .ui-timepicker-div dd div {
  display: inline;
}
/* line 39, /usr/app/app/assets/stylesheets/common.css.scss */
.ui-timepicker-div dd.ui_tpicker_second, .ui-timepicker-div dd.ui_tpicker_millisec, .ui-timepicker-div dd.ui_tpicker_microsec {
  display: none;
}

/* line 45, /usr/app/app/assets/stylesheets/common.css.scss */
.ui-autocomplete.ui-menu {
  padding: 2px 0;
}
/* line 48, /usr/app/app/assets/stylesheets/common.css.scss */
.ui-autocomplete.ui-menu .ui-menu-item a {
  border: none;
  margin: 0;
}

/* line 54, /usr/app/app/assets/stylesheets/common.css.scss */
.disclaimer {
  background-color: #f6f6f6;
  border: 1px solid #c6c6c6;
  padding: 6px;
  font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 0.9em;
}
/* line 61, /usr/app/app/assets/stylesheets/common.css.scss */
.disclaimer p {
  margin: 0;
}

/* line 66, /usr/app/app/assets/stylesheets/common.css.scss */
span.site {
  margin-left: 0.5em;
  font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  color: #335B67;
}

/* line 72, /usr/app/app/assets/stylesheets/common.css.scss */
dd span.site {
  font-size: 0.95em;
}

/* line 76, /usr/app/app/assets/stylesheets/common.css.scss */
.flash {
  animation: flash 1s ease-out;
  animation-iteration-count: 1;
  -webkit-animation: flash 1s ease-out;
  -webkit-animation-iteration-count: 1;
}

@-webkit-keyframes flash {
  0% {
    background-color: none;
  }
  50% {
    background-color: #fbf8b2;
  }
  100% {
    background-color: none;
  }
}
@keyframes flash {
  0% {
    background-color: none;
  }
  50% {
    background-color: #fbf8b2;
  }
  100% {
    background-color: none;
  }
}
/* line 3, /usr/app/app/assets/stylesheets/layout.css.scss */
body {
  line-height: 1.5em;
  font-family: Palatino, "Palatino Linotype", Times, "Times New Roman", "URW Bookman L", serif;
  background-color: #290001;
  background-image: url(/assets/space_background2-a371015bd046c2ca00d1dd0e5efe93a545471d110a9190037dd729caf68a5599.jpg);
  background-repeat: repeat-x;
  min-height: 100%;
  min-width: 1024px;
  background-attachment: fixed;
  background-position: 0% 100%;
  color: #000;
}

/* line 16, /usr/app/app/assets/stylesheets/layout.css.scss */
h3 {
  font-weight: bold;
  font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: .875em;
}

/* line 23, /usr/app/app/assets/stylesheets/layout.css.scss */
a:link, a:visited, a:hover, a:active {
  color: #695627;
  text-decoration: none;
}
/* line 27, /usr/app/app/assets/stylesheets/layout.css.scss */
a:hover {
  text-decoration: underline;
}

/* line 32, /usr/app/app/assets/stylesheets/layout.css.scss */
ol, ul {
  list-style: none;
  padding-left: 0;
}

/* line 37, /usr/app/app/assets/stylesheets/layout.css.scss */
td, th {
  vertical-align: baseline;
}

/* line 41, /usr/app/app/assets/stylesheets/layout.css.scss */
div#container {
  min-width: 980px;
  background-color: #FFF;
  margin-top: -22px;
  margin-left: 20px;
  margin-right: 40px;
  margin-bottom: 20px;
  padding: 20px 0 0;
  min-height: 700px;
}

/* line 52, /usr/app/app/assets/stylesheets/layout.css.scss */
div#footer {
  font-size: 0.8em;
  width: 960px;
  margin: auto;
  text-align: center;
  margin-top: 100px;
  padding-bottom: 30px;
}

/* line 61, /usr/app/app/assets/stylesheets/layout.css.scss */
div.left-column {
  float: left;
  margin-top: 20px;
  width: 200px;
}

/* line 67, /usr/app/app/assets/stylesheets/layout.css.scss */
div#right-column {
  background-color: #FFF;
  margin-top: 20px;
  margin-left: 240px;
  margin-right: 40px;
  margin-bottom: 20px;
  min-height: 600px;
}

/* line 76, /usr/app/app/assets/stylesheets/layout.css.scss */
#notification {
  color: #000;
  border: 2px solid #94a74d;
  margin-left: 20px;
  margin-right: 40px;
  margin-bottom: 1.0em;
  font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-weight: bold;
  background-image: url(/assets/check-6e897f0d980a639254cd36c37f7f90698b40a054bea70642acc8a6423d7166b4.gif);
  background-repeat: no-repeat;
  background-position: .5em center;
  padding-top: 0.25em;
  padding-right: 0.25em;
  padding-bottom: 0.25em;
  padding-left: 1.75em;
}

/* line 93, /usr/app/app/assets/stylesheets/layout.css.scss */
.inactive-topic-message {
  color: #B00;
  font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-weight: bold;
  border: 2px solid;
  margin: 10px;
  padding: 10px;
}

/* line 102, /usr/app/app/assets/stylesheets/layout.css.scss */
#error {
  color: #D00;
  border: 2px solid #D00;
  margin-left: 20px;
  margin-right: 40px;
  margin-bottom: 1.0em;
  font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-weight: bold;
  padding-top: 0.25em;
  padding-right: 0.25em;
  padding-bottom: 0.25em;
  padding-left: 1.75em;
}

/* line 116, /usr/app/app/assets/stylesheets/layout.css.scss */
#error_explanation {
  border: 2px solid #b00;
  margin-top: 0.5em;
  font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  padding-top: 0.25em;
  padding-right: 0.5em;
  padding-bottom: 0.25em;
  padding-left: 0.5em;
}
/* line 125, /usr/app/app/assets/stylesheets/layout.css.scss */
#error_explanation h2 {
  color: #b00;
  font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 1em;
  font-weight: normal;
  margin: 0;
  padding: 0;
  border: none;
}
/* line 135, /usr/app/app/assets/stylesheets/layout.css.scss */
#error_explanation p {
  margin: 0;
}
/* line 139, /usr/app/app/assets/stylesheets/layout.css.scss */
#error_explanation ul {
  list-style: disc inside;
  margin: 0;
}

/* line 145, /usr/app/app/assets/stylesheets/layout.css.scss */
.field_with_errors label {
  color: #b00;
}

/* line 149, /usr/app/app/assets/stylesheets/layout.css.scss */
div.navigation {
  -moz-border-radius-bottomright: 15px;
  -webkit-border-bottom-right-radius: 15px;
  border-bottom-right-radius: 15px;
  -moz-border-radius-topright: 15px;
  -webkit-border-top-right-radius: 15px;
  border-top-right-radius: 15px;
  background-color: #f6f6f6;
  border: 2px solid #695627;
  line-height: 2em;
  margin-left: -30px;
  width: 200px;
  padding: 0.5em 0.5em 0.5em 2.5em;
  opacity: 0.8;
  color: #4b4b4b;
}

/* line 166, /usr/app/app/assets/stylesheets/layout.css.scss */
div.navigation p {
  margin: 0;
  border-bottom: #4b4b4b dotted 1px;
  font-size: 1em;
}

/* line 172, /usr/app/app/assets/stylesheets/layout.css.scss */
div.navigation a {
  color: #695627;
}

/* line 176, /usr/app/app/assets/stylesheets/layout.css.scss */
div.navigation a.selected, div#topic-list-nav a.selected {
  font-weight: bold;
  color: #4b4b4b;
}

/* line 181, /usr/app/app/assets/stylesheets/layout.css.scss */
div.navigation a:link {
  text-decoration: none;
}

/* line 185, /usr/app/app/assets/stylesheets/layout.css.scss */
div.navigation a:hover {
  text-decoration: underline;
}

/* line 189, /usr/app/app/assets/stylesheets/layout.css.scss */
.logout-link {
  font-size: 70%;
}

/* line 193, /usr/app/app/assets/stylesheets/layout.css.scss */
div.sidebar {
  line-height: 2em;
  padding: 0em 0em 0em 0.65em;
  width: 216px;
  margin-top: 20px;
  margin-left: 0px;
  margin-right: 0px;
}

/* line 202, /usr/app/app/assets/stylesheets/layout.css.scss */
div.admin-tools {
  background-color: #f6f6f6;
  border: 2px solid #4b4b4b;
  padding: 0.5em 0.5em 1.0em 0.5em;
  width: 190px;
  margin-top: 20px;
  margin-left: 10px;
  opacity: 0.8;
  color: #4b4b4b;
  font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-weight: bold;
  font-size: 1.1em;
}

/* line 216, /usr/app/app/assets/stylesheets/layout.css.scss */
div.admin-tools h1 {
  margin: 0;
  color: #501214;
  border-bottom: #501214 dotted 1px;
  padding-bottom: .25em;
  font-size: 1.2em;
}

/* line 224, /usr/app/app/assets/stylesheets/layout.css.scss */
div.admin-tools div {
  border-bottom: #501214 dotted 1px;
}

/* line 228, /usr/app/app/assets/stylesheets/layout.css.scss */
div.admin-tools h3 {
  line-height: 1em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

/* line 234, /usr/app/app/assets/stylesheets/layout.css.scss */
div.admin-tools input {
  font-size: 12px;
}

/* line 238, /usr/app/app/assets/stylesheets/layout.css.scss */
div.admin-tools p {
  margin: 0;
  border-bottom: #501214 dotted 1px;
  padding: .5em 0;
}

/* line 244, /usr/app/app/assets/stylesheets/layout.css.scss */
div.admin-tools a {
  display: block;
  font-size: 16px;
  font-weight: normal;
  color: #695627;
}

/* line 251, /usr/app/app/assets/stylesheets/layout.css.scss */
div.admin-tools a.selected {
  font-weight: bold;
  color: #4b4b4b;
}

/* line 256, /usr/app/app/assets/stylesheets/layout.css.scss */
div.admin-tools a:link {
  text-decoration: none;
}

/* line 260, /usr/app/app/assets/stylesheets/layout.css.scss */
div.admin-tools a:hover {
  text-decoration: underline;
}

/* line 264, /usr/app/app/assets/stylesheets/layout.css.scss */
div.view-person {
  padding-bottom: .5em;
}

/* line 268, /usr/app/app/assets/stylesheets/layout.css.scss */
div#contents {
  position: relative;
  margin-top: 0px;
  margin-left: 20px;
  margin-right: 40px;
}

/* line 275, /usr/app/app/assets/stylesheets/layout.css.scss */
div#contents h1 {
  margin-top: 0px;
  font-size: 1.5em;
  font-weight: normal;
  color: #501214;
  border-bottom-width: 2px;
  border-bottom-color: #501214;
}

/* line 284, /usr/app/app/assets/stylesheets/layout.css.scss */
a.feed-link {
  display: inline-block;
  height: 16px;
  width: 16px;
  background: url(/assets/feed-75cf2318e22998a204154a42a588f39312b1aa79eaa0f30efad8d6f96c7d2886.png) left no-repeat;
  margin-left: 4px;
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
  vertical-align: middle;
}

/* line 298, /usr/app/app/assets/stylesheets/layout.css.scss */
.content-section {
  margin: 1em 0 2em 0;
}
/* line 301, /usr/app/app/assets/stylesheets/layout.css.scss */
.content-section dl {
  margin-top: -.5em;
}
/* line 305, /usr/app/app/assets/stylesheets/layout.css.scss */
.content-section dd {
  font-size: .875em;
  padding-left: 1.5em;
  margin: 0;
}
/* line 310, /usr/app/app/assets/stylesheets/layout.css.scss */
.content-section dd p {
  font-size: inherit;
}
/* line 315, /usr/app/app/assets/stylesheets/layout.css.scss */
.content-section dt {
  font-weight: bold;
  font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: .875em;
  padding-top: .5em;
}
/* line 322, /usr/app/app/assets/stylesheets/layout.css.scss */
.content-section h2 {
  margin-bottom: 1em;
  padding-bottom: 2px;
  font-size: 1em;
  font-weight: bold;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #501214;
}

/* line 333, /usr/app/app/assets/stylesheets/layout.css.scss */
.ui-dialog {
  padding-left: 2em;
  padding-right: 2em;
}
/* line 338, /usr/app/app/assets/stylesheets/layout.css.scss */
.ui-dialog .content-section h2 {
  font-family: Palatino, "Palatino Linotype", Times, "Times New Roman", "URW Bookman L", serif;
  font-size: 1.2em;
}
/* line 342, /usr/app/app/assets/stylesheets/layout.css.scss */
.ui-dialog .content-section label {
  margin-top: 0.5em;
}

/* line 348, /usr/app/app/assets/stylesheets/layout.css.scss */
.list-expand {
  margin-left: 1.75em;
  font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: .8em;
  padding-right: 16px;
}

/* line 355, /usr/app/app/assets/stylesheets/layout.css.scss */
label.control-label, div.form-actions, .field-label {
  margin-top: 2em;
  display: block;
  width: 100%;
  font-size: .875em;
  font-weight: bold;
  font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

/* line 364, /usr/app/app/assets/stylesheets/layout.css.scss */
div.form-actions {
  margin-top: 3em;
}
/* line 366, /usr/app/app/assets/stylesheets/layout.css.scss */
div.form-actions input.btn {
  margin-right: 0.5em;
}

/* line 372, /usr/app/app/assets/stylesheets/layout.css.scss */
div.input input, div.input textarea {
  font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: small;
}
/* line 377, /usr/app/app/assets/stylesheets/layout.css.scss */
div.input.string input, div.input.url input, div.input.email input, div.input.text input, div.input.select input {
  width: 30em;
}
/* line 380, /usr/app/app/assets/stylesheets/layout.css.scss */
div.input.string textarea, div.input.url textarea, div.input.email textarea, div.input.text textarea, div.input.select textarea {
  width: 50em;
  height: 30em;
}
/* line 386, /usr/app/app/assets/stylesheets/layout.css.scss */
div.input.integer input {
  width: 5em;
}
/* line 390, /usr/app/app/assets/stylesheets/layout.css.scss */
div.input span.radio label {
  margin-right: 1em;
}
/* line 392, /usr/app/app/assets/stylesheets/layout.css.scss */
div.input span.radio label input.radio_buttons {
  margin-right: 0.5em;
}

/* line 398, /usr/app/app/assets/stylesheets/layout.css.scss */
a.register-button, input.register-button {
  -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
  -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
  box-shadow: inset 0px 1px 0px 0px #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
  background: -moz-linear-gradient(center top, #f9f9f9 5%, #e9e9e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
  background-color: #f9f9f9;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #dcdcdc;
  display: inline-block;
  color: #333333 !important;
  font-family: 'Helvetica Neue', Arial, Helvetica, 'Nimbus Sans L', serif;
  font-weight: bold;
  padding: 3px 12px;
  text-decoration: none !important;
  text-shadow: 1px 1px 0px #ffffff;
}

/* line 417, /usr/app/app/assets/stylesheets/layout.css.scss */
a.register-button:hover, input.register-button:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
  background: -moz-linear-gradient(center top, #e9e9e9 5%, #f9f9f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
  background-color: #e9e9e9;
}

/* line 422, /usr/app/app/assets/stylesheets/layout.css.scss */
a.register-button:active, input.register-button:active {
  position: relative;
  top: 1px;
}

/* line 427, /usr/app/app/assets/stylesheets/layout.css.scss */
input.register-button {
  font-size: 14px;
  padding-top: 6px;
  padding-bottom: 7px;
}

/* line 433, /usr/app/app/assets/stylesheets/layout.css.scss */
div.register-button {
  margin-top: .5em;
  margin-left: -.5em;
}
/* line 3, /usr/app/app/assets/stylesheets/download-links.css.scss */
.download-link, .edit-reservation-link, .delete-link, div.certificate-link, div.survey-link {
  background-repeat: no-repeat;
  background-position: 0px 50%;
}

/* line 8, /usr/app/app/assets/stylesheets/download-links.css.scss */
.download-link a, .edit-reservation-link a, .delete-link a, .certificate-link a, .survey-link a {
  font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  padding-left: 25px;
}

/* line 13, /usr/app/app/assets/stylesheets/download-links.css.scss */
.delete-link {
  background-image: url(/assets/delete-ce07a8b5022e59a1bde9690b720a6bf10fc9767db6512d14ebff2782ec62b5bf.png);
}
/* line 15, /usr/app/app/assets/stylesheets/download-links.css.scss */
.delete-link a {
  color: #501214;
}

/* line 20, /usr/app/app/assets/stylesheets/download-links.css.scss */
.edit-reservation-link {
  background-image: url(/assets/email_go-d04567c47bf6f2cc266f7675381e548d9ed5123384753ec5c83fe6b5b8049ed2.png);
}

/* line 24, /usr/app/app/assets/stylesheets/download-links.css.scss */
.download-calendar {
  background-image: url(/assets/cal-357ab699bb8781d63941122ef55ce6cef3dcb9132e04668e3217b6c1f767030c.gif);
}

/* line 28, /usr/app/app/assets/stylesheets/download-links.css.scss */
.download-csv {
  background-image: url(/assets/csv-047345da9de26cf8a6c3711d574c8d798a1a9ed179150dbfcc405b54368bcc9d.gif);
}

/* line 32, /usr/app/app/assets/stylesheets/download-links.css.scss */
div.certificate-link {
  background-image: url(/assets/certificate-45cb3e86d378b4128ec7bea5c91baaf57d563ae1cbd7ce1ca98b84e0c01563bf.png);
}

/* line 36, /usr/app/app/assets/stylesheets/download-links.css.scss */
div.survey-link {
  background-image: url(/assets/survey-7b21815b13ed3d709fff14c19bab94eb85ccc57c8b3bd41037c69c6038963aaf.png);
}
/* line 3, /usr/app/app/assets/stylesheets/attendance.css.scss */
.attendance-list thead {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 7, /usr/app/app/assets/stylesheets/attendance.css.scss */
.attendance-links {
  margin-top: -2em;
  margin-left: 1.5em;
  margin-bottom: 3em;
}
/* line 12, /usr/app/app/assets/stylesheets/attendance.css.scss */
.attendance-links a {
  font-size: 0.85em;
  font-family: Palatino, "Palatino Linotype", Times, "Times New Roman", "URW Bookman L", serif;
}

/* line 18, /usr/app/app/assets/stylesheets/attendance.css.scss */
#session-details p {
  margin: 0;
}

/* line 22, /usr/app/app/assets/stylesheets/attendance.css.scss */
#session-details dd.in-past {
  color: #501214;
  font-weight: bold;
}

/* line 27, /usr/app/app/assets/stylesheets/attendance.css.scss */
div.attendance-list {
  position: relative;
}
/* line 30, /usr/app/app/assets/stylesheets/attendance.css.scss */
div.attendance-list .radio-all-wrap {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 12px;
  white-space: nowrap;
}
/* line 38, /usr/app/app/assets/stylesheets/attendance.css.scss */
div.attendance-list .radio-all-label {
  padding-right: 0.3em;
}

/* line 43, /usr/app/app/assets/stylesheets/attendance.css.scss */
table.attendance-list {
  margin-top: -1em;
  width: 100%;
}
/* line 47, /usr/app/app/assets/stylesheets/attendance.css.scss */
table.attendance-list tr {
  height: 3.5em;
}
/* line 50, /usr/app/app/assets/stylesheets/attendance.css.scss */
table.attendance-list tr.even {
  background-color: #f6f6f6;
}
/* line 55, /usr/app/app/assets/stylesheets/attendance.css.scss */
table.attendance-list td {
  padding: 4px 8px;
  border-bottom: 1px #c6c6c6 solid;
  vertical-align: middle;
}
/* line 61, /usr/app/app/assets/stylesheets/attendance.css.scss */
table.attendance-list .attendance-radios {
  width: 216px;
  border-left: 1px #c6c6c6 solid;
}
/* line 66, /usr/app/app/assets/stylesheets/attendance.css.scss */
table.attendance-list .attendance-actions {
  width: 56px;
  text-align: center;
  border-left: 1px #c6c6c6 solid;
}
/* line 72, /usr/app/app/assets/stylesheets/attendance.css.scss */
table.attendance-list .special-accommodations {
  font-style: italic;
  font-size: 80%;
  width: 326px;
  cursor: pointer;
  margin: 0;
}
/* line 79, /usr/app/app/assets/stylesheets/attendance.css.scss */
table.attendance-list .special-accommodations.collapsed {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 2em;
}
/* line 87, /usr/app/app/assets/stylesheets/attendance.css.scss */
table.attendance-list .user-info {
  display: block;
  font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 0.75em;
  line-height: 1.61803399;
}
/* line 94, /usr/app/app/assets/stylesheets/attendance.css.scss */
table.attendance-list a.email-link, table.attendance-list a.remind-link, table.attendance-list a.cancel-link {
  display: inline-block;
  width: 16px;
  height: 26px;
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
  vertical-align: middle;
}
/* line 106, /usr/app/app/assets/stylesheets/attendance.css.scss */
table.attendance-list a.email-link {
  background: url(/assets/email_go-d04567c47bf6f2cc266f7675381e548d9ed5123384753ec5c83fe6b5b8049ed2.png) center no-repeat;
}
/* line 110, /usr/app/app/assets/stylesheets/attendance.css.scss */
table.attendance-list a.remind-link {
  background: url(/assets/time_go-4b458dc1ee5e0efafecf03e0d1537192ab7081a47c3777fd583ccb98d5a2981d.png) center no-repeat;
}
/* line 114, /usr/app/app/assets/stylesheets/attendance.css.scss */
table.attendance-list a.cancel-link {
  background: url(/assets/delete-ce07a8b5022e59a1bde9690b720a6bf10fc9767db6512d14ebff2782ec62b5bf.png) center no-repeat;
}

/* line 120, /usr/app/app/assets/stylesheets/attendance.css.scss */
.attendance-submit {
  float: right;
  margin-top: 1em;
}
/* line 6, /usr/app/app/assets/stylesheets/departments.css.scss */
div#manage-departments {
  margin: 20px 0;
  width: 600px;
}
/* line 10, /usr/app/app/assets/stylesheets/departments.css.scss */
div#manage-departments ul {
  margin-top: -1em;
}
/* line 14, /usr/app/app/assets/stylesheets/departments.css.scss */
div#manage-departments ul#department-list li {
  padding: 10px 6px;
  border-bottom: 1px solid #c6c6c6;
}
/* line 17, /usr/app/app/assets/stylesheets/departments.css.scss */
div#manage-departments ul#department-list li.even {
  background-color: #f6f6f6;
}
/* line 6, /usr/app/app/assets/stylesheets/reservations.css.scss */
label.admin-netid-label {
  font-size: .875em;
  font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

/* line 12, /usr/app/app/assets/stylesheets/reservations.css.scss */
div.reservation-group a.topic {
  display: block;
}
/* line 16, /usr/app/app/assets/stylesheets/reservations.css.scss */
div.reservation-group a.date {
  display: block;
  color: #000;
  font-size: .8em;
  margin-bottom: 1em;
}
/* line 23, /usr/app/app/assets/stylesheets/reservations.css.scss */
div.reservation-group .reservation-actions {
  margin-bottom: 1em;
}
/* line 25, /usr/app/app/assets/stylesheets/reservations.css.scss */
div.reservation-group .reservation-actions a {
  font-size: .85em;
}
/* line 30, /usr/app/app/assets/stylesheets/reservations.css.scss */
div.reservation-group ul.reservation-list {
  margin-left: 0px;
  padding-left: 0px;
  list-style-type: none;
  font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 1em;
}
/* line 37, /usr/app/app/assets/stylesheets/reservations.css.scss */
div.reservation-group ul.reservation-list li {
  text-decoration: none;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #695627;
  padding-bottom: .5em;
  margin-top: .75em;
  margin-bottom: 1em;
}
/* line 45, /usr/app/app/assets/stylesheets/reservations.css.scss */
div.reservation-group ul.reservation-list li:last-child {
  border: none;
}
/* line 6, /usr/app/app/assets/stylesheets/sessions.css.scss */
div#registration-period-field label {
  margin-top: 0.25em;
}

/* line 10, /usr/app/app/assets/stylesheets/sessions.css.scss */
div.location-block {
  display: grid;
  grid-template-columns: 1fr 4fr;
}

/* line 15, /usr/app/app/assets/stylesheets/sessions.css.scss */
div.session_location, div.session_specific_location, div.session_site, div.session_location_url {
  float: left;
  padding-right: 1em;
}
/* line 18, /usr/app/app/assets/stylesheets/sessions.css.scss */
div.session_location input.string, div.session_specific_location input.string, div.session_site input.string, div.session_location_url input.string {
  width: 20em;
}

/* line 23, /usr/app/app/assets/stylesheets/sessions.css.scss */
ul.instructor-list {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
/* line 28, /usr/app/app/assets/stylesheets/sessions.css.scss */
ul.instructor-list li {
  margin-bottom: 0.5em;
}
/* line 30, /usr/app/app/assets/stylesheets/sessions.css.scss */
ul.instructor-list li .instructor-info {
  display: block;
  font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 0.85em;
  line-height: 1.61803399;
}

/* line 39, /usr/app/app/assets/stylesheets/sessions.css.scss */
.ui-dialog-titlebar {
  display: none;
}

/* line 44, /usr/app/app/assets/stylesheets/sessions.css.scss */
#cancel-session-dialog h3 {
  font-size: 1em;
  margin-bottom: 0;
}
/* line 49, /usr/app/app/assets/stylesheets/sessions.css.scss */
#cancel-session-dialog .cancel-session-instructions {
  margin-top: 0;
}
/* line 53, /usr/app/app/assets/stylesheets/sessions.css.scss */
#cancel-session-dialog input.btn {
  margin-top: 1em;
}
/* line 57, /usr/app/app/assets/stylesheets/sessions.css.scss */
#cancel-session-dialog label[for=custom_message] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/* line 61, /usr/app/app/assets/stylesheets/sessions.css.scss */
#cancel-session-dialog textarea#custom_message {
  width: 35em;
  height: 8em;
  font-size: 0.9em;
  margin-top: 1em;
  margin-bottom: 1em;
}

/* line 71, /usr/app/app/assets/stylesheets/sessions.css.scss */
#email-dialog label {
  font-size: 1em;
}
/* Styles that are different from the default layout */

.topbanner-content {
  white-space: nowrap;
}

.topbanner-content a, #search-form label {
  text-shadow: 1px 1px 1px #DCD6C6;
}

#search-form {
  position: absolute;
  top: 20px;
  left: 660px;
}

#search-form label {
  color: #501214;
  font-weight: bold;
  font-size: 0.9em;
}

#search-form #q {
  font-size: .8em;
  color: #4D4E40;
  width: 150px;
  margin: 0;
  padding-right: 0;
  padding-left: 0;
}

#search-form .submit {
  width: 32px;
  padding: 5px 0;
  margin: 0;
  display: inline;
  background-color: #501214;
  color: #FFF;
  font-size: .7em;
  font-weight: bold;
  border: none;
}
/* line 7, /usr/app/app/assets/stylesheets/static.css.scss */
div.error div.error-dialog {
  width: 25em;
  padding: 0 4em;
  margin: 4em 0 0 4em;
  border: 1px solid #ccc;
  border-right-color: #999;
  border-bottom-color: #999;
  text-align: center;
}
/* line 16, /usr/app/app/assets/stylesheets/static.css.scss */
div.error div.error-dialog h1 {
  margin-top: 0.5em !important;
  font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  line-height: 1.25em;
}
/* line 6, /usr/app/app/assets/stylesheets/survey_responses.css.scss */
div.survey-result {
  margin: 0.5em 0 1em 0;
}

/* line 10, /usr/app/app/assets/stylesheets/survey_responses.css.scss */
#survey-responses div.survey-comments {
  margin: 2.5em 0 1em 0;
}
/* line 13, /usr/app/app/assets/stylesheets/survey_responses.css.scss */
#survey-responses div.survey-comments ul {
  list-style: none;
  padding: 0;
}
/* line 17, /usr/app/app/assets/stylesheets/survey_responses.css.scss */
#survey-responses div.survey-comments ul li {
  max-width: 685px;
  margin: 1em 0;
  padding: .25em .5em .5em;
  background-color: #f6f6f6;
  border: 1px solid #4b4b4b;
  border-bottom: 1px solid #3B3B3B;
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 1px 1px #fff;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 1px 1px #fff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 1px 1px #fff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
/* line 33, /usr/app/app/assets/stylesheets/survey_responses.css.scss */
#survey-responses div.survey-comments div.list-expand, #survey-responses div.survey-comments div.list-collapse {
  margin-left: .25em;
  margin-top: 1em;
}

/* line 40, /usr/app/app/assets/stylesheets/survey_responses.css.scss */
div#survey-all-comments {
  margin: 0.5em 0 1em 0;
}
/* line 43, /usr/app/app/assets/stylesheets/survey_responses.css.scss */
div#survey-all-comments ul {
  list-style: none;
  padding: 0;
}
/* line 47, /usr/app/app/assets/stylesheets/survey_responses.css.scss */
div#survey-all-comments ul li {
  max-width: 685px;
  margin: 1em 0;
  padding: .25em .5em 1em 0;
  border-bottom: 1px solid #f6f6f6;
  font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 14px;
}

/* line 58, /usr/app/app/assets/stylesheets/survey_responses.css.scss */
a.survey-breadcrumb {
  font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 0.8em;
  margin-top: -0.5em;
  display: block;
}

/* line 65, /usr/app/app/assets/stylesheets/survey_responses.css.scss */
a.survey-comments-link {
  font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 0.8em;
}

/* line 71, /usr/app/app/assets/stylesheets/survey_responses.css.scss */
.survey-question label.radio {
  padding-right: 2em;
}

/* line 76, /usr/app/app/assets/stylesheets/survey_responses.css.scss */
textarea#survey_response_most_useful {
  width: 40em;
  height: 6em;
}

/* line 81, /usr/app/app/assets/stylesheets/survey_responses.css.scss */
textarea#survey_response_comments {
  width: 40em;
  height: 12em;
}
/* line 3, /usr/app/app/assets/stylesheets/topbanner.css.scss */
.topbanner {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 82px;
  background: url(/assets/banner-5f6de1f7ef5dc9bec2f8169eebc2513064573e74fdf8d041166c3738fa9bff15.jpg) repeat-x;
  z-index: 92;
}

/* line 13, /usr/app/app/assets/stylesheets/topbanner.css.scss */
.topbanner-shadow {
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 16px;
  width: 100%;
  overflow: hidden;
  background: url(/assets/banner-shadow-f4407d31bc8bfec217705d66f4d23fc4e4898474510c26dbbba58c9c1a2e81b5.png) repeat-x;
}

/* line 23, /usr/app/app/assets/stylesheets/topbanner.css.scss */
.topbanner-content {
  position: relative;
  margin: 0px 60px;
  width: 962px;
  padding-left: 3px;
  font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  background-color: rgba(255, 255, 255, 0.01);
}

/* line 32, /usr/app/app/assets/stylesheets/topbanner.css.scss */
.topbanner-content a {
  color: #501214;
  text-decoration: none;
  text-shadow: 1px 1px 1px #ddd;
}

/* line 38, /usr/app/app/assets/stylesheets/topbanner.css.scss */
.topbanner-content a img {
  width: 180px;
  height: 60px;
  object-fit: cover;
}

/* line 44, /usr/app/app/assets/stylesheets/topbanner.css.scss */
.topbanner-homelink {
  display: block;
}

/* line 48, /usr/app/app/assets/stylesheets/topbanner.css.scss */
.topbanner-sitename {
  display: block;
  position: absolute;
  left: 220px;
  top: 20px;
  font-weight: bold;
  font-size: 1.7em;
  padding-bottom: 0.25em;
}

/* line 58, /usr/app/app/assets/stylesheets/topbanner.css.scss */
.topbanner-deptlink {
  display: block;
  position: absolute;
  left: 700px;
  top: 28px;
  font-weight: bold;
  font-size: 0.875em;
}
/* line 6, /usr/app/app/assets/stylesheets/topics.css.scss */
ul.topic-list, ul#department-list {
  margin-top: 1em;
  margin-left: 0px;
  padding-left: 0px;
  list-style-type: none;
  font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: .875em;
}
/* line 15, /usr/app/app/assets/stylesheets/topics.css.scss */
ul.topic-list li, ul#department-list li {
  display: block;
  text-decoration: none;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #c6c6c6;
  padding: 0.75em 0;
}
/* line 23, /usr/app/app/assets/stylesheets/topics.css.scss */
ul.topic-list li a, ul#department-list li a {
  text-decoration: none;
  color: #695627;
}
/* line 26, /usr/app/app/assets/stylesheets/topics.css.scss */
ul.topic-list li a:hover, ul#department-list li a:hover {
  text-decoration: underline;
}
/* line 28, /usr/app/app/assets/stylesheets/topics.css.scss */
ul.topic-list li div.session-info, ul#department-list li div.session-info {
  font-size: 80%;
  margin-top: -0.5em;
}

/* line 35, /usr/app/app/assets/stylesheets/topics.css.scss */
div.content-section ul.topic-list {
  margin-top: -1em;
}

/* line 39, /usr/app/app/assets/stylesheets/topics.css.scss */
div#topic-list-nav {
  margin: 6px 0 12px;
}
/* line 42, /usr/app/app/assets/stylesheets/topics.css.scss */
div#topic-list-nav a {
  color: #4b4b4b;
  font-size: 0.9em;
  border-right: 1px dotted #4b4b4b;
  margin-right: 6px;
  padding-right: 10px;
}
/* line 48, /usr/app/app/assets/stylesheets/topics.css.scss */
div#topic-list-nav a:last-child {
  border: none;
  margin-right: 0;
  padding-right: 0;
}

/* line 56, /usr/app/app/assets/stylesheets/topics.css.scss */
table#topic-grid {
  width: 100%;
  font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  color: #4b4b4b;
  table-layout: fixed;
}
/* line 62, /usr/app/app/assets/stylesheets/topics.css.scss */
table#topic-grid caption {
  border-bottom: none;
  color: #501214;
  font-weight: bold;
}
/* line 66, /usr/app/app/assets/stylesheets/topics.css.scss */
table#topic-grid caption a {
  color: #501214;
}
/* line 71, /usr/app/app/assets/stylesheets/topics.css.scss */
table#topic-grid td, table#topic-grid th {
  border: 1px solid #8D8D8D;
  padding: 0 6px;
  width: 14.29%;
  font-size: .8em;
}
/* line 78, /usr/app/app/assets/stylesheets/topics.css.scss */
table#topic-grid th {
  text-align: center;
  border: none;
}
/* line 83, /usr/app/app/assets/stylesheets/topics.css.scss */
table#topic-grid td.cur-month .day {
  color: #4b4b4b;
}
/* line 87, /usr/app/app/assets/stylesheets/topics.css.scss */
table#topic-grid td.today {
  background-color: #f6f6f6;
}
/* line 89, /usr/app/app/assets/stylesheets/topics.css.scss */
table#topic-grid td.today .day {
  color: #501214;
}
/* line 94, /usr/app/app/assets/stylesheets/topics.css.scss */
table#topic-grid td .day {
  text-align: right;
  color: #8D8D8D;
}
/* line 99, /usr/app/app/assets/stylesheets/topics.css.scss */
table#topic-grid td .grid-cell-topic-list {
  min-height: 48px;
  font-size: .85em;
}
/* line 102, /usr/app/app/assets/stylesheets/topics.css.scss */
table#topic-grid td .grid-cell-topic-list div {
  line-height: 1.25em;
  padding: 5px;
}

/* line 110, /usr/app/app/assets/stylesheets/topics.css.scss */
.session-list ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: .875em;
}
/* line 118, /usr/app/app/assets/stylesheets/topics.css.scss */
.session-list li {
  text-decoration: none;
  padding-left: 1.5em;
}

/* line 124, /usr/app/app/assets/stylesheets/topics.css.scss */
dd.topic-description p {
  margin-top: 0;
}

/* line 129, /usr/app/app/assets/stylesheets/topics.css.scss */
div#delete-topic p {
  padding-bottom: 6px;
}
/* line 132, /usr/app/app/assets/stylesheets/topics.css.scss */
div#delete-topic p.confirmation {
  font-weight: bold;
  font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
/* line 138, /usr/app/app/assets/stylesheets/topics.css.scss */
div#delete-topic a.delete-button {
  color: #B00 !important;
  margin-top: 15px;
  margin-right: 15px;
}

/* line 146, /usr/app/app/assets/stylesheets/topics.css.scss */
div.documents .nested-fields {
  height: 25px;
  line-height: 25px;
  font-size: .95em;
}
/* line 152, /usr/app/app/assets/stylesheets/topics.css.scss */
div.documents .document {
  color: #000000;
  margin-right: 15px;
}

/* line 159, /usr/app/app/assets/stylesheets/topics.css.scss */
div#manage-topics ul.actions {
  background-color: #f6f6f6;
  border: 1px solid #c6c6c6;
  padding: 6px;
  font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 0.9em;
  list-style: disc inside;
}
/* line 168, /usr/app/app/assets/stylesheets/topics.css.scss */
div#manage-topics h2 {
  margin: 0;
}
/* line 172, /usr/app/app/assets/stylesheets/topics.css.scss */
div#manage-topics table {
  width: 100%;
  font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 0.9em;
  border-top: 1px solid #c6c6c6;
}
/* line 180, /usr/app/app/assets/stylesheets/topics.css.scss */
div#manage-topics thead tr {
  font-size: .9em;
  font-weight: bold;
}
/* line 184, /usr/app/app/assets/stylesheets/topics.css.scss */
div#manage-topics thead .topic-date {
  text-align: center;
}
/* line 189, /usr/app/app/assets/stylesheets/topics.css.scss */
div#manage-topics tr {
  padding: 10px 6px;
  border-bottom: 1px solid #c6c6c6;
}
/* line 194, /usr/app/app/assets/stylesheets/topics.css.scss */
div#manage-topics tr.even {
  background-color: #f6f6f6;
}
/* line 198, /usr/app/app/assets/stylesheets/topics.css.scss */
div#manage-topics .topic-name {
  text-align: left;
  padding: 1px 5px;
}
/* line 203, /usr/app/app/assets/stylesheets/topics.css.scss */
div#manage-topics .topic-instructors, div#manage-topics .topic-site, div#manage-topics .topic-date {
  border-left: 1px #c6c6c6 solid;
  padding-left: 8px;
}
/* line 208, /usr/app/app/assets/stylesheets/topics.css.scss */
div#manage-topics .topic-date {
  width: 138px;
  text-align: right;
  padding-right: 8px;
}
/* line 212, /usr/app/app/assets/stylesheets/topics.css.scss */
div#manage-topics .topic-date .empty {
  text-align: center;
}
/* line 217, /usr/app/app/assets/stylesheets/topics.css.scss */
div#manage-topics .topic-count {
  width: 100px;
  text-align: center;
  border-left: 1px #c6c6c6 solid;
}
/* line 223, /usr/app/app/assets/stylesheets/topics.css.scss */
div#manage-topics div.empty-list {
  font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: .9em;
  padding: 0 .5em;
  border-top: 1px #c6c6c6 solid;
}
/* line 230, /usr/app/app/assets/stylesheets/topics.css.scss */
div#manage-topics div.action-list {
  font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: .9em;
  padding: 0 .5em 0.25em;
  background-color: #f6f6f6;
  border-bottom: 1px solid #501214;
}
/* line 237, /usr/app/app/assets/stylesheets/topics.css.scss */
div#manage-topics div.action-list p {
  margin: 0;
}
/* line 3, /usr/app/app/assets/stylesheets/users.css.scss */
ul.instructor-details {
  padding: 0;
  margin-top: 0.5em;
  margin-bottom: 3em;
  font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 0.85em;
  line-height: 1.61803399;
}

/* line 12, /usr/app/app/assets/stylesheets/users.css.scss */
.instructor-session-list {
  margin-bottom: 1em;
}
/* line 15, /usr/app/app/assets/stylesheets/users.css.scss */
.instructor-session-list h3 {
  margin: 0;
}

/* line 21, /usr/app/app/assets/stylesheets/users.css.scss */
div#manage-users table {
  margin-top: -1em;
  width: 100%;
  font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 0.9em;
}
/* line 28, /usr/app/app/assets/stylesheets/users.css.scss */
div#manage-users thead tr {
  font-size: .9em;
  font-weight: bold;
  text-align: left;
}
/* line 34, /usr/app/app/assets/stylesheets/users.css.scss */
div#manage-users tr {
  padding: 10px 6px;
  border-bottom: 1px solid #c6c6c6;
}
/* line 39, /usr/app/app/assets/stylesheets/users.css.scss */
div#manage-users tr.even {
  background-color: #f6f6f6;
}
/* line 43, /usr/app/app/assets/stylesheets/users.css.scss */
div#manage-users .user-login {
  padding: 1px 5px;
  width: 19%;
}
/* line 48, /usr/app/app/assets/stylesheets/users.css.scss */
div#manage-users .user-name, div#manage-users .user-email, div#manage-users .user-title, div#manage-users .user-department {
  width: 19%;
  border-left: 1px #c6c6c6 solid;
  padding-left: 3px;
}
/* line 54, /usr/app/app/assets/stylesheets/users.css.scss */
div#manage-users .user-actions {
  width: 5%;
  border-left: 1px #C6C6C6 solid;
  padding-left: 3px;
}

/* line 62, /usr/app/app/assets/stylesheets/users.css.scss */
table.user-list a.edit-link, table.user-list a.delete-link {
  display: inline-block;
  width: 16px;
  height: 26px;
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
  vertical-align: middle;
}
/* line 73, /usr/app/app/assets/stylesheets/users.css.scss */
table.user-list a.edit-link {
  background: url(/assets/page_white_edit-da281a874974bf0c9518ccd03db9c96e1f69bfbb72ad62bee649c400d97e4899.png) center no-repeat;
}
/* line 77, /usr/app/app/assets/stylesheets/users.css.scss */
table.user-list a.delete-link {
  background: url(/assets/delete-ce07a8b5022e59a1bde9690b720a6bf10fc9767db6512d14ebff2782ec62b5bf.png) center no-repeat;
}

/* line 82, /usr/app/app/assets/stylesheets/users.css.scss */
div#duplicate-user {
  margin: 1em 0;
  border: 2px solid #501214;
  padding: .5em;
}
/* line 87, /usr/app/app/assets/stylesheets/users.css.scss */
div#duplicate-user h3 {
  font-size: 1.1em;
  font-weight: normal;
  margin: 0;
  color: #b00;
}
/* line 94, /usr/app/app/assets/stylesheets/users.css.scss */
div#duplicate-user a {
  text-decoration: underline;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *














 */


