/*
 * 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.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 11, /web/enyos/rails3prod/docs/chill-prod/vendor/assets/stylesheets/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 30, /web/enyos/rails3prod/docs/chill-prod/vendor/assets/stylesheets/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 41, /web/enyos/rails3prod/docs/chill-prod/vendor/assets/stylesheets/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 50, /web/enyos/rails3prod/docs/chill-prod/vendor/assets/stylesheets/_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 64, /web/enyos/rails3prod/docs/chill-prod/vendor/assets/stylesheets/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 74, /web/enyos/rails3prod/docs/chill-prod/vendor/assets/stylesheets/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 86, /web/enyos/rails3prod/docs/chill-prod/vendor/assets/stylesheets/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 94, /web/enyos/rails3prod/docs/chill-prod/vendor/assets/stylesheets/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 108, /web/enyos/rails3prod/docs/chill-prod/vendor/assets/stylesheets/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 117, /web/enyos/rails3prod/docs/chill-prod/vendor/assets/stylesheets/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 125, /web/enyos/rails3prod/docs/chill-prod/vendor/assets/stylesheets/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 134, /web/enyos/rails3prod/docs/chill-prod/vendor/assets/stylesheets/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 142, /web/enyos/rails3prod/docs/chill-prod/vendor/assets/stylesheets/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 152, /web/enyos/rails3prod/docs/chill-prod/vendor/assets/stylesheets/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 161, /web/enyos/rails3prod/docs/chill-prod/vendor/assets/stylesheets/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 173, /web/enyos/rails3prod/docs/chill-prod/vendor/assets/stylesheets/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
/* line 181, /web/enyos/rails3prod/docs/chill-prod/vendor/assets/stylesheets/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 189, /web/enyos/rails3prod/docs/chill-prod/vendor/assets/stylesheets/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 197, /web/enyos/rails3prod/docs/chill-prod/vendor/assets/stylesheets/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 205, /web/enyos/rails3prod/docs/chill-prod/vendor/assets/stylesheets/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 209, /web/enyos/rails3prod/docs/chill-prod/vendor/assets/stylesheets/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 221, /web/enyos/rails3prod/docs/chill-prod/vendor/assets/stylesheets/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 229, /web/enyos/rails3prod/docs/chill-prod/vendor/assets/stylesheets/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 241, /web/enyos/rails3prod/docs/chill-prod/vendor/assets/stylesheets/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 253, /web/enyos/rails3prod/docs/chill-prod/vendor/assets/stylesheets/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 264, /web/enyos/rails3prod/docs/chill-prod/vendor/assets/stylesheets/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 275, /web/enyos/rails3prod/docs/chill-prod/vendor/assets/stylesheets/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 289, /web/enyos/rails3prod/docs/chill-prod/vendor/assets/stylesheets/_normalize.scss */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 301, /web/enyos/rails3prod/docs/chill-prod/vendor/assets/stylesheets/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 314, /web/enyos/rails3prod/docs/chill-prod/vendor/assets/stylesheets/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 326, /web/enyos/rails3prod/docs/chill-prod/vendor/assets/stylesheets/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
/* line 336, /web/enyos/rails3prod/docs/chill-prod/vendor/assets/stylesheets/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 348, /web/enyos/rails3prod/docs/chill-prod/vendor/assets/stylesheets/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 360, /web/enyos/rails3prod/docs/chill-prod/vendor/assets/stylesheets/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 369, /web/enyos/rails3prod/docs/chill-prod/vendor/assets/stylesheets/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 380, /web/enyos/rails3prod/docs/chill-prod/vendor/assets/stylesheets/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 393, /web/enyos/rails3prod/docs/chill-prod/vendor/assets/stylesheets/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 2, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/neat-1.3.0/app/assets/stylesheets/grid/_grid.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/bitters/_extends.scss */
.site-news h2, article.notice-show footer h6 {
  color: #777A83;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

@font-face {
  font-family: fontello;
  font-weight: normal;
  font-style: normal;
  src: url(/assets/fontello/fontello-c0b27940f2e635f51d47d2bec9b0dde8ab7ad6590dd947293ba499f5329d8c8f.eot);
  src: url(/assets/fontello/fontello-c0b27940f2e635f51d47d2bec9b0dde8ab7ad6590dd947293ba499f5329d8c8f.eot?#iefix) format("embedded-opentype"), url(/assets/fontello/fontello-5c53c569659908795b4b2c4fda5d2ddc4ba74daec4be0738c15617768a47f924.woff) format("woff"), url(/assets/fontello/fontello-ec5cda72fede3d26c6c50912c91a41a728653d2a8a0bf2e55ec2d70148f5bac4.ttf) format("truetype"), url(/assets/fontello/fontello-3e8a017ec84f06005af242a89e3db8b15a304069cef7c27476e1013fbf03fddc.svg#fontello) format("svg");
}
/* merriweather-regular - latin */
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 400;
  src: url(/assets/merriweather-v8-latin-regular-7b5941b08b75dd36e00a026530d07756bcc7eba234971161cebdb6f68f186af9.eot);
  /* IE9 Compat Modes */
  src: local("Merriweather"), url(/assets/merriweather-v8-latin-regular-7b5941b08b75dd36e00a026530d07756bcc7eba234971161cebdb6f68f186af9.eot?#iefix) format("embedded-opentype"), url(/assets/merriweather-v8-latin-regular-377f8ee971e6f791c705de35c6013b6bf66594961d0a7daeec8c3884da7dbd77.woff2) format("woff2"), url(/assets/merriweather-v8-latin-regular-df5836580d36a62ac4c56a3ca58b5dcfd99101253f9bcbca27c65d82c695146c.woff) format("woff"), url(/assets/merriweather-v8-latin-regular-5738fecf2150765a8ccbecbd584a28882853f78d0f0f234708dd5fdfab0bb3af.ttf) format("truetype"), url(/assets/merriweather-v8-latin-regular-5de4d5cafce5417c5c0fecf082823f156121e89f30cfd99f6ba89a990a9a2895.svg#Merriweather) format("svg");
  /* Legacy iOS */
}
/* merriweather-italic - latin */
@font-face {
  font-family: 'Merriweather';
  font-style: italic;
  font-weight: 400;
  src: url(/assets/merriweather-v8-latin-italic-3621b329e0dde3f176e6a63c2e63288a54023764994afd95c2d496af14057538.eot);
  /* IE9 Compat Modes */
  src: local("Merriweather Italic"), local("Merriweather-Italic"), url(/assets/merriweather-v8-latin-italic-3621b329e0dde3f176e6a63c2e63288a54023764994afd95c2d496af14057538.eot?#iefix) format("embedded-opentype"), url(/assets/merriweather-v8-latin-italic-48c5fadc8355caa9d297df9b13d89a98218e0a47b5c5db59fdc7dc53214faf9c.woff2) format("woff2"), url(/assets/merriweather-v8-latin-italic-13e2d1d38a4849ba52c9a1e02b44ed7156417161c39b3e29e97a1e87aa243648.woff) format("woff"), url(/assets/merriweather-v8-latin-italic-bbf380dd8a5a707df8266bdaf79abcbd2093510a2fc8262d99edbf51a14a40a1.ttf) format("truetype"), url(/assets/merriweather-v8-latin-italic-e6aa185cfe08aa67b8f6174207f00c091bec611fffebc7c8d4c49776b7d974b3.svg#Merriweather) format("svg");
  /* Legacy iOS */
}
/* merriweather-700 - latin */
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 700;
  src: url(/assets/merriweather-v8-latin-700-d96707985abebe6f6418d951672733c247c46c22d37826e155323947dab60e69.eot);
  /* IE9 Compat Modes */
  src: local("Merriweather Bold"), local("Merriweather-Bold"), url(/assets/merriweather-v8-latin-700-d96707985abebe6f6418d951672733c247c46c22d37826e155323947dab60e69.eot?#iefix) format("embedded-opentype"), url(/assets/merriweather-v8-latin-700-934e4349b3add62bf4b4d6d17730c3c40356efc04f02178bd06537d0b378e564.woff2) format("woff2"), url(/assets/merriweather-v8-latin-700-12be9bcc19daf6dcf1313976fe1b6af260ea6bcebff1d1da4d3cb89dc74214a9.woff) format("woff"), url(/assets/merriweather-v8-latin-700-bba46a4ff2b4fd3b29fcc7789e56811af3862e57f639cddd5a69800f7b0fee9f.ttf) format("truetype"), url(/assets/merriweather-v8-latin-700-120c760b0cd23c6f922147ed65fca77bf3d1dbb5e29d3504ee8b264fd3689af7.svg#Merriweather) format("svg");
  /* Legacy iOS */
}
/* merriweather-700italic - latin */
@font-face {
  font-family: 'Merriweather';
  font-style: italic;
  font-weight: 700;
  src: url(/assets/merriweather-v8-latin-700italic-6fb62c7f0b4c82e08f1c8c75f6306b4c372702aa26153999093646ce398ab3be.eot);
  /* IE9 Compat Modes */
  src: local("Merriweather Bold Italic"), local("Merriweather-BoldItalic"), url(/assets/merriweather-v8-latin-700italic-6fb62c7f0b4c82e08f1c8c75f6306b4c372702aa26153999093646ce398ab3be.eot?#iefix) format("embedded-opentype"), url(/assets/merriweather-v8-latin-700italic-6f13a14d5d4d169feb704f6fea06b30a741f62fe7fdba7e4d8d2e661ed097308.woff2) format("woff2"), url(/assets/merriweather-v8-latin-700italic-0921221b736e7f232e2f13bfa938d7cf4e9acbb02698309a2bb2861ca862d012.woff) format("woff"), url(/assets/merriweather-v8-latin-700italic-55996234058b305d4006329211d3b3dfe5e59d34fec04bd931b021aa75159ec1.ttf) format("truetype"), url(/assets/merriweather-v8-latin-700italic-0ff102a66e2d5a3887c04445cdbae4913aa2e70852ecdae194d9270bca1ee85d.svg#Merriweather) format("svg");
  /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(/assets/open-sans-v13-latin-regular-f9fce0f46bc48827860c25afa8f3e1a0b51663adb79520e4fbdc65bde0e8db00.eot);
  /* IE9 Compat Modes */
  src: local("Open Sans"), local("OpenSans"), url(/assets/open-sans-v13-latin-regular-f9fce0f46bc48827860c25afa8f3e1a0b51663adb79520e4fbdc65bde0e8db00.eot?#iefix) format("embedded-opentype"), url(/assets/open-sans-v13-latin-regular-60f9b5203842a4fe2d52f7c96f3c57b755bbf8f347535469739bcc6f95a9c4b5.woff2) format("woff2"), url(/assets/open-sans-v13-latin-regular-819747b05df4938922997e60e199603ecb04f4d987331ba5c3f7db30a835c3bd.woff) format("woff"), url(/assets/open-sans-v13-latin-regular-24b337181983cb1cff33d2bacf608a0568be59b83e505e26c8597cea5d2171c4.ttf) format("truetype"), url(/assets/open-sans-v13-latin-regular-260ae184a55148450cc4d6d851a8760d84d8426d4c47c2025ecb20f5cb7dcaf2.svg#OpenSans) format("svg");
  /* Legacy iOS */
}
/* open-sans-italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url(/assets/open-sans-v13-latin-italic-2707a27b8ec99531e5c8d5e430dc4865ee0f794c10d59c92031921243396a4f2.eot);
  /* IE9 Compat Modes */
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url(/assets/open-sans-v13-latin-italic-2707a27b8ec99531e5c8d5e430dc4865ee0f794c10d59c92031921243396a4f2.eot?#iefix) format("embedded-opentype"), url(/assets/open-sans-v13-latin-italic-31e017acd3e7f361b8415d08e478b431a47929954aa974ff871be87bf8d374ba.woff2) format("woff2"), url(/assets/open-sans-v13-latin-italic-08705820e4c580d053c559ddabe76cbe5a26675c7e349913c973ba2c53efed31.woff) format("woff"), url(/assets/open-sans-v13-latin-italic-7834ece529ae284e3f5da3cb2d431c0876ca284a9a14065b683ed419e18119ce.ttf) format("truetype"), url(/assets/open-sans-v13-latin-italic-dbe115a4846293a85c4dc6e59dcd3a605dd1515814f029fd49d8fdbdb671bf14.svg#OpenSans) format("svg");
  /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url(/assets/open-sans-v13-latin-600-890f4188ea9fbfc31df383b8f5c9cf11a8750a8775cf4677aebe8973b7400b9c.eot);
  /* IE9 Compat Modes */
  src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url(/assets/open-sans-v13-latin-600-890f4188ea9fbfc31df383b8f5c9cf11a8750a8775cf4677aebe8973b7400b9c.eot?#iefix) format("embedded-opentype"), url(/assets/open-sans-v13-latin-600-efc029e0546f49ed87c043e09393a995468c2ab1a139332b3aca0fdbe93fe51e.woff2) format("woff2"), url(/assets/open-sans-v13-latin-600-60b4c0467984be694a0e9ea4e7eb1f486731991ad9e7798996f1add8f9b9f439.woff) format("woff"), url(/assets/open-sans-v13-latin-600-93b4b393bdf79a8047bd391f9ca92db7924db520f81eb2de4b7df2ce1e534783.ttf) format("truetype"), url(/assets/open-sans-v13-latin-600-4498f4f32781623b3a08db44727b3f177e7f56c23756d40b558e9414f8e8702c.svg#OpenSans) format("svg");
  /* Legacy iOS */
}
/* open-sans-600italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: url(/assets/open-sans-v13-latin-600italic-200ef3c89cac34d36bc77951e58839bf45259897d7d31ab355bded530c245a12.eot);
  /* IE9 Compat Modes */
  src: local("Open Sans Semibold Italic"), local("OpenSans-SemiboldItalic"), url(/assets/open-sans-v13-latin-600italic-200ef3c89cac34d36bc77951e58839bf45259897d7d31ab355bded530c245a12.eot?#iefix) format("embedded-opentype"), url(/assets/open-sans-v13-latin-600italic-4a9983c4d32dec3c4f6b45ce7ae7008b5af737d9528c1e1623982a9ca4c87d8b.woff2) format("woff2"), url(/assets/open-sans-v13-latin-600italic-4c39ca2b949f8bcadc0c9f36ea7be9ae4039a830deaedcd57fee8d3d75136952.woff) format("woff"), url(/assets/open-sans-v13-latin-600italic-e73cd0e693f017b713af222416fd6eee9d7fe110fc6c115ab28ba08029351b7b.ttf) format("truetype"), url(/assets/open-sans-v13-latin-600italic-56218439e95972a29e1b085412f64066535bdb244fa9ca6cbc233310bcda8271.svg#OpenSans) format("svg");
  /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url(/assets/open-sans-v13-latin-700-7ccfcc253cc9481a0124ab472f6d226cc9dbcf40fd7e2cc7c714febb14aab757.eot);
  /* IE9 Compat Modes */
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(/assets/open-sans-v13-latin-700-7ccfcc253cc9481a0124ab472f6d226cc9dbcf40fd7e2cc7c714febb14aab757.eot?#iefix) format("embedded-opentype"), url(/assets/open-sans-v13-latin-700-f164941997fbc7f7ed7d2a7c3e86b997d647f1910d93fdc2462dd86fd5affa48.woff2) format("woff2"), url(/assets/open-sans-v13-latin-700-16c11e59500457a4d210e5584e57cdce82015483c1199119b562120e6510a67a.woff) format("woff"), url(/assets/open-sans-v13-latin-700-79431c33f2330eccac17fdd2aa229c0ce43b9db9c7bec3031178e68a004331e2.ttf) format("truetype"), url(/assets/open-sans-v13-latin-700-65b1407f4965c80d45f5745861229de7ca790c52d504cdb0032541f0473fc818.svg#OpenSans) format("svg");
  /* Legacy iOS */
}
/* open-sans-700italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url(/assets/open-sans-v13-latin-700italic-048f368223c138e4b332e81e31f1a5460ec2e929f319e55c4c568502a1f57469.eot);
  /* IE9 Compat Modes */
  src: local("Open Sans Bold Italic"), local("OpenSans-BoldItalic"), url(/assets/open-sans-v13-latin-700italic-048f368223c138e4b332e81e31f1a5460ec2e929f319e55c4c568502a1f57469.eot?#iefix) format("embedded-opentype"), url(/assets/open-sans-v13-latin-700italic-78c7c95d97fcdef7c696cd9e705c2838c5bbf37201b211cb12951fdae16e476c.woff2) format("woff2"), url(/assets/open-sans-v13-latin-700italic-4e88703e0e3f2324e97072b4296424f372d3f60a300c66037d22bf6a6e74ffde.woff) format("woff"), url(/assets/open-sans-v13-latin-700italic-fd9c9059b2dd2bc5b41174bc37a9478edca01c893c54c6038c2294dc11bd734d.ttf) format("truetype"), url(/assets/open-sans-v13-latin-700italic-0f9fde1b5b83f5cf129e3fe6acab60639a1abafa8229b8480577ba253c7dbc05.svg#OpenSans) format("svg");
  /* Legacy iOS */
}
/* open-sans-800 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url(/assets/open-sans-v13-latin-800-ff077a62e28c5f751a97542b5d473c5b2b67a660361d806b370d20028544f645.eot);
  /* IE9 Compat Modes */
  src: local("Open Sans Extrabold"), local("OpenSans-Extrabold"), url(/assets/open-sans-v13-latin-800-ff077a62e28c5f751a97542b5d473c5b2b67a660361d806b370d20028544f645.eot?#iefix) format("embedded-opentype"), url(/assets/open-sans-v13-latin-800-d6bb784c1fe36582c7a60310fe712f494161e4fd42b94057b9cd9bc8a91cd5db.woff2) format("woff2"), url(/assets/open-sans-v13-latin-800-571a82118d2d04f7303a3afa77e55d9d9af648d13bd322a4932bba94b7475eef.woff) format("woff"), url(/assets/open-sans-v13-latin-800-4a979eb92a5660272f9fe455c9b204f33ce72697a81c075949ae5dd846b77cb0.ttf) format("truetype"), url(/assets/open-sans-v13-latin-800-4a1963438f6e02a17de6bb2948402ef3724cd8551252561947f3f86f542fe9a7.svg#OpenSans) format("svg");
  /* Legacy iOS */
}
/* open-sans-800italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: url(/assets/open-sans-v13-latin-800italic-1a44122bfa19f91e769442d8d9562bc330a272ff1ef40c3c312f758513f7070d.eot);
  /* IE9 Compat Modes */
  src: local("Open Sans Extrabold Italic"), local("OpenSans-ExtraboldItalic"), url(/assets/open-sans-v13-latin-800italic-1a44122bfa19f91e769442d8d9562bc330a272ff1ef40c3c312f758513f7070d.eot?#iefix) format("embedded-opentype"), url(/assets/open-sans-v13-latin-800italic-82dfed5ed9a0fcd0e26c0970344b2e44cf421d455918a6de07a2f58509af54a7.woff2) format("woff2"), url(/assets/open-sans-v13-latin-800italic-dba9a3756f9fac0dca59beef7b41913d0621175a0c82eb529d80fbe5b398947d.woff) format("woff"), url(/assets/open-sans-v13-latin-800italic-1deb8723e606f48bb90967341d23ec91e17b2e6a56b835ad6a8cb29b7aaf6230.ttf) format("truetype"), url(/assets/open-sans-v13-latin-800italic-a28fb4f93dee482f9a74eb784354bdad1276f9f3b89a2f17b7fe5b95d718d813.svg#OpenSans) format("svg");
  /* Legacy iOS */
}
/* line 188, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/bitters/_typography.scss */
body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 20.625px;
  color: #444;
}

/* line 196, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/bitters/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: 800;
  text-rendering: optimizelegibility;
}

/* line 201, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/bitters/_typography.scss */
h1 {
  font-size: 1.7333333333em;
  line-height: 41.25px;
  margin: 15.46875px 0;
}

/* line 208, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/bitters/_typography.scss */
h2 {
  font-size: 1.7333333333em;
  line-height: 36.09375px;
  margin: 15.46875px 0;
}

/* line 214, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/bitters/_typography.scss */
h3 {
  font-size: 1.6em;
  line-height: 30.9375px;
  margin: 10.3125px 0;
}

/* line 220, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/bitters/_typography.scss */
h4 {
  font-size: 1.3333333333em;
  line-height: 25.78125px;
  margin: 5.15625px 0;
}

/* line 226, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/bitters/_typography.scss */
h5 {
  font-size: 1.2em;
  line-height: 20.625px;
  margin: 0;
}

/* line 232, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/bitters/_typography.scss */
h6 {
  font-size: 15px;
  line-height: 20.625px;
  margin: 0;
}

/* line 238, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/bitters/_typography.scss */
p {
  font-size: 15px;
  font-weight: 400;
  margin: 0 0 10.3125px;
}

/* line 244, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/bitters/_typography.scss */
a:link, a:visited {
  color: #019CE0;
  text-decoration: underline;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
}
/* line 249, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/bitters/_typography.scss */
a:link:hover, a:visited:hover {
  color: #016794;
}
/* line 253, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/bitters/_typography.scss */
a:link:active, a:link:focus, a:visited:active, a:visited:focus {
  color: #016794;
  outline: none;
}

/* line 259, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/bitters/_typography.scss */
hr {
  border-top: none;
  border-right: none;
  border-left: none;
  margin: 20.625px 0;
  border-bottom: 1px solid #DDD;
}

/* line 267, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/bitters/_typography.scss */
img {
  margin: 0;
}

/* line 271, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/bitters/_typography.scss */
abbr, acronym {
  border-bottom: 1px dotted #DDD;
  cursor: help;
}

/* line 276, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/bitters/_typography.scss */
address {
  display: block;
  margin: 0 0 10.3125px;
}

/* line 281, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/bitters/_typography.scss */
hgroup {
  margin-bottom: 10.3125px;
}

/* line 285, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/bitters/_typography.scss */
del {
  color: #6a6a6a;
}

/* line 289, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/bitters/_typography.scss */
blockquote {
  border-left: 2px solid #DDD;
  color: #6a6a6a;
  font-style: italic;
  margin: 20.625px 0;
  padding-left: 10.3125px;
}

/* line 297, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/bitters/_typography.scss */
cite {
  font-style: italic;
  font-size: smaller;
  color: #848484;
}
/* line 302, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/bitters/_typography.scss */
cite:before {
  content: '\2014 \00A0';
}

/* line 307, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/bitters/_typography.scss */
strong {
  font-weight: bolder;
}

/* line 311, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/bitters/_typography.scss */
pre, code {
  font-family: 'andale mono', 'monotype.com', 'lucida console', monospace, serif;
  line-height: 20.625px;
  margin: 10.3125px 0;
}

/* line 17, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/bitters/_forms.scss */
fieldset {
  background: #f1f1f1;
  border: 1px solid white;
  margin: 0 0 20.625px 0;
  padding: 20.625px 20.625px 15.46875px 20.625px;
}

/* line 24, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/bitters/_forms.scss */
input,
label,
select {
  display: block;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
}

/* line 32, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/bitters/_forms.scss */
label {
  color: #444;
  font-weight: bold;
  margin-bottom: 5.15625px;
  font-size: 13px;
}
/* line 38, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/bitters/_forms.scss */
label.required::after {
  content: "*";
}
/* line 42, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/bitters/_forms.scss */
label abbr {
  display: none;
}

/* line 47, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/bitters/_forms.scss */
textarea,
input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"] {
  background-color: white;
  border: 1px solid #d0d0d0;
  border-radius: 2px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  margin-bottom: 10.3125px;
  padding: 10.3125px 10.3125px;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  width: 300px;
}
/* line 61, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/bitters/_forms.scss */
textarea:hover,
input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="url"]:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover {
  border-color: #c4c4c4;
}
/* line 65, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/bitters/_forms.scss */
textarea:focus,
input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus {
  border-color: #019CE0;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(1, 138, 199, 0.7);
  outline: none;
}

/* line 72, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/bitters/_forms.scss */
input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

/* line 76, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/bitters/_forms.scss */
input[type="color"] {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  height: 61.875px;
  padding: 0;
  position: relative;
  width: 103.125px;
}

/* line 86, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/bitters/_forms.scss */
input[type="checkbox"], input[type="radio"] {
  display: inline;
  margin-right: 10.3125px;
}

/* line 91, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/bitters/_forms.scss */
select {
  width: 300px;
  margin-bottom: 30.9375px;
}

/* line 96, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/bitters/_forms.scss */
a.button,
button:not(.reset),
input[type="submit"]:not(.reset) {
  color: white;
  border: 0;
  border-radius: 3px;
  font-size: 15px;
  background: #72C97D;
  padding: 0.7em 1.9em;
  text-decoration: none;
}
/* line 109, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/bitters/_forms.scss */
a.button:hover,
button:not(.reset):hover,
input[type="submit"]:not(.reset):hover {
  color: #fff;
  background: #60c26c;
}

/* line 8, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bourbon-3.1.8/app/assets/stylesheets/css3/_placeholder.scss */
input::-webkit-input-placeholder {
  color: #AEB6C2;
  font-weight: 300;
}
/* line 14, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bourbon-3.1.8/app/assets/stylesheets/css3/_placeholder.scss */
input:-moz-placeholder {
  color: #AEB6C2;
  font-weight: 300;
}
/* line 19, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bourbon-3.1.8/app/assets/stylesheets/css3/_placeholder.scss */
input::-moz-placeholder {
  color: #AEB6C2;
  font-weight: 300;
}
/* line 24, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bourbon-3.1.8/app/assets/stylesheets/css3/_placeholder.scss */
input:-ms-input-placeholder {
  color: #AEB6C2;
  font-weight: 300;
}

/* line 7, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/bitters/_tables.scss */
table {
  margin: 10.3125px 0;
  width: 100%;
}

/* line 12, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/bitters/_tables.scss */
thead {
  border-bottom: 1px solid #b7b7b7;
}

/* line 16, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/bitters/_tables.scss */
th {
  font-weight: bold;
  text-align: left;
}

/* line 21, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/bitters/_tables.scss */
td {
  border-bottom: 1px solid #DDD;
}

/* line 25, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/bitters/_tables.scss */
caption, th, td {
  padding: 10.3125px;
}

/* line 29, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/bitters/_tables.scss */
caption {
  background: #f1f1f1;
  margin-bottom: 10.3125px;
  padding: 10.3125px 0;
}

/* line 35, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/bitters/_tables.scss */
tr, td, th {
  vertical-align: middle;
}

/* line 7, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/bitters/_lists.scss */
ul, ol {
  list-style-position: outside;
  margin-bottom: 10.3125px;
  padding-left: 20.625px;
}
/* line 12, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/bitters/_lists.scss */
ul li, ol li {
  line-height: 20.625px;
}
/* line 15, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/bitters/_lists.scss */
ul li ul, ul li ol, ol li ul, ol li ol {
  padding-left: 10.3125px;
  margin-bottom: 0;
}

/* line 22, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/bitters/_lists.scss */
dl {
  line-height: 20.625px;
  margin-bottom: 10.3125px;
}
/* line 26, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/bitters/_lists.scss */
dl dt {
  font-weight: bold;
  margin-top: 5.15625px;
}
/* line 31, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/bitters/_lists.scss */
dl dd {
  margin-bottom: 0;
  margin-left: 10.3125px;
}

/* Success, error & notice boxes for messages and errors. */
/* line 11, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/bitters/_flashes.scss */
#flash > div {
  padding: 10px 20px;
}

/* line 16, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/bitters/_flashes.scss */
div#flash_alert {
  padding: .75em;
  padding: .75rem;
}

/* line 22, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/bitters/_flashes.scss */
div#flash_alert {
  background: #FBE3E4;
  color: #97161b;
}

/* line 27, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/bitters/_flashes.scss */
div.error a, #flash_failure a {
  color: #97161b;
}

