/*! jQuery UI - v1.10.4 - 2014-04-16
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Lucida%20Grande%2CLucida%20Sans%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=5px&bgColorHeader=5c9ccc&bgTextureHeader=gloss_wave&bgImgOpacityHeader=55&borderColorHeader=4297d7&fcHeader=ffffff&iconColorHeader=d8e7f3&bgColorContent=fcfdfd&bgTextureContent=inset_hard&bgImgOpacityContent=100&borderColorContent=a6c9e2&fcContent=222222&iconColorContent=469bdd&bgColorDefault=dfeffc&bgTextureDefault=glass&bgImgOpacityDefault=85&borderColorDefault=c5dbec&fcDefault=2e6e9e&iconColorDefault=6da8d5&bgColorHover=d0e5f5&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=79b7e7&fcHover=1d5987&iconColorHover=217bc0&bgColorActive=f5f8f9&bgTextureActive=inset_hard&bgImgOpacityActive=100&borderColorActive=79b7e7&fcActive=e17009&iconColorActive=f9bd01&bgColorHighlight=fbec88&bgTextureHighlight=flat&bgImgOpacityHighlight=55&borderColorHighlight=fad42e&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
/* line 10, app/assets/stylesheets/redmond.css.scss */
.ui-helper-hidden {
  display: none;
}

/* line 13, app/assets/stylesheets/redmond.css.scss */
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 23, app/assets/stylesheets/redmond.css.scss */
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

/* line 33, app/assets/stylesheets/redmond.css.scss */
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

/* line 39, app/assets/stylesheets/redmond.css.scss */
.ui-helper-clearfix:after {
  clear: both;
}

/* line 42, app/assets/stylesheets/redmond.css.scss */
.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}

/* line 45, app/assets/stylesheets/redmond.css.scss */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

/* line 55, app/assets/stylesheets/redmond.css.scss */
.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
/* line 62, app/assets/stylesheets/redmond.css.scss */
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
/* line 71, app/assets/stylesheets/redmond.css.scss */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
/* line 83, app/assets/stylesheets/redmond.css.scss */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 90, app/assets/stylesheets/redmond.css.scss */
.ui-resizable {
  position: relative;
}

/* line 93, app/assets/stylesheets/redmond.css.scss */
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
}

/* line 98, app/assets/stylesheets/redmond.css.scss */
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

/* line 102, app/assets/stylesheets/redmond.css.scss */
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

/* line 109, app/assets/stylesheets/redmond.css.scss */
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

/* line 116, app/assets/stylesheets/redmond.css.scss */
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

/* line 123, app/assets/stylesheets/redmond.css.scss */
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

/* line 130, app/assets/stylesheets/redmond.css.scss */
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

/* line 137, app/assets/stylesheets/redmond.css.scss */
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

/* line 144, app/assets/stylesheets/redmond.css.scss */
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

/* line 151, app/assets/stylesheets/redmond.css.scss */
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

/* line 158, app/assets/stylesheets/redmond.css.scss */
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

/* line 163, app/assets/stylesheets/redmond.css.scss */
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  /* support: IE7 */
}

/* line 171, app/assets/stylesheets/redmond.css.scss */
.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}

/* line 174, app/assets/stylesheets/redmond.css.scss */
.ui-accordion .ui-accordion-noicons {
  padding-left: .7em;
}

/* line 177, app/assets/stylesheets/redmond.css.scss */
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}

/* line 180, app/assets/stylesheets/redmond.css.scss */
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}

/* line 186, app/assets/stylesheets/redmond.css.scss */
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

/* line 191, app/assets/stylesheets/redmond.css.scss */
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

/* line 197, app/assets/stylesheets/redmond.css.scss */
.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 */
}

/* line 208, app/assets/stylesheets/redmond.css.scss */
.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 */
/* line 216, app/assets/stylesheets/redmond.css.scss */
.ui-button-icon-only {
  width: 2.2em;
}

/* button elements seem to need a little more width */
/* line 220, app/assets/stylesheets/redmond.css.scss */
button.ui-button-icon-only {
  width: 2.4em;
}

/* line 223, app/assets/stylesheets/redmond.css.scss */
.ui-button-icons-only {
  width: 3.4em;
}

/* line 226, app/assets/stylesheets/redmond.css.scss */
button.ui-button-icons-only {
  width: 3.7em;
}

/* button text element */
/* line 231, app/assets/stylesheets/redmond.css.scss */
.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}

/* line 235, app/assets/stylesheets/redmond.css.scss */
.ui-button-text-only .ui-button-text {
  padding: .4em 1em;
}

/* line 238, app/assets/stylesheets/redmond.css.scss */
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}

/* line 243, app/assets/stylesheets/redmond.css.scss */
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}

/* line 247, app/assets/stylesheets/redmond.css.scss */
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}

/* line 251, app/assets/stylesheets/redmond.css.scss */
.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 */
/* line 256, app/assets/stylesheets/redmond.css.scss */
input.ui-button {
  padding: .4em 1em;
}

