@charset "UTF-8";
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 22, ../../../files/sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 32, ../../../files/sass/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 41, ../../../files/sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 50, ../../../files/sass/_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 64, ../../../files/sass/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 74, ../../../files/sass/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 86, ../../../files/sass/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 95, ../../../files/sass/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 108, ../../../files/sass/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 117, ../../../files/sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 126, ../../../files/sass/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 134, ../../../files/sass/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 142, ../../../files/sass/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 152, ../../../files/sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 164, ../../../files/sass/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 173, ../../../files/sass/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
/* line 181, ../../../files/sass/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 189, ../../../files/sass/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 198, ../../../files/sass/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 205, ../../../files/sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 209, ../../../files/sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 221, ../../../files/sass/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 229, ../../../files/sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 241, ../../../files/sass/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 253, ../../../files/sass/_normalize.scss */
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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 264, ../../../files/sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 278, ../../../files/sass/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 290, ../../../files/sass/_normalize.scss */
button,
input {
  line-height: normal;
}

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 302, ../../../files/sass/_normalize.scss */
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.
 */
/* line 317, ../../../files/sass/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 327, ../../../files/sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
/* line 337, ../../../files/sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 348, ../../../files/sass/_normalize.scss */
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 5 and Chrome
 * on OS X.
 */
/* line 361, ../../../files/sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 370, ../../../files/sass/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 380, ../../../files/sass/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 393, ../../../files/sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: 'KidTYPECrayon';
  src: url("../fonts/kidtyc__.woff") format("woff"), url("../fonts/kidtyc__.woff2") format("woff2"), url("../fonts/kidtyc__.ttf") format("truetype"), url("../fonts/kidtyc__.svg#KidTYPECrayon") format("svg"), url("../fonts/kidtyc__.eot") format("embedded-opentype");
}

/* line 30, ../../../files/sass/_global.scss */
body, html {
  position: relative;
  background: black;
  color: white;
  width: 100%;
  height: 100%;
  min-height: 794px;
  font-family: Times New Roman, serif;
  font-size: 16px;
}

/* line 45, ../../../files/sass/_global.scss */
#wrapper {
  position: relative;
  min-width: 1200px;
  min-height: 794px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

/* line 54, ../../../files/sass/_global.scss */
#content {
  position: relative;
  width: 1200px;
  min-width: 1200px;
  height: 100%;
  min-height: 794px;
  margin: 0 auto;
}

/* line 63, ../../../files/sass/_global.scss */
.content-view {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 70, ../../../files/sass/_global.scss */
.content-view .header-step {
  position: absolute;
  top: 80px;
  left: 270px;
  width: 80px;
  height: 104px;
}
/* line 78, ../../../files/sass/_global.scss */
.content-view .header {
  position: absolute;
  top: 160px;
  left: 245px;
  width: 481px;
  height: 57px;
}
/* line 85, ../../../files/sass/_global.scss */
.content-view .header .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 93, ../../../files/sass/_global.scss */
.content-view .header .label {
  position: absolute;
  top: 0;
  left: 0;
  color: #685a45;
  letter-spacing: 15px;
}

/* line 103, ../../../files/sass/_global.scss */
.btn {
  cursor: pointer;
}

/* line 107, ../../../files/sass/_global.scss */
.fixed-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
}
/* line 115, ../../../files/sass/_global.scss */
.fixed-overlay .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
}
/* line 124, ../../../files/sass/_global.scss */
.fixed-overlay .content {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 131, ../../../files/sass/_global.scss */
#loading {
  display: none;
  z-index: 50;
}
/* line 135, ../../../files/sass/_global.scss */
#loading .background {
  opacity: 0.5;
  -webkit-opacity: 0.5;
  -ms-opacity: 0.5;
  -moz-opacity: 0.5;
  -o-opacity: 0.5;
}

/* line 140, ../../../files/sass/_global.scss */
#siteBackground {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 1200px;
  min-height: 794px;
  will-change: transform;
}
/* line 150, ../../../files/sass/_global.scss */
#siteBackground .image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 159, ../../../files/sass/_global.scss */
#siteBackground .background-image, #siteBackground .background-image2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/shared/background_tile.jpg) repeat;
}
/* line 168, ../../../files/sass/_global.scss */
#siteBackground .background-image2 {
  left: 100%;
}

/* line 173, ../../../files/sass/_global.scss */
.arrow-left {
  position: relative;
  float: left;
  margin: 1px 20px 0 0;
  width: 19px;
  height: 27px;
  background: url(../images/shared/arrow_left.png) 0 0 no-repeat;
}
/* line 181, ../../../files/sass/_global.scss */
.arrow-left:hover {
  background-position: 0 -27px;
}

/* line 186, ../../../files/sass/_global.scss */
.arrow-right {
  position: relative;
  float: right;
  margin: 1px 0px 0px 3px;
  width: 19px;
  height: 27px;
  background: url(../images/shared/arrow_right.png) 0 0 no-repeat;
}
/* line 194, ../../../files/sass/_global.scss */
.arrow-right:hover {
  background-position: 0 -27px;
}

/* line 199, ../../../files/sass/_global.scss */
.rectangle-button {
  position: relative;
  width: 351px;
  height: 59px;
  color: #7d0c09;
  margin: 0 0 5px 0;
}
/* line 206, ../../../files/sass/_global.scss */
.rectangle-button .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/* line 214, ../../../files/sass/_global.scss */
.rectangle-button .background img {
  position: absolute;
  top: 0;
  left: 0;
}
/* line 221, ../../../files/sass/_global.scss */
.rectangle-button .label {
  position: relative;
  float: left;
  max-width: 330px;
  text-align: center;
  letter-spacing: 20px;
  margin: 18px 15px 0 10px;
  word-wrap: break-word;
}
/* line 230, ../../../files/sass/_global.scss */
.rectangle-button .label .text {
  position: relative;
  float: left;
}
/* line 236, ../../../files/sass/_global.scss */
.rectangle-button:hover {
  color: #685a45;
}
/* line 239, ../../../files/sass/_global.scss */
.rectangle-button:hover .download-icon {
  background-position: 0 -38px;
}
/* line 243, ../../../files/sass/_global.scss */
.rectangle-button:hover .background img {
  top: -100%;
}
/* line 247, ../../../files/sass/_global.scss */
.rectangle-button:hover .arrow-left, .rectangle-button:hover .arrow-right {
  background-position: 0 -27px;
}
/* line 253, ../../../files/sass/_global.scss */
.rectangle-button.rectangle-right-button .label {
  float: right;
}
/* line 256, ../../../files/sass/_global.scss */
.rectangle-button.rectangle-right-button .label .text {
  float: right;
}

/* line 263, ../../../files/sass/_global.scss */
.stutter {
  will-change: transform;
  will-change: opacity;
}

/* line 270, ../../../files/sass/_global.scss */
#preloader .content {
  position: relative;
  top: 50%;
  width: 105px;
  height: 200px;
  margin: -100px auto;
}
/* line 277, ../../../files/sass/_global.scss */
#preloader .content .percentage {
  position: relative;
  text-align: center;
  color: #7d0c09;
  font-family: 'KidTYPECrayon', Times New Roman, serif;
  font-size: 20px;
}
/* line 285, ../../../files/sass/_global.scss */
#preloader .content .image {
  position: relative;
  width: 105px;
  height: 120px;
  overflow: hidden;
}
/* line 291, ../../../files/sass/_global.scss */
#preloader .content .image .grey-image, #preloader .content .image .red-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 301, ../../../files/sass/_global.scss */
#preloader .background.loading {
  opacity: 0.5;
  -webkit-opacity: 0.5;
  -ms-opacity: 0.5;
  -moz-opacity: 0.5;
  -o-opacity: 0.5;
}

/* line 308, ../../../files/sass/_global.scss */
#shareResult .content {
  position: relative;
  top: 50%;
  margin: -10px auto;
  color: #7d0c09;
  text-align: center;
}
/* line 316, ../../../files/sass/_global.scss */
#shareResult .background {
  opacity: 0.5;
  -webkit-opacity: 0.5;
  -ms-opacity: 0.5;
  -moz-opacity: 0.5;
  -o-opacity: 0.5;
}

/*! jQuery UI - v1.10.4 - 2014-05-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=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
/* line 9, ../../../files/sass/_jqueryUI.scss */
.ui-helper-hidden {
  display: none;
}

/* line 12, ../../../files/sass/_jqueryUI.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 22, ../../../files/sass/_jqueryUI.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, ../../../files/sass/_jqueryUI.scss */
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

/* line 38, ../../../files/sass/_jqueryUI.scss */
.ui-helper-clearfix:after {
  clear: both;
}

/* line 41, ../../../files/sass/_jqueryUI.scss */
.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}

/* line 44, ../../../files/sass/_jqueryUI.scss */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

/* line 54, ../../../files/sass/_jqueryUI.scss */
.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
/* line 61, ../../../files/sass/_jqueryUI.scss */
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
/* line 70, ../../../files/sass/_jqueryUI.scss */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
/* line 82, ../../../files/sass/_jqueryUI.scss */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 89, ../../../files/sass/_jqueryUI.scss */
.ui-resizable {
  position: relative;
}

/* line 92, ../../../files/sass/_jqueryUI.scss */
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
}

