/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *

*/
/*

 */
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
/* line 21, ../../app/assets/stylesheets/scaffolding/normalize.css.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
/* line 31, ../../app/assets/stylesheets/scaffolding/normalize.css.scss */
audio,
canvas,
video {
  display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 40, ../../app/assets/stylesheets/scaffolding/normalize.css.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
/* line 49, ../../app/assets/stylesheets/scaffolding/normalize.css.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 63, ../../app/assets/stylesheets/scaffolding/normalize.css.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Removes default margin.
 */
/* line 73, ../../app/assets/stylesheets/scaffolding/normalize.css.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/* line 85, ../../app/assets/stylesheets/scaffolding/normalize.css.scss */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
/* line 94, ../../app/assets/stylesheets/scaffolding/normalize.css.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
/* line 107, ../../app/assets/stylesheets/scaffolding/normalize.css.scss */
h1 {
  font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 115, ../../app/assets/stylesheets/scaffolding/normalize.css.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 124, ../../app/assets/stylesheets/scaffolding/normalize.css.scss */
b,
strong {
  font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
/* line 132, ../../app/assets/stylesheets/scaffolding/normalize.css.scss */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */
/* line 140, ../../app/assets/stylesheets/scaffolding/normalize.css.scss */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
/* line 153, ../../app/assets/stylesheets/scaffolding/normalize.css.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
/* line 162, ../../app/assets/stylesheets/scaffolding/normalize.css.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */
/* line 172, ../../app/assets/stylesheets/scaffolding/normalize.css.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
/* line 180, ../../app/assets/stylesheets/scaffolding/normalize.css.scss */
small {
  font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 189, ../../app/assets/stylesheets/scaffolding/normalize.css.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 196, ../../app/assets/stylesheets/scaffolding/normalize.css.scss */
sup {
  top: -0.5em;
}

/* line 200, ../../app/assets/stylesheets/scaffolding/normalize.css.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
/* line 212, ../../app/assets/stylesheets/scaffolding/normalize.css.scss */
img {
  border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
/* line 220, ../../app/assets/stylesheets/scaffolding/normalize.css.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
/* line 232, ../../app/assets/stylesheets/scaffolding/normalize.css.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
/* line 244, ../../app/assets/stylesheets/scaffolding/normalize.css.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 255, ../../app/assets/stylesheets/scaffolding/normalize.css.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
/* line 269, ../../app/assets/stylesheets/scaffolding/normalize.css.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 281, ../../app/assets/stylesheets/scaffolding/normalize.css.scss */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 296, ../../app/assets/stylesheets/scaffolding/normalize.css.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 306, ../../app/assets/stylesheets/scaffolding/normalize.css.scss */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
/* line 316, ../../app/assets/stylesheets/scaffolding/normalize.css.scss */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 327, ../../app/assets/stylesheets/scaffolding/normalize.css.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 340, ../../app/assets/stylesheets/scaffolding/normalize.css.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */
/* line 349, ../../app/assets/stylesheets/scaffolding/normalize.css.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
/* line 359, ../../app/assets/stylesheets/scaffolding/normalize.css.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
/* line 372, ../../app/assets/stylesheets/scaffolding/normalize.css.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 5, ../../app/assets/stylesheets/scaffolding/utilities.css.scss */
.account-action-template, .home-template, .content, .content--login, .header__inner {
  margin: 0px auto;
  width: 800px;
}

/* line 11, ../../app/assets/stylesheets/scaffolding/utilities.css.scss */
.account-action-template, .home-template {
  margin: 0px auto 20px;
  width: 500px;
}

/* line 17, ../../app/assets/stylesheets/scaffolding/utilities.css.scss */
.account-action-template {
  width: 370px;
}

/* line 29, ../../app/assets/stylesheets/scaffolding/utilities.css.scss */
.account-action-template:before, .home-template:before, .content:before, .content--login:before, .header__inner:before, .item-buttons:before, .list-details:before, .list-item:before, .list-index-item:before, .app-container:before, .app-container__aside:before, .app-container__main:before, .app-container__main-content:before, .container:before, .content__inner:before, .content__aside:before, .content__main:before, .footer:before,
.account-action-template:after,
.home-template:after,
.content:after,
.content--login:after,
.header__inner:after,
.item-buttons:after,
.list-details:after,
.list-item:after,
.list-index-item:after,
.app-container:after,
.app-container__aside:after,
.app-container__main:after,
.app-container__main-content:after,
.container:after,
.content__inner:after,
.content__aside:after,
.content__main:after,
.footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 34, ../../app/assets/stylesheets/scaffolding/utilities.css.scss */
.account-action-template:after, .home-template:after, .content:after, .content--login:after, .header__inner:after, .item-buttons:after, .list-details:after, .list-item:after, .list-index-item:after, .app-container:after, .app-container__aside:after, .app-container__main:after, .app-container__main-content:after, .container:after, .content__inner:after, .content__aside:after, .content__main:after, .footer:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
/* line 43, ../../app/assets/stylesheets/scaffolding/utilities.css.scss */
.account-action-template, .home-template, .content, .content--login, .header__inner, .item-buttons, .list-details, .list-item, .list-index-item, .app-container, .app-container__aside, .app-container__main, .app-container__main-content, .container, .content__inner, .content__aside, .content__main, .footer {
  *zoom: 1;
}

/* line 54, ../../app/assets/stylesheets/scaffolding/utilities.css.scss */
.app-container__main-content * {
  -moz-box-sizing: content-box;
       box-sizing: content-box;
}

/* line 60, ../../app/assets/stylesheets/scaffolding/utilities.css.scss */
.inline-control *, .list-controls *, .change-password-template * {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

/* line 71, ../../app/assets/stylesheets/scaffolding/utilities.css.scss */
.button,
.button--cancel,
.button--large,
.button--large--secondary,
.icon-button,
.sml-icon-button,
.media-button--facebook--small,
.media-button--email--small,
.media-button--facebook,
.media-button--email,
.expo-button,
.account-form__submit,
.inline-control__button, .menu__link, .tagline {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* line 82, ../../app/assets/stylesheets/scaffolding/utilities.css.scss */
.circle-logo__inner {
  display: block;
  overflow: hidden;
  text-indent: 102%;
  white-space: nowrap;
}

/* line 94, ../../app/assets/stylesheets/scaffolding/utilities.css.scss */
.gr-modal {
  opacity: 0;
  visibility: hidden;
}

/* line 99, ../../app/assets/stylesheets/scaffolding/utilities.css.scss */
.modal-active .gr-modal {
  opacity: 1;
  visibility: visible;
}

/* line 104, ../../app/assets/stylesheets/scaffolding/utilities.css.scss */
.icon-list, .list-controls__actions, .main-nav, .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 118, ../../app/assets/stylesheets/scaffolding/utilities.css.scss */
.app-container__main-content * {
  font-family: arial;
  font-size: 12px;
}
/* line 123, ../../app/assets/stylesheets/scaffolding/utilities.css.scss */
.app-container__main-content a {
  color: #5871a9;
  text-decoration: underline;
}
/* line 128, ../../app/assets/stylesheets/scaffolding/utilities.css.scss */
.app-container__main-content input {
  display: block;
}

@font-face {
  font-family: "fontcustom";
  src: url(/fonts/fontcustom_bec01a90e93c4b39d925da6f00508653.eot);
  src: url(/fonts/fontcustom_bec01a90e93c4b39d925da6f00508653.eot?#iefix) format("embedded-opentype"), url(/fonts/fontcustom_bec01a90e93c4b39d925da6f00508653.woff) format("woff"), url(/fonts/fontcustom_bec01a90e93c4b39d925da6f00508653.ttf) format("truetype"), url(/fonts/fontcustom_bec01a90e93c4b39d925da6f00508653.svg#fontcustom) format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "fontcustom";
    src: url(/fonts/fontcustom_bec01a90e93c4b39d925da6f00508653.svg#fontcustom) format("svg");
}
}
/* line 23, ../../app/assets/stylesheets/scaffolding/_fontcustom.scss */
[data-icon]:before {
  content: attr(data-icon);
}

/* line 35, ../../app/assets/stylesheets/scaffolding/_fontcustom.scss */
[data-icon]:before,
.icon-angle-right:before,
.icon-caret-down:before,
.icon-caret-right:before,
.icon-caret-right-alt:before,
.icon-cross:before,
.icon-email:before,
.icon-facebook:before,
.icon-pinterest:before,
.icon-twitter:before,
.icon-youtube:before {
  display: inline-block;
  font-family: "fontcustom";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

/* line 50, ../../app/assets/stylesheets/scaffolding/_fontcustom.scss */
.icon-angle-right:before {
  content: "\f10b";
}

/* line 51, ../../app/assets/stylesheets/scaffolding/_fontcustom.scss */
.icon-caret-down:before {
  content: "\f10d";
}

/* line 52, ../../app/assets/stylesheets/scaffolding/_fontcustom.scss */
.icon-caret-right:before {
  content: "\f105";
}

/* line 53, ../../app/assets/stylesheets/scaffolding/_fontcustom.scss */
.icon-caret-right-alt:before {
  content: "\f10e";
}

/* line 54, ../../app/assets/stylesheets/scaffolding/_fontcustom.scss */
.icon-cross:before {
  content: "\f10c";
}

/* line 55, ../../app/assets/stylesheets/scaffolding/_fontcustom.scss */
.icon-email:before {
  content: "\f10a";
}

/* line 56, ../../app/assets/stylesheets/scaffolding/_fontcustom.scss */
.icon-facebook:before {
  content: "\f106";
}

/* line 57, ../../app/assets/stylesheets/scaffolding/_fontcustom.scss */
.icon-pinterest:before {
  content: "\f107";
}

/* line 58, ../../app/assets/stylesheets/scaffolding/_fontcustom.scss */
.icon-twitter:before {
  content: "\f108";
}

/* line 59, ../../app/assets/stylesheets/scaffolding/_fontcustom.scss */
.icon-youtube:before {
  content: "\f109";
}

/*!
 * Bootstrap v2.2.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
/* line 11, ../../app/assets/stylesheets/common/bootstrap.min.css */
.clearfix {
  *zoom: 1;
}

/* line 11, ../../app/assets/stylesheets/common/bootstrap.min.css */
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 12, ../../app/assets/stylesheets/common/bootstrap.min.css */
.clearfix:after {
  clear: both;
}

/* line 13, ../../app/assets/stylesheets/common/bootstrap.min.css */
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 14, ../../app/assets/stylesheets/common/bootstrap.min.css */
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 15, ../../app/assets/stylesheets/common/bootstrap.min.css */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

/* line 15, ../../app/assets/stylesheets/common/bootstrap.min.css */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 16, ../../app/assets/stylesheets/common/bootstrap.min.css */
.modal-backdrop, .modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 17, ../../app/assets/stylesheets/common/bootstrap.min.css */
.modal {
  position: fixed;
  top: 400px;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin: -250px 0 0 -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  border-radius: 6px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  background-clip: padding-box;
  outline: none;
}

/* line 17, ../../app/assets/stylesheets/common/bootstrap.min.css */
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}

/* line 18, ../../app/assets/stylesheets/common/bootstrap.min.css */
.modal.fade.in {
  top: 50%;
}

/* line 19, ../../app/assets/stylesheets/common/bootstrap.min.css */
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}

/* line 19, ../../app/assets/stylesheets/common/bootstrap.min.css */
.modal-header .close {
  margin-top: 2px;
}

/* line 20, ../../app/assets/stylesheets/common/bootstrap.min.css */
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}

/* line 21, ../../app/assets/stylesheets/common/bootstrap.min.css */
.modal-body {
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}

/* line 22, ../../app/assets/stylesheets/common/bootstrap.min.css */
.modal-form {
  margin-bottom: 0;
}

/* line 23, ../../app/assets/stylesheets/common/bootstrap.min.css */
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-radius: 0 0 6px 6px;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1;
}

/* line 23, ../../app/assets/stylesheets/common/bootstrap.min.css */
.modal-footer:before, .modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 24, ../../app/assets/stylesheets/common/bootstrap.min.css */
.modal-footer:after {
  clear: both;
}

/* line 25, ../../app/assets/stylesheets/common/bootstrap.min.css */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

/* line 26, ../../app/assets/stylesheets/common/bootstrap.min.css */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 27, ../../app/assets/stylesheets/common/bootstrap.min.css */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 1, ../../app/assets/stylesheets/common/buttons.css.scss */
.item-buttons {
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
}

/* line 7, ../../app/assets/stylesheets/common/buttons.css.scss */
.top-item-buttons {
  position: relative;
  top: -25px;
}

/* line 12, ../../app/assets/stylesheets/common/buttons.css.scss */
.disabled-btn {
  opacity: 0.5;
}

/* line 15, ../../app/assets/stylesheets/common/buttons.css.scss */
.delete-list-btn {
  width: 20px;
  float: right;
  margin-left: 10px;
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
}

/*****
 * Private/Shared toggle
 */
/* line 26, ../../app/assets/stylesheets/common/buttons.css.scss */
.private-toggle-btn,
.shared-toggle-btn {
  display: block;
  height: 23px;
  width: 79px;
  float: right;
}
/* line 32, ../../app/assets/stylesheets/common/buttons.css.scss */
.private-toggle-btn span,
.shared-toggle-btn span {
  display: none;
}

/* line 37, ../../app/assets/stylesheets/common/buttons.css.scss */
.private-toggle-btn {
  background: url(/assets/PrivateShared.png) no-repeat 0 0;
}
/* line 40, ../../app/assets/stylesheets/common/buttons.css.scss */
.private-toggle-btn:hover, .private-toggle-btn.selected {
  background: url(/assets/PrivateShared.png) no-repeat 0 -25px;
}

/* line 45, ../../app/assets/stylesheets/common/buttons.css.scss */
.shared-toggle-btn {
  background: url(/assets/PrivateShared.png) no-repeat -79px 0;
}
/* line 48, ../../app/assets/stylesheets/common/buttons.css.scss */
.shared-toggle-btn:hover, .shared-toggle-btn.selected {
  background: url(/assets/PrivateShared.png) no-repeat -79px -25px;
}

/*****
 * Large Buttons
 */
/* line 63, ../../app/assets/stylesheets/common/buttons.css.scss */
.add-list-item-btn,
.save-list-btn,
.create-another-btn,
.add-friends-btn,
.submit-feedback-btn,
.create-new-list-btn,
.create-new-list-btn-plus {
  display: block;
  height: 41px;
}
/* line 67, ../../app/assets/stylesheets/common/buttons.css.scss */
.add-list-item-btn span,
.save-list-btn span,
.create-another-btn span,
.add-friends-btn span,
.submit-feedback-btn span,
.create-new-list-btn span,
.create-new-list-btn-plus span {
  display: none;
}

/* line 72, ../../app/assets/stylesheets/common/buttons.css.scss */
.add-list-item-btn {
  width: 158px;
  float: right;
  background: url(/assets/+-another-item-158x41.jpg) no-repeat 0 0;
  margin-right: 10px;
}
/* line 78, ../../app/assets/stylesheets/common/buttons.css.scss */
.add-list-item-btn:hover {
  background: url(/assets/+-another-item-158x41.jpg) no-repeat 0 -43px;
}

/* line 83, ../../app/assets/stylesheets/common/buttons.css.scss */
.save-list-btn {
  width: 131px;
  float: right;
  background: url(/assets/save-list-131x41.jpg) no-repeat 0 0;
}
/* line 88, ../../app/assets/stylesheets/common/buttons.css.scss */
.save-list-btn:hover {
  background: url(/assets/save-list-131x41.jpg) no-repeat 0 -43px;
}

/* line 93, ../../app/assets/stylesheets/common/buttons.css.scss */
.create-another-btn {
  width: 158px;
  float: right;
  padding-right: 15px;
  margin-top: 20px;
  background: url(/assets/+-create-another-158x41.jpg) no-repeat 0 0;
}
/* line 100, ../../app/assets/stylesheets/common/buttons.css.scss */
.create-another-btn:hover {
  background: url(/assets/+-create-another-158x41.jpg) no-repeat 0 -43px;
}

/* line 105, ../../app/assets/stylesheets/common/buttons.css.scss */
.add-friends-btn {
  width: 158px;
  float: right;
  margin-top: 20px;
  padding-right: 10px;
  background: url(/assets/+-add-friends-158x41.jpg) no-repeat 0 0;
}
/* line 112, ../../app/assets/stylesheets/common/buttons.css.scss */
.add-friends-btn:hover {
  background: url(/assets/+-add-friends-158x41.jpg) no-repeat 0 -43px;
}
/* line 116, ../../app/assets/stylesheets/common/buttons.css.scss */
.add-friends-btn.top {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 122, ../../app/assets/stylesheets/common/buttons.css.scss */
.submit-feedback-btn {
  float: right;
  margin-top: 15px;
  margin-right: 45px;
  width: 101px;
  background: url(/assets/send-101x41.jpg) no-repeat 0 0;
}
/* line 129, ../../app/assets/stylesheets/common/buttons.css.scss */
.submit-feedback-btn:hover {
  background: url(/assets/send-101x41.jpg) no-repeat 0 -43px;
}

/* line 134, ../../app/assets/stylesheets/common/buttons.css.scss */
.create-new-list-btn-plus {
  background: url(/assets/+-create-new-list-158x41.jpg) no-repeat 0 0;
  width: 158px;
}
/* line 138, ../../app/assets/stylesheets/common/buttons.css.scss */
.create-new-list-btn-plus:hover {
  background: url(/assets/+-create-new-list-158x41.jpg) no-repeat 0 -43px;
}

/* line 143, ../../app/assets/stylesheets/common/buttons.css.scss */
.create-new-list-btn {
  background: url(/assets/create-new-list-158x41.jpg) no-repeat 0 0;
  width: 158px;
}
/* line 147, ../../app/assets/stylesheets/common/buttons.css.scss */
.create-new-list-btn:hover {
  background: url(/assets/create-new-list-158x41.jpg) no-repeat 0 -43px;
}

/*****
 * Small Buttons
 */
/* line 166, ../../app/assets/stylesheets/common/buttons.css.scss */
.view-guests-btn,
.invite-others-btn,
.save-as-new-list-btn,
.group-message-btn,
.edit-list-btn,
.view-list-btn,
.mark-bought-btn,
.mark-unbought-btn,
.accept-friend-req-btn,
.ignore-friend-req-btn {
  display: block;
  height: 23px;
  float: right;
}
/* line 171, ../../app/assets/stylesheets/common/buttons.css.scss */
.view-guests-btn span,
.invite-others-btn span,
.save-as-new-list-btn span,
.group-message-btn span,
.edit-list-btn span,
.view-list-btn span,
.mark-bought-btn span,
.mark-unbought-btn span,
.accept-friend-req-btn span,
.ignore-friend-req-btn span {
  display: none;
}

/* line 176, ../../app/assets/stylesheets/common/buttons.css.scss */
.view-guests-btn {
  width: 78px;
  background: url(/assets/View-guests-78x23.png) no-repeat 0 0px;
}
/* line 180, ../../app/assets/stylesheets/common/buttons.css.scss */
.view-guests-btn:hover {
  background: url(/assets/View-guests-78x23.png) no-repeat 0 -25px;
}

/* line 185, ../../app/assets/stylesheets/common/buttons.css.scss */
.invite-others-btn {
  width: 80px;
  background: url(/assets/Invite-Others-80x23.png) no-repeat 0 0;
}
/* line 189, ../../app/assets/stylesheets/common/buttons.css.scss */
.invite-others-btn:hover {
  background: url(/assets/Invite-Others-80x23.png) no-repeat 0 -25px;
}

/* line 194, ../../app/assets/stylesheets/common/buttons.css.scss */
.save-as-new-list-btn {
  width: 99px;
  background: url(/assets/Save-as-new-list-99x23.png) no-repeat 0 0;
}
/* line 198, ../../app/assets/stylesheets/common/buttons.css.scss */
.save-as-new-list-btn:hover {
  background: url(/assets/Save-as-new-list-99x23.png) no-repeat 0 -25px;
}

/* line 203, ../../app/assets/stylesheets/common/buttons.css.scss */
.edit-list-btn {
  width: 52px;
  background: url(/assets/Edit-52x23.png) no-repeat 0 0;
}
/* line 207, ../../app/assets/stylesheets/common/buttons.css.scss */
.edit-list-btn:hover {
  background: url(/assets/Edit-52x23.png) no-repeat 0 -25px;
}

/* line 212, ../../app/assets/stylesheets/common/buttons.css.scss */
.view-list-btn {
  width: 100px;
  background: url(/assets/View-list-100x23.png) no-repeat 0 0;
}
/* line 216, ../../app/assets/stylesheets/common/buttons.css.scss */
.view-list-btn:hover {
  background: url(/assets/View-list-100x23.png) no-repeat 0 -25px;
}

/* line 221, ../../app/assets/stylesheets/common/buttons.css.scss */
.mark-bought-btn {
  width: 103px;
  /*background: image-url('Purchase-70x23.png') no-repeat 0 0;*/
  margin-left: 5px;
  background-color: #609a39;
  line-height: 23px !important;
  padding-left: 3px;
  padding-right: 5px;
}
/* line 230, ../../app/assets/stylesheets/common/buttons.css.scss */
.mark-bought-btn:hover {
  width: 103px;
  /*background: image-url('Purchase-70x23.png') no-repeat 0 -25px;*/
  background-color: #132530;
}

/* line 237, ../../app/assets/stylesheets/common/buttons.css.scss */
.mark-unbought-btn {
  width: 52px;
  background: url(/assets/Return-52x23.png) no-repeat 0 0;
}
/* line 241, ../../app/assets/stylesheets/common/buttons.css.scss */
.mark-unbought-btn:hover {
  background: url(/assets/Return-52x23.png) no-repeat 0 -25px;
}

/* line 247, ../../app/assets/stylesheets/common/buttons.css.scss */
.accept-friend-req-btn {
  width: 65px;
  background: url(/assets/Accept-65x23.jpg) no-repeat 0 0;
}
/* line 251, ../../app/assets/stylesheets/common/buttons.css.scss */
.accept-friend-req-btn:hover {
  background: url(/assets/Accept-65x23.jpg) no-repeat 0 -25px;
}

/* line 256, ../../app/assets/stylesheets/common/buttons.css.scss */
.ignore-friend-req-btn {
  width: 65px;
  background: url(/assets/Ignore-65x23.png) no-repeat 0 0;
  margin-left: 5px;
}
/* line 261, ../../app/assets/stylesheets/common/buttons.css.scss */
.ignore-friend-req-btn:hover {
  background: url(/assets/Ignore-65x23.png) no-repeat 0 -25px;
}

/* line 265, ../../app/assets/stylesheets/common/buttons.css.scss */
a.media-button--facebook, a.media-button--facebook--small {
  color: white !important;
  text-decoration: none !important;
}

/* line 269, ../../app/assets/stylesheets/common/buttons.css.scss */
a, text-input {
  color: grey !important;
  text-decoration: none !important;
}

/* line 274, ../../app/assets/stylesheets/common/buttons.css.scss */
.section > div, .panel > div {
  padding: 3px 5px 5px !important;
}

/* line 277, ../../app/assets/stylesheets/common/buttons.css.scss */
div.privacy-links a, div.advert-links a {
  color: #609a39 !important;
}

/* line 280, ../../app/assets/stylesheets/common/buttons.css.scss */
a.sml-icon-button.js-dropdown-trigger {
  color: white !important;
  text-decoration: none !important;
}

/* line 284, ../../app/assets/stylesheets/common/buttons.css.scss */
.list-visibility-buttons {
  float: right;
  margin-bottom: 5px;
  margin-right: -10px;
  margin-top: 5px;
}

/* line 1, ../../app/assets/stylesheets/common/dialogs.css.scss */
.list-item-dialog {
  display: none;
}

/* line 7, ../../app/assets/stylesheets/common/dialogs.css.scss */
.dialog-content .dialog-header {
  color: white;
  background-color: #6d84b4;
  font-size: 15px;
  font-weight: bold;
  padding: 5px;
  text-align: left;
}
/* line 16, ../../app/assets/stylesheets/common/dialogs.css.scss */
.dialog-content .dialog-footer {
  background-color: #f2f2f2;
  padding: 8px;
  text-align: right;
  border-top: 1px solid #c6c6c6;
  height: 23px;
}
/* line 23, ../../app/assets/stylesheets/common/dialogs.css.scss */
.dialog-content .dialog-footer .dialog-save-btn {
  display: block;
  float: right;
  width: 48px;
  height: 26px;
  background: url(/assets/dialog_save_btn.png) no-repeat 0 0;
  margin-right: 10px;
}
/* line 32, ../../app/assets/stylesheets/common/dialogs.css.scss */
.dialog-content .dialog-footer .dialog-save-btn span {
  display: none;
}
/* line 36, ../../app/assets/stylesheets/common/dialogs.css.scss */
.dialog-content .dialog-footer .dialog-cancel-btn {
  display: block;
  float: right;
  width: 58px;
  height: 26px;
  background: url(/assets/dialog_cancel_btn.png) no-repeat 0 0;
}
/* line 44, ../../app/assets/stylesheets/common/dialogs.css.scss */
.dialog-content .dialog-footer .dialog-cancel-btn span {
  display: none;
}
/* line 49, ../../app/assets/stylesheets/common/dialogs.css.scss */
.dialog-content .dialog-inner {
  padding: 20px;
}
/* line 53, ../../app/assets/stylesheets/common/dialogs.css.scss */
.dialog-content .dialog-item-thumbnail {
  width: 60px;
  float: left;
  margin-right: 15px;
}
/* line 59, ../../app/assets/stylesheets/common/dialogs.css.scss */
.dialog-content .dialog-item-title {
  width: 300px;
}
/* line 62, ../../app/assets/stylesheets/common/dialogs.css.scss */
.dialog-content .dialog-item-title h3 {
  color: #3b5998;
  font-size: 14px;
  margin: 1px 0 4px 5px;
}
/* line 68, ../../app/assets/stylesheets/common/dialogs.css.scss */
.dialog-content .dialog-item-title input {
  width: 200px;
}
/* line 72, ../../app/assets/stylesheets/common/dialogs.css.scss */
.dialog-content .dialog-item-title p {
  color: #909090;
}
/* line 76, ../../app/assets/stylesheets/common/dialogs.css.scss */
.dialog-content .dialog-item-title select {
  margin: 10px 0 0 0;
}
/* line 80, ../../app/assets/stylesheets/common/dialogs.css.scss */
.dialog-content .dialog-item-title .datepicker-field {
  width: 140px;
  margin-top: 10px;
}
/* line 88, ../../app/assets/stylesheets/common/dialogs.css.scss */
.dialog-content .dialog-quantity-bought input {
  width: 35px;
}
/* line 93, ../../app/assets/stylesheets/common/dialogs.css.scss */
.dialog-content .dialog-post-options {
  width: 400px;
  height: 50px;
  color: #909090;
  font-weight: bold;
  clear: both;
  padding: 10px 0 0 10px;
}
/* line 101, ../../app/assets/stylesheets/common/dialogs.css.scss */
.dialog-content .dialog-post-options input {
  width: auto;
  height: auto;
  margin-right: 5px;
}
/* line 108, ../../app/assets/stylesheets/common/dialogs.css.scss */
.dialog-content .dialog-post-comments {
  width: 400px;
  height: 85px;
  padding: 10px 0 0 10px;
  color: #909090;
}
/* line 114, ../../app/assets/stylesheets/common/dialogs.css.scss */
.dialog-content .dialog-post-comments textarea {
  width: 380px;
  height: 50px;
  background-color: #f0f0f0;
  border: 1px solid #bcc6d8;
  margin-top: 5px;
}
/* line 125, ../../app/assets/stylesheets/common/dialogs.css.scss */
.dialog-content .dialog-info p {
  padding: 15px;
  color: #909090;
}

/* line 1, ../../app/assets/stylesheets/common/facebook_layout.css.scss */
body {
  font-family: arial;
  font-size: 12px;
}

/* line 6, ../../app/assets/stylesheets/common/facebook_layout.css.scss */
a {
  color: #5871a9;
}
/* line 9, ../../app/assets/stylesheets/common/facebook_layout.css.scss */
a img {
  border: none;
}

/* line 14, ../../app/assets/stylesheets/common/facebook_layout.css.scss */
.fltlft {
  float: left;
}

/* line 18, ../../app/assets/stylesheets/common/facebook_layout.css.scss */
.fltrt {
  float: right;
  margin-right: 10px;
}

/* line 23, ../../app/assets/stylesheets/common/facebook_layout.css.scss */
input {
  width: 230px;
  height: 18px;
  border: 1px solid #d0d0d0;
  margin: 3px 0 7px 0;
}

/* line 30, ../../app/assets/stylesheets/common/facebook_layout.css.scss */
.sidebar {
  float: left;
  width: 170px;
}

/* line 35, ../../app/assets/stylesheets/common/facebook_layout.css.scss */
.iphone-link {
  border-radius: 7px;
  height: 73px;
  margin-top: 10px;
  overflow: hidden;
}

/* line 43, ../../app/assets/stylesheets/common/facebook_layout.css.scss */
.android-link {
  height: 73px;
  margin-top: 10px;
}

/* line 48, ../../app/assets/stylesheets/common/facebook_layout.css.scss */
.main-menu * {
  -moz-box-sizing: content-box;
       box-sizing: content-box;
}

/* line 52, ../../app/assets/stylesheets/common/facebook_layout.css.scss */
.main-menu {
  background: url(/assets/sidebar_bg.png);
  border: 1px solid #d0d0d0;
  border-radius: 5px;
}
/* line 57, ../../app/assets/stylesheets/common/facebook_layout.css.scss */
.main-menu .menu-item {
  font-family: Arial;
  font-weight: bold;
  font-size: 14px;
}
/* line 62, ../../app/assets/stylesheets/common/facebook_layout.css.scss */
.main-menu .menu-item .active {
  text-shadow: none;
  background-color: #132530;
  color: white;
}
/* line 68, ../../app/assets/stylesheets/common/facebook_layout.css.scss */
.main-menu .menu-item .active.top {
  border-radius: 5px 5px 0 0;
}
/* line 73, ../../app/assets/stylesheets/common/facebook_layout.css.scss */
.main-menu .menu-item .active.bottom {
  border-radius: 0 0 4px 4px;
}
/* line 79, ../../app/assets/stylesheets/common/facebook_layout.css.scss */
.main-menu .menu-item .top:hover {
  border-radius: 5px 5px 0 0;
}
/* line 85, ../../app/assets/stylesheets/common/facebook_layout.css.scss */
.main-menu .menu-item .noborder {
  border: none;
}
/* line 90, ../../app/assets/stylesheets/common/facebook_layout.css.scss */
.main-menu .menu-item .bottom:hover {
  border-radius: 0 0 4px 4px;
}
/* line 96, ../../app/assets/stylesheets/common/facebook_layout.css.scss */
.main-menu .menu-item a {
  text-decoration: none;
  text-shadow: 1px 1px 1px white;
  color: black;
  display: block;
  width: 144px;
  height: 10px;
  padding: 12px;
  border-bottom: 1px solid #d0d0d0;
  text-align: right;
  line-height: 1;
}
/* line 108, ../../app/assets/stylesheets/common/facebook_layout.css.scss */
.main-menu .menu-item a:hover {
  text-shadow: none;
  background-color: #132530;
  color: white;
}

/* line 119, ../../app/assets/stylesheets/common/facebook_layout.css.scss */
.body {
  float: right;
  width: 560px;
}

/* line 125, ../../app/assets/stylesheets/common/facebook_layout.css.scss */
.title-bar {
  min-height: 73px;
  background: url(/assets/sidebar_bg.png) 0 -50px;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  overflow: hidden;
}
/* line 132, ../../app/assets/stylesheets/common/facebook_layout.css.scss */
.title-bar .page-title {
  float: left;
  font-family: franklin-gothic-black, helvetica, arial, sans-serif;
  font-weight: normal;
  font-size: 31px;
  margin: 25px 0 0 15px;
  text-shadow: 1px 1px 1px white;
  max-width: 380px;
  line-height: 1.2;
}
/* line 143, ../../app/assets/stylesheets/common/facebook_layout.css.scss */
.title-bar .create-list {
  float: right;
  width: 158px;
  margin: 15px 15px 0 0;
}

/* line 150, ../../app/assets/stylesheets/common/facebook_layout.css.scss */
.advert-bar {
  height: 73px;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 6px;
  background-color: #16252f;
}
/* line 159, ../../app/assets/stylesheets/common/facebook_layout.css.scss */
.advert-bar img {
  margin: 7px;
  margin-left: 46px;
}
/* line 165, ../../app/assets/stylesheets/common/facebook_layout.css.scss */
.advert-bar img.wide {
  margin-left: 23px;
}

/* line 170, ../../app/assets/stylesheets/common/facebook_layout.css.scss */
.footer {
  /*margin-top: 15px;*/
  /*border-top: 1px solid #d0d0d0;*/
  /*clear: both;*/
  /*font-family: Arial;*/
  /*font-size: 11px;*/
  /*color: #d0d0d0;*/
  /*padding: 10px 0;*/
}
/* line 179, ../../app/assets/stylesheets/common/facebook_layout.css.scss */
.footer .privacy-links {
  font-size: 12px;
  float: left;
  line-height: 16px;
}
/* line 184, ../../app/assets/stylesheets/common/facebook_layout.css.scss */
.footer .privacy-links a {
  text-decoration: none;
}
/* line 189, ../../app/assets/stylesheets/common/facebook_layout.css.scss */
.footer .advert-links {
  font-size: 12px;
  float: right;
  color: #909090;
  margin-top: 13px;
}

/* line 198, ../../app/assets/stylesheets/common/facebook_layout.css.scss */
.notice {
  background-color: #e0f8d0;
  border: 1px solid #6eb43f;
  color: #6eb43f;
  padding: 8px;
  text-align: center;
}
/* line 205, ../../app/assets/stylesheets/common/facebook_layout.css.scss */
.notice a {
  color: #6eb43f;
}

/* line 210, ../../app/assets/stylesheets/common/facebook_layout.css.scss */
.alert {
  background-color: #eea0a0;
  border: 1px solid #f11;
  color: #f11;
  padding: 8px;
  text-align: center;
}
/* line 217, ../../app/assets/stylesheets/common/facebook_layout.css.scss */
.alert a {
  color: #f11;
}

/* line 222, ../../app/assets/stylesheets/common/facebook_layout.css.scss */
#flash-close {
  font-size: 10px;
  display: block;
  float: right;
}

/* line 228, ../../app/assets/stylesheets/common/facebook_layout.css.scss */
.social-links {
  margin-top: 10px;
  height: 73px;
}

/* line 233, ../../app/assets/stylesheets/common/facebook_layout.css.scss */
.social-links a {
  display: inline-block;
  height: 73px;
}
/* line 237, ../../app/assets/stylesheets/common/facebook_layout.css.scss */
.social-links a span {
  display: none;
}

/* line 242, ../../app/assets/stylesheets/common/facebook_layout.css.scss */
.social-links .facebook {
  width: 47px;
  background: url(/assets/social-media-button.png) no-repeat 0 0;
}
/* line 246, ../../app/assets/stylesheets/common/facebook_layout.css.scss */
.social-links .facebook:hover, .social-links .facebook.selected {
  background: url(/assets/social-media-button.png) no-repeat 0 -74px;
}

/* line 251, ../../app/assets/stylesheets/common/facebook_layout.css.scss */
.social-links .twitter {
  width: 38px;
  background: url(/assets/social-media-button.png) no-repeat -47px 0;
}
/* line 255, ../../app/assets/stylesheets/common/facebook_layout.css.scss */
.social-links .twitter:hover, .social-links .twitter.selected {
  background: url(/assets/social-media-button.png) no-repeat -47px -74px;
}

/* line 260, ../../app/assets/stylesheets/common/facebook_layout.css.scss */
.social-links .youtube {
  width: 38px;
  background: url(/assets/social-media-button.png) no-repeat -85px 0;
}
/* line 264, ../../app/assets/stylesheets/common/facebook_layout.css.scss */
.social-links .youtube:hover, .social-links .youtube.selected {
  background: url(/assets/social-media-button.png) no-repeat -85px -74px;
}

/* line 269, ../../app/assets/stylesheets/common/facebook_layout.css.scss */
.social-links .pinterest {
  width: 47px;
  background: url(/assets/social-media-button.png) no-repeat -123px 0;
}
/* line 273, ../../app/assets/stylesheets/common/facebook_layout.css.scss */
.social-links .pinterest:hover, .social-links .pinterest.selected {
  background: url(/assets/social-media-button.png) no-repeat -123px -74px;
}

/* line 1, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/mixins/_icons.css.scss */
span.icon {
  vertical-align: middle;
  display: inline-block;
}

/* line 2, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/mixins/_icons.css.scss */
span.icon svg {
  vertical-align: baseline;
}

/* line 12, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/mixins/_icons.css.scss */
span.icon {
  width: 0.8em;
  height: 0.8em;
}

/* line 13, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/mixins/_icons.css.scss */
span.icon svg {
  width: 0.8em;
  height: 0.8em;
}

/* Active Admin CSS */
/* line 44, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/mixins/_reset.css.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/* line 47, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/mixins/_reset.css.scss */
body {
  line-height: 1;
  color: black;
  background: white;
}

/* line 49, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/mixins/_reset.css.scss */
ol, ul {
  list-style: none;
}

/* line 51, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/mixins/_reset.css.scss */
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}

/* line 53, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/mixins/_reset.css.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 55, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/mixins/_reset.css.scss */
q, blockquote {
  quotes: "" "";
}
/* line 126, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/mixins/_reset.css.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
}

/* line 57, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/mixins/_reset.css.scss */
a img {
  border: none;
}

/* line 27, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_typography.css.scss */
html {
  font-size: 100.01%;
}

/* line 28, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_typography.css.scss */
body {
  font-size: 75%;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* line 31, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_typography.css.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  color: #5e6469;
}
/* line 34, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_typography.css.scss */
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
  margin: 0;
}

/* line 37, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_typography.css.scss */
h1 {
  font-size: 3em;
  line-height: 1;
  margin-bottom: 0.5em;
}

/* line 38, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_typography.css.scss */
h2 {
  font-size: 2em;
  margin-bottom: 0.75em;
}

/* line 39, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_typography.css.scss */
h3 {
  font-size: 1.5em;
  line-height: 1;
  margin-bottom: 1em;
}

/* line 40, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_typography.css.scss */
h4 {
  font-size: 1.2em;
  line-height: 1.25;
  margin-bottom: 1.25em;
}

/* line 41, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_typography.css.scss */
h5 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1.5em;
}

/* line 42, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_typography.css.scss */
h6 {
  font-size: 1em;
  font-weight: bold;
}

/* line 45, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_typography.css.scss */
p {
  margin: 0 0 1.5em;
}
/* line 48, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_typography.css.scss */
p .left {
  margin: 1.5em 1.5em 1.5em 0;
  padding: 0;
}
/* line 49, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_typography.css.scss */
p .right {
  margin: 1.5em 0 1.5em 1.5em;
  padding: 0;
}

/* line 52, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_typography.css.scss */
.left {
  float: left !important;
}

/* line 53, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_typography.css.scss */
.right {
  float: right !important;
}

/* line 55, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_typography.css.scss */
blockquote {
  margin: 1.5em;
  color: #666;
  font-style: italic;
}

/* line 56, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_typography.css.scss */
strong, dfn {
  font-weight: bold;
}

/* line 57, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_typography.css.scss */
em, dfn {
  font-style: italic;
}

/* line 58, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_typography.css.scss */
sup, sub {
  line-height: 0;
}

/* line 61, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_typography.css.scss */
abbr,
acronym {
  border-bottom: 1px dotted #666;
}

/* line 62, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_typography.css.scss */
address {
  margin: 0 0 1.5em;
  font-style: italic;
}

/* line 63, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_typography.css.scss */
del {
  color: #666;
}

/* line 65, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_typography.css.scss */
pre {
  margin: 1.5em 0;
  white-space: pre;
}

/* line 66, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_typography.css.scss */
pre, code, tt {
  font: 1em 'andale mono', 'lucida console', monospace;
  line-height: 1.5;
}

/* line 70, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_typography.css.scss */
li ul,
li ol {
  margin: 0;
}

/* line 71, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_typography.css.scss */
ul, ol {
  margin: 0 1.5em 1.5em 0;
  padding-left: 1.5em;
}

/* line 73, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_typography.css.scss */
ul {
  list-style-type: disc;
}

/* line 74, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_typography.css.scss */
ol {
  list-style-type: decimal;
}

/* line 76, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_typography.css.scss */
dl {
  margin: 0 0 1.5em 0;
}

/* line 77, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_typography.css.scss */
dl dt {
  font-weight: bold;
}

/* line 78, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_typography.css.scss */
dd {
  margin-left: 1.5em;
}

/* line 81, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_typography.css.scss */
table {
  margin-bottom: 1.4em;
  width: 100%;
}

/* line 82, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_typography.css.scss */
th {
  font-weight: bold;
}

/* line 83, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_typography.css.scss */
thead th {
  background: #c3d9ff;
}

/* line 84, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_typography.css.scss */
th, td, caption {
  padding: 4px 10px 4px 5px;
}

/* line 87, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_typography.css.scss */
.small {
  font-size: .8em;
  margin-bottom: 1.875em;
  line-height: 1.875em;
}

/* line 88, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_typography.css.scss */
.large {
  font-size: 1.2em;
  line-height: 2.5em;
  margin-bottom: 1.25em;
}

/* line 89, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_typography.css.scss */
.hide {
  display: none;
}

/* line 91, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_typography.css.scss */
.quiet {
  color: #666;
}

/* line 92, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_typography.css.scss */
.loud {
  color: #000;
}

/* line 93, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_typography.css.scss */
.highlight {
  background: #ff0;
}

/* line 94, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_typography.css.scss */
.added {
  background: #060;
  color: #fff;
}

/* line 95, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_typography.css.scss */
.removed {
  background: #900;
  color: #fff;
}

/* line 97, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_typography.css.scss */
.first {
  margin-left: 0;
  padding-left: 0;
}

/* line 98, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_typography.css.scss */
.last {
  margin-right: 0;
  padding-right: 0;
}

/* line 99, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_typography.css.scss */
.top {
  margin-top: 0;
  padding-top: 0;
}

/* line 100, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_typography.css.scss */
.bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* line 2, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_header.css.scss */
#header {
  background: #6a7176;
  background: -webkit-linear-gradient(-90deg, #6a7176, #4d5256);
  background: linear, -90deg, #6a7176, #4d5256;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF6A7176', endColorstr='#FF4D5256');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF6A7176', endColorstr='#FF4D5256');
  border-bottom: 1px solid #44484b;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
  text-shadow: black 0 1px 0;
  display: table;
  height: 20px;
  width: 100%;
  overflow: visible;
  position: inherit;
  padding: 5px 0;
  z-index: 900;
}
/* line 14, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_header.css.scss */
#header h1 {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
  color: #cdcdcd;
  margin-right: 20px;
  margin-bottom: 0px;
  padding: 3px 30px 0 30px;
  font-size: 1.3em;
  font-weight: normal;
  line-height: 1.2;
}
/* line 26, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_header.css.scss */
#header h1 a {
  text-decoration: none;
}
/* line 29, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_header.css.scss */
#header h1 a:hover {
  color: #fff;
}
/* line 34, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_header.css.scss */
#header h1 img {
  position: relative;
  top: -2px;
}
/* line 40, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_header.css.scss */
#header a, #header a:link {
  color: #cdcdcd;
}
/* line 42, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_header.css.scss */
#header .header-item {
  top: 2px;
  position: relative;
  height: 20px;
}
/* line 48, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_header.css.scss */
#header ul.tabs {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  margin: 0;
  padding: 0;
}
/* line 55, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_header.css.scss */
#header ul.tabs > li {
  display: inline-block;
  margin-right: 4px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 1.0em;
  position: relative;
  /* Hover on li, display the ul */
  /* Drop down menus */
}
/* line 63, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_header.css.scss */
#header ul.tabs > li a {
  text-decoration: none;
  padding: 6px 10px 4px 10px;
  position: relative;
  border-radius: 10px;
}
/* line 70, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_header.css.scss */
#header ul.tabs > li.current > a {
  background: #7b8389;
  color: #fff;
}
/* line 75, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_header.css.scss */
#header ul.tabs > li.has_nested > a {
  background: url("/assets/active_admin/nested_menu_arrow.gif") no-repeat 89% 50%;
  padding-right: 20px;
  z-index: 1050;
}
/* line 81, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_header.css.scss */
#header ul.tabs > li.has_nested.current > a {
  background: #7b8389 url("/assets/active_admin/nested_menu_arrow_dark.gif") no-repeat 89% 50%;
  padding-right: 20px;
}
/* line 86, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_header.css.scss */
#header ul.tabs > li:hover > a {
  background: #7b8389;
  color: #fff;
}
/* line 91, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_header.css.scss */
#header ul.tabs > li.has_nested:hover > a {
  border-radius: 0;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  border-bottom: 5px solid #7b8389;
  background: #7b8389 url("/assets/active_admin/nested_menu_arrow_dark.gif") no-repeat 89% 50%;
}
/* line 99, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_header.css.scss */
#header ul.tabs > li:hover ul {
  display: block;
}
/* line 101, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_header.css.scss */
#header ul.tabs > li ul {
  background: #7b8389;
  border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  box-shadow: 0 1px 3px #444444;
  -moz-box-shadow: 0 1px 3px #444444;
  -webkit-box-shadow: 0 1px 3px #444444;
  position: absolute;
  width: 175px;
  margin-top: 5px;
  float: left;
  display: none;
  padding: 3px 0px 5px 0;
  list-style: none;
  z-index: 1010;
}
/* line 114, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_header.css.scss */
#header ul.tabs > li ul li {
  margin: 0px;
}
/* line 116, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_header.css.scss */
#header ul.tabs > li ul li a {
  background: none;
  display: block;
}
/* line 119, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_header.css.scss */
#header ul.tabs > li ul li a:hover {
  color: #fff;
  background: none;
}
/* line 123, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_header.css.scss */
#header ul.tabs > li ul li.current a {
  border-radius: 0;
}
/* line 131, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_header.css.scss */
#header #tabs {
  width: 100%;
}
/* line 135, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_header.css.scss */
#header #utility_nav {
  color: #aaa;
  display: table-cell;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  padding-right: 26px;
  text-align: right;
}
/* line 144, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_header.css.scss */
#header #utility_nav a {
  text-decoration: none;
}
/* line 145, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_header.css.scss */
#header #utility_nav a:hover {
  color: #fff;
}
/* line 147, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_header.css.scss */
#header #utility_nav li {
  display: inline;
}

