@charset "UTF-8";
/**
 * Imported files have their own imports to rely of CAFE-defined general styles
 */
/* Import Sass mixins, variables, Compass modules, etc. */
/**
 * Color definitions
 */
/**
 * Curtain variables
 */
/**
 * Collection of media queries
 */
/* line 7, ../../Plugin/Cafe/sass/stylesheets/cafe/_init.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 12, ../../Plugin/Cafe/sass/stylesheets/cafe/_init.scss */
.clearfix:after {
  clear: both;
}

/* apply a natural box layout model to all elements, but allowing components to change */
/* line 18, ../../Plugin/Cafe/sass/stylesheets/cafe/_init.scss */
html {
  box-sizing: border-box;
}

/* line 21, ../../Plugin/Cafe/sass/stylesheets/cafe/_init.scss */
*, *:before, *:after {
  box-sizing: inherit;
}

/* HTML element rules */
/**
 * @file
 * Normalize.css is intended to be used as an alternative to CSS resets.
 *
 * This file can be used for application-specific normalizations
 */
/**
 * @file
 * Normalize.css is intended to be used as an alternative to CSS resets.
 *
 * This file is a slight fork of these original sources:
 * - normalize.css v2.1.2 | MIT License | git.io/normalize
 * - normalize.scss v2.1.2 | MIT/GPLv2 License | bit.ly/normalize-with-compass
 *
 * It's suggested that you read the normalize.scss file and customise it to meet
 * your needs, rather then including the file in your project and overriding the
 * defaults later in your CSS.
 * @see http://nicolasgallagher.com/about-normalize-css/
 *
 * Also: @see http://meiert.com/en/blog/20080419/reset-style-sheets-are-bad/
 *       @see http://snook.ca/archives/html_and_css/no_css_reset/
 */
/**
 * HTML5 display definitions
 */
/* Correct `block` display not defined in IE 8/9. */
/* line 23, ../../Plugin/Cafe/sass/stylesheets/cafe/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

/* Correct `inline-block` display not defined in IE 8/9. */
/* line 38, ../../Plugin/Cafe/sass/stylesheets/cafe/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

/* Address styling not present in IE 8/9. */
/* line 58, ../../Plugin/Cafe/sass/stylesheets/cafe/_normalize.scss */
[hidden] {
  display: none;
}

/**
 * Base
 *
 * Instead of relying on the fonts that are available on a user's computer, you
 * can use web fonts which, like images, are resources downloaded to the user's
 * browser. Because of the bandwidth and rendering resources required, web fonts
 * should be used with care.
 *
 * Numerous resources for web fonts can be found on Google. Here are a few
 * websites where you can find Open Source fonts to download:
 * - http://www.fontsquirrel.com/fontface
 * - http://www.theleagueofmoveabletype.com
 *
 * In order to use these fonts, you will need to convert them into formats
 * suitable for web fonts. We recommend the free-to-use Font Squirrel's
 * Font-Face Generator:
 *   http://www.fontsquirrel.com/fontface/generator
 *
 * The following is an example @font-face declaration. This font can then be
 * used in any ruleset using a property like this:  font-family: Example, serif;
 *
 * Since we're using Sass, you'll need to declare your font faces here, then you
 * can add them to the font variables in the _base.scss partial.
 */
/*
@font-face {
  font-family: 'Example';
  src: url('../fonts/example.eot');
  src: url('../fonts/example.eot?iefix') format('eot'),
    url('../fonts/example.woff') format('woff'),
    url('../fonts/example.ttf') format('truetype'),
    url('../fonts/example.svg#webfontOkOndcij') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 */
/* line 106, ../../Plugin/Cafe/sass/stylesheets/cafe/_normalize.scss */
html {
  font-family: "open sans", sans-serif;
  /* 1 */
  font-size: 14px;
  line-height: 1.71429em;
  overflow-y: scroll;
}

/* Address `font-family` inconsistency between `textarea` and other form elements. */
/* line 118, ../../Plugin/Cafe/sass/stylesheets/cafe/_normalize.scss */
button,
input,
select,
textarea {
  font-family: "open sans", sans-serif;
}

/* Remove default margin. */
/* line 127, ../../Plugin/Cafe/sass/stylesheets/cafe/_normalize.scss */
body {
  padding: 103px 0 0 0;
  margin: 0;
  box-sizing: border-box;
  background-color: white;
  position: relative;
}

/**
 * Links
 *
 * The order of link states are based on Eric Meyer's article:
 * http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states
 */
/* line 146, ../../Plugin/Cafe/sass/stylesheets/cafe/_normalize.scss */
a:link {
  color: darkblue;
  text-decoration: none;
}

/* line 152, ../../Plugin/Cafe/sass/stylesheets/cafe/_normalize.scss */
a:hover,
a:focus {
  color: blue;
  text-decoration: none;
}

/* Address `outline` inconsistency between Chrome and other browsers. */
/* line 161, ../../Plugin/Cafe/sass/stylesheets/cafe/_normalize.scss */
a:focus {
  outline: thin dotted;
}

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

/* line 171, ../../Plugin/Cafe/sass/stylesheets/cafe/_normalize.scss */
a img {
  border: none;
}

/**
 * Typography
 *
 * To achieve a pleasant vertical rhythm, we use Compass' Vertical Rhythm mixins
 * so that the line height of our base font becomes the basic unit of vertical
 * measurement. We use multiples of that unit to set the top and bottom margins
 * for our block level elements and to set the line heights of any fonts.
 * For more information, see http://24ways.org/2006/compose-to-a-vertical-rhythm
 */
/* Set 1 unit of vertical rhythm on the top and bottom margin. */
/* line 186, ../../Plugin/Cafe/sass/stylesheets/cafe/_normalize.scss */
p {
  margin: 0 0 1em 0;
}

/* line 190, ../../Plugin/Cafe/sass/stylesheets/cafe/_normalize.scss */
blockquote {
  /* Also indent the quote on both sides. */
  margin: 1.71429em 30px;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 199, ../../Plugin/Cafe/sass/stylesheets/cafe/_normalize.scss */
h1 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 2em;
  line-height: 1.71429em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 0.85714em;
  margin-bottom: 0.85714em;
}

/* line 207, ../../Plugin/Cafe/sass/stylesheets/cafe/_normalize.scss */
h2 {
  font-size: 1.5em;
  line-height: 2.28571em;
  margin-top: 1.14286em;
  margin-bottom: 1.14286em;
}

/* line 212, ../../Plugin/Cafe/sass/stylesheets/cafe/_normalize.scss */
h3 {
  font-size: 1.17em;
  line-height: 1.4652em;
  margin-top: 1.4652em;
  margin-bottom: 1.4652em;
  color: #2c6877;
  font-size: 110%;
}

/* line 220, ../../Plugin/Cafe/sass/stylesheets/cafe/_normalize.scss */
h4 {
  font-size: 1em;
  line-height: 1.71429em;
  margin-top: 1.71429em;
  margin-bottom: 1.71429em;
}

/* line 225, ../../Plugin/Cafe/sass/stylesheets/cafe/_normalize.scss */
h5 {
  font-size: 0.83em;
  line-height: 2.0654em;
  margin-top: 2.0654em;
  margin-bottom: 2.0654em;
}

/* line 230, ../../Plugin/Cafe/sass/stylesheets/cafe/_normalize.scss */
h6 {
  font-size: 0.67em;
  line-height: 2.55864em;
  margin-top: 2.55864em;
  margin-bottom: 2.55864em;
}

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

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

/* Address styling not present in Safari 5 and Chrome. */
/* line 248, ../../Plugin/Cafe/sass/stylesheets/cafe/_normalize.scss */
dfn {
  font-style: italic;
}

/* Address differences between Firefox and other browsers. */
/* line 253, ../../Plugin/Cafe/sass/stylesheets/cafe/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  padding-bottom: -1px;
  margin: 0.85714em 0;
}

/* Address styling not present in IE 8/9. */
/* line 262, ../../Plugin/Cafe/sass/stylesheets/cafe/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* Correct font family set oddly in Safari 5 and Chrome. */
/* line 268, ../../Plugin/Cafe/sass/stylesheets/cafe/_normalize.scss */
code,
kbd,
pre,
samp,
tt,
var {
  font-family: "Courier New", "DejaVu Sans Mono", monospace, sans-serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
  line-height: 1.71429em;
}

/* Improve readability of pre-formatted text in all browsers. */
/* line 282, ../../Plugin/Cafe/sass/stylesheets/cafe/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* Set consistent quote types. */
/* line 294, ../../Plugin/Cafe/sass/stylesheets/cafe/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/* Address inconsistent and variable font size in all browsers. */
/* line 299, ../../Plugin/Cafe/sass/stylesheets/cafe/_normalize.scss */
small {
  font-size: 80%;
}

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

/* line 311, ../../Plugin/Cafe/sass/stylesheets/cafe/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 314, ../../Plugin/Cafe/sass/stylesheets/cafe/_normalize.scss */
sub {
  bottom: -0.25em;
}

/**
 * Lists
 */
/* line 321, ../../Plugin/Cafe/sass/stylesheets/cafe/_normalize.scss */
dl,
menu,
ol,
ul {
  /* Address margins set differently in IE 6/7. */
  margin: 1.71429em 0;
}

/* line 330, ../../Plugin/Cafe/sass/stylesheets/cafe/_normalize.scss */
ol ol,
ol ul,
ul ol,
ul ul {
  /* Turn off margins on nested lists. */
  margin: 0;
}

/* line 336, ../../Plugin/Cafe/sass/stylesheets/cafe/_normalize.scss */
dd {
  margin: 0 0 0 30px;
  /* LTR */
}

/* Address paddings set differently in IE 6/7. */
/* line 341, ../../Plugin/Cafe/sass/stylesheets/cafe/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 30px;
  /* LTR */
}

/* Correct list images handled incorrectly in IE 7. */
/* line 349, ../../Plugin/Cafe/sass/stylesheets/cafe/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/**
 * Embedded content and figures
 *
 * @todo Look into adding responsive embedded video.
 */
/* line 361, ../../Plugin/Cafe/sass/stylesheets/cafe/_normalize.scss */
img {
  /* Remove border when inside `a` element in IE 8/9. */
  border: 0;
  /* Improve image quality when scaled in IE 7. */
  -ms-interpolation-mode: bicubic;
  /* Suppress the space beneath the baseline */
  /* vertical-align: bottom; */
  /* Responsive images */
  max-width: 100%;
  height: auto;
  /* Correct IE 8 not scaling image height when resized. */
  width: auto;
}

/* Correct overflow displayed oddly in IE 9. */
/* line 382, ../../Plugin/Cafe/sass/stylesheets/cafe/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Address margin not present in IE 8/9 and Safari 5. */
/* line 387, ../../Plugin/Cafe/sass/stylesheets/cafe/_normalize.scss */
figure {
  margin: 0;
}

/**
 * Forms
 */
/* Correct margin displayed oddly in IE 6/7. */
/* line 397, ../../Plugin/Cafe/sass/stylesheets/cafe/_normalize.scss */
form {
  margin: 0;
}

/* Define consistent border, margin, and padding. */
/* line 403, ../../Plugin/Cafe/sass/stylesheets/cafe/_normalize.scss */
fieldset {
  /* Apply borders and padding that keep the vertical rhythm. */
  border-color: #c0c0c0;
  border-top-width: 0.07143em;
  border-top-style: solid;
  padding-top: 0.52857em;
  border-bottom-width: 0.07143em;
  border-bottom-style: solid;
  padding-bottom: 1.04286em;
  border-left-width: 0.07143em;
  border-left-style: solid;
  padding-left: 1.04286em;
  border-right-width: 0.07143em;
  border-right-style: solid;
  padding-right: 1.04286em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
/* line 418, ../../Plugin/Cafe/sass/stylesheets/cafe/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
  /* LTR */
}

/**
 * 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.
 * 4. Improve appearance and consistency with IE 6/7.
 * 5. Keep form elements constrained in their containers.
 */
/* line 433, ../../Plugin/Cafe/sass/stylesheets/cafe/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  vertical-align: baseline;
  /* 4 */
  *vertical-align: middle;
  /* 4 */
  max-width: 100%;
  /* 5 */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 5 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 452, ../../Plugin/Cafe/sass/stylesheets/cafe/_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 463, ../../Plugin/Cafe/sass/stylesheets/cafe/_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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 477, ../../Plugin/Cafe/sass/stylesheets/cafe/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 491, ../../Plugin/Cafe/sass/stylesheets/cafe/_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.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 502, ../../Plugin/Cafe/sass/stylesheets/cafe/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
  overflow: hidden;
}

/**
 * 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 518, ../../Plugin/Cafe/sass/stylesheets/cafe/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 527, ../../Plugin/Cafe/sass/stylesheets/cafe/_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 533, ../../Plugin/Cafe/sass/stylesheets/cafe/_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 543, ../../Plugin/Cafe/sass/stylesheets/cafe/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
  display: inline-block;
  resize: vertical;
}

/* Drupal-style form labels. */
/* line 551, ../../Plugin/Cafe/sass/stylesheets/cafe/_normalize.scss */
label {
  font-weight: bold;
  width: 162px;
  float: left;
  text-align: right;
  padding-right: 12px;
  vertical-align: top;
  display: inline-block;
}