/* line 98, ../../../files/sass/_jqueryUI.scss */
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

/* line 101, ../../../files/sass/_jqueryUI.scss */
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

/* line 108, ../../../files/sass/_jqueryUI.scss */
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

/* line 115, ../../../files/sass/_jqueryUI.scss */
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

/* line 122, ../../../files/sass/_jqueryUI.scss */
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

/* line 129, ../../../files/sass/_jqueryUI.scss */
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

/* line 136, ../../../files/sass/_jqueryUI.scss */
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

/* line 143, ../../../files/sass/_jqueryUI.scss */
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

/* line 150, ../../../files/sass/_jqueryUI.scss */
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

/* line 157, ../../../files/sass/_jqueryUI.scss */
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

/* line 162, ../../../files/sass/_jqueryUI.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 170, ../../../files/sass/_jqueryUI.scss */
.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}

/* line 173, ../../../files/sass/_jqueryUI.scss */
.ui-accordion .ui-accordion-noicons {
  padding-left: .7em;
}

/* line 176, ../../../files/sass/_jqueryUI.scss */
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}

/* line 179, ../../../files/sass/_jqueryUI.scss */
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}

/* line 185, ../../../files/sass/_jqueryUI.scss */
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

/* line 190, ../../../files/sass/_jqueryUI.scss */
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

/* line 196, ../../../files/sass/_jqueryUI.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 211, ../../../files/sass/_jqueryUI.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 215, ../../../files/sass/_jqueryUI.scss */
.ui-button-icon-only {
  width: 2.2em;
}

/* button elements seem to need a little more width */
/* line 219, ../../../files/sass/_jqueryUI.scss */
button.ui-button-icon-only {
  width: 2.4em;
}

/* line 222, ../../../files/sass/_jqueryUI.scss */
.ui-button-icons-only {
  width: 3.4em;
}

/* line 225, ../../../files/sass/_jqueryUI.scss */
button.ui-button-icons-only {
  width: 3.7em;
}

/* button text element */
/* line 230, ../../../files/sass/_jqueryUI.scss */
.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}

/* line 234, ../../../files/sass/_jqueryUI.scss */
.ui-button-text-only .ui-button-text {
  padding: .4em 1em;
}

/* line 238, ../../../files/sass/_jqueryUI.scss */
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}

/* line 243, ../../../files/sass/_jqueryUI.scss */
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}

/* line 247, ../../../files/sass/_jqueryUI.scss */
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}

/* line 250, ../../../files/sass/_jqueryUI.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 255, ../../../files/sass/_jqueryUI.scss */
input.ui-button {
  padding: .4em 1em;
}

/* button icon element(s) */
/* line 264, ../../../files/sass/_jqueryUI.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 269, ../../../files/sass/_jqueryUI.scss */
.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}

/* line 275, ../../../files/sass/_jqueryUI.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 280, ../../../files/sass/_jqueryUI.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 285, ../../../files/sass/_jqueryUI.scss */
.ui-buttonset {
  margin-right: 7px;
}

/* line 288, ../../../files/sass/_jqueryUI.scss */
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
/* line 296, ../../../files/sass/_jqueryUI.scss */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 300, ../../../files/sass/_jqueryUI.scss */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

/* line 305, ../../../files/sass/_jqueryUI.scss */
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

/* line 310, ../../../files/sass/_jqueryUI.scss */
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

/* line 317, ../../../files/sass/_jqueryUI.scss */
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

/* line 320, ../../../files/sass/_jqueryUI.scss */
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

/* line 323, ../../../files/sass/_jqueryUI.scss */
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

/* line 326, ../../../files/sass/_jqueryUI.scss */
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

/* line 329, ../../../files/sass/_jqueryUI.scss */
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

/* line 333, ../../../files/sass/_jqueryUI.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 341, ../../../files/sass/_jqueryUI.scss */
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

/* line 346, ../../../files/sass/_jqueryUI.scss */
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

/* line 351, ../../../files/sass/_jqueryUI.scss */
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}

/* line 354, ../../../files/sass/_jqueryUI.scss */
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

/* line 360, ../../../files/sass/_jqueryUI.scss */
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

/* line 366, ../../../files/sass/_jqueryUI.scss */
.ui-datepicker td {
  border: 0;
  padding: 1px;
}

/* line 371, ../../../files/sass/_jqueryUI.scss */
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

/* line 377, ../../../files/sass/_jqueryUI.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 385, ../../../files/sass/_jqueryUI.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 393, ../../../files/sass/_jqueryUI.scss */
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
/* line 398, ../../../files/sass/_jqueryUI.scss */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

/* line 401, ../../../files/sass/_jqueryUI.scss */
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

/* line 404, ../../../files/sass/_jqueryUI.scss */
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

/* line 408, ../../../files/sass/_jqueryUI.scss */
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

/* line 411, ../../../files/sass/_jqueryUI.scss */
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

/* line 414, ../../../files/sass/_jqueryUI.scss */
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

/* line 418, ../../../files/sass/_jqueryUI.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 421, ../../../files/sass/_jqueryUI.scss */
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

/* line 424, ../../../files/sass/_jqueryUI.scss */
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
/* line 431, ../../../files/sass/_jqueryUI.scss */
.ui-datepicker-rtl {
  direction: rtl;
}

/* line 434, ../../../files/sass/_jqueryUI.scss */
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

/* line 438, ../../../files/sass/_jqueryUI.scss */
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

/* line 442, ../../../files/sass/_jqueryUI.scss */
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

/* line 446, ../../../files/sass/_jqueryUI.scss */
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

/* line 450, ../../../files/sass/_jqueryUI.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

/* line 453, ../../../files/sass/_jqueryUI.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

/* line 457, ../../../files/sass/_jqueryUI.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

/* line 461, ../../../files/sass/_jqueryUI.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 465, ../../../files/sass/_jqueryUI.scss */
.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}

/* line 473, ../../../files/sass/_jqueryUI.scss */
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}

/* line 477, ../../../files/sass/_jqueryUI.scss */
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 485, ../../../files/sass/_jqueryUI.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 494, ../../../files/sass/_jqueryUI.scss */
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}

/* line 501, ../../../files/sass/_jqueryUI.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 508, ../../../files/sass/_jqueryUI.scss */
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

/* line 511, ../../../files/sass/_jqueryUI.scss */
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}

/* line 515, ../../../files/sass/_jqueryUI.scss */
.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}

/* line 522, ../../../files/sass/_jqueryUI.scss */
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

/* line 525, ../../../files/sass/_jqueryUI.scss */
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: none;
}

/* line 532, ../../../files/sass/_jqueryUI.scss */
.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute;
}

/* line 536, ../../../files/sass/_jqueryUI.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 543, ../../../files/sass/_jqueryUI.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 550, ../../../files/sass/_jqueryUI.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, ../../../files/sass/_jqueryUI.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 564, ../../../files/sass/_jqueryUI.scss */
.ui-menu .ui-state-disabled {
  font-weight: normal;
  margin: .4em 0 .2em;
  line-height: 1.5;
}

/* line 569, ../../../files/sass/_jqueryUI.scss */
.ui-menu .ui-state-disabled a {
  cursor: default;
}

/* icon support */
/* line 574, ../../../files/sass/_jqueryUI.scss */
.ui-menu-icons {
  position: relative;
}

/* line 577, ../../../files/sass/_jqueryUI.scss */
.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em;
}

/* left-aligned */
/* line 583, ../../../files/sass/_jqueryUI.scss */
.ui-menu .ui-icon {
  position: absolute;
  top: .2em;
  left: .2em;
}

/* right-aligned */
/* line 590, ../../../files/sass/_jqueryUI.scss */
.ui-menu .ui-menu-icon {
  position: static;
  float: right;
}

/* line 594, ../../../files/sass/_jqueryUI.scss */
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

/* line 599, ../../../files/sass/_jqueryUI.scss */
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

/* line 603, ../../../files/sass/_jqueryUI.scss */
.ui-progressbar .ui-progressbar-overlay {
  background: url("images/animated-overlay.gif");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}

/* line 609, ../../../files/sass/_jqueryUI.scss */
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

/* line 612, ../../../files/sass/_jqueryUI.scss */
.ui-slider {
  position: relative;
  text-align: left;
}

/* line 616, ../../../files/sass/_jqueryUI.scss */
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}

/* line 623, ../../../files/sass/_jqueryUI.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, ../../../files/sass/_jqueryUI.scss */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

/* line 638, ../../../files/sass/_jqueryUI.scss */
.ui-slider-horizontal {
  height: .8em;
}

/* line 641, ../../../files/sass/_jqueryUI.scss */
.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

/* line 645, ../../../files/sass/_jqueryUI.scss */
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

/* line 649, ../../../files/sass/_jqueryUI.scss */
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

/* line 652, ../../../files/sass/_jqueryUI.scss */
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

/* line 656, ../../../files/sass/_jqueryUI.scss */
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

/* line 660, ../../../files/sass/_jqueryUI.scss */
.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

/* line 665, ../../../files/sass/_jqueryUI.scss */
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

/* line 669, ../../../files/sass/_jqueryUI.scss */
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

/* line 672, ../../../files/sass/_jqueryUI.scss */
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

/* line 675, ../../../files/sass/_jqueryUI.scss */
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