/* line 31, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/bitters/_flashes.scss */
div.notice, #flash_notice {
  background: #FFF6BF;
  color: #8c7800;
}

/* line 36, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/bitters/_flashes.scss */
div.notice a, #flash_notice a {
  color: #8c7800;
}

/* line 40, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/bitters/_flashes.scss */
div.success, #flash_success {
  background: #E6EFC2;
  color: #788d25;
}

/* line 45, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/bitters/_flashes.scss */
div.success a, #flash_success a {
  color: #788d25;
}

/* line 1, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/extends/_blog.scss */
article.post-item div.metadata, article.post div.metadata {
  font-size: 13px;
  color: #8994A0;
  margin-bottom: 0.6em;
  font-family: "Merriweather", Georgia, Cambria, "Times New Roman", Times, serif;
}
/* line 7, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/extends/_blog.scss */
article.post-item div.metadata a, article.post div.metadata a {
  color: #8994A0;
  text-decoration: none;
}
/* line 11, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/extends/_blog.scss */
article.post-item div.metadata a:hover, article.post div.metadata a:hover {
  text-decoration: underline;
}

/* line 1, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/extends/_dropdown.scss */
section.search-results div.dropdown.sort-order .dropdown-menu, ol.results-facets ol.dropdown-menu {
  display: none;
  position: absolute;
  width: 300px;
  z-index: 20;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.3);
  border: 1px solid #969696;
  margin: 0px;
  padding: 1px;
  text-align: left;
  left: 0%;
  margin-top: 5px;
  border-radius: 2px;
  font-size: 13px;
  font-weight: 600;
  margin-left: -10x;
}
/* line 16, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/components/mixins/_dropdown.scss */
section.search-results div.dropdown.sort-order .dropdown-menu ul, ol.results-facets ol.dropdown-menu ul, section.search-results div.dropdown.sort-order .dropdown-menu ol, ol.results-facets ol.dropdown-menu ol {
  margin: 0px;
  overflow: scroll;
  padding: 0px;
}
/* line 22, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/components/mixins/_dropdown.scss */
section.search-results div.dropdown.sort-order .dropdown-menu li, ol.results-facets ol.dropdown-menu li {
  list-style: none;
  float: none;
  width: auto;
}
/* line 28, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/components/mixins/_dropdown.scss */
section.search-results div.dropdown.sort-order .dropdown-menu a, ol.results-facets ol.dropdown-menu a {
  display: block;
  margin: 2px 0px;
  padding: 6px 15px;
  text-decoration: none;
}
/* line 34, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/components/mixins/_dropdown.scss */
section.search-results div.dropdown.sort-order .dropdown-menu a:hover, ol.results-facets ol.dropdown-menu a:hover {
  background: #f8f8f8;
}
/* line 6, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/components/mixins/_nub.scss */
section.search-results div.dropdown.sort-order .dropdown-menu:before, ol.results-facets ol.dropdown-menu:before, section.search-results div.dropdown.sort-order .dropdown-menu:after, ol.results-facets ol.dropdown-menu:after {
  display: block;
  pointer-events: none;
  position: absolute;
  width: 0;
  height: 0;
  content: '';
}
/* line 16, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/components/mixins/_nub.scss */
section.search-results div.dropdown.sort-order .dropdown-menu:before, ol.results-facets ol.dropdown-menu:before {
  border: 11px solid transparent;
}
/* line 20, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/components/mixins/_nub.scss */
section.search-results div.dropdown.sort-order .dropdown-menu:after, ol.results-facets ol.dropdown-menu:after {
  border: 10px solid transparent;
}
/* line 25, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/components/mixins/_nub.scss */
section.search-results div.dropdown.sort-order .dropdown-menu:before, ol.results-facets ol.dropdown-menu:before {
  border-bottom-color: none;
  top: -22px;
  bottom: auto;
  left: auto;
  right: auto;
}
/* line 32, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/components/mixins/_nub.scss */
section.search-results div.dropdown.sort-order .dropdown-menu:after, ol.results-facets ol.dropdown-menu:after {
  border-bottom-color: none;
  top: -20px;
  bottom: auto;
  left: auto;
  right: auto;
}
/* line 51, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/components/mixins/_nub.scss */
section.search-results div.dropdown.sort-order .dropdown-menu:before, ol.results-facets ol.dropdown-menu:before {
  left: 20px;
  margin-left: -11px;
}
/* line 55, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/components/mixins/_nub.scss */
section.search-results div.dropdown.sort-order .dropdown-menu:after, ol.results-facets ol.dropdown-menu:after {
  left: 20px;
  margin-left: -10px;
}

/* line 4, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/extends/_faq-accordion.scss */
section#relevant-questions .wrapper, section.topic-faqs .wrapper {
  overflow: hidden;
}
/* line 7, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/extends/_faq-accordion.scss */
section#relevant-questions .wrapper article:first-child .question, section.topic-faqs .wrapper article:first-child .question {
  border-top: 0;
}
/* line 12, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/extends/_faq-accordion.scss */
section#relevant-questions article, section.topic-faqs article {
  border-radius: 3px;
  overflow: hidden;
}
/* line 17, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/extends/_faq-accordion.scss */
section#relevant-questions .question, section.topic-faqs .question {
  font-size: 17px;
  font-weight: 500;
}
/* line 21, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/extends/_faq-accordion.scss */
section#relevant-questions .question a, section.topic-faqs .question a {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  padding: 10px 20px 10px 0;
  display: block;
  text-decoration: none;
}
/* line 28, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/extends/_faq-accordion.scss */
section#relevant-questions .question.open, section.topic-faqs .question.open {
  background: #019CE0;
}
/* line 31, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/extends/_faq-accordion.scss */
section#relevant-questions .question.open a, section.topic-faqs .question.open a {
  color: #fff;
  padding-left: 20px;
}
/* line 38, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/extends/_faq-accordion.scss */
section#relevant-questions .question.open + .answer, section.topic-faqs .question.open + .answer {
  background: #fff;
  box-shadow: inset 0 0 1px 0 rgba(0, 0, 0, 0.54);
  margin-bottom: 5px;
  opacity: 1;
}
/* line 45, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/extends/_faq-accordion.scss */
section#relevant-questions .answer, section.topic-faqs .answer {
  display: none;
  opacity: 0;
  padding: 20px;
  -webkit-transition: opacity 0.15s;
  -moz-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
/* line 51, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/extends/_faq-accordion.scss */
section#relevant-questions .answer, section.topic-faqs .answer, section#relevant-questions .answer p, section.topic-faqs .answer p {
  line-height: 1.5em;
}
/* line 55, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/extends/_faq-accordion.scss */
section#relevant-questions .answer h1, section.topic-faqs .answer h1, section#relevant-questions .answer h2, section.topic-faqs .answer h2, section#relevant-questions .answer h3, section.topic-faqs .answer h3, section#relevant-questions .answer h4, section.topic-faqs .answer h4, section#relevant-questions .answer h5, section.topic-faqs .answer h5, section#relevant-questions .answer h6, section.topic-faqs .answer h6 {
  font-weight: 700;
  margin-bottom: 0.5em;
}

/* line 3, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/extends/_nav-anchor.scss */
nav.main-nav .nav-item > a, li.nav-item .dropdown-menu li a {
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: 700;
  padding: 8px 10px;
  text-decoration: none;
  -webkit-transition: all 0.08s;
  -moz-transition: all 0.08s;
  transition: all 0.08s;
}
/* line 12, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/extends/_nav-anchor.scss */
nav.main-nav .nav-item > a:hover, li.nav-item .dropdown-menu li a:hover {
  background: #30B5EE;
  color: white;
}