/**
 * Tables
 */
/* line 559, ../../Plugin/Cafe/sass/stylesheets/cafe/_normalize.scss */
table {
  /* Remove most spacing between table cells. */
  border-collapse: collapse;
  border-spacing: 0;
  /* Prevent cramped-looking tables */
  /* width: 100%; */
  /* Add vertical rhythm margins. */
}

/* @deprecated 20170128 - use clearfix instead */
/* line 575, ../../Plugin/Cafe/sass/stylesheets/cafe/_normalize.scss */
.clearfix {
  clear: both;
}

/**
 *
 * SCSS for CakePHP - Rigpa app - CakePHP specific styles (used for debugging etc...)
 *
 * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
 * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
 *
 * Licensed under The MIT License
 * For full copyright and license information, please see the LICENSE.txt
 * Redistributions of files must retain the above copyright notice.
 *
 * @copyright     Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
 * @link          http://cakephp.org CakePHP(tm) Project
 * @package       app.webroot.css
 * @since         CakePHP(tm)
 * @license       MIT License (http://www.opensource.org/licenses/mit-license.php)
 */
/* SQL log */
/* line 21, ../../Plugin/Cafe/sass/stylesheets/cafe/_cake.scss */
.cake-sql-log {
  background: #fff;
}

/* line 24, ../../Plugin/Cafe/sass/stylesheets/cafe/_cake.scss */
.cake-sql-log td {
  padding: 4px 8px;
  text-align: left;
  font-family: Monaco, Consolas, "Courier New", monospaced;
}

/* line 29, ../../Plugin/Cafe/sass/stylesheets/cafe/_cake.scss */
.cake-sql-log caption {
  color: #fff;
}

/** Paging **/
/* line 34, ../../Plugin/Cafe/sass/stylesheets/cafe/_cake.scss */
.paging {
  color: #222222;
  margin-top: 1em;
  clear: both;
  text-align: center;
}

/* line 40, ../../Plugin/Cafe/sass/stylesheets/cafe/_cake.scss */
.paging .current,
.paging .disabled,
.paging a {
  text-decoration: none;
  padding: 5px 8px;
  display: inline-block;
}

/* line 47, ../../Plugin/Cafe/sass/stylesheets/cafe/_cake.scss */
.paging > span {
  display: inline-block;
  border: 1px solid #ccc;
  border-left: 0;
}

/* line 52, ../../Plugin/Cafe/sass/stylesheets/cafe/_cake.scss */
.paging > span:hover {
  background: #efefef;
}

/* line 55, ../../Plugin/Cafe/sass/stylesheets/cafe/_cake.scss */
.paging .first {
  border-left: 1px solid #ccc;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

/* line 61, ../../Plugin/Cafe/sass/stylesheets/cafe/_cake.scss */
.paging .prev.disabled {
  border-left: 1px solid #ccc;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

/* line 67, ../../Plugin/Cafe/sass/stylesheets/cafe/_cake.scss */
.paging .next.disabled {
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

/* line 72, ../../Plugin/Cafe/sass/stylesheets/cafe/_cake.scss */
.paging .last {
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

/* line 77, ../../Plugin/Cafe/sass/stylesheets/cafe/_cake.scss */
.paging .disabled {
  color: #ddd;
}

/* line 80, ../../Plugin/Cafe/sass/stylesheets/cafe/_cake.scss */
.paging .disabled:hover {
  background: transparent;
}

/* line 83, ../../Plugin/Cafe/sass/stylesheets/cafe/_cake.scss */
.paging .current {
  background: #efefef;
  color: #c73e14;
}

/** Scaffold View **/
/* line 89, ../../Plugin/Cafe/sass/stylesheets/cafe/_cake.scss */
dl {
  line-height: 2em;
  margin: 0em 0em;
  width: 90%;
}

/* line 94, ../../Plugin/Cafe/sass/stylesheets/cafe/_cake.scss */
dl dd:nth-child(4n+2),
dl dt:nth-child(4n+1) {
  background: #f4f4f4;
}

/* line 99, ../../Plugin/Cafe/sass/stylesheets/cafe/_cake.scss */
dt {
  font-weight: bold;
  padding-left: 4px;
  vertical-align: top;
  width: 14em;
}

/* line 105, ../../Plugin/Cafe/sass/stylesheets/cafe/_cake.scss */
dd {
  margin-left: 14em;
  margin-top: -2em;
  vertical-align: top;
}

/* line 111, ../../Plugin/Cafe/sass/stylesheets/cafe/_cake.scss */
.success,
.message,
.cake-error,
.cake-debug,
.notice,
p.error {
  background: #ffcc00;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #ffcc00, #E6B800);
  background-image: -ms-linear-gradient(top, #ffcc00, #E6B800);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffcc00), to(#E6B800));
  background-image: -webkit-linear-gradient(top, #ffcc00, #E6B800);
  background-image: -o-linear-gradient(top, #ffcc00, #E6B800);
  background-image: linear-gradient(to bottom, #ffcc00, #e6b800);
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 18px;
  padding: 5px 10px;
  color: #404040;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

/* line 139, ../../Plugin/Cafe/sass/stylesheets/cafe/_cake.scss */
.success,
.message,
.cake-error,
p.error {
  clear: both;
  color: #fff;
  background: #c43c35;
  border: 1px solid rgba(0, 0, 0, 0.5);
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}

/* line 157, ../../Plugin/Cafe/sass/stylesheets/cafe/_cake.scss */
.success {
  clear: both;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.5);
  background: #3B8230;
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#76BF6B), to(#3B8230));
  background-image: -webkit-linear-gradient(top, #76BF6B, #3B8230);
  background-image: -moz-linear-gradient(top, #76BF6B, #3B8230);
  background-image: -ms-linear-gradient(top, #76BF6B, #3B8230);
  background-image: -o-linear-gradient(top, #76BF6B, #3B8230);
  background-image: linear-gradient(to bottom, #76bf6b, #3b8230);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}

/* line 171, ../../Plugin/Cafe/sass/stylesheets/cafe/_cake.scss */
p.error {
  font-family: Monaco, Consolas, Courier, monospace;
  font-size: 120%;
  padding: 0.8em;
  margin: 1em 0;
}

/* line 177, ../../Plugin/Cafe/sass/stylesheets/cafe/_cake.scss */
p.error em {
  font-weight: normal;
  line-height: 140%;
}

/* line 181, ../../Plugin/Cafe/sass/stylesheets/cafe/_cake.scss */
.notice {
  color: #000;
  display: block;
  font-size: 120%;
  padding: 0.8em;
  margin: 1em 0;
}

/* line 188, ../../Plugin/Cafe/sass/stylesheets/cafe/_cake.scss */
.success {
  color: #fff;
}

/** Debugging **/
/* line 193, ../../Plugin/Cafe/sass/stylesheets/cafe/_cake.scss */
pre {
  color: #000;
  padding: 5px;
  border: thin solid #DFDFDF;
  line-height: 1.3em;
}

/* line 199, ../../Plugin/Cafe/sass/stylesheets/cafe/_cake.scss */
.cake-debug-output {
  padding: 0;
  position: relative;
}

/* line 203, ../../Plugin/Cafe/sass/stylesheets/cafe/_cake.scss */
.cake-debug-output > span {
  position: absolute;
  top: 5px;
  right: 5px;
  background: rgba(255, 255, 255, 0.3);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 5px 6px;
  color: #000;
  display: block;
  float: left;
  -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
}

/* line 220, ../../Plugin/Cafe/sass/stylesheets/cafe/_cake.scss */
.cake-debug,
.cake-error {
  font-size: 16px;
  line-height: 20px;
  clear: both;
}

/* line 226, ../../Plugin/Cafe/sass/stylesheets/cafe/_cake.scss */
.cake-error > a {
  text-shadow: none;
}

/* line 229, ../../Plugin/Cafe/sass/stylesheets/cafe/_cake.scss */
.cake-error {
  white-space: normal;
}

/* line 232, ../../Plugin/Cafe/sass/stylesheets/cafe/_cake.scss */
.cake-stack-trace {
  background: rgba(255, 255, 255, 0.7);
  color: #333;
  margin: 10px 0 5px 0;
  padding: 10px 10px 0 10px;
  font-size: 120%;
  line-height: 140%;
  overflow: auto;
  position: relative;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  list-style-type: none;
}

/* line 246, ../../Plugin/Cafe/sass/stylesheets/cafe/_cake.scss */
.cake-stack-trace a {
  text-shadow: none;
  background: rgba(255, 255, 255, 0.7);
  padding: 5px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin: 0px 4px 10px 2px;
  font-family: sans-serif;
  font-size: 14px;
  line-height: 14px;
  display: inline-block;
  text-decoration: none;
  -moz-box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
}

/* line 263, ../../Plugin/Cafe/sass/stylesheets/cafe/_cake.scss */
.cake-code-dump pre {
  position: relative;
  overflow: auto;
}

/* line 267, ../../Plugin/Cafe/sass/stylesheets/cafe/_cake.scss */
.cake-context {
  margin-bottom: 10px;
}

/* line 270, ../../Plugin/Cafe/sass/stylesheets/cafe/_cake.scss */
.cake-stack-trace pre {
  color: #000;
  background-color: #F0F0F0;
  margin: 0px 0 10px 0;
  padding: 1em;
  overflow: auto;
  text-shadow: none;
}

/* line 278, ../../Plugin/Cafe/sass/stylesheets/cafe/_cake.scss */
.cake-stack-trace li {
  padding: 10px 5px 0px;
  margin: 0 0 4px 0;
  font-family: monospace;
  border: 1px solid #bbb;
  -moz-border-radius: 4px;
  -wekbkit-border-radius: 4px;
  border-radius: 4px;
  background: #dcdcdc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dcdcdc));
  background-image: -webkit-linear-gradient(top, #fefefe, #dcdcdc);
  background-image: -moz-linear-gradient(top, #fefefe, #dcdcdc);
  background-image: -ms-linear-gradient(top, #fefefe, #dcdcdc);
  background-image: -o-linear-gradient(top, #fefefe, #dcdcdc);
  background-image: linear-gradient(to bottom, #fefefe, #dcdcdc);
}

/* excerpt */
/* line 295, ../../Plugin/Cafe/sass/stylesheets/cafe/_cake.scss */
.cake-code-dump pre,
.cake-code-dump pre code {
  clear: both;
  font-size: 12px;
  line-height: 15px;
  margin: 4px 2px;
  padding: 4px;
  overflow: auto;
}

/* line 304, ../../Plugin/Cafe/sass/stylesheets/cafe/_cake.scss */
.cake-code-dump .code-highlight {
  display: block;
  background-color: rgba(255, 255, 0, 0.5);
}

/* line 308, ../../Plugin/Cafe/sass/stylesheets/cafe/_cake.scss */
.code-coverage-results div.code-line {
  padding-left: 5px;
  display: block;
  margin-left: 10px;
}

/* line 313, ../../Plugin/Cafe/sass/stylesheets/cafe/_cake.scss */
.code-coverage-results div.uncovered span.content {
  background: #ecc;
}

/* line 316, ../../Plugin/Cafe/sass/stylesheets/cafe/_cake.scss */
.code-coverage-results div.covered span.content {
  background: #cec;
}

/* line 319, ../../Plugin/Cafe/sass/stylesheets/cafe/_cake.scss */
.code-coverage-results div.ignored span.content {
  color: #aaa;
}

/* line 322, ../../Plugin/Cafe/sass/stylesheets/cafe/_cake.scss */
.code-coverage-results span.line-num {
  color: #666;
  display: block;
  float: left;
  width: 20px;
  text-align: right;
  margin-right: 5px;
}

/* line 330, ../../Plugin/Cafe/sass/stylesheets/cafe/_cake.scss */
.code-coverage-results span.line-num strong {
  color: #666;
}

/* line 333, ../../Plugin/Cafe/sass/stylesheets/cafe/_cake.scss */
.code-coverage-results div.start {
  border: 1px solid #aaa;
  border-bottom-width: 0px;
  margin-top: 30px;
  padding-top: 5px;
}

/* line 339, ../../Plugin/Cafe/sass/stylesheets/cafe/_cake.scss */
.code-coverage-results div.end {
  border: 1px solid #aaa;
  border-top-width: 0px;
  margin-bottom: 30px;
  padding-bottom: 5px;
}

/* line 345, ../../Plugin/Cafe/sass/stylesheets/cafe/_cake.scss */
.code-coverage-results div.realstart {
  margin-top: 0px;
}

/* line 348, ../../Plugin/Cafe/sass/stylesheets/cafe/_cake.scss */
.code-coverage-results p.note {
  color: #bbb;
  padding: 5px;
  margin: 5px 0 10px;
  font-size: 10px;
}

/* line 354, ../../Plugin/Cafe/sass/stylesheets/cafe/_cake.scss */
.code-coverage-results span.result-bad {
  color: #a00;
}

/* line 357, ../../Plugin/Cafe/sass/stylesheets/cafe/_cake.scss */
.code-coverage-results span.result-ok {
  color: #fa0;
}

/* line 360, ../../Plugin/Cafe/sass/stylesheets/cafe/_cake.scss */
.code-coverage-results span.result-good {
  color: #0a0;
}

/* To debug CSS styles */
/* line 365, ../../Plugin/Cafe/sass/stylesheets/cafe/_cake.scss */
.red {
  background-color: red;
}

/** Elements **/
/* line 369, ../../Plugin/Cafe/sass/stylesheets/cafe/_cake.scss */
#url-rewriting-warning {
  display: none;
}

/**
 * Main application styles
 *
 * This file allows to override CAFE styles and add new ones
 */
/*
 * Initialize and import CAFE styles
 *
 * Use "cafe/cafe" to import all and overwrite few, or copy _cafe.scss content here
 * and import individual partials as necessary
 */
/**
 * CAFE Main stylesheet
 *
 * All responsive features disabled @@DS20170213
 *
 * Partials are organized according to SMACSS (https://smacss.com/), except for their naming.
 */
/* line 7, ../../Plugin/Cafe/sass/stylesheets/cafe/_init.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 12, ../../Plugin/Cafe/sass/stylesheets/cafe/_init.scss */
.clearfix:after {
  clear: both;
}

/* apply a natural box layout model to all elements, but allowing components to change */
/* line 18, ../../Plugin/Cafe/sass/stylesheets/cafe/_init.scss */
html {
  box-sizing: border-box;
}

/* line 21, ../../Plugin/Cafe/sass/stylesheets/cafe/_init.scss */
*, *:before, *:after {
  box-sizing: inherit;
}

/** Layout **/
/*
 * Layout category
 */
/* line 5, ../../Plugin/Cafe/sass/stylesheets/cafe/_layout.scss */
header#default-header {
  min-width: 768px;
  background: #3d3d3d;
  color: white;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  /* line 5, ../../Plugin/Cafe/sass/stylesheets/cafe/_layout.scss */
  header#default-header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 103px;
  }
}
/* line 22, ../../Plugin/Cafe/sass/stylesheets/cafe/_layout.scss */
header#default-header h1 {
  display: inline;
  font-size: 1.5em;
  font-weight: 300;
  margin: 0;
  line-height: 63px;
}
@media only screen and (max-width: 410px) {
  /* line 22, ../../Plugin/Cafe/sass/stylesheets/cafe/_layout.scss */
  header#default-header h1 {
    line-height: 3.6em;
    font-size: 1.2em;
    width: 230px;
    overflow-x: hidden;
  }
}
@media only screen and (max-width: 340px) {
  /* line 22, ../../Plugin/Cafe/sass/stylesheets/cafe/_layout.scss */
  header#default-header h1 {
    line-height: 4em;
    font-size: 1em;
  }
}
/* line 40, ../../Plugin/Cafe/sass/stylesheets/cafe/_layout.scss */
header#default-header div.row > a {
  color: white;
}
/* line 42, ../../Plugin/Cafe/sass/stylesheets/cafe/_layout.scss */
header#default-header div.row > a:hover {
  text-decoration: none;
}
/* line 46, ../../Plugin/Cafe/sass/stylesheets/cafe/_layout.scss */
header#default-header #language-switch {
  padding-top: 5px;
}
/* line 49, ../../Plugin/Cafe/sass/stylesheets/cafe/_layout.scss */
header#default-header .navbar-toggle {
  margin-top: 16px;
  margin-right: 15px;
}

/* line 54, ../../Plugin/Cafe/sass/stylesheets/cafe/_layout.scss */
span.system-name {
  position: absolute;
  top: 42px;
  left: 71px;
  color: red;
  font-weight: bold;
}

/* line 62, ../../Plugin/Cafe/sass/stylesheets/cafe/_layout.scss */
.header-title {
  white-space: nowrap;
  float: left;
}
/* line 65, ../../Plugin/Cafe/sass/stylesheets/cafe/_layout.scss */
.header-title:before {
  content: " ";
  background-image: url('../images/rigpa_logo.png?1507715759');
  background-size: contain;
  width: 50px;
  height: 50px;
  margin: 7px 10px;
  float: left;
}

/* line 76, ../../Plugin/Cafe/sass/stylesheets/cafe/_layout.scss */
#user-login-info {
  display: block;
}
/* line 78, ../../Plugin/Cafe/sass/stylesheets/cafe/_layout.scss */
#user-login-info > div {
  float: right;
  margin: 18px 10px 0 0;
}
/* line 82, ../../Plugin/Cafe/sass/stylesheets/cafe/_layout.scss */
#user-login-info .user-details {
  padding-top: 5px;
  color: rgba(255, 255, 255, 0.7);
}
/* line 95, ../../Plugin/Cafe/sass/stylesheets/cafe/_layout.scss */
#user-login-info .user-details a {
  color: white;
  font-weight: 300;
}
/* line 98, ../../Plugin/Cafe/sass/stylesheets/cafe/_layout.scss */
#user-login-info .user-details a:hover {
  text-decoration: underline;
}
/* line 103, ../../Plugin/Cafe/sass/stylesheets/cafe/_layout.scss */
#user-login-info #language-switch select {
  float: none;
  margin: 0;
}

/* line 110, ../../Plugin/Cafe/sass/stylesheets/cafe/_layout.scss */
#navigation-top {
  width: 100%;
  background-color: #4d649B;
  font-size: 16.8px;
  padding: 0 16px;
}
/* line 114, ../../Plugin/Cafe/sass/stylesheets/cafe/_layout.scss */
#navigation-top a:link {
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  /* line 110, ../../Plugin/Cafe/sass/stylesheets/cafe/_layout.scss */
  #navigation-top {
    margin-bottom: 4px;
  }
}