/* line 682, ../../../files/sass/_jqueryUI.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 692, ../../../files/sass/_jqueryUI.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 706, ../../../files/sass/_jqueryUI.scss */
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}

/* vertically center icon */
/* line 712, ../../../files/sass/_jqueryUI.scss */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}

/* line 718, ../../../files/sass/_jqueryUI.scss */
.ui-spinner-up {
  top: 0;
}

/* line 721, ../../../files/sass/_jqueryUI.scss */
.ui-spinner-down {
  bottom: 0;
}

/* TR overrides */
/* line 726, ../../../files/sass/_jqueryUI.scss */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px;
}

/* line 730, ../../../files/sass/_jqueryUI.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 734, ../../../files/sass/_jqueryUI.scss */
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}

/* line 738, ../../../files/sass/_jqueryUI.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 748, ../../../files/sass/_jqueryUI.scss */
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}

/* line 753, ../../../files/sass/_jqueryUI.scss */
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

/* line 759, ../../../files/sass/_jqueryUI.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 762, ../../../files/sass/_jqueryUI.scss */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

/* line 765, ../../../files/sass/_jqueryUI.scss */
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

/* line 771, ../../../files/sass/_jqueryUI.scss */
.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;
}

/* line 779, ../../../files/sass/_jqueryUI.scss */
body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
----------------------------------*/
/* line 785, ../../../files/sass/_jqueryUI.scss */
.ui-widget {
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-size: 1.1em;
}

/* line 789, ../../../files/sass/_jqueryUI.scss */
.ui-widget .ui-widget {
  font-size: 1em;
}

/* line 795, ../../../files/sass/_jqueryUI.scss */
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-size: 1em;
}

/* line 799, ../../../files/sass/_jqueryUI.scss */
.ui-widget-content {
  border: 1px solid #dddddd;
  background: #eeeeee url("images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;
  color: #333333;
}

/* line 804, ../../../files/sass/_jqueryUI.scss */
.ui-widget-content a {
  color: #333333;
}

/* line 807, ../../../files/sass/_jqueryUI.scss */
.ui-widget-header {
  border: 1px solid #e78f08;
  background: #f6a828 url("images/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x;
  color: #ffffff;
  font-weight: bold;
}

/* line 813, ../../../files/sass/_jqueryUI.scss */
.ui-widget-header a {
  color: #ffffff;
}

/* Interaction states
----------------------------------*/
/* line 821, ../../../files/sass/_jqueryUI.scss */
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #cccccc;
  background: #f6f6f6 url("images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #1c94c4;
}

/* line 829, ../../../files/sass/_jqueryUI.scss */
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #1c94c4;
  text-decoration: none;
}

/* line 838, ../../../files/sass/_jqueryUI.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 #fbcb09;
  background: #fdf5ce url("images/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #c77405;
}

/* line 851, ../../../files/sass/_jqueryUI.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: #c77405;
  text-decoration: none;
}

/* line 857, ../../../files/sass/_jqueryUI.scss */
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #fbd850;
  background: white url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #eb8f00;
}

/* line 865, ../../../files/sass/_jqueryUI.scss */
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #eb8f00;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
/* line 874, ../../../files/sass/_jqueryUI.scss */
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fed22f;
  background: #ffe45c url("images/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x;
  color: #363636;
}

/* line 881, ../../../files/sass/_jqueryUI.scss */
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}

/* line 886, ../../../files/sass/_jqueryUI.scss */
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #b81900 url("images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;
  color: #ffffff;
}

/* line 893, ../../../files/sass/_jqueryUI.scss */
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #ffffff;
}

/* line 898, ../../../files/sass/_jqueryUI.scss */
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #ffffff;
}

/* line 903, ../../../files/sass/_jqueryUI.scss */
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

/* line 908, ../../../files/sass/_jqueryUI.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 915, ../../../files/sass/_jqueryUI.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 920, ../../../files/sass/_jqueryUI.scss */
.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
/* line 928, ../../../files/sass/_jqueryUI.scss */
.ui-icon {
  width: 16px;
  height: 16px;
}

/* line 933, ../../../files/sass/_jqueryUI.scss */
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_222222_256x240.png");
}

/* line 936, ../../../files/sass/_jqueryUI.scss */
.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}

/* line 939, ../../../files/sass/_jqueryUI.scss */
.ui-state-default .ui-icon {
  background-image: url("images/ui-icons_ef8c08_256x240.png");
}

/* line 943, ../../../files/sass/_jqueryUI.scss */
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("images/ui-icons_ef8c08_256x240.png");
}

/* line 946, ../../../files/sass/_jqueryUI.scss */
.ui-state-active .ui-icon {
  background-image: url("images/ui-icons_ef8c08_256x240.png");
}

/* line 949, ../../../files/sass/_jqueryUI.scss */
.ui-state-highlight .ui-icon {
  background-image: url("images/ui-icons_228ef1_256x240.png");
}

/* line 953, ../../../files/sass/_jqueryUI.scss */
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_ffd27a_256x240.png");
}

/* positioning */
/* line 958, ../../../files/sass/_jqueryUI.scss */
.ui-icon-blank {
  background-position: 16px 16px;
}

/* line 959, ../../../files/sass/_jqueryUI.scss */
.ui-icon-carat-1-n {
  background-position: 0 0;
}

/* line 960, ../../../files/sass/_jqueryUI.scss */
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

/* line 961, ../../../files/sass/_jqueryUI.scss */
.ui-icon-carat-1-e {
  background-position: -32px 0;
}

/* line 962, ../../../files/sass/_jqueryUI.scss */
.ui-icon-carat-1-se {
  background-position: -48px 0;
}

/* line 963, ../../../files/sass/_jqueryUI.scss */
.ui-icon-carat-1-s {
  background-position: -64px 0;
}

/* line 964, ../../../files/sass/_jqueryUI.scss */
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

/* line 965, ../../../files/sass/_jqueryUI.scss */
.ui-icon-carat-1-w {
  background-position: -96px 0;
}

/* line 966, ../../../files/sass/_jqueryUI.scss */
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

/* line 967, ../../../files/sass/_jqueryUI.scss */
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

/* line 968, ../../../files/sass/_jqueryUI.scss */
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

/* line 969, ../../../files/sass/_jqueryUI.scss */
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

/* line 970, ../../../files/sass/_jqueryUI.scss */
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

/* line 971, ../../../files/sass/_jqueryUI.scss */
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

/* line 972, ../../../files/sass/_jqueryUI.scss */
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

/* line 973, ../../../files/sass/_jqueryUI.scss */
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

/* line 974, ../../../files/sass/_jqueryUI.scss */
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

/* line 975, ../../../files/sass/_jqueryUI.scss */
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

/* line 976, ../../../files/sass/_jqueryUI.scss */
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

/* line 977, ../../../files/sass/_jqueryUI.scss */
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

/* line 978, ../../../files/sass/_jqueryUI.scss */
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

/* line 979, ../../../files/sass/_jqueryUI.scss */
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

/* line 980, ../../../files/sass/_jqueryUI.scss */
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

/* line 981, ../../../files/sass/_jqueryUI.scss */
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

/* line 982, ../../../files/sass/_jqueryUI.scss */
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

/* line 983, ../../../files/sass/_jqueryUI.scss */
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

/* line 984, ../../../files/sass/_jqueryUI.scss */
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

/* line 985, ../../../files/sass/_jqueryUI.scss */
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

/* line 986, ../../../files/sass/_jqueryUI.scss */
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

/* line 987, ../../../files/sass/_jqueryUI.scss */
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

/* line 988, ../../../files/sass/_jqueryUI.scss */
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

/* line 989, ../../../files/sass/_jqueryUI.scss */
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

/* line 990, ../../../files/sass/_jqueryUI.scss */
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

/* line 991, ../../../files/sass/_jqueryUI.scss */
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

/* line 992, ../../../files/sass/_jqueryUI.scss */
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

/* line 993, ../../../files/sass/_jqueryUI.scss */
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

/* line 994, ../../../files/sass/_jqueryUI.scss */
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

/* line 995, ../../../files/sass/_jqueryUI.scss */
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

/* line 996, ../../../files/sass/_jqueryUI.scss */
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

/* line 997, ../../../files/sass/_jqueryUI.scss */
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

/* line 998, ../../../files/sass/_jqueryUI.scss */
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

/* line 999, ../../../files/sass/_jqueryUI.scss */
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

/* line 1000, ../../../files/sass/_jqueryUI.scss */
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

/* line 1001, ../../../files/sass/_jqueryUI.scss */
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

/* line 1002, ../../../files/sass/_jqueryUI.scss */
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

/* line 1003, ../../../files/sass/_jqueryUI.scss */
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

/* line 1004, ../../../files/sass/_jqueryUI.scss */
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

/* line 1005, ../../../files/sass/_jqueryUI.scss */
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

/* line 1006, ../../../files/sass/_jqueryUI.scss */
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

/* line 1007, ../../../files/sass/_jqueryUI.scss */
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

/* line 1008, ../../../files/sass/_jqueryUI.scss */
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

/* line 1009, ../../../files/sass/_jqueryUI.scss */
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

/* line 1010, ../../../files/sass/_jqueryUI.scss */
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

/* line 1011, ../../../files/sass/_jqueryUI.scss */
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