/* line 5, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/extends/_search-form.scss */
header.app .container form, section.home-search-form form {
  *zoom: 1;
  font-size: 0;
  position: relative;
  text-align: center;
}
/* line 17, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_clearfix.scss */
header.app .container form:before, section.home-search-form form:before, header.app .container form:after, section.home-search-form form:after {
  content: " ";
  display: table;
}
/* line 23, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_clearfix.scss */
header.app .container form:after, section.home-search-form form:after {
  clear: both;
}
/* line 12, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/extends/_search-form.scss */
header.app .container div.input, section.home-search-form div.input {
  position: relative;
}
/* line 7, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/bitters/_mixins.scss */
header.app .container div.input:before, section.home-search-form div.input:before {
  display: inline-block;
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  width: 1em;
  margin-right: 0.5em;
}
/* line 16, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/extends/_search-form.scss */
header.app .container div.input:before, section.home-search-form div.input:before {
  color: #4C6FBE;
  font-size: 22px;
  font-weight: 600;
  height: 20px;
  left: 15px;
  line-height: 1em;
  position: absolute;
  top: 15px;
  width: 20px;
  z-index: 1;
}
/* line 29, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/extends/_search-form.scss */
header.app .container div.input input, section.home-search-form div.input input {
  border: 0;
  border-radius: 2px 5px 5px 2px;
  font-weight: 600;
  height: 42px;
  margin: 0;
  padding-left: 50px;
  padding-right: 85px;
  width: 576px;
}
/* line 39, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/extends/_search-form.scss */
header.app .container div.input input:not(:focus), section.home-search-form div.input input:not(:focus) {
  border-color: #A4B6C5;
}
/* line 8, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bourbon-3.1.8/app/assets/stylesheets/css3/_placeholder.scss */
header.app .container div.input input::-webkit-input-placeholder, section.home-search-form div.input input::-webkit-input-placeholder {
  font-weight: 500;
  color: #4C6FBE;
}
/* line 14, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bourbon-3.1.8/app/assets/stylesheets/css3/_placeholder.scss */
header.app .container div.input input:-moz-placeholder, section.home-search-form div.input input:-moz-placeholder {
  font-weight: 500;
  color: #4C6FBE;
}
/* line 19, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bourbon-3.1.8/app/assets/stylesheets/css3/_placeholder.scss */
header.app .container div.input input::-moz-placeholder, section.home-search-form div.input input::-moz-placeholder {
  font-weight: 500;
  color: #4C6FBE;
}
/* line 24, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bourbon-3.1.8/app/assets/stylesheets/css3/_placeholder.scss */
header.app .container div.input input:-ms-input-placeholder, section.home-search-form div.input input:-ms-input-placeholder {
  font-weight: 500;
  color: #4C6FBE;
}
/* line 50, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/extends/_search-form.scss */
header.app .container div.submit, section.home-search-form div.submit {
  position: absolute;
  float: right;
  top: 0;
  right: 0;
  min-width: 70px;
}
/* line 57, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/extends/_search-form.scss */
header.app .container div.submit button, section.home-search-form div.submit button {
  border-radius: 0;
  font-size: 18px;
  font-weight: 600;
  height: 42px;
  line-height: 1em;
  padding: 0;
  width: 70px;
}
/* line 66, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/extends/_search-form.scss */
header.app .container div.submit button:before, section.home-search-form div.submit button:before {
  margin-right: -0.1em;
}

/* line 1, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/extends/_notices-show.scss */
article.notice-show div.main .label {
  clear: left;
  font-size: 12px;
  font-weight: bold;
  margin-top: 2px;
  display: block;
  float: left;
  margin-right: 2.3576515979%;
  width: 18.9668591516%;
  text-transform: uppercase;
}
/* line 41, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/neat-1.3.0/app/assets/stylesheets/grid/_span-columns.scss */
article.notice-show div.main .label:last-child {
  margin-right: 0;
}
@media screen and (max-width: 480px) {
  /* line 1, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/extends/_notices-show.scss */
  article.notice-show div.main .label {
    display: block;
    float: none;
    margin-right: 0;
    width: 100%;
  }
}

/* line 17, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/extends/_notices-show.scss */
article.notice-show header section.sender, article.notice-show header section.recipient, article.notice-show header section.submitter, article.notice-show header section.secondary {
  float: left;
  min-height: 150px;
  padding: 20px 2.3576515979% 30px 35px;
  width: 33%;
}

/* line 24, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/extends/_notices-show.scss */
aside.notice h4.title, section.topic-faqs h3.title {
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 15px 20px 10px 0;
}

/* line 1, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

/* line 7, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 14, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 21, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

/* line 23, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

/* line 26, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 33, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 39, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container .select2-search--inline {
  float: left;
}

/* line 41, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

/* line 47, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 50, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

/* line 61, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-results {
  display: block;
}

/* line 64, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 69, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 73, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-results__option[aria-selected] {
  cursor: pointer;
}

/* line 76, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--open .select2-dropdown {
  left: 0;
}

/* line 79, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 84, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 89, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-search--dropdown {
  display: block;
  padding: 4px;
}

/* line 92, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

/* line 96, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 98, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-search--dropdown.select2-search--hide {
  display: none;
}

/* line 101, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

/* line 118, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

/* line 128, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

/* line 132, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 135, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

/* line 139, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 141, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

/* line 147, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 159, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 162, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

/* line 166, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

/* line 169, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

/* line 172, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 176, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

/* line 181, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

/* line 187, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

/* line 189, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

/* line 193, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

/* line 199, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 208, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 214, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

/* line 217, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

/* line 220, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 224, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 228, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

/* line 232, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

/* line 236, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

/* line 239, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 243, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 247, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

/* line 250, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

/* line 257, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 261, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

/* line 264, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

/* line 267, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

/* line 270, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

/* line 272, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

/* line 274, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

/* line 277, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

/* line 280, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

/* line 283, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

/* line 286, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

/* line 290, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

/* line 294, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 299, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear, to bottom, white 50%, #eeeeee 100%;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 309, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

/* line 311, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 314, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

/* line 319, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 321, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear, to bottom, #eeeeee 50%, #cccccc 100%;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

/* line 337, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 349, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 352, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

/* line 361, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

/* line 363, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

/* line 366, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 370, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear, to bottom, white 0%, #eeeeee 50%;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 380, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear, to bottom, #eeeeee 50%, white 100%;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

/* line 390, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

/* line 396, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

/* line 398, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

/* line 402, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

/* line 404, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 413, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 419, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

/* line 422, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

/* line 425, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 429, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 433, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

/* line 436, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 441, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 446, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

/* line 450, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

/* line 454, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

/* line 458, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

/* line 461, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

/* line 464, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 468, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

/* line 471, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

/* line 474, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

/* line 478, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 483, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/*!
 * Datepicker for Bootstrap v1.8.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
/* line 7, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bootstrap-datepicker-rails-1.8.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
}

/* line 14, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bootstrap-datepicker-rails-1.8.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker-inline {
  width: 220px;
}

/* line 17, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bootstrap-datepicker-rails-1.8.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker-rtl {
  direction: rtl;
}

/* line 20, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bootstrap-datepicker-rails-1.8.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker-rtl.dropdown-menu {
  left: auto;
}

/* line 23, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bootstrap-datepicker-rails-1.8.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker-rtl table tr td span {
  float: right;
}

/* line 26, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bootstrap-datepicker-rails-1.8.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker-dropdown {
  top: 0;
  left: 0;
}

/* line 30, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bootstrap-datepicker-rails-1.8.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #999;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}

/* line 40, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bootstrap-datepicker-rails-1.8.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}

/* line 49, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bootstrap-datepicker-rails-1.8.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}

/* line 52, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bootstrap-datepicker-rails-1.8.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}

/* line 55, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bootstrap-datepicker-rails-1.8.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}

/* line 58, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bootstrap-datepicker-rails-1.8.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}

/* line 61, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bootstrap-datepicker-rails-1.8.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}

/* line 64, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bootstrap-datepicker-rails-1.8.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}

/* line 67, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bootstrap-datepicker-rails-1.8.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}

/* line 72, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bootstrap-datepicker-rails-1.8.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}

/* line 77, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bootstrap-datepicker-rails-1.8.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 86, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bootstrap-datepicker-rails-1.8.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}

/* line 96, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bootstrap-datepicker-rails-1.8.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}

/* line 100, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bootstrap-datepicker-rails-1.8.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eee;
  cursor: pointer;
}

/* line 105, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bootstrap-datepicker-rails-1.8.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999;
}

/* line 109, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bootstrap-datepicker-rails-1.8.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}

/* line 115, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bootstrap-datepicker-rails-1.8.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker table tr td.highlighted {
  background: #d9edf7;
  border-radius: 0;
}

/* line 119, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bootstrap-datepicker-rails-1.8.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: linear, to bottom, #fdd49a, #fdf59a;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}

/* line 137, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bootstrap-datepicker-rails-1.8.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}

/* line 159, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bootstrap-datepicker-rails-1.8.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}

/* line 169, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bootstrap-datepicker-rails-1.8.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker table tr td.today:hover:hover {
  color: #000;
}

/* line 172, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bootstrap-datepicker-rails-1.8.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker table tr td.today.active:hover {
  color: #fff;
}

/* line 175, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bootstrap-datepicker-rails-1.8.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 184, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bootstrap-datepicker-rails-1.8.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: linear, to bottom, #f3c17a, #f3e97a;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 204, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bootstrap-datepicker-rails-1.8.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}

/* line 226, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bootstrap-datepicker-rails-1.8.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9;
}

/* line 236, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bootstrap-datepicker-rails-1.8.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -ms-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -o-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: linear, to bottom, #b3b3b3, #808080;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 255, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bootstrap-datepicker-rails-1.8.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}

/* line 277, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bootstrap-datepicker-rails-1.8.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}

/* line 287, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bootstrap-datepicker-rails-1.8.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
  background-image: linear, to bottom, #08c, #0044cc;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 306, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bootstrap-datepicker-rails-1.8.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}

/* line 328, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bootstrap-datepicker-rails-1.8.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}

/* line 338, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bootstrap-datepicker-rails-1.8.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 350, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bootstrap-datepicker-rails-1.8.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eee;
}

/* line 354, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bootstrap-datepicker-rails-1.8.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}

/* line 360, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bootstrap-datepicker-rails-1.8.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
  background-image: linear, to bottom, #08c, #0044cc;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 379, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bootstrap-datepicker-rails-1.8.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}

/* line 401, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bootstrap-datepicker-rails-1.8.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}

/* line 411, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bootstrap-datepicker-rails-1.8.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999;
}

/* line 415, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bootstrap-datepicker-rails-1.8.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker .datepicker-switch {
  width: 145px;
}

/* line 418, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bootstrap-datepicker-rails-1.8.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}

/* line 424, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bootstrap-datepicker-rails-1.8.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eee;
}

/* line 430, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bootstrap-datepicker-rails-1.8.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}

/* line 434, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bootstrap-datepicker-rails-1.8.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

/* line 440, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bootstrap-datepicker-rails-1.8.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.input-append.date .add-on,
.input-prepend.date .add-on {
  cursor: pointer;
}

/* line 444, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bootstrap-datepicker-rails-1.8.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  margin-top: 3px;
}

/* line 448, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bootstrap-datepicker-rails-1.8.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.input-daterange input {
  text-align: center;
}

/* line 451, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bootstrap-datepicker-rails-1.8.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

/* line 456, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bootstrap-datepicker-rails-1.8.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

/* line 461, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bootstrap-datepicker-rails-1.8.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}

/* line 1, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_fontello.scss */
header.app .container div.input:before, section.home-search-form div.input:before {
  content: '\e800';
}

/* line 2, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_fontello.scss */
header.app .container.advanced-search div.remove-group:before {
  content: '\e801';
}

/* line 4, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_header.scss */
header.app {
  background: #F7F9FB;
}
/* line 8, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_header.scss */
header.app h1 {
  display: block;
  margin: 0 30px 30px 10px;
  float: left;
}
/* line 13, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_header.scss */
header.app h1 img {
  margin-top: 10px;
  display: block;
}
@media screen and (max-width: 480px) {
  /* line 8, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_header.scss */
  header.app h1 {
    float: none;
    display: block;
    text-align: center;
    margin: 0;
  }
  /* line 24, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_header.scss */
  header.app h1 img {
    margin: 10px auto 15px;
    display: block;
    width: 80%;
    height: 80%;
  }
}
/* line 33, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_header.scss */
header.app h2 {
  color: white;
  font-size: 1.4666666667em;
  font-weight: 800;
  margin: 0 0 0 23px;
}
@media screen and (max-width: 480px) {
  /* line 33, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_header.scss */
  header.app h2 {
    margin-left: 8px;
  }
}
/* line 44, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_header.scss */
header.app .container {
  background: #019CE0;
  clear: both;
  *zoom: 1;
  padding: 12px;
}
/* line 17, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_clearfix.scss */
header.app .container:before, header.app .container:after {
  content: " ";
  display: table;
}
/* line 23, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_clearfix.scss */
header.app .container:after {
  clear: both;
}
/* line 51, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_header.scss */
header.app .container.header-bar {
  border-radius: 4px 4px 0 0;
}
/* line 59, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_header.scss */
header.app .container .search-wrapper {
  position: relative;
  float: left;
  margin: 0;
  width: 100%;
}
/* line 66, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_header.scss */
header.app .container .search-wrapper div.input:before {
  top: 11px;
}
/* line 70, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_header.scss */
header.app .container .search-wrapper div.input input {
  font-size: 16px;
  height: 42px;
  padding-right: 114px;
  width: 100%;
}
/* line 78, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_header.scss */
header.app .container .search-wrapper div.submit {
  width: 94px;
}
/* line 81, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_header.scss */
header.app .container .search-wrapper div.submit .search-dropdown {
  background: #60c26c;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  box-shadow: -1px 0 0 #54be62;
  float: left;
  height: 42px;
  width: 24px;
}
/* line 89, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_header.scss */
header.app .container .search-wrapper div.submit .search-dropdown a.dropdown-toggle {
  display: block;
  height: 100%;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
  position: relative;
}
/* line 95, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_header.scss */
header.app .container .search-wrapper div.submit .search-dropdown a.dropdown-toggle:after {
  content: "";
  left: 7px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 4px;
  border-top-color: #fff;
}
/* line 106, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_header.scss */
header.app .container .search-wrapper div.submit button {
  border: 0;
  float: left;
  font-size: 16px;
  height: 42px;
  width: 70px;
}