/* line 123, ../../Plugin/Cafe/sass/stylesheets/cafe/_layout.scss */
#container {
  width: 100%;
  background: #fff;
  color: #333;
  padding: 12px 12px 24px 12px;
  position: relative;
  min-width: 768px;
}

/* line 138, ../../Plugin/Cafe/sass/stylesheets/cafe/_layout.scss */
.frame-header {
  position: relative;
  width: 100%;
  height: 40px;
  background-color: #4d649B;
  color: white;
}
/* line 274, ../../Plugin/Cafe/sass/stylesheets/cafe/_variables.scss */
.frame-header div[class^=frame-] {
  float: left;
  vertical-align: middle;
  padding: 4px;
}
@media only screen and (min-width: 768px) {
  /* line 138, ../../Plugin/Cafe/sass/stylesheets/cafe/_layout.scss */
  .frame-header {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
}
/* line 147, ../../Plugin/Cafe/sass/stylesheets/cafe/_layout.scss */
.frame-header .actions > a.button {
  margin-left: 24px;
}
/* line 150, ../../Plugin/Cafe/sass/stylesheets/cafe/_layout.scss */
.frame-header div.frame-title {
  font-size: 16.38px;
  white-space: nowrap;
  padding: 8px 10px;
}
/* line 153, ../../Plugin/Cafe/sass/stylesheets/cafe/_layout.scss */
.frame-header div.frame-extra {
  text-align: left;
  padding-top: 8px;
}
/* line 158, ../../Plugin/Cafe/sass/stylesheets/cafe/_layout.scss */
.frame-header div.frame-filters div.submit {
  clear: none;
  margin-top: 0;
}
/* line 162, ../../Plugin/Cafe/sass/stylesheets/cafe/_layout.scss */
.frame-header div.frame-filters label {
  display: inline;
  width: auto;
  color: white;
  font-weight: normal;
  padding-right: 6px;
}
/* line 169, ../../Plugin/Cafe/sass/stylesheets/cafe/_layout.scss */
.frame-header div.frame-filters div.input {
  display: inline-block;
  padding-bottom: 0;
  margin-right: 14px;
}
/* line 175, ../../Plugin/Cafe/sass/stylesheets/cafe/_layout.scss */
.frame-header .navbar-toggle {
  margin-top: 8px;
  margin-right: 15px;
}

/* line 190, ../../Plugin/Cafe/sass/stylesheets/cafe/_layout.scss */
.frame-id {
  font-size: 80%;
}

/* line 193, ../../Plugin/Cafe/sass/stylesheets/cafe/_layout.scss */
.related:not(.list) .frame-header {
  background-color: #bdbdbd !important;
}

/* line 196, ../../Plugin/Cafe/sass/stylesheets/cafe/_layout.scss */
.related .frame-title {
  font-size: 120%;
}

/* line 199, ../../Plugin/Cafe/sass/stylesheets/cafe/_layout.scss */
.related > table {
  background-color: #FFFFFF;
}

/* line 203, ../../Plugin/Cafe/sass/stylesheets/cafe/_layout.scss */
div.frame-data {
  clear: both;
  background-color: #FCFCFC;
  border-collapse: collapse;
  margin-bottom: 0.5em;
}

/* line 209, ../../Plugin/Cafe/sass/stylesheets/cafe/_layout.scss */
table.frame-fieldset {
  margin: 0.25em 1em;
  float: left;
  clear: left;
  width: 46%;
  border: none;
}

/** containers **/
/* line 218, ../../Plugin/Cafe/sass/stylesheets/cafe/_layout.scss */
div.index,
div.add,
div.view {
  position: relative;
  /* Drilldown */
}
/* line 224, ../../Plugin/Cafe/sass/stylesheets/cafe/_layout.scss */
div.index > table th a.asc:after,
div.add > table th a.asc:after,
div.view > table th a.asc:after {
  content: ' ⇡';
}
/* line 227, ../../Plugin/Cafe/sass/stylesheets/cafe/_layout.scss */
div.index > table th a.desc:after,
div.add > table th a.desc:after,
div.view > table th a.desc:after {
  content: ' ⇣';
}
/* line 233, ../../Plugin/Cafe/sass/stylesheets/cafe/_layout.scss */
div.index table.drilldown,
div.add table.drilldown,
div.view table.drilldown {
  clear: both;
  width: 100%;
  border: 1px solid #DFDFDF;
  border-left: none;
  border-right: none;
}
/* line 205, ../../Plugin/Cafe/sass/stylesheets/cafe/_variables.scss */
div.index table.drilldown th,
div.add table.drilldown th,
div.view table.drilldown th {
  border: 0;
  text-align: left;
  padding: 4px 4px;
  vertical-align: bottom;
  white-space: nowrap;
}
/* line 212, ../../Plugin/Cafe/sass/stylesheets/cafe/_variables.scss */
div.index table.drilldown td,
div.add table.drilldown td,
div.view table.drilldown td {
  padding: 4px 4px;
  text-align: left;
}
/* line 216, ../../Plugin/Cafe/sass/stylesheets/cafe/_variables.scss */
div.index table.drilldown td.actions,
div.add table.drilldown td.actions,
div.view table.drilldown td.actions {
  text-align: right;
}
/* line 224, ../../Plugin/Cafe/sass/stylesheets/cafe/_variables.scss */
div.index table.drilldown tr,
div.add table.drilldown tr,
div.view table.drilldown tr {
  border-top: 1px solid #DADADA;
  border-bottom: 1px solid #DADADA;
}
/* line 228, ../../Plugin/Cafe/sass/stylesheets/cafe/_variables.scss */
div.index table.drilldown tr:nth-child(even),
div.add table.drilldown tr:nth-child(even),
div.view table.drilldown tr:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.05);
}
/* line 231, ../../Plugin/Cafe/sass/stylesheets/cafe/_variables.scss */
div.index table.drilldown tr.index:hover,
div.add table.drilldown tr.index:hover,
div.view table.drilldown tr.index:hover {
  border: 1px solid #4d649B;
}
/* line 233, ../../Plugin/Cafe/sass/stylesheets/cafe/_variables.scss */
div.index table.drilldown tr.index:hover td,
div.add table.drilldown tr.index:hover td,
div.view table.drilldown tr.index:hover td {
  border-top: 1px solid #4d649B;
  border-bottom: 1px solid #4d649B;
}
/* line 238, ../../Plugin/Cafe/sass/stylesheets/cafe/_variables.scss */
div.index table.drilldown th,
div.add table.drilldown th,
div.view table.drilldown th {
  border-bottom: 1px solid #333333;
  background-color: #EBEBEB;
}
/* line 238, ../../Plugin/Cafe/sass/stylesheets/cafe/_layout.scss */
div.index table.drilldown th,
div.add table.drilldown th,
div.view table.drilldown th {
  background-color: #EBEBEB;
}
/* line 241, ../../Plugin/Cafe/sass/stylesheets/cafe/_layout.scss */
div.index table.drilldown tbody > tr,
div.add table.drilldown tbody > tr,
div.view table.drilldown tbody > tr {
  cursor: pointer;
}
/* line 242, ../../Plugin/Cafe/sass/stylesheets/cafe/_layout.scss */
div.index table.drilldown tbody > tr.drill-parent,
div.add table.drilldown tbody > tr.drill-parent,
div.view table.drilldown tbody > tr.drill-parent {
  background-color: #FFC56E;
}
/* line 246, ../../Plugin/Cafe/sass/stylesheets/cafe/_layout.scss */
div.index table.drilldown tbody > tr td,
div.add table.drilldown tbody > tr td,
div.view table.drilldown tbody > tr td {
  vertical-align: middle;
}
/* line 248, ../../Plugin/Cafe/sass/stylesheets/cafe/_layout.scss */
div.index table.drilldown tbody > tr td table,
div.add table.drilldown tbody > tr td table,
div.view table.drilldown tbody > tr td table {
  width: 100%;
}
/* line 252, ../../Plugin/Cafe/sass/stylesheets/cafe/_layout.scss */
div.index table.drilldown tbody > tr td.drill,
div.add table.drilldown tbody > tr td.drill,
div.view table.drilldown tbody > tr td.drill {
  background: transparent url('../images/accordion_collapsed01.png?1507715759') no-repeat scroll center center;
}
/* line 255, ../../Plugin/Cafe/sass/stylesheets/cafe/_layout.scss */
div.index table.drilldown tbody > tr.drilled td.drill,
div.add table.drilldown tbody > tr.drilled td.drill,
div.view table.drilldown tbody > tr.drilled td.drill {
  background: transparent url('../images/accordion_expanded01.png?1507715759') no-repeat scroll center center;
  background-size: 11px 11px;
}
/* line 259, ../../Plugin/Cafe/sass/stylesheets/cafe/_layout.scss */
div.index table.drilldown tbody > tr.drill-child,
div.add table.drilldown tbody > tr.drill-child,
div.view table.drilldown tbody > tr.drill-child {
  border: thin none;
  background-color: white;
}
/* line 262, ../../Plugin/Cafe/sass/stylesheets/cafe/_layout.scss */
div.index table.drilldown tbody > tr.drill-child:not(:last-child) table,
div.add table.drilldown tbody > tr.drill-child:not(:last-child) table,
div.view table.drilldown tbody > tr.drill-child:not(:last-child) table {
  margin-bottom: 1em;
}
/* line 265, ../../Plugin/Cafe/sass/stylesheets/cafe/_layout.scss */
div.index table.drilldown tbody > tr.drill-child table th.actions,
div.add table.drilldown tbody > tr.drill-child table th.actions,
div.view table.drilldown tbody > tr.drill-child table th.actions {
  text-align: right;
}
/* line 270, ../../Plugin/Cafe/sass/stylesheets/cafe/_layout.scss */
div.index table.drilldown tr.drill-child > td,
div.add table.drilldown tr.drill-child > td,
div.view table.drilldown tr.drill-child > td {
  padding: 0;
  /*
  padding-bottom: 0.5em;
  */
}
/* line 277, ../../Plugin/Cafe/sass/stylesheets/cafe/_layout.scss */
div.index table.drilldown tr.drill-child > td div.wrapper,
div.add table.drilldown tr.drill-child > td div.wrapper,
div.view table.drilldown tr.drill-child > td div.wrapper {
  position: relative;
  /*
  padding: 0.75em 0.75em 0.25em 2em;
  */
}