/* line 1012, ../../../files/sass/_jqueryUI.scss */
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

/* line 1013, ../../../files/sass/_jqueryUI.scss */
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

/* line 1014, ../../../files/sass/_jqueryUI.scss */
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

/* line 1015, ../../../files/sass/_jqueryUI.scss */
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

/* line 1016, ../../../files/sass/_jqueryUI.scss */
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

/* line 1017, ../../../files/sass/_jqueryUI.scss */
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

/* line 1018, ../../../files/sass/_jqueryUI.scss */
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

/* line 1019, ../../../files/sass/_jqueryUI.scss */
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

/* line 1020, ../../../files/sass/_jqueryUI.scss */
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

/* line 1021, ../../../files/sass/_jqueryUI.scss */
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

/* line 1022, ../../../files/sass/_jqueryUI.scss */
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

/* line 1023, ../../../files/sass/_jqueryUI.scss */
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

/* line 1024, ../../../files/sass/_jqueryUI.scss */
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

/* line 1025, ../../../files/sass/_jqueryUI.scss */
.ui-icon-extlink {
  background-position: -32px -80px;
}

/* line 1026, ../../../files/sass/_jqueryUI.scss */
.ui-icon-newwin {
  background-position: -48px -80px;
}

/* line 1027, ../../../files/sass/_jqueryUI.scss */
.ui-icon-refresh {
  background-position: -64px -80px;
}

/* line 1028, ../../../files/sass/_jqueryUI.scss */
.ui-icon-shuffle {
  background-position: -80px -80px;
}

/* line 1029, ../../../files/sass/_jqueryUI.scss */
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

/* line 1030, ../../../files/sass/_jqueryUI.scss */
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

/* line 1031, ../../../files/sass/_jqueryUI.scss */
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

/* line 1032, ../../../files/sass/_jqueryUI.scss */
.ui-icon-folder-open {
  background-position: -16px -96px;
}

/* line 1033, ../../../files/sass/_jqueryUI.scss */
.ui-icon-document {
  background-position: -32px -96px;
}

/* line 1034, ../../../files/sass/_jqueryUI.scss */
.ui-icon-document-b {
  background-position: -48px -96px;
}

/* line 1035, ../../../files/sass/_jqueryUI.scss */
.ui-icon-note {
  background-position: -64px -96px;
}

/* line 1036, ../../../files/sass/_jqueryUI.scss */
.ui-icon-mail-closed {
  background-position: -80px -96px;
}

/* line 1037, ../../../files/sass/_jqueryUI.scss */
.ui-icon-mail-open {
  background-position: -96px -96px;
}

/* line 1038, ../../../files/sass/_jqueryUI.scss */
.ui-icon-suitcase {
  background-position: -112px -96px;
}

/* line 1039, ../../../files/sass/_jqueryUI.scss */
.ui-icon-comment {
  background-position: -128px -96px;
}

/* line 1040, ../../../files/sass/_jqueryUI.scss */
.ui-icon-person {
  background-position: -144px -96px;
}

/* line 1041, ../../../files/sass/_jqueryUI.scss */
.ui-icon-print {
  background-position: -160px -96px;
}

/* line 1042, ../../../files/sass/_jqueryUI.scss */
.ui-icon-trash {
  background-position: -176px -96px;
}

/* line 1043, ../../../files/sass/_jqueryUI.scss */
.ui-icon-locked {
  background-position: -192px -96px;
}

/* line 1044, ../../../files/sass/_jqueryUI.scss */
.ui-icon-unlocked {
  background-position: -208px -96px;
}

/* line 1045, ../../../files/sass/_jqueryUI.scss */
.ui-icon-bookmark {
  background-position: -224px -96px;
}

/* line 1046, ../../../files/sass/_jqueryUI.scss */
.ui-icon-tag {
  background-position: -240px -96px;
}

/* line 1047, ../../../files/sass/_jqueryUI.scss */
.ui-icon-home {
  background-position: 0 -112px;
}

/* line 1048, ../../../files/sass/_jqueryUI.scss */
.ui-icon-flag {
  background-position: -16px -112px;
}

/* line 1049, ../../../files/sass/_jqueryUI.scss */
.ui-icon-calendar {
  background-position: -32px -112px;
}

/* line 1050, ../../../files/sass/_jqueryUI.scss */
.ui-icon-cart {
  background-position: -48px -112px;
}

/* line 1051, ../../../files/sass/_jqueryUI.scss */
.ui-icon-pencil {
  background-position: -64px -112px;
}

/* line 1052, ../../../files/sass/_jqueryUI.scss */
.ui-icon-clock {
  background-position: -80px -112px;
}

/* line 1053, ../../../files/sass/_jqueryUI.scss */
.ui-icon-disk {
  background-position: -96px -112px;
}

/* line 1054, ../../../files/sass/_jqueryUI.scss */
.ui-icon-calculator {
  background-position: -112px -112px;
}

/* line 1055, ../../../files/sass/_jqueryUI.scss */
.ui-icon-zoomin {
  background-position: -128px -112px;
}

/* line 1056, ../../../files/sass/_jqueryUI.scss */
.ui-icon-zoomout {
  background-position: -144px -112px;
}

/* line 1057, ../../../files/sass/_jqueryUI.scss */
.ui-icon-search {
  background-position: -160px -112px;
}

/* line 1058, ../../../files/sass/_jqueryUI.scss */
.ui-icon-wrench {
  background-position: -176px -112px;
}

/* line 1059, ../../../files/sass/_jqueryUI.scss */
.ui-icon-gear {
  background-position: -192px -112px;
}

/* line 1060, ../../../files/sass/_jqueryUI.scss */
.ui-icon-heart {
  background-position: -208px -112px;
}

/* line 1061, ../../../files/sass/_jqueryUI.scss */
.ui-icon-star {
  background-position: -224px -112px;
}

/* line 1062, ../../../files/sass/_jqueryUI.scss */
.ui-icon-link {
  background-position: -240px -112px;
}

/* line 1063, ../../../files/sass/_jqueryUI.scss */
.ui-icon-cancel {
  background-position: 0 -128px;
}

/* line 1064, ../../../files/sass/_jqueryUI.scss */
.ui-icon-plus {
  background-position: -16px -128px;
}

/* line 1065, ../../../files/sass/_jqueryUI.scss */
.ui-icon-plusthick {
  background-position: -32px -128px;
}

/* line 1066, ../../../files/sass/_jqueryUI.scss */
.ui-icon-minus {
  background-position: -48px -128px;
}

/* line 1067, ../../../files/sass/_jqueryUI.scss */
.ui-icon-minusthick {
  background-position: -64px -128px;
}

/* line 1068, ../../../files/sass/_jqueryUI.scss */
.ui-icon-close {
  background-position: -80px -128px;
}

/* line 1069, ../../../files/sass/_jqueryUI.scss */
.ui-icon-closethick {
  background-position: -96px -128px;
}

/* line 1070, ../../../files/sass/_jqueryUI.scss */
.ui-icon-key {
  background-position: -112px -128px;
}

/* line 1071, ../../../files/sass/_jqueryUI.scss */
.ui-icon-lightbulb {
  background-position: -128px -128px;
}

/* line 1072, ../../../files/sass/_jqueryUI.scss */
.ui-icon-scissors {
  background-position: -144px -128px;
}

/* line 1073, ../../../files/sass/_jqueryUI.scss */
.ui-icon-clipboard {
  background-position: -160px -128px;
}

/* line 1074, ../../../files/sass/_jqueryUI.scss */
.ui-icon-copy {
  background-position: -176px -128px;
}

/* line 1075, ../../../files/sass/_jqueryUI.scss */
.ui-icon-contact {
  background-position: -192px -128px;
}

/* line 1076, ../../../files/sass/_jqueryUI.scss */
.ui-icon-image {
  background-position: -208px -128px;
}

/* line 1077, ../../../files/sass/_jqueryUI.scss */
.ui-icon-video {
  background-position: -224px -128px;
}

/* line 1078, ../../../files/sass/_jqueryUI.scss */
.ui-icon-script {
  background-position: -240px -128px;
}

/* line 1079, ../../../files/sass/_jqueryUI.scss */
.ui-icon-alert {
  background-position: 0 -144px;
}

/* line 1080, ../../../files/sass/_jqueryUI.scss */
.ui-icon-info {
  background-position: -16px -144px;
}

/* line 1081, ../../../files/sass/_jqueryUI.scss */
.ui-icon-notice {
  background-position: -32px -144px;
}

/* line 1082, ../../../files/sass/_jqueryUI.scss */
.ui-icon-help {
  background-position: -48px -144px;
}

/* line 1083, ../../../files/sass/_jqueryUI.scss */
.ui-icon-check {
  background-position: -64px -144px;
}

/* line 1084, ../../../files/sass/_jqueryUI.scss */
.ui-icon-bullet {
  background-position: -80px -144px;
}

/* line 1085, ../../../files/sass/_jqueryUI.scss */
.ui-icon-radio-on {
  background-position: -96px -144px;
}

/* line 1086, ../../../files/sass/_jqueryUI.scss */
.ui-icon-radio-off {
  background-position: -112px -144px;
}

/* line 1087, ../../../files/sass/_jqueryUI.scss */
.ui-icon-pin-w {
  background-position: -128px -144px;
}