/* line 120, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_header.scss */
header.app .container.advanced-search {
  border-radius: 0;
  color: #fff;
  display: none;
  font-size: 13px;
  margin: 0;
  text-align: left;
  padding: 12px 35px 24px 35px;
}
@media screen and (max-width: 480px) {
  /* line 120, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_header.scss */
  header.app .container.advanced-search {
    padding-left: 12px;
    padding-right: 12px;
  }
}
/* line 134, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_header.scss */
header.app .container.advanced-search h5 {
  font-size: 13px;
  margin-bottom: 10px;
  font-weight: 700;
}
/* line 139, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_header.scss */
header.app .container.advanced-search h5 span {
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  /* line 134, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_header.scss */
  header.app .container.advanced-search h5 {
    font-size: 11px;
  }
}
/* line 148, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_header.scss */
header.app .container.advanced-search div.field-group {
  border-radius: 2px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
  clear: left;
  *zoom: 1;
  float: left;
  margin-bottom: 10px;
  position: relative;
}
/* line 17, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_clearfix.scss */
header.app .container.advanced-search div.field-group:before, header.app .container.advanced-search div.field-group:after {
  content: " ";
  display: table;
}
/* line 23, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_clearfix.scss */
header.app .container.advanced-search div.field-group:after {
  clear: both;
}
/* line 158, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_header.scss */
header.app .container.advanced-search div.remove-group {
  position: absolute;
  left: -24px;
  top: 7px;
  height: 16px;
  width: 16px;
  line-height: 1em;
  font-size: 16px;
  color: #D1D3D8;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
}
/* line 7, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/bitters/_mixins.scss */
header.app .container.advanced-search div.remove-group:before {
  display: inline-block;
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  width: 1em;
  margin-right: 0.5em;
}
/* line 172, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_header.scss */
header.app .container.advanced-search div.remove-group:hover {
  left: -25px;
  color: #FFD656;
  -webkit-transform: rotate(360deg) scale(1.1);
  -moz-transform: rotate(360deg) scale(1.1);
  -ms-transform: rotate(360deg) scale(1.1);
  -o-transform: rotate(360deg) scale(1.1);
  transform: rotate(360deg) scale(1.1);
}
@media screen and (max-width: 480px) {
  /* line 158, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_header.scss */
  header.app .container.advanced-search div.remove-group {
    z-index: 1;
    left: auto;
    right: -24px;
  }
  /* line 183, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_header.scss */
  header.app .container.advanced-search div.remove-group:hover {
    left: auto;
  }
}
/* line 190, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_header.scss */
header.app .container.advanced-search div.field-group.hidden {
  display: none;
}
/* line 197, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_header.scss */
header.app .container.advanced-search div.select {
  *zoom: 1;
  float: left;
  position: relative;
}
/* line 17, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_clearfix.scss */
header.app .container.advanced-search div.select:before, header.app .container.advanced-search div.select:after {
  content: " ";
  display: table;
}
/* line 23, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_clearfix.scss */
header.app .container.advanced-search div.select:after {
  clear: both;
}
/* line 202, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_header.scss */
header.app .container.advanced-search div.select:after {
  content: "";
  font-weight: 600;
  margin-top: -2px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 4px;
  border-top-color: #8994A0;
}
/* line 213, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_header.scss */
header.app .container.advanced-search div.select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: #FAFAFA;
  background-image: -webkit-linear-gradient(#FAFAFA, #E9E9E9);
  background-image: linear-gradient(#FAFAFA, #E9E9E9);
  font-weight: 600;
  border: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px 0 0 2px;
  font-size: 12px;
  height: 32px;
  margin-bottom: 0;
  padding: 5px 30px 5px 10px;
  width: 160px;
  color: #6b6e76;
}
@media screen and (max-width: 480px) {
  /* line 213, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_header.scss */
  header.app .container.advanced-search div.select select {
    width: 80px;
  }
}
/* line 233, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_header.scss */
header.app .container.advanced-search input {
  border: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 13px;
  height: 32px;
  margin: 0;
  padding: 5px 10px;
  width: 280px;
  float: left;
}
@media screen and (max-width: 480px) {
  /* line 233, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_header.scss */
  header.app .container.advanced-search input {
    width: 180px;
  }
}
/* line 248, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_header.scss */
header.app .container.advanced-search input[type='checkbox'] {
  margin: 8px 0.5em;
  height: 16px;
  width: auto;
}
/* line 254, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_header.scss */
header.app .container.advanced-search a.add-group, header.app .container.advanced-search label {
  color: #fff;
  display: inline-block;
  float: left;
  font-weight: 600;
  margin-left: 15px;
  margin-top: 5px;
}
@media screen and (max-width: 480px) {
  /* line 254, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_header.scss */
  header.app .container.advanced-search a.add-group, header.app .container.advanced-search label {
    clear: left;
    margin: 3px 0 8px 0;
  }
}
/* line 268, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_header.scss */
header.app .container.advanced-search label {
  margin-left: 0;
}
/* line 272, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_header.scss */
header.app .container.advanced-search div.resubmit {
  clear: both;
}
@media screen and (max-width: 480px) {
  /* line 272, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_header.scss */
  header.app .container.advanced-search div.resubmit {
    float: right;
    clear: none;
  }
}
/* line 280, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_header.scss */
header.app .container.advanced-search div.resubmit button {
  font-size: 11px;
  font-weight: 600;
  display: block;
  padding: 0.65em 1.8em;
  border-radius: 2px;
  width: 440px;
}
@media screen and (max-width: 480px) {
  /* line 280, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_header.scss */
  header.app .container.advanced-search div.resubmit button {
    width: 100%;
  }
}

/* line 4, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_pagination.scss */
.pagination {
  background: #009cdf;
  border-radius: 0 0 4px 4px;
  *zoom: 1;
  overflow: hidden;
  position: relative;
  font-style: normal;
}
/* line 17, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_clearfix.scss */
.pagination:before, .pagination:after {
  content: " ";
  display: table;
}
/* line 23, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_clearfix.scss */
.pagination:after {
  clear: both;
}
/* line 12, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_pagination.scss */
.pagination .current {
  color: rgba(255, 255, 255, 0.4);
  font-weight: 700;
}
/* line 17, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_pagination.scss */
.pagination span, .pagination a {
  color: #fff;
  font-size: 14px;
  float: left;
}
/* line 23, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_pagination.scss */
.pagination span a, .pagination span.gap, .pagination span.current {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.6em 1em;
}
/* line 28, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_pagination.scss */
.pagination span.first, .pagination span.last {
  display: none;
}
/* line 32, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_pagination.scss */
.pagination a {
  text-decoration: none;
}
/* line 35, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_pagination.scss */
.pagination a:hover {
  background: #019CE0;
  box-shadow: -1px 0 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  position: relative;
}
/* line 43, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_pagination.scss */
.pagination .prev, .pagination .next {
  background: #009cdf;
}
/* line 47, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_pagination.scss */
.pagination .next {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 0;
  float: right;
  position: absolute;
  right: 0;
  top: 0;
}
/* line 55, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_pagination.scss */
.pagination .next:hover {
  box-shadow: none;
}

/* line 4, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_navigation.scss */
nav.main-nav {
  background: #019CE0;
}
/* line 7, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_navigation.scss */
nav.main-nav ol.nav-list {
  clear: left;
  *zoom: 1;
  margin: 0 auto;
  max-width: 750px;
  padding: 0;
  width: 100%;
}
/* line 17, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_clearfix.scss */
nav.main-nav ol.nav-list:before, nav.main-nav ol.nav-list:after {
  content: " ";
  display: table;
}
/* line 23, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_clearfix.scss */
nav.main-nav ol.nav-list:after {
  clear: both;
}
/* line 15, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_navigation.scss */
nav.main-nav ol.nav-list li.open {
  background: #019CE0;
  color: #fff;
}
/* line 21, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_navigation.scss */
nav.main-nav .nav-item {
  float: left;
  list-style: none;
  position: relative;
  text-align: center;
  width: 25%;
}
@media screen and (max-width: 1024px) {
  /* line 21, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_navigation.scss */
  nav.main-nav .nav-item {
    position: static;
  }
}
/* line 32, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_navigation.scss */
nav.main-nav .nav-item > a {
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  /* line 32, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_navigation.scss */
  nav.main-nav .nav-item > a {
    font-size: 10px;
    line-height: 1.4em;
  }
}
/* line 43, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_navigation.scss */
nav.main-nav .nav-item > a:focus {
  outline: none;
}
/* line 47, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_navigation.scss */
nav.main-nav .nav-item > a:hover {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  /* line 53, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_navigation.scss */
  nav.main-nav #dropdown-topics {
    background: #018ecc;
    left: 5%;
    margin-left: 0;
    margin-top: 0;
    padding-top: 0;
    width: 90%;
  }
  /* line 62, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_navigation.scss */
  nav.main-nav #dropdown-topics > ol {
    position: relative;
    width: 33.4%;
    background: #019CE0;
  }
  /* line 68, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_navigation.scss */
  nav.main-nav #dropdown-topics li.dropdown-submenu {
    position: static;
  }
  /* line 71, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_navigation.scss */
  nav.main-nav #dropdown-topics li.dropdown-submenu .dropdown-menu {
    margin-top: 0;
    height: 100%;
    width: 100%;
  }
}

/* line 93, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_navigation.scss */
body.home-index nav.main-nav li.search {
  display: none;
}

/* line 103, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_navigation.scss */
header.app nav.main-nav {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  float: none;
}
/* line 111, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_navigation.scss */
header.app nav.main-nav li.nav-item {
  width: 20%;
}
/* line 115, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_navigation.scss */
header.app nav.main-nav li.open {
  background: none;
}
@media screen and (min-width: 769px) {
  /* line 121, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_navigation.scss */
  header.app nav.main-nav {
    float: right;
    position: static;
    *zoom: 1;
    margin-top: 23px;
    background: none;
    width: auto;
  }
  /* line 17, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_clearfix.scss */
  header.app nav.main-nav:before, header.app nav.main-nav:after {
    content: " ";
    display: table;
  }
  /* line 23, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_clearfix.scss */
  header.app nav.main-nav:after {
    clear: both;
  }
  /* line 130, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_navigation.scss */
  header.app ol.nav-list {
    margin: 0;
    padding: 0;
    *zoom: 1;
  }
  /* line 17, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_clearfix.scss */
  header.app ol.nav-list:before, header.app ol.nav-list:after {
    content: " ";
    display: table;
  }
  /* line 23, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_clearfix.scss */
  header.app ol.nav-list:after {
    clear: both;
  }
  /* line 136, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_navigation.scss */
  header.app ol.nav-list li.nav-item {
    width: auto;
  }
  /* line 139, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_navigation.scss */
  header.app ol.nav-list li.nav-item > a {
    border-radius: 2px;
    color: #0089c6;
    font-size: 15px;
    font-weight: 500;
    margin-right: 5px;
    padding: 6px 15px;
  }
  /* line 147, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_navigation.scss */
  header.app ol.nav-list li.nav-item > a:hover {
    background: #30B5EE;
    color: #fff;
  }
  /* line 152, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_navigation.scss */
  header.app ol.nav-list li.nav-item > a:focus {
    outline: none;
  }
  /* line 157, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_navigation.scss */
  header.app ol.nav-list li.nav-item.open > a {
    background: #30B5EE;
    color: #fff;
  }
}

/* line 170, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_navigation.scss */
.dropdown.open > .dropdown-menu {
  display: block;
}

/* line 177, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_navigation.scss */
li.nav-item .dropdown-menu {
  display: none;
  position: absolute;
  width: 200px;
  z-index: 20;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.3);
  border: 1px solid #969696;
  margin: 0px;
  padding: 1px;
  text-align: left;
  left: 50%;
  margin-left: -100px;
  background: #019CE0;
  border: 0;
  border-radius: 3px;
  box-shadow: none;
  margin-top: 14px;
}
/* line 16, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/components/mixins/_dropdown.scss */
li.nav-item .dropdown-menu ul, li.nav-item .dropdown-menu ol {
  margin: 0px;
  overflow: scroll;
  padding: 0px;
}
/* line 22, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/components/mixins/_dropdown.scss */
li.nav-item .dropdown-menu li {
  list-style: none;
  float: none;
  width: auto;
}
/* line 28, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/components/mixins/_dropdown.scss */
li.nav-item .dropdown-menu a {
  display: block;
  margin: 2px 0px;
  padding: 6px 15px;
  text-decoration: none;
}
/* line 34, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/components/mixins/_dropdown.scss */
li.nav-item .dropdown-menu a:hover {
  background: #f8f8f8;
}
/* line 6, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/components/mixins/_nub.scss */
li.nav-item .dropdown-menu:before, li.nav-item .dropdown-menu:after {
  display: block;
  pointer-events: none;
  position: absolute;
  width: 0;
  height: 0;
  content: '';
}
/* line 16, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/components/mixins/_nub.scss */
li.nav-item .dropdown-menu:before {
  border: 11px solid transparent;
}
/* line 20, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/components/mixins/_nub.scss */
li.nav-item .dropdown-menu:after {
  border: 10px solid transparent;
}
/* line 25, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/components/mixins/_nub.scss */
li.nav-item .dropdown-menu:before {
  border-bottom-color: none;
  top: -22px;
  bottom: auto;
  left: auto;
  right: auto;
}
/* line 32, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/components/mixins/_nub.scss */
li.nav-item .dropdown-menu:after {
  border-bottom-color: #019CE0;
  top: -20px;
  bottom: auto;
  left: auto;
  right: auto;
}
/* line 61, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/components/mixins/_nub.scss */
li.nav-item .dropdown-menu:before {
  left: 50%;
  margin-left: -11px;
}
/* line 65, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/components/mixins/_nub.scss */
li.nav-item .dropdown-menu:after {
  left: 50%;
  margin-left: -10px;
}
@media screen and (max-width: 1024px) {
  /* line 187, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_navigation.scss */
  li.nav-item .dropdown-menu:before, li.nav-item .dropdown-menu:after {
    display: none;
  }
}
/* line 192, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_navigation.scss */
li.nav-item .dropdown-menu ol {
  overflow: visible;
}
/* line 196, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_navigation.scss */
li.nav-item .dropdown-menu li a {
  line-height: 1.2;
  margin: 0;
  padding: 12px 15px;
}

/* line 206, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_navigation.scss */
li.dropdown-submenu {
  position: relative;
  *zoom: 1;
}
/* line 17, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_clearfix.scss */
li.dropdown-submenu:before, li.dropdown-submenu:after {
  content: " ";
  display: table;
}
/* line 23, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_clearfix.scss */
li.dropdown-submenu:after {
  clear: both;
}
/* line 210, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_navigation.scss */
li.dropdown-submenu > a {
  padding-right: 30px;
  position: relative;
}
/* line 214, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_navigation.scss */
li.dropdown-submenu > a:after {
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 6px;
  border-left-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -6px;
  right: 8px;
}
/* line 224, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_navigation.scss */
li.dropdown-submenu .dropdown-menu {
  width: 200px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  display: none;
  top: 0;
  left: 100%;
  margin-top: -1px;
  margin-left: -1px;
  border-left: 1px solid #018ac7;
}
/* line 234, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_navigation.scss */
li.dropdown-submenu .dropdown-menu:before, li.dropdown-submenu .dropdown-menu:after {
  display: none;
}
/* line 239, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_navigation.scss */
li.dropdown-submenu:hover {
  background: #30B5EE;
}
/* line 242, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_navigation.scss */
li.dropdown-submenu:hover .show-submenu {
  background: #30B5EE;
  color: #fff;
}
/* line 247, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_navigation.scss */
li.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
/* line 252, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_navigation.scss */
li.dropdown-submenu li.title {
  border-top-right-radius: 2px;
  text-transform: uppercase;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.75);
  padding: 3px 15px;
  font-weight: bold;
  background: #009cdf;
}

/* line 1, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_footer.scss */
footer.main {
  background: #F7F9FB;
  color: #8994A0;
  font-size: 13px;
  font-weight: 500;
}
/* line 7, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_footer.scss */
footer.main div.inner-wrapper {
  *zoom: 1;
  *zoom: 1;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
}
/* line 17, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_clearfix.scss */
footer.main div.inner-wrapper:before, footer.main div.inner-wrapper:after {
  content: " ";
  display: table;
}
/* line 23, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_clearfix.scss */
footer.main div.inner-wrapper:after {
  clear: both;
}
/* line 17, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_clearfix.scss */
footer.main div.inner-wrapper:before, footer.main div.inner-wrapper:after {
  content: " ";
  display: table;
}
/* line 23, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_clearfix.scss */
footer.main div.inner-wrapper:after {
  clear: both;
}
/* line 14, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_footer.scss */
footer.main span, footer.main nav {
  float: left;
}
/* line 18, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_footer.scss */
footer.main span, footer.main a {
  margin: 40px 25px;
  display: inline-block;
}
@media screen and (max-width: 480px) {
  /* line 24, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_footer.scss */
  footer.main span, footer.main a {
    margin: 10px 25px;
    display: block;
  }
}
/* line 30, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_footer.scss */
footer.main a {
  color: #8994A0;
  text-decoration: none;
}
/* line 34, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/shared/_footer.scss */
footer.main a:hover {
  color: #019CE0;
}

/* line 1, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/layouts/_application.scss */
body {
  background: #F7F9FB;
}

/* line 5, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/layouts/_application.scss */
section.main.app {
  background: #DAE2EF;
  padding-bottom: 30px;
}

/* line 10, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/layouts/_application.scss */
.main-inner, .header-inner {
  *zoom: 1;
  max-width: 1100px;
  margin: 0 auto;
}
/* line 17, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_clearfix.scss */
.main-inner:before, .main-inner:after, .header-inner:before, .header-inner:after {
  content: " ";
  display: table;
}
/* line 23, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_clearfix.scss */
.main-inner:after, .header-inner:after {
  clear: both;
}
@media screen and (max-width: 1024px) {
  /* line 10, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/layouts/_application.scss */
  .main-inner, .header-inner {
    margin: 0 35px;
  }
}
@media screen and (max-width: 480px) {
  /* line 10, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/layouts/_application.scss */
  .main-inner, .header-inner {
    margin: 0 10px;
  }
}

/* line 23, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/layouts/_application.scss */
.header-inner {
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  /* line 23, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/layouts/_application.scss */
  .header-inner {
    padding-top: 55px;
  }
}
@media screen and (max-width: 480px) {
  /* line 23, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/layouts/_application.scss */
  .header-inner {
    padding-top: 60px;
  }
}

/* line 35, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/layouts/_application.scss */
.main-inner {
  background: #fff;
  border-radius: 0 0 4px 4px;
  margin-bottom: 40px;
}

/* line 41, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/layouts/_application.scss */
.inner-padding {
  *zoom: 1;
  padding: 35px;
}
/* line 17, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_clearfix.scss */
.inner-padding:before, .inner-padding:after {
  content: " ";
  display: table;
}
/* line 23, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_clearfix.scss */
.inner-padding:after {
  clear: both;
}
@media screen and (max-width: 480px) {
  /* line 41, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/layouts/_application.scss */
  .inner-padding {
    padding: 20px;
  }
}

/* line 52, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/layouts/_application.scss */
body.topics-show .main-inner, .high_voltage-pages .main-inner {
  padding: 35px;
}
@media screen and (max-width: 480px) {
  /* line 52, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/layouts/_application.scss */
  body.topics-show .main-inner, .high_voltage-pages .main-inner {
    padding: 20px;
  }
}

/* line 1, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/layouts/_home.scss */
body.home {
  background: #F7F9FB;
}

/* line 5, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/layouts/_home.scss */
.main.home {
  *zoom: 1;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  max-width: 750px;
}
/* line 17, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_clearfix.scss */
.main.home:before, .main.home:after {
  content: " ";
  display: table;
}
/* line 23, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_clearfix.scss */
.main.home:after {
  clear: both;
}

/* line 1, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/layouts/_sessions.scss */
body.devise-sessions,
body.devise-passwords {
  background: #DAE2EF;
}
/* line 5, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/layouts/_sessions.scss */
body.devise-sessions .main,
body.devise-passwords .main {
  position: relative;
  width: auto;
}
/* line 10, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/layouts/_sessions.scss */
body.devise-sessions .main-inner,
body.devise-passwords .main-inner {
  background: none;
  height: 50%;
  margin: auto;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  min-width: 300px;
  max-width: 360px;
}
@media screen and (max-width: 480px) {
  /* line 10, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/layouts/_sessions.scss */
  body.devise-sessions .main-inner,
  body.devise-passwords .main-inner {
    margin-top: 40px;
  }
}
/* line 23, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/layouts/_sessions.scss */
body.devise-sessions .container,
body.devise-passwords .container {
  background: #F7F9FB;
  border-radius: 4px;
  overflow: hidden;
}
/* line 28, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/layouts/_sessions.scss */
body.devise-sessions .container > h2,
body.devise-passwords .container > h2 {
  background: #019CE0;
  border-radius: 4px 4px 0 0;
  color: #fff;
  font-size: 1.4666666667em;
  font-weight: 600;
  margin: 0;
  padding: 8px 35px;
}
/* line 39, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/layouts/_sessions.scss */
body.devise-sessions input,
body.devise-passwords input {
  width: 100%;
}
/* line 43, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/layouts/_sessions.scss */
body.devise-sessions form,
body.devise-passwords form {
  padding: 35px 35px 0;
}
/* line 46, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/layouts/_sessions.scss */
body.devise-sessions form div,
body.devise-passwords form div {
  margin-bottom: 1em;
}
/* line 49, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/layouts/_sessions.scss */
body.devise-sessions form div:last-child,
body.devise-passwords form div:last-child {
  margin-bottom: 0;
  margin-top: 1.5em;
}
/* line 55, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/layouts/_sessions.scss */
body.devise-sessions form h2,
body.devise-passwords form h2 {
  display: none;
}
/* line 59, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/layouts/_sessions.scss */
body.devise-sessions form ul,
body.devise-passwords form ul {
  background: #FBE3E4;
  color: #97161b;
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 5px;
  text-align: center;
}
/* line 71, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/layouts/_sessions.scss */
body.devise-sessions a,
body.devise-passwords a {
  display: block;
  font-size: 12px;
  padding: 25px 35px;
  text-align: center;
}
/* line 78, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/layouts/_sessions.scss */
body.devise-sessions div#flash_alert,
body.devise-passwords div#flash_alert {
  border-radius: 3px 3px 0 0;
  margin: 0 15px;
}
/* line 83, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/layouts/_sessions.scss */
body.devise-sessions br,
body.devise-passwords br {
  display: none;
}