/** view action **/
/* line 289, ../../Plugin/Cafe/sass/stylesheets/cafe/_layout.scss */
table.view {
  clear: both;
  width: 100%;
}
/* line 205, ../../Plugin/Cafe/sass/stylesheets/cafe/_variables.scss */
table.view th {
  border: 0;
  text-align: left;
  padding: 4px 4px;
  vertical-align: bottom;
  white-space: nowrap;
}
/* line 212, ../../Plugin/Cafe/sass/stylesheets/cafe/_variables.scss */
table.view td {
  padding: 4px 4px;
  text-align: left;
}
/* line 216, ../../Plugin/Cafe/sass/stylesheets/cafe/_variables.scss */
table.view td.actions {
  text-align: right;
}
/* line 291, ../../Plugin/Cafe/sass/stylesheets/cafe/_layout.scss */
table.view td.label {
  width: 11em;
  text-align: right;
  font-weight: bold;
}
/* line 297, ../../Plugin/Cafe/sass/stylesheets/cafe/_layout.scss */
table.view td.field {
  vertical-align: top;
  width: auto;
}
/* line 302, ../../Plugin/Cafe/sass/stylesheets/cafe/_layout.scss */
table.view td.actions {
  width: 5%;
  vertical-align: top;
  text-align: right;
}
/* line 307, ../../Plugin/Cafe/sass/stylesheets/cafe/_layout.scss */
table.view td.separator {
  font-size: 110%;
  color: #2C6877;
  padding: 0.4em 0.25em;
}
/* line 313, ../../Plugin/Cafe/sass/stylesheets/cafe/_layout.scss */
table.view .text-field {
  min-height: 50px;
  max-height: 200px;
  overflow-y: scroll;
  border: thin solid #DFDFDF;
}

/* line 321, ../../Plugin/Cafe/sass/stylesheets/cafe/_layout.scss */
.no-script {
  margin: 0 15%;
  width: 70%;
}

/* line 326, ../../Plugin/Cafe/sass/stylesheets/cafe/_layout.scss */
.error-box {
  width: 70%;
  margin: 3em auto;
  background-color: #eeeeee;
  overflow: hidden;
}
/* line 331, ../../Plugin/Cafe/sass/stylesheets/cafe/_layout.scss */
.error-box .error-title {
  font-size: 200%;
  background-color: #C7C7C7;
  padding: 0.25em;
}
/* line 336, ../../Plugin/Cafe/sass/stylesheets/cafe/_layout.scss */
.error-box .error-content {
  padding: 1em;
}
/* line 339, ../../Plugin/Cafe/sass/stylesheets/cafe/_layout.scss */
.error-box .error-content h2 {
  padding-bottom: 1em;
}
/* line 342, ../../Plugin/Cafe/sass/stylesheets/cafe/_layout.scss */
.error-box .error-action {
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em;
}

/* line 351, ../../Plugin/Cafe/sass/stylesheets/cafe/_layout.scss */
div.related {
  margin-bottom: 1em;
}
/* line 353, ../../Plugin/Cafe/sass/stylesheets/cafe/_layout.scss */
div.related div.empty {
  width: 100%;
  text-align: center;
}

/** Forms **/
/*
 * Forms category
 */
/* line 5, ../../Plugin/Cafe/sass/stylesheets/cafe/_forms.scss */
form {
  clear: both;
}
/* line 7, ../../Plugin/Cafe/sass/stylesheets/cafe/_forms.scss */
form div.input {
  clear: both;
  padding: 2px 0;
  vertical-align: middle;
  line-height: 1.9em;
  overflow: hidden;
}
/* line 14, ../../Plugin/Cafe/sass/stylesheets/cafe/_forms.scss */
form .input {
  color: #444;
}
/* line 17, ../../Plugin/Cafe/sass/stylesheets/cafe/_forms.scss */
form .required > label:after,
form .required .radio-label:after {
  color: #e32;
  content: '*';
  display: inline;
}
/* line 23, ../../Plugin/Cafe/sass/stylesheets/cafe/_forms.scss */
form div.input.cancel {
  clear: none;
  float: left;
}

/* line 28, ../../Plugin/Cafe/sass/stylesheets/cafe/_forms.scss */
div.input textarea {
  float: left;
}

/* line 31, ../../Plugin/Cafe/sass/stylesheets/cafe/_forms.scss */
a.ui-selectmenu,
input,
textarea,
select {
  float: left;
  outline: none;
  padding: 0 3px;
  margin: 2px 5px 0 0;
  background-color: white;
  border: 1px solid #DDDDDD;
}
/* line 41, ../../Plugin/Cafe/sass/stylesheets/cafe/_forms.scss */
a.ui-selectmenu:focus,
input:focus,
textarea:focus,
select:focus {
  border: 1px solid #4d649B;
}

/* line 45, ../../Plugin/Cafe/sass/stylesheets/cafe/_forms.scss */
select.selectmenu {
  display: none;
}

/* line 48, ../../Plugin/Cafe/sass/stylesheets/cafe/_forms.scss */
.textarea div.cke {
  float: left;
  margin-bottom: 0.5em;
}

/* line 53, ../../Plugin/Cafe/sass/stylesheets/cafe/_forms.scss */
select[multiple=multiple] {
  width: 100%;
}

/* line 56, ../../Plugin/Cafe/sass/stylesheets/cafe/_forms.scss */
option {
  font-size: 1em;
  padding: 0 3px;
}

/* line 60, ../../Plugin/Cafe/sass/stylesheets/cafe/_forms.scss */
input[type=checkbox] {
  margin: 6px 3px;
}

/* line 63, ../../Plugin/Cafe/sass/stylesheets/cafe/_forms.scss */
input[type=radio] {
  margin: 0.6em 0 0 0;
}

/* line 68, ../../Plugin/Cafe/sass/stylesheets/cafe/_forms.scss */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 73, ../../Plugin/Cafe/sass/stylesheets/cafe/_forms.scss */
input[type=number] {
  -moz-appearance: none;
}

/* line 77, ../../Plugin/Cafe/sass/stylesheets/cafe/_forms.scss */
div.submit {
  float: right;
}

/* Form errors */
/* line 82, ../../Plugin/Cafe/sass/stylesheets/cafe/_forms.scss */
form .error {
  background: #FFC2C2 !important;
  font-weight: normal;
}

/* line 86, ../../Plugin/Cafe/sass/stylesheets/cafe/_forms.scss */
form .error.warning {
  background-color: #FCCF81 !important;
}

/* line 89, ../../Plugin/Cafe/sass/stylesheets/cafe/_forms.scss */
form .error-message {
  float: right;
  padding-top: 2px;
  padding-right: 0.5em;
  color: #EC1E1E;
  clear: both;
}

/* line 98, ../../Plugin/Cafe/sass/stylesheets/cafe/_forms.scss */
div.input.radio label {
  width: auto;
  text-align: left;
  display: table;
  float: none;
  margin-left: 20px;
  font-weight: normal;
}
/* line 106, ../../Plugin/Cafe/sass/stylesheets/cafe/_forms.scss */
div.input.radio.required label {
  font-weight: normal;
}
/* line 108, ../../Plugin/Cafe/sass/stylesheets/cafe/_forms.scss */
div.input.radio.required label:after {
  content: '';
}
/* line 112, ../../Plugin/Cafe/sass/stylesheets/cafe/_forms.scss */
div.input.radio fieldset {
  padding: 0 0 0 162px;
  border: none;
}
/* line 115, ../../Plugin/Cafe/sass/stylesheets/cafe/_forms.scss */
div.input.radio fieldset p {
  position: relative;
  left: -162px;
  top: 1.2em;
}
/* line 121, ../../Plugin/Cafe/sass/stylesheets/cafe/_forms.scss */
div.input.radio legend {
  font-weight: bold;
  width: 162px;
  float: left;
  text-align: right;
  padding-right: 12px;
  vertical-align: top;
  margin-left: -162px;
}
/* line 125, ../../Plugin/Cafe/sass/stylesheets/cafe/_forms.scss */
div.input.radio.required legend:after {
  color: #e32;
  content: '*';
  display: inline;
}
/* line 130, ../../Plugin/Cafe/sass/stylesheets/cafe/_forms.scss */
div.input.radio div[class^="radio-"] {
  float: left;
}
/* line 132, ../../Plugin/Cafe/sass/stylesheets/cafe/_forms.scss */
div.input.radio div[class^="radio-"] > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 141, ../../Plugin/Cafe/sass/stylesheets/cafe/_forms.scss */
div.input fieldset > span, div.input > span a {
  float: left;
}
/* line 146, ../../Plugin/Cafe/sass/stylesheets/cafe/_forms.scss */
div.input .checkbox label {
  text-align: left;
  float: none;
  width: auto;
  margin-left: 5px;
  font-weight: normal;
}
/* line 153, ../../Plugin/Cafe/sass/stylesheets/cafe/_forms.scss */
div.input .checkbox input {
  float: none;
}

/* line 157, ../../Plugin/Cafe/sass/stylesheets/cafe/_forms.scss */
div.input .checkbox-multiple {
  float: left;
}

/* line 162, ../../Plugin/Cafe/sass/stylesheets/cafe/_forms.scss */
.field-help {
  font-size: 0.9em;
  font-weight: 300;
  line-height: 1.2em;
  font-style: italic;
  display: table;
  float: none;
  clear: left;
  padding: 0;
}

/* line 184, ../../Plugin/Cafe/sass/stylesheets/cafe/_forms.scss */
.dynamic-form .radio-container .radio-label {
  font-weight: bold;
  width: 162px;
  float: left;
  text-align: right;
  padding-right: 12px;
  vertical-align: top;
}

/*
 * To style <input type="file">
 * Currently unused
 */
/* line 197, ../../Plugin/Cafe/sass/stylesheets/cafe/_forms.scss */
div.file-wrapper {
  float: left;
  position: relative;
}
/* line 200, ../../Plugin/Cafe/sass/stylesheets/cafe/_forms.scss */
div.file-wrapper input[type=file] {
  position: relative;
  z-index: 2;
  width: 15em;
  margin-right: 1.5em;
}
/* line 206, ../../Plugin/Cafe/sass/stylesheets/cafe/_forms.scss */
div.file-wrapper .fake-file {
  position: absolute;
  top: 0;
  left: 6.3em;
  z-index: 4;
}
/* line 211, ../../Plugin/Cafe/sass/stylesheets/cafe/_forms.scss */
div.file-wrapper .fake-file input {
  width: 9em;
}