/* line 2, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_forms.css.scss */
form {
  /* Reset margins & Padding */
  /* Nested Fieldsets and Legends */
  /* Text Fields */
  /* semantic_errors */
  /* Buttons */
}
/* line 4, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_forms.css.scss */
form ul, form ol, form li, form fieldset, form legend, form input, form textarea, form select, form p {
  margin: 0;
  padding: 0;
}
/* line 5, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_forms.css.scss */
form ol, form ul {
  list-style: none;
}
/* line 7, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_forms.css.scss */
form fieldset {
  border: 0;
  padding: 10px 0;
  margin-bottom: 20px;
}
/* line 12, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_forms.css.scss */
form fieldset.inputs {
  background: #f4f4f4;
  border-radius: 4px;
  box-shadow: inset 0 1px 4px #dddddd;
  -moz-box-shadow: inset 0 1px 4px #dddddd;
  -webkit-box-shadow: inset 0 1px 4px #dddddd;
}
/* line 14, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_forms.css.scss */
form fieldset legend {
  width: 100%;
}
/* line 16, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_forms.css.scss */
form fieldset legend span {
  display: block;
  background: #efefef;
  background: -webkit-linear-gradient(-90deg, #efefef, #dfe1e2);
  background: linear, -90deg, #efefef, #dfe1e2;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEFEFEF', endColorstr='#FFDFE1E2');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEFEFEF', endColorstr='#FFDFE1E2');
  text-shadow: white 0 1px 0;
  border: solid 1px #cdcdcd;
  border-color: #d4d4d4;
  border-top-color: #e6e6e6;
  border-right-color: #d4d4d4;
  border-bottom-color: #cdcdcd;
  border-left-color: #d4d4d4;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px white inset;
  font-size: 1.0em;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 0.5em;
  color: #5e6469;
  padding: 5px 10px 3px 10px;
}
/* line 7, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/mixins/_icons.css.scss */
form fieldset legend span span.icon svg path, form fieldset legend span span.icon svg polygon, form fieldset legend span span.icon svg rect, form fieldset legend span span.icon svg circle {
  fill: #5e6469 !important;
}
/* line 12, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/mixins/_icons.css.scss */
form fieldset legend span span.icon {
  width: 1em;
  height: 1em;
}
/* line 13, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/mixins/_icons.css.scss */
form fieldset legend span span.icon svg {
  width: 1em;
  height: 1em;
}
/* line 19, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_forms.css.scss */
form fieldset ol > li {
  padding: 10px;
}
/* line 21, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_forms.css.scss */
form fieldset ol > li label {
  display: block;
  width: 20%;
  float: left;
  font-size: 1.0em;
  font-weight: bold;
  color: #5e6469;
}
/* line 28, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_forms.css.scss */
form fieldset ol > li label abbr {
  border: none;
  color: #aaaaaa;
}
/* line 35, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_forms.css.scss */
form fieldset ol > div.has_many {
  padding: 20px 10px;
}
/* line 37, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_forms.css.scss */
form fieldset ol > div.has_many h3 {
  font-size: 12px;
  font-weight: bold;
}
/* line 43, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_forms.css.scss */
form fieldset ol > li > li label {
  line-height: 100%;
  padding-top: 0;
}
/* line 46, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_forms.css.scss */
form fieldset ol > li > li label input {
  line-height: 100%;
  vertical-align: middle;
  margin-top: -0.1em;
}
/* line 56, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_forms.css.scss */
form fieldset > ol > li fieldset {
  position: relative;
  padding: 0;
  margin-bottom: 0;
}
/* line 61, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_forms.css.scss */
form fieldset > ol > li fieldset legend {
  position: absolute;
  width: 95%;
  padding-top: 0.1em;
  left: 0px;
  font-size: 100%;
  font-weight: normal;
}
/* line 68, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_forms.css.scss */
form fieldset > ol > li fieldset legend span {
  position: absolute;
}
/* line 69, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_forms.css.scss */
form fieldset > ol > li fieldset legend.label label {
  position: absolute;
}
/* line 72, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_forms.css.scss */
form fieldset > ol > li fieldset ol {
  float: left;
  width: 74%;
  margin: 0;
  padding: 0 0 0 20%;
}
/* line 78, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_forms.css.scss */
form fieldset > ol > li fieldset ol li {
  padding: 0;
  border: 0;
}
/* line 87, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_forms.css.scss */
form input[type=text], form input[type=password], form input[type=email], form input[type=number], form input[type=url], form input[type=tel], form textarea {
  width: 76%;
  border: 1px solid #c9d0d6;
  border-radius: 3px;
  font-size: 0.95em;
  font-family: Helvetica, Arial, sans-serif;
  outline: none;
  padding: 8px 10px 7px;
}
/* line 96, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_forms.css.scss */
form input[type=text]:focus, form input[type=password]:focus, form input[type=email]:focus, form input[type=number]:focus, form input[type=url]:focus, form input[type=tel]:focus, form textarea:focus {
  border: 1px solid #99a2aa;
  box-shadow: 0 0 4px #99a2aa;
  -moz-box-shadow: 0 0 4px #99a2aa;
  -webkit-box-shadow: 0 0 4px #99a2aa;
}
/* line 102, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_forms.css.scss */
form fieldset > ol > li {
  /* Hints */
  /* Date and Time Fields */
  /* Check Boxes or Radio fields */
  /* Boolean Field */
  /* Errors */
}
/* line 105, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_forms.css.scss */
form fieldset > ol > li p.inline-hints {
  font-size: 0.95em;
  font-style: italic;
  color: #666;
  margin: 0.5em 0 0 20%;
}
/* line 114, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_forms.css.scss */
form fieldset > ol > li.date fieldset ol li, form fieldset > ol > li.time fieldset ol li, form fieldset > ol > li.datetime fieldset ol li, form fieldset > ol > li.date_select fieldset ol li {
  float: left;
  width: auto;
  margin: 0 0.5em 0 0;
}
/* line 116, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_forms.css.scss */
form fieldset > ol > li.date fieldset ol li label, form fieldset > ol > li.time fieldset ol li label, form fieldset > ol > li.datetime fieldset ol li label, form fieldset > ol > li.date_select fieldset ol li label {
  display: none;
}
/* line 117, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_forms.css.scss */
form fieldset > ol > li.date fieldset ol li input, form fieldset > ol > li.time fieldset ol li input, form fieldset > ol > li.datetime fieldset ol li input, form fieldset > ol > li.date_select fieldset ol li input {
  display: inline;
  margin: 0;
  padding: 0;
}
/* line 123, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_forms.css.scss */
form fieldset > ol > li.check_boxes fieldset ol, form fieldset > ol > li.radio fieldset ol {
  margin-bottom: -0.6em;
}
/* line 125, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_forms.css.scss */
form fieldset > ol > li.check_boxes fieldset ol li, form fieldset > ol > li.radio fieldset ol li {
  margin: 0.1em 0 0.5em 0;
}
/* line 127, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_forms.css.scss */
form fieldset > ol > li.check_boxes fieldset ol li label, form fieldset > ol > li.radio fieldset ol li label {
  float: none;
  width: 100%;
}
/* line 130, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_forms.css.scss */
form fieldset > ol > li.check_boxes fieldset ol li label input, form fieldset > ol > li.radio fieldset ol li label input {
  margin-right: 0.2em;
}
/* line 137, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_forms.css.scss */
form fieldset > ol > li.boolean {
  height: 1.1em;
}
/* line 139, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_forms.css.scss */
form fieldset > ol > li.boolean label {
  width: 80%;
  padding-left: 20%;
  padding-right: 10px;
  text-transform: none !important;
  font-weight: normal;
}
/* line 145, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_forms.css.scss */
form fieldset > ol > li.boolean label input {
  margin: 0 0.5em 0 0.2em;
}
/* line 150, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_forms.css.scss */
form fieldset > ol > li p.inline-errors {
  color: #932419;
  font-weight: bold;
  margin: 0.3em 0 0 20%;
}
/* line 155, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_forms.css.scss */
form fieldset > ol > li ul.errors {
  color: #932419;
  margin: 0.5em 0 0 20%;
  list-style: square;
}
/* line 159, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_forms.css.scss */
form fieldset > ol > li ul.errors li {
  padding: 0;
  border: none;
  display: list-item;
}
/* line 163, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_forms.css.scss */
form fieldset > ol > li.error input[type=text], form fieldset > ol > li.error input[type=password], form fieldset > ol > li.error input[type=email], form fieldset > ol > li.error input[type=url], form fieldset > ol > li.error input[type=tel], form fieldset > ol > li.error textarea {
  border: 1px solid #932419;
}
/* line 170, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_forms.css.scss */
form ul.errors {
  background: #fae6e4;
  border-radius: 4px;
  color: #932419;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 10px;
  list-style: square;
}
/* line 178, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_forms.css.scss */
form ul.errors li {
  margin-left: 15px;
  padding: 0;
  border: none;
  display: list-item;
}
/* line 183, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_forms.css.scss */
form input[type=submit] {
  border-radius: 200px;
  display: inline-block;
  font-weight: bold;
  font-size: 1.0em;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 12px;
  margin-right: 3px;
  padding: 7px 16px 6px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  background: #838a90;
  background: -webkit-linear-gradient(-90deg, #838a90, #414549);
  background: linear, -90deg, #838a90, #414549;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF838A90', endColorstr='#FF414549');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF838A90', endColorstr='#FF414549');
  text-shadow: black 0 1px 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0px rgba(255, 255, 255, 0.2) inset;
  border: solid 1px #484e53;
  border-color: #484e53;
  border-top-color: #616a71;
  border-right-color: #484e53;
  border-bottom-color: #363b3f;
  border-left-color: #484e53;
  color: #efefef;
  cursor: pointer;
}
/* line 13, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/mixins/_buttons.css.scss */
form input[type=submit].disabled {
  opacity: 0.5;
  cursor: default;
}
/* line 30, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/mixins/_buttons.css.scss */
form input[type=submit]:not(.disabled):hover {
  background: #8b9297;
  background: -webkit-linear-gradient(-90deg, #8b9297, #484d51);
  background: linear, -90deg, #8b9297, #484d51;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF8B9297', endColorstr='#FF484D51');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF8B9297', endColorstr='#FF484D51');
}
/* line 34, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/mixins/_buttons.css.scss */
form input[type=submit]:not(.disabled):active {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset, 0 1px 0 0px white;
  background: #71797f;
  background: -webkit-linear-gradient(-90deg, #71797f, #35383b);
  background: linear, -90deg, #71797f, #35383b;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF71797F', endColorstr='#FF35383B');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF71797F', endColorstr='#FF35383B');
}
/* line 189, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_forms.css.scss */
form .buttons, form .actions {
  margin-top: 15px;
}
/* line 191, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_forms.css.scss */
form .buttons input[type=submit], form .actions input[type=submit] {
  margin-right: 10px;
}
/* line 194, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_forms.css.scss */
form fieldset.buttons li, form fieldset.actions li {
  float: left;
  padding: 0;
}
/* line 199, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_forms.css.scss */
form fieldset.buttons li.cancel a, form fieldset.actions li.cancel a {
  border-radius: 200px;
  display: inline-block;
  font-weight: bold;
  font-size: 1.0em;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 12px;
  margin-right: 3px;
  padding: 7px 16px 6px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  background: white;
  background: -webkit-linear-gradient(-90deg, white, #e7e7e7);
  background: linear, -90deg, white, #e7e7e7;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE7E7E7');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE7E7E7');
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8) inset;
  border: solid 1px #c7c7c7;
  border-color: #c7c7c7;
  border-top-color: lightgrey;
  border-right-color: #c7c7c7;
  border-bottom-color: #c2c2c2;
  border-left-color: #c7c7c7;
  text-shadow: white 0 1px 0;
  color: #5e6469;
}
/* line 13, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/mixins/_buttons.css.scss */
form fieldset.buttons li.cancel a.disabled, form fieldset.actions li.cancel a.disabled {
  opacity: 0.5;
  cursor: default;
}
/* line 51, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/mixins/_buttons.css.scss */
form fieldset.buttons li.cancel a:not(.disabled):hover, form fieldset.actions li.cancel a:not(.disabled):hover {
  background: white;
  background: -webkit-linear-gradient(-90deg, white, #f1f1f1);
  background: linear, -90deg, white, #f1f1f1;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF1F1F1');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF1F1F1');
}
/* line 55, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/mixins/_buttons.css.scss */
form fieldset.buttons li.cancel a:not(.disabled):active, form fieldset.actions li.cancel a:not(.disabled):active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #eeeeee;
  border-color: #b9b9b9;
  border-top-color: #c2c2c2;
  border-right-color: #b9b9b9;
  border-bottom-color: #b7b7b7;
  border-left-color: #b9b9b9;
  background: #f3f3f3;
  background: -webkit-linear-gradient(-90deg, #f3f3f3, #d8d8d8);
  background: linear, -90deg, #f3f3f3, #d8d8d8;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF3F3F3', endColorstr='#FFD8D8D8');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF3F3F3', endColorstr='#FFD8D8D8');
}
/* line 7, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/mixins/_icons.css.scss */
form fieldset.buttons li.cancel a span.icon svg path, form fieldset.buttons li.cancel a span.icon svg polygon, form fieldset.buttons li.cancel a span.icon svg rect, form fieldset.buttons li.cancel a span.icon svg circle, form fieldset.actions li.cancel a span.icon svg path, form fieldset.actions li.cancel a span.icon svg polygon, form fieldset.actions li.cancel a span.icon svg rect, form fieldset.actions li.cancel a span.icon svg circle {
  fill: #777777 !important;
}
/* line 12, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/mixins/_icons.css.scss */
form fieldset.buttons li.cancel a span.icon, form fieldset.actions li.cancel a span.icon {
  width: 9px;
  height: 9px;
}
/* line 13, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/mixins/_icons.css.scss */
form fieldset.buttons li.cancel a span.icon svg, form fieldset.actions li.cancel a span.icon svg {
  width: 9px;
  height: 9px;
}

/* line 213, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_forms.css.scss */
.sidebar_section label {
  display: block;
  text-transform: uppercase;
  color: #5e6469;
  font-size: 0.9em;
  font-weight: bold;
}
/* line 221, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_forms.css.scss */
.sidebar_section select {
  width: 240px;
}
/* line 225, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_forms.css.scss */
.sidebar_section input[type=text], .sidebar_section input[type=password], .sidebar_section input[type=email], .sidebar_section input[type=url], .sidebar_section input[type=tel], .sidebar_section textarea {
  width: 220px;
}

/* line 243, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_forms.css.scss */
form.filter_form .filter_form_field {
  margin-bottom: 10px;
  clear: both;
}
/* line 248, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_forms.css.scss */
form.filter_form .filter_form_field.select_and_search input[type=text] {
  margin-left: 16px;
  width: 88px;
}
/* line 252, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_forms.css.scss */
form.filter_form .filter_form_field.select_and_search select {
  width: 108px;
}
/* line 258, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_forms.css.scss */
form.filter_form .filter_form_field.filter_check_boxes label {
  margin-bottom: 3px;
}
/* line 259, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_forms.css.scss */
form.filter_form .filter_form_field.filter_check_boxes .check_boxes_wrapper label {
  font-weight: normal;
  margin-bottom: 3px;
  text-transform: none;
  font-size: 1.0em;
}
/* line 264, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_forms.css.scss */
form.filter_form .filter_form_field.filter_check_boxes .check_boxes_wrapper label input {
  vertical-align: baseline;
}
/* line 269, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_forms.css.scss */
form.filter_form .filter_form_field.filter_date_range .seperator {
  display: inline-block;
  text-align: center;
  width: 12px;
}
/* line 275, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_forms.css.scss */
form.filter_form .filter_form_field.filter_date_range input[type=text] {
  background: white url("/assets/active_admin/datepicker/datepicker-input-icon.png") no-repeat 100% 7px;
  padding-right: 27px;
  width: 71px;
}
/* line 282, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_forms.css.scss */
form.filter_form a.clear_filters_btn {
  border-radius: 200px;
  display: inline-block;
  font-weight: bold;
  font-size: 1.0em;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 12px;
  margin-right: 3px;
  padding: 7px 16px 6px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  background: white;
  background: -webkit-linear-gradient(-90deg, white, #e7e7e7);
  background: linear, -90deg, white, #e7e7e7;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE7E7E7');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE7E7E7');
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8) inset;
  border: solid 1px #c7c7c7;
  border-color: #c7c7c7;
  border-top-color: lightgrey;
  border-right-color: #c7c7c7;
  border-bottom-color: #c2c2c2;
  border-left-color: #c7c7c7;
  text-shadow: white 0 1px 0;
  color: #5e6469;
}
/* line 13, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/mixins/_buttons.css.scss */
form.filter_form a.clear_filters_btn.disabled {
  opacity: 0.5;
  cursor: default;
}
/* line 51, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/mixins/_buttons.css.scss */
form.filter_form a.clear_filters_btn:not(.disabled):hover {
  background: white;
  background: -webkit-linear-gradient(-90deg, white, #f1f1f1);
  background: linear, -90deg, white, #f1f1f1;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF1F1F1');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF1F1F1');
}
/* line 55, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/mixins/_buttons.css.scss */
form.filter_form a.clear_filters_btn:not(.disabled):active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #eeeeee;
  border-color: #b9b9b9;
  border-top-color: #c2c2c2;
  border-right-color: #b9b9b9;
  border-bottom-color: #b7b7b7;
  border-left-color: #b9b9b9;
  background: #f3f3f3;
  background: -webkit-linear-gradient(-90deg, #f3f3f3, #d8d8d8);
  background: linear, -90deg, #f3f3f3, #d8d8d8;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF3F3F3', endColorstr='#FFD8D8D8');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF3F3F3', endColorstr='#FFD8D8D8');
}

/* line 4, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_comments.css.scss */
.comments .active_admin_comment {
  clear: both;
  margin-top: 10px;
  margin-bottom: 40px;
  max-width: 700px;
}
/* line 10, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_comments.css.scss */
.comments .active_admin_comment .active_admin_comment_meta {
  width: 130px;
  float: left;
  overflow: hidden;
  font-size: 0.9em;
  color: #767e84;
}
/* line 16, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_comments.css.scss */
.comments .active_admin_comment .active_admin_comment_meta .active_admin_comment_author {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0;
  color: #5e6469;
}
/* line 23, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_comments.css.scss */
.comments .active_admin_comment .active_admin_comment_body {
  margin-left: 150px;
}
/* line 27, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_comments.css.scss */
.comments form.active_admin_comment {
  margin: 0;
  padding: 0;
  margin-left: 150px;
}
/* line 32, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_comments.css.scss */
.comments form.active_admin_comment fieldset.inputs {
  margin: 0;
  padding: 0;
  background: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
/* line 38, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_comments.css.scss */
.comments form.active_admin_comment li {
  padding: 0;
}
/* line 39, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_comments.css.scss */
.comments form.active_admin_comment fieldset.buttons {
  padding: 0;
  margin-top: 5px;
}

/* line 3, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_flash_messages.css.scss */
body.logged_in .flashes .flash {
  background: #f7f1d3;
  background: -webkit-linear-gradient(-90deg, #f7f1d3, #f5edc5);
  background: linear, -90deg, #f7f1d3, #f5edc5;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF7F1D3', endColorstr='#FFF5EDC5');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF7F1D3', endColorstr='#FFF5EDC5');
  text-shadow: #fafafa 0 1px 0;
  border-bottom: 1px solid #eee098;
  color: #cb9810;
  font-weight: bold;
  font-size: 1.1em;
  line-height: 1.0em;
  margin-bottom: 10px;
  padding: 13px 30px 11px;
  position: relative;
  top: -15px;
}
/* line 16, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_flash_messages.css.scss */
body.logged_in .flashes .flash.flash_notice {
  background: #dce9dd;
  background: -webkit-linear-gradient(-90deg, #dce9dd, #ccdfcd);
  background: linear, -90deg, #dce9dd, #ccdfcd;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFDCE9DD', endColorstr='#FFCCDFCD');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFDCE9DD', endColorstr='#FFCCDFCD');
  border-bottom: 1px solid #adcbaf;
  color: #416347;
}
/* line 21, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_flash_messages.css.scss */
body.logged_in .flashes .flash.flash_error {
  background: #f5e4e4;
  background: -webkit-linear-gradient(-90deg, #f5e4e4, #f1dcdc);
  background: linear, -90deg, #f5e4e4, #f1dcdc;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF5E4E4', endColorstr='#FFF1DCDC');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF5E4E4', endColorstr='#FFF1DCDC');
  border-bottom: 1px solid #e0c2c0;
  color: #b33c33;
}

/* line 31, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_flash_messages.css.scss */
body.logged_out .flash {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  text-shadow: white 0 1px 0;
  background: none;
  color: #666;
  font-weight: bold;
  line-height: 1.0em;
  margin-bottom: 10px;
  padding: 0;
}

/* line 2, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_date_picker.css.scss */
.ui-datepicker {
  background: #fff;
  background-clip: padding-box;
  color: #fff;
  display: none;
  margin-top: 2px;
  padding: 0;
  text-align: center;
  width: 160px;
  background: url("/assets/active_admin/datepicker/datepicker-nipple.png") no-repeat 0 -40px;
}
/* line 16, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_date_picker.css.scss */
.ui-datepicker a {
  text-decoration: none;
}
/* line 18, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_date_picker.css.scss */
.ui-datepicker a:hover {
  cursor: pointer;
}
/* line 23, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_date_picker.css.scss */
.ui-datepicker .ui-datepicker-header {
  background: url("/assets/active_admin/datepicker/datepicker-header-bg.png") no-repeat 0px 0px;
  height: 12px;
  padding: 16px 7px 8px;
  position: relative;
  z-index: 2000;
}
/* line 30, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_date_picker.css.scss */
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  text-shadow: black 0 1px 0;
  color: #fff;
  display: block;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 0.8em;
  text-align: center;
}
/* line 40, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_date_picker.css.scss */
.ui-datepicker .ui-datepicker-header a {
  color: #fff;
  display: block;
  height: 19px;
  margin-top: -4px;
  width: 20px;
}
/* line 47, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_date_picker.css.scss */
.ui-datepicker .ui-datepicker-header a.ui-datepicker-prev {
  float: left;
  background: url("/assets/active_admin/datepicker/datepicker-prev-link-icon.png") no-repeat 2px 5px;
}
/* line 51, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_date_picker.css.scss */
.ui-datepicker .ui-datepicker-header a.ui-datepicker-next {
  float: right;
  background: url("/assets/active_admin/datepicker/datepicker-next-link-icon.png") no-repeat 12px 5px;
}
/* line 55, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_date_picker.css.scss */
.ui-datepicker .ui-datepicker-header a:active {
  margin-top: -3px;
  height: 18px;
}
/* line 60, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_date_picker.css.scss */
.ui-datepicker .ui-datepicker-header a span {
  display: none;
}
/* line 66, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_date_picker.css.scss */
.ui-datepicker table.ui-datepicker-calendar {
  border-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.26);
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.26);
  background-color: #f4f4f4;
  border: solid 1px #63686e;
  left: 2px;
  margin-bottom: 0px;
  position: relative;
  top: -2px;
  width: 156px;
}
/* line 77, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_date_picker.css.scss */
.ui-datepicker table.ui-datepicker-calendar td, .ui-datepicker table.ui-datepicker-calendar th {
  padding: 0px;
  text-align: center;
}
/* line 82, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_date_picker.css.scss */
.ui-datepicker table.ui-datepicker-calendar thead th {
  background-color: #dbdddf;
  color: #333333;
  font-weight: normal;
  font-size: 0.8em;
  padding-top: 1px;
}
/* line 90, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_date_picker.css.scss */
.ui-datepicker table.ui-datepicker-calendar tbody {
  color: #666666;
}
/* line 93, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_date_picker.css.scss */
.ui-datepicker table.ui-datepicker-calendar tbody td {
  border: none;
  height: 24px;
  width: 22px;
}
/* line 98, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_date_picker.css.scss */
.ui-datepicker table.ui-datepicker-calendar tbody td a {
  border-radius: 3px;
  color: #666666;
  font-weight: bold;
  font-size: 0.85em;
  padding: 4px;
}
/* line 105, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_date_picker.css.scss */
.ui-datepicker table.ui-datepicker-calendar tbody td a.ui-state-active {
  background-color: #5a5f64;
  color: #fff;
}
/* line 108, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_date_picker.css.scss */
.ui-datepicker table.ui-datepicker-calendar tbody td a.ui-state-active.ui-state-hover {
  background-color: #5a5f64;
  color: #fff;
}
/* line 113, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_date_picker.css.scss */
.ui-datepicker table.ui-datepicker-calendar tbody td a.ui-state-hover {
  background-color: #eceef0;
}
/* line 116, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_date_picker.css.scss */
.ui-datepicker table.ui-datepicker-calendar tbody td a.ui-state-highlight {
  background-color: #dbdddf;
}

/* line 1, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_popovers.css.scss */
.popover {
  display: inline-block;
  position: absolute;
  background-color: white;
  padding: 2px;
  box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, #838a90 0px 1px 0px 0px inset;
  background-color: #5e6469;
  background: #686e74;
  background: -webkit-linear-gradient(-90deg, #686e74, #52575c);
  background: linear, -90deg, #686e74, #52575c;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF686E74', endColorstr='#FF52575C');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF686E74', endColorstr='#FF52575C');
  border: solid 1px #464a4e;
  border-top-color: #545a5e;
  border-bottom-color: #35383b;
  border-radius: 4px;
}
/* line 15, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_popovers.css.scss */
.popover .popover_nipple {
  content: "";
  position: absolute;
  top: -6px;
  display: block;
  width: 0;
  height: 0;
  border-width: 0 6px 6px;
  border-style: solid;
  border-color: #545a5e transparent;
  z-index: 100;
}
/* line 31, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_popovers.css.scss */
.popover .popover_nipple:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  border-width: 0 5px 5px;
  border-style: solid;
  border-color: #838a90 transparent;
  left: -5px;
  top: 1px;
}
/* line 45, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_popovers.css.scss */
.popover .popover_nipple:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  border-width: 0 5px 5px;
  border-style: solid;
  border-color: #686e74 transparent;
  left: -5px;
  top: 2px;
}
/* line 58, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_popovers.css.scss */
.popover .popover_contents {
  display: block;
  background-color: #FFF;
  border: solid 1px #464a4e;
  box-shadow: #6a7176 0px 1px 0px 0px;
  border-radius: 3px;
  margin: 0;
  overflow: hidden;
  padding: 8px;
}

/* line 74, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_popovers.css.scss */
.popover ul.popover_contents {
  list-style-type: none;
  padding: 0;
}
/* line 78, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_popovers.css.scss */
.popover ul.popover_contents li {
  display: block;
  border-bottom: solid 1px #ebebeb;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 83, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_popovers.css.scss */
.popover ul.popover_contents li a {
  display: block;
  -moz-box-sizing: padding-box;
  box-sizing: padding-box;
  font-size: 0.95em;
  font-weight: bold;
  padding: 7px 16px 5px;
  text-decoration: none;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}
/* line 93, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_popovers.css.scss */
.popover ul.popover_contents li a:hover {
  background: #75a1c2;
  background: -webkit-linear-gradient(-90deg, #75a1c2, #608cb4);
  background: linear, -90deg, #75a1c2, #608cb4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF75A1C2', endColorstr='#FF608CB4');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF75A1C2', endColorstr='#FF608CB4');
  text-shadow: #5a83aa 0 1px 0;
  color: #FFF;
}
/* line 99, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_popovers.css.scss */
.popover ul.popover_contents li a:active {
  background: #608cb4;
  background: -webkit-linear-gradient(-90deg, #608cb4, #75a1c2);
  background: linear, -90deg, #608cb4, #75a1c2;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF608CB4', endColorstr='#FF75A1C2');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF608CB4', endColorstr='#FF75A1C2');
  color: #FFF;
}
/* line 107, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_popovers.css.scss */
.popover ul.popover_contents li:first-child a {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
/* line 114, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_popovers.css.scss */
.popover ul.popover_contents li:last-child {
  border: none;
}
/* line 115, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_popovers.css.scss */
.popover ul.popover_contents li:last-child a {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* line 4, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_tables.css.scss */
table tr td {
  vertical-align: top;
}

/* line 11, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_tables.css.scss */
table.index_table {
  width: 100%;
  margin-bottom: 10px;
  border: 0;
  border-spacing: 0;
}
/* line 17, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_tables.css.scss */
table.index_table th {
  background: #efefef;
  background: -webkit-linear-gradient(-90deg, #efefef, #dfe1e2);
  background: linear, -90deg, #efefef, #dfe1e2;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEFEFEF', endColorstr='#FFDFE1E2');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEFEFEF', endColorstr='#FFDFE1E2');
  text-shadow: white 0 1px 0;
  border: solid 1px #cdcdcd;
  border-color: #d4d4d4;
  border-top-color: #e6e6e6;
  border-right-color: #d4d4d4;
  border-bottom-color: #cdcdcd;
  border-left-color: #d4d4d4;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px white inset;
  font-size: 1.0em;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 0.5em;
  color: #5e6469;
  padding: 5px 10px 3px 10px;
  border-right: none;
  text-align: left;
  padding-left: 12px;
  padding-right: 12px;
}
/* line 7, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/mixins/_icons.css.scss */
table.index_table th span.icon svg path, table.index_table th span.icon svg polygon, table.index_table th span.icon svg rect, table.index_table th span.icon svg circle {
  fill: #5e6469 !important;
}
/* line 12, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/mixins/_icons.css.scss */
table.index_table th span.icon {
  width: 1em;
  height: 1em;
}
/* line 13, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/mixins/_icons.css.scss */
table.index_table th span.icon svg {
  width: 1em;
  height: 1em;
}
/* line 24, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_tables.css.scss */
table.index_table th a, table.index_table th a:link, table.index_table th a:visited {
  color: #5e6469;
  text-decoration: none;
  display: block;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
}
/* line 32, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_tables.css.scss */
table.index_table th.sortable a {
  background: url("/assets/active_admin/orderable.png") no-repeat 0 4px;
  padding-left: 13px;
}
/* line 36, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_tables.css.scss */
table.index_table th.sorted-asc a {
  background-position: 0 -27px;
}
/* line 37, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_tables.css.scss */
table.index_table th.sorted-desc a {
  background-position: 0 -56px;
}
/* line 39, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_tables.css.scss */
table.index_table th.sorted-asc, table.index_table th.sorted-desc {
  background: #e2e2e2;
  background: -webkit-linear-gradient(-90deg, #e2e2e2, #d2d4d6);
  background: linear, -90deg, #e2e2e2, #d2d4d6;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE2E2E2', endColorstr='#FFD2D4D6');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE2E2E2', endColorstr='#FFD2D4D6');
}
/* line 43, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_tables.css.scss */
table.index_table th:last-child {
  border-right: solid 1px #d4d4d4;
}
/* line 49, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_tables.css.scss */
table.index_table tr.even td {
  background: #f4f5f5;
}
/* line 51, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_tables.css.scss */
table.index_table tr.selected td {
  background: #d9e4ec;
}
/* line 55, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_tables.css.scss */
table.index_table td {
  padding: 10px 12px 8px 12px;
  border-bottom: 1px solid #e8e8e8;
  vertical-align: top;
}

/* line 64, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_tables.css.scss */
.panel_contents table {
  margin-top: 5px;
}
/* line 66, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_tables.css.scss */
.panel_contents table th {
  padding-top: 10px;
  background: none;
  color: #5e6469;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  text-shadow: white 0 1px 0;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
}
/* line 75, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_tables.css.scss */
.panel_contents table tr.odd td {
  background: #ecedee;
}
/* line 76, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_tables.css.scss */
.panel_contents table tr.even td {
  background: #f4f5f5;
}

/* line 80, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_tables.css.scss */
.attributes_table {
  overflow: hidden;
}

/* line 83, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_tables.css.scss */
.attributes_table table th, .attributes_table table td {
  padding: 8px 12px 6px 12px;
  vertical-align: top;
  border-bottom: 1px solid #e8e8e8;
}
/* line 88, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_tables.css.scss */
.attributes_table table th {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
  width: 150px;
  font-size: 0.9em;
  padding-left: 0;
  text-transform: uppercase;
  color: #5e6469;
  text-shadow: white 0 1px 0;
}
/* line 99, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_tables.css.scss */
.attributes_table table td .empty {
  color: #bbb;
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

/* line 108, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_tables.css.scss */
.sidebar_section .attributes_table th {
  width: 50px;
}

/* line 15, ../../../../shared/bundle/ruby/1.9.1/gems/bourbon-3.2.3/app/assets/stylesheets/addons/_clearfix.scss */
#collection_selection_toggle_panel:after {
  content: "";
  display: table;
  clear: both;
}
/* line 3, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_batch_actions.css.scss */
#collection_selection_toggle_panel > .resource_selection_toggle_cell {
  float: left;
}
/* line 6, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_batch_actions.css.scss */
#collection_selection_toggle_panel #collection_selection_toggle_explaination {
  float: left;
  margin-left: 5px;
  font-style: italic;
}

/* line 1, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_blank_slates.scss */
.blank_slate_container {
  clear: both;
  text-align: center;
}
/* line 5, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_blank_slates.scss */
.blank_slate_container .blank_slate {
  border-radius: 3px;
  -webkit-font-smoothing: antialiased;
  border: 1px dashed #dadada;
  color: #aaaaaa;
  display: inline-block;
  font-size: 1.2em;
  font-weight: bold;
  padding: 14px 25px;
  text-align: center;
}
/* line 16, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_blank_slates.scss */
.blank_slate_container .blank_slate small {
  display: block;
  font-size: 0.9em;
  font-weight: normal;
}

/* line 24, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_blank_slates.scss */
.admin_dashboard .blank_slate_container .blank_slate {
  margin-top: 40px;
  margin-bottom: 40px;
}

/* line 29, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_blank_slates.scss */
.with_sidebar .blank_slate_container .blank_slate {
  margin-top: 80px;
}

/* line 1, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_breadcrumbs.scss */
.breadcrumb {
  display: block;
  font-size: 0.9em;
  font-weight: normal;
  line-height: 1.0em;
  margin-bottom: 12px;
  text-transform: uppercase;
}
/* line 9, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_breadcrumbs.scss */
.breadcrumb a, .breadcrumb a:link, .breadcrumb a:visited, .breadcrumb a:active {
  color: #8a949e;
  text-decoration: none;
}
/* line 14, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_breadcrumbs.scss */
.breadcrumb a:hover {
  text-decoration: underline;
}
/* line 16, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_breadcrumbs.scss */
.breadcrumb .breadcrumb_sep {
  margin: 0 2px;
  color: #aab2ba;
}

/* line 1, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
.dropdown_menu {
  display: inline;
}
/* line 4, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
.dropdown_menu .dropdown_menu_button {
  border-radius: 200px;
  display: inline-block;
  font-weight: bold;
  font-size: 1.0em;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 12px;
  margin-right: 3px;
  padding: 7px 16px 6px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  background: white;
  background: -webkit-linear-gradient(-90deg, white, #e7e7e7);
  background: linear, -90deg, white, #e7e7e7;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE7E7E7');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE7E7E7');
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8) inset;
  border: solid 1px #c7c7c7;
  border-color: #c7c7c7;
  border-top-color: lightgrey;
  border-right-color: #c7c7c7;
  border-bottom-color: #c2c2c2;
  border-left-color: #c7c7c7;
  text-shadow: white 0 1px 0;
  color: #5e6469;
  position: relative;
  padding-right: 22px !important;
  cursor: pointer;
}
/* line 13, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/mixins/_buttons.css.scss */
.dropdown_menu .dropdown_menu_button.disabled {
  opacity: 0.5;
  cursor: default;
}
/* line 51, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/mixins/_buttons.css.scss */
.dropdown_menu .dropdown_menu_button:not(.disabled):hover {
  background: white;
  background: -webkit-linear-gradient(-90deg, white, #f1f1f1);
  background: linear, -90deg, white, #f1f1f1;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF1F1F1');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF1F1F1');
}
/* line 55, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/mixins/_buttons.css.scss */
.dropdown_menu .dropdown_menu_button:not(.disabled):active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #eeeeee;
  border-color: #b9b9b9;
  border-top-color: #c2c2c2;
  border-right-color: #b9b9b9;
  border-bottom-color: #b7b7b7;
  border-left-color: #b9b9b9;
  background: #f3f3f3;
  background: -webkit-linear-gradient(-90deg, #f3f3f3, #d8d8d8);
  background: linear, -90deg, #f3f3f3, #d8d8d8;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF3F3F3', endColorstr='#FFD8D8D8');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF3F3F3', endColorstr='#FFD8D8D8');
}
/* line 10, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
.dropdown_menu .dropdown_menu_button:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  border-width: 3px 3px 0;
  border-style: solid;
  border-color: #FFF transparent;
  right: 12px;
  top: 45%;
}
/* line 22, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
.dropdown_menu .dropdown_menu_button:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  border-width: 3px 3px 0;
  border-style: solid;
  border-color: #777 transparent;
  right: 12px;
  top: 45%;
}
/* line 35, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
.dropdown_menu .dropdown_menu_nipple {
  content: "";
  position: absolute;
  top: -6px;
  display: block;
  width: 0;
  height: 0;
  border-width: 0 6px 6px;
  border-style: solid;
  border-color: #545a5e transparent;
  z-index: 100;
}
/* line 51, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
.dropdown_menu .dropdown_menu_nipple:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  border-width: 0 5px 5px;
  border-style: solid;
  border-color: #838a90 transparent;
  left: -5px;
  top: 1px;
}
/* line 65, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
.dropdown_menu .dropdown_menu_nipple:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  border-width: 0 5px 5px;
  border-style: solid;
  border-color: #686e74 transparent;
  left: -5px;
  top: 2px;
}
/* line 78, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
.dropdown_menu .dropdown_menu_list_wrapper {
  display: inline-block;
  position: absolute;
  background-color: white;
  padding: 2px;
  box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, #838a90 0px 1px 0px 0px inset;
  background-color: #5e6469;
  background: #686e74;
  background: -webkit-linear-gradient(-90deg, #686e74, #52575c);
  background: linear, -90deg, #686e74, #52575c;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF686E74', endColorstr='#FF52575C');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF686E74', endColorstr='#FF52575C');
  border: solid 1px #464a4e;
  border-top-color: #545a5e;
  border-bottom-color: #35383b;
  border-radius: 4px;
}
/* line 92, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
.dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list {
  display: block;
  background-color: #FFF;
  border: solid 1px #464a4e;
  box-shadow: #6a7176 0px 1px 0px 0px;
  border-radius: 3px;
  margin: 0;
  overflow: hidden;
  padding: 8px;
  list-style-type: none;
  padding: 0;
}
/* line 105, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
.dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list li {
  display: block;
  border-bottom: solid 1px #ebebeb;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 110, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
.dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list li a {
  display: block;
  -moz-box-sizing: padding-box;
  box-sizing: padding-box;
  font-size: 0.95em;
  font-weight: bold;
  padding: 7px 16px 5px;
  text-decoration: none;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}
/* line 120, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
.dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list li a:hover {
  background: #75a1c2;
  background: -webkit-linear-gradient(-90deg, #75a1c2, #608cb4);
  background: linear, -90deg, #75a1c2, #608cb4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF75A1C2', endColorstr='#FF608CB4');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF75A1C2', endColorstr='#FF608CB4');
  text-shadow: #5a83aa 0 1px 0;
  color: #FFF;
}
/* line 126, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
.dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list li a:active {
  background: #608cb4;
  background: -webkit-linear-gradient(-90deg, #608cb4, #75a1c2);
  background: linear, -90deg, #608cb4, #75a1c2;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF608CB4', endColorstr='#FF75A1C2');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF608CB4', endColorstr='#FF75A1C2');
  color: #FFF;
}
/* line 134, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
.dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list li:first-child a {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
/* line 141, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
.dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list li:last-child {
  border: none;
}
/* line 142, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
.dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list li:last-child a {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* line 7, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/mixins/_icons.css.scss */
td span.icon svg path, td span.icon svg polygon, td span.icon svg rect, td span.icon svg circle, p span.icon svg path, p span.icon svg polygon, p span.icon svg rect, p span.icon svg circle {
  fill: #b3bcc1 !important;
}
/* line 12, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/mixins/_icons.css.scss */
td span.icon, p span.icon {
  width: 0.8em;
  height: 0.8em;
}
/* line 13, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/mixins/_icons.css.scss */
td span.icon svg, p span.icon svg {
  width: 0.8em;
  height: 0.8em;
}
/* line 3, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_buttons.scss */
td span.icon, p span.icon {
  margin: 0 3px;
}

/* line 6, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_buttons.scss */
a.member_link {
  margin-right: 7px;
  white-space: nowrap;
}

/* line 11, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_buttons.scss */
a.button, a:link.button, a:visited.button, input[type=submit] {
  border-radius: 200px;
  display: inline-block;
  font-weight: bold;
  font-size: 1.0em;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 12px;
  margin-right: 3px;
  padding: 7px 16px 6px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  background: #838a90;
  background: -webkit-linear-gradient(-90deg, #838a90, #414549);
  background: linear, -90deg, #838a90, #414549;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF838A90', endColorstr='#FF414549');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF838A90', endColorstr='#FF414549');
  text-shadow: black 0 1px 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0px rgba(255, 255, 255, 0.2) inset;
  border: solid 1px #484e53;
  border-color: #484e53;
  border-top-color: #616a71;
  border-right-color: #484e53;
  border-bottom-color: #363b3f;
  border-left-color: #484e53;
  color: #efefef;
}
/* line 13, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/mixins/_buttons.css.scss */
a.button.disabled, a:link.button.disabled, a:visited.button.disabled, input[type=submit].disabled {
  opacity: 0.5;
  cursor: default;
}
/* line 30, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/mixins/_buttons.css.scss */
a.button:not(.disabled):hover, a:link.button:not(.disabled):hover, a:visited.button:not(.disabled):hover, input[type=submit]:not(.disabled):hover {
  background: #8b9297;
  background: -webkit-linear-gradient(-90deg, #8b9297, #484d51);
  background: linear, -90deg, #8b9297, #484d51;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF8B9297', endColorstr='#FF484D51');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF8B9297', endColorstr='#FF484D51');
}
/* line 34, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/mixins/_buttons.css.scss */
a.button:not(.disabled):active, a:link.button:not(.disabled):active, a:visited.button:not(.disabled):active, input[type=submit]:not(.disabled):active {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset, 0 1px 0 0px white;
  background: #71797f;
  background: -webkit-linear-gradient(-90deg, #71797f, #35383b);
  background: linear, -90deg, #71797f, #35383b;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF71797F', endColorstr='#FF35383B');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF71797F', endColorstr='#FF35383B');
}

/* line 2, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_grid.scss */
table.index_grid td {
  border: none;
  background: none;
  padding: 0 20px 20px 0;
  margin: 0;
}

/* line 5, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_grid.scss */
.columns {
  clear: both;
  padding: 0;
}
/* line 8, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_grid.scss */
.columns .column {
  float: left;
}

/* line 1, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_links.scss */
a, a:link, a:visited {
  color: #38678b;
  text-decoration: underline;
}

/* line 5, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_links.scss */
a:hover {
  text-decoration: none;
}

/* line 1, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_pagination.scss */
.paginated_collection_contents {
  clear: both;
}

/* line 5, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_pagination.scss */
.pagination {
  float: right;
  font-size: 0.9em;
  margin-left: 10px;
}
/* line 10, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_pagination.scss */
.pagination a {
  border-radius: 200px;
  display: inline-block;
  font-weight: bold;
  font-size: 1.0em;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 12px;
  margin-right: 3px;
  padding: 7px 16px 6px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  background: white;
  background: -webkit-linear-gradient(-90deg, white, #e7e7e7);
  background: linear, -90deg, white, #e7e7e7;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE7E7E7');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE7E7E7');
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8) inset;
  border: solid 1px #c7c7c7;
  border-color: #c7c7c7;
  border-top-color: lightgrey;
  border-right-color: #c7c7c7;
  border-bottom-color: #c2c2c2;
  border-left-color: #c7c7c7;
  text-shadow: white 0 1px 0;
  color: #5e6469;
}
/* line 13, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/mixins/_buttons.css.scss */
.pagination a.disabled {
  opacity: 0.5;
  cursor: default;
}
/* line 51, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/mixins/_buttons.css.scss */
.pagination a:not(.disabled):hover {
  background: white;
  background: -webkit-linear-gradient(-90deg, white, #f1f1f1);
  background: linear, -90deg, white, #f1f1f1;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF1F1F1');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF1F1F1');
}
/* line 55, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/mixins/_buttons.css.scss */
.pagination a:not(.disabled):active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #eeeeee;
  border-color: #b9b9b9;
  border-top-color: #c2c2c2;
  border-right-color: #b9b9b9;
  border-bottom-color: #b7b7b7;
  border-left-color: #b9b9b9;
  background: #f3f3f3;
  background: -webkit-linear-gradient(-90deg, #f3f3f3, #d8d8d8);
  background: linear, -90deg, #f3f3f3, #d8d8d8;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF3F3F3', endColorstr='#FFD8D8D8');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF3F3F3', endColorstr='#FFD8D8D8');
}
/* line 14, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_pagination.scss */
.pagination span.page.current {
  border-radius: 200px;
  display: inline-block;
  font-weight: bold;
  font-size: 1.0em;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 12px;
  margin-right: 3px;
  padding: 7px 16px 6px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  background: #838a90;
  background: -webkit-linear-gradient(-90deg, #838a90, #414549);
  background: linear, -90deg, #838a90, #414549;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF838A90', endColorstr='#FF414549');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF838A90', endColorstr='#FF414549');
  text-shadow: black 0 1px 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0px rgba(255, 255, 255, 0.2) inset;
  border: solid 1px #484e53;
  border-color: #484e53;
  border-top-color: #616a71;
  border-right-color: #484e53;
  border-bottom-color: #363b3f;
  border-left-color: #484e53;
  color: #efefef;
}
/* line 13, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/mixins/_buttons.css.scss */
.pagination span.page.current.disabled {
  opacity: 0.5;
  cursor: default;
}
/* line 30, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/mixins/_buttons.css.scss */
.pagination span.page.current:not(.disabled):hover {
  background: #8b9297;
  background: -webkit-linear-gradient(-90deg, #8b9297, #484d51);
  background: linear, -90deg, #8b9297, #484d51;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF8B9297', endColorstr='#FF484D51');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF8B9297', endColorstr='#FF484D51');
}
/* line 34, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/mixins/_buttons.css.scss */
.pagination span.page.current:not(.disabled):active {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset, 0 1px 0 0px white;
  background: #71797f;
  background: -webkit-linear-gradient(-90deg, #71797f, #35383b);
  background: linear, -90deg, #71797f, #35383b;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF71797F', endColorstr='#FF35383B');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF71797F', endColorstr='#FF35383B');
}
/* line 18, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_pagination.scss */
.pagination a, .pagination span.page.current {
  border-radius: 0px;
  margin-right: 4px;
  padding: 2px 5px;
}

/* line 25, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_pagination.scss */
.pagination_information {
  float: right;
  margin-bottom: 5px;
  color: #b3bcc1;
}
/* line 29, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_pagination.scss */
.pagination_information b {
  color: #5c6469;
}

/* line 32, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_pagination.scss */
.download_links {
  float: left;
}

/* line 2, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_panels.scss */
.section, .panel {
  background: #f4f4f4;
  border-radius: 4px;
  box-shadow: inset 0 1px 4px #dddddd;
  -moz-box-shadow: inset 0 1px 4px #dddddd;
  -webkit-box-shadow: inset 0 1px 4px #dddddd;
  margin-bottom: 20px;
}
/* line 28, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/mixins/_sections.css.scss */
.section > h3, .panel > h3 {
  background: #efefef;
  background: -webkit-linear-gradient(-90deg, #efefef, #dfe1e2);
  background: linear, -90deg, #efefef, #dfe1e2;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEFEFEF', endColorstr='#FFDFE1E2');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEFEFEF', endColorstr='#FFDFE1E2');
  text-shadow: white 0 1px 0;
  border: solid 1px #cdcdcd;
  border-color: #d4d4d4;
  border-top-color: #e6e6e6;
  border-right-color: #d4d4d4;
  border-bottom-color: #cdcdcd;
  border-left-color: #d4d4d4;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px white inset;
  font-size: 1.0em;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 0.5em;
  color: #5e6469;
  padding: 5px 10px 3px 10px;
}
/* line 7, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/mixins/_icons.css.scss */
.section > h3 span.icon svg path, .section > h3 span.icon svg polygon, .section > h3 span.icon svg rect, .section > h3 span.icon svg circle, .panel > h3 span.icon svg path, .panel > h3 span.icon svg polygon, .panel > h3 span.icon svg rect, .panel > h3 span.icon svg circle {
  fill: #5e6469 !important;
}
/* line 12, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/mixins/_icons.css.scss */
.section > h3 span.icon, .panel > h3 span.icon {
  width: 1em;
  height: 1em;
}
/* line 13, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/mixins/_icons.css.scss */
.section > h3 span.icon svg, .panel > h3 span.icon svg {
  width: 1em;
  height: 1em;
}
/* line 30, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/mixins/_sections.css.scss */
.section > div, .panel > div {
  padding: 3px 15px 15px 15px;
}
/* line 32, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/mixins/_sections.css.scss */
.section hr, .panel hr {
  border: none;
  border-bottom: 1px solid #E8E8E8;
}

/* line 6, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_panels.scss */
.sidebar_section {
  background: #f4f4f4;
  border-radius: 4px;
  box-shadow: inset 0 1px 4px #dddddd;
  -moz-box-shadow: inset 0 1px 4px #dddddd;
  -webkit-box-shadow: inset 0 1px 4px #dddddd;
  margin-bottom: 20px;
}
/* line 28, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/mixins/_sections.css.scss */
.sidebar_section > h3 {
  background: #efefef;
  background: -webkit-linear-gradient(-90deg, #efefef, #dfe1e2);
  background: linear, -90deg, #efefef, #dfe1e2;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEFEFEF', endColorstr='#FFDFE1E2');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEFEFEF', endColorstr='#FFDFE1E2');
  text-shadow: white 0 1px 0;
  border: solid 1px #cdcdcd;
  border-color: #d4d4d4;
  border-top-color: #e6e6e6;
  border-right-color: #d4d4d4;
  border-bottom-color: #cdcdcd;
  border-left-color: #d4d4d4;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px white inset;
  font-size: 1.0em;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 0.5em;
  color: #5e6469;
  padding: 5px 10px 3px 10px;
}
/* line 7, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/mixins/_icons.css.scss */
.sidebar_section > h3 span.icon svg path, .sidebar_section > h3 span.icon svg polygon, .sidebar_section > h3 span.icon svg rect, .sidebar_section > h3 span.icon svg circle {
  fill: #5e6469 !important;
}
/* line 12, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/mixins/_icons.css.scss */
.sidebar_section > h3 span.icon {
  width: 1em;
  height: 1em;
}
/* line 13, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/mixins/_icons.css.scss */
.sidebar_section > h3 span.icon svg {
  width: 1em;
  height: 1em;
}
/* line 30, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/mixins/_sections.css.scss */
.sidebar_section > div {
  padding: 3px 15px 15px 15px;
}
/* line 32, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/mixins/_sections.css.scss */
.sidebar_section hr {
  border: none;
  border-bottom: 1px solid #E8E8E8;
}

/* line 1, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_columns.scss */
.columns {
  margin-bottom: 10px;
}

/* line 3, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_scopes.scss */
.scopes li .count {
  color: #8e979e;
  font-weight: normal;
  font-size: 0.9em;
  line-height: 10px;
}

/* line 1, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_status_tags.scss */
.status_tag {
  background: #cacaca;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  padding: 3px 5px 2px 5px;
  font-size: 0.8em;
}
/* line 9, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_status_tags.scss */
.status_tag.ok, .status_tag.published, .status_tag.complete, .status_tag.completed, .status_tag.green {
  background: #8daa92;
}
/* line 10, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_status_tags.scss */
.status_tag.warn, .status_tag.warning, .status_tag.orange {
  background: #e29b20;
}
/* line 11, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_status_tags.scss */
.status_tag.error, .status_tag.errored, .status_tag.red {
  background: #d45f53;
}

/* line 1, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_table_tools.css.scss */
.table_tools {
  display: block;
  margin-bottom: 16px;
  width: 100%;
  height: 20px;
}

/* line 9, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_table_tools.css.scss */
.table_tools .table_tools_button + .table_tools_button {
  margin-left: 6px;
}
/* line 13, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_table_tools.css.scss */
.table_tools .table_tools_button + .table_tools_segmented_control {
  margin-left: 6px;
}
/* line 17, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_table_tools.css.scss */
.table_tools .table_tools_segmented_control + .table_tools_button {
  margin-left: 6px;
}

/* line 24, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_table_tools.css.scss */
a.table_tools_button, .table_tools .dropdown_menu_button {
  border-radius: 200px;
  display: inline-block;
  font-weight: bold;
  font-size: 1.0em;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 12px;
  margin-right: 3px;
  padding: 7px 16px 6px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  background: white;
  background: -webkit-linear-gradient(-90deg, white, #e7e7e7);
  background: linear, -90deg, white, #e7e7e7;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE7E7E7');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE7E7E7');
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8) inset;
  border: solid 1px #c7c7c7;
  border-color: #c7c7c7;
  border-top-color: lightgrey;
  border-right-color: #c7c7c7;
  border-bottom-color: #c2c2c2;
  border-left-color: #c7c7c7;
  text-shadow: white 0 1px 0;
  color: #5e6469;
  background: white;
  background: -webkit-linear-gradient(-90deg, white, #f0f0f0);
  background: linear, -90deg, white, #f0f0f0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF0F0F0');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF0F0F0');
  border-color: #d0d0d0;
  border-top-color: #d9d9d9;
  border-right-color: #d0d0d0;
  border-bottom-color: #c5c5c5;
  border-left-color: #d0d0d0;
  font-size: 0.9em;
  text-decoration: none;
  padding: 4px 14px 4px;
  position: relative;
  -webkit-transition: all 0.08s ease-in;
}
/* line 13, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/mixins/_buttons.css.scss */
a.table_tools_button.disabled, .table_tools .dropdown_menu_button.disabled {
  opacity: 0.5;
  cursor: default;
}
/* line 51, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/mixins/_buttons.css.scss */
a.table_tools_button:not(.disabled):hover, .table_tools .dropdown_menu_button:not(.disabled):hover {
  background: white;
  background: -webkit-linear-gradient(-90deg, white, #f1f1f1);
  background: linear, -90deg, white, #f1f1f1;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF1F1F1');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF1F1F1');
}
/* line 55, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/mixins/_buttons.css.scss */
a.table_tools_button:not(.disabled):active, .table_tools .dropdown_menu_button:not(.disabled):active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #eeeeee;
  border-color: #b9b9b9;
  border-top-color: #c2c2c2;
  border-right-color: #b9b9b9;
  border-bottom-color: #b7b7b7;
  border-left-color: #b9b9b9;
  background: #f3f3f3;
  background: -webkit-linear-gradient(-90deg, #f3f3f3, #d8d8d8);
  background: linear, -90deg, #f3f3f3, #d8d8d8;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF3F3F3', endColorstr='#FFD8D8D8');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF3F3F3', endColorstr='#FFD8D8D8');
}
/* line 35, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_table_tools.css.scss */
a.table_tools_button:not(.disabled):hover, .table_tools .dropdown_menu_button:not(.disabled):hover {
  background: white;
  background: -webkit-linear-gradient(-90deg, white, #f6f6f6);
  background: linear, -90deg, white, #f6f6f6;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF6F6F6');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF6F6F6');
}
/* line 39, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_table_tools.css.scss */
a.table_tools_button:not(.disabled):active, .table_tools .dropdown_menu_button:not(.disabled):active {
  border-color: #c8c8c8;
  border-top-color: #d7d7d7;
  border-right-color: #c8c8c8;
  border-bottom-color: #c3c3c3;
  border-left-color: #c8c8c8;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.17) inset;
  background: white;
  background: -webkit-linear-gradient(-90deg, white, #e8e8e8);
  background: linear, -90deg, white, #e8e8e8;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE8E8E8');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE8E8E8');
}

/* line 47, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_table_tools.css.scss */
.table_tools_segmented_control {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* line 53, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_table_tools.css.scss */
.table_tools_segmented_control li {
  display: inline-block;
  list-style-image: none;
  list-style-type: none;
  margin-left: -7px;
  white-space: nowrap;
}
/* line 60, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_table_tools.css.scss */
.table_tools_segmented_control li a {
  border-radius: 0px;
}
/* line 64, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_table_tools.css.scss */
.table_tools_segmented_control li:first-child {
  margin-left: 0;
}
/* line 67, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_table_tools.css.scss */
.table_tools_segmented_control li:first-child a {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
/* line 74, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_table_tools.css.scss */
.table_tools_segmented_control li:last-child a {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
/* line 82, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_table_tools.css.scss */
.table_tools_segmented_control li.selected a {
  background: #f0f0f0;
  background: -webkit-linear-gradient(-90deg, #f0f0f0, #fdfdfd);
  background: linear, -90deg, #f0f0f0, #fdfdfd;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF0F0F0', endColorstr='#FFFDFDFD');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF0F0F0', endColorstr='#FFFDFDFD');
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1) inset;
  cursor: default;
}
/* line 87, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_table_tools.css.scss */
.table_tools_segmented_control li.selected a:hover {
  background: #f0f0f0;
  background: -webkit-linear-gradient(-90deg, #f0f0f0, #fdfdfd);
  background: linear, -90deg, #f0f0f0, #fdfdfd;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF0F0F0', endColorstr='#FFFDFDFD');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF0F0F0', endColorstr='#FFFDFDFD');
}

/* line 1, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_index_list.scss */
.indexes {
  float: right;
}
/* line 5, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/components/_index_list.scss */
.indexes li .count {
  color: #8e979e;
  font-weight: normal;
  font-size: 0.9em;
  line-height: 10px;
}

/* line 1, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
body.logged_out {
  background: #e8e9ea;
}
/* line 4, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
body.logged_out #content_wrapper {
  width: 500px;
  margin: 70px auto;
}
/* line 7, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
body.logged_out #content_wrapper #active_admin_content {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
  background: #fff;
  padding: 13px 30px;
}
/* line 14, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
body.logged_out h2 {
  background: #efefef;
  background: -webkit-linear-gradient(-90deg, #efefef, #dfe1e2);
  background: linear, -90deg, #efefef, #dfe1e2;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEFEFEF', endColorstr='#FFDFE1E2');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEFEFEF', endColorstr='#FFDFE1E2');
  text-shadow: white 0 1px 0;
  border: solid 1px #cdcdcd;
  border-color: #d4d4d4;
  border-top-color: #e6e6e6;
  border-right-color: #d4d4d4;
  border-bottom-color: #cdcdcd;
  border-left-color: #d4d4d4;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px white inset;
  font-size: 1.0em;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 0.5em;
  color: #5e6469;
  padding: 5px 10px 3px 10px;
  background: #6a7176;
  background: -webkit-linear-gradient(-90deg, #6a7176, #4d5256);
  background: linear, -90deg, #6a7176, #4d5256;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF6A7176', endColorstr='#FF4D5256');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF6A7176', endColorstr='#FF4D5256');
  border-bottom: 1px solid #44484b;
  text-shadow: black 0 1px 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  border: none;
  color: #fff;
  margin: -13px -30px 20px -30px;
}
/* line 7, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/mixins/_icons.css.scss */
body.logged_out h2 span.icon svg path, body.logged_out h2 span.icon svg polygon, body.logged_out h2 span.icon svg rect, body.logged_out h2 span.icon svg circle {
  fill: #5e6469 !important;
}
/* line 12, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/mixins/_icons.css.scss */
body.logged_out h2 span.icon {
  width: 1em;
  height: 1em;
}
/* line 13, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/mixins/_icons.css.scss */
body.logged_out h2 span.icon svg {
  width: 1em;
  height: 1em;
}
/* line 24, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
body.logged_out #login {
  /* Login Form */
}
/* line 27, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
body.logged_out #login form fieldset {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background: none;
  padding: 0;
  margin-bottom: 0;
}
/* line 31, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
body.logged_out #login form fieldset li {
  padding: 10px 0;
}
/* line 33, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
body.logged_out #login form fieldset input[type=text], body.logged_out #login form fieldset input[type=email], body.logged_out #login form fieldset input[type=password] {
  width: 70%;
}
/* line 36, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
body.logged_out #login form fieldset.buttons {
  margin-left: 20%;
}
/* line 41, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
body.logged_out #login a {
  float: right;
  margin-top: -32px;
}

/* line 1, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/structure/_footer.scss */
#footer {
  padding: 30px 30px;
  font-size: 0.8em;
  clear: both;
}
/* line 6, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/structure/_footer.scss */
#footer p {
  padding-top: 10px;
}

/* line 12, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/structure/_footer.scss */
#index_footer {
  padding-top: 5px;
  text-align: right;
  font-size: 0.85em;
}

/* line 14, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/structure/_footer.scss */
.index_content {
  clear: both;
}

/* line 1, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/structure/_main_structure.scss */
#wrapper {
  display: table;
  width: 100%;
}

/* line 6, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/structure/_main_structure.scss */
#active_admin_content {
  margin: 0;
  padding: 25px 30px;
}
/* line 10, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/structure/_main_structure.scss */
#active_admin_content #main_content_wrapper {
  float: left;
  width: 100%;
}
/* line 14, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/structure/_main_structure.scss */
#active_admin_content #main_content_wrapper #main_content {
  margin-right: 300px;
}
/* line 19, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/structure/_main_structure.scss */
#active_admin_content.without_sidebar #main_content_wrapper #main_content {
  margin-right: 0;
}
/* line 21, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/structure/_main_structure.scss */
#active_admin_content #sidebar {
  float: left;
  width: 270px;
  margin-left: -270px;
}

/* line 1, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/structure/_title_bar.scss */
#title_bar {
  background: #efefef;
  background: -webkit-linear-gradient(-90deg, #efefef, #dfe1e2);
  background: linear, -90deg, #efefef, #dfe1e2;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEFEFEF', endColorstr='#FFDFE1E2');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEFEFEF', endColorstr='#FFDFE1E2');
  text-shadow: white 0 1px 0;
  border: solid 1px #cdcdcd;
  border-color: #d4d4d4;
  border-top-color: #e6e6e6;
  border-right-color: #d4d4d4;
  border-bottom-color: #cdcdcd;
  border-left-color: #d4d4d4;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px white inset;
  font-size: 1.0em;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 0.5em;
  color: #5e6469;
  padding: 5px 10px 3px 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
  display: table;
  border-bottom-color: #EEE;
  width: 100%;
  position: relative;
  margin: 0;
  margin-bottom: 15px;
  padding: 10px 30px;
  z-index: 800;
}
/* line 7, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/mixins/_icons.css.scss */
#title_bar span.icon svg path, #title_bar span.icon svg polygon, #title_bar span.icon svg rect, #title_bar span.icon svg circle {
  fill: #5e6469 !important;
}
/* line 12, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/mixins/_icons.css.scss */
#title_bar span.icon {
  width: 1em;
  height: 1em;
}
/* line 13, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/mixins/_icons.css.scss */
#title_bar span.icon svg {
  width: 1em;
  height: 1em;
}
/* line 15, ../../../../shared/bundle/ruby/1.9.1/gems/bourbon-3.2.3/app/assets/stylesheets/addons/_clearfix.scss */
#title_bar:after {
  content: "";
  display: table;
  clear: both;
}
/* line 15, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/structure/_title_bar.scss */
#title_bar #titlebar_left, #title_bar #titlebar_right {
  height: 50px;
  vertical-align: middle;
  display: table-cell;
}
/* line 21, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/structure/_title_bar.scss */
#title_bar #titlebar_right {
  text-align: right;
}
/* line 25, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/structure/_title_bar.scss */
#title_bar h2 {
  margin: 0;
  padding: 0;
  font-size: 2.6em;
  font-weight: bold;
}
/* line 33, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/structure/_title_bar.scss */
#title_bar .action_items a {
  border-radius: 200px;
  display: inline-block;
  font-weight: bold;
  font-size: 1.0em;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 12px;
  margin-right: 3px;
  padding: 7px 16px 6px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  background: white;
  background: -webkit-linear-gradient(-90deg, white, #e7e7e7);
  background: linear, -90deg, white, #e7e7e7;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE7E7E7');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE7E7E7');
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8) inset;
  border: solid 1px #c7c7c7;
  border-color: #c7c7c7;
  border-top-color: lightgrey;
  border-right-color: #c7c7c7;
  border-bottom-color: #c2c2c2;
  border-left-color: #c7c7c7;
  text-shadow: white 0 1px 0;
  color: #5e6469;
  padding: 12px 17px 10px;
  margin: 0px;
}
/* line 13, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/mixins/_buttons.css.scss */
#title_bar .action_items a.disabled {
  opacity: 0.5;
  cursor: default;
}
/* line 51, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/mixins/_buttons.css.scss */
#title_bar .action_items a:not(.disabled):hover {
  background: white;
  background: -webkit-linear-gradient(-90deg, white, #f1f1f1);
  background: linear, -90deg, white, #f1f1f1;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF1F1F1');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF1F1F1');
}
/* line 55, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/mixins/_buttons.css.scss */
#title_bar .action_items a:not(.disabled):active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #eeeeee;
  border-color: #b9b9b9;
  border-top-color: #c2c2c2;
  border-right-color: #b9b9b9;
  border-bottom-color: #b7b7b7;
  border-left-color: #b9b9b9;
  background: #f3f3f3;
  background: -webkit-linear-gradient(-90deg, #f3f3f3, #d8d8d8);
  background: linear, -90deg, #f3f3f3, #d8d8d8;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF3F3F3', endColorstr='#FFD8D8D8');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF3F3F3', endColorstr='#FFD8D8D8');
}
/* line 36, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/structure/_title_bar.scss */
#title_bar .action_items a span.icon {
  vertical-align: bottom;
  margin-right: 4px;
}
/* line 7, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/mixins/_icons.css.scss */
#title_bar .action_items a:hover span.icon svg path, #title_bar .action_items a:hover span.icon svg polygon, #title_bar .action_items a:hover span.icon svg rect, #title_bar .action_items a:hover span.icon svg circle {
  fill: black !important;
}

/* line 33, ../../../../shared/bundle/ruby/1.9.1/gems/activeadmin-0.6.3/app/assets/stylesheets/active_admin/_base.css.scss */
body {
  font-family: Helvetica, Arial, sans-serif;
  line-height: 150%;
  font-size: 72%;
  background: white;
  margin: 0;
  padding: 0;
  color: #323537;
}

/* line 5, ../../app/assets/stylesheets/lists.css.scss */
.list-details {
  color: #888888;
  font-weight: bold;
  padding: 20px;
  border-bottom: 1px solid #d0d0d0;
}
/* line 12, ../../app/assets/stylesheets/lists.css.scss */
.list-details .list-thumbnail {
  width: 120px;
  float: left;
  margin-right: 35px;
}
/* line 18, ../../app/assets/stylesheets/lists.css.scss */
.list-details input {
  width: 250px;
  height: 18px;
  border: 1px solid #d0d0d0;
  margin: 3px 0 7px 0;
}
/* line 25, ../../app/assets/stylesheets/lists.css.scss */
.list-details .datepicker-field {
  width: 120px;
}
/* line 29, ../../app/assets/stylesheets/lists.css.scss */
.list-details .upload-link {
  margin-top: -20px;
  display: block;
  text-align: center;
}
/* line 35, ../../app/assets/stylesheets/lists.css.scss */
.list-details .cancel-link {
  margin-top: -20px;
  display: block;
  text-align: center;
}

/* line 43, ../../app/assets/stylesheets/lists.css.scss */
.end-timestamp-container input {
  width: auto;
  height: auto;
  border: 1px solid #d0d0d0;
  margin: 3px 0 7px 0;
}

/* line 50, ../../app/assets/stylesheets/lists.css.scss */
.list-visibility-buttons {
  float: right;
  margin-right: -10px;
  margin-top: 16px;
  width: 55%;
}

/* line 57, ../../app/assets/stylesheets/lists.css.scss */
.wish-list {
  max-height: 300px;
}

/* line 61, ../../app/assets/stylesheets/lists.css.scss */
.list-item {
  color: #888888;
  font-weight: bold;
  padding: 20px;
  border-bottom: 1px solid #d0d0d0;
}
/* line 68, ../../app/assets/stylesheets/lists.css.scss */
.list-item .item-thumbnail {
  width: 105px;
  float: left;
  margin-left: -100%;
}
/* line 74, ../../app/assets/stylesheets/lists.css.scss */
.list-item .item-controls {
  width: 20px;
  float: right;
}
/* line 79, ../../app/assets/stylesheets/lists.css.scss */
.list-item label {
  width: 230px;
  display: block;
}
/* line 84, ../../app/assets/stylesheets/lists.css.scss */
.list-item .col {
  width: 115px;
  float: left;
  margin-right: 30px;
  margin-top: 5px;
}
/* line 91, ../../app/assets/stylesheets/lists.css.scss */
.list-item textarea {
  width: 320px;
  height: 50px;
  border: 1px solid #d0d0d0;
}
/* line 97, ../../app/assets/stylesheets/lists.css.scss */
.list-item input {
  width: 230px;
  height: 18px;
  border: 1px solid #d0d0d0;
  margin: 3px 0 7px 0;
}
/* line 104, ../../app/assets/stylesheets/lists.css.scss */
.list-item .half-size {
  width: 115px;
}
/* line 108, ../../app/assets/stylesheets/lists.css.scss */
.list-item .upload-link {
  margin-top: -20px;
  display: block;
  text-align: center;
}
/* line 114, ../../app/assets/stylesheets/lists.css.scss */
.list-item .item-wrapper {
  float: left;
  width: 100%;
}
/* line 118, ../../app/assets/stylesheets/lists.css.scss */
.list-item .item-wrapper .item-title {
  margin-left: 125px;
  word-wrap: break-word;
}

/* line 126, ../../app/assets/stylesheets/lists.css.scss */
.list-item-template {
  display: none;
}

/* Active Lists Index */
/* line 131, ../../app/assets/stylesheets/lists.css.scss */
.list-index-item {
  clear: both;
  margin-bottom: 5px;
  border-bottom: 1px solid #f0f0f0;
  padding: 10px;
  min-height: 60px;
}
/* line 139, ../../app/assets/stylesheets/lists.css.scss */
.list-index-item .list-image {
  width: 54px;
  float: left;
}
/* line 144, ../../app/assets/stylesheets/lists.css.scss */
.list-index-item .list-detail {
  width: 200px;
  margin-left: 10px;
  float: left;
}
/* line 149, ../../app/assets/stylesheets/lists.css.scss */
.list-index-item .list-detail h3 {
  font-family: arial;
  font-weight: bold;
  margin: 0;
}
/* line 155, ../../app/assets/stylesheets/lists.css.scss */
.list-index-item .list-detail p {
  color: #909090;
  margin: 5px 0 0 0;
}
/* line 161, ../../app/assets/stylesheets/lists.css.scss */
.list-index-item .list-detail.wide {
  width: 400px;
}
/* line 165, ../../app/assets/stylesheets/lists.css.scss */
.list-index-item .list-buttons {
  width: 245px;
  float: right;
}

/* line 173, ../../app/assets/stylesheets/lists.css.scss */
.list-index-item.private .list-detail {
  width: 345px;
}
/* line 176, ../../app/assets/stylesheets/lists.css.scss */
.list-index-item.private .list-buttons {
  width: 100px;
}

/* List detailed view */
/* line 185, ../../app/assets/stylesheets/lists.css.scss */
#list-container.detailed .list-details .list-title-details {
  float: left;
  max-width: 190px;
  margin-top: 10px;
}
/* line 190, ../../app/assets/stylesheets/lists.css.scss */
#list-container.detailed .list-details .list-title-details h3 {
  color: black;
  font-size: 16px;
  margin: 1px 0 4px 0px;
}
/* line 196, ../../app/assets/stylesheets/lists.css.scss */
#list-container.detailed .list-details .list-title-details span {
  font-weight: normal;
}
/* line 202, ../../app/assets/stylesheets/lists.css.scss */
#list-container.detailed .list-item {
  font-weight: normal;
}
/* line 205, ../../app/assets/stylesheets/lists.css.scss */
#list-container.detailed .list-item h3 {
  color: black;
  font-size: 14px;
  margin-top: 0px;
}
/* line 211, ../../app/assets/stylesheets/lists.css.scss */
#list-container.detailed .list-item p {
  font-weight: normal;
  margin: 2px 0 10px 0;
}
/* line 216, ../../app/assets/stylesheets/lists.css.scss */
#list-container.detailed .list-item .list-buttons {
  float: right;
  margin-right: -10px;
  position: relative;
  top: -20px;
}

/* line 225, ../../app/assets/stylesheets/lists.css.scss */
.locked {
  color: #b0b0b0;
  background-color: #f0f0f0;
}
/* line 229, ../../app/assets/stylesheets/lists.css.scss */
.locked h3 {
  color: #909090;
}

/* line 234, ../../app/assets/stylesheets/lists.css.scss */
.requires-attention {
  border: 1px solid #FF0000;
  background-color: #FFCCCC;
}

/* line 239, ../../app/assets/stylesheets/lists.css.scss */
.list-ended-message {
  padding: 14px 35px 0 0;
  color: #909090;
  float: right;
}

/* line 245, ../../app/assets/stylesheets/lists.css.scss */
.small-header {
  font-weight: bold;
  margin: 20px 0 0 15px;
  color: #909090;
}

/* line 252, ../../app/assets/stylesheets/lists.css.scss */
.smaller-input {
  width: 200px;
}

/* line 256, ../../app/assets/stylesheets/lists.css.scss */
.label {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
  border-radius: 3px;
}

/* line 273, ../../app/assets/stylesheets/lists.css.scss */
.label-private {
  background-color: #713e81;
}

/* line 277, ../../app/assets/stylesheets/lists.css.scss */
.label-shared {
  background-color: #80ac43;
}

/* line 281, ../../app/assets/stylesheets/lists.css.scss */
s
.list-buttons .list-button {
  float: right;
  margin-left: 5px;
}

/* line 286, ../../app/assets/stylesheets/lists.css.scss */
.list-show {
  padding: 10px 5px 5px;
}

/* line 289, ../../app/assets/stylesheets/lists.css.scss */
.list-controls__title {
  padding-top: 2px;
}

/* line 292, ../../app/assets/stylesheets/lists.css.scss */
.list-button {
  float: right !important;
  margin-left: 6px !important;
  padding: 0 6px !important;
}

/* line 297, ../../app/assets/stylesheets/lists.css.scss */
div.list-detail h3 a {
  line-height: 18px;
  text-decoration: underline;
}

/* line 301, ../../app/assets/stylesheets/lists.css.scss */
div.list-detail h3 {
  text-decoration: underline !important;
}

/* line 304, ../../app/assets/stylesheets/lists.css.scss */
.upload-link {
  color: #38678b  !important;
  text-decoration: underline !important;
}

/* line 308, ../../app/assets/stylesheets/lists.css.scss */
.list-item-sorting {
  padding: 5px 5px 5px 20px;
  color: #000000  !important;
  font-family: arial;
  font-size: 12px;
  margin-bottom: 5px !important;
  font-weight: bold;
}

/* line 316, ../../app/assets/stylesheets/lists.css.scss */
.list-item-sorting > select {
  border: 1px solid #c9d0d6;
  border-radius: 3px;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 0.95em;
  outline: medium none;
  padding: 2px;
}

/* line 325, ../../app/assets/stylesheets/lists.css.scss */
img.asc {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 10px solid green;
  cursor: pointer;
  margin-left: 5px;
}

/* line 334, ../../app/assets/stylesheets/lists.css.scss */
img.desc {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 10px solid green;
  cursor: pointer;
  margin-left: 2px;
}

/* line 343, ../../app/assets/stylesheets/lists.css.scss */
.media-button--email, .media-button--email--small {
  color: #ffffff !important;
}

/* line 346, ../../app/assets/stylesheets/lists.css.scss */
.feedback_text {
  width: 60% !important;
  margin-bottom: 10px;
}

/* line 350, ../../app/assets/stylesheets/lists.css.scss */
label.error {
  background-color: white;
  color: red;
  position: absolute;
  border: 1px black solid;
  padding: 10px;
  box-shadow: 5px 5px 2px #888;
  z-index: 1;
}

/* line 359, ../../app/assets/stylesheets/lists.css.scss */
.home-template .panel .button--large, .home-template .panel .button--large--secondary, .home-template .panel .button--large--secondary {
  margin-bottom: 20px !important;
}

/* line 363, ../../app/assets/stylesheets/lists.css.scss */
.tagline-subscription {
  margin-bottom: 5px !important;
}

/* line 367, ../../app/assets/stylesheets/lists.css.scss */
.btn-tgr {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff !important;
}

/* line 372, ../../app/assets/stylesheets/lists.css.scss */
.sub-input {
  float: left;
  position: relative;
  width: 10px !important;
}

/* line 377, ../../app/assets/stylesheets/lists.css.scss */
.label-align {
  position: relative;
}

/* line 380, ../../app/assets/stylesheets/lists.css.scss */
.subscription-plan {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 36%;
  margin-bottom: 10px;
}

/* line 384, ../../app/assets/stylesheets/lists.css.scss */
.price-note {
  color: grey !important;
  padding-left: 10px;
  font-style: italic;
  font-size: 12px;
  line-height: 12px;
}

/* line 391, ../../app/assets/stylesheets/lists.css.scss */
.price, .subscription-text {
  color: #666666 !important;
  font-size: 14px !important;
  line-height: 16px !important;
  font-weight: 600 !important;
}

/* line 397, ../../app/assets/stylesheets/lists.css.scss */
.subscription-plan form ul li {
  margin-bottom: 15px !important;
}

/* line 400, ../../app/assets/stylesheets/lists.css.scss */
.subscription-payment {
  margin-top: 20px;
  /* border: 1px solid #a0a0a0; */
  padding: 15px;
}

/* line 405, ../../app/assets/stylesheets/lists.css.scss */
.discount {
  color: #0078d7 !important;
}

/* line 408, ../../app/assets/stylesheets/lists.css.scss */
.invalid-discount {
  color: #ff4c4c !important;
}

/* line 411, ../../app/assets/stylesheets/lists.css.scss */
.update_info {
  font-size: 16px !important;
  width: 35% !important;
}

/* line 415, ../../app/assets/stylesheets/lists.css.scss */
.app-container__main-content {
  padding: 15px !important;
}

/* line 418, ../../app/assets/stylesheets/lists.css.scss */
.rb-sub {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  line-height: 14px !important;
  padding-top: 12px !important;
}

/* line 423, ../../app/assets/stylesheets/lists.css.scss */
.account-action-template-sub {
  float: left;
}

/* line 427, ../../app/assets/stylesheets/lists.css.scss */
.subscription-panel {
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  padding: 15px !important;
  margin: 10px;
}

/* line 433, ../../app/assets/stylesheets/lists.css.scss */
.subscription-details {
  padding-top: 15px;
}

/* line 436, ../../app/assets/stylesheets/lists.css.scss */
.subscription-plan {
  width: 40% !important;
}

/* line 439, ../../app/assets/stylesheets/lists.css.scss */
.subscription-header {
  font-size: 16px;
}

/* line 442, ../../app/assets/stylesheets/lists.css.scss */
.subscription-details {
  margin-top: 20px;
  margin-left: 20px;
}

/* line 446, ../../app/assets/stylesheets/lists.css.scss */
.subscription-text {
  font-size: 12px !important;
  font-weight: normal !important;
  color: #5e6469;
}

/* line 451, ../../app/assets/stylesheets/lists.css.scss */
.subscription-cancel {
  text-decoration: underline !important;
  color: #609a39 !important;
}

/* line 456, ../../app/assets/stylesheets/lists.css.scss */
.internal-option-public {
  position: relative;
  float: left;
  width: 100%;
  height: 25px;
  display: -webkit-inline-box;
  padding-top: 0px;
  /* left: 55px; */
  top: -180px;
}

/* line 466, ../../app/assets/stylesheets/lists.css.scss */
.public-check-box {
  width: 20px !important;
}

/* line 469, ../../app/assets/stylesheets/lists.css.scss */
.list-title-label {
  position: relative;
}

/* line 472, ../../app/assets/stylesheets/lists.css.scss */
.public-list {
  background-color: white;
  border-radius: 3px;
  text-align: left;
  font-size: 14px;
}

/* line 480, ../../app/assets/stylesheets/lists.css.scss */
.list-visibility-buttons {
  height: 25px;
}

/* line 483, ../../app/assets/stylesheets/lists.css.scss */
.end-timestamp-container {
  width: 100%;
  height: 35px;
}

/* line 487, ../../app/assets/stylesheets/lists.css.scss */
.smaller-button {
  width: 50% !important;
}

/* line 490, ../../app/assets/stylesheets/lists.css.scss */
.list-title {
  float: right !important;
  width: 70%;
  position: relative;
  top: -55px !important;
}

/* line 496, ../../app/assets/stylesheets/lists.css.scss */
.end-timestamp-container {
  /* top: 0px !important; */
  position: absolute;
  width: 60%;
  float: right;
  margin-top: 60px;
  right: -150px;
  float: right;
}

/* line 507, ../../app/assets/stylesheets/lists.css.scss */
.list-item .item-thumbnail,
.list-item .item-wrapper {
  top: -50px;
  position: relative;
}

/* line 511, ../../app/assets/stylesheets/lists.css.scss */
.list-item {
  margin-bottom: 50px;
  padding-bottom: 0px;
}

/* line 515, ../../app/assets/stylesheets/lists.css.scss */
.list-details {
  padding-bottom: 10px !important;
}

/* line 518, ../../app/assets/stylesheets/lists.css.scss */
.list-item-sorting {
  height: 50px;
  position: relative;
  padding: 19px;
}

/* line 523, ../../app/assets/stylesheets/lists.css.scss */
.list-item .item-thumbnail, .list-item .item-wrapper {
  top: -20px !important;
}

/* line 526, ../../app/assets/stylesheets/lists.css.scss */
.list-item .item-wrapper .item-title {
  width: 55%;
}

/* line 529, ../../app/assets/stylesheets/lists.css.scss */
.v-item-occasion {
  width: 76%;
  border: 1px solid #c9d0d6;
  border-radius: 1px;
  outline: none;
  padding: 8px 10px 7px;
  display: block;
  height: 20px;
}

/* line 538, ../../app/assets/stylesheets/lists.css.scss */
.list-occasion {
  float: right !important;
  width: 70%;
  position: relative;
  padding-bottom: 10px;
  padding-top: 10px;
  top: -50px;
}

/* line 546, ../../app/assets/stylesheets/lists.css.scss */
.list-item .col {
  width: 100px !important;
}

/* line 6, ../../app/assets/stylesheets/notifications.css.scss */
.content-header {
  float: left;
  font-family: "Arial Black";
  font-size: 31px;
  margin: 5px 0 0 15px;
  box-shadow: 1px 1px 1px white;
  letter-spacing: -2px;
}

/* line 15, ../../app/assets/stylesheets/notifications.css.scss */
.content-description {
  padding: 0px 15px;
  font-family: Arial;
  font-size: 13px;
  color: #888888;
}

/* line 21, ../../app/assets/stylesheets/notifications.css.scss */
.no-bottom-margin {
  margin-bottom: 0px;
}

/* line 25, ../../app/assets/stylesheets/notifications.css.scss */
.no-top-margin {
  margin-top: 0px;
}

/* line 29, ../../app/assets/stylesheets/notifications.css.scss */
#button-separator-text {
  font-family: "Arial Black";
  font-size: 35px;
  color: #b8bdc0;
  margin: 0 8px;
}