/* button icon element(s) */
/* line 261, app/assets/stylesheets/redmond.css.scss */
.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;
}

/* line 270, app/assets/stylesheets/redmond.css.scss */
.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}

/* line 274, app/assets/stylesheets/redmond.css.scss */
.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;
}

/* line 279, app/assets/stylesheets/redmond.css.scss */
.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 */
/* line 286, app/assets/stylesheets/redmond.css.scss */
.ui-buttonset {
  margin-right: 7px;
}

/* line 289, app/assets/stylesheets/redmond.css.scss */
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
/* line 296, app/assets/stylesheets/redmond.css.scss */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 301, app/assets/stylesheets/redmond.css.scss */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

/* line 306, app/assets/stylesheets/redmond.css.scss */
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

/* line 310, app/assets/stylesheets/redmond.css.scss */
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

/* line 317, app/assets/stylesheets/redmond.css.scss */
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

/* line 321, app/assets/stylesheets/redmond.css.scss */
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

/* line 324, app/assets/stylesheets/redmond.css.scss */
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

/* line 327, app/assets/stylesheets/redmond.css.scss */
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

/* line 330, app/assets/stylesheets/redmond.css.scss */
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

/* line 333, app/assets/stylesheets/redmond.css.scss */
.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;
}

/* line 342, app/assets/stylesheets/redmond.css.scss */
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

/* line 347, app/assets/stylesheets/redmond.css.scss */
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

/* line 351, app/assets/stylesheets/redmond.css.scss */
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}

/* line 355, app/assets/stylesheets/redmond.css.scss */
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

/* line 361, app/assets/stylesheets/redmond.css.scss */
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

/* line 367, app/assets/stylesheets/redmond.css.scss */
.ui-datepicker td {
  border: 0;
  padding: 1px;
}

/* line 371, app/assets/stylesheets/redmond.css.scss */
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

/* line 378, app/assets/stylesheets/redmond.css.scss */
.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;
}

/* line 386, app/assets/stylesheets/redmond.css.scss */
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

/* line 394, app/assets/stylesheets/redmond.css.scss */
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
/* line 399, app/assets/stylesheets/redmond.css.scss */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

/* line 402, app/assets/stylesheets/redmond.css.scss */
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

/* line 405, app/assets/stylesheets/redmond.css.scss */
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

/* line 409, app/assets/stylesheets/redmond.css.scss */
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

/* line 412, app/assets/stylesheets/redmond.css.scss */
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

/* line 415, app/assets/stylesheets/redmond.css.scss */
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

/* line 418, app/assets/stylesheets/redmond.css.scss */
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

/* line 422, app/assets/stylesheets/redmond.css.scss */
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

/* line 425, app/assets/stylesheets/redmond.css.scss */
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
/* line 432, app/assets/stylesheets/redmond.css.scss */
.ui-datepicker-rtl {
  direction: rtl;
}

/* line 435, app/assets/stylesheets/redmond.css.scss */
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

/* line 439, app/assets/stylesheets/redmond.css.scss */
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

/* line 443, app/assets/stylesheets/redmond.css.scss */
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

/* line 447, app/assets/stylesheets/redmond.css.scss */
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

/* line 451, app/assets/stylesheets/redmond.css.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

/* line 454, app/assets/stylesheets/redmond.css.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

/* line 457, app/assets/stylesheets/redmond.css.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

/* line 461, app/assets/stylesheets/redmond.css.scss */
.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;
}

/* line 466, app/assets/stylesheets/redmond.css.scss */
.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}

/* line 474, app/assets/stylesheets/redmond.css.scss */
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}

/* line 478, app/assets/stylesheets/redmond.css.scss */
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 486, app/assets/stylesheets/redmond.css.scss */
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

/* line 495, app/assets/stylesheets/redmond.css.scss */
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}

/* line 502, app/assets/stylesheets/redmond.css.scss */
.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;
}

/* line 509, app/assets/stylesheets/redmond.css.scss */
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

/* line 512, app/assets/stylesheets/redmond.css.scss */
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}

/* line 516, app/assets/stylesheets/redmond.css.scss */
.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}

/* line 523, app/assets/stylesheets/redmond.css.scss */
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

/* line 526, app/assets/stylesheets/redmond.css.scss */
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: none;
}

/* line 533, app/assets/stylesheets/redmond.css.scss */
.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute;
}

/* line 537, app/assets/stylesheets/redmond.css.scss */
.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);
}

/* line 544, app/assets/stylesheets/redmond.css.scss */
.ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

/* line 551, app/assets/stylesheets/redmond.css.scss */
.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;
}

/* line 559, app/assets/stylesheets/redmond.css.scss */
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
}

/* line 565, app/assets/stylesheets/redmond.css.scss */
.ui-menu .ui-state-disabled {
  font-weight: normal;
  margin: .4em 0 .2em;
  line-height: 1.5;
}