/** Modules **/
/*
 * Modules category
 */
/* line 5, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
div#busy-display {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 4000;
  opacity: 0.3;
  filter: alpha(opacity=30);
  background: black url('../images/spinner3.gif?1507715759') no-repeat center center;
}

/** Notices and Errors **/
/* line 18, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
#flashMessage {
  position: absolute;
  top: 0;
  right: 10%;
  z-index: 50;
  text-align: right;
}

/* line 25, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
.dialog.special #flashMessage {
  position: static;
  background: none;
  text-shadow: none;
  color: red;
  border: none;
  text-align: center;
}

/* line 33, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
.message {
  clear: both;
  color: #fff;
  font-size: 120%;
  margin: 0 0 1em 0;
  padding: 5px;
}

/* line 41, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
div#flash-mask {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 5000;
  background: rgba(48, 48, 48, 0.8);
}

/* line 51, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
div#flash-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  min-height: 2em;
  margin-top: -1em;
  margin-left: -35%;
  background-color: #FF9393;
  padding: 1em;
  border: solid 1px #FF0000;
  opacity: 1;
}
/* line 54, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
div#flash-popup.embedded-frame {
  top: 60px;
}
/* line 66, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
div#flash-popup .flash-message {
  float: left;
  width: 90%;
}
/* line 70, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
div#flash-popup .buttons {
  float: right;
}
/* line 73, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
div#flash-popup.confirm {
  background-color: #6cd86c;
  border: solid 1px #33cf42;
}
/* line 76, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
div#flash-popup.confirm .buttons .button {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYWEwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNjQwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #00aa00), color-stop(100%, #006400));
  background-image: -moz-linear-gradient(#00aa00, #006400);
  background-image: -webkit-linear-gradient(#00aa00, #006400);
  background-image: linear-gradient(#00aa00, #006400);
  border: 1px solid #009600;
  border-radius: 20px;
}
/* line 248, ../../Plugin/Cafe/sass/stylesheets/cafe/_variables.scss */
div#flash-popup.confirm .buttons .button:hover {
  background: #008d00;
}
/* line 78, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
div#flash-popup.confirm .buttons .button:hover {
  background: #4B9406;
}
/* line 83, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
div#flash-popup.error {
  background-color: #FF9393;
  border: solid 1px #FF0000;
}
/* line 86, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
div#flash-popup.error .buttons .button {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmNDI0MiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2JkMDAwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff4242), color-stop(100%, #bd0000));
  background-image: -moz-linear-gradient(#ff4242, #bd0000);
  background-image: -webkit-linear-gradient(#ff4242, #bd0000);
  background-image: linear-gradient(#ff4242, #bd0000);
  border: 1px solid #ff2e2e;
  border-radius: 20px;
}
/* line 248, ../../Plugin/Cafe/sass/stylesheets/cafe/_variables.scss */
div#flash-popup.error .buttons .button:hover {
  background: #e60000;
}
/* line 88, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
div#flash-popup.error .buttons .button:hover {
  background: #F34B4B;
}

/**  Action buttons  **/
/* line 96, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
.actions {
  white-space: nowrap;
}
/* line 98, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
.actions > ul {
  margin: 0;
  padding: 0;
}
/* line 101, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
.actions > ul li {
  margin: 0 0 0.5em 0;
  list-style-type: none;
  padding: 0 0 0 0.8em;
}

/* Buttons and button links */
/* line 111, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
.actions > a.button,
.actions > * > a.button,
.actions input[type="submit"] {
  box-sizing: border-box;
  display: inline-block;
  margin: 1px 1px 1px 8px;
  color: #333;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RjZGNkYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fefefe), color-stop(100%, #dcdcdc));
  background-image: -moz-linear-gradient(#fefefe, #dcdcdc);
  background-image: -webkit-linear-gradient(#fefefe, #dcdcdc);
  background-image: linear-gradient(#fefefe, #dcdcdc);
  border: 1px solid #bbb;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  min-width: 0;
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-user-select: none;
  user-select: none;
  font-weight: normal;
  text-decoration: none;
  text-shadow: #fff 0 1px 0;
  white-space: nowrap;
  padding: 2px 12px;
}
/* line 304, ../../Plugin/Cafe/sass/stylesheets/cafe/_variables.scss */
.actions > a.button:hover,
.actions > * > a.button:hover,
.actions input[type="submit"]:hover {
  background-color: #ededed;
  border-color: #acacac;
  text-decoration: none;
}
/* line 309, ../../Plugin/Cafe/sass/stylesheets/cafe/_variables.scss */
.actions > a.button:active,
.actions > * > a.button:active,
.actions input[type="submit"]:active {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RmZGZkZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dfdfdf), color-stop(100%, #eeeeee));
  background-image: -moz-linear-gradient(#dfdfdf, #eeeeee);
  background-image: -webkit-linear-gradient(#dfdfdf, #eeeeee);
  background-image: linear-gradient(#dfdfdf, #eeeeee);
  -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
  text-shadow: #eee 0 1px 0;
  border-color: #aaa;
  text-decoration: none;
}

/* line 118, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
.buttons a.button {
  display: inline-block;
  font-weight: normal;
  cursor: pointer;
  margin-left: 1.2em;
  padding: 4px 1em;
  color: #ffffff;
}

/* line 127, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
.buttons.after-input {
  display: inline-block;
  float: right;
}

/* line 132, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
#logout-button {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgwODA4MCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzRjNGM0YyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #808080), color-stop(100%, #4c4c4c));
  background-image: -moz-linear-gradient(#808080, #4c4c4c);
  background-image: -webkit-linear-gradient(#808080, #4c4c4c);
  background-image: linear-gradient(#808080, #4c4c4c);
  border: 1px solid #767676;
  border-radius: 20px;
  margin-left: 0;
}
/* line 248, ../../Plugin/Cafe/sass/stylesheets/cafe/_variables.scss */
#logout-button:hover {
  background: #606060;
}

/* line 136, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
#dialog-submit-link,
#default-button {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVjNzhiYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzRkNjQ5YiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5c78ba), color-stop(100%, #4d649b));
  background-image: -moz-linear-gradient(#5c78ba, #4d649b);
  background-image: -webkit-linear-gradient(#5c78ba, #4d649b);
  background-image: linear-gradient(#5c78ba, #4d649b);
  border: 1px solid #4e6cb4;
  border-radius: 20px;
}
/* line 248, ../../Plugin/Cafe/sass/stylesheets/cafe/_variables.scss */
#dialog-submit-link:hover,
#default-button:hover {
  background: #6178b0;
}

/* line 140, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
#dialog-cancel-close,
#confirm-cancel,
#dialog-cancel-cancel {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2EzYTNhMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dbdbdb), color-stop(100%, #a3a3a3));
  background-image: -moz-linear-gradient(#dbdbdb, #a3a3a3);
  background-image: -webkit-linear-gradient(#dbdbdb, #a3a3a3);
  background-image: linear-gradient(#dbdbdb, #a3a3a3);
  border: 1px solid #d1d1d1;
  border-radius: 20px;
}
/* line 248, ../../Plugin/Cafe/sass/stylesheets/cafe/_variables.scss */
#dialog-cancel-close:hover,
#confirm-cancel:hover,
#dialog-cancel-cancel:hover {
  background: #b7b7b7;
}

/* line 145, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
#dialog-submit-enter,
#dialog-submit-save,
#dialog-submit-continue,
#confirm-continue {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc2YmY2YiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNiODIzMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #76bf6b), color-stop(100%, #3b8230));
  background-image: -moz-linear-gradient(#76bf6b, #3b8230);
  background-image: -webkit-linear-gradient(#76bf6b, #3b8230);
  background-image: linear-gradient(#76bf6b, #3b8230);
  border: 1px solid #69b95d;
  border-radius: 20px;
}
/* line 248, ../../Plugin/Cafe/sass/stylesheets/cafe/_variables.scss */
#dialog-submit-enter:hover,
#dialog-submit-save:hover,
#dialog-submit-continue:hover,
#confirm-continue:hover {
  background: #49a03b;
}

/* line 151, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
#dialog-link-clear,
#dialog-link-delete {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYWQzMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NjN2EwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffad33), color-stop(100%, #cc7a00));
  background-image: -moz-linear-gradient(#ffad33, #cc7a00);
  background-image: -webkit-linear-gradient(#ffad33, #cc7a00);
  background-image: linear-gradient(#ffad33, #cc7a00);
  border: 1px solid #ffa51f;
  border-radius: 20px;
}
/* line 248, ../../Plugin/Cafe/sass/stylesheets/cafe/_variables.scss */
#dialog-link-clear:hover,
#dialog-link-delete:hover {
  background: #f59200;
}

/* line 156, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
table.rows {
  clear: both;
  width: 100%;
  border: 1px solid #DFDFDF;
}
/* line 205, ../../Plugin/Cafe/sass/stylesheets/cafe/_variables.scss */
table.rows th {
  border: 0;
  text-align: left;
  padding: 4px 4px;
  vertical-align: bottom;
  white-space: nowrap;
}
/* line 212, ../../Plugin/Cafe/sass/stylesheets/cafe/_variables.scss */
table.rows td {
  padding: 4px 4px;
  text-align: left;
}
/* line 216, ../../Plugin/Cafe/sass/stylesheets/cafe/_variables.scss */
table.rows td.actions {
  text-align: right;
}
/* line 224, ../../Plugin/Cafe/sass/stylesheets/cafe/_variables.scss */
table.rows tr {
  border-top: 1px solid #DADADA;
  border-bottom: 1px solid #DADADA;
}
/* line 228, ../../Plugin/Cafe/sass/stylesheets/cafe/_variables.scss */
table.rows tr:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.05);
}
/* line 231, ../../Plugin/Cafe/sass/stylesheets/cafe/_variables.scss */
table.rows tr.index:hover {
  border: 1px solid #4d649B;
}
/* line 233, ../../Plugin/Cafe/sass/stylesheets/cafe/_variables.scss */
table.rows tr.index:hover td {
  border-top: 1px solid #4d649B;
  border-bottom: 1px solid #4d649B;
}
/* line 238, ../../Plugin/Cafe/sass/stylesheets/cafe/_variables.scss */
table.rows th {
  border-bottom: 1px solid #333333;
  background-color: #EBEBEB;
}
/* line 159, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
table.rows tr.index.row-hover:hover {
  cursor: pointer;
}

/* line 164, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
ul.horizontal-tabs {
  padding: 0;
  list-style: none;
  margin: 0;
}
/* line 168, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
ul.horizontal-tabs li {
  height: 30px;
  display: block;
  overflow: hidden;
  float: left;
  background-color: #4d649B;
  margin-top: 0.2em;
  margin-left: 1px;
  vertical-align: bottom;
}
/* line 177, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
ul.horizontal-tabs li a {
  display: block;
  height: 29px;
  padding: 0.1em 1em;
  color: white;
  font-weight: normal;
  font-size: 105%;
  border: 1px solid #4d649B;
  border-bottom: none;
}
/* line 187, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
ul.horizontal-tabs li.active {
  background-color: #FFFFFF;
}
/* line 190, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
ul.horizontal-tabs li:hover {
  background-color: #5C78BA;
}
/* line 192, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
ul.horizontal-tabs li:hover a {
  border-color: #5C78BA;
}
/* line 196, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
ul.horizontal-tabs li.active a {
  color: #4d649B;
}

/* line 202, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
span.sort-handle {
  display: inline-block;
  margin-left: 8px;
  background: transparent url('../images/sort-dots.png?1507715758') no-repeat left 1px;
  height: 23px;
  width: 20px;
  cursor: ns-resize;
}
/* line 209, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
span.sort-handle.disabled {
  cursor: inherit;
}

/* Warning confirm dialog */
/* line 215, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
div#confirmMask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 5000;
  background-color: rgba(48, 48, 48, 0.2);
  display: none;
}
/* line 224, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
div#confirmMask div#confirmPopup {
  display: inline-block;
  background-color: #ced5e6;
  border: solid 2px #B99B66;
  padding: 8px;
  overflow: hidden;
}
/* line 231, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
div#confirmMask span#confirmMsg {
  color: #EC1E1E;
}
/* line 234, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
div#confirmMask span.buttons div.submit {
  float: none;
  display: inline-block;
}

/* line 240, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
span.help-tooltip {
  margin: 0 0 0 4px;
  padding: 0.1em 0.5em;
  border-radius: 0.4em;
  font-size: 14px;
  color: #444444;
  background-color: #dedede;
}
/* line 248, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
span.help-tooltip:hover {
  background-color: rgba(48, 48, 48, 0.2);
  color: white;
}

/*
 * Dialogs
 */
/* line 258, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
div.dialog.form {
  min-width: 180px;
  padding: 0.8em;
  overflow: hidden;
}
/* line 264, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
div.dialog.form .dynamic-form {
  min-width: 400px;
}

/* line 269, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
.dialog div.required-legend {
  text-align: center;
}

/* line 273, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
.dialog div.buttons {
  padding: 6px 0 0 0;
  text-align: right;
}

/* line 277, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
span.required {
  color: red;
  content: '*';
}

/*****************
 * Responsive menu
 *****************/