/* line 36, ../../app/assets/stylesheets/notifications.css.scss */
.feedback-form {
  padding: 10px 200px 0 10px;
}
/* line 39, ../../app/assets/stylesheets/notifications.css.scss */
.feedback-form label {
  float: left;
  width: 72px;
}
/* line 44, ../../app/assets/stylesheets/notifications.css.scss */
.feedback-form input {
  margin: 0 0 20px 0;
}
/* line 48, ../../app/assets/stylesheets/notifications.css.scss */
.feedback-form textarea {
  width: 228px;
  height: 120px;
  margin: 0 0 10px 0;
  border: 1px solid #d0d0d0;
}

/* line 57, ../../app/assets/stylesheets/notifications.css.scss */
.gray {
  color: #909090;
  padding: 0 15px 15px 15px;
  margin-top: -10px;
}

/* line 63, ../../app/assets/stylesheets/notifications.css.scss */
.section-header {
  font-family: "Arial Black";
  font-size: 31px;
  margin: 5px 0 0 15px;
  text-shadow: 1px 1px 1px white;
  letter-spacing: -2px;
}

/* line 71, ../../app/assets/stylesheets/notifications.css.scss */
.content-list {
  padding-bottom: 25px;
  margin-bottom: 5px;
  border-bottom: 1px solid #f0f0f0;
  list-style-type: square;
  color: #888;
  font-size: 13px;
}