/* line 1088, ../../../files/sass/_jqueryUI.scss */
.ui-icon-pin-s {
  background-position: -144px -144px;
}

/* line 1089, ../../../files/sass/_jqueryUI.scss */
.ui-icon-play {
  background-position: 0 -160px;
}

/* line 1090, ../../../files/sass/_jqueryUI.scss */
.ui-icon-pause {
  background-position: -16px -160px;
}

/* line 1091, ../../../files/sass/_jqueryUI.scss */
.ui-icon-seek-next {
  background-position: -32px -160px;
}

/* line 1092, ../../../files/sass/_jqueryUI.scss */
.ui-icon-seek-prev {
  background-position: -48px -160px;
}

/* line 1093, ../../../files/sass/_jqueryUI.scss */
.ui-icon-seek-end {
  background-position: -64px -160px;
}

/* line 1094, ../../../files/sass/_jqueryUI.scss */
.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
/* line 1096, ../../../files/sass/_jqueryUI.scss */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

/* line 1097, ../../../files/sass/_jqueryUI.scss */
.ui-icon-stop {
  background-position: -96px -160px;
}

/* line 1098, ../../../files/sass/_jqueryUI.scss */
.ui-icon-eject {
  background-position: -112px -160px;
}

/* line 1099, ../../../files/sass/_jqueryUI.scss */
.ui-icon-volume-off {
  background-position: -128px -160px;
}

/* line 1100, ../../../files/sass/_jqueryUI.scss */
.ui-icon-volume-on {
  background-position: -144px -160px;
}

/* line 1101, ../../../files/sass/_jqueryUI.scss */
.ui-icon-power {
  background-position: 0 -176px;
}

/* line 1102, ../../../files/sass/_jqueryUI.scss */
.ui-icon-signal-diag {
  background-position: -16px -176px;
}

/* line 1103, ../../../files/sass/_jqueryUI.scss */
.ui-icon-signal {
  background-position: -32px -176px;
}

/* line 1104, ../../../files/sass/_jqueryUI.scss */
.ui-icon-battery-0 {
  background-position: -48px -176px;
}

/* line 1105, ../../../files/sass/_jqueryUI.scss */
.ui-icon-battery-1 {
  background-position: -64px -176px;
}

/* line 1106, ../../../files/sass/_jqueryUI.scss */
.ui-icon-battery-2 {
  background-position: -80px -176px;
}

/* line 1107, ../../../files/sass/_jqueryUI.scss */
.ui-icon-battery-3 {
  background-position: -96px -176px;
}

/* line 1108, ../../../files/sass/_jqueryUI.scss */
.ui-icon-circle-plus {
  background-position: 0 -192px;
}

/* line 1109, ../../../files/sass/_jqueryUI.scss */
.ui-icon-circle-minus {
  background-position: -16px -192px;
}

/* line 1110, ../../../files/sass/_jqueryUI.scss */
.ui-icon-circle-close {
  background-position: -32px -192px;
}

/* line 1111, ../../../files/sass/_jqueryUI.scss */
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

/* line 1112, ../../../files/sass/_jqueryUI.scss */
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

/* line 1113, ../../../files/sass/_jqueryUI.scss */
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

/* line 1114, ../../../files/sass/_jqueryUI.scss */
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

/* line 1115, ../../../files/sass/_jqueryUI.scss */
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

/* line 1116, ../../../files/sass/_jqueryUI.scss */
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

/* line 1117, ../../../files/sass/_jqueryUI.scss */
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

/* line 1118, ../../../files/sass/_jqueryUI.scss */
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

/* line 1119, ../../../files/sass/_jqueryUI.scss */
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

/* line 1120, ../../../files/sass/_jqueryUI.scss */
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

/* line 1121, ../../../files/sass/_jqueryUI.scss */
.ui-icon-circle-check {
  background-position: -208px -192px;
}

/* line 1122, ../../../files/sass/_jqueryUI.scss */
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

/* line 1123, ../../../files/sass/_jqueryUI.scss */
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

/* line 1124, ../../../files/sass/_jqueryUI.scss */
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

/* line 1125, ../../../files/sass/_jqueryUI.scss */
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

/* line 1126, ../../../files/sass/_jqueryUI.scss */
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

/* line 1127, ../../../files/sass/_jqueryUI.scss */
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

/* line 1128, ../../../files/sass/_jqueryUI.scss */
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

/* line 1129, ../../../files/sass/_jqueryUI.scss */
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

/* line 1130, ../../../files/sass/_jqueryUI.scss */
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

/* line 1131, ../../../files/sass/_jqueryUI.scss */
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

/* line 1132, ../../../files/sass/_jqueryUI.scss */
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

/* line 1133, ../../../files/sass/_jqueryUI.scss */
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
/* line 1143, ../../../files/sass/_jqueryUI.scss */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px;
}

/* line 1149, ../../../files/sass/_jqueryUI.scss */
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px;
}

/* line 1155, ../../../files/sass/_jqueryUI.scss */
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px;
}

/* line 1161, ../../../files/sass/_jqueryUI.scss */
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px;
}

/* Overlays */
/* line 1166, ../../../files/sass/_jqueryUI.scss */
.ui-widget-overlay {
  background: #666666 url("images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;
  opacity: .5;
  filter: Alpha(Opacity=50);
}

/* line 1171, ../../../files/sass/_jqueryUI.scss */
.ui-widget-shadow {
  margin: -5px 0 0 -5px;
  padding: 5px;
  background: black url("images/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x;
  opacity: .2;
  filter: Alpha(Opacity=20);
  border-radius: 5px;
}

/* line 2, ../../../files/sass/_landingView.scss */
#landingView .doll {
  position: absolute;
  bottom: 0;
  right: -450px;
  width: 1141px;
  height: 1000px;
  will-change: transform;
}
/* line 10, ../../../files/sass/_landingView.scss */
#landingView .doll .doll-dark {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  will-change: opacity;
}
/* line 20, ../../../files/sass/_landingView.scss */
#landingView .content {
  position: absolute;
  top: 310px;
  left: 0;
}
/* line 26, ../../../files/sass/_landingView.scss */
#landingView .miss-me {
  position: absolute;
  top: 0px;
  left: 0;
  font-family: 'KidTYPECrayon', Times New Roman, serif;
  font-size: 100px;
}
/* line 33, ../../../files/sass/_landingView.scss */
#landingView .miss-me > img {
  position: absolute;
  top: 0px;
  left: 0px;
}
/* line 39, ../../../files/sass/_landingView.scss */
#landingView .miss-me > img:nth-child(2),
#landingView .miss-me > img:nth-child(3) {
  clip: rect(0, 0, 0, 0);
}
/* line 44, ../../../files/sass/_landingView.scss */
#landingView .become-annabelle {
  position: absolute;
  top: 150px;
  left: 120px;
  width: 390px;
  height: 100px;
}
/* line 51, ../../../files/sass/_landingView.scss */
#landingView .become-annabelle .become {
  position: absolute;
  top: 0;
  left: 0;
  width: 390px;
  height: 48px;
}
/* line 59, ../../../files/sass/_landingView.scss */
#landingView .become-annabelle .annabelle {
  position: absolute;
  top: 35px;
  left: 0;
  width: 390px;
  height: 71px;
}
/* line 68, ../../../files/sass/_landingView.scss */
#landingView .start-button {
  position: absolute;
  top: 270px;
  left: 180px;
  width: 260px;
  height: 32px;
  font-family: 'KidTYPECrayon', Times New Roman, serif;
  letter-spacing: 6px;
}
/* line 77, ../../../files/sass/_landingView.scss */
#landingView .start-button .label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 15px 15px 20px;
  color: #7d0c09;
}
/* line 85, ../../../files/sass/_landingView.scss */
#landingView .start-button .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/* line 99, ../../../files/sass/_landingView.scss */
#landingView .browser-upgrade {
  position: absolute;
  top: 270px;
  left: 60px;
  width: 500px;
  text-align: center;
  color: #685a45;
}
/* line 108, ../../../files/sass/_landingView.scss */
#landingView .legal {
  position: absolute;
  top: 270px;
  left: 60px;
  width: 500px;
  text-align: center;
  color: #685a45;
}
/* line 116, ../../../files/sass/_landingView.scss */
#landingView .legal a {
  text-decoration: none;
  color: #7d0c09;
}
/* line 121, ../../../files/sass/_landingView.scss */
#landingView .legal .text {
  position: relative;
  width: 100%;
  color: #685a45;
  text-align: center;
  margin: 0 0 20px 0;
}
/* line 129, ../../../files/sass/_landingView.scss */
#landingView .legal .accept-button {
  position: relative;
  width: 130px;
  height: 30px;
  margin: 0 auto;
  color: #7d0c09;
}
/* line 136, ../../../files/sass/_landingView.scss */
#landingView .legal .accept-button .check-mark {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: url(../images/landing/check_mark.png) 0 0 no-repeat;
}
/* line 144, ../../../files/sass/_landingView.scss */
#landingView .legal .accept-button .check-mark.checked {
  background-position: 0 -30px;
}
/* line 149, ../../../files/sass/_landingView.scss */
#landingView .legal .accept-button .text {
  position: absolute;
  top: 6px;
  left: 35px;
  width: 80px;
  color: #7d0c09;
  word-wrap: break-word;
  text-align: left;
}
/* line 160, ../../../files/sass/_landingView.scss */
#landingView .legal .accept-button:hover .text {
  color: #685a45;
}