/* line 570, app/assets/stylesheets/redmond.css.scss */
.ui-menu .ui-state-disabled a {
  cursor: default;
}

/* icon support */
/* line 575, app/assets/stylesheets/redmond.css.scss */
.ui-menu-icons {
  position: relative;
}

/* line 578, app/assets/stylesheets/redmond.css.scss */
.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em;
}

/* left-aligned */
/* line 584, app/assets/stylesheets/redmond.css.scss */
.ui-menu .ui-icon {
  position: absolute;
  top: .2em;
  left: .2em;
}

/* right-aligned */
/* line 591, app/assets/stylesheets/redmond.css.scss */
.ui-menu .ui-menu-icon {
  position: static;
  float: right;
}

/* line 595, app/assets/stylesheets/redmond.css.scss */
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

/* line 600, app/assets/stylesheets/redmond.css.scss */
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

/* line 604, app/assets/stylesheets/redmond.css.scss */
.ui-progressbar .ui-progressbar-overlay {
  background: url(/assets/redmond/animated-overlay-c7bcc76fb23c0430b36ec448eb79f8bc34129dae95da10f3c14ed0eacdf2f1b9.gif);
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}

/* line 610, app/assets/stylesheets/redmond.css.scss */
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

/* line 613, app/assets/stylesheets/redmond.css.scss */
.ui-slider {
  position: relative;
  text-align: left;
}

/* line 617, app/assets/stylesheets/redmond.css.scss */
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}

/* line 624, app/assets/stylesheets/redmond.css.scss */
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* For IE8 - See #6727 */
/* line 634, app/assets/stylesheets/redmond.css.scss */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
          filter: inherit;
}

/* line 639, app/assets/stylesheets/redmond.css.scss */
.ui-slider-horizontal {
  height: .8em;
}

/* line 642, app/assets/stylesheets/redmond.css.scss */
.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

/* line 646, app/assets/stylesheets/redmond.css.scss */
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

/* line 650, app/assets/stylesheets/redmond.css.scss */
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

/* line 653, app/assets/stylesheets/redmond.css.scss */
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

/* line 657, app/assets/stylesheets/redmond.css.scss */
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

/* line 661, app/assets/stylesheets/redmond.css.scss */
.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

/* line 666, app/assets/stylesheets/redmond.css.scss */
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

/* line 670, app/assets/stylesheets/redmond.css.scss */
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

/* line 673, app/assets/stylesheets/redmond.css.scss */
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

/* line 676, app/assets/stylesheets/redmond.css.scss */
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

/* line 683, app/assets/stylesheets/redmond.css.scss */
.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px;
}

/* line 693, app/assets/stylesheets/redmond.css.scss */
.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* more specificity required here to override default borders */
/* line 707, app/assets/stylesheets/redmond.css.scss */
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}

/* vertically center icon */
/* line 713, app/assets/stylesheets/redmond.css.scss */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}

/* line 719, app/assets/stylesheets/redmond.css.scss */
.ui-spinner-up {
  top: 0;
}

/* line 722, app/assets/stylesheets/redmond.css.scss */
.ui-spinner-down {
  bottom: 0;
}

/* TR overrides */
/* line 727, app/assets/stylesheets/redmond.css.scss */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px;
}

/* line 731, app/assets/stylesheets/redmond.css.scss */
.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em;
}

/* line 735, app/assets/stylesheets/redmond.css.scss */
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}

/* line 739, app/assets/stylesheets/redmond.css.scss */
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

/* line 749, app/assets/stylesheets/redmond.css.scss */
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}

/* line 754, app/assets/stylesheets/redmond.css.scss */
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

/* line 758, app/assets/stylesheets/redmond.css.scss */
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

/* line 763, app/assets/stylesheets/redmond.css.scss */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

/* line 766, app/assets/stylesheets/redmond.css.scss */
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

/* line 772, app/assets/stylesheets/redmond.css.scss */
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  box-shadow: 0 0 5px #aaa;
}

/* line 780, app/assets/stylesheets/redmond.css.scss */
body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
----------------------------------*/
/* line 786, app/assets/stylesheets/redmond.css.scss */
.ui-widget {
  font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
  font-size: 1.1em;
}

/* line 790, app/assets/stylesheets/redmond.css.scss */
.ui-widget .ui-widget {
  font-size: 1em;
}

/* line 793, app/assets/stylesheets/redmond.css.scss */
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
  font-size: 1em;
}

/* line 800, app/assets/stylesheets/redmond.css.scss */
.ui-widget-content {
  border: 1px solid #a6c9e2;
  background: #fcfdfd url(/assets/redmond/ui-bg_inset-hard_100_fcfdfd_1x100-65534ca3772f69727a11f85edfa60f6177762c312b6a564f57cb3eb463e68bcc.png) 50% bottom repeat-x;
  color: #222222;
}

/* line 805, app/assets/stylesheets/redmond.css.scss */
.ui-widget-content a {
  color: #222222;
}