/* line 6, ../../app/assets/stylesheets/purchases.css.scss */
.bought-item-wrap {
  padding: 15px;
  border-bottom: 1px solid #d0d0d0;
}
/* line 10, ../../app/assets/stylesheets/purchases.css.scss */
.bought-item-wrap .user-thumbnail {
  width: 50px;
  float: left;
  min-height: 160px;
}
/* line 16, ../../app/assets/stylesheets/purchases.css.scss */
.bought-item-wrap .bought-item-title {
  width: 450px;
  float: left;
  margin-left: 15px;
}
/* line 22, ../../app/assets/stylesheets/purchases.css.scss */
.bought-item-wrap .bought-item-content {
  width: 450px;
  float: left;
  margin: 10px 0 0 15px;
}
/* line 27, ../../app/assets/stylesheets/purchases.css.scss */
.bought-item-wrap .bought-item-content a {
  float: left;
}
/* line 30, ../../app/assets/stylesheets/purchases.css.scss */
.bought-item-wrap .bought-item-content a img {
  margin-right: 15px;
}
/* line 35, ../../app/assets/stylesheets/purchases.css.scss */
.bought-item-wrap .bought-item-content p {
  float: left;
  width: 315px;
}

/* line 41, ../../app/assets/stylesheets/application.scss */
pre.debug_dump {
  display: none;
}