/* line 3, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/home/index.scss */
section.home-search-form {
  margin: 200px 0 180px;
  margin: 25vh 0 18vh;
}
@media screen and (max-width: 768px) {
  /* line 3, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/home/index.scss */
  section.home-search-form {
    margin: 15vh 0;
  }
}
@media screen and (max-width: 480px) {
  /* line 3, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/home/index.scss */
  section.home-search-form {
    margin: 8vh 0;
  }
}
/* line 16, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/home/index.scss */
section.home-search-form h1 {
  margin: 0 0 32px 0;
  text-align: center;
}
@media screen and (max-width: 480px) {
  /* line 20, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/home/index.scss */
  section.home-search-form h1 img {
    width: 88%;
    height: 88%;
  }
}
/* line 30, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/home/index.scss */
section.home-search-form form {
  margin: 0 auto;
  width: 594px;
  background: #019CE0;
  padding: 9px;
  border-radius: 4px;
}
/* line 37, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/home/index.scss */
section.home-search-form form input#search {
  font-size: 16px;
  height: 52px;
}
/* line 42, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/home/index.scss */
section.home-search-form form div.submit {
  top: 9px;
  right: 9px;
}
/* line 46, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/home/index.scss */
section.home-search-form form div.submit button#submit {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  height: 52px;
}
/* line 52, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/home/index.scss */
section.home-search-form form div.search-dropdown {
  display: none;
}
@media screen and (max-width: 480px) {
  /* line 30, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/home/index.scss */
  section.home-search-form form {
    width: auto;
    margin: 5%;
  }
  /* line 60, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/home/index.scss */
  section.home-search-form form div.input input {
    width: 100%;
  }
}
/* line 66, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/home/index.scss */
section.home-search-form div.more-info {
  color: #5e5e5e;
  margin-top: 35px;
  padding: 0 100px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  /* line 66, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/home/index.scss */
  section.home-search-form div.more-info {
    padding: 0 10%;
  }
}
@media screen and (max-width: 480px) {
  /* line 66, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/home/index.scss */
  section.home-search-form div.more-info {
    padding: 0 20px;
  }
}
/* line 80, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/home/index.scss */
section.home-search-form div.more-info p {
  font-size: 11px;
}

/* line 88, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/home/index.scss */
.site-news {
  *zoom: 1;
  margin-bottom: 25px;
  background: #fff;
  border-radius: 3px;
  font-size: 13px;
}
/* line 17, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_clearfix.scss */
.site-news:before, .site-news:after {
  content: " ";
  display: table;
}
/* line 23, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_clearfix.scss */
.site-news:after {
  clear: both;
}
/* line 95, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/home/index.scss */
.site-news section {
  display: block;
  float: left;
  margin-right: 2.3576515979%;
  width: 48.821174201%;
  padding: 20px 40px 30px;
  margin: 0px;
}
/* line 41, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/neat-1.3.0/app/assets/stylesheets/grid/_span-columns.scss */
.site-news section:last-child {
  margin-right: 0;
}
@media screen and (max-width: 480px) {
  /* line 95, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/home/index.scss */
  .site-news section {
    padding: 15px 20px;
    float: none;
    width: auto;
  }
}
/* line 106, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/home/index.scss */
.site-news section.tweets {
  border-left: 3px solid #F7F9FB;
  display: block;
  float: left;
  margin-right: 2.3576515979%;
  width: 48.821174201%;
}
@media screen and (max-width: 480px) {
  /* line 106, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/home/index.scss */
  .site-news section.tweets {
    border: 0;
    width: 100%;
  }
}
/* line 114, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/home/index.scss */
.site-news section.tweets a {
  display: inline;
}
/* line 41, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/neat-1.3.0/app/assets/stylesheets/grid/_span-columns.scss */
.site-news section.tweets:last-child {
  margin-right: 0;
}
/* line 121, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/home/index.scss */
.site-news section.recent-notices {
  display: block;
  float: left;
  margin-right: 4.8291579146%;
  width: 47.5854210427%;
  margin-right: 0;
}
/* line 41, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/neat-1.3.0/app/assets/stylesheets/grid/_span-columns.scss */
.site-news section.recent-notices:last-child {
  margin-right: 0;
}
/* line 126, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/home/index.scss */
.site-news section.news-snippets {
  display: block;
  float: left;
  margin-right: 4.8291579146%;
  width: 100%;
  border-top: 3px solid #F7F9FB;
}
/* line 41, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/neat-1.3.0/app/assets/stylesheets/grid/_span-columns.scss */
.site-news section.news-snippets:last-child {
  margin-right: 0;
}
@media screen and (max-width: 480px) {
  /* line 126, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/home/index.scss */
  .site-news section.news-snippets {
    border: 0;
  }
}
/* line 137, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/home/index.scss */
.site-news ol {
  margin: 0;
  padding: 0;
}
/* line 142, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/home/index.scss */
.site-news li {
  list-style: none;
  margin-bottom: 0.8em;
}
/* line 146, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/home/index.scss */
.site-news li a {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}
/* line 152, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/home/index.scss */
.site-news li a:hover {
  text-decoration: underline;
}
/* line 157, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/home/index.scss */
.site-news li span.metadata {
  display: block;
  font-size: 11px;
  color: #acaeb4;
  line-height: 1.4em;
}
/* line 165, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/home/index.scss */
.site-news h2 {
  color: #009cdf;
  color: #0477aa;
  font-size: 13px;
  margin: 0 0 0.4em;
}

/* line 176, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/home/index.scss */
body.home footer.main {
  background: none;
  border: 0;
}
/* line 180, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/home/index.scss */
body.home footer.main div.inner-wrapper {
  font-size: 11px;
  margin: 0 auto;
  max-width: 750px;
  padding: 0;
}
/* line 187, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/home/index.scss */
body.home footer.main span, body.home footer.main a {
  margin: 0 15px 15px;
  color: #c2c7cd;
}
/* line 192, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/home/index.scss */
body.home footer.main a:hover {
  color: #019CE0;
}
/* line 196, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/home/index.scss */
body.home footer.main nav {
  float: right;
}