/* line 808, app/assets/stylesheets/redmond.css.scss */
.ui-widget-header {
  border: 1px solid #4297d7;
  background: #5c9ccc url(/assets/redmond/ui-bg_gloss-wave_55_5c9ccc_500x100-a99cd4df378c8f7d7ed0535e138e461e4dbcfee8f63f54f0eba94b907de4862f.png) 50% 50% repeat-x;
  color: #ffffff;
  font-weight: bold;
}

/* line 814, app/assets/stylesheets/redmond.css.scss */
.ui-widget-header a {
  color: #ffffff;
}

/* Interaction states
----------------------------------*/
/* line 820, app/assets/stylesheets/redmond.css.scss */
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #c5dbec;
  background: #dfeffc url(/assets/redmond/ui-bg_glass_85_dfeffc_1x400-b9f3c6e3bac33d845e1577075d06b8c6857639637747bba2c38b95f934e0482e.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #2e6e9e;
}

/* line 828, app/assets/stylesheets/redmond.css.scss */
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #2e6e9e;
  text-decoration: none;
}

/* line 834, app/assets/stylesheets/redmond.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 #79b7e7;
  background: #d0e5f5 url(/assets/redmond/ui-bg_glass_75_d0e5f5_1x400-31b78d8ae8de4217d6db84e17bd83c0e87ab26b0bb40ec06823f6af0952fffae.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #1d5987;
}

/* line 845, app/assets/stylesheets/redmond.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: #1d5987;
  text-decoration: none;
}

/* line 856, app/assets/stylesheets/redmond.css.scss */
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #79b7e7;
  background: #f5f8f9 url(/assets/redmond/ui-bg_inset-hard_100_f5f8f9_1x100-3f84fb02ccfaae7643e4d9cd41c0b29d8c4aac64b903de14bbcd6faa7f8c4dfa.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #e17009;
}

/* line 864, app/assets/stylesheets/redmond.css.scss */
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #e17009;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
/* line 873, app/assets/stylesheets/redmond.css.scss */
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fad42e;
  background: #fbec88 url(/assets/redmond/ui-bg_flat_55_fbec88_40x100-189f77910637f6322decc2622efdde5d750e165acb0cf783b71bc5fdf2ce3eb2.png) 50% 50% repeat-x;
  color: #363636;
}

/* line 880, app/assets/stylesheets/redmond.css.scss */
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}

/* line 885, app/assets/stylesheets/redmond.css.scss */
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url(/assets/redmond/ui-bg_glass_95_fef1ec_1x400-75bdceced960d244edb7abe42bf42b828ec663d9f66e49175796dfe22bb8b7d5.png) 50% 50% repeat-x;
  color: #cd0a0a;
}

/* line 892, app/assets/stylesheets/redmond.css.scss */
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}

/* line 897, app/assets/stylesheets/redmond.css.scss */
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}

/* line 902, app/assets/stylesheets/redmond.css.scss */
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

/* line 907, app/assets/stylesheets/redmond.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 914, app/assets/stylesheets/redmond.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 921, app/assets/stylesheets/redmond.css.scss */
.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
/* line 929, app/assets/stylesheets/redmond.css.scss */
.ui-icon {
  width: 16px;
  height: 16px;
}

/* line 933, app/assets/stylesheets/redmond.css.scss */
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(/assets/redmond/ui-icons_469bdd_256x240-31b69d43ded5ece6deeef2d10ea20407b3708d6b5b557d7a3ce67500c1549a2b.png);
}

/* line 937, app/assets/stylesheets/redmond.css.scss */
.ui-widget-header .ui-icon {
  background-image: url(/assets/redmond/ui-icons_d8e7f3_256x240-948350c94c94def167cfaa1dbcbdd84aa85aef700c233d744060261cd7ff9d94.png);
}

/* line 940, app/assets/stylesheets/redmond.css.scss */
.ui-state-default .ui-icon {
  background-image: url(/assets/redmond/ui-icons_6da8d5_256x240-fa3ac7cb805fc218a80c3acb6738fc056e8cc3c59190947b82805795d93ad7e8.png);
}

/* line 943, app/assets/stylesheets/redmond.css.scss */
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url(/assets/redmond/ui-icons_217bc0_256x240-1c88a762a4cafeafb9c57d3b3099c9a4d91b392903152b59bed2cd322b4940ea.png);
}

/* line 947, app/assets/stylesheets/redmond.css.scss */
.ui-state-active .ui-icon {
  background-image: url(/assets/redmond/ui-icons_f9bd01_256x240-b2362b3c381496437c4ef02b0991d05be0f3722d0fbeaa73f9a41ac34210c85d.png);
}

/* line 950, app/assets/stylesheets/redmond.css.scss */
.ui-state-highlight .ui-icon {
  background-image: url(/assets/redmond/ui-icons_2e83ff_256x240-3d3e274632c78c97b550bb7d2291462e2584f523a15cdc1b9535e7bfabd0ce30.png);
}