/* line 170, ../../../files/sass/_landingView.scss */
.touch #landingView .legal .accept-button:hover .text {
  color: #7d0c09;
}

/* line 2, ../../../files/sass/_selectPhotoView.scss */
#selectPhotoView .header-step {
  background: url(../images/shared/step1.png) 0 0 no-repeat;
}
/* line 6, ../../../files/sass/_selectPhotoView.scss */
#selectPhotoView .header {
  width: 481px;
  height: 57px;
}
/* line 11, ../../../files/sass/_selectPhotoView.scss */
#selectPhotoView .add-photo-view, #selectPhotoView .take-photo-view, #selectPhotoView .select-facebook-view {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 19, ../../../files/sass/_selectPhotoView.scss */
#selectPhotoView .i-want-your-soul {
  position: absolute;
  top: 250px;
  right: 20px;
  width: 1113px;
  height: 143px;
}
/* line 28, ../../../files/sass/_selectPhotoView.scss */
#selectPhotoView .take-photo-view .header-step, #selectPhotoView .select-facebook-view .header-step {
  background: url(../images/shared/step2.png) 0 0 no-repeat;
}
/* line 33, ../../../files/sass/_selectPhotoView.scss */
#selectPhotoView .webcam-view {
  position: absolute;
  top: 210px;
  left: 190px;
  width: 753px;
  height: 603px;
  will-change: transform;
}
/* line 41, ../../../files/sass/_selectPhotoView.scss */
#selectPhotoView .webcam-view .description {
  position: absolute;
  top: 115px;
  left: 500px;
  width: 300px;
  color: #685a45;
  line-height: 18px;
}
/* line 50, ../../../files/sass/_selectPhotoView.scss */
#selectPhotoView .webcam-view .webcam-container {
  position: absolute;
  top: 0;
  left: 0px;
  width: 441px;
  height: 589px;
  overflow: hidden;
  background: #000000;
}
/* line 59, ../../../files/sass/_selectPhotoView.scss */
#selectPhotoView .webcam-view .webcam-container .webcam-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: url(../images/adjustphoto/face_template.png) 0 0 no-repeat;
}
/* line 70, ../../../files/sass/_selectPhotoView.scss */
#selectPhotoView .webcam-view .take-picture-btn {
  position: absolute;
  top: 220px;
  left: 470px;
  width: 380px;
}
/* line 99, ../../../files/sass/_selectPhotoView.scss */
#selectPhotoView .webcam-view .take-picture-btn .label {
  max-width: 360px;
}
/* line 104, ../../../files/sass/_selectPhotoView.scss */
#selectPhotoView .webcam-view .back-button {
  position: absolute;
  top: 310px;
  left: 470px;
  width: 380px;
}
/* line 110, ../../../files/sass/_selectPhotoView.scss */
#selectPhotoView .webcam-view .back-button .label {
  max-width: 360px;
}
/* line 115, ../../../files/sass/_selectPhotoView.scss */
#selectPhotoView .webcam-view .webcam-error {
  position: absolute;
  top: 600px;
  left: 0;
  width: 441px;
  text-align: center;
  color: #7d0c09;
}
/* line 125, ../../../files/sass/_selectPhotoView.scss */
#selectPhotoView .select-buttons {
  position: absolute;
  top: 410px;
  left: 245px;
  width: 850px;
  height: 300px;
  will-change: transform;
}
/* line 134, ../../../files/sass/_selectPhotoView.scss */
#selectPhotoView .select-photo-button {
  position: absolute;
  color: #685a45;
}
/* line 141, ../../../files/sass/_selectPhotoView.scss */
#selectPhotoView .select-photo-button .label {
  position: absolute;
  top: 165px;
  left: 45px;
  letter-spacing: 7px;
  color: #685a45;
}
/* line 149, ../../../files/sass/_selectPhotoView.scss */
#selectPhotoView .select-photo-button.facebook-button {
  top: 0;
  left: 0;
  width: 243px;
  height: 269px;
  background: url(../images/selectphoto/facebook_button.png) 0 0 no-repeat;
}
/* line 156, ../../../files/sass/_selectPhotoView.scss */
#selectPhotoView .select-photo-button.facebook-button:hover {
  background-position: 0 -269px;
}
/* line 161, ../../../files/sass/_selectPhotoView.scss */
#selectPhotoView .select-photo-button.upload-button {
  top: 10px;
  left: 500px;
  width: 227px;
  height: 259px;
  background: url(../images/selectphoto/upload_button.png) 0 0 no-repeat;
}
/* line 168, ../../../files/sass/_selectPhotoView.scss */
#selectPhotoView .select-photo-button.upload-button:hover {
  background-position: 0 -259px;
}
/* line 172, ../../../files/sass/_selectPhotoView.scss */
#selectPhotoView .select-photo-button.upload-button .label {
  top: 155px;
  left: 60px;
}
/* line 178, ../../../files/sass/_selectPhotoView.scss */
#selectPhotoView .select-photo-button.webcam-button {
  top: 40px;
  left: 245px;
  width: 234px;
  height: 229px;
  background: url(../images/selectphoto/webcam_button.png) 0 0 no-repeat;
}
/* line 185, ../../../files/sass/_selectPhotoView.scss */
#selectPhotoView .select-photo-button.webcam-button:hover {
  background-position: 0 -229px;
}
/* line 189, ../../../files/sass/_selectPhotoView.scss */
#selectPhotoView .select-photo-button.webcam-button .label {
  top: 135px;
  left: 60px;
}
/* line 197, ../../../files/sass/_selectPhotoView.scss */
#selectPhotoView #fileupload {
  position: absolute;
  background: transparent;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  -webkit-opacity: 0;
  -ms-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  font-size: 100px;
  line-height: 140px;
}
/* line 210, ../../../files/sass/_selectPhotoView.scss */
#selectPhotoView .facebook-albums-container {
  position: absolute;
  top: 270px;
  left: 205px;
  width: 830px;
  height: 391px;
}
/* line 218, ../../../files/sass/_selectPhotoView.scss */
#selectPhotoView .facebook-albums-container .facebook-photo-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 226, ../../../files/sass/_selectPhotoView.scss */
#selectPhotoView .facebook-albums-container .facebook-albums {
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 232, ../../../files/sass/_selectPhotoView.scss */
#selectPhotoView .facebook-albums-container .page-view-content-mask-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 380px;
  overflow: hidden;
}
/* line 241, ../../../files/sass/_selectPhotoView.scss */
#selectPhotoView .facebook-albums-container .page-view-content-container {
  position: relative;
  top: 0;
}
/* line 249, ../../../files/sass/_selectPhotoView.scss */
#selectPhotoView .facebook-albums-container .facebook-photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 170px;
  height: 170px;
  overflow: hidden;
}
/* line 257, ../../../files/sass/_selectPhotoView.scss */
#selectPhotoView .facebook-albums-container .facebook-photo .frame {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 191px;
  height: 190px;
  background: url(../images/selectphoto/facebook_photo_frame.png) 0 0 no-repeat;
}
/* line 268, ../../../files/sass/_selectPhotoView.scss */
#selectPhotoView .facebook-albums-container .page-view-prev {
  position: absolute;
  top: 330px;
  left: 50px;
  width: 17px;
  height: 26px;
}
/* line 276, ../../../files/sass/_selectPhotoView.scss */
#selectPhotoView .facebook-albums-container .page-view-prev:hover {
  background-position: 0 -26px;
}
/* line 280, ../../../files/sass/_selectPhotoView.scss */
#selectPhotoView .facebook-albums-container .page-view-prev.disabled {
  opacity: 0.5;
  -webkit-opacity: 0.5;
  -ms-opacity: 0.5;
  -moz-opacity: 0.5;
  -o-opacity: 0.5;
  cursor: default;
}
/* line 284, ../../../files/sass/_selectPhotoView.scss */
#selectPhotoView .facebook-albums-container .page-view-prev.disabled:hover {
  background-position: 0 0;
}
/* line 290, ../../../files/sass/_selectPhotoView.scss */
#selectPhotoView .facebook-albums-container .page-view-next {
  position: absolute;
  top: 330px;
  left: 100px;
  width: 17px;
  height: 26px;
}
/* line 298, ../../../files/sass/_selectPhotoView.scss */
#selectPhotoView .facebook-albums-container .page-view-next:hover {
  background-position: 0 -26px;
}
/* line 302, ../../../files/sass/_selectPhotoView.scss */
#selectPhotoView .facebook-albums-container .page-view-next.disabled {
  opacity: 0.5;
  -webkit-opacity: 0.5;
  -ms-opacity: 0.5;
  -moz-opacity: 0.5;
  -o-opacity: 0.5;
  cursor: default;
}
/* line 306, ../../../files/sass/_selectPhotoView.scss */
#selectPhotoView .facebook-albums-container .page-view-next.disabled:hover {
  background-position: 0 0;
}
/* line 312, ../../../files/sass/_selectPhotoView.scss */
#selectPhotoView .facebook-albums-container .page-indicators {
  position: absolute;
  top: 400px;
  left: 0;
  width: 100px;
  height: 10px;
}
/* line 319, ../../../files/sass/_selectPhotoView.scss */
#selectPhotoView .facebook-albums-container .page-indicators .page-indicator {
  position: relative;
  float: left;
  width: 10px;
  height: 10px;
  margin: 0 5px 0px 0;
  background: url(../images/selectphoto/facebook_page.png) 0 0 no-repeat;
}
/* line 329, ../../../files/sass/_selectPhotoView.scss */
#selectPhotoView .facebook-albums-container .page-indicators .page-indicator.active {
  background-position: 0 -10px;
}
/* line 336, ../../../files/sass/_selectPhotoView.scss */
#selectPhotoView .facebook-albums-container .back-button {
  position: absolute;
  top: 440px;
  left: -75px;
  width: 380px;
}
/* line 346, ../../../files/sass/_selectPhotoView.scss */
#selectPhotoView .facebook-albums-container .back-button .label {
  max-width: 360px;
}