/* Show navbar elements */
/* line 287, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
.navbar-show {
  display: block !important;
}

/* Navbar collapse styles */
/* line 291, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
.navbar-toggle {
  border: 1px solid transparent;
  border-radius: 4px;
  float: right;
  padding: 5px 5px;
  display: none;
  background-color: #4d649B;
}
/* line 298, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
.navbar-toggle .icon-bar {
  border-radius: 1px;
  display: block;
  height: 2px;
  width: 22px;
  background-color: white;
}
/* line 304, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media only screen and (max-width: 767px) {
  /* line 312, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
  body {
    padding: 0;
  }
}
/** Breadcrumbs **/
/* line 338, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
.breadcrumbs {
  overflow: hidden;
  white-space: nowrap;
}
/* line 341, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
.breadcrumbs ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* line 345, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
.breadcrumbs ul li[class^="crumb-"] {
  float: left;
  vertical-align: middle;
}
/* line 349, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
.breadcrumbs ul li:not(:last-child):after {
  content: '\00a0>\00a0';
}
/* line 352, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
.breadcrumbs ul li.crumb-0 {
  font-weight: bold;
}
/* line 355, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
.breadcrumbs ul li a {
  color: #ced5e6;
  text-decoration: underline;
}

/* line 362, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
.frame-filters .breadcrumbs li a {
  color: white;
}

/*
 * cog Dropdown menu
 */
/* line 368, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
.cog-buttonset {
  position: relative;
  display: inline-block;
}
/* line 371, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
.cog-buttonset > a {
  padding: 2px 5px;
}
/* line 373, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
.cog-buttonset > a:after {
  content: '  ';
  white-space: nowrap;
  background: url('../images/more_icon.png?1507715759') no-repeat scroll left center;
  width: 7px;
  height: 7px;
  display: inline-block;
  margin-left: 0.25em;
}
/* line 383, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
.cog-buttonset ul {
  position: absolute;
  z-index: 20;
  list-style-type: none;
  padding: 0.25em 0;
  background-color: #FCFCFC;
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.4);
  display: none;
  cursor: auto;
}
/* line 392, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
.cog-buttonset ul li {
  display: table-row;
  text-align: left;
}
/* line 395, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
.cog-buttonset ul li a {
  display: table-cell;
  padding: 0 0.25em;
  color: black;
  line-height: 2em;
  font-weight: normal;
  width: 100%;
  min-width: 4em;
  z-index: 25;
}
/* line 406, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
.cog-buttonset ul li.link a:hover {
  background-color: #DFDFDF;
}

/* line 412, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
.language-link {
  float: right;
  margin-right: 0.8em;
}

/* line 416, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
#sortable-table {
  box-sizing: content-box;
}

/* line 420, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
.sortable-table-space,
tr.sortable-table-space {
  height: 2.8em;
  line-height: 1.6em;
}

/* line 425, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
tr.sortable-table-space td {
  background-color: #F2FFE6;
}

/* line 429, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
ul.horizontal-menu, ul.text-locale.list, ul.text-locale.tabs {
  list-style: none;
}
/* line 431, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
ul.horizontal-menu li, ul.text-locale.list li, ul.text-locale.tabs li {
  float: left;
  height: 100%;
}
/* line 434, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
ul.horizontal-menu li a, ul.text-locale.list li a, ul.text-locale.tabs li a {
  padding: 0 1em;
}
/* line 437, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
ul.horizontal-menu li.active a, ul.text-locale.list li.active a, ul.text-locale.tabs li.active a {
  color: green;
}

/* line 442, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
ul.vertical-menu {
  list-style: none;
}
/* line 444, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
ul.vertical-menu li {
  margin: 0 12px;
}
/* line 446, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
ul.vertical-menu li.active a {
  color: green;
}

/** Accordion widget **/
/* line 454, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
.accordion.handle {
  cursor: pointer;
}

/* line 457, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
.accordion.handle::before {
  background: url('../images/accordion_expanded01.png?1507715759') no-repeat scroll left center;
  padding: 2px 16px;
  content: '';
}

/* line 462, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
.accordion.handle.collapsed::before {
  background: url('../images/accordion_collapsed01.png?1507715759') no-repeat scroll left center;
}

/** Curtains **/
/* line 469, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
div.dialog.fields.form,
div.dialog.report-line.form,
div.dialog.report-templates.form {
  float: left;
}

/* line 475, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
div.placeholders {
  margin: 10px;
}
/* line 477, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
div.placeholders h3 {
  margin: 0;
}
/* line 480, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
div.placeholders ul {
  margin: 0;
  padding-left: 15px;
  list-style-type: none;
}
/* line 485, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
div.placeholders li {
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/**
 * Curtain handling (opening from right/east or bottom/south)
 */
/* line 496, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
div.curtain {
  position: absolute;
  background-color: #dddddd;
}
/* line 499, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
div.curtain .curtain-handle {
  position: absolute;
  cursor: pointer;
  background: #4d649B;
  margin: 0;
  white-space: nowrap;
}
/* line 506, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
div.curtain .curtain-direction {
  display: none;
}
/* line 509, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
div.curtain .curtain-content {
  display: none;
  height: 100%;
  overflow-y: scroll;
}

@media screen and (min-width: 1211px) {
  /* line 517, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
  div.curtain {
    right: 0;
    max-width: 75%;
    height: 100%;
  }
  /* line 521, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
  div.curtain .curtain-handle {
    left: -30px;
    top: 30%;
    height: 30px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    transform: rotate(90deg);
    transform-origin: 18px 12px;
  }
  /* line 530, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
  div.curtain .curtain-direction {
    color: white;
  }
  /* line 535, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
  div.curtain .curtain-content div.placeholders.tokens {
    -moz-columns: 200px 3;
    -webkit-columns: 200px 3;
    columns: 200px 3;
  }
}
@media screen and (max-width: 1210px) {
  /* line 543, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
  div.curtain {
    bottom: 0;
    width: 100%;
    max-height: 75%;
  }
  /* line 547, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
  div.curtain .curtain-handle {
    left: 40%;
    top: -30px;
    height: 30px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 7px 12px 4px 12px;
  }
  /* line 555, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
  div.curtain .curtain-handle-label {
    display: inline-block;
  }
  /* line 558, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
  div.curtain .curtain-direction {
    color: black;
  }
  /* line 562, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
  div.curtain .curtain-content {
    height: 435px;
  }
  /* line 564, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
  div.curtain .curtain-content div.placeholders.tokens {
    -moz-columns: 200px 3;
    -webkit-columns: 200px 3;
    columns: 200px 3;
  }
}
/**
 * CAFE-specific styles
 */
/* line 574, ../../Plugin/Cafe/sass/stylesheets/cafe/_modules.scss */
.plugin-menu {
  position: absolute;
  right: 10px;
}

/** Pages **/
/*
 * Pages category
 */
/** Fields **/
/* line 8, ../../Plugin/Cafe/sass/stylesheets/cafe/_pages.scss */
div.dialog.fields textarea.short-text {
  height: 80px;
}

/* line 14, ../../Plugin/Cafe/sass/stylesheets/cafe/_pages.scss */
div.placeholders.fields span {
  font-weight: bold;
}

/** Reports and ReportLines **/
/* line 22, ../../Plugin/Cafe/sass/stylesheets/cafe/_pages.scss */
.reports.index tr.index.header {
  background-color: #ced5e6;
}

/* line 27, ../../Plugin/Cafe/sass/stylesheets/cafe/_pages.scss */
.field-output-format div.checkbox {
  float: left;
}

/* line 31, ../../Plugin/Cafe/sass/stylesheets/cafe/_pages.scss */
.field-Report-Role div.checkbox-multiple {
  column-count: 2;
}

/* line 35, ../../Plugin/Cafe/sass/stylesheets/cafe/_pages.scss */
.report-line div.input.textarea textarea,
div.code {
  font-family: monospace;
  font-size: 14px;
  color: #000;
  padding: 5px;
  border: thin solid #DFDFDF;
}

/* line 43, ../../Plugin/Cafe/sass/stylesheets/cafe/_pages.scss */
td > div.code {
  border: none;
  padding: 0;
  vertical-align: top;
}

/* line 50, ../../Plugin/Cafe/sass/stylesheets/cafe/_pages.scss */
div.reports.list table.rows tr.header {
  background-color: #ced5e6;
}
/* line 52, ../../Plugin/Cafe/sass/stylesheets/cafe/_pages.scss */
div.reports.list table.rows tr.header td {
  padding-top: 11px;
  padding-bottom: 2px;
}

/* line 59, ../../Plugin/Cafe/sass/stylesheets/cafe/_pages.scss */
div.report-output {
  font-size: 14.4px;
  line-height: 1em;
  margin: 20px 10px;
  color: #000000 !important;
}
/* line 64, ../../Plugin/Cafe/sass/stylesheets/cafe/_pages.scss */
div.report-output table {
  border: 1px solid #DADADA;
}
/* line 67, ../../Plugin/Cafe/sass/stylesheets/cafe/_pages.scss */
div.report-output table tr:nth-child(even) {
  background: inherit;
}
/* line 70, ../../Plugin/Cafe/sass/stylesheets/cafe/_pages.scss */
div.report-output table tr:nth-child(odd) {
  background: inherit;
}
/* line 74, ../../Plugin/Cafe/sass/stylesheets/cafe/_pages.scss */
div.report-output table th {
  background-color: #eeeeee;
}
/* line 77, ../../Plugin/Cafe/sass/stylesheets/cafe/_pages.scss */
div.report-output table th, div.report-output table td {
  padding: 4px;
  border: 1px solid lightgrey;
}

/* line 85, ../../Plugin/Cafe/sass/stylesheets/cafe/_pages.scss */
div.reports.list td.actions {
  text-align: left;
  width: 6%;
}
/* line 88, ../../Plugin/Cafe/sass/stylesheets/cafe/_pages.scss */
div.reports.list td.actions a {
  display: block;
}

/* line 94, ../../Plugin/Cafe/sass/stylesheets/cafe/_pages.scss */
div.report-template-select div.input,
div.report-template-select div.actions {
  float: left;
}

/** i18n fields **/
/**
 * i18n Texts
 */
/* line 5, ../../Plugin/Cafe/sass/stylesheets/cafe/_i18n.scss */
td.translations {
  min-width: 132px;
}

/* line 10, ../../Plugin/Cafe/sass/stylesheets/cafe/_i18n.scss */
form div.input.i18n {
  padding-bottom: 6px;
}
/* line 12, ../../Plugin/Cafe/sass/stylesheets/cafe/_i18n.scss */
form div.input.i18n > div {
  clear: left;
}
/* line 15, ../../Plugin/Cafe/sass/stylesheets/cafe/_i18n.scss */
form div.input.i18n label {
  margin-bottom: 4px;
}

/* line 21, ../../Plugin/Cafe/sass/stylesheets/cafe/_i18n.scss */
ul.text-locale.list {
  margin: 0;
  padding: 0;
}
/* line 26, ../../Plugin/Cafe/sass/stylesheets/cafe/_i18n.scss */
ul.text-locale.tabs {
  margin: 0;
  padding: 0;
}
/* line 31, ../../Plugin/Cafe/sass/stylesheets/cafe/_i18n.scss */
ul.text-locale.view {
  float: right;
}
/* line 34, ../../Plugin/Cafe/sass/stylesheets/cafe/_i18n.scss */
ul.text-locale.view li, ul.text-locale.list li {
  font-family: monospace;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  margin-right: 3px;
  line-height: 15px;
  color: #4c7a34;
  padding: 0 3px;
}
/* line 44, ../../Plugin/Cafe/sass/stylesheets/cafe/_i18n.scss */
ul.text-locale.view li.missing, ul.text-locale.list li.missing {
  color: #aa671d;
}
/* line 48, ../../Plugin/Cafe/sass/stylesheets/cafe/_i18n.scss */
ul.text-locale.tabs li {
  cursor: pointer;
  background-color: #fad6a5;
  color: #4c7a34;
  margin: 0 2px 0 0;
  padding: 0 6px;
}
/* line 54, ../../Plugin/Cafe/sass/stylesheets/cafe/_i18n.scss */
ul.text-locale.tabs li:hover {
  background-color: #fae0be;
}
/* line 57, ../../Plugin/Cafe/sass/stylesheets/cafe/_i18n.scss */
ul.text-locale.tabs li.missing {
  color: #aa671d;
}
/* line 60, ../../Plugin/Cafe/sass/stylesheets/cafe/_i18n.scss */
ul.text-locale.tabs li.selected {
  background-color: #faeb77;
}

/* line 66, ../../Plugin/Cafe/sass/stylesheets/cafe/_i18n.scss */
span.text-locale.tabs-length {
  font-size: 80%;
  padding-left: 0.5em;
}

/* line 71, ../../Plugin/Cafe/sass/stylesheets/cafe/_i18n.scss */
table.view ul.text-locale.list {
  display: block;
  float: right;
}

/*
 * Pages category
 */
/** Login page **/
/* line 7, ../../sass/src/_pages.scss */
html.login-page {
  background-color: #4d649B;
}

/* line 10, ../../sass/src/_pages.scss */
body.login-page {
  padding: 0;
  background-color: transparent;
}