/* line 953, app/assets/stylesheets/redmond.css.scss */
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(/assets/redmond/ui-icons_cd0a0a_256x240-003822ed55ad9191e071798370e41363a617b138eae18623ad9d864ca5f357ce.png);
}

/* positioning */
/* line 959, app/assets/stylesheets/redmond.css.scss */
.ui-icon-blank {
  background-position: 16px 16px;
}

/* line 960, app/assets/stylesheets/redmond.css.scss */
.ui-icon-carat-1-n {
  background-position: 0 0;
}

/* line 961, app/assets/stylesheets/redmond.css.scss */
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

/* line 962, app/assets/stylesheets/redmond.css.scss */
.ui-icon-carat-1-e {
  background-position: -32px 0;
}

/* line 963, app/assets/stylesheets/redmond.css.scss */
.ui-icon-carat-1-se {
  background-position: -48px 0;
}

/* line 964, app/assets/stylesheets/redmond.css.scss */
.ui-icon-carat-1-s {
  background-position: -64px 0;
}

/* line 965, app/assets/stylesheets/redmond.css.scss */
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

/* line 966, app/assets/stylesheets/redmond.css.scss */
.ui-icon-carat-1-w {
  background-position: -96px 0;
}

/* line 967, app/assets/stylesheets/redmond.css.scss */
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

/* line 968, app/assets/stylesheets/redmond.css.scss */
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

/* line 969, app/assets/stylesheets/redmond.css.scss */
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

/* line 970, app/assets/stylesheets/redmond.css.scss */
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

/* line 971, app/assets/stylesheets/redmond.css.scss */
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

/* line 972, app/assets/stylesheets/redmond.css.scss */
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

/* line 973, app/assets/stylesheets/redmond.css.scss */
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

/* line 974, app/assets/stylesheets/redmond.css.scss */
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

/* line 975, app/assets/stylesheets/redmond.css.scss */
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

/* line 976, app/assets/stylesheets/redmond.css.scss */
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

/* line 977, app/assets/stylesheets/redmond.css.scss */
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

/* line 978, app/assets/stylesheets/redmond.css.scss */
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

/* line 979, app/assets/stylesheets/redmond.css.scss */
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

/* line 980, app/assets/stylesheets/redmond.css.scss */
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

/* line 981, app/assets/stylesheets/redmond.css.scss */
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

/* line 982, app/assets/stylesheets/redmond.css.scss */
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

/* line 983, app/assets/stylesheets/redmond.css.scss */
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

/* line 984, app/assets/stylesheets/redmond.css.scss */
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

/* line 985, app/assets/stylesheets/redmond.css.scss */
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

/* line 986, app/assets/stylesheets/redmond.css.scss */
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

/* line 987, app/assets/stylesheets/redmond.css.scss */
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

/* line 988, app/assets/stylesheets/redmond.css.scss */
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

/* line 989, app/assets/stylesheets/redmond.css.scss */
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

/* line 990, app/assets/stylesheets/redmond.css.scss */
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

/* line 991, app/assets/stylesheets/redmond.css.scss */
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

/* line 992, app/assets/stylesheets/redmond.css.scss */
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

/* line 993, app/assets/stylesheets/redmond.css.scss */
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

/* line 994, app/assets/stylesheets/redmond.css.scss */
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

/* line 995, app/assets/stylesheets/redmond.css.scss */
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

/* line 996, app/assets/stylesheets/redmond.css.scss */
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

/* line 997, app/assets/stylesheets/redmond.css.scss */
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

/* line 998, app/assets/stylesheets/redmond.css.scss */
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

/* line 999, app/assets/stylesheets/redmond.css.scss */
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

/* line 1000, app/assets/stylesheets/redmond.css.scss */
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

/* line 1001, app/assets/stylesheets/redmond.css.scss */
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

/* line 1002, app/assets/stylesheets/redmond.css.scss */
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

/* line 1003, app/assets/stylesheets/redmond.css.scss */
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

/* line 1004, app/assets/stylesheets/redmond.css.scss */
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

/* line 1005, app/assets/stylesheets/redmond.css.scss */
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

/* line 1006, app/assets/stylesheets/redmond.css.scss */
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

/* line 1007, app/assets/stylesheets/redmond.css.scss */
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

/* line 1008, app/assets/stylesheets/redmond.css.scss */
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

/* line 1009, app/assets/stylesheets/redmond.css.scss */
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

/* line 1010, app/assets/stylesheets/redmond.css.scss */
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

/* line 1011, app/assets/stylesheets/redmond.css.scss */
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

/* line 1012, app/assets/stylesheets/redmond.css.scss */
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

/* line 1013, app/assets/stylesheets/redmond.css.scss */
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

/* line 1014, app/assets/stylesheets/redmond.css.scss */
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

/* line 1015, app/assets/stylesheets/redmond.css.scss */
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

/* line 1016, app/assets/stylesheets/redmond.css.scss */
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

/* line 1017, app/assets/stylesheets/redmond.css.scss */
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