/* line 2, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
article.notice-show h1 {
  color: #fff;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1em;
  margin: 0;
  background: #019CE0;
  padding: 25px 35px 15px;
}
@media screen and (max-width: 480px) {
  /* line 2, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
  article.notice-show h1 {
    padding-left: 20px;
  }
}

/* line 18, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
article.notice-show section.body {
  position: relative;
  z-index: 1;
  clear: left;
  overflow: hidden;
}

/* line 29, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
article.notice-show header {
  background-color: #009cdf;
  *zoom: 1;
  color: #fff;
  font-weight: 500;
}
/* line 17, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_clearfix.scss */
article.notice-show header:before, article.notice-show header:after {
  content: " ";
  display: table;
}
/* line 23, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_clearfix.scss */
article.notice-show header:after {
  clear: both;
}
/* line 35, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
article.notice-show header div.entities-wrapper {
  position: relative;
}
/* line 39, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
article.notice-show header span.on_behalf_of {
  display: inline;
  color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 480px) {
  /* line 44, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
  article.notice-show header section.sender, article.notice-show header section.recipient, article.notice-show header section.submitter {
    width: 100%;
    float: none;
    min-height: 0;
    padding: 15px 20px;
  }
}
/* line 56, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
article.notice-show header section.recipient h5 {
  color: #FFFFFF;
}
/* line 61, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
article.notice-show header section.sender {
  position: relative;
}
/* line 64, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
article.notice-show header section.sender:before {
  background-image: url(/assets/arrow-dark-b63e5478feed36fcdcb3f56566c8afe4562fe9872bfc840d4c93484893601d6c.svg);
  background-repeat: no-repeat;
  background-size: 26.5%;
  content: "";
  height: 48px;
  left: 82%;
  opacity: 0.1;
  position: absolute;
  top: 50px;
  width: 33%;
}
@media screen and (max-width: 480px) {
  /* line 64, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
  article.notice-show header section.sender:before {
    display: none;
  }
}
/* line 82, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
article.notice-show header section.secondary {
  background-color: #009cdf;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  visibility: visible;
}
@media screen and (max-width: 480px) {
  /* line 82, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
  article.notice-show header section.secondary {
    padding: 15px 20px;
  }
}
/* line 97, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
article.notice-show header section.secondary * {
  -webkit-transition: opacity 0.08s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 0.08s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.08s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
/* line 101, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
article.notice-show header section.secondary.hide {
  visibility: hidden;
}
/* line 104, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
article.notice-show header section.secondary.hide * {
  -webkit-transition: opacity 0.08s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 0.08s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.08s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
}
/* line 110, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
article.notice-show header section.secondary h5 {
  color: #fcae73;
}
/* line 115, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
article.notice-show header h5 {
  text-transform: uppercase;
  color: #FFFFFF;
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 17px;
}
/* line 123, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
article.notice-show header h6 {
  font-size: 14px;
  font-weight: bold;
}
/* line 127, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
article.notice-show header h6 a {
  color: #fff;
}
/* line 130, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
article.notice-show header h6 a:hover {
  color: #fff;
  text-decoration: underline;
}
/* line 137, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
article.notice-show header span {
  display: block;
  font-size: 13px;
  font-weight: 300;
}
/* line 142, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
article.notice-show header span.date {
  color: rgba(255, 255, 255, 0.6);
  margin-top: 8px;
}
/* line 148, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
article.notice-show header a {
  text-decoration: none;
}
/* line 153, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
article.notice-show section.first-time-visitor {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.7);
}
/* line 163, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
article.notice-show section.first-time-visitor .first-time-visitor-content {
  width: 750px;
  margin: 100px auto;
  background-color: #fff;
  border: 4px solid #5e5e5e;
  border-radius: 8px;
  padding: 15px;
  text-align: left;
}
@media screen and (max-width: 480px) {
  /* line 163, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
  article.notice-show section.first-time-visitor .first-time-visitor-content {
    width: 75%;
  }
}
/* line 176, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
article.notice-show section.first-time-visitor #hide-first-time-visitor-content {
  text-align: right;
  font-size: 12px;
  margin: 0 0 1em;
}
/* line 181, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
article.notice-show section.first-time-visitor #hide-first-time-visitor-content a {
  text-decoration: none;
}
/* line 184, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
article.notice-show section.first-time-visitor #hide-first-time-visitor-content a:hover {
  text-decoration: underline;
}
/* line 191, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
article.notice-show div.other-entities {
  background: #019CE0;
  clear: both;
  *zoom: 1;
  color: rgba(255, 255, 255, 0.6);
  font-size: 11px;
  padding: 5px 35px 5px;
  text-transform: uppercase;
}
/* line 17, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_clearfix.scss */
article.notice-show div.other-entities:before, article.notice-show div.other-entities:after {
  content: " ";
  display: table;
}
/* line 23, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_clearfix.scss */
article.notice-show div.other-entities:after {
  clear: both;
}
@media screen and (max-width: 480px) {
  /* line 191, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
  article.notice-show div.other-entities {
    padding-left: 20px;
  }
}
/* line 204, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
article.notice-show div.other-entities span.label {
  float: left;
  font-size: 11px;
}
/* line 209, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
article.notice-show div.other-entities ul {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 215, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
article.notice-show div.other-entities ul li {
  cursor: pointer;
  float: left;
  font-weight: 700;
  padding: 0 0 0 12px;
}
/* line 221, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
article.notice-show div.other-entities ul li:hover {
  color: #fff;
}

/* line 233, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
article.notice-show div.main {
  *zoom: 1;
  padding: 35px;
}
/* line 17, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_clearfix.scss */
article.notice-show div.main:before, article.notice-show div.main:after {
  content: " ";
  display: table;
}
/* line 23, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_clearfix.scss */
article.notice-show div.main:after {
  clear: both;
}
@media screen and (max-width: 480px) {
  /* line 233, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
  article.notice-show div.main {
    padding: 17.5px;
  }
}
/* line 241, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
article.notice-show div.main h2 {
  font-size: 19px;
  margin: 0;
  line-height: 1.5em;
  font-weight: 700;
}
/* line 248, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
article.notice-show div.main h5 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 0.5em;
}
/* line 254, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
article.notice-show div.main p.source {
  color: #808080;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 25px;
  text-transform: uppercase;
}
/* line 262, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
article.notice-show div.main > section {
  margin-bottom: 2em;
}
/* line 265, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
article.notice-show div.main > section:last-child {
  margin-bottom: 0;
}
/* line 269, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
article.notice-show div.main > section.notice-body .body {
  white-space: pre-line;
}
/* line 274, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
article.notice-show div.main dl {
  *zoom: 1;
  margin-bottom: 10px;
}
/* line 17, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_clearfix.scss */
article.notice-show div.main dl:before, article.notice-show div.main dl:after {
  content: " ";
  display: table;
}
/* line 23, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_clearfix.scss */
article.notice-show div.main dl:after {
  clear: both;
}
/* line 278, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
article.notice-show div.main dl dl, article.notice-show div.main dl dt {
  margin: 0;
}
/* line 287, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
article.notice-show div.main .field {
  margin-left: 0;
  display: block;
  float: left;
  margin-right: 2.3576515979%;
  width: 78.6754892504%;
}
/* line 41, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/neat-1.3.0/app/assets/stylesheets/grid/_span-columns.scss */
article.notice-show div.main .field:last-child {
  margin-right: 0;
}
/* line 293, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
article.notice-show ol.copyright-claims {
  padding: 0;
}
/* line 296, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
article.notice-show ol.copyright-claims li.work {
  *zoom: 1;
  list-style-type: none;
}
/* line 17, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_clearfix.scss */
article.notice-show ol.copyright-claims li.work:before, article.notice-show ol.copyright-claims li.work:after {
  content: " ";
  display: table;
}
/* line 23, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_clearfix.scss */
article.notice-show ol.copyright-claims li.work:after {
  clear: both;
}
/* line 300, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
article.notice-show ol.copyright-claims li.work h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 1em 0;
}
/* line 306, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
article.notice-show ol.copyright-claims li.work div {
  *zoom: 1;
  margin-bottom: 10px;
}
/* line 17, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_clearfix.scss */
article.notice-show ol.copyright-claims li.work div:before, article.notice-show ol.copyright-claims li.work div:after {
  content: " ";
  display: table;
}
/* line 23, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_clearfix.scss */
article.notice-show ol.copyright-claims li.work div:after {
  clear: both;
}
/* line 311, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
article.notice-show ol.copyright-claims li.work div.row {
  *zoom: 1;
  display: block;
}
/* line 17, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_clearfix.scss */
article.notice-show ol.copyright-claims li.work div.row:before, article.notice-show ol.copyright-claims li.work div.row:after {
  content: " ";
  display: table;
}
/* line 23, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_clearfix.scss */
article.notice-show ol.copyright-claims li.work div.row:after {
  clear: both;
}
/* line 315, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
article.notice-show ol.copyright-claims li.work span.label {
  color: #808080;
  padding: 0 0 0 20px;
}
@media screen and (max-width: 480px) {
  /* line 315, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
  article.notice-show ol.copyright-claims li.work span.label {
    padding: 0;
  }
}
/* line 324, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
article.notice-show ol.copyright-claims li.work ol.list {
  counter-reset: li;
  list-style-position: inside;
  margin-bottom: 10px;
  padding-left: 0px;
  display: block;
  float: left;
  margin-right: 2.3576515979%;
  width: 78.6754892504%;
  margin-right: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-all;
}
/* line 41, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/neat-1.3.0/app/assets/stylesheets/grid/_span-columns.scss */
article.notice-show ol.copyright-claims li.work ol.list:last-child {
  margin-right: 0;
}
@media screen and (max-width: 480px) {
  /* line 324, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
  article.notice-show ol.copyright-claims li.work ol.list {
    width: 100%;
  }
}
/* line 339, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
article.notice-show ol.copyright-claims li.work ol.list li {
  list-style: none;
  margin-bottom: 6px;
  position: relative;
  padding-left: 25px;
}
/* line 345, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
article.notice-show ol.copyright-claims li.work ol.list li:before {
  color: #b7b7b7;
  content: counter(li,decimal-leading-zero) ".";
  counter-increment: li;
  font-size: 13px;
  font-weight: 600;
  left: -8px;
  position: absolute;
  text-align: right;
  top: 1px;
  white-space: no-wrap;
  width: 2em;
}

/* line 365, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
article.notice-show div.admin-edit {
  background: #FFF6BF;
  font-size: 15px;
  padding: 10px 35px;
}
/* line 371, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
article.notice-show .notice-permanent-url {
  padding: 10px 35px;
}

/* line 378, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
section.attachments {
  background: #fefefe;
}
/* line 381, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
section.attachments ol {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 17, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_clearfix.scss */
section.attachments ol:before, section.attachments ol:after {
  content: " ";
  display: table;
}
/* line 23, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_clearfix.scss */
section.attachments ol:after {
  clear: both;
}
/* line 387, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
section.attachments ol li {
  background-image: url(/assets/attachments/generic-a2e69e22ea24049ccd166da81e2a048117022f302c43d168458c293b1f2bb615.png);
  background-position: 6px;
  background-repeat: no-repeat;
  border: 1px solid transparent;
  cursor: pointer;
  margin-bottom: 10px;
  margin-top: 5px;
  padding: 6px 6px 6px 56px;
  display: block;
  float: left;
  margin-right: 2.3576515979%;
  width: 31.7615656014%;
  -webkit-transition: all 0.15s ease-out 0;
  -moz-transition: all 0.15s ease-out 0;
  transition: all 0.15s ease-out 0;
}
/* line 41, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/neat-1.3.0/app/assets/stylesheets/grid/_span-columns.scss */
section.attachments ol li:last-child {
  margin-right: 0;
}
/* line 400, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
section.attachments ol li:hover {
  background-color: #F4FAFE;
  border-radius: 4px;
  border-color: #81CDFB;
}
/* line 406, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
section.attachments ol li:nth-child(3n+3) {
  margin-right: 0;
}
@media screen and (max-width: 480px) {
  /* line 387, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
  section.attachments ol li {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
/* line 416, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
section.attachments ol li a {
  color: #444;
  display: block;
  font-size: 13px;
  font-weight: 600;
  min-height: 50px;
  text-decoration: none;
}
/* line 424, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
section.attachments ol li a:hover {
  color: #444;
}
/* line 429, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
section.attachments ol li span {
  clear: left;
  display: block;
  float: left;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 438, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
section.attachments ol li span.download {
  color: #808080;
  font-size: 12px;
}
/* line 442, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
section.attachments ol li span.download:hover {
  text-decoration: underline;
}
/* line 449, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
section.attachments ol li.pdf {
  background-image: url(/assets/attachments/pdf-7f779540a49bb54ef6ecf3cbed9c3e749c5ce807b0a249cf9909953741b4cdaf.png);
}
/* line 453, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
section.attachments ol li.image {
  background-image: url(/assets/attachments/image-55582f29e4c930718aec39086bf1315c5eefaf89d7c43dbccae980e20765a6d0.png);
}

/* line 462, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
article.notice-show footer {
  background: #009cdf;
  border-radius: 0 0 4px 4px;
  *zoom: 1;
  margin: 0;
  color: #fff;
}
/* line 17, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_clearfix.scss */
article.notice-show footer:before, article.notice-show footer:after {
  content: " ";
  display: table;
}
/* line 23, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_clearfix.scss */
article.notice-show footer:after {
  clear: both;
}
/* line 469, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
article.notice-show footer section {
  float: left;
  font-size: 13px;
  min-height: 20px;
  padding: 25px 35px;
}
/* line 475, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
article.notice-show footer section:first-child {
  display: block;
  float: left;
  margin-right: 2.3576515979%;
  width: 57.3509785009%;
  margin-right: 0;
}
/* line 41, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/neat-1.3.0/app/assets/stylesheets/grid/_span-columns.scss */
article.notice-show footer section:first-child:last-child {
  margin-right: 0;
}
/* line 480, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
article.notice-show footer section:last-child {
  display: block;
  float: left;
  margin-right: 2.3576515979%;
  width: 40.2913699012%;
  margin-left: 5px;
}
/* line 41, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/neat-1.3.0/app/assets/stylesheets/grid/_span-columns.scss */
article.notice-show footer section:last-child:last-child {
  margin-right: 0;
}
@media screen and (max-width: 480px) {
  /* line 486, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
  article.notice-show footer section:first-child, article.notice-show footer section:last-child {
    float: none;
    padding: 15px 20px 10px;
    width: 100%;
  }
}
/* line 494, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
article.notice-show footer h6 {
  color: #fff;
}
/* line 499, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
article.notice-show footer a {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
  color: #fff;
  line-height: 1.8em;
  text-decoration: none;
}
/* line 505, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
article.notice-show footer a:hover {
  color: #fff;
  border-bottom: 1px dotted #fff;
}

/* line 513, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
aside.notice {
  background: #F7F9FB;
  padding: 0 35px;
  *zoom: 1;
}
/* line 17, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_clearfix.scss */
aside.notice:before, aside.notice:after {
  content: " ";
  display: table;
}
/* line 23, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_clearfix.scss */
aside.notice:after {
  clear: both;
}
@media screen and (max-width: 480px) {
  /* line 513, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
  aside.notice {
    padding: 0 5px;
  }
}
/* line 526, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
aside.notice section {
  padding: 30px 0;
}
/* line 529, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
aside.notice section:first-child {
  box-shadow: 2px 0 0 #fff;
}

/* line 537, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
section#relevant-questions {
  display: block;
  float: left;
  margin-right: 2.3576515979%;
  width: 57.3509785009%;
  margin-right: 0;
  padding-right: 20px;
}
/* line 41, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/neat-1.3.0/app/assets/stylesheets/grid/_span-columns.scss */
section#relevant-questions:last-child {
  margin-right: 0;
}
@media screen and (max-width: 480px) {
  /* line 537, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
  section#relevant-questions {
    width: 100%;
    float: none;
    padding-left: 20px;
  }
}
/* line 550, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
section#relevant-questions .question {
  font-size: 15px;
}
/* line 553, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
section#relevant-questions .question a {
  padding-bottom: 7px;
  padding-top: 7px;
}
/* line 559, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
section#relevant-questions .answer, section#relevant-questions p {
  font-size: 13px;
}

/* line 564, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
section#related-blog-entries {
  display: block;
  float: left;
  margin-right: 2.3576515979%;
  width: 41.9973307612%;
  padding-left: 35px;
}
/* line 41, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/neat-1.3.0/app/assets/stylesheets/grid/_span-columns.scss */
section#related-blog-entries:last-child {
  margin-right: 0;
}
@media screen and (max-width: 480px) {
  /* line 564, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
  section#related-blog-entries {
    float: none;
    margin-right: 0;
    padding: 0;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}
/* line 577, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
section#related-blog-entries article {
  margin: 16px 0 18px;
}
/* line 580, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
section#related-blog-entries article h3 {
  font-weight: 500;
  line-height: 1em;
  margin: 0 0 0.2em;
  font-size: 15px;
}
/* line 586, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
section#related-blog-entries article h3 a {
  color: #5e5e5e;
  line-height: 1.5em;
  text-decoration: none;
}
/* line 591, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
section#related-blog-entries article h3 a:hover {
  color: #019CE0;
  text-decoration: underline;
}
/* line 599, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_show.scss */
section#related-blog-entries div.metadata {
  font-size: 12px;
  color: rgba(137, 148, 160, 0.7);
}

/* line 2, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_new.scss */
body.notices-new h1 {
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  /* line 2, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_new.scss */
  body.notices-new h1 {
    line-height: 1.2em;
  }
}
/* line 10, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_new.scss */
body.notices-new #file_uploads_inputs {
  margin-bottom: 10px;
}

/* line 15, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_new.scss */
section.notices-list {
  display: block;
  float: left;
  margin-right: 2.3576515979%;
  width: 31.7615656014%;
  margin-right: 0;
  padding-right: 30px;
  border-right: 1px solid #f1f1f1;
}
/* line 41, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/neat-1.3.0/app/assets/stylesheets/grid/_span-columns.scss */
section.notices-list:last-child {
  margin-right: 0;
}
@media screen and (max-width: 480px) {
  /* line 15, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_new.scss */
  section.notices-list {
    padding: 0;
  }
}
/* line 26, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_new.scss */
section.notices-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 31, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_new.scss */
section.notices-list ul li {
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #019CE0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  padding: 12px;
  -webkit-transition: background 0.08s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: background 0.08s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background 0.08s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 480px) {
  /* line 31, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_new.scss */
  section.notices-list ul li {
    padding: 6px 10px;
    font-size: 13px;
  }
}
/* line 46, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_new.scss */
section.notices-list ul li.active {
  background: #30B5EE;
  box-shadow: none;
  color: #fff;
}

/* line 55, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_new.scss */
section.info-panel {
  padding: 10px 25px;
  display: block;
  float: left;
  margin-right: 2.3576515979%;
  width: 65.8807828007%;
  line-height: 1.6em;
}
/* line 41, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/neat-1.3.0/app/assets/stylesheets/grid/_span-columns.scss */
section.info-panel:last-child {
  margin-right: 0;
}
@media screen and (max-width: 480px) {
  /* line 55, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_new.scss */
  section.info-panel {
    padding: 10px;
  }
}
/* line 64, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_new.scss */
section.info-panel > div {
  display: none;
}
/* line 67, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_new.scss */
section.info-panel > div.active {
  display: block;
}
/* line 72, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_new.scss */
section.info-panel a.button {
  display: inline-block;
  margin-top: 30px;
  padding: 8px 40px;
}
@media screen and (max-width: 480px) {
  /* line 72, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_new.scss */
  section.info-panel a.button {
    font-weight: 800;
    padding: 8px 10px;
    display: block;
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  /* line 87, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_new.scss */
  section.info-panel,
  section.notices-list {
    margin: 0;
    float: none;
    width: 100%;
    border: 0;
  }
}
/* line 6, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_multi-select.scss */
form.new_notice .select2-container {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-size: 13px;
  width: 100%;
}
/* line 11, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_multi-select.scss */
form.new_notice .select2-container .select2-search-choice-close {
  top: 3px;
}
/* line 15, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_multi-select.scss */
form.new_notice .select2-container .select2-choice {
  border-color: #d0d0d0;
  border-radius: 2px 4px 4px 2px;
  color: #000;
  font-size: 13px;
  height: 34px;
  padding-left: 190px;
  padding-top: 3px;
}
/* line 24, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_multi-select.scss */
form.new_notice .select2-container .select2-choice:focus {
  border-color: #019CE0;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(1, 138, 199, 0.7);
  outline: none;
}
/* line 30, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_multi-select.scss */
form.new_notice .select2-container .select2-choice b {
  background-position-y: 4px;
}
/* line 35, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_multi-select.scss */
form.new_notice .select2-container ul.select2-choices {
  background: #fff;
  border-color: #d0d0d0;
  border-radius: 2px;
  padding-left: 180px;
  width: 100%;
}
/* line 43, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_multi-select.scss */
form.new_notice .select2-container input {
  height: 30px;
}

/* line 3, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_datepicker.scss */
div.datepicker {
  display: none;
  position: absolute;
  width: 284px;
  z-index: 20;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.3);
  border: 1px solid #969696;
  margin: 0px;
  padding: 1px;
  text-align: left;
  left: 0%;
  margin-left: 175px;
  margin-top: 3px;
}
/* line 16, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/components/mixins/_dropdown.scss */
div.datepicker ul, div.datepicker ol {
  margin: 0px;
  overflow: scroll;
  padding: 0px;
}
/* line 22, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/components/mixins/_dropdown.scss */
div.datepicker li {
  list-style: none;
  float: none;
  width: auto;
}
/* line 28, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/components/mixins/_dropdown.scss */
div.datepicker a {
  display: block;
  margin: 2px 0px;
  padding: 6px 15px;
  text-decoration: none;
}
/* line 34, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/components/mixins/_dropdown.scss */
div.datepicker a:hover {
  background: #f8f8f8;
}
/* line 6, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/components/mixins/_nub.scss */
div.datepicker:before, div.datepicker:after {
  display: block;
  pointer-events: none;
  position: absolute;
  width: 0;
  height: 0;
  content: '';
}
/* line 16, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/components/mixins/_nub.scss */
div.datepicker:before {
  border: 11px solid transparent;
}
/* line 20, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/components/mixins/_nub.scss */
div.datepicker:after {
  border: 10px solid transparent;
}
/* line 25, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/components/mixins/_nub.scss */
div.datepicker:before {
  border-bottom-color: #8c8c8c;
  top: -22px;
  bottom: auto;
  left: auto;
  right: auto;
}
/* line 32, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/components/mixins/_nub.scss */
div.datepicker:after {
  border-bottom-color: #fff;
  top: -20px;
  bottom: auto;
  left: auto;
  right: auto;
}
/* line 51, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/components/mixins/_nub.scss */
div.datepicker:before {
  left: 20px;
  margin-left: -11px;
}
/* line 55, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/components/mixins/_nub.scss */
div.datepicker:after {
  left: 20px;
  margin-left: -10px;
}
/* line 8, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_datepicker.scss */
div.datepicker th, div.datepicker td {
  padding: 8px 10px;
}
/* line 13, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_datepicker.scss */
div.datepicker th.prev, div.datepicker th.next {
  min-width: 30px;
  position: relative;
}
/* line 18, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_datepicker.scss */
div.datepicker th.prev:before, div.datepicker th.next:before {
  content: "";
}
/* line 25, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_datepicker.scss */
div.datepicker th.prev:before {
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 6px;
  border-right-color: #999;
  position: absolute;
  top: 12px;
  left: 9px;
}
/* line 30, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_datepicker.scss */
div.datepicker th.next:before {
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 6px;
  border-left-color: #999;
  position: absolute;
  top: 12px;
  right: 9px;
}
/* line 36, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_datepicker.scss */
div.datepicker thead {
  border-bottom: 1px solid #DDD;
  border: 0;
}

/* line 4, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_forms.scss */
section.notice-new {
  padding: 35px 0;
}
/* line 7, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_forms.scss */
section.notice-new section, section.notice-new header {
  padding: 45px 35px;
}
@media screen and (max-width: 480px) {
  /* line 7, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_forms.scss */
  section.notice-new section, section.notice-new header {
    padding: 45px 20px;
  }
}
/* line 15, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_forms.scss */
section.notice-new section {
  *zoom: 1;
}
/* line 17, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_clearfix.scss */
section.notice-new section:before, section.notice-new section:after {
  content: " ";
  display: table;
}
/* line 23, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_clearfix.scss */
section.notice-new section:after {
  clear: both;
}
/* line 18, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_forms.scss */
section.notice-new section:nth-of-type(2n) {
  border: 1px solid #DDD;
  border-left: 0;
  border-right: 0;
  background: rgba(0, 0, 0, 0.02);
}
/* line 25, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_forms.scss */
section.notice-new section div.body-wrapper {
  float: left;
  width: 50%;
  padding-right: 5%;
}
@media screen and (max-width: 480px) {
  /* line 25, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_forms.scss */
  section.notice-new section div.body-wrapper {
    float: none;
    width: 100%;
  }
}
/* line 35, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_forms.scss */
section.notice-new section div.body-wrapper.left {
  padding-right: 5%;
}
/* line 38, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_forms.scss */
section.notice-new section div.body-wrapper.left:not(:first-of-type) {
  clear: left;
  margin-top: 60px;
}
/* line 42, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_forms.scss */
section.notice-new section div.body-wrapper.left:not(:first-of-type) + .body-wrapper.right {
  margin-top: 60px;
}
/* line 50, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_forms.scss */
section.notice-new header {
  padding-top: 0;
}
/* line 53, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_forms.scss */
section.notice-new header h3 {
  margin: 10px 0;
  color: #393f4d;
  font-weight: 800;
}
/* line 59, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_forms.scss */
section.notice-new header p.disclaimer {
  color: #aaaaaa;
  font-size: 11px;
  font-style: italic;
  margin: 20px 0 0;
}
/* line 67, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_forms.scss */
section.notice-new h4 {
  color: #444B5C;
  font-weight: 800;
  margin: 0 0 .4em;
}
/* line 72, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_forms.scss */
section.notice-new h4 + p {
  margin-bottom: 2em;
}

/* line 83, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_forms.scss */
form.new_notice div {
  *zoom: 1;
}
/* line 17, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_clearfix.scss */
form.new_notice div:before, form.new_notice div:after {
  content: " ";
  display: table;
}
/* line 23, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_clearfix.scss */
form.new_notice div:after {
  clear: both;
}
/* line 87, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_forms.scss */
form.new_notice div.input {
  position: relative;
  margin-bottom: 10px;
  clear: left;
}
/* line 95, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_forms.scss */
form.new_notice div.input.notice_file_uploads_kind {
  margin-bottom: 34px;
}
/* line 99, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_forms.scss */
form.new_notice span.radio {
  display: block;
}
/* line 103, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_forms.scss */
form.new_notice label {
  background-color: #eee;
  background-image: -webkit-linear-gradient(#eee, #eaeaea);
  background-image: linear-gradient(#eee, #eaeaea);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  border-radius: 2px 0 0 2px;
  border-right: 1px solid #d0d0d0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  left: 1px;
  margin-bottom: 2px;
  padding: 6px 10px;
  position: absolute;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  top: 1px;
  width: 180px;
  z-index: 1;
}
/* line 118, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_forms.scss */
form.new_notice label.boolean, form.new_notice label.collection_radio_buttons {
  width: auto;
  left: auto;
  border: none;
  position: static;
  display: inline;
  background: none;
}
/* line 127, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_forms.scss */
form.new_notice label.radio_buttons {
  display: block;
  width: auto;
  left: auto;
  border: none;
  position: static;
  background: none;
}
/* line 136, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_forms.scss */
form.new_notice label.text {
  border-bottom: 1px solid #d0d0d0;
  border-right: 0;
  height: auto;
  left: 1px;
  right: 1px;
  width: auto;
  border-radius: 2px 2px 0 0;
}
/* line 148, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_forms.scss */
form.new_notice label.half-width {
  width: 90px;
}
/* line 153, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_forms.scss */
form.new_notice .input.select label {
  border: solid #d0d0d0;
  border-width: 1px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  border-radius: 2px 0 0 2px;
}
/* line 160, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_forms.scss */
form.new_notice .select2 {
  margin-left: 180px;
  width: 285px;
  margin-top: 1px;
}
/* line 166, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_forms.scss */
form.new_notice .select2-selection {
  border-radius: 0;
  height: 34px;
}
/* line 171, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_forms.scss */
form.new_notice input {
  padding: 6px;
  width: 100%;
  margin-bottom: 0;
}
/* line 176, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_forms.scss */
form.new_notice input.boolean, form.new_notice input.radio_buttons {
  width: auto;
}
/* line 8, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bourbon-3.1.8/app/assets/stylesheets/css3/_placeholder.scss */
form.new_notice input::-webkit-input-placeholder {
  color: #999;
  font-weight: 300;
}
/* line 14, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bourbon-3.1.8/app/assets/stylesheets/css3/_placeholder.scss */
form.new_notice input:-moz-placeholder {
  color: #999;
  font-weight: 300;
}
/* line 19, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bourbon-3.1.8/app/assets/stylesheets/css3/_placeholder.scss */
form.new_notice input::-moz-placeholder {
  color: #999;
  font-weight: 300;
}
/* line 24, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bourbon-3.1.8/app/assets/stylesheets/css3/_placeholder.scss */
form.new_notice input:-ms-input-placeholder {
  color: #999;
  font-weight: 300;
}
/* line 188, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_forms.scss */
form.new_notice input[type="file"] {
  height: 34px;
}
/* line 192, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_forms.scss */
form.new_notice input[type="email"], form.new_notice input[type="number"], form.new_notice input[type="password"], form.new_notice input[type="search"], form.new_notice input[type="tel"], form.new_notice input[type="text"], form.new_notice input[type="url"], form.new_notice input[type="color"], form.new_notice input[type="date"], form.new_notice input[type="datetime"], form.new_notice input[type="datetime-local"], form.new_notice input[type="month"], form.new_notice input[type="time"], form.new_notice input[type="week"] {
  padding-left: 190px;
}
/* line 196, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_forms.scss */
form.new_notice textarea {
  height: 150px;
  width: 100%;
  resize: vertical;
  margin-bottom: 0;
  padding-top: 42px;
}
/* line 204, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_forms.scss */
form.new_notice input.file {
  border: 1px solid #d0d0d0;
  border-radius: 2px;
  font-size: 12px;
  line-height: 0;
  padding-left: 190px;
}
/* line 212, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_forms.scss */
form.new_notice a.add {
  font-size: 13px;
}
/* line 216, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_forms.scss */
form.new_notice .hidden {
  display: none;
}
/* line 220, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_forms.scss */
form.new_notice div.buttons-wrapper {
  *zoom: 1;
  padding: 45px 0 15px;
}
/* line 17, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_clearfix.scss */
form.new_notice div.buttons-wrapper:before, form.new_notice div.buttons-wrapper:after {
  content: " ";
  display: table;
}
/* line 23, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_clearfix.scss */
form.new_notice div.buttons-wrapper:after {
  clear: both;
}
/* line 224, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_forms.scss */
form.new_notice div.buttons-wrapper input {
  float: right;
  font-size: 15px;
  font-weight: 800;
  margin-right: 35px;
  padding: 1em;
  width: 46%;
  width: calc(50% - 35px);
}

/* line 239, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_forms.scss */
form.new_notice div.notice_entity_notice_roles_entity_state,
form.new_notice div.notice_entity_notice_roles_entity_zip {
  float: left;
  width: 50%;
  clear: none;
}
/* line 245, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_forms.scss */
form.new_notice div.notice_entity_notice_roles_entity_state input,
form.new_notice div.notice_entity_notice_roles_entity_zip input {
  width: 100%;
}
/* line 250, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_forms.scss */
form.new_notice .notice_entity_notice_roles_entity_state {
  padding-right: 30px;
}

/* line 259, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_forms.scss */
form.new_notice section.notice-body {
  border-top: 1px solid #DDD;
}
/* line 262, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_forms.scss */
form.new_notice section.notice-body h4 {
  margin-top: 0;
}

/* line 272, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_forms.scss */
form.new_notice section.works label.url, form.new_notice section.works label.string {
  width: 235px;
}
/* line 276, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_forms.scss */
form.new_notice section.works input[type="email"], form.new_notice section.works input[type="number"], form.new_notice section.works input[type="password"], form.new_notice section.works input[type="search"], form.new_notice section.works input[type="tel"], form.new_notice section.works input[type="text"], form.new_notice section.works input[type="url"], form.new_notice section.works input[type="color"], form.new_notice section.works input[type="date"], form.new_notice section.works input[type="datetime"], form.new_notice section.works input[type="datetime-local"], form.new_notice section.works input[type="month"], form.new_notice section.works input[type="time"], form.new_notice section.works input[type="week"] {
  padding-left: 245px;
}
/* line 280, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_forms.scss */
form.new_notice section.works button.add-another-url {
  margin-left: 235px;
  margin-bottom: 10px;
  width: calc(100% - 235px);
}
/* line 285, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_forms.scss */
form.new_notice section.works button.add-another-url:not(:first-child) {
  margin-top: 30px;
}
/* line 290, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/notices/_forms.scss */
form.new_notice section.works button.remove-url {
  position: absolute;
  right: -45px;
  top: 0px;
  padding: 7px 15px;
  background: #e85d63;
}

/* line 1, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/topics/_show.scss */
section.topic-description {
  display: block;
  float: left;
  margin-right: 2.3576515979%;
  width: 74.4105871005%;
  padding: 0 25px 0 0;
  margin-bottom: 40px;
}
/* line 41, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/neat-1.3.0/app/assets/stylesheets/grid/_span-columns.scss */
section.topic-description:last-child {
  margin-right: 0;
}
@media screen and (max-width: 480px) {
  /* line 1, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/topics/_show.scss */
  section.topic-description {
    width: 100%;
  }
}
/* line 10, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/topics/_show.scss */
section.topic-description h1 {
  font-weight: 800;
  margin-bottom: 12px;
}
/* line 15, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/topics/_show.scss */
section.topic-description p {
  font-size: 18px;
  line-height: 1.7em;
  margin-bottom: 2em;
}

/* line 22, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/topics/_show.scss */
section.topic-notices {
  display: block;
  float: left;
  margin-right: 2.3576515979%;
  width: 23.2317613015%;
  margin-right: 0;
  padding-left: 20px;
  margin-top: 21px;
  margin-bottom: 40px;
}
/* line 41, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/neat-1.3.0/app/assets/stylesheets/grid/_span-columns.scss */
section.topic-notices:last-child {
  margin-right: 0;
}
@media screen and (max-width: 480px) {
  /* line 22, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/topics/_show.scss */
  section.topic-notices {
    width: 100%;
    border-left: 0;
    padding: 0;
    margin: 0;
  }
}
/* line 36, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/topics/_show.scss */
section.topic-notices ol {
  margin: 0;
  padding: 0;
}
/* line 40, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/topics/_show.scss */
section.topic-notices ol li {
  border-bottom: 1px solid #eaeaea;
  display: block;
  margin-bottom: 0.75em;
  padding-bottom: 0.75em;
}
/* line 49, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/topics/_show.scss */
section.topic-notices h4 {
  color: #019CE0;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 23px;
}
/* line 56, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/topics/_show.scss */
section.topic-notices a {
  font-size: 14px;
  text-decoration: none;
}
/* line 60, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/topics/_show.scss */
section.topic-notices a:hover {
  text-decoration: underline;
}
/* line 65, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/topics/_show.scss */
section.topic-notices span {
  display: none;
}

/* line 70, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/topics/_show.scss */
section.topic-faqs {
  clear: left;
  margin-top: 2em;
  padding-top: 1px;
}
/* line 76, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/topics/_show.scss */
section.topic-faqs h3.title {
  font-size: 17px;
}
@media screen and (max-width: 480px) {
  /* line 76, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/topics/_show.scss */
  section.topic-faqs h3.title {
    margin-left: 0;
  }
}

/* line 1, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/search/_index.scss */
section.search-results {
  border-radius: 3px;
  *zoom: 1;
}
/* line 17, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_clearfix.scss */
section.search-results:before, section.search-results:after {
  content: " ";
  display: table;
}
/* line 23, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_clearfix.scss */
section.search-results:after {
  clear: both;
}
/* line 5, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/search/_index.scss */
section.search-results div.result-stats, section.search-results div.results-context {
  margin: 15px 35px 0 35px;
}
@media screen and (max-width: 480px) {
  /* line 5, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/search/_index.scss */
  section.search-results div.result-stats, section.search-results div.results-context {
    margin-left: 20px;
  }
}
/* line 12, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/search/_index.scss */
section.search-results div.result-stats, section.search-results div.result-stats a, section.search-results div.results-context, section.search-results div.results-context a {
  font-size: 13px;
  color: #777A83;
}
/* line 18, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/search/_index.scss */
section.search-results div.dropdown.sort-order {
  display: inline-block;
  margin-left: 20px;
  position: relative;
}
@media screen and (max-width: 480px) {
  /* line 18, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/search/_index.scss */
  section.search-results div.dropdown.sort-order {
    display: block;
    margin-left: 0;
  }
}
/* line 28, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/search/_index.scss */
section.search-results div.dropdown.sort-order .dropdown-menu {
  margin-left: 32px;
}
/* line 32, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/search/_index.scss */
section.search-results div.dropdown.sort-order .dropdown-menu a {
  color: #515151;
}
/* line 37, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/search/_index.scss */
section.search-results div.dropdown.sort-order::after {
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 4px;
  border-top-color: #777A83;
  position: absolute;
  content: "";
  right: -12px;
  top: calc(50% - 2px);
}
/* line 51, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/search/_index.scss */
section.search-results div.dropdown.sort-order.open .dropdown-menu {
  display: block;
}
/* line 55, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/search/_index.scss */
section.search-results div.dropdown.sort-order.open::after {
  border-top: none;
  border-bottom-color: #777A83;
}
/* line 62, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/search/_index.scss */
section.search-results div.pagination {
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  margin: 0;
}

/* line 71, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/search/_index.scss */
ol.results-list {
  margin: 2em 0 3em;
  padding: 0 35px;
}
@media screen and (max-width: 480px) {
  /* line 71, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/search/_index.scss */
  ol.results-list {
    padding: 0 15px;
  }
}
/* line 79, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/search/_index.scss */
ol.results-list li {
  list-style-type: none;
  margin-bottom: 23px;
}
/* line 84, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/search/_index.scss */
ol.results-list h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2em;
  margin: 0;
}
/* line 90, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/search/_index.scss */
ol.results-list h3 a {
  color: #0072d9;
}
/* line 93, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/search/_index.scss */
ol.results-list h3 a:hover {
  color: #1971bf;
}
/* line 97, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/search/_index.scss */
ol.results-list h3 a:visited {
  color: #A42DDF;
}
/* line 103, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/search/_index.scss */
ol.results-list div.metadata {
  color: #565656;
  margin-top: 5px;
}
/* line 107, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/search/_index.scss */
ol.results-list div.metadata div {
  font-size: 13px;
  font-weight: 600;
  margin-right: 20px;
  line-height: 1.4em;
}
/* line 113, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/search/_index.scss */
ol.results-list div.metadata div a {
  text-decoration: none;
}
/* line 116, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/search/_index.scss */
ol.results-list div.metadata div a:hover {
  color: #444;
  text-decoration: underline;
}
/* line 123, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/search/_index.scss */
ol.results-list div.metadata div.date-received {
  display: inline-block;
  vertical-align: top;
}
/* line 128, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/search/_index.scss */
ol.results-list div.metadata span.on_behalf_of {
  font-weight: normal;
}
/* line 132, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/search/_index.scss */
ol.results-list div.metadata div.sender-receiver {
  display: inline-block;
}
/* line 135, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/search/_index.scss */
ol.results-list div.metadata div.sender-receiver span {
  display: inline-block;
  font-style: italic;
  overflow: hidden;
  margin: 0 .25em;
}
/* line 142, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/search/_index.scss */
ol.results-list div.metadata div.sender-receiver a {
  display: inline-block;
  font-style: italic;
  max-width: 350px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 150, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/search/_index.scss */
ol.results-list div.metadata div.sender-receiver a.sender {
  color: #D46969;
}
/* line 154, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/search/_index.scss */
ol.results-list div.metadata div.sender-receiver a.receiver {
  color: #69AC6F;
}
/* line 160, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/search/_index.scss */
ol.results-list div.metadata ol.excerpt {
  font-size: 13px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
/* line 166, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/search/_index.scss */
ol.results-list div.metadata ol.excerpt li {
  list-style: none;
  margin: 0;
}
/* line 171, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/search/_index.scss */
ol.results-list div.metadata ol.excerpt b {
  font-weight: 600;
  color: #777A83;
}
/* line 176, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/search/_index.scss */
ol.results-list div.metadata ol.excerpt em {
  color: #444;
  font-weight: 700;
  font-style: normal;
}
/* line 183, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/search/_index.scss */
ol.results-list div.metadata div.topic {
  color: #91949c;
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  margin-top: 3px;
  opacity: 0.7;
  text-transform: uppercase;
  -webkit-transition: all 0.08s;
  -moz-transition: all 0.08s;
  transition: all 0.08s;
}
/* line 194, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/search/_index.scss */
ol.results-list div.metadata div.topic:hover {
  opacity: 1;
}
/* line 198, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/search/_index.scss */
ol.results-list div.metadata div.topic a {
  color: #91949c;
  margin-left: 2px;
  white-space: nowrap;
}
/* line 203, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/search/_index.scss */
ol.results-list div.metadata div.topic a:first-child {
  margin-left: 0;
}
/* line 207, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/search/_index.scss */
ol.results-list div.metadata div.topic a:hover {
  color: #777A83;
}
/* line 213, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/search/_index.scss */
ol.results-list div.metadata span.arrow {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
  position: relative;
  top: 5px;
}
/* line 220, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/search/_index.scss */
ol.results-list div.metadata span.arrow img {
  display: block;
}

/* line 1, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/search/_filters.scss */
ol.results-facets ol.dropdown-menu li.active {
  position: relative;
}
/* line 4, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/search/_filters.scss */
ol.results-facets ol.dropdown-menu li.active:before {
  content: "\2022";
  font-size: 28px;
  left: 9px;
  position: absolute;
  top: 7px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #30B5EE;
}

/* line 15, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/search/_filters.scss */
ol.results-facets {
  background: #009cdf;
  *zoom: 1;
  margin: 0;
  padding: 0;
  position: relative;
}
/* line 17, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_clearfix.scss */
ol.results-facets:before, ol.results-facets:after {
  content: " ";
  display: table;
}
/* line 23, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_clearfix.scss */
ol.results-facets:after {
  clear: both;
}
/* line 22, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/search/_filters.scss */
ol.results-facets > li {
  float: left;
  list-style: none;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 27, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/search/_filters.scss */
ol.results-facets > li:first-child {
  margin: 0 0 0 15px;
}
/* line 31, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/search/_filters.scss */
ol.results-facets > li:last-child {
  border-right: 0;
}
@media screen and (max-width: 768px) {
  /* line 15, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/search/_filters.scss */
  ol.results-facets {
    padding: 0;
  }
  /* line 40, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/search/_filters.scss */
  ol.results-facets > li {
    float: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 0;
  }
  /* line 45, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/search/_filters.scss */
  ol.results-facets > li:first-child {
    margin: 0;
  }
  /* line 49, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/search/_filters.scss */
  ol.results-facets > li:last-child {
    border-bottom: 0;
  }
}
/* line 56, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/search/_filters.scss */
ol.results-facets li.title {
  padding: 12px 30px 12px 20px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  /* line 56, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/search/_filters.scss */
  ol.results-facets li.title {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  /* line 56, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/search/_filters.scss */
  ol.results-facets li.title {
    display: block;
    padding-left: 15px;
  }
}
/* line 73, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/search/_filters.scss */
ol.results-facets li.title.results-context-toggle {
  text-transform: none;
}
/* line 77, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/search/_filters.scss */
ol.results-facets li.title.results-context-toggle:hover {
  cursor: pointer;
}
/* line 81, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/search/_filters.scss */
ol.results-facets li.dropdown {
  position: relative;
  -webkit-transition: padding 0.1s;
  -moz-transition: padding 0.1s;
  transition: padding 0.1s;
}
/* line 85, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/search/_filters.scss */
ol.results-facets li.dropdown:hover, ol.results-facets li.dropdown.open a.dropdown-toggle {
  background: #019CE0;
  box-shadow: -1px 0 0 rgba(0, 0, 0, 0.1);
  position: relative;
}
@media screen and (max-width: 768px) {
  /* line 85, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/search/_filters.scss */
  ol.results-facets li.dropdown:hover, ol.results-facets li.dropdown.open a.dropdown-toggle {
    box-shadow: none;
  }
}
/* line 97, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/search/_filters.scss */
ol.results-facets li.dropdown.active a.dropdown-toggle {
  background: #30B5EE;
}
/* line 102, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/search/_filters.scss */
ol.results-facets li.dropdown a.dropdown-toggle {
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: 600;
  padding: 12px 24px 12px 10px;
  position: relative;
  text-decoration: none;
}
/* line 111, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/search/_filters.scss */
ol.results-facets li.dropdown a.dropdown-toggle:after {
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 4px;
  border-top-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  content: "";
  right: 8px;
  top: calc(50% - 2px);
}
/* line 124, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/search/_filters.scss */
ol.results-facets li.active ~ li.button-wrapper button {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
@media screen and (max-width: 768px) {
  /* line 123, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/search/_filters.scss */
  ol.results-facets li.active ~ li.button-wrapper {
    height: 44px;
  }
}
/* line 133, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/search/_filters.scss */
ol.results-facets li.button-wrapper {
  overflow: hidden;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 768px) {
  /* line 133, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/search/_filters.scss */
  ol.results-facets li.button-wrapper {
    height: 0;
    position: static;
    -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
/* line 145, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/search/_filters.scss */
ol.results-facets li.button-wrapper button {
  border-radius: 0;
  border-width: 0 0 0 1px;
  font-size: 11px;
  font-weight: 700;
  height: 44px;
  padding: 5px 10px;
  text-transform: uppercase;
  -webkit-transform: translateX(106px);
  -moz-transform: translateX(106px);
  -ms-transform: translateX(106px);
  -o-transform: translateX(106px);
  transform: translateX(106px);
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 106px;
}
@media screen and (max-width: 768px) {
  /* line 145, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/search/_filters.scss */
  ol.results-facets li.button-wrapper button {
    border-width: 1px 0 0 0;
    display: block;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    width: 100%;
  }
}
/* line 173, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/search/_filters.scss */
ol.results-facets ol.dropdown-menu a {
  color: #53555b;
  padding-left: 28px;
}

/* line 180, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/search/_filters.scss */
.total-count {
  display: block;
  font-size: 10px;
  color: #888;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 2px;
}

/* line 1, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/blog/_index.scss */
section.posts {
  display: block;
  float: left;
  margin-right: 2.3576515979%;
  width: 65.8807828007%;
  margin-top: 10px;
}
/* line 41, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/neat-1.3.0/app/assets/stylesheets/grid/_span-columns.scss */
section.posts:last-child {
  margin-right: 0;
}
@media screen and (max-width: 480px) {
  /* line 1, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/blog/_index.scss */
  section.posts {
    float: none;
    display: block;
    float: left;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
  }
  /* line 41, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/neat-1.3.0/app/assets/stylesheets/grid/_span-columns.scss */
  section.posts:last-child {
    margin-right: 0;
  }
}

/* line 11, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/blog/_index.scss */
article.post-item {
  margin: 45px 35px 65px 65px;
}
@media screen and (max-width: 768px) {
  /* line 11, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/blog/_index.scss */
  article.post-item {
    margin: 45px 35px 75px 35px;
  }
}
@media screen and (max-width: 480px) {
  /* line 11, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/blog/_index.scss */
  article.post-item {
    margin: 45px 20px 75px 20px;
  }
}
/* line 22, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/blog/_index.scss */
article.post-item h3 {
  font-weight: 800;
  line-height: 1.2;
  margin-top: 0;
}
/* line 27, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/blog/_index.scss */
article.post-item h3 a, article.post-item h3 a:hover, article.post-item h3 a:active {
  color: #444;
  text-decoration: none;
}
/* line 37, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/blog/_index.scss */
article.post-item a.snippet {
  font-family: "Merriweather", Georgia, Cambria, "Times New Roman", Times, serif;
  text-decoration: none;
  color: #444;
}
/* line 42, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/blog/_index.scss */
article.post-item a.snippet:hover, article.post-item a.snippet:active, article.post-item a.snippet:focus {
  color: #444;
}
/* line 46, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/blog/_index.scss */
article.post-item a.snippet p {
  font-size: 16px;
  line-height: 1.5;
}

/* line 53, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/blog/_index.scss */
aside.sidebar {
  min-height: 300px;
  display: block;
  float: left;
  margin-right: 2.3576515979%;
  width: 31.7615656014%;
  padding: 0 65px 0 2.3576515979%;
  margin-right: 0;
  margin-top: 53px;
}
/* line 41, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/neat-1.3.0/app/assets/stylesheets/grid/_span-columns.scss */
aside.sidebar:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  /* line 53, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/blog/_index.scss */
  aside.sidebar {
    padding: 0 35px 0 2.3576515979%;
  }
}
@media screen and (max-width: 480px) {
  /* line 53, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/blog/_index.scss */
  aside.sidebar {
    float: none;
    margin-top: 0;
    padding: 0 20px 20px;
    display: block;
    float: left;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
  }
  /* line 41, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/neat-1.3.0/app/assets/stylesheets/grid/_span-columns.scss */
  aside.sidebar:last-child {
    margin-right: 0;
  }
}
/* line 71, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/blog/_index.scss */
aside.sidebar h4 {
  font-weight: bold;
  color: #019CE0;
  font-size: 18px;
}
/* line 77, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/blog/_index.scss */
aside.sidebar ol {
  padding: 0;
}
/* line 81, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/blog/_index.scss */
aside.sidebar li {
  border-bottom: 1px solid #eaeaea;
  list-style: none;
  margin-bottom: 0.9em;
  padding-bottom: 0.9em;
}
/* line 87, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/blog/_index.scss */
aside.sidebar li a {
  text-decoration: none;
  line-height: 1.1em;
  font-size: 14px;
}
/* line 92, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/blog/_index.scss */
aside.sidebar li a:hover {
  text-decoration: underline;
}

/* line 100, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/blog/_index.scss */
aside.sidebar.blog-search table {
  margin: 0px;
}
/* line 104, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/blog/_index.scss */
aside.sidebar.blog-search td {
  padding: 0px;
  margin: 0px;
  border: none;
}
/* line 110, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/blog/_index.scss */
aside.sidebar.blog-search .cse .gsc-search-button input.gsc-search-button-v2, aside.sidebar.blog-search input.gsc-search-button-v2 {
  height: auto;
  width: auto;
}
/* line 115, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/blog/_index.scss */
aside.sidebar.blog-search .gsc-control-cse {
  padding: 0px;
}

/* line 120, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/blog/_index.scss */
section.pagination-container {
  display: block;
  float: left;
  margin-right: 2.3576515979%;
  width: 100%;
}
/* line 41, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/neat-1.3.0/app/assets/stylesheets/grid/_span-columns.scss */
section.pagination-container:last-child {
  margin-right: 0;
}

/* line 1, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/blog/_show.scss */
article.post {
  margin-bottom: 30px;
  overflow: hidden;
}
/* line 5, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/blog/_show.scss */
article.post .content {
  padding: 40px 150px;
}
@media screen and (max-width: 1024px) {
  /* line 5, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/blog/_show.scss */
  article.post .content {
    padding: 30px 100px;
  }
}
@media screen and (max-width: 768px) {
  /* line 5, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/blog/_show.scss */
  article.post .content {
    padding: 30px 50px;
  }
}
@media screen and (max-width: 480px) {
  /* line 5, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/blog/_show.scss */
  article.post .content {
    padding: 20px;
  }
}
/* line 21, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/blog/_show.scss */
article.post h3.title {
  font-size: 2.1333333333em;
  font-weight: 800;
  line-height: 1.3em;
}
/* line 27, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/blog/_show.scss */
article.post h1, article.post h2, article.post h3, article.post h4, article.post h5, article.post h6 {
  font-weight: bold;
}
/* line 31, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/blog/_show.scss */
article.post div.metadata {
  font-size: 17px;
}
/* line 36, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/blog/_show.scss */
article.post p, article.post blockquote {
  font-family: "Merriweather", Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 18px;
  line-height: 1.85;
  margin: 2em 0;
}
@media screen and (max-width: 480px) {
  /* line 36, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/blog/_show.scss */
  article.post p, article.post blockquote {
    font-size: 17px;
  }
}
/* line 47, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/blog/_show.scss */
article.post blockquote {
  border-left: 4px solid #30B5EE;
  color: #636363;
  font-style: italic;
  margin-left: -41px;
  padding-left: 37px;
}

/* line 58, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/blog/_show.scss */
div.attribution {
  font-size: 11px;
  opacity: 0.7;
}

/* line 64, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/blog/_show.scss */
article.post .imagery {
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
  background-image: url(/assets/blog/imagery/default-300cd265f6f03bab94eee72b5532aec0ee722394e8ce265c1d35ea9c7e7b3250.jpg);
  background-position: 50% 85%;
}
/* line 71, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/blog/_show.scss */
article.post .imagery.lightning {
  background-image: url(/assets/blog/imagery/lightning-6f24818c7eda22ec9158167848b874c2117ffbcd4f87dfcb2d86257fb4951bd2.jpg);
  background-position: 50% 38%;
}
/* line 76, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/blog/_show.scss */
article.post .imagery.storm {
  background-image: url(/assets/blog/imagery/storm-3b94e57e6a41c686142c023413a785737d5052f8e4e8aed02519a5df8a885dc9.jpg);
  background-position: 50% 58%;
}
/* line 81, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/blog/_show.scss */
article.post .imagery.rain {
  background-image: url(/assets/blog/imagery/rain-20ea99bee00d73832f08d1e8e0cf146f60d5956af9ad29b852d59e06ede9484e.jpg);
  background-position: 50% 46%;
}
/* line 86, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/blog/_show.scss */
article.post .imagery.overcast {
  background-image: url(/assets/blog/imagery/overcast-b084c1d7247d4b84b8c1163192336e189bdacbcfebb224ff00fb8128b7fb8556.jpg);
  background-position: 50% 98%;
}
/* line 91, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/blog/_show.scss */
article.post .imagery.clouds {
  background-image: url(/assets/blog/imagery/clouds-552b5ceb1f4690128ae110cd2bf0a4ef3603efc60291eae172356808d03cf7da.jpg);
  background-position: 50% 30%;
}
/* line 96, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/blog/_show.scss */
article.post .imagery.sunny {
  background-image: url(/assets/blog/imagery/sunny-c1f080e8ed6bf62f3a4d5634cd0a4f8f308969bc7c29c11550e1bec67b7056b4.jpg);
  background-position: 50% 50%;
}
/* line 101, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/blog/_show.scss */
article.post .imagery.sunset {
  background-image: url(/assets/blog/imagery/sunset-00d612f86cda517989851950091ed0356fc366eb14993553e4b99be095dcf671.jpg);
  background-position: 50% 48%;
}
/* line 106, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/blog/_show.scss */
article.post .imagery.autumn {
  background-image: url(/assets/blog/imagery/autumn-1c62bd73e8e9b0f39cd2d5aad83709e731e62de44a9394299c1531d163794892.jpg);
  background-position: 50% 33%;
}
/* line 111, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/blog/_show.scss */
article.post .imagery.desert {
  background-image: url(/assets/blog/imagery/desert-b4beaa2e288b145bd758f8247c2b2d471347b9b3b11be76ae3ab388aab630947.jpg);
  background-position: 50% 42%;
}
/* line 116, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/blog/_show.scss */
article.post .imagery.tornado {
  background-image: url(/assets/blog/imagery/tornado-28aa2e374341343da2c0c63a2e96c0f0f8f2592ce32dcc242df5585d6b31630a.jpg);
  background-position: 50% 78%;
}
/* line 121, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/blog/_show.scss */
article.post .imagery.snow {
  background-image: url(/assets/blog/imagery/snow-35eecc228e071f275886a8240b1ab42c565008dc1a16b3c9e3cfa811a0ff03a4.jpg);
  background-position: 50% 40%;
}

/* line 1, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/counter_notices/_show.scss */
article.counter-notice-show {
  width: 80%;
  margin: 2em auto;
  border: 2px solid #DDD;
  border-radius: 4px;
  padding: 2em;
  box-shadow: 6px 6px 0 #CCC;
}
/* line 9, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/counter_notices/_show.scss */
article.counter-notice-show hr.signature-line {
  border-color: #444;
  display: inline-block;
  width: 40%;
}
/* line 15, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/counter_notices/_show.scss */
article.counter-notice-show p.date {
  text-align: right;
}

/* line 2, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/token_urls/_index.scss */
.token_urls .main-inner {
  padding: 35px;
}
/* line 6, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/token_urls/_index.scss */
.token_urls .g-recaptcha {
  margin-bottom: 10px;
}

/* line 3, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/pages/_pages.scss */
.high_voltage-pages section.main section {
  margin-bottom: 30px;
}
/* line 7, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/pages/_pages.scss */
.high_voltage-pages section.main ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* line 13, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/pages/_pages.scss */
.high_voltage-pages section.main h2 {
  font-size: 20px;
  line-height: 1.4em;
  margin-top: 1.5em;
  margin-bottom: 0.4em;
  color: #444B5C;
  font-weight: 700;
}
/* line 22, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/pages/_pages.scss */
.high_voltage-pages section.main h3 {
  font-size: 18px;
  color: #777A83;
}
/* line 27, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/pages/_pages.scss */
.high_voltage-pages section.main p, .high_voltage-pages section.main li {
  line-height: 1.6em;
}

/* line 34, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/pages/_pages.scss */
.collaborations .collaboration#partner {
  margin: 0;
  height: 500px;
}
/* line 38, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/pages/_pages.scss */
.collaborations .collaboration#researcher {
  margin: 0;
}
/* line 41, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/pages/_pages.scss */
.collaborations .collaboration {
  display: block;
  float: left;
  margin-right: 2.3576515979%;
  width: 48.821174201%;
  margin-right: 0;
}
/* line 41, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/neat-1.3.0/app/assets/stylesheets/grid/_span-columns.scss */
.collaborations .collaboration:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  /* line 41, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/pages/_pages.scss */
  .collaborations .collaboration {
    display: block;
    float: left;
    margin-right: 2.3576515979%;
    width: 65.8807828007%;
    height: 100%;
  }
  /* line 41, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/neat-1.3.0/app/assets/stylesheets/grid/_span-columns.scss */
  .collaborations .collaboration:last-child {
    margin-right: 0;
  }
}
/* line 50, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/pages/_pages.scss */
.collaborations .collaboration .topics {
  margin-bottom: 15px;
}
/* line 53, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/pages/_pages.scss */
.collaborations .collaboration .topics > li {
  display: inline;
}
/* line 58, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/pages/_pages.scss */
.collaborations .collaboration .people li {
  margin: 3px 0;
}
/* line 62, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/pages/_pages.scss */
.collaborations .collaboration .note {
  margin-top: 25px;
}
/* line 66, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/pages/_pages.scss */
.collaborations .collaboration:nth-child(2n+1) {
  padding: 10px 30px 20px 0px;
  box-shadow: 1px 1px #DDD;
}
@media screen and (max-width: 768px) {
  /* line 66, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/pages/_pages.scss */
  .collaborations .collaboration:nth-child(2n+1) {
    box-shadow: none;
    padding: 0;
  }
}
/* line 76, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/pages/_pages.scss */
.collaborations .collaboration:nth-child(2n) {
  padding: 10px 0px 20px 35px;
  box-shadow: 0 1px 0 #DDD;
}
@media screen and (max-width: 768px) {
  /* line 76, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/pages/_pages.scss */
  .collaborations .collaboration:nth-child(2n) {
    box-shadow: none;
    padding: 0px;
  }
}

/* line 88, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/pages/_pages.scss */
.contact {
  *zoom: 1;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  clear: left;
  padding-top: 25px;
}
/* line 17, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_clearfix.scss */
.contact:before, .contact:after {
  content: " ";
  display: table;
}
/* line 23, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_clearfix.scss */
.contact:after {
  clear: both;
}
/* line 93, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/pages/_pages.scss */
.contact .label {
  font-weight: bold;
}
/* line 97, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/pages/_pages.scss */
.contact .footnote {
  color: #777A83;
}
/* line 101, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/pages/_pages.scss */
.contact li {
  margin: 20px 20px 0 0;
}
/* line 104, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/pages/_pages.scss */
.contact li:nth-child(4) {
  padding-top: 20px;
  clear: left;
}
/* line 110, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/pages/_pages.scss */
.contact .details {
  margin: 0;
  padding: 0;
}
/* line 114, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/pages/_pages.scss */
.contact .details .address p {
  line-height: 24px;
  margin-bottom: 0px;
}
/* line 119, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/pages/_pages.scss */
.contact .details li {
  display: block;
  float: left;
  margin-right: 2.3576515979%;
  width: 65.8807828007%;
}
/* line 41, /web/enyos/common/rvm/gems/ruby-2.3.3@chill/ruby/2.3.0/gems/neat-1.3.0/app/assets/stylesheets/grid/_span-columns.scss */
.contact .details li:last-child {
  margin-right: 0;
}
/* line 122, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/pages/_pages.scss */
.contact .details li:nth-child(2) {
  clear: left;
}
/* line 125, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/pages/_pages.scss */
.contact .details li:nth-child(2) .label {
  margin-top: -6px;
}
/* line 130, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/pages/_pages.scss */
.contact .details li:nth-child(3) {
  margin-top: -60px;
}
@media screen and (max-width: 768px) {
  /* line 130, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/pages/_pages.scss */
  .contact .details li:nth-child(3) {
    margin-top: 20px;
  }
}

/* line 141, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/pages/_pages.scss */
ol.privacy {
  list-style-type: none;
  counter-reset: li;
  border-bottom: 1px solid #DDD;
  padding-bottom: 25px;
}
/* line 147, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/pages/_pages.scss */
ol.privacy > li {
  padding: 4px 8px;
  position: relative;
  margin: 0 0 20px 1em;
}
/* line 152, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/pages/_pages.scss */
ol.privacy > li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: -1px;
  left: -2em;
  padding: 4px 4px 4px 0;
  font-weight: bold;
  text-align: center;
}
/* line 163, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/pages/_pages.scss */
ol.privacy > li:nth-child(2) {
  margin-top: 10px;
}

/* line 169, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/pages/_pages.scss */
ul.bulleted {
  margin: 20px 25px;
}
/* line 172, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/pages/_pages.scss */
ul.bulleted li {
  list-style-type: disc;
  margin: 8px 0px;
}

/* line 178, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/pages/_pages.scss */
ul.contents {
  /*  margin: 20px 25px; */
}
/* line 180, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/pages/_pages.scss */
ul.contents li {
  list-style-type: disc;
  margin: 4px 50px;
}
/* line 184, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/pages/_pages.scss */
ul.contents a {
  text-decoration: none;
}

/* line 189, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/pages/_pages.scss */
ul.tools {
  /*  margin: 20px 25px; */
}
/* line 191, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/pages/_pages.scss */
ul.tools li {
  list-style-type: disc;
  margin: 4px 25px;
}

/* line 197, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/pages/_pages.scss */
pre, code, table.codetable {
  background-color: #eee;
  font-family: Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,serif;
}

/* line 53, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/application.css.scss */
.wip {
  outline: 1px solid yellow;
}
/* line 56, /web/enyos/rails3prod/docs/chill-prod/app/assets/stylesheets/application.css.scss */
.wip.disabled {
  outline: none;
}