@font-face {
  font-family: "franklin-gothic-black";
  src: url("/fonts/franklin-gothic-black-webfont.eot");
  src: url("/fonts/franklin-gothic-black-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/franklin-gothic-black-webfont.woff") format("woff"), url("/fonts/franklin-gothic-black-webfont.ttf") format("truetype"), url("/fonts/franklin-gothic-black-webfont.svg#franklin-gothic-black") format("svg");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "mission-script";
  src: url("/fonts/mission-script-webfont.eot");
  src: url("/fonts/mission-script-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/mission-script-webfont.woff") format("woff"), url("/fonts/mission-script-webfont.ttf") format("truetype"), url("/fonts/mission-script-webfont.svg#mission-script") format("svg");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "opensans";
  src: url("/fonts/opensans-regular-webfont.eot");
  src: url("/fonts/opensans-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/opensans-regular-webfont.woff") format("woff"), url("/fonts/opensans-regular-webfont.ttf") format("truetype"), url("/fonts/opensans-regular-webfont.svg#opensans") format("svg");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}

/* line 5, ../../app/assets/stylesheets/scaffolding/base.css.scss */
.preload * {
  -webkit-transition: none !important;
          transition: none !important;
}

/* line 11, ../../app/assets/stylesheets/scaffolding/base.css.scss */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