/* line 1018, app/assets/stylesheets/redmond.css.scss */
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

/* line 1019, app/assets/stylesheets/redmond.css.scss */
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

/* line 1020, app/assets/stylesheets/redmond.css.scss */
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

/* line 1021, app/assets/stylesheets/redmond.css.scss */
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

/* line 1022, app/assets/stylesheets/redmond.css.scss */
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

/* line 1023, app/assets/stylesheets/redmond.css.scss */
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

/* line 1024, app/assets/stylesheets/redmond.css.scss */
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

/* line 1025, app/assets/stylesheets/redmond.css.scss */
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

/* line 1026, app/assets/stylesheets/redmond.css.scss */
.ui-icon-extlink {
  background-position: -32px -80px;
}

/* line 1027, app/assets/stylesheets/redmond.css.scss */
.ui-icon-newwin {
  background-position: -48px -80px;
}

/* line 1028, app/assets/stylesheets/redmond.css.scss */
.ui-icon-refresh {
  background-position: -64px -80px;
}

/* line 1029, app/assets/stylesheets/redmond.css.scss */
.ui-icon-shuffle {
  background-position: -80px -80px;
}

/* line 1030, app/assets/stylesheets/redmond.css.scss */
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

/* line 1031, app/assets/stylesheets/redmond.css.scss */
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

/* line 1032, app/assets/stylesheets/redmond.css.scss */
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

/* line 1033, app/assets/stylesheets/redmond.css.scss */
.ui-icon-folder-open {
  background-position: -16px -96px;
}

/* line 1034, app/assets/stylesheets/redmond.css.scss */
.ui-icon-document {
  background-position: -32px -96px;
}

/* line 1035, app/assets/stylesheets/redmond.css.scss */
.ui-icon-document-b {
  background-position: -48px -96px;
}

/* line 1036, app/assets/stylesheets/redmond.css.scss */
.ui-icon-note {
  background-position: -64px -96px;
}

/* line 1037, app/assets/stylesheets/redmond.css.scss */
.ui-icon-mail-closed {
  background-position: -80px -96px;
}

/* line 1038, app/assets/stylesheets/redmond.css.scss */
.ui-icon-mail-open {
  background-position: -96px -96px;
}

/* line 1039, app/assets/stylesheets/redmond.css.scss */
.ui-icon-suitcase {
  background-position: -112px -96px;
}

/* line 1040, app/assets/stylesheets/redmond.css.scss */
.ui-icon-comment {
  background-position: -128px -96px;
}

/* line 1041, app/assets/stylesheets/redmond.css.scss */
.ui-icon-person {
  background-position: -144px -96px;
}

/* line 1042, app/assets/stylesheets/redmond.css.scss */
.ui-icon-print {
  background-position: -160px -96px;
}

/* line 1043, app/assets/stylesheets/redmond.css.scss */
.ui-icon-trash {
  background-position: -176px -96px;
}

/* line 1044, app/assets/stylesheets/redmond.css.scss */
.ui-icon-locked {
  background-position: -192px -96px;
}

/* line 1045, app/assets/stylesheets/redmond.css.scss */
.ui-icon-unlocked {
  background-position: -208px -96px;
}

/* line 1046, app/assets/stylesheets/redmond.css.scss */
.ui-icon-bookmark {
  background-position: -224px -96px;
}

/* line 1047, app/assets/stylesheets/redmond.css.scss */
.ui-icon-tag {
  background-position: -240px -96px;
}

/* line 1048, app/assets/stylesheets/redmond.css.scss */
.ui-icon-home {
  background-position: 0 -112px;
}

/* line 1049, app/assets/stylesheets/redmond.css.scss */
.ui-icon-flag {
  background-position: -16px -112px;
}

/* line 1050, app/assets/stylesheets/redmond.css.scss */
.ui-icon-calendar {
  background-position: -32px -112px;
}

/* line 1051, app/assets/stylesheets/redmond.css.scss */
.ui-icon-cart {
  background-position: -48px -112px;
}

/* line 1052, app/assets/stylesheets/redmond.css.scss */
.ui-icon-pencil {
  background-position: -64px -112px;
}

/* line 1053, app/assets/stylesheets/redmond.css.scss */
.ui-icon-clock {
  background-position: -80px -112px;
}

/* line 1054, app/assets/stylesheets/redmond.css.scss */
.ui-icon-disk {
  background-position: -96px -112px;
}

/* line 1055, app/assets/stylesheets/redmond.css.scss */
.ui-icon-calculator {
  background-position: -112px -112px;
}

/* line 1056, app/assets/stylesheets/redmond.css.scss */
.ui-icon-zoomin {
  background-position: -128px -112px;
}

/* line 1057, app/assets/stylesheets/redmond.css.scss */
.ui-icon-zoomout {
  background-position: -144px -112px;
}

/* line 1058, app/assets/stylesheets/redmond.css.scss */
.ui-icon-search {
  background-position: -160px -112px;
}