/* line 381, ../../../files/sass/_selectPhotoView.scss */
.touch #selectPhotoView .select-photo-button:hover {
  background-position: 0 0;
}
/* line 387, ../../../files/sass/_selectPhotoView.scss */
.touch .facebook-albums-container .page-view-prev:hover, .touch .facebook-albums-container .page-view-next:hover {
  background-position: 0 0;
}

/* line 2, ../../../files/sass/_adjustPhotoView.scss */
#adjustPhotoView .header-step {
  background: url(../images/shared/step3.png) 0 0 no-repeat;
}
/* line 6, ../../../files/sass/_adjustPhotoView.scss */
#adjustPhotoView .header {
  width: 550px;
}
/* line 10, ../../../files/sass/_adjustPhotoView.scss */
#adjustPhotoView .i-like-your-dolls {
  position: absolute;
  top: 100px;
  right: -220px;
  width: 391px;
  height: 669px;
  will-change: opacity;
}
/* line 19, ../../../files/sass/_adjustPhotoView.scss */
#adjustPhotoView #fabricCanvasContainer {
  position: absolute;
  top: 210px;
  left: 190px;
  width: 441px;
  height: 589px;
  background: #000;
  will-change: transform;
}
/* line 29, ../../../files/sass/_adjustPhotoView.scss */
#adjustPhotoView #fabricCanvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 441px;
  height: 589px;
}
/* line 38, ../../../files/sass/_adjustPhotoView.scss */
#adjustPhotoView .description {
  position: absolute;
  top: 225px;
  left: 690px;
  width: 300px;
  line-height: 18px;
  color: #685a45;
}
/* line 47, ../../../files/sass/_adjustPhotoView.scss */
#adjustPhotoView .image-controls {
  position: absolute;
  top: 280px;
  left: 675px;
  width: 300px;
  height: 300px;
}
/* line 54, ../../../files/sass/_adjustPhotoView.scss */
#adjustPhotoView .image-controls .icons {
  position: absolute;
  top: 0;
  left: 0;
  width: 62px;
  height: 314px;
  background: url(../images/adjustphoto/adjust_tools.png) 0 0 no-repeat;
}
/* line 63, ../../../files/sass/_adjustPhotoView.scss */
#adjustPhotoView .image-controls .image-control {
  position: relative;
  width: 243px;
  height: 28px;
  margin: 0 0 30px 48px;
}
/* line 69, ../../../files/sass/_adjustPhotoView.scss */
#adjustPhotoView .image-controls .image-control.scale {
  margin-top: 68px;
}
/* line 73, ../../../files/sass/_adjustPhotoView.scss */
#adjustPhotoView .image-controls .image-control .image-control-background {
  position: absolute;
  top: 0;
  left: -5px;
  background: url(../images/adjustphoto/adjust_bar.png) 0 4px no-repeat;
  width: 273px;
  height: 28px;
}
/* line 82, ../../../files/sass/_adjustPhotoView.scss */
#adjustPhotoView .image-controls .image-control .image-control-slider {
  position: relative;
  width: 100%;
  height: 100%;
  background: none;
  border: none;
}
/* line 90, ../../../files/sass/_adjustPhotoView.scss */
#adjustPhotoView .image-controls .image-control .ui-slider-handle {
  width: 25px;
  height: 28px;
  background: url(../images/adjustphoto/adjust_circle.png) 0 0 no-repeat;
  border: none;
  margin: 3px 0 0 0;
  cursor: pointer;
}
/* line 101, ../../../files/sass/_adjustPhotoView.scss */
#adjustPhotoView .next-button {
  position: absolute;
  top: 650px;
  left: 660px;
}
/* line 106, ../../../files/sass/_adjustPhotoView.scss */
#adjustPhotoView .next-button .text {
  max-width: 300px;
}
/* line 111, ../../../files/sass/_adjustPhotoView.scss */
#adjustPhotoView .back-button {
  position: absolute;
  top: 740px;
  left: 660px;
}
/* line 117, ../../../files/sass/_adjustPhotoView.scss */
#adjustPhotoView .error {
  position: absolute;
  top: 820px;
  left: 320px;
  width: 600px;
  color: #7d0c09;
  text-align: center;
}

/* line 2, ../../../files/sass/_finishedView.scss */
#finishedView .header-step {
  background: url(../images/shared/step4.png) 0 0 no-repeat;
}
/* line 6, ../../../files/sass/_finishedView.scss */
#finishedView .header {
  width: 481px;
  height: 57px;
}
/* line 11, ../../../files/sass/_finishedView.scss */
#finishedView .i-like-your-dolls {
  position: absolute;
  top: 100px;
  right: -220px;
  width: 391px;
  height: 669px;
  will-change: opacity;
}
/* line 20, ../../../files/sass/_finishedView.scss */
#finishedView .finished-photo-animation {
  position: absolute;
  top: 210px;
  left: 190px;
  width: 441px;
  height: 589px;
  will-change: transform;
}
/* line 43, ../../../files/sass/_finishedView.scss */
#finishedView .buttons-container {
  position: absolute;
  top: 140px;
  left: 470px;
  will-change: transform;
}
/* line 50, ../../../files/sass/_finishedView.scss */
#finishedView .download-button {
  position: relative;
  width: 351px;
  height: 59px;
  color: #7d0c09;
  margin: 0 0 5px 0;
}
/* line 59, ../../../files/sass/_finishedView.scss */
#finishedView .download-button .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/* line 67, ../../../files/sass/_finishedView.scss */
#finishedView .download-button .background img {
  position: absolute;
  top: 0;
  left: 0;
}
/* line 74, ../../../files/sass/_finishedView.scss */
#finishedView .download-button .label {
  position: relative;
  float: left;
  width: 300px;
  text-align: center;
  letter-spacing: 6px;
  margin: 18px 15px 0 25px;
}
/* line 83, ../../../files/sass/_finishedView.scss */
#finishedView .download-button .download-icon {
  position: relative;
  float: left;
  width: 36px;
  height: 39px;
  background: url(../images/finished/download_icon.png) 0 0 no-repeat;
  margin: 10px 0 0 40px;
}
/* line 93, ../../../files/sass/_finishedView.scss */
#finishedView .download-button:hover {
  color: #685a45;
}
/* line 96, ../../../files/sass/_finishedView.scss */
#finishedView .download-button:hover .download-icon {
  background-position: 0 -38px;
}
/* line 100, ../../../files/sass/_finishedView.scss */
#finishedView .download-button:hover .background img {
  top: -100%;
}
/* line 107, ../../../files/sass/_finishedView.scss */
#finishedView .download-image .label {
  float: left;
  width: 250px;
  margin: 20px 0 0 0;
}
/* line 115, ../../../files/sass/_finishedView.scss */
#finishedView .download-gif .label {
  float: left;
  width: 250px;
  margin: 20px 0 0 0;
}
/* line 139, ../../../files/sass/_finishedView.scss */
#finishedView .share-container {
  position: relative;
  margin-bottom: 30px;
}
/* line 148, ../../../files/sass/_finishedView.scss */
#finishedView .share-container .share.disabled:hover {
  color: #7d0c09;
  cursor: default;
}
/* line 152, ../../../files/sass/_finishedView.scss */
#finishedView .share-container .share.disabled:hover .download-icon {
  background-position: 0 -38px;
}
/* line 156, ../../../files/sass/_finishedView.scss */
#finishedView .share-container .share.disabled:hover .background img {
  top: 0;
}
/* line 162, ../../../files/sass/_finishedView.scss */
#finishedView .share-container .share-buttons {
  position: relative;
  width: 125px;
  height: 28px;
  margin: 0 0 0 110px;
}
/* line 169, ../../../files/sass/_finishedView.scss */
#finishedView .share-container .share-button {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 33px;
  height: 28px;
}
/* line 176, ../../../files/sass/_finishedView.scss */
#finishedView .share-container .share-button.facebook {
  background: url(../images/shared/facebook_button.png) 0 0 no-repeat;
}
/* line 180, ../../../files/sass/_finishedView.scss */
#finishedView .share-container .share-button.twitter {
  left: 45px;
  background: url(../images/shared/twitter_button.png) 0 0 no-repeat;
}
/* line 185, ../../../files/sass/_finishedView.scss */
#finishedView .share-container .share-button.tumblr {
  left: 90px;
  background: url(../images/shared/tumblr_button.png) 0 0 no-repeat;
}
/* line 190, ../../../files/sass/_finishedView.scss */
#finishedView .share-container .share-button:hover {
  background-position: 0 -28px;
}