/* line 20, ../../app/assets/stylesheets/scaffolding/base.css.scss */
html,
body,
input,
button,
select,
textarea {
  color: #333333;
  font-family: opensans, helvetica, arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

/* line 27, ../../app/assets/stylesheets/scaffolding/base.css.scss */
body {
  background: url("/assets/common/bg-splash.jpg") fixed;
  background-size: cover;
  padding-bottom: 40px;
}

/* line 33, ../../app/assets/stylesheets/scaffolding/base.css.scss */
h1, h2, h3, h4, h5 {
  font-weight: normal;
}

/* line 37, ../../app/assets/stylesheets/scaffolding/base.css.scss */
a {
  color: #609a39;
  text-decoration: none;
  -webkit-transition: color 0.1s linear;
          transition: color 0.1s linear;
}

/* line 43, ../../app/assets/stylesheets/scaffolding/base.css.scss */
select {
  border-color: #ccc;
}

/* line 6, ../../app/assets/stylesheets/components/buttons.scss */
.button,
.button--cancel,
.button--large,
.button--large--secondary,
.icon-button,
.sml-icon-button,
.media-button--facebook--small,
.media-button--email--small,
.media-button--facebook,
.media-button--email,
.expo-button,
.account-form__submit,
.inline-control__button, .list-button {
  background-image: none;
  display: inline;
  float: none;
  height: auto;
  margin: 0;
  width: auto;
}
/* line 14, ../../app/assets/stylesheets/components/buttons.scss */
.button:hover,
.button--cancel:hover,
.button--large:hover,
.button--large--secondary:hover,
.icon-button:hover,
.sml-icon-button:hover,
.media-button--facebook--small:hover,
.media-button--email--small:hover,
.media-button--facebook:hover,
.media-button--email:hover,
.expo-button:hover,
.account-form__submit:hover,
.inline-control__button:hover, .list-button:hover {
  background-image: none;
}

/* line 25, ../../app/assets/stylesheets/components/buttons.scss */
.button,
.button--cancel,
.button--large,
.button--large--secondary,
.icon-button,
.sml-icon-button,
.media-button--facebook--small,
.media-button--email--small,
.media-button--facebook,
.media-button--email,
.expo-button,
.account-form__submit,
.inline-control__button {
  -webkit-appearance: none;
  background: #609a39;
  border-radius: 2px;
  border: none;
  color: white;
  display: inline-block;
  line-height: 35px;
  padding: 0 20px;
  -webkit-transition: all 0.1s linear;
          transition: all 0.1s linear;
}
/* line 38, ../../app/assets/stylesheets/components/buttons.scss */
.button:hover,
.button--cancel:hover,
.button--large:hover,
.button--large--secondary:hover,
.icon-button:hover,
.sml-icon-button:hover,
.media-button--facebook--small:hover,
.media-button--email--small:hover,
.media-button--facebook:hover,
.media-button--email:hover,
.expo-button:hover,
.account-form__submit:hover,
.inline-control__button:hover {
  background: #132530;
}
/* line 42, ../../app/assets/stylesheets/components/buttons.scss */
.button.disabled,
.disabled.button--cancel,
.disabled.button--large,
.disabled.button--large--secondary,
.disabled.icon-button,
.disabled.sml-icon-button,
.disabled.media-button--facebook--small,
.disabled.media-button--email--small,
.disabled.media-button--facebook,
.disabled.media-button--email,
.disabled.expo-button,
.disabled.account-form__submit,
.disabled.inline-control__button {
  cursor: not-allowed;
  opacity: .5;
}
/* line 46, ../../app/assets/stylesheets/components/buttons.scss */
.button.disabled:hover,
.disabled.button--cancel:hover,
.disabled.button--large:hover,
.disabled.button--large--secondary:hover,
.disabled.icon-button:hover,
.disabled.sml-icon-button:hover,
.disabled.media-button--facebook--small:hover,
.disabled.media-button--email--small:hover,
.disabled.media-button--facebook:hover,
.disabled.media-button--email:hover,
.disabled.expo-button:hover,
.disabled.account-form__submit:hover,
.disabled.inline-control__button:hover {
  background: #609a39;
}

/* line 54, ../../app/assets/stylesheets/components/buttons.scss */
.button--cancel {
  background: #7b828a;
}
/* line 58, ../../app/assets/stylesheets/components/buttons.scss */
.button--cancel:hover {
  background: #898f96;
}

/* line 68, ../../app/assets/stylesheets/components/buttons.scss */
.button--large, .button--large--secondary {
  display: block;
  font-size: 22px;
  line-height: 50px;
  text-align: center;
  width: 100%;
}

/* line 77, ../../app/assets/stylesheets/components/buttons.scss */
.button--large--secondary {
  background: #b9354b;
}

/* line 86, ../../app/assets/stylesheets/components/buttons.scss */
.icon-button {
  line-height: 60px;
  padding: 0 30px;
}

/* line 92, ../../app/assets/stylesheets/components/buttons.scss */
.icon-button__icon {
  font-size: 30px;
  margin-right: 10px;
  vertical-align: sub;
}

/* line 102, ../../app/assets/stylesheets/components/buttons.scss */
.sml-icon-button {
  padding: 0 15px 0 20px;
}

/* line 107, ../../app/assets/stylesheets/components/buttons.scss */
.sml-icon-button__icon {
  font-size: 10px;
  line-height: 1;
  margin-left: 10px;
  vertical-align: middle;
}

/* line 119, ../../app/assets/stylesheets/components/buttons.scss */
.media-button--facebook--small, .media-button--email--small, .media-button--facebook, .media-button--email {
  display: block;
  font-size: 22px;
  line-height: 50px;
  text-align: center;
}

/* line 127, ../../app/assets/stylesheets/components/buttons.scss */
.media-button__icon {
  font-size: 24px;
  float: left;
  line-height: inherit;
  vertical-align: sub;
}

/* line 138, ../../app/assets/stylesheets/components/buttons.scss */
.media-button--facebook--small, .media-button--email--small {
  font-size: 16px;
  line-height: 34px;
}
/* line 143, ../../app/assets/stylesheets/components/buttons.scss */
.media-button--facebook--small .media-button__icon, .media-button--email--small .media-button__icon {
  font-size: 20px;
}

/* line 149, ../../app/assets/stylesheets/components/buttons.scss */
.media-button--facebook, .media-button--facebook--small {
  background: #3b5998;
}
/* line 153, ../../app/assets/stylesheets/components/buttons.scss */
.media-button--facebook:hover, .media-button--facebook--small:hover {
  background: #4264aa;
}

/* line 164, ../../app/assets/stylesheets/components/buttons.scss */
.media-button--email, .media-button--email--small {
  background: #609a39;
}

/* line 178, ../../app/assets/stylesheets/components/buttons.scss */
.app-store-button {
  background: url("/assets/common/app-store-badge.png");
  background: url("/assets/common/app-store-badge.svg"), none;
  background-repeat: no-repeat;
  display: inline-block;
  height: 40px;
  width: 135px;
}

/* line 191, ../../app/assets/stylesheets/components/buttons.scss */
.list-button {
  background: #7b828a;
  color: white !important;
  display: inline-block;
  line-height: 23px !important;
  padding: 0 15px;
  text-decoration: none !important;
}
/* line 200, ../../app/assets/stylesheets/components/buttons.scss */
.list-button:hover {
  background: #898f96;
}

/* line 206, ../../app/assets/stylesheets/components/buttons.scss */
.expo-button {
  background: #FFF;
  border-radius: 3px;
  color: #000;
  float: right;
  line-height: 40px;
  margin-right: 10px;
  padding: 0 20px;
}
/* line 216, ../../app/assets/stylesheets/components/buttons.scss */
.expo-button:hover {
  color: #fff;
}

/* line 1, ../../app/assets/stylesheets/components/account-form.scss */
.account-form__submit {
  line-height: 38px;
  margin-top: 20px;
  width: 100%;
}

/* line 1, ../../app/assets/stylesheets/components/app-container.scss */
.app-container {
  font-size: 12px;
  padding: 10px 10px 0;
}

/* line 7, ../../app/assets/stylesheets/components/app-container.scss */
.app-container__aside {
  float: left;
}
/* line 11, ../../app/assets/stylesheets/components/app-container.scss */
.app-container__aside .circle-logo {
  margin-bottom: 10px;
}

/* line 17, ../../app/assets/stylesheets/components/app-container.scss */
.app-container__main {
  margin-left: 180px;
}

/* line 22, ../../app/assets/stylesheets/components/app-container.scss */
.app-container__main-inner {
  display: inline-block;
  width: 100%;
}

/* line 27, ../../app/assets/stylesheets/components/app-container.scss */
.app-container__main-content {
  background: white;
  border-radius: 5px;
  border: 1px solid #d0d0d0;
  margin-bottom: 10px;
  margin-top: 6px;
  min-height: 481px;
  padding: 5px 5px 20px;
}

/* line 1, ../../app/assets/stylesheets/components/circle-logo.scss */
.circle-logo {
  background-color: #fff;
  border-radius: 50%;
  height: 170px;
  margin: 0;
  padding: 20px;
  width: 170px;
}

/* line 10, ../../app/assets/stylesheets/components/circle-logo.scss */
.circle-logo__inner {
  background-image: url("/assets/common/gift-register-logo.png");
  background-image: url("/assets/common/gift-register-logo.svg"), none;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  width: 100%;
}

/* line 1, ../../app/assets/stylesheets/components/content.scss */
.content, .content--login {
  background: url("/assets/common/bg-transparency.png");
  background: rgba(255, 255, 255, 0.45);
  padding: 10px;
}

/* line 8, ../../app/assets/stylesheets/components/content.scss */
.content__inner {
  background: white;
  font-size: 12px;
  margin-bottom: 10px;
  padding: 10px;
}

/* line 16, ../../app/assets/stylesheets/components/content.scss */
.content__aside {
  float: left;
}

/* line 21, ../../app/assets/stylesheets/components/content.scss */
.content__main {
  margin-left: 180px;
}

/* line 26, ../../app/assets/stylesheets/components/content.scss */
.content__body {
  background: white;
  border-radius: 5px;
  border: 1px solid #d0d0d0;
  box-shadow: 0px 2px 5px #e8e8e8;
  margin-bottom: 10px;
  margin-top: 6px;
  min-height: 481px;
  padding: 5px;
}

/* line 41, ../../app/assets/stylesheets/components/content.scss */
.content--login {
  margin-top: 40px;
}

/* line 11, ../../app/assets/stylesheets/components/control-group.scss */
.control-group, .control-group--account {
  min-height: 40px;
  text-align: left;
}

/* line 21, ../../app/assets/stylesheets/components/control-group.scss */
.control-group__label {
  float: left;
  font-size: 14px;
  line-height: 40px;
}

/* line 27, ../../app/assets/stylesheets/components/control-group.scss */
.control-group__controls {
  margin-left: 110px;
  white-space: nowrap;
}
/* line 31, ../../app/assets/stylesheets/components/control-group.scss */
.control-group__controls .text-input {
  height: 40px;
  line-height: 40px;
}
/* line 35, ../../app/assets/stylesheets/components/control-group.scss */
.control-group__controls .text-input + .text-input {
  margin-top: 10px;
}
/* line 41, ../../app/assets/stylesheets/components/control-group.scss */
.control-group__controls select {
  font-size: 14px;
  margin-top: 10px;
}

/* line 54, ../../app/assets/stylesheets/components/control-group.scss */
.control-group--radio-buttons {
  margin-bottom: 10px;
  text-align: left;
}

/* line 59, ../../app/assets/stylesheets/components/control-group.scss */
.control-group--account {
  border-bottom: solid 1px #e0e0e0;
  margin: 0;
}
/* line 64, ../../app/assets/stylesheets/components/control-group.scss */
.control-group--account:last-child {
  border-bottom: 0;
}
/* line 68, ../../app/assets/stylesheets/components/control-group.scss */
.control-group--account .text-input {
  border: 0;
  padding: 0;
  outline: none;
}

/* line 1, ../../app/assets/stylesheets/components/dropdown.scss */
.dropdown {
  position: relative;
}

/* line 7, ../../app/assets/stylesheets/components/dropdown.scss */
.dropdown__content {
  padding-top: 10px;
  position: absolute;
  right: 0;
  -webkit-transition: all .1s linear;
          transition: all .1s linear;
  top: 100%;
}

/* line 29, ../../app/assets/stylesheets/components/dropdown.scss */
.dropdown .dropdown__content {
  display: none;
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: all .1s linear;
          transition: all .1s linear;
}

/* line 38, ../../app/assets/stylesheets/components/dropdown.scss */
.dropdown.is-active .button--cancel, .dropdown.is-active .button--large, .dropdown.is-active .button--large--secondary, .dropdown.is-active .icon-button, .dropdown.is-active .sml-icon-button, .dropdown.is-active .media-button--facebook--small, .dropdown.is-active .media-button--email--small, .dropdown.is-active .media-button--facebook, .dropdown.is-active .media-button--email, .dropdown.is-active .expo-button, .dropdown.is-active .account-form__submit, .dropdown.is-active .inline-control__button {
  background: #132530;
}
/* line 42, ../../app/assets/stylesheets/components/dropdown.scss */
.dropdown.is-active .dropdown__content {
  display: block;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

/* line 1, ../../app/assets/stylesheets/components/error.scss */
.flash--error, .flash--success {
  background: #e0e0e0;
  border: solid 1px #c7c7c7;
  font-size: 14px;
  margin: 0 auto;
  padding: 5px 10px;
  text-align: center;
  max-width: 370px;
}

/* line 15, ../../app/assets/stylesheets/components/error.scss */
.flash--success {
  background: #d2e9c3;
  border-color: #b6db9e;
  color: #609a39;
}

/* line 1, ../../app/assets/stylesheets/components/footer.scss */
.footer {
  padding: 10px;
}
/* line 5, ../../app/assets/stylesheets/components/footer.scss */
.footer .app-store-button {
  float: right;
}
/* line 9, ../../app/assets/stylesheets/components/footer.scss */
.footer .icon-list {
  margin-top: 5px;
}

/* line 5, ../../app/assets/stylesheets/components/gr-modal.scss */
.gr-modal {
  -webkit-transition: all 0.1s linear;
          transition: all 0.1s linear;
}

/* line 10, ../../app/assets/stylesheets/components/gr-modal.scss */
.gr-modal__container {
  /*@extend %absolute-center;*/
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  height: 360px;
  padding: 20px;
  position: fixed;
  -webkit-transition: all 0.1s linear;
          transition: all 0.1s linear;
  width: 400px;
  top: 50%;
  left: 50%;
  margin-top: -200px;
  margin-left: -200px;
}
/* line 24, ../../app/assets/stylesheets/components/gr-modal.scss */
.gr-modal__container iframe {
  display: block;
}

/* line 29, ../../app/assets/stylesheets/components/gr-modal.scss */
.gr-modal__background {
  background: url("/assets/common/bg-transparency-black.png");
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

/* line 52, ../../app/assets/stylesheets/components/gr-modal.scss */
.gr-modal .gr-modal__container {
  /*transform: translate(-50%, -50%);*/
}
/* line 55, ../../app/assets/stylesheets/components/gr-modal.scss */
.gr-modal .gr-modal__container iframe {
  display: none;
}

/* line 66, ../../app/assets/stylesheets/components/gr-modal.scss */
.modal-active .gr-modal .gr-modal__container {
  /*transform: translate(-50%, -45%);*/
}
/* line 69, ../../app/assets/stylesheets/components/gr-modal.scss */
.modal-active .gr-modal .gr-modal__container iframe {
  display: block;
}

/* line 1, ../../app/assets/stylesheets/components/header.scss */
.header {
  background: #fff;
  background: rgba(255, 255, 255, 0.45);
  margin-bottom: 40px;
  padding: 10px 0;
}
/* line 7, ../../app/assets/stylesheets/components/header.scss */
.header .main-nav {
  float: right;
}

/* line 1, ../../app/assets/stylesheets/components/icon-link.scss */
.icon-link {
  color: #888888;
  display: inline-block;
  font-size: 14px;
}
/* line 6, ../../app/assets/stylesheets/components/icon-link.scss */
.icon-link:hover {
  color: #132530;
}

/* line 12, ../../app/assets/stylesheets/components/icon-link.scss */
.icon-link__icon {
  font-size: 16px;
  margin-left: 10px;
  vertical-align: middle;
}

/* line 5, ../../app/assets/stylesheets/components/icon-list.scss */
.icon-list__item {
  display: inline-block;
  font-size: 30px;
  line-height: 1;
  margin-right: 10px;
}

/* line 12, ../../app/assets/stylesheets/components/icon-list.scss */
.icon-list__link {
  color: #888888;
  font-size: 30px;
}

/* line 1, ../../app/assets/stylesheets/components/inline-control.scss */
.inline-control {
  padding-right: 60px;
  position: relative;
}

/* line 7, ../../app/assets/stylesheets/components/inline-control.scss */
.inline-control__body {
  width: 100%;
}

/* line 11, ../../app/assets/stylesheets/components/inline-control.scss */
.inline-control__actions {
  position: absolute;
  right: 0;
  top: 0;
}

/* line 17, ../../app/assets/stylesheets/components/inline-control.scss */
.inline-control__button {
  background: #2c77a2;
  line-height: 34px;
  padding: 0 10px;
}
/* line 23, ../../app/assets/stylesheets/components/inline-control.scss */
.inline-control__button:hover {
  background: #3186b6;
}

/* line 33, ../../app/assets/stylesheets/components/inline-control.scss */
a.inline-control__icon-button {
  color: #ce2727;
  cursor: pointer;
  display: block;
}
/* line 38, ../../app/assets/stylesheets/components/inline-control.scss */
a.inline-control__icon-button:hover {
  color: #e16161;
}
/* line 42, ../../app/assets/stylesheets/components/inline-control.scss */
a.inline-control__icon-button i {
  font-size: 24px;
}

/* line 2, ../../app/assets/stylesheets/components/intro-text.scss */
.intro-text p {
  margin: 0;
}

/* line 1, ../../app/assets/stylesheets/components/invite.scss */
.invite {
  width: 400px;
}
/* line 5, ../../app/assets/stylesheets/components/invite.scss */
.invite .button--cancel, .invite .button--large, .invite .button--large--secondary, .invite .icon-button, .invite .sml-icon-button, .invite .media-button--facebook--small, .invite .media-button--email--small, .invite .media-button--facebook, .invite .media-button--email, .invite .expo-button, .invite .account-form__submit, .invite .inline-control__button,
.invite .button {
  font-size: 16px;
}

/* line 11, ../../app/assets/stylesheets/components/invite.scss */
.invite__head {
  border-bottom: solid 1px #efefef;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

/* line 17, ../../app/assets/stylesheets/components/invite.scss */
.invite__footer {
  border-top: solid 1px #efefef;
  margin-top: 15px;
  padding-top: 15px;
}

/* line 23, ../../app/assets/stylesheets/components/invite.scss */
.invite__title {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}

/* line 29, ../../app/assets/stylesheets/components/invite.scss */
.invite__list {
  height: 200px;
  margin: 10px 0;
  overflow: auto;
  padding: 0 10px 0 25px;
}

/* line 36, ../../app/assets/stylesheets/components/invite.scss */
.invite__list-item {
  line-height: 30px;
}

/* line 40, ../../app/assets/stylesheets/components/invite.scss */
.invite__actions {
  float: right;
}
/* line 43, ../../app/assets/stylesheets/components/invite.scss */
.invite__actions > * {
  margin-left: 10px;
}

/* line 1, ../../app/assets/stylesheets/components/list-controls.scss */
.list-controls {
  border-bottom: solid 1px #efefef;
  margin-bottom: 10px;
  padding: 10px 10px 15px;
}

/* line 8, ../../app/assets/stylesheets/components/list-controls.scss */
.list-controls__title {
  float: left;
  font-size: 14px;
  font-weight: bold;
  line-height: 32px;
  margin: 0;
}

/* line 16, ../../app/assets/stylesheets/components/list-controls.scss */
.list-controls__actions {
  margin: 0 -10px 0 130px;
}

/* line 21, ../../app/assets/stylesheets/components/list-controls.scss */
.list-controls__actions-item {
  display: inline-block;
  padding-right: 10px;
  width: 50%;
}
/* line 30, ../../app/assets/stylesheets/components/list-controls.scss */
.list-controls__actions-item .media-button--facebook--small, .list-controls__actions-item .media-button--email--small, .list-controls__actions-item .media-button--facebook, .list-controls__actions-item .media-button--email {
  color: #fff;
  text-decoration: none;
}

/* line 5, ../../app/assets/stylesheets/components/main-nav.scss */
.main-nav__item {
  display: inline-block;
  margin-left: 20px;
}

/* line 1, ../../app/assets/stylesheets/components/menu.scss */
.menu {
  background: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  width: 170px;
}

/* line 8, ../../app/assets/stylesheets/components/menu.scss */
.menu__link {
  color: #333333;
  display: block;
  font-size: 14px;
  line-height: 30px;
  padding: 0 20px;
  -webkit-transition: all 0.1s linear;
          transition: all 0.1s linear;
}
/* line 17, ../../app/assets/stylesheets/components/menu.scss */
.menu__link:hover {
  background: #132530;
  color: #fff;
}

/* line 1, ../../app/assets/stylesheets/components/panel.scss */
.panel {
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  padding: 15px;
}
/* line 6, ../../app/assets/stylesheets/components/panel.scss */
.panel iframe {
  display: block;
}

/* line 1, ../../app/assets/stylesheets/components/pending-badge.scss */
.pending-badge {
  border-radius: 20px;
  border: solid 1px #CCC;
  color: #AAA;
  display: inline-block;
  float: right;
  font-size: 14px;
  font-style: italic;
  line-height: 23px;
  padding: 0 10px;
  text-align: center;
}

/* line 1, ../../app/assets/stylesheets/components/radio-button-group.scss */
.radio-button-group {
  display: inline-block;
  font-size: 14px;
  line-height: 40px;
  margin-right: 30px;
  text-align: left;
}
/* line 8, ../../app/assets/stylesheets/components/radio-button-group.scss */
.radio-button-group input {
  margin-right: 10px;
  vertical-align: middle;
  width: auto;
}

/* line 1, ../../app/assets/stylesheets/components/tagline.scss */
.tagline {
  color: black;
  font-size: 40px;
  font-family: mission-script, helvetica, arial, sans-serif;
  line-height: 1.1;
  text-align: center;
}

/* line 1, ../../app/assets/stylesheets/components/text-input.scss */
.text-input {
  font-size: 16px;
  height: 34px;
  margin: 0;
  padding: 0 10px;
  width: 100%;
}

/* line 1, ../../app/assets/stylesheets/components/tiny-link.scss */
.tiny-link {
  color: #888888;
  font-size: 12px;
}
/* line 5, ../../app/assets/stylesheets/components/tiny-link.scss */
.tiny-link:hover {
  color: #132530;
}

/* line 1, ../../app/assets/stylesheets/templates/change-password-template.scss */
.change-password-template {
  padding: 10px;
}
/* line 5, ../../app/assets/stylesheets/templates/change-password-template.scss */
.change-password-template .flash--error, .change-password-template .flash--success {
  margin-bottom: 20px;
}
/* line 9, ../../app/assets/stylesheets/templates/change-password-template.scss */
.change-password-template .account-form {
  max-width: 390px;
}
/* line 13, ../../app/assets/stylesheets/templates/change-password-template.scss */
.change-password-template .control-group__label {
  line-height: 22px;
}
/* line 17, ../../app/assets/stylesheets/templates/change-password-template.scss */
.change-password-template .control-group__controls {
  margin-left: 160px;
}
/* line 21, ../../app/assets/stylesheets/templates/change-password-template.scss */
.change-password-template .text-input {
  height: 22px;
  line-height: 22px;
}
/* line 26, ../../app/assets/stylesheets/templates/change-password-template.scss */
.change-password-template .account-form__submit {
  font-size: 16px;
}

/* line 1, ../../app/assets/stylesheets/templates/home-template.scss */
.home-template {
  text-align: center;
}
/* line 5, ../../app/assets/stylesheets/templates/home-template.scss */
.home-template .circle-logo {
  margin: 10px auto 20px;
}
/* line 9, ../../app/assets/stylesheets/templates/home-template.scss */
.home-template .tagline {
  margin: 0 auto 20px;
}
/* line 13, ../../app/assets/stylesheets/templates/home-template.scss */
.home-template .flash--error, .home-template .flash--success {
  margin-bottom: 20px;
}
/* line 17, ../../app/assets/stylesheets/templates/home-template.scss */
.home-template .panel {
  margin-bottom: 10px;
}
/* line 20, ../../app/assets/stylesheets/templates/home-template.scss */
.home-template .panel .button--cancel, .home-template .panel .button--large, .home-template .panel .button--large--secondary, .home-template .panel .icon-button, .home-template .panel .sml-icon-button, .home-template .panel .media-button--facebook--small, .home-template .panel .media-button--email--small, .home-template .panel .media-button--facebook, .home-template .panel .media-button--email, .home-template .panel .expo-button, .home-template .panel .account-form__submit, .home-template .panel .inline-control__button {
  width: 360px;
  margin: 0 auto;
}
/* line 24, ../../app/assets/stylesheets/templates/home-template.scss */
.home-template .panel .button--large, .home-template .panel .button--large--secondary {
  margin-bottom: 5px;
  margin-top: 20px;
}
/* line 32, ../../app/assets/stylesheets/templates/home-template.scss */
.home-template .intro-text {
  margin-bottom: 10px;
}
/* line 35, ../../app/assets/stylesheets/templates/home-template.scss */
.home-template a.button--large, .home-template a.button--large--secondary {
  color: white !important;
  text-decoration: none !important;
}

/* line 2, ../../app/assets/stylesheets/templates/landing-template.scss */
.landing-template .sml-icon-button {
  width: auto !important;
  margin-bottom: 10px !important;
}

/* line 1, ../../app/assets/stylesheets/templates/account-action-template.scss */
.account-action-template {
  text-align: center;
}
/* line 5, ../../app/assets/stylesheets/templates/account-action-template.scss */
.account-action-template p {
  margin: 0 0 15px;
}
/* line 9, ../../app/assets/stylesheets/templates/account-action-template.scss */
.account-action-template .media-button--facebook, .account-action-template .media-button--facebook--small {
  margin-bottom: 10px;
}
/* line 13, ../../app/assets/stylesheets/templates/account-action-template.scss */
.account-action-template .panel {
  margin-bottom: 0;
  padding-bottom: 5px;
  padding-top: 5px;
}
/* line 19, ../../app/assets/stylesheets/templates/account-action-template.scss */
.account-action-template .account-form {
  margin-bottom: 10px;
}
/* line 23, ../../app/assets/stylesheets/templates/account-action-template.scss */
.account-action-template .tiny-link {
  display: block;
  font-size: 14px;
  margin: 5px 0 0 125px;
  text-align: left;
}
/* line 30, ../../app/assets/stylesheets/templates/account-action-template.scss */
.account-action-template .description-text {
  color: #888888;
  font-size: 14px;
  display: block;
}
/*!
 * jQuery UI CSS Framework 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */

/*













 */



/* Component containers
----------------------------------*/

.ui-widget {
	font-family: Verdana,Arial,sans-serif/*{ffDefault}*/;
	font-size: 1.1em/*{fsDefault}*/;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif/*{ffDefault}*/;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa/*{borderColorContent}*/;
	background: #ffffff/*{bgColorContent}*/ url(/assets/jquery-ui/ui-bg_flat_75_ffffff_40x100.png)/*{bgImgUrlContent}*/ 50%/*{bgContentXPos}*/ 50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/;
	color: #222222/*{fcContent}*/;
}
.ui-widget-content a {
	color: #222222/*{fcContent}*/;
}
.ui-widget-header {
	border: 1px solid #aaaaaa/*{borderColorHeader}*/;
	background: #cccccc/*{bgColorHeader}*/ url(/assets/jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png)/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/;
	color: #222222/*{fcHeader}*/;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222/*{fcHeader}*/;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3/*{borderColorDefault}*/;
	background: #e6e6e6/*{bgColorDefault}*/ url(/assets/jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png)/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #555555/*{fcDefault}*/;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555/*{fcDefault}*/;
	text-decoration: none;
}
.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 #999999/*{borderColorHover}*/;
	background: #dadada/*{bgColorHover}*/ url(/assets/jquery-ui/ui-bg_glass_75_dadada_1x400.png)/*{bgImgUrlHover}*/ 50%/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #212121/*{fcHover}*/;
}
.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: #212121/*{fcHover}*/;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa/*{borderColorActive}*/;
	background: #ffffff/*{bgColorActive}*/ url(/assets/jquery-ui/ui-bg_glass_65_ffffff_1x400.png)/*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #212121/*{fcActive}*/;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121/*{fcActive}*/;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1/*{borderColorHighlight}*/;
	background: #fbf9ee/*{bgColorHighlight}*/ url(/assets/jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png)/*{bgImgUrlHighlight}*/ 50%/*{bgHighlightXPos}*/ 50%/*{bgHighlightYPos}*/ repeat-x/*{bgHighlightRepeat}*/;
	color: #363636/*{fcHighlight}*/;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636/*{fcHighlight}*/;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a/*{borderColorError}*/;
	background: #fef1ec/*{bgColorError}*/ url(/assets/jquery-ui/ui-bg_glass_95_fef1ec_1x400.png)/*{bgImgUrlError}*/ 50%/*{bgErrorXPos}*/ 50%/*{bgErrorYPos}*/ repeat-x/*{bgErrorRepeat}*/;
	color: #cd0a0a/*{fcError}*/;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a/*{fcError}*/;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a/*{fcError}*/;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

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

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_222222_256x240.png)/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_222222_256x240.png)/*{iconsHeader}*/;
}
.ui-state-default .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_888888_256x240.png)/*{iconsDefault}*/;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_454545_256x240.png)/*{iconsHover}*/;
}
.ui-state-active .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_454545_256x240.png)/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_2e83ff_256x240.png)/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_cd0a0a_256x240.png)/*{iconsError}*/;
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


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

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px/*{cornerRadius}*/;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa/*{bgColorOverlay}*/ url(/assets/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlOverlay}*/ 50%/*{bgOverlayXPos}*/ 50%/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/;
	opacity: .3/*{opacityOverlay}*/;
	filter: Alpha(Opacity=30)/*{opacityFilterOverlay}*/; /* support: IE8 */
}
.ui-widget-shadow {
	margin: -8px/*{offsetTopShadow}*/ 0 0 -8px/*{offsetLeftShadow}*/;
	padding: 8px/*{thicknessShadow}*/;
	background: #aaaaaa/*{bgColorShadow}*/ url(/assets/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlShadow}*/ 50%/*{bgShadowXPos}*/ 50%/*{bgShadowYPos}*/ repeat-x/*{bgShadowRepeat}*/;
	opacity: .3/*{opacityShadow}*/;
	filter: Alpha(Opacity=30)/*{opacityFilterShadow}*/; /* support: IE8 */
	border-radius: 8px/*{cornerRadiusShadow}*/;
}
/*!
 * jQuery UI CSS Framework 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/*

 */