/* line 1059, app/assets/stylesheets/redmond.css.scss */
.ui-icon-wrench {
  background-position: -176px -112px;
}

/* line 1060, app/assets/stylesheets/redmond.css.scss */
.ui-icon-gear {
  background-position: -192px -112px;
}

/* line 1061, app/assets/stylesheets/redmond.css.scss */
.ui-icon-heart {
  background-position: -208px -112px;
}

/* line 1062, app/assets/stylesheets/redmond.css.scss */
.ui-icon-star {
  background-position: -224px -112px;
}

/* line 1063, app/assets/stylesheets/redmond.css.scss */
.ui-icon-link {
  background-position: -240px -112px;
}

/* line 1064, app/assets/stylesheets/redmond.css.scss */
.ui-icon-cancel {
  background-position: 0 -128px;
}

/* line 1065, app/assets/stylesheets/redmond.css.scss */
.ui-icon-plus {
  background-position: -16px -128px;
}

/* line 1066, app/assets/stylesheets/redmond.css.scss */
.ui-icon-plusthick {
  background-position: -32px -128px;
}

/* line 1067, app/assets/stylesheets/redmond.css.scss */
.ui-icon-minus {
  background-position: -48px -128px;
}

/* line 1068, app/assets/stylesheets/redmond.css.scss */
.ui-icon-minusthick {
  background-position: -64px -128px;
}

/* line 1069, app/assets/stylesheets/redmond.css.scss */
.ui-icon-close {
  background-position: -80px -128px;
}

/* line 1070, app/assets/stylesheets/redmond.css.scss */
.ui-icon-closethick {
  background-position: -96px -128px;
}

/* line 1071, app/assets/stylesheets/redmond.css.scss */
.ui-icon-key {
  background-position: -112px -128px;
}

/* line 1072, app/assets/stylesheets/redmond.css.scss */
.ui-icon-lightbulb {
  background-position: -128px -128px;
}

/* line 1073, app/assets/stylesheets/redmond.css.scss */
.ui-icon-scissors {
  background-position: -144px -128px;
}

/* line 1074, app/assets/stylesheets/redmond.css.scss */
.ui-icon-clipboard {
  background-position: -160px -128px;
}

/* line 1075, app/assets/stylesheets/redmond.css.scss */
.ui-icon-copy {
  background-position: -176px -128px;
}

/* line 1076, app/assets/stylesheets/redmond.css.scss */
.ui-icon-contact {
  background-position: -192px -128px;
}

/* line 1077, app/assets/stylesheets/redmond.css.scss */
.ui-icon-image {
  background-position: -208px -128px;
}

/* line 1078, app/assets/stylesheets/redmond.css.scss */
.ui-icon-video {
  background-position: -224px -128px;
}

/* line 1079, app/assets/stylesheets/redmond.css.scss */
.ui-icon-script {
  background-position: -240px -128px;
}

/* line 1080, app/assets/stylesheets/redmond.css.scss */
.ui-icon-alert {
  background-position: 0 -144px;
}

/* line 1081, app/assets/stylesheets/redmond.css.scss */
.ui-icon-info {
  background-position: -16px -144px;
}

/* line 1082, app/assets/stylesheets/redmond.css.scss */
.ui-icon-notice {
  background-position: -32px -144px;
}

/* line 1083, app/assets/stylesheets/redmond.css.scss */
.ui-icon-help {
  background-position: -48px -144px;
}

/* line 1084, app/assets/stylesheets/redmond.css.scss */
.ui-icon-check {
  background-position: -64px -144px;
}

/* line 1085, app/assets/stylesheets/redmond.css.scss */
.ui-icon-bullet {
  background-position: -80px -144px;
}

/* line 1086, app/assets/stylesheets/redmond.css.scss */
.ui-icon-radio-on {
  background-position: -96px -144px;
}

/* line 1087, app/assets/stylesheets/redmond.css.scss */
.ui-icon-radio-off {
  background-position: -112px -144px;
}

/* line 1088, app/assets/stylesheets/redmond.css.scss */
.ui-icon-pin-w {
  background-position: -128px -144px;
}

/* line 1089, app/assets/stylesheets/redmond.css.scss */
.ui-icon-pin-s {
  background-position: -144px -144px;
}

/* line 1090, app/assets/stylesheets/redmond.css.scss */
.ui-icon-play {
  background-position: 0 -160px;
}

/* line 1091, app/assets/stylesheets/redmond.css.scss */
.ui-icon-pause {
  background-position: -16px -160px;
}

/* line 1092, app/assets/stylesheets/redmond.css.scss */
.ui-icon-seek-next {
  background-position: -32px -160px;
}

/* line 1093, app/assets/stylesheets/redmond.css.scss */
.ui-icon-seek-prev {
  background-position: -48px -160px;
}

/* line 1094, app/assets/stylesheets/redmond.css.scss */
.ui-icon-seek-end {
  background-position: -64px -160px;
}