/* line 19, ../../sass/src/_pages.scss */
header#login-header {
  position: relative;
  z-index: 100;
  margin: 0 auto;
  width: 66%;
  text-align: center;
  color: black;
}
@media only screen and (max-width: 530px) {
  /* line 19, ../../sass/src/_pages.scss */
  header#login-header {
    width: auto;
    padding-bottom: 10px;
  }
}
/* line 30, ../../sass/src/_pages.scss */
header#login-header #logo {
  width: 72px;
  height: 72px;
  margin: 20px auto 10px;
}
@media only screen and (max-width: 530px) {
  /* line 30, ../../sass/src/_pages.scss */
  header#login-header #logo {
    width: 50px;
    height: 50px;
    margin: 12px;
    display: inline-block;
    float: left;
  }
}
/* line 42, ../../sass/src/_pages.scss */
header#login-header h1 {
  font-size: 42px;
  line-height: 48px;
  font-weight: 400;
  margin: 0;
}
@media only screen and (max-width: 682px) {
  /* line 42, ../../sass/src/_pages.scss */
  header#login-header h1 {
    font-size: 2em;
    line-height: 1em;
    padding: 0 0 1em 0;
  }
}
@media only screen and (max-width: 530px) {
  /* line 42, ../../sass/src/_pages.scss */
  header#login-header h1 {
    display: inline-block;
    float: left;
    font-size: 20px;
    line-height: 70px;
    padding: 0;
  }
}
/* line 60, ../../sass/src/_pages.scss */
header#login-header #login-img {
  max-width: 360px;
  max-height: 360px;
  margin: 20px auto 10px;
}
/* line 61, ../../sass/src/_pages.scss */
header#login-header #login-img img {
  max-width: 100%;
  max-height: 100%;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  border: 1px solid black;
  background-color: white;
}
@media only screen and (max-width: 530px) {
  /* line 60, ../../sass/src/_pages.scss */
  header#login-header #login-img {
    width: 58%;
    height: auto;
    margin: 0 auto;
  }
}

/* line 79, ../../sass/src/_pages.scss */
.login-container {
  overflow: hidden;
  z-index: 100;
}
@media only screen and (min-width: 768px) {
  /* line 79, ../../sass/src/_pages.scss */
  .login-container {
    position: relative;
  }
}

/* line 98, ../../sass/src/_pages.scss */
.login-form {
  margin: 0 auto;
  width: 410px;
}
@media only screen and (max-width: 767px) {
  /* line 98, ../../sass/src/_pages.scss */
  .login-form {
    width: 90%;
  }
}
/* line 104, ../../sass/src/_pages.scss */
.login-form label {
  font-size: 100%;
  font-weight: 400;
  color: black;
}
/* line 109, ../../sass/src/_pages.scss */
.login-form .language {
  width: 342px;
  text-align: center;
  margin: 0 auto;
}
/* line 114, ../../sass/src/_pages.scss */
.login-form .language div.input.radio label {
  display: inline-block;
  float: left;
  margin: 0;
  padding-left: 0.3em !important;
  padding-right: 0.5em;
  width: auto;
}
/* line 122, ../../sass/src/_pages.scss */
.login-form .language div.input.radio input {
  width: 5%;
  margin-left: 3px;
}
@media only screen and (max-width: 682px) {
  /* line 122, ../../sass/src/_pages.scss */
  .login-form .language div.input.radio input {
    clear: left;
  }
}
/* line 131, ../../sass/src/_pages.scss */
.login-form .login-fields {
  text-align: center;
}
/* line 134, ../../sass/src/_pages.scss */
.login-form .login-fields div.input {
  margin-top: 6px;
}
/* line 137, ../../sass/src/_pages.scss */
.login-form .login-fields label {
  display: block;
  float: none;
  text-align: left;
}
/* line 142, ../../sass/src/_pages.scss */
.login-form .login-fields input {
  display: block;
  float: none;
  width: 100%;
  padding: 0.4em;
  border-radius: 5px;
  background-color: white;
}
/* line 150, ../../sass/src/_pages.scss */
.login-form .login-fields div.password a {
  font-weight: normal;
  font-style: italic;
  color: white;
}
@media only screen and (max-width: 767px) {
  /* line 150, ../../sass/src/_pages.scss */
  .login-form .login-fields div.password a {
    color: black;
  }
}
/* line 157, ../../sass/src/_pages.scss */
.login-form .login-fields div.password a:hover {
  text-decoration: underline;
}
/* line 162, ../../sass/src/_pages.scss */
.login-form div.submit {
  width: 100%;
  margin-top: 6px;
}
/* line 165, ../../sass/src/_pages.scss */
.login-form div.submit .button {
  padding: 0.5em 1em;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I2MWUwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzdjMDAwOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b61e00), color-stop(100%, #7c0009));
  background-image: -moz-linear-gradient(#b61e00, #7c0009);
  background-image: -webkit-linear-gradient(#b61e00, #7c0009);
  background-image: linear-gradient(#b61e00, #7c0009);
  border: 1px solid #a21b00;
  border-radius: 20px;
  border-radius: 20px;
}
/* line 248, ../../Plugin/Cafe/sass/stylesheets/cafe/_variables.scss */
.login-form div.submit .button:hover {
  background: #a5000c;
}
/* line 170, ../../sass/src/_pages.scss */
.login-form div.submit #submit {
  width: 100%;
  font-size: larger;
  color: white;
}
@media only screen and (max-width: 530px) {
  /* line 170, ../../sass/src/_pages.scss */
  .login-form div.submit #submit {
    width: 100%;
  }
}

/* line 181, ../../sass/src/_pages.scss */
.login-footer {
  position: fixed;
  top: 0;
  left: 0;
  background: #5C78BA;
  width: 100%;
  z-index: 1;
}
/* line 185, ../../sass/src/_pages.scss */
.login-footer .login-footer-shift {
  height: 320px;
  background-color: white;
}
@media only screen and (max-width: 767px) {
  /* line 185, ../../sass/src/_pages.scss */
  .login-footer .login-footer-shift {
    height: 200px;
  }
}

/*
 * Backend
 */
/* line 21, ../../sass/src/_application_styles.scss */
body.user-has-privileges .frame-header {
  background-color: #4d649B;
}

/**
 * Special access dialog
 */
/* line 28, ../../sass/src/_application_styles.scss */
.dialog.users.access.special {
  min-width: 500px;
  text-align: center;
}
/* line 32, ../../sass/src/_application_styles.scss */
.dialog.users.access.special .access-form input {
  float: none;
}
/* line 36, ../../sass/src/_application_styles.scss */
.dialog.users.access.special #dialog-link-clear {
  float: left;
  margin-right: 30px;
}

/*
 * Style dropdown menus for main site navigation
 * They are separated intwo sections:
 * - the positioning and functionality
 * - colors
 */
/* line 8, ../../Plugin/Cafe/sass/stylesheets/cafe/_jqsimplemenu.scss */
.menubuilder {
  margin: 0;
  padding: 0;
  position: relative;
  list-style-type: none;
}
/* line 14, ../../Plugin/Cafe/sass/stylesheets/cafe/_jqsimplemenu.scss */
.menubuilder ul {
  margin: 0;
  padding: 0;
  position: absolute;
  display: none;
  z-index: 200;
}
/* line 20, ../../Plugin/Cafe/sass/stylesheets/cafe/_jqsimplemenu.scss */
.menubuilder ul li {
  float: none;
}
/* line 25, ../../Plugin/Cafe/sass/stylesheets/cafe/_jqsimplemenu.scss */
.menubuilder > li {
  display: inline;
  padding-top: 2px;
  vertical-align: bottom;
}
@media only screen and (min-width: 768px) {
  /* line 30, ../../Plugin/Cafe/sass/stylesheets/cafe/_jqsimplemenu.scss */
  .menubuilder > li > a {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }
}
/* line 36, ../../Plugin/Cafe/sass/stylesheets/cafe/_jqsimplemenu.scss */
.menubuilder li {
  float: left;
  list-style-type: none;
}
/* line 39, ../../Plugin/Cafe/sass/stylesheets/cafe/_jqsimplemenu.scss */
.menubuilder li a {
  display: block;
  line-height: 31px;
  background: url('../images/no_dropdown.png?1507715759') no-repeat 96% 50%;
  padding-right: 20px;
}
/* line 48, ../../Plugin/Cafe/sass/stylesheets/cafe/_jqsimplemenu.scss */
.menubuilder li ul li a {
  display: inline-block;
  width: 188px;
  white-space: nowrap;
}
/* line 54, ../../Plugin/Cafe/sass/stylesheets/cafe/_jqsimplemenu.scss */
.menubuilder li.pull-down > a {
  background: url('../images/darrow.png?1507715759') no-repeat 94% 50%;
}

@media only screen and (max-width: 767px) {
  /* line 66, ../../Plugin/Cafe/sass/stylesheets/cafe/_jqsimplemenu.scss */
  .navbar-show .menubuilder ul {
    position: static;
  }
  /* line 70, ../../Plugin/Cafe/sass/stylesheets/cafe/_jqsimplemenu.scss */
  .navbar-show .menubuilder > li {
    padding-top: 0;
  }
  /* line 72, ../../Plugin/Cafe/sass/stylesheets/cafe/_jqsimplemenu.scss */
  .navbar-show .menubuilder > li li {
    padding-left: 16px;
  }
  /* line 74, ../../Plugin/Cafe/sass/stylesheets/cafe/_jqsimplemenu.scss */
  .navbar-show .menubuilder > li li a {
    width: 100%;
  }
  /* line 79, ../../Plugin/Cafe/sass/stylesheets/cafe/_jqsimplemenu.scss */
  .navbar-show .menubuilder li {
    float: none;
    display: block;
  }
  /* line 82, ../../Plugin/Cafe/sass/stylesheets/cafe/_jqsimplemenu.scss */
  .navbar-show .menubuilder li a {
    display: block;
  }
}
/* Colors */
/* line 92, ../../Plugin/Cafe/sass/stylesheets/cafe/_jqsimplemenu.scss */
.menubuilder {
  background-color: inherit;
}
/* line 94, ../../Plugin/Cafe/sass/stylesheets/cafe/_jqsimplemenu.scss */
.menubuilder a {
  text-decoration: none;
  color: #ffffff;
  padding: 3px 12px;
}
/* line 99, ../../Plugin/Cafe/sass/stylesheets/cafe/_jqsimplemenu.scss */
.menubuilder li {
  background-color: #4d649B;
}
/* line 101, ../../Plugin/Cafe/sass/stylesheets/cafe/_jqsimplemenu.scss */
.menubuilder li ul {
  border: 1px solid #4d649B;
}
/* line 105, ../../Plugin/Cafe/sass/stylesheets/cafe/_jqsimplemenu.scss */
.menubuilder li.active > a {
  background-color: #ffffff;
  color: #4d649B;
}
/* line 109, ../../Plugin/Cafe/sass/stylesheets/cafe/_jqsimplemenu.scss */
.menubuilder li a:hover,
.menubuilder li.active a:hover {
  background-color: #5C78BA;
  color: #ffffff;
}

/* line 116, ../../Plugin/Cafe/sass/stylesheets/cafe/_jqsimplemenu.scss */
div.box {
  position: absolute;
  background-color: #D50404;
  left: 0;
  top: 0;
  border-radius: 4px 4px 0px 0px;
  -moz-border-radius: 4px 4px 0px 0px;
  -webkit-border-radius: 4px 4px 0px 0px;
}

/* Selectmenu ----------------------------------*/
/* line 5, ../../Plugin/Cafe/sass/stylesheets/cafe/_jquery.ui.selectmenu.scss */
.ui-selectmenu {
  display: inline-block;
  position: relative;
  height: 20px;
  vertical-align: middle;
  text-decoration: none;
  overflow: hidden;
  zoom: 1;
}

/* line 18, ../../Plugin/Cafe/sass/stylesheets/cafe/_jquery.ui.selectmenu.scss */
.ui-selectmenu-icon {
  position: absolute;
  right: 6px;
  margin-top: -8px;
  top: 50%;
}

/* line 25, ../../Plugin/Cafe/sass/stylesheets/cafe/_jquery.ui.selectmenu.scss */
.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  display: none;
  z-index: 1005;
}

/* z-index: 1005 to make selectmenu work with dialog */
/* line 35, ../../Plugin/Cafe/sass/stylesheets/cafe/_jquery.ui.selectmenu.scss */
.ui-selectmenu-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 46, ../../Plugin/Cafe/sass/stylesheets/cafe/_jquery.ui.selectmenu.scss */
.ui-selectmenu-open {
  display: block;
}

/* line 50, ../../Plugin/Cafe/sass/stylesheets/cafe/_jquery.ui.selectmenu.scss */
.ui-selectmenu-menu-popup {
  margin-top: -1px;
}

/* line 54, ../../Plugin/Cafe/sass/stylesheets/cafe/_jquery.ui.selectmenu.scss */
.ui-selectmenu-menu li {
  padding: 0;
  margin: 0;
  display: block;
  border-top: 1px dotted transparent;
  border-bottom: 1px dotted transparent;
  border-right-width: 0 !important;
  border-left-width: 0 !important;
  background-color: #ffffee;
  overflow: hidden;
  text-indent: -3em;
  padding-left: 3em;
}