/* Layout helpers
----------------------------------*/

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

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


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


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

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


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

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*!
 * jQuery UI Accordion 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/accordion/#theming
 */
/*


 */

.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
	font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
/*!
 * jQuery UI Menu 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/menu/#theming
 */
/*


 */

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

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

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

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
/*!
 * jQuery UI Autocomplete 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/autocomplete/#theming
 */
/*



 */

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
/*!
 * jQuery UI Button 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/button/#theming
 */
/*


 */

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

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

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

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

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


 */

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

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

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
/*!
 * jQuery UI Draggable 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
/*


 */

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


 */

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





 */

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


 */

.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
/*!
 * jQuery UI Selectable 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
/*


 */

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



 */

.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	/* Support: IE7 */
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-button {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
	right: 0.5em;
	left: auto;
	margin-top: -8px;
	position: absolute;
	top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
	padding: 0.4em 2.1em 0.4em 1em;
	display: block;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*!
 * jQuery UI Sortable 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
/*


 */

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


 */

.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	-webkit-filter: inherit;
	        filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
/*!
 * jQuery UI Spinner 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/spinner/#theming
 */
/*



 */

.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.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 */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
/*!
 * jQuery UI Tabs 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tabs/#theming
 */
/*


 */

.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.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;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.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;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
/*!
 * jQuery UI Tooltip 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tooltip/#theming
 */
/*


 */

.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}
/*!
 * jQuery UI CSS Framework 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/*


















 */

/*!
 * jQuery UI CSS Framework 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/*


 */