/* line 1095, app/assets/stylesheets/redmond.css.scss */
.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
/* line 1097, app/assets/stylesheets/redmond.css.scss */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

/* line 1098, app/assets/stylesheets/redmond.css.scss */
.ui-icon-stop {
  background-position: -96px -160px;
}

/* line 1099, app/assets/stylesheets/redmond.css.scss */
.ui-icon-eject {
  background-position: -112px -160px;
}

/* line 1100, app/assets/stylesheets/redmond.css.scss */
.ui-icon-volume-off {
  background-position: -128px -160px;
}

/* line 1101, app/assets/stylesheets/redmond.css.scss */
.ui-icon-volume-on {
  background-position: -144px -160px;
}

/* line 1102, app/assets/stylesheets/redmond.css.scss */
.ui-icon-power {
  background-position: 0 -176px;
}

/* line 1103, app/assets/stylesheets/redmond.css.scss */
.ui-icon-signal-diag {
  background-position: -16px -176px;
}

/* line 1104, app/assets/stylesheets/redmond.css.scss */
.ui-icon-signal {
  background-position: -32px -176px;
}

/* line 1105, app/assets/stylesheets/redmond.css.scss */
.ui-icon-battery-0 {
  background-position: -48px -176px;
}

/* line 1106, app/assets/stylesheets/redmond.css.scss */
.ui-icon-battery-1 {
  background-position: -64px -176px;
}

/* line 1107, app/assets/stylesheets/redmond.css.scss */
.ui-icon-battery-2 {
  background-position: -80px -176px;
}

/* line 1108, app/assets/stylesheets/redmond.css.scss */
.ui-icon-battery-3 {
  background-position: -96px -176px;
}

/* line 1109, app/assets/stylesheets/redmond.css.scss */
.ui-icon-circle-plus {
  background-position: 0 -192px;
}

/* line 1110, app/assets/stylesheets/redmond.css.scss */
.ui-icon-circle-minus {
  background-position: -16px -192px;
}

/* line 1111, app/assets/stylesheets/redmond.css.scss */
.ui-icon-circle-close {
  background-position: -32px -192px;
}

/* line 1112, app/assets/stylesheets/redmond.css.scss */
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

/* line 1113, app/assets/stylesheets/redmond.css.scss */
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

/* line 1114, app/assets/stylesheets/redmond.css.scss */
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

/* line 1115, app/assets/stylesheets/redmond.css.scss */
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

/* line 1116, app/assets/stylesheets/redmond.css.scss */
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

/* line 1117, app/assets/stylesheets/redmond.css.scss */
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

/* line 1118, app/assets/stylesheets/redmond.css.scss */
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

/* line 1119, app/assets/stylesheets/redmond.css.scss */
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

/* line 1120, app/assets/stylesheets/redmond.css.scss */
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

/* line 1121, app/assets/stylesheets/redmond.css.scss */
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

/* line 1122, app/assets/stylesheets/redmond.css.scss */
.ui-icon-circle-check {
  background-position: -208px -192px;
}

/* line 1123, app/assets/stylesheets/redmond.css.scss */
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

/* line 1124, app/assets/stylesheets/redmond.css.scss */
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

/* line 1125, app/assets/stylesheets/redmond.css.scss */
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

/* line 1126, app/assets/stylesheets/redmond.css.scss */
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

/* line 1127, app/assets/stylesheets/redmond.css.scss */
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

/* line 1128, app/assets/stylesheets/redmond.css.scss */
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

/* line 1129, app/assets/stylesheets/redmond.css.scss */
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

/* line 1130, app/assets/stylesheets/redmond.css.scss */
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

/* line 1131, app/assets/stylesheets/redmond.css.scss */
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

/* line 1132, app/assets/stylesheets/redmond.css.scss */
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

/* line 1133, app/assets/stylesheets/redmond.css.scss */
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

/* line 1134, app/assets/stylesheets/redmond.css.scss */
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
/* line 1141, app/assets/stylesheets/redmond.css.scss */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 5px;
}

/* line 1147, app/assets/stylesheets/redmond.css.scss */
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 5px;
}

/* line 1153, app/assets/stylesheets/redmond.css.scss */
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 5px;
}

/* line 1159, app/assets/stylesheets/redmond.css.scss */
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 5px;
}

/* Overlays */
/* line 1167, app/assets/stylesheets/redmond.css.scss */
.ui-widget-overlay {
  background: #aaaaaa url(/assets/redmond/ui-bg_flat_0_aaaaaa_40x100-390b4c6eed10b44bbd0b163106a4debd21d0ef575c5a613d4d2def1d98d1ada3.png) 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30);
}

/* line 1172, app/assets/stylesheets/redmond.css.scss */
.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url(/assets/redmond/ui-bg_flat_0_aaaaaa_40x100-390b4c6eed10b44bbd0b163106a4debd21d0ef575c5a613d4d2def1d98d1ada3.png) 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30);
  border-radius: 8px;
}