/* line 70, ../../Plugin/Cafe/sass/stylesheets/cafe/_jquery.ui.selectmenu.scss */
.ui-selectmenu-menu li a, .ui-selectmenu-status {
  line-height: 1.4em;
  display: block;
  outline: none;
  text-decoration: none;
  color: inherit;
  font-weight: normal;
  padding-left: 0.2em;
}
/* line 82, ../../Plugin/Cafe/sass/stylesheets/cafe/_jquery.ui.selectmenu.scss */
.ui-selectmenu-menu li a div, .ui-selectmenu-status div {
  width: 100%;
  border-bottom: 1px dotted #aaaaaa;
}

/* line 90, ../../Plugin/Cafe/sass/stylesheets/cafe/_jquery.ui.selectmenu.scss */
.ui-selectmenu-menu li.ui-state-disabled a, .ui-state-disabled {
  cursor: default;
}

/* line 94, ../../Plugin/Cafe/sass/stylesheets/cafe/_jquery.ui.selectmenu.scss */
.ui-selectmenu-menu li.ui-selectmenu-hasIcon a,
.ui-selectmenu-hasIcon .ui-selectmenu-status {
  padding-left: 20px;
  position: relative;
  margin-left: 5px;
}

/* line 101, ../../Plugin/Cafe/sass/stylesheets/cafe/_jquery.ui.selectmenu.scss */
.ui-selectmenu-menu li .ui-icon, .ui-selectmenu-status .ui-icon {
  position: absolute;
  top: 1em;
  margin-top: -8px;
  left: 0;
}

/* line 113, ../../Plugin/Cafe/sass/stylesheets/cafe/_jquery.ui.selectmenu.scss */
.ui-selectmenu-status span {
  display: block;
  margin-bottom: .2em;
}

/* line 118, ../../Plugin/Cafe/sass/stylesheets/cafe/_jquery.ui.selectmenu.scss */
.ui-selectmenu-menu li .ui-selectmenu-item-header {
  font-weight: bold;
  margin-right: 1em;
  white-space: nowrap;
}

/* line 127, ../../Plugin/Cafe/sass/stylesheets/cafe/_jquery.ui.selectmenu.scss */
.ui-selectmenu-menu li .ui-selectmenu-item-content {
  font-weight: normal;
  font-size: 0.8em;
  color: #444444;
}

/* line 132, ../../Plugin/Cafe/sass/stylesheets/cafe/_jquery.ui.selectmenu.scss */
.ui-selectmenu-menu li .ui-selectmenu-item-footer {
  opacity: .8;
}

/* for optgroups */
/* line 137, ../../Plugin/Cafe/sass/stylesheets/cafe/_jquery.ui.selectmenu.scss */
.ui-selectmenu-menu .ui-selectmenu-group {
  font-size: 1em;
}

/* line 141, ../../Plugin/Cafe/sass/stylesheets/cafe/_jquery.ui.selectmenu.scss */
.ui-selectmenu-menu .ui-selectmenu-group .ui-selectmenu-group-label {
  line-height: 1.4em;
  display: block;
  padding: .6em .5em 0;
  font-weight: bold;
}

/* line 148, ../../Plugin/Cafe/sass/stylesheets/cafe/_jquery.ui.selectmenu.scss */
.ui-selectmenu-menu .ui-selectmenu-group ul {
  margin: 0;
  padding: 0;
}

/* IE6 workaround (dotted transparent borders) */
/* line 154, ../../Plugin/Cafe/sass/stylesheets/cafe/_jquery.ui.selectmenu.scss */
* html .ui-selectmenu-menu li {
  border-color: pink;
  filter: chroma(color=pink);
  width: 100%;
}

/* line 160, ../../Plugin/Cafe/sass/stylesheets/cafe/_jquery.ui.selectmenu.scss */
* html .ui-selectmenu-menu li a {
  position: relative;
}

/* IE7 workaround (opacity disabled) */
/* line 165, ../../Plugin/Cafe/sass/stylesheets/cafe/_jquery.ui.selectmenu.scss */
* + html .ui-state-disabled, * + html .ui-state-disabled a {
  color: silver;
}

/* line 171, ../../Plugin/Cafe/sass/stylesheets/cafe/_jquery.ui.selectmenu.scss */
.ui-selectmenu.ui-state-default, .ui-selectmenu.ui-widget-content .ui-state-default, .ui-selectmenu.ui-widget-header .ui-state-default {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 5px;
  color: #444444;
}

/* line 188, ../../Plugin/Cafe/sass/stylesheets/cafe/_jquery.ui.selectmenu.scss */
.ui-selectmenu.ui-state-default .ui-icon {
  background-image: url('../images/ui-icons_222222_256x240.png?1507715759');
}

/**
 * Styles to embed into Canda (A&C)
 */
/**
 * Layouts
 */
/* line 10, ../../sass/src/_canda_embed.scss */
html.embed-frame {
  overflow: auto;
}

/* line 13, ../../sass/src/_canda_embed.scss */
body.embed-frame {
  padding-top: 0;
}
/* line 15, ../../sass/src/_canda_embed.scss */
body.embed-frame #container {
  padding: 0;
  min-width: 740px;
}

/* line 20, ../../sass/src/_canda_embed.scss */
body.embed-whole {
  padding-top: 144px;
}

/* line 27, ../../sass/src/_canda_embed.scss */
header.canda {
  position: fixed;
  top: 0;
  height: 144px;
  width: 100%;
  font: bold normal 12px Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
}

/**
 * New A&C layout
 */
/* line 5, ../../sass/src/_canda_base.scss */
div.canda {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 990px;
}
/* line 10, ../../sass/src/_canda_base.scss */
div.canda .right-col {
  width: 180px;
  font-weight: bold;
}

/* line 16, ../../sass/src/_canda_base.scss */
header.canda {
  font-weight: bold;
  background-color: white;
  z-index: 10;
}
/* line 22, ../../sass/src/_canda_base.scss */
header.canda .canda-top {
  clear: both;
  height: 16px;
  padding-top: 8px;
}
/* line 27, ../../sass/src/_canda_base.scss */
header.canda .canda-top .canda-user {
  float: left;
  padding-left: 7px;
}
/* line 30, ../../sass/src/_canda_base.scss */
header.canda .canda-top .canda-user a {
  font-weight: normal;
  text-decoration: underline;
  color: black;
}
/* line 36, ../../sass/src/_canda_base.scss */
header.canda .canda-top .canda-flags {
  float: right;
  text-align: right;
}
/* line 39, ../../sass/src/_canda_base.scss */
header.canda .canda-top .canda-flags img {
  border-top: 1px solid white;
  margin-right: 5px;
  width: 14px;
  cursor: pointer;
}
/* line 47, ../../sass/src/_canda_base.scss */
header.canda .canda-header {
  clear: both;
  height: 72px;
  line-height: 72px;
  background: url('../images/header_bg.gif?1507715758') repeat-x;
}
/* line 52, ../../sass/src/_canda_base.scss */
header.canda .canda-header #canda-logo {
  vertical-align: top;
}
/* line 55, ../../sass/src/_canda_base.scss */
header.canda .canda-header #canda-title {
  vertical-align: middle;
}
/* line 58, ../../sass/src/_canda_base.scss */
header.canda .canda-header div.actions {
  float: right;
  margin-right: 6px;
}
/* line 64, ../../sass/src/_canda_base.scss */
header.canda .canda-header div.actions .button {
  line-height: 1.5em;
}
/* line 69, ../../sass/src/_canda_base.scss */
header.canda .canda-menu {
  margin-top: 1px;
  height: 19px;
  line-height: 19px;
  display: table;
  width: 100%;
}
/* line 75, ../../sass/src/_canda_base.scss */
header.canda .canda-menu > div {
  display: table-cell;
  padding: 0 10px;
  background-color: #ED9323;
  text-align: center;
}
/* line 80, ../../sass/src/_canda_base.scss */
header.canda .canda-menu > div.canda-menu-tab {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
/* line 85, ../../sass/src/_canda_base.scss */
header.canda .canda-menu a {
  color: white;
  text-decoration: none;
}
/* line 89, ../../sass/src/_canda_base.scss */
header.canda .canda-menu .home {
  width: 70px;
}
/* line 92, ../../sass/src/_canda_base.scss */
header.canda .canda-menu .account,
header.canda .canda-menu .logout {
  width: 110px;
}

/* line 98, ../../sass/src/_canda_base.scss */
div.canda-sidebar {
  float: left;
  padding: 10px;
}

/* line 102, ../../sass/src/_canda_base.scss */
div.content-wrapper {
  clear: both;
  overflow: hidden;
  background-color: #ED9323;
}
/* line 106, ../../sass/src/_canda_base.scss */
div.content-wrapper > div {
  float: left;
}
/* line 109, ../../sass/src/_canda_base.scss */
div.content-wrapper div.page-content {
  width: 766px;
  padding: 12px;
  background-color: white;
}

/* line 116, ../../sass/src/_canda_base.scss */
div.canda-tabs ul {
  clear: both;
  margin-bottom: 5px;
  border-bottom: 2px solid #4d649B;
  overflow: hidden;
}
/* line 121, ../../sass/src/_canda_base.scss */
div.canda-tabs ul li {
  float: left;
  margin: 0;
  padding: 2px 10px 0 10px;
  background-color: #4d649B;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
/* line 128, ../../sass/src/_canda_base.scss */
div.canda-tabs ul li a {
  color: #d8d8d8;
  text-decoration: none;
}
/* line 132, ../../sass/src/_canda_base.scss */
div.canda-tabs ul li a:hover {
  color: white;
}
/* line 136, ../../sass/src/_canda_base.scss */
div.canda-tabs ul .close-account {
  background-color: #3876A8;
}

/*
 * Styles for full HTML texts entered via CKeditor
 * Defined here inside the class used for all texts
 */
/* line 23, ../../sass/src/styles.scss */
.app-text {
  /*
   * Styles for full HTML texts entered via CKeditor and displayed by the app.
   *
   * These are used 'as-is' by CKEditor and imported inside the .app-text class for the app
   */
  /* apply a natural box layout model to all elements, but allowing components to change */
  /**
   * Color definitions
   */
  /**
   * Curtain variables
   */
  /**
   * Collection of media queries
   */
}
/* line 7, ../../Plugin/Cafe/sass/stylesheets/cafe/_init.scss */
.app-text .clearfix:before, .app-text .clearfix:after {
  content: " ";
  display: table;
}
/* line 12, ../../Plugin/Cafe/sass/stylesheets/cafe/_init.scss */
.app-text .clearfix:after {
  clear: both;
}
/* line 18, ../../Plugin/Cafe/sass/stylesheets/cafe/_init.scss */
.app-text html {
  box-sizing: border-box;
}
/* line 21, ../../Plugin/Cafe/sass/stylesheets/cafe/_init.scss */
.app-text *, .app-text *:before, .app-text *:after {
  box-sizing: inherit;
}
/* line 10, ../../Plugin/Cafe/sass/stylesheets/cafe/_base_ck_editor.scss */
.app-text table th,
.app-text table td,
.app-text h1,
.app-text h2,
.app-text h3,
.app-text h4,
.app-text ul,
.app-text li,
.app-text p,
.app-text a {
  font: 300 100%/1.5 Arial, Helvetica, sans-serif;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  line-height: 1.5em;
  color: #555555;
}
/* line 29, ../../Plugin/Cafe/sass/stylesheets/cafe/_base_ck_editor.scss */
.app-text a {
  color: #00E;
  text-decoration: none;
}
/* line 34, ../../Plugin/Cafe/sass/stylesheets/cafe/_base_ck_editor.scss */
.app-text a:hover {
  text-decoration: underline;
}
/* line 41, ../../Plugin/Cafe/sass/stylesheets/cafe/_base_ck_editor.scss */
.app-text p {
  padding-bottom: 3px;
  margin: 0;
}
/* line 47, ../../Plugin/Cafe/sass/stylesheets/cafe/_base_ck_editor.scss */
.app-text h1 {
  font-size: 30px;
  font-style: normal;
  font-weight: normal;
  color: #4d649B;
  line-height: 1.2em;
  margin: 22px 0 10px;
}
/* line 56, ../../Plugin/Cafe/sass/stylesheets/cafe/_base_ck_editor.scss */
.app-text h2 {
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  color: #555555;
  line-height: 1.3em;
  margin: 20px 0 10px;
}
/* line 65, ../../Plugin/Cafe/sass/stylesheets/cafe/_base_ck_editor.scss */
.app-text h3 {
  font-size: 14px;
  font-weight: bold;
  color: #555555;
  line-height: 1.5em;
  margin: 18px 0 6px;
}
/* line 81, ../../Plugin/Cafe/sass/stylesheets/cafe/_base_ck_editor.scss */
.app-text ul {
  list-style-type: circle;
  margin: 0.5em 0;
}
/* line 91, ../../Plugin/Cafe/sass/stylesheets/cafe/_base_ck_editor.scss */
.app-text table th {
  font-weight: bold;
  background-color: #EBEBEB;
}

/*# sourceMappingURL=styles.css.map */