/* line 199, ../../../files/sass/_finishedView.scss */
.touch #finishedView .download-button:hover {
  color: #7d0c09;
}
/* line 202, ../../../files/sass/_finishedView.scss */
.touch #finishedView .download-button:hover .download-icon {
  background-position: 0 0;
}
/* line 206, ../../../files/sass/_finishedView.scss */
.touch #finishedView .download-button:hover .background img {
  top: 0;
}
/* line 212, ../../../files/sass/_finishedView.scss */
.touch #finishedView .share-container .share.disabled:hover {
  color: white;
}
/* line 215, ../../../files/sass/_finishedView.scss */
.touch #finishedView .share-container .share.disabled:hover .download-icon {
  background-position: 0 0;
}
/* line 219, ../../../files/sass/_finishedView.scss */
.touch #finishedView .share-container .share.disabled:hover .background img {
  top: 0;
}
/* line 224, ../../../files/sass/_finishedView.scss */
.touch #finishedView .share-container .share-button:hover {
  background-position: 0 0;
}

/* line 1, ../../../files/sass/_footer.scss */
#footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 27px;
}
/* line 8, ../../../files/sass/_footer.scss */
#footer .background {
  position: absolute;
  top: 0;
  right: 0;
  width: 786px;
  height: 366px;
  background: url(../images/footer/footer_background.png) 0 0 no-repeat;
}
/* line 17, ../../../files/sass/_footer.scss */
#footer a {
  text-decoration: none;
  color: #7d0c09;
}
/* line 21, ../../../files/sass/_footer.scss */
#footer a:hover {
  color: #685a45;
}
/* line 26, ../../../files/sass/_footer.scss */
#footer .left-content {
  position: absolute;
  top: 0;
  left: 10px;
  width: 50%;
  height: 100%;
  line-height: 18px;
}
/* line 34, ../../../files/sass/_footer.scss */
#footer .left-content .footer-text {
  position: relative;
  float: left;
  margin: 0 20px 0 0;
  font-size: 12px;
  color: #7d0c09;
}
/* line 42, ../../../files/sass/_footer.scss */
#footer .left-content .release-date {
  color: #d4b491;
}
/* line 48, ../../../files/sass/_footer.scss */
#footer .right-content {
  position: absolute;
  top: 0;
  right: 10px;
  height: 100%;
}
/* line 55, ../../../files/sass/_footer.scss */
#footer .right-content .footer-text, #footer .right-content .footer-text-divider {
  position: relative;
  float: right;
  margin: 0 0 0 17px;
  line-height: 24px;
  font-size: 12px;
  font-weight: 800;
  color: #7d0c09;
}
/* line 68, ../../../files/sass/_footer.scss */
#footer .right-content .footer-text.arrow .arrow-image, #footer .right-content .footer-text-divider.arrow .arrow-image {
  position: relative;
  width: 9px;
  height: 5px;
  float: right;
  margin: 10px 0 0 7px;
  background: url(../images/footer/footer_arrow.png) 0 0 no-repeat;
}
/* line 78, ../../../files/sass/_footer.scss */
#footer .right-content .footer-text:hover, #footer .right-content .footer-text-divider:hover {
  color: #685a45;
}
/* line 81, ../../../files/sass/_footer.scss */
#footer .right-content .footer-text:hover .arrow-image, #footer .right-content .footer-text-divider:hover .arrow-image {
  background-position: 0 -5px;
}
/* line 87, ../../../files/sass/_footer.scss */
#footer .right-content .footer-text-divider {
  height: 27px;
  width: 5px;
  background: url(../images/footer/footer_line.png) 0 0 no-repeat;
}
/* line 95, ../../../files/sass/_footer.scss */
#footer .legal-content {
  position: absolute;
  top: 100%;
  width: 100%;
  height: 235px;
  background: #000000;
}
/* line 102, ../../../files/sass/_footer.scss */
#footer .legal-content.visible {
  top: -208px;
}
/* line 106, ../../../files/sass/_footer.scss */
#footer .legal-content .legal-block {
  position: relative;
  margin: 30px auto 0 auto;
  width: 1167px;
  height: 150px;
}
/* line 113, ../../../files/sass/_footer.scss */
#footer .legal-content .legal-links {
  position: relative;
  width: 100%;
  margin: 20px auto 0 auto;
  color: #7d0c09;
}
/* line 119, ../../../files/sass/_footer.scss */
#footer .legal-content .legal-links .legal-link, #footer .legal-content .legal-links .legal-link-divider {
  position: relative;
  float: left;
  margin: 0 10px 0 0;
  line-height: 18px;
  font-size: 14px;
  color: #7d0c09;
  font-weight: 800;
}
/* line 128, ../../../files/sass/_footer.scss */
#footer .legal-content .legal-links .legal-link:hover, #footer .legal-content .legal-links .legal-link-divider:hover {
  color: #685a45;
}
/* line 133, ../../../files/sass/_footer.scss */
#footer .legal-content .legal-links .legal-link-divider {
  height: 18px;
  width: 5px;
  background: url(../images/footer/footer_line.png) 0 0 no-repeat;
}
/* line 141, ../../../files/sass/_footer.scss */
#footer .legal-content .close-button {
  position: absolute;
  bottom: 20px;
  right: 10px;
  font-size: 12px;
  color: #7d0c09;
  font-weight: 800;
}
/* line 149, ../../../files/sass/_footer.scss */
#footer .legal-content .close-button:hover {
  color: #685a45;
}
/* line 155, ../../../files/sass/_footer.scss */
#footer .share-content {
  position: absolute;
  top: 100%;
  right: 0;
  width: 75px;
  height: 60px;
}
/* line 163, ../../../files/sass/_footer.scss */
#footer .share-content.visible {
  top: -70px;
}
/* line 167, ../../../files/sass/_footer.scss */
#footer .share-content .share-button {
  position: relative;
  float: left;
  margin: 0 3px 5px 0;
  width: 33px;
  height: 28px;
}
/* line 174, ../../../files/sass/_footer.scss */
#footer .share-content .share-button.facebook {
  background: url(../images/shared/facebook_button.png) 0 0 no-repeat;
}
/* line 178, ../../../files/sass/_footer.scss */
#footer .share-content .share-button.twitter {
  background: url(../images/shared/twitter_button.png) 0 0 no-repeat;
}
/* line 182, ../../../files/sass/_footer.scss */
#footer .share-content .share-button.tumblr {
  background: url(../images/shared/tumblr_button.png) 0 0 no-repeat;
}
/* line 186, ../../../files/sass/_footer.scss */
#footer .share-content .share-button.google-plus {
  background: url(../images/shared/google_button.png) 0 0 no-repeat;
}
/* line 190, ../../../files/sass/_footer.scss */
#footer .share-content .share-button:hover {
  background-position: 0 -28px;
}
/* line 196, ../../../files/sass/_footer.scss */
#footer .share-content .close-button {
  position: absolute;
  top: 0;
  right: -15px;
  color: #7d0c09;
  font-size: 18px;
}
/* line 205, ../../../files/sass/_footer.scss */
#footer .audio-btn {
  width: 18px;
  height: 16px;
}
/* line 209, ../../../files/sass/_footer.scss */
#footer .audio-btn .mute-button, #footer .audio-btn .unmute-button {
  position: absolute;
  top: 5px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url(../images/shared/mute_button_sprite.png) 0 0 no-repeat;
}
/* line 217, ../../../files/sass/_footer.scss */
#footer .audio-btn .mute-button:hover, #footer .audio-btn .unmute-button:hover {
  background-position: 0 -16px;
}
/* line 222, ../../../files/sass/_footer.scss */
#footer .audio-btn .unmute-button {
  background: url(../images/shared/unmute_button_sprite.png) 0 0 no-repeat;
}

/* line 231, ../../../files/sass/_footer.scss */
.touch #footer a:hover {
  color: #7d0c09;
}
/* line 236, ../../../files/sass/_footer.scss */
.touch #footer .right-content .footer-text:hover, .touch #footer .right-content .footer-text-divider:hover {
  color: #7d0c09;
}
/* line 239, ../../../files/sass/_footer.scss */
.touch #footer .right-content .footer-text:hover .arrow-image, .touch #footer .right-content .footer-text-divider:hover .arrow-image {
  background-position: 0 0px;
}
/* line 247, ../../../files/sass/_footer.scss */
.touch #footer .legal-content .legal-links .legal-link:hover, .touch #footer .legal-content .legal-links .legal-link-divider:hover {
  color: #7d0c09;
}
/* line 252, ../../../files/sass/_footer.scss */
.touch #footer .legal-content .close-button:hover {
  color: #7d0c09;
}
/* line 258, ../../../files/sass/_footer.scss */
.touch #footer .share-content .share-button:hover {
  background-position: 0 0px;
}
/* line 264, ../../../files/sass/_footer.scss */
.touch #footer .audio-btn .mute-button:hover, .touch #footer .audio-btn .unmute-button:hover {
  background-position: 0 0px;
}
