﻿@charset "UTF-8";
/*! normalize.css v1.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 11, ../../sass/framework/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 30, ../../sass/framework/_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 43, ../../sass/framework/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
/* line 53, ../../sass/framework/_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 72, ../../sass/framework/_normalize.scss */
html {
  background: #fff;
  /* 1 */
  color: #000;
  /* 2 */
  font-size: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 4 */
  -ms-text-size-adjust: 100%;
  /* 4 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/* line 85, ../../sass/framework/_normalize.scss */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
/* line 97, ../../sass/framework/_normalize.scss */
body {
  margin: 0;
}

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

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

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
/* line 132, ../../sass/framework/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 137, ../../sass/framework/_normalize.scss */
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

/* line 142, ../../sass/framework/_normalize.scss */
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

/* line 147, ../../sass/framework/_normalize.scss */
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

/* line 152, ../../sass/framework/_normalize.scss */
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

/* line 157, ../../sass/framework/_normalize.scss */
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

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

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

/* line 179, ../../sass/framework/_normalize.scss */
blockquote {
  margin: 1em 40px;
}

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

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
/* line 196, ../../sass/framework/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

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

/**
 * Address margins set differently in IE 6/7.
 */
/* line 215, ../../sass/framework/_normalize.scss */
p {
  margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
/* line 224, ../../sass/framework/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

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

/**
 * Address CSS quotes not supported in IE 6/7.
 */
/* line 247, ../../sass/framework/_normalize.scss */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
/* line 255, ../../sass/framework/_normalize.scss */
q:before,
q:after {
  content: '';
  content: none;
}

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

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

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

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

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
/* line 297, ../../sass/framework/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

/* line 304, ../../sass/framework/_normalize.scss */
dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
/* line 312, ../../sass/framework/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
/* line 322, ../../sass/framework/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
/* line 337, ../../sass/framework/_normalize.scss */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
/* line 358, ../../sass/framework/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
/* line 370, ../../sass/framework/_normalize.scss */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 378, ../../sass/framework/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
/* line 390, ../../sass/framework/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
/* line 404, ../../sass/framework/_normalize.scss */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 419, ../../sass/framework/_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 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 431, ../../sass/framework/_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 446, ../../sass/framework/_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 459, ../../sass/framework/_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 471, ../../sass/framework/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 497, ../../sass/framework/_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 3+.
 */
/* line 506, ../../sass/framework/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

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

@font-face {
  font-family: "Flat-UI-Icons-16";
  src: url("../fonts/Flat-UI-Icons-16.eot");
  src: url("../fonts/Flat-UI-Icons-16.eot?#iefix") format("embedded-opentype"), url("../fonts/Flat-UI-Icons-16.woff") format("woff"), url("../fonts/Flat-UI-Icons-16.ttf") format("truetype"), url("../fonts/Flat-UI-Icons-16.svg#Flat-UI-Icons-16") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Use the following CSS code if you want to use data attributes for inserting your icons */
/* line 12, ../../sass/flat-ui/_icon-font.scss */
[data-icon]:before {
  font-family: "Flat-UI-Icons-16";
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

/* Use the following CSS code if you want to have a class per icon */
/*Instead of a list of all class selectors,
 *you can use the generic selector below, but it's slower:
 *[class*="fui-"]:before { */
/* line 26, ../../sass/flat-ui/_icon-font.scss */
.fui-volume-16:before, .fui-video-16:before, .fui-time-16:before, .fui-settings-16:before, .fui-plus-16:before, .fui-new-16:before, .fui-menu-16:before, .fui-man-16:before, .fui-mail-16:before, .fui-lock-16:before, .fui-location-16:before, .fui-heart-16:before, .fui-eye-16:before, .fui-cross-16:before, .fui-cmd-16:before, .fui-checkround-16:before, .fui-checkmark-16:before, .fui-camera-16:before, .fui-calendar-16:before, .fui-bubble-16:before {
  font-family: "Flat-UI-Icons-16";
  speak: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

/* line 35, ../../sass/flat-ui/_icon-font.scss */
.fui-volume-16:before {
  content: "\e000";
}

/* line 39, ../../sass/flat-ui/_icon-font.scss */
.fui-video-16:before {
  content: "\e001";
}

/* line 43, ../../sass/flat-ui/_icon-font.scss */
.fui-time-16:before {
  content: "\e002";
}

/* line 47, ../../sass/flat-ui/_icon-font.scss */
.fui-settings-16:before {
  content: "\e003";
}

/* line 51, ../../sass/flat-ui/_icon-font.scss */
.fui-plus-16:before {
  content: "\e004";
}

/* line 55, ../../sass/flat-ui/_icon-font.scss */
.fui-new-16:before {
  content: "\e005";
}

/* line 59, ../../sass/flat-ui/_icon-font.scss */
.fui-menu-16:before {
  content: "\e006";
}

/* line 63, ../../sass/flat-ui/_icon-font.scss */
.fui-man-16:before {
  content: "\e007";
}

/* line 67, ../../sass/flat-ui/_icon-font.scss */
.fui-mail-16:before {
  content: "\e008";
}

/* line 71, ../../sass/flat-ui/_icon-font.scss */
.fui-lock-16:before {
  content: "\e009";
}

/* line 75, ../../sass/flat-ui/_icon-font.scss */
.fui-location-16:before {
  content: "\e00a";
}

/* line 79, ../../sass/flat-ui/_icon-font.scss */
.fui-heart-16:before {
  content: "\e00b";
}

/* line 83, ../../sass/flat-ui/_icon-font.scss */
.fui-eye-16:before {
  content: "\e00c";
}

/* line 87, ../../sass/flat-ui/_icon-font.scss */
.fui-cross-16:before {
  content: "\e00d";
}

/* line 91, ../../sass/flat-ui/_icon-font.scss */
.fui-cmd-16:before {
  content: "\e00e";
}

/* line 95, ../../sass/flat-ui/_icon-font.scss */
.fui-checkround-16:before {
  content: "\e00f";
}

/* line 99, ../../sass/flat-ui/_icon-font.scss */
.fui-checkmark-16:before {
  content: "\e010";
}

/* line 103, ../../sass/flat-ui/_icon-font.scss */
.fui-camera-16:before {
  content: "\e011";
}

/* line 107, ../../sass/flat-ui/_icon-font.scss */
.fui-calendar-16:before {
  content: "\e012";
}

/* line 111, ../../sass/flat-ui/_icon-font.scss */
.fui-bubble-16:before {
  content: "\e013";
}

@font-face {
  font-family: "Flat-UI-Icons-24";
  src: url("../fonts/Flat-UI-Icons-24.eot");
  src: url("../fonts/Flat-UI-Icons-24.eot?#iefix") format("embedded-opentype"), url("../fonts/Flat-UI-Icons-24.woff") format("woff"), url("../fonts/Flat-UI-Icons-24.ttf") format("truetype"), url("../fonts/Flat-UI-Icons-24.svg#Flat-UI-Icons-24") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Use the following CSS code if you want to use data attributes for inserting your icons */
/* line 12, ../../sass/flat-ui/_icon-font-24.scss */
[data-icon]:before {
  font-family: "Flat-UI-Icons-24";
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

/* Use the following CSS code if you want to have a class per icon */
/*Instead of a list of all class selectors,
 *you can use the generic selector below, but it's slower:
 *[class*="fui-"]:before { */
/* line 26, ../../sass/flat-ui/_icon-font-24.scss */
.fui-video-24:before, .fui-time-24:before, .fui-settings-24:before, .fui-plus-24:before, .fui-new-24:before, .fui-menu-24:before, .fui-man-24:before, .fui-mail-24:before, .fui-lock-24:before, .fui-location-24:before, .fui-heart-24:before, .fui-eye-24:before, .fui-cross-24:before, .fui-cmd-24:before, .fui-checkround-24:before, .fui-checkmark-24:before, .fui-calendar-24:before, .fui-bubble-24:before, .fui-volume-24:before, .fui-camera-24:before {
  font-family: "Flat-UI-Icons-24";
  speak: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

/* line 35, ../../sass/flat-ui/_icon-font-24.scss */
.fui-video-24:before {
  content: "\e000";
}

/* line 39, ../../sass/flat-ui/_icon-font-24.scss */
.fui-time-24:before {
  content: "\e001";
}

/* line 43, ../../sass/flat-ui/_icon-font-24.scss */
.fui-settings-24:before {
  content: "\e002";
}

/* line 47, ../../sass/flat-ui/_icon-font-24.scss */
.fui-plus-24:before {
  content: "\e003";
}

/* line 51, ../../sass/flat-ui/_icon-font-24.scss */
.fui-new-24:before {
  content: "\e005";
}

/* line 55, ../../sass/flat-ui/_icon-font-24.scss */
.fui-menu-24:before {
  content: "\e006";
}

/* line 59, ../../sass/flat-ui/_icon-font-24.scss */
.fui-man-24:before {
  content: "\e007";
}

/* line 63, ../../sass/flat-ui/_icon-font-24.scss */
.fui-mail-24:before {
  content: "\e008";
}

/* line 67, ../../sass/flat-ui/_icon-font-24.scss */
.fui-lock-24:before {
  content: "\e009";
}

/* line 71, ../../sass/flat-ui/_icon-font-24.scss */
.fui-location-24:before {
  content: "\e00a";
}

/* line 75, ../../sass/flat-ui/_icon-font-24.scss */
.fui-heart-24:before {
  content: "\e00b";
}

/* line 79, ../../sass/flat-ui/_icon-font-24.scss */
.fui-eye-24:before {
  content: "\e00c";
}

/* line 83, ../../sass/flat-ui/_icon-font-24.scss */
.fui-cross-24:before {
  content: "\e00d";
}

/* line 87, ../../sass/flat-ui/_icon-font-24.scss */
.fui-cmd-24:before {
  content: "\e00e";
}

/* line 91, ../../sass/flat-ui/_icon-font-24.scss */
.fui-checkround-24:before {
  content: "\e00f";
}

/* line 95, ../../sass/flat-ui/_icon-font-24.scss */
.fui-checkmark-24:before {
  content: "\e010";
}

/* line 99, ../../sass/flat-ui/_icon-font-24.scss */
.fui-calendar-24:before {
  content: "\e011";
}

/* line 103, ../../sass/flat-ui/_icon-font-24.scss */
.fui-bubble-24:before {
  content: "\e012";
}

/* line 107, ../../sass/flat-ui/_icon-font-24.scss */
.fui-volume-24:before {
  content: "\e013";
}

/* line 111, ../../sass/flat-ui/_icon-font-24.scss */
.fui-camera-24:before {
  content: "\e004";
}

/* line 2, ../../sass/flat-ui/modules/_type.scss */
body {
  color: #34495e;
  font: 14px/1.231 "Titillium Web", sans-serif;
  font-weight: normal;
  font-weight: 400;
}

/* line 7, ../../sass/flat-ui/modules/_type.scss */
a {
  color: #1abc9c;
  text-decoration: underline;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
}
/* line 11, ../../sass/flat-ui/modules/_type.scss */
a:hover {
  color: #2ecc71;
  text-decoration: none;
}

/* line 17, ../../sass/flat-ui/modules/_type.scss */
h1 {
  font-size: 32px;
  font-weight: 900;
}

/* line 22, ../../sass/flat-ui/modules/_type.scss */
h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 2px;
}

/* line 28, ../../sass/flat-ui/modules/_type.scss */
h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 4px;
  margin-top: 2px;
}

/* line 35, ../../sass/flat-ui/modules/_type.scss */
h4 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 4px;
}

/* line 41, ../../sass/flat-ui/modules/_type.scss */
h5 {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

/* line 47, ../../sass/flat-ui/modules/_type.scss */
h6 {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}

/* line 14, ../../sass/flat-ui/modules/_btn.scss
.btn {
  border: none;
  background: #34495e;
  color: white;
  font-size: 16.5px;
  text-decoration: none;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
}
 line 23, ../../sass/flat-ui/modules/_btn.scss
.btn:hover, .btn:focus {
  background-color: #4e6d8d;
  color: white;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
}
 line 29, ../../sass/flat-ui/modules/_btn.scss
.btn:active, .btn.active {
  background-color: #2c3e50;
  color: rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
 line 35, ../../sass/flat-ui/modules/_btn.scss
.btn.disabled, .btn[disabled] {
  background-color: #95a5a6;
  color: white;
}
 line 41, ../../sass/flat-ui/modules/_btn.scss
.btn.btn-large {
  padding-bottom: 12px;
  padding-top: 13px;
}
 line 46, ../../sass/flat-ui/modules/_btn.scss
.btn.btn-primary {
  background-color: #1abc9c;
}
 line 3, ../../sass/flat-ui/modules/_btn.scss
.btn.btn-primary:hover, .btn.btn-primary:focus {
  background-color: #2fe2bf;
}
 line 7, ../../sass/flat-ui/modules/_btn.scss
.btn.btn-primary:active, .btn.btn-primary.active {
  background-color: #16a085;
}
 line 49, ../../sass/flat-ui/modules/_btn.scss
.btn.btn-info {
  background-color: #3498db;
}
 line 3, ../../sass/flat-ui/modules/_btn.scss
.btn.btn-info:hover, .btn.btn-info:focus {
  background-color: #5dade2;
}
 line 7, ../../sass/flat-ui/modules/_btn.scss
.btn.btn-info:active, .btn.btn-info.active {
  background-color: #2383c4;
}
 line 52, ../../sass/flat-ui/modules/_btn.scss
.btn.btn-danger {
  background-color: #e74c3c;
}
 line 3, ../../sass/flat-ui/modules/_btn.scss
.btn.btn-danger:hover, .btn.btn-danger:focus {
  background-color: #ec7063;
}
 line 7, ../../sass/flat-ui/modules/_btn.scss
.btn.btn-danger:active, .btn.btn-danger.active {
  background-color: #dc2d1b;
}
 line 55, ../../sass/flat-ui/modules/_btn.scss
.btn.btn-success {
  background-color: #2ecc71;
}
 line 3, ../../sass/flat-ui/modules/_btn.scss
.btn.btn-success:hover, .btn.btn-success:focus {
  background-color: #55d98d;
}
 line 7, ../../sass/flat-ui/modules/_btn.scss
.btn.btn-success:active, .btn.btn-success.active {
  background-color: #27ad60;
}
 line 58, ../../sass/flat-ui/modules/_btn.scss
.btn.btn-warning {
  background-color: #f1c40f;
}
 line 3, ../../sass/flat-ui/modules/_btn.scss
.btn.btn-warning:hover, .btn.btn-warning:focus {
  background-color: #f4d03f;
}
 line 7, ../../sass/flat-ui/modules/_btn.scss
.btn.btn-warning:active, .btn.btn-warning.active {
  background-color: #cea70c;
}
 line 62, ../../sass/flat-ui/modules/_btn.scss
.btn-toolbar .btn {
  font-size: 18px;
  padding: 10px 14px 9px;
}
 line 65, ../../sass/flat-ui/modules/_btn.scss
.btn-toolbar .btn:first-child {
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
}
 line 68, ../../sass/flat-ui/modules/_btn.scss
.btn-toolbar .btn:last-child {
  -webkit-border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  border-radius: 0 6px 6px 0;
}

 line 75, ../../sass/flat-ui/modules/_btn.scss
.btn-toolbar .btn.active {
  color: white;
}*/

/* line 2, ../../sass/flat-ui/modules/_navbar.scss */
.navbar {
  font-size: 18px;
}
/* line 4, ../../sass/flat-ui/modules/_navbar.scss */
.navbar .brand {
  color: #1abc9c;
  font-size: inherit;
  font-weight: 700;
  padding-bottom: 16px;
  padding-top: 15px;
}
/* line 15, ../../sass/flat-ui/modules/_navbar.scss */
.navbar .nav > li:hover > ul {
  top: 100%;
}
/* line 20, ../../sass/flat-ui/modules/_navbar.scss */
.navbar .nav > li > ul {
  padding-top: 13px;
  top: 80%;
  background-color: white\9;
}
/* line 99, ../../sass/flat-ui/_mixins.scss */
.navbar .nav > li > ul:before {
  content: "";
  border-style: solid;
  border-width: 0 9px 9px 9px;
  border-color: transparent transparent #34495e transparent;
  height: 0px;
  position: absolute;
  left: 15px;
  top: 5px;
  width: 0px;
  -webkit-transform: rotate(360deg);
}
/* line 30, ../../sass/flat-ui/modules/_navbar.scss */
.navbar .nav > li > ul li:hover ul {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  visibility: visible;
  display: block\9;
}
/* line 37, ../../sass/flat-ui/modules/_navbar.scss */
.navbar .nav > li > ul li ul {
  left: 100%;
}
/* line 43, ../../sass/flat-ui/modules/_navbar.scss */
.navbar .nav > li > a {
  padding: 14px 15px 17px;
}
/* line 45, ../../sass/flat-ui/modules/_navbar.scss */
.navbar .nav > li > a:hover {
  color: #1abc9c;
}
/* line 50, ../../sass/flat-ui/modules/_navbar.scss */
.navbar .nav li {
  position: relative;
}
/* line 53, ../../sass/flat-ui/modules/_navbar.scss */
.navbar .nav li:hover > ul {
  opacity: 1;
  z-index: 100;
  -webkit-transform: scale(1, 1);
  visibility: visible;
  display: block\9;
}
/* line 64, ../../sass/flat-ui/modules/_navbar.scss */
.navbar .nav ul {
  border-radius: 4px;
  left: 15px;
  list-style-type: none;
  margin-left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 234px;
  z-index: -100;
  -webkit-transform: scale(1, 0.99);
  -webkit-transform-origin: 0 0;
  visibility: hidden;
  display: none\9;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-backface-visibility: hidden;
}
/* line 82, ../../sass/flat-ui/modules/_navbar.scss */
.navbar .nav ul ul {
  left: 95%;
  padding-left: 5px;
}
/* line 87, ../../sass/flat-ui/modules/_navbar.scss */
.navbar .nav ul li {
  background-color: #34495e;
  padding: 0 3px 3px;
}
/* line 90, ../../sass/flat-ui/modules/_navbar.scss */
.navbar .nav ul li:first-child {
  border-radius: 4px 4px 0 0;
  padding-top: 3px;
}
/* line 94, ../../sass/flat-ui/modules/_navbar.scss */
.navbar .nav ul li:last-child {
  border-radius: 0 0 4px 4px;
}
/* line 98, ../../sass/flat-ui/modules/_navbar.scss */
.navbar .nav ul li.active > a, .navbar .nav ul li.active > a:hover {
  background-color: #1abc9c;
  color: white;
}
/* line 105, ../../sass/flat-ui/modules/_navbar.scss */
.navbar .nav ul a {
  border-radius: 2px;
  color: white;
  display: block;
  font-size: 14px;
  padding: 6px 9px;
  text-decoration: none;
}
/* line 112, ../../sass/flat-ui/modules/_navbar.scss */
.navbar .nav ul a:hover {
  background-color: #1abc9c;
}

/* line 120, ../../sass/flat-ui/modules/_navbar.scss */
.navbar-inner {
  border: none;
  padding-left: 4px;
  padding-right: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/* line 130, ../../sass/flat-ui/modules/_navbar.scss */
.navbar-inverse .navbar-inner {
  background: #34495e;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
/* line 135, ../../sass/flat-ui/modules/_navbar.scss */
.navbar-inverse .nav > li > a {
  color: white;
}
/* line 139, ../../sass/flat-ui/modules/_navbar.scss */
.navbar-inverse .nav .active > a, .navbar-inverse .nav .active > a:hover, .navbar-inverse .nav .active > a:focus {
  background-color: transparent;
  color: #1abc9c;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 149, ../../sass/flat-ui/modules/_navbar.scss */
.navbar-unread {
  background-color: #e74c3c;
  border-radius: 30px;
  color: white;
  display: none;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  min-width: 8px;
  padding: 0 5px;
  position: absolute;
  right: -7px;
  text-align: center;
  text-shadow: none;
  top: 8px;
  z-index: 10;
}
/* line 165, ../../sass/flat-ui/modules/_navbar.scss */
.active .navbar-unread {
  display: block;
}

/* line 7, ../../sass/flat-ui/modules/_select.scss */
.dk_container {
  cursor: pointer;
  font-size: 14px;
  margin-bottom: 10px;
  outline: none;
}

/* line 15, ../../sass/flat-ui/modules/_select.scss */
.dk_toggle {
  background-color: #1abc9c;
  color: white;
  border-radius: 6px;
  overflow: hidden;
  padding: 11px 45px 11px 13px;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
}
/* line 24, ../../sass/flat-ui/modules/_select.scss */
.dk_toggle:hover, .dk_toggle:focus, .dk_focus .dk_toggle {
  background-color: #2fe2bf;
  color: white;
  outline: none;
}
/* line 31, ../../sass/flat-ui/modules/_select.scss */
.dk_toggle:active {
  background-color: #16a085;
  outline: none;
}
/* line 34, ../../sass/flat-ui/modules/_select.scss */
.dk_toggle:active .select-icon {
  border-left-color: transparent;
}

/* line 41, ../../sass/flat-ui/modules/_select.scss */
.select-icon {
  background: #1abc9c url("../images/select/toggle.png") no-repeat right center;
  border-left: 2px solid rgba(52, 73, 94, 0.15);
  border-radius: 0 6px 6px 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 42px;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
}

/* line 54, ../../sass/flat-ui/modules/_select.scss */
.dk_open {
  z-index: 10;
}
/* line 57, ../../sass/flat-ui/modules/_select.scss */
.dk_open .dk_toggle {
  background-color: #1abc9c;
}
/* line 59, ../../sass/flat-ui/modules/_select.scss */
.dk_open .dk_toggle .select-icon {
  background-color: #16a085;
  border-left-color: transparent;
}

/* line 67, ../../sass/flat-ui/modules/_select.scss */
.dk_options {
  padding-top: 14px;
}
/* line 99, ../../sass/flat-ui/_mixins.scss */
.dk_options:before {
  content: "";
  border-style: solid;
  border-width: 0 9px 9px 9px;
  border-color: transparent transparent #34495e transparent;
  height: 0px;
  position: absolute;
  left: 15px;
  top: 5px;
  width: 0px;
  -webkit-transform: rotate(360deg);
}
/* line 71, ../../sass/flat-ui/modules/_select.scss */
.dk_options:before {
  left: auto;
  right: 12px;
}
/* line 75, ../../sass/flat-ui/modules/_select.scss */
.dk_options li {
  padding-bottom: 3px;
}
/* line 78, ../../sass/flat-ui/modules/_select.scss */
.dk_options a {
  border-radius: 3px;
  color: white;
  display: block;
  padding: 5px 9px;
  text-decoration: none;
}
/* line 84, ../../sass/flat-ui/modules/_select.scss */
.dk_options a:hover {
  background-color: #1abc9c;
}

/* line 90, ../../sass/flat-ui/modules/_select.scss */
.dk_option_current a {
  background-color: #1abc9c;
}

/* line 95, ../../sass/flat-ui/modules/_select.scss */
.dk_options_inner {
  background-color: #34495e;
  border-radius: 5px;
  margin: 0;
  max-height: 244px;
  padding: 3px 3px 0;
}

/* line 104, ../../sass/flat-ui/modules/_select.scss */
.dk_touch .dk_options {
  max-height: 250px;
}

/* line 111, ../../sass/flat-ui/modules/_select.scss */
.dk_container {
  display: none;
  position: relative;
  vertical-align: middle;
}
/* line 115, ../../sass/flat-ui/modules/_select.scss */
.dk_container.dk_shown {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
/* line 119, ../../sass/flat-ui/modules/_select.scss */
.dk_container[class*="span"] {
  float: none;
  margin-left: 0;
}

/* line 125, ../../sass/flat-ui/modules/_select.scss */
.dk_toggle {
  display: block;
  position: relative;
}

/* line 130, ../../sass/flat-ui/modules/_select.scss */
.dk_open {
  position: relative;
}
/* line 132, ../../sass/flat-ui/modules/_select.scss */
.dk_open .dk_options {
  margin-top: -1px;
  opacity: 1;
  z-index: 10;
  display: block\9;
}
/* line 139, ../../sass/flat-ui/modules/_select.scss */
.dk_open .dk_label {
  color: inherit;
}

/* line 144, ../../sass/flat-ui/modules/_select.scss */
.dk_options {
  margin-top: -21px;
  position: absolute;
  left: 0;
  opacity: 0;
  width: 220px;
  z-index: -100;
  display: none\9;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-backface-visibility: hidden;
}
/* line 155, ../../sass/flat-ui/modules/_select.scss */
.select-right .dk_options {
  left: auto;
  right: 0;
}
/* line 159, ../../sass/flat-ui/modules/_select.scss */
.dk_options a {
  display: block;
}

/* line 164, ../../sass/flat-ui/modules/_select.scss */
.dk_options_inner {
  overflow: auto;
  outline: none;
  position: relative;
}

/* line 171, ../../sass/flat-ui/modules/_select.scss */
.dk_touch .dk_options {
  overflow: hidden;
}
/* line 174, ../../sass/flat-ui/modules/_select.scss */
.dk_touch .dk_options_inner {
  max-height: none;
  overflow: visible;
}

/* line 180, ../../sass/flat-ui/modules/_select.scss */
.dk_fouc select.dropkick {
  position: relative;
  top: -99999em;
  visibility: hidden;
}

/* line 11, ../../sass/flat-ui/modules/_input.scss */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border: 2px solid #dce4ec;
  color: #34495e;
  font-family: "Titillium Web", Arial, Helvetica, sans-serif;
  font-size: 14px;
  padding: 8px 0 9px 10px;
  text-indent: 1px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 41, ../../sass/flat-ui/_mixins.scss */
textarea:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="datetime-local"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="month"]:-moz-placeholder,
input[type="time"]:-moz-placeholder,
input[type="week"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="color"]:-moz-placeholder,
.uneditable-input:-moz-placeholder {
  color: #acb6c0;
}
/* line 44, ../../sass/flat-ui/_mixins.scss */
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.uneditable-input::-webkit-input-placeholder {
  color: #acb6c0;
}
/* line 47, ../../sass/flat-ui/_mixins.scss */
textarea.placeholder,
input[type="text"].placeholder,
input[type="password"].placeholder,
input[type="datetime"].placeholder,
input[type="datetime-local"].placeholder,
input[type="date"].placeholder,
input[type="month"].placeholder,
input[type="time"].placeholder,
input[type="week"].placeholder,
input[type="number"].placeholder,
input[type="email"].placeholder,
input[type="url"].placeholder,
input[type="search"].placeholder,
input[type="tel"].placeholder,
input[type="color"].placeholder,
.uneditable-input.placeholder {
  color: #acb6c0;
}
/* line 36, ../../sass/flat-ui/modules/_input.scss */
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #1abc9c;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 40, ../../sass/flat-ui/modules/_input.scss */
.control-group.error textarea, .control-group.error
input[type="text"], .control-group.error
input[type="password"], .control-group.error
input[type="datetime"], .control-group.error
input[type="datetime-local"], .control-group.error
input[type="date"], .control-group.error
input[type="month"], .control-group.error
input[type="time"], .control-group.error
input[type="week"], .control-group.error
input[type="number"], .control-group.error
input[type="email"], .control-group.error
input[type="url"], .control-group.error
input[type="search"], .control-group.error
input[type="tel"], .control-group.error
input[type="color"], .control-group.error
.uneditable-input {
  border-color: #e74c3c;
  color: #e74c3c;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 5, ../../sass/flat-ui/modules/_input.scss */
.control-group.error textarea:focus, .control-group.error
input[type="text"]:focus, .control-group.error
input[type="password"]:focus, .control-group.error
input[type="datetime"]:focus, .control-group.error
input[type="datetime-local"]:focus, .control-group.error
input[type="date"]:focus, .control-group.error
input[type="month"]:focus, .control-group.error
input[type="time"]:focus, .control-group.error
input[type="week"]:focus, .control-group.error
input[type="number"]:focus, .control-group.error
input[type="email"]:focus, .control-group.error
input[type="url"]:focus, .control-group.error
input[type="search"]:focus, .control-group.error
input[type="tel"]:focus, .control-group.error
input[type="color"]:focus, .control-group.error
.uneditable-input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 43, ../../sass/flat-ui/modules/_input.scss */
.control-group.success textarea, .control-group.success
input[type="text"], .control-group.success
input[type="password"], .control-group.success
input[type="datetime"], .control-group.success
input[type="datetime-local"], .control-group.success
input[type="date"], .control-group.success
input[type="month"], .control-group.success
input[type="time"], .control-group.success
input[type="week"], .control-group.success
input[type="number"], .control-group.success
input[type="email"], .control-group.success
input[type="url"], .control-group.success
input[type="search"], .control-group.success
input[type="tel"], .control-group.success
input[type="color"], .control-group.success
.uneditable-input {
  border-color: #2ecc71;
  color: #2ecc71;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 5, ../../sass/flat-ui/modules/_input.scss */
.control-group.success textarea:focus, .control-group.success
input[type="text"]:focus, .control-group.success
input[type="password"]:focus, .control-group.success
input[type="datetime"]:focus, .control-group.success
input[type="datetime-local"]:focus, .control-group.success
input[type="date"]:focus, .control-group.success
input[type="month"]:focus, .control-group.success
input[type="time"]:focus, .control-group.success
input[type="week"]:focus, .control-group.success
input[type="number"]:focus, .control-group.success
input[type="email"]:focus, .control-group.success
input[type="url"]:focus, .control-group.success
input[type="search"]:focus, .control-group.success
input[type="tel"]:focus, .control-group.success
input[type="color"]:focus, .control-group.success
.uneditable-input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 46, ../../sass/flat-ui/modules/_input.scss */
.control-group.warning textarea, .control-group.warning
input[type="text"], .control-group.warning
input[type="password"], .control-group.warning
input[type="datetime"], .control-group.warning
input[type="datetime-local"], .control-group.warning
input[type="date"], .control-group.warning
input[type="month"], .control-group.warning
input[type="time"], .control-group.warning
input[type="week"], .control-group.warning
input[type="number"], .control-group.warning
input[type="email"], .control-group.warning
input[type="url"], .control-group.warning
input[type="search"], .control-group.warning
input[type="tel"], .control-group.warning
input[type="color"], .control-group.warning
.uneditable-input {
  border-color: #f1c40f;
  color: #f1c40f;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 5, ../../sass/flat-ui/modules/_input.scss */
.control-group.warning textarea:focus, .control-group.warning
input[type="text"]:focus, .control-group.warning
input[type="password"]:focus, .control-group.warning
input[type="datetime"]:focus, .control-group.warning
input[type="datetime-local"]:focus, .control-group.warning
input[type="date"]:focus, .control-group.warning
input[type="month"]:focus, .control-group.warning
input[type="time"]:focus, .control-group.warning
input[type="week"]:focus, .control-group.warning
input[type="number"]:focus, .control-group.warning
input[type="email"]:focus, .control-group.warning
input[type="url"]:focus, .control-group.warning
input[type="search"]:focus, .control-group.warning
input[type="tel"]:focus, .control-group.warning
input[type="color"]:focus, .control-group.warning
.uneditable-input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 49, ../../sass/flat-ui/modules/_input.scss */
.control-group.info textarea, .control-group.info
input[type="text"], .control-group.info
input[type="password"], .control-group.info
input[type="datetime"], .control-group.info
input[type="datetime-local"], .control-group.info
input[type="date"], .control-group.info
input[type="month"], .control-group.info
input[type="time"], .control-group.info
input[type="week"], .control-group.info
input[type="number"], .control-group.info
input[type="email"], .control-group.info
input[type="url"], .control-group.info
input[type="search"], .control-group.info
input[type="tel"], .control-group.info
input[type="color"], .control-group.info
.uneditable-input {
  border-color: #3498db;
  color: #3498db;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 5, ../../sass/flat-ui/modules/_input.scss */
.control-group.info textarea:focus, .control-group.info
input[type="text"]:focus, .control-group.info
input[type="password"]:focus, .control-group.info
input[type="datetime"]:focus, .control-group.info
input[type="datetime-local"]:focus, .control-group.info
input[type="date"]:focus, .control-group.info
input[type="month"]:focus, .control-group.info
input[type="time"]:focus, .control-group.info
input[type="week"]:focus, .control-group.info
input[type="number"]:focus, .control-group.info
input[type="email"]:focus, .control-group.info
input[type="url"]:focus, .control-group.info
input[type="search"]:focus, .control-group.info
input[type="tel"]:focus, .control-group.info
input[type="color"]:focus, .control-group.info
.uneditable-input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 55, ../../sass/flat-ui/modules/_input.scss */
input[disabled],
input[readonly],
textarea[disabled],
textarea[readonly] {
  background-color: transparent;
  /*border-color: transparent;
  color: #cad2d3;
  cursor: default;*/
}

/* line 66, ../../sass/flat-ui/modules/_input.scss */
input,
textarea,
.uneditable-input {
  /*width: 192px;*/
}

/* line 2, ../../sass/flat-ui/modules/_checkbox-and-radio.scss */
.checkbox,
.radio {
  margin-bottom: 12px;
  padding-left: 32px;
  position: relative;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
}
/* line 8, ../../sass/flat-ui/modules/_checkbox-and-radio.scss */
.checkbox:hover,
.radio:hover {
  color: #1abc9c;
}
/* line 11, ../../sass/flat-ui/modules/_checkbox-and-radio.scss */
.checkbox input,
.radio input {
  outline: none !important;
  opacity: 0;
  filter: alpha(opacity=0);
  zoom: 1;
}
/* line 16, ../../sass/flat-ui/modules/_checkbox-and-radio.scss */
.checkbox.checked .icon,
.radio.checked .icon {
  background-position: -60px -30px;
  opacity: 1;
  display: block\9;
}
/* line 21, ../../sass/flat-ui/modules/_checkbox-and-radio.scss */
.checkbox.checked .icon-to-fade,
.radio.checked .icon-to-fade {
  opacity: 0;
  display: none\9;
}
/* line 27, ../../sass/flat-ui/modules/_checkbox-and-radio.scss */
.checkbox.disabled,
.radio.disabled {
  color: #d7dddd;
  cursor: default;
}
/* line 30, ../../sass/flat-ui/modules/_checkbox-and-radio.scss */
.checkbox.disabled .icon,
.radio.disabled .icon {
  opacity: 0;
  display: none\9;
}
/* line 34, ../../sass/flat-ui/modules/_checkbox-and-radio.scss */
.checkbox.disabled .icon-to-fade,
.radio.disabled .icon-to-fade {
  background-position: -30px -60px;
  opacity: 1;
  display: block\9;
}
/* line 40, ../../sass/flat-ui/modules/_checkbox-and-radio.scss */
.checkbox.disabled.checked .icon,
.radio.disabled.checked .icon {
  background-position: 0 -90px;
  opacity: 1;
  display: block\9;
}
/* line 45, ../../sass/flat-ui/modules/_checkbox-and-radio.scss */
.checkbox.disabled.checked .icon-to-fade,
.radio.disabled.checked .icon-to-fade {
  opacity: 0;
  display: none\9;
}
/* line 52, ../../sass/flat-ui/modules/_checkbox-and-radio.scss */
.checkbox .icon,
.checkbox .icon-to-fade,
.radio .icon,
.radio .icon-to-fade {
  background: url("../images/checkbox.png") -90px 0 no-repeat;
  display: block;
  height: 20px;
  left: 0;
  opacity: 1;
  position: absolute;
  top: -1px;
  width: 20px;
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  -webkit-backface-visibility: hidden;
}
/* line 64, ../../sass/flat-ui/modules/_checkbox-and-radio.scss */
.checkbox .icon,
.radio .icon {
  opacity: 0;
  top: 0;
  z-index: 2;
  display: none\9;
}

/* line 74, ../../sass/flat-ui/modules/_checkbox-and-radio.scss */
.radio .icon,
.radio .icon-to-fade {
  background-image: url("../images/radio.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 2) {
  /* line 83, ../../sass/flat-ui/modules/_checkbox-and-radio.scss */
  .checkbox .icon {
    background-image: url("../images/checkbox-2x.png");
    background-size: 110px 110px;
  }

  /* line 89, ../../sass/flat-ui/modules/_checkbox-and-radio.scss */
  .radio .icon {
    background-image: url("../images/radio-2x.png");
    background-size: 110px 110px;
  }
}
/* line 2, ../../sass/flat-ui/modules/_toggle.scss */
.toggle {
  background-color: #34495e;
  border-radius: 60px;
  color: white;
  height: 29px;
  margin: 0 12px 12px 0;
  overflow: hidden;
  *zoom: 1;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
}
/* line 88, ../../sass/flat-ui/_mixins.scss */
.toggle:before, .toggle:after {
  display: table;
  content: "";
}
/* line 93, ../../sass/flat-ui/_mixins.scss */
.toggle:after {
  clear: both;
}
/* line 13, ../../sass/flat-ui/modules/_toggle.scss */
.toggle.toggle-off {
  background-color: #cbd2d8;
}
/* line 15, ../../sass/flat-ui/modules/_toggle.scss */
.toggle.toggle-off .toggle-radio {
  background-image: url("../images/toggle/icon-off.png");
  background-position: 0 0;
  color: white;
  left: 0;
  margin-left: 0.5px;
  margin-right: -13px;
  z-index: 1;
}
/* line 23, ../../sass/flat-ui/modules/_toggle.scss */
.toggle.toggle-off .toggle-radio:first-child {
  left: -120%;
}
/* line 28, ../../sass/flat-ui/modules/_toggle.scss */
.toggle .toggle-radio {
  background: url("../images/toggle/icon-on.png") right top no-repeat;
  color: #1abc9c;
  display: block;
  font-weight: 700;
  height: 21px;
  left: 120%;
  margin-left: -13px;
  padding: 5px 32px 3px;
  position: relative;
  text-align: center;
  z-index: 2;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
}
/* line 41, ../../sass/flat-ui/modules/_toggle.scss */
.toggle .toggle-radio:first-child {
  margin-bottom: -29px;
  left: 0;
}
/* line 46, ../../sass/flat-ui/modules/_toggle.scss */
.toggle input {
  display: none;
  position: absolute;
  outline: none !important;
  display: block\9;
  opacity: 0.01;
  filter: alpha(opacity=1);
  zoom: 1;
}
/* line 55, ../../sass/flat-ui/modules/_toggle.scss */
.toggle.toggle-icon {
  border-radius: 6px 7px 7px 6px;
}
/* line 57, ../../sass/flat-ui/modules/_toggle.scss */
.toggle.toggle-icon.toggle-off {
  border-radius: 7px 6px 6px 7px;
}
/* line 59, ../../sass/flat-ui/modules/_toggle.scss */
.toggle.toggle-icon.toggle-off .toggle-radio {
  background-image: url("../images/toggle/block-off.png");
  background-position: 0 0;
}
/* line 64, ../../sass/flat-ui/modules/_toggle.scss */
.toggle.toggle-icon .toggle-radio {
  background-image: url("../images/toggle/block-on.png");
  background-position: 62px 0;
  border-radius: 6px;
  min-width: 27px;
  text-align: right;
}
/* line 70, ../../sass/flat-ui/modules/_toggle.scss */
.toggle.toggle-icon .toggle-radio:first-child {
  text-align: left;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 2) {
  /* line 81, ../../sass/flat-ui/modules/_toggle.scss */
  .toggle.toggle-off .toggle-radio {
    background-image: url("../images/toggle/icon-off-2x.png");
    background-size: 30px 29px;
  }
  /* line 86, ../../sass/flat-ui/modules/_toggle.scss */
  .toggle .toggle-radio {
    background-image: url("../images/toggle/icon-on-2x.png");
    background-size: 30px 29px;
  }
}
/* line 1, ../../sass/flat-ui/modules/_tagsinput.scss */
.tagsinput {
  background: white;
  border: 2px solid #1abc9c;
  border-radius: 6px;
  height: 100px;
  padding: 6px 1px 1px 6px;
  overflow-y: auto;
  text-align: left;
}
/* line 9, ../../sass/flat-ui/modules/_tagsinput.scss */
.tagsinput .tag {
  border-radius: 4px;
  background: #1abc9c;
  color: white;
  cursor: pointer;
  margin-right: 5px;
  margin-bottom: 5px;
  overflow: hidden;
  padding: 6px 13px 6px 19px;
  position: relative;
  vertical-align: middle;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-transition: 0.14s linear;
  -moz-transition: 0.14s linear;
  -o-transition: 0.14s linear;
  transition: 0.14s linear;
  -webkit-backface-visibility: hidden;
}
/* line 22, ../../sass/flat-ui/modules/_tagsinput.scss */
.tagsinput .tag:hover {
  background-color: #16a085;
  padding-left: 12px;
  padding-right: 20px;
}
/* line 26, ../../sass/flat-ui/modules/_tagsinput.scss */
.tagsinput .tag:hover .tagsinput-remove-link {
  color: white;
  opacity: 1;
  display: block\9;
}
/* line 34, ../../sass/flat-ui/modules/_tagsinput.scss */
.tagsinput input {
  background: transparent;
  border: none;
  color: #34495e;
  font-family: "Titillium Web", Arial, Helvetica, sans-serif;
  font-size: 16px;
  margin: 0px;
  padding: 0 0 0 5px;
  outline: 0;
  margin-right: 5px;
  margin-bottom: 5px;
  width: 12px;
}

/* line 49, ../../sass/flat-ui/modules/_tagsinput.scss */
.tagsinput-remove-link {
  bottom: 0;
  color: white;
  cursor: pointer;
  font-size: 12px;
  opacity: 0;
  padding: 9px 7px 3px 0;
  position: absolute;
  right: 0;
  text-align: right;
  text-decoration: none;
  top: 0;
  width: 100%;
  z-index: 2;
  display: none\9;
}
/* line 65, ../../sass/flat-ui/modules/_tagsinput.scss */
.tagsinput-remove-link:before {
  color: white;
}

/* line 70, ../../sass/flat-ui/modules/_tagsinput.scss */
.tagsinput-add-container {
  vertical-align: middle;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 75, ../../sass/flat-ui/modules/_tagsinput.scss */
.tagsinput-add {
  background-color: #bbc3cb;
  border-radius: 3px;
  color: white;
  cursor: pointer;
  margin-bottom: 5px;
  padding: 6px 9px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
}
/* line 84, ../../sass/flat-ui/modules/_tagsinput.scss */
.tagsinput-add:hover {
  background-color: #1abc9c;
}

/* line 89, ../../sass/flat-ui/modules/_tagsinput.scss */
.tags_clear {
  clear: both;
  width: 100%;
  height: 0px;
}

/* line 95, ../../sass/flat-ui/modules/_tagsinput.scss */
.not_valid {
  background: #fbd8db !important;
  color: #90111a !important;
}

/* line 2, ../../sass/flat-ui/modules/_progress.scss */
.progress, .ui-slider {
  background: #e8edf2;
  border-radius: 32px;
  height: 12px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
/* line 8, ../../sass/flat-ui/modules/_progress.scss */
.progress .bar, .ui-slider .bar {
  background: #1abc9c;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
/* line 13, ../../sass/flat-ui/modules/_progress.scss */
.progress .bar-success, .ui-slider .bar-success {
  background-color: #2ecc71;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
/* line 17, ../../sass/flat-ui/modules/_progress.scss */
.progress .bar-warning, .ui-slider .bar-warning {
  background-color: #f1c40f;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
/* line 21, ../../sass/flat-ui/modules/_progress.scss */
.progress .bar-danger, .ui-slider .bar-danger {
  background-color: #e74c3c;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
/* line 25, ../../sass/flat-ui/modules/_progress.scss */
.progress .bar-info, .ui-slider .bar-info {
  background-color: #3498db;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/* line 2, ../../sass/flat-ui/modules/_ui-slider.scss */
.ui-slider {
  margin-bottom: 20px;
  position: relative;
}

/* line 8, ../../sass/flat-ui/modules/_ui-slider.scss */
.ui-slider-handle {
  background-color: #16a085;
  border-radius: 50%;
  cursor: pointer;
  height: 18px;
  margin-left: -9px;
  position: absolute;
  top: -3px;
  width: 18px;
  z-index: 2;
  -webkit-transition: background 0.25s;
  -moz-transition: background 0.25s;
  -o-transition: background 0.25s;
  transition: background 0.25s;
  -webkit-backface-visibility: hidden;
}
/* line 19, ../../sass/flat-ui/modules/_ui-slider.scss */
.ui-slider-handle[style*='100'] {
  margin-left: -15px;
}
/* line 22, ../../sass/flat-ui/modules/_ui-slider.scss */
.ui-slider-handle:hover, .ui-slider-handle:focus {
  background-color: #2fe2bf;
  outline: none;
}
/* line 27, ../../sass/flat-ui/modules/_ui-slider.scss */
.ui-slider-handle:active {
  background-color: #16a085;
}

/* line 32, ../../sass/flat-ui/modules/_ui-slider.scss */
.ui-slider-range {
  background-color: #1abc9c;
  border-radius: 30px 0 0 30px;
  display: block;
  height: 100%;
  position: absolute;
  z-index: 1;
}

/* line 41, ../../sass/flat-ui/modules/_ui-slider.scss */
.ui-slider-segment {
  background-color: #d6dbe0;
  border-radius: 50%;
  float: left;
  height: 6px;
  margin: 3px -6px 0 25%;
  width: 6px;
}

/* line 4, ../../sass/flat-ui/modules/_pager.scss */
.pager {
  background-color: #34495e;
  border-radius: 6px;
  color: white;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
/* line 13, ../../sass/flat-ui/modules/_pager.scss */
.pager li:first-child > a, .pager li:first-child > span {
  border-left: none;
  padding-left: 20px;
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
}
/* line 17, ../../sass/flat-ui/modules/_pager.scss */
.pager li:first-child > a img, .pager li:first-child > span img {
  margin-left: 0;
  margin-right: 13px;
  margin-left: 0 \9;
  margin-right: 9px \9;
}
/* line 25, ../../sass/flat-ui/modules/_pager.scss */
.pager li.pager-center {
  padding: 9px 18px 10px;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
/* line 32, ../../sass/flat-ui/modules/_pager.scss */
.pager li.previous img, .pager li.next img {
  height: 14px;
  margin: -1px 0 0 13px;
  margin-left: 9px \9;
  vertical-align: middle;
}
/* line 40, ../../sass/flat-ui/modules/_pager.scss */
.pager li > a, .pager li > span {
  background: none;
  border: none;
  border-left: 2px solid #2c3e50;
  color: white;
  padding: 9px 18px 10px;
  padding-left: 7px;
  text-decoration: none;
  white-space: nowrap;
  -webkit-border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  border-radius: 0 6px 6px 0;
}
/* line 50, ../../sass/flat-ui/modules/_pager.scss */
.pager li > a:hover, .pager li > a:focus, .pager li > span:hover, .pager li > span:focus {
  background-color: #4e6d8d;
}
/* line 53, ../../sass/flat-ui/modules/_pager.scss */
.pager li > a:active, .pager li > span:active {
  background-color: #2c3e50;
}

/* line 5, ../../sass/flat-ui/modules/_pagination.scss */
.pagination ul {
  background: #d7dce0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 10, ../../sass/flat-ui/modules/_pagination.scss */
.pagination ul > li:first-child {
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
}
/* line 13, ../../sass/flat-ui/modules/_pagination.scss */
.pagination ul > li:last-child {
  -webkit-border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  border-radius: 0 6px 6px 0;
}
/* line 18, ../../sass/flat-ui/modules/_pagination.scss */
.pagination ul > li.previous > a, .pagination ul > li.previous > span, .pagination ul > li.next > a, .pagination ul > li.next > span {
  background: transparent;
  border: none;
  border-right: 2px solid white !important;
  margin: 0 9px 0 0;
  padding: 11px 17px 12px 17px;
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
/* line 29, ../../sass/flat-ui/modules/_pagination.scss */
.pagination ul > li.next > a, .pagination ul > li.next > span {
  border-left: 2px solid white !important;
  margin-left: 9px;
  margin-right: 0;
  -webkit-border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  border-radius: 0 6px 6px 0;
}
/* line 37, ../../sass/flat-ui/modules/_pagination.scss */
.pagination ul > li.active > a, .pagination ul > li.active > span {
  background-color: white;
  border-color: white;
  border-width: 2px;
  color: #d7dce0;
  margin: 10px 5px 9px;
}
/* line 43, ../../sass/flat-ui/modules/_pagination.scss */
.pagination ul > li.active > a:hover, .pagination ul > li.active > a:focus, .pagination ul > li.active > span:hover, .pagination ul > li.active > span:focus {
  background-color: white;
  border-color: white;
  color: #d7dce0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 51, ../../sass/flat-ui/modules/_pagination.scss */
.pagination ul > li > a, .pagination ul > li > span {
  background: white;
  border: 5px solid #d7dce0;
  border-radius: 50px;
  color: white;
  line-height: 16px;
  margin: 7px 2px 6px;
  padding: 0 4px;
  -webkit-transition: "background 0.2s ease-out", "border-color 0s ease-out", "color 0.2s ease-out";
  -moz-transition: "background 0.2s ease-out", "border-color 0s ease-out", "color 0.2s ease-out";
  -o-transition: "background 0.2s ease-out", "border-color 0s ease-out", "color 0.2s ease-out";
  transition: "background 0.2s ease-out", "border-color 0s ease-out", "color 0.2s ease-out";
  -webkit-backface-visibility: hidden;
}
/* line 60, ../../sass/flat-ui/modules/_pagination.scss */
.pagination ul > li > a:hover, .pagination ul > li > a :focus, .pagination ul > li > span:hover, .pagination ul > li > span :focus {
  background-color: #1abc9c;
  border-color: #1abc9c;
  color: white;
  -webkit-transition: "background 0.2s ease-out", "border-color 0.2s ease-out", "color 0.2s ease-out";
  -moz-transition: "background 0.2s ease-out", "border-color 0.2s ease-out", "color 0.2s ease-out";
  -o-transition: "background 0.2s ease-out", "border-color 0.2s ease-out", "color 0.2s ease-out";
  transition: "background 0.2s ease-out", "border-color 0.2s ease-out", "color 0.2s ease-out";
  -webkit-backface-visibility: hidden;
}
/* line 66, ../../sass/flat-ui/modules/_pagination.scss */
.pagination ul > li > a:active, .pagination ul > li > span:active {
  background-color: #16a085;
  border-color: #16a085;
}
/* line 72, ../../sass/flat-ui/modules/_pagination.scss */
.pagination ul img {
  height: 14px;
  margin-top: -1px;
  vertical-align: middle;
  width: 13px;
}

/* line 5, ../../sass/flat-ui/modules/_share.scss */
.share {
  background-color: #ecf0f5;
  border-radius: 6px;
  position: relative;
}
/* line 99, ../../sass/flat-ui/_mixins.scss */
.share:before {
  content: "";
  border-style: solid;
  border-width: 0 9px 9px 9px;
  border-color: transparent transparent #ecf0f5 transparent;
  height: 0px;
  position: absolute;
  left: 23px;
  top: -9px;
  width: 0px;
  -webkit-transform: rotate(360deg);
}
/* line 10, ../../sass/flat-ui/modules/_share.scss */
.share ul {
  list-style-type: none;
  margin: 0;
  padding: 15px;
}
/* line 15, ../../sass/flat-ui/modules/_share.scss */
.share li {
  padding-top: 11px;
  *zoom: 1;
}
/* line 88, ../../sass/flat-ui/_mixins.scss */
.share li:before, .share li:after {
  display: table;
  content: "";
}
/* line 93, ../../sass/flat-ui/_mixins.scss */
.share li:after {
  clear: both;
}
/* line 18, ../../sass/flat-ui/modules/_share.scss */
.share li:first-child {
  padding-top: 0;
}
/* line 22, ../../sass/flat-ui/modules/_share.scss */
.share .toggle {
  float: right;
  margin: 0;
}
/* line 26, ../../sass/flat-ui/modules/_share.scss */
.share .btn {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}

/* line 31, ../../sass/flat-ui/modules/_share.scss */
.share-label {
  float: left;
  font-size: 15px;
  padding-top: 5px;
  width: 50%;
}

/* line 2, ../../sass/flat-ui/modules/_tooltip.scss */
.tooltip {
  font-size: 13px;
}
/* line 4, ../../sass/flat-ui/modules/_tooltip.scss */
.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
  zoom: 1;
}
/* line 7, ../../sass/flat-ui/modules/_tooltip.scss */
.tooltip.top {
  padding-bottom: 9px;
}
/* line 9, ../../sass/flat-ui/modules/_tooltip.scss */
.tooltip.top .tooltip-arrow {
  border-top-color: #34495e;
  border-width: 9px 9px 0;
  bottom: 0;
  margin-left: -9px;
}
/* line 17, ../../sass/flat-ui/modules/_tooltip.scss */
.tooltip.right .tooltip-arrow {
  border-right-color: #34495e;
  border-width: 9px 9px 9px 0;
  margin-top: -9px;
  left: -3px;
}
/* line 24, ../../sass/flat-ui/modules/_tooltip.scss */
.tooltip.bottom {
  padding-top: 8px;
}
/* line 26, ../../sass/flat-ui/modules/_tooltip.scss */
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #34495e;
  border-width: 0 9px 9px;
  margin-left: -9px;
  top: -1px;
}
/* line 34, ../../sass/flat-ui/modules/_tooltip.scss */
.tooltip.left .tooltip-arrow {
  border-right-color: #34495e;
  border-width: 9px 9px 9px 0;
  margin-top: -3px;
  top: -3px;
}

/* line 43, ../../sass/flat-ui/modules/_tooltip.scss */
.tooltip-inner {
  background-color: #34495e;
  line-height: 18px;
  padding: 12px 12px;
  text-align: center;
  width: 183px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 11, ../../sass/flat-ui/modules/_palette.scss */
.palette {
  color: white;
  margin: 0;
  padding: 15px;
  text-transform: uppercase;
}
/* line 16, ../../sass/flat-ui/modules/_palette.scss */
.palette dt {
  display: block;
  font-weight: 500;
  opacity: 0.8;
}
/* line 21, ../../sass/flat-ui/modules/_palette.scss */
.palette dd {
  font-weight: 200;
  margin-left: 0;
  opacity: 0.8;
}

/* line 3, ../../sass/flat-ui/modules/_palette.scss */
.palette-firm {
  background-color: #1abc9c;
}

/* line 6, ../../sass/flat-ui/modules/_palette.scss */
.palette-firm-dark {
  background-color: #16a085;
}

/* line 3, ../../sass/flat-ui/modules/_palette.scss */
.palette-success {
  background-color: #2ecc71;
}

/* line 6, ../../sass/flat-ui/modules/_palette.scss */
.palette-success-dark {
  background-color: #27ad60;
}

/* line 3, ../../sass/flat-ui/modules/_palette.scss */
.palette-info {
  background-color: #3498db;
}

/* line 6, ../../sass/flat-ui/modules/_palette.scss */
.palette-info-dark {
  background-color: #2383c4;
}

/* line 3, ../../sass/flat-ui/modules/_palette.scss */
.palette-warning {
  background-color: #f1c40f;
}

/* line 6, ../../sass/flat-ui/modules/_palette.scss */
.palette-warning-dark {
  background-color: #cea70c;
}

/* line 3, ../../sass/flat-ui/modules/_palette.scss */
.palette-danger {
  background-color: #e74c3c;
}

/* line 6, ../../sass/flat-ui/modules/_palette.scss */
.palette-danger-dark {
  background-color: #dc2d1b;
}

/* line 3, ../../sass/flat-ui/modules/_palette.scss */
.palette-night {
  background-color: #34495e;
}

/* line 6, ../../sass/flat-ui/modules/_palette.scss */
.palette-night-dark {
  background-color: #2c3e50;
}

/* line 3, ../../sass/flat-ui/modules/_palette.scss */
.palette-bright {
  background-color: #f1c40f;
}

/* line 6, ../../sass/flat-ui/modules/_palette.scss */
.palette-bright-dark {
  background-color: #cea70c;
}

/* line 43, ../../sass/flat-ui/modules/_palette.scss */
.palette-success-dark {
  background-color: #27ae60;
}

/* line 47, ../../sass/flat-ui/modules/_palette.scss */
.palette-info-dark {
  background-color: #2980b9;
}

/* line 51, ../../sass/flat-ui/modules/_palette.scss */
.palette-bright-dark {
  background-color: #f39c12;
}

/* line 55, ../../sass/flat-ui/modules/_palette.scss */
.palette-amethyst {
  background-color: #9b59b6;
}

/* line 59, ../../sass/flat-ui/modules/_palette.scss */
.palette-wisteria {
  background-color: #8e44ad;
}

/* line 63, ../../sass/flat-ui/modules/_palette.scss */
.palette-carrot {
  background-color: #e67e22;
}

/* line 67, ../../sass/flat-ui/modules/_palette.scss */
.palette-pumpkin {
  background-color: #d35400;
}

/* line 71, ../../sass/flat-ui/modules/_palette.scss */
.palette-alizarin {
  background-color: #e74c3c;
}

/* line 75, ../../sass/flat-ui/modules/_palette.scss */
.palette-pomegranate {
  background-color: #c0392b;
}

/* line 79, ../../sass/flat-ui/modules/_palette.scss */
.palette-clouds {
  background-color: #ecf0f1;
  color: #bdc3c7;
}

/* line 84, ../../sass/flat-ui/modules/_palette.scss */
.palette-silver {
  background-color: #bdc3c7;
}

/* line 88, ../../sass/flat-ui/modules/_palette.scss */
.palette-concrete {
  background-color: #95a5a6;
}

/* line 92, ../../sass/flat-ui/modules/_palette.scss */
.palette-asbestos {
  background-color: #7f8c8d;
}

/* line 97, ../../sass/flat-ui/modules/_palette.scss */
.palette-paragraph {
  color: #7f8c8d;
  font-size: 12px;
  line-height: 17px;
}
/* line 101, ../../sass/flat-ui/modules/_palette.scss */
.palette-paragraph span {
  color: #bdc3c7;
}

/* line 107, ../../sass/flat-ui/modules/_palette.scss */
.palette-headline {
  color: #7f8c8d;
  font-weight: 700;
  margin-top: -5px;
}

/* line 2, ../../sass/flat-ui/modules/_tile.scss */
.tile {
  background-color: #ecf0f5;
  border-radius: 6px;
  padding: 14px;
  position: relative;
  text-align: center;
}
/* line 9, ../../sass/flat-ui/modules/_tile.scss */
.tile.tile-hot:before {
  background: url("../images/tile/ribbon.png") 0 0 no-repeat;
  background-size: 82px 82px;
  content: "";
  height: 82px;
  position: absolute;
  right: -4px;
  top: -4px;
  width: 82px;
}
/* line 20, ../../sass/flat-ui/modules/_tile.scss */
.tile p {
  font-size: 15px;
  margin-bottom: 33px;
}

/* line 26, ../../sass/flat-ui/modules/_tile.scss */
.tile-image {
  height: 100px;
  margin: 31px 0 27px;
  vertical-align: bottom;
}
/* line 30, ../../sass/flat-ui/modules/_tile.scss */
.tile-image.big-illustration {
  height: 111px;
  margin-top: 20px;
  width: 112px;
}

/* line 37, ../../sass/flat-ui/modules/_tile.scss */
.tile-title {
  font-size: 20px;
  margin: 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 2) {
  /* line 45, ../../sass/flat-ui/modules/_tile.scss */
  .tile.tile-hot:before {
    background-image: url("../images/tile/ribbon-2x.png");
  }
}
/* line 2, ../../sass/flat-ui/modules/_todo.scss */
.todo {
  background-color: #2c3e50;
  border-radius: 8px 8px 6px 6px;
  color: #6285a8;
  margin-bottom: 20px;
}
/* line 7, ../../sass/flat-ui/modules/_todo.scss */
.todo ul {
  margin: 0;
  list-style-type: none;
}
/* line 11, ../../sass/flat-ui/modules/_todo.scss */
.todo li {
  background: #34495e url("../images/todo/todo.png") 92% center no-repeat;
  background-size: 20px 20px;
  cursor: pointer;
  margin-top: 2px;
  padding: 18px 42px 17px 25px;
  position: relative;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
}
/* line 19, ../../sass/flat-ui/modules/_todo.scss */
.todo li:first-child {
  margin-top: 0;
}
/* line 22, ../../sass/flat-ui/modules/_todo.scss */
.todo li:last-child {
  border-radius: 0 0 6px 6px;
  padding-bottom: 18px;
}
/* line 26, ../../sass/flat-ui/modules/_todo.scss */
.todo li.todo-done {
  background: transparent url("../images/todo/done.png") 92% center no-repeat;
  background-size: 20px 20px;
  color: #1abc9c;
}
/* line 30, ../../sass/flat-ui/modules/_todo.scss */
.todo li.todo-done .todo-name {
  color: #1abc9c;
}

/* line 37, ../../sass/flat-ui/modules/_todo.scss */
.todo-search {
  background: #1abc9c url("../images/todo/search.png") 92% center no-repeat;
  background-size: 16px 16px;
  border-radius: 6px 6px 0 0;
  color: #34495e;
  padding: 19px 25px 20px;
}

/* line 45, ../../sass/flat-ui/modules/_todo.scss */
input.todo-search-field {
  background: none;
  border: none;
  color: #34495e;
  font-size: 19px;
  font-weight: 700;
  margin: 0;
  line-height: 23px;
  padding: 5px 0;
  text-indent: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 41, ../../sass/flat-ui/_mixins.scss */
input.todo-search-field:-moz-placeholder {
  color: #34495e;
}
/* line 44, ../../sass/flat-ui/_mixins.scss */
input.todo-search-field::-webkit-input-placeholder {
  color: #34495e;
}
/* line 47, ../../sass/flat-ui/_mixins.scss */
input.todo-search-field.placeholder {
  color: #34495e;
}

/* line 59, ../../sass/flat-ui/modules/_todo.scss */
.todo-icon {
  float: left;
  font-size: 24px;
  padding: 11px 22px 0 0;
}

/* line 65, ../../sass/flat-ui/modules/_todo.scss */
.todo-content {
  padding-top: 1px;
  overflow: hidden;
}

/* line 70, ../../sass/flat-ui/modules/_todo.scss */
.todo-name {
  color: white;
  font-size: 17px;
  margin: 1px 0 3px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 2) {
  /* line 79, ../../sass/flat-ui/modules/_todo.scss */
  .todo li {
    background-image: "../images/todo/todo-2x.png";
  }
  /* line 81, ../../sass/flat-ui/modules/_todo.scss */
  .todo li.todo-done {
    background-image: "../images/todo/done-2x.png";
  }

  /* line 86, ../../sass/flat-ui/modules/_todo.scss */
  .todo-search {
    background-image: "../images/todo/search-2x.png";
  }
}
/* line 2, ../../sass/flat-ui/modules/_footer.scss */
footer {
  background-color: #eceff1;
  color: #bdc1c5;
  font-size: 15px;
  padding: 0;
}
/* line 7, ../../sass/flat-ui/modules/_footer.scss */
footer a {
  color: #a1a4a7;
  font-weight: 700;
}
/* line 11, ../../sass/flat-ui/modules/_footer.scss */
footer p {
  font-size: 15px;
  line-height: 20px;
}

/* line 17, ../../sass/flat-ui/modules/_footer.scss */
.footer-title {
  margin: 0 0 22px;
  padding-top: 21px;
}

/* line 22, ../../sass/flat-ui/modules/_footer.scss */
.footer-brand {
  display: block;
  margin-bottom: 26px;
  width: 220px;
}
/* line 26, ../../sass/flat-ui/modules/_footer.scss */
.footer-brand img {
  width: 216px;
}

/* line 32, ../../sass/flat-ui/modules/_footer.scss */
.footer-banner {
  background-color: #1abc9c;
  color: #cff3ec;
  margin-left: 42px;
  min-height: 286px;
  padding: 0 30px 30px;
}
/* line 38, ../../sass/flat-ui/modules/_footer.scss */
.footer-banner .footer-title {
  color: white;
}
/* line 41, ../../sass/flat-ui/modules/_footer.scss */
.footer-banner a {
  color: #cff3ec;
  text-decoration: underline;
}
/* line 44, ../../sass/flat-ui/modules/_footer.scss */
.footer-banner a:hover {
  text-decoration: none;
}
/* line 48, ../../sass/flat-ui/modules/_footer.scss */
.footer-banner ul {
  list-style-type: none;
  margin: 0 0 26px;
}
/* line 51, ../../sass/flat-ui/modules/_footer.scss */
.footer-banner ul li {
  border-top: 1px solid #1bc6a5;
  line-height: 19px;
  padding: 6px 0;
}
/* line 55, ../../sass/flat-ui/modules/_footer.scss */
.footer-banner ul li:first-child {
  border-top: none;
  padding-top: 1px;
}

/* line 4, ../../sass/flat-ui/modules/_login.scss */
.login {
  background: url("../images/login/imac.png") 0 0 no-repeat;
  background-size: 940px 778px;
  color: white;
  margin-bottom: 77px;
  padding: 38px 38px 267px;
  position: relative;
}

/* line 13, ../../sass/flat-ui/modules/_login.scss */
.login-screen {
  background-color: #1abc9c;
  min-height: 317px;
  padding: 123px 199px 33px 306px;
}

/* line 19, ../../sass/flat-ui/modules/_login.scss */
.login-icon {
  left: 200px;
  position: absolute;
  top: 160px;
  width: 96px;
}
/* line 24, ../../sass/flat-ui/modules/_login.scss */
.login-icon > img {
  display: block;
  margin-bottom: 6px;
  width: 100%;
}
/* line 29, ../../sass/flat-ui/modules/_login.scss */
.login-icon > h4 {
  font-size: 17px;
  font-weight: 200;
  line-height: 34px;
  opacity: 0.95;
}
/* line 34, ../../sass/flat-ui/modules/_login.scss */
.login-icon > h4 small {
  color: inherit;
  display: block;
  font-size: inherit;
  font-weight: 700;
}

/* line 44, ../../sass/flat-ui/modules/_login.scss */
.login-form {
  background-color: #eceff1;
  border-radius: 6px;
  padding: 24px 23px 20px;
  position: relative;
}
/* line 50, ../../sass/flat-ui/modules/_login.scss */
.login-form:before {
  content: "";
  border-style: solid;
  border-width: 12px 12px 12px 0;
  border-color: transparent #eceff1 transparent transparent;
  height: 0px;
  position: absolute;
  left: -12px;
  top: 35px;
  width: 0;
  -webkit-transform: rotate(360deg);
}
/* line 63, ../../sass/flat-ui/modules/_login.scss */
.login-form .control-group {
  margin-bottom: 6px;
  position: relative;
}
/* line 67, ../../sass/flat-ui/modules/_login.scss */
.login-form .login-field {
  border-color: transparent;
  font-size: 17px;
  padding-bottom: 11px;
  padding-top: 11px;
  text-indent: 3px;
  width: 299px;
}
/* line 75, ../../sass/flat-ui/modules/_login.scss */
.login-form .login-field:focus + .login-field-icon {
  color: #1abc9c;
}
/* line 80, ../../sass/flat-ui/modules/_login.scss */
.login-form .login-field-icon {
  color: #bfc9ca;
  font-size: 16px;
  position: absolute;
  right: 13px;
  top: 14px;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
}

/* line 90, ../../sass/flat-ui/modules/_login.scss */
.login-link {
  color: #bfc9ca;
  display: block;
  font-size: 13px;
  margin-top: 15px;
  text-align: center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 2) {
  /* line 100, ../../sass/flat-ui/modules/_login.scss */
  .login {
    background-image: url("../images/login/imac-2x.png");
  }
}
/* line 10, ../../sass/flat-ui/_spaces.scss */
.ptn, .pvn, .pan {
  padding-top: 0;
}

/* line 14, ../../sass/flat-ui/_spaces.scss */
.ptx, .pvx, .pax {
  padding-top: 3px;
}

/* line 18, ../../sass/flat-ui/_spaces.scss */
.pts, .pvs, .pas {
  padding-top: 5px;
}

/* line 22, ../../sass/flat-ui/_spaces.scss */
.ptm, .pvm, .pam {
  padding-top: 10px;
}

/* line 26, ../../sass/flat-ui/_spaces.scss */
.ptl, .pvl, .pal {
  padding-top: 20px;
}

/* line 30, ../../sass/flat-ui/_spaces.scss */
.prn, .phn, .pan {
  padding-right: 0;
}

/* line 34, ../../sass/flat-ui/_spaces.scss */
.prx, .phx, .pax {
  padding-right: 3px;
}

/* line 38, ../../sass/flat-ui/_spaces.scss */
.prs, .phs, .pas {
  padding-right: 5px;
}

/* line 42, ../../sass/flat-ui/_spaces.scss */
.prm, .phm, .pam {
  padding-right: 10px;
}

/* line 46, ../../sass/flat-ui/_spaces.scss */
.prl, .phl, .pal {
  padding-right: 20px;
}

/* line 50, ../../sass/flat-ui/_spaces.scss */
.pbn, .pvn, .pan {
  padding-bottom: 0;
}

/* line 54, ../../sass/flat-ui/_spaces.scss */
.pbx, .pvx, .pax {
  padding-bottom: 3px;
}

/* line 58, ../../sass/flat-ui/_spaces.scss */
.pbs, .pvs, .pas {
  padding-bottom: 5px;
}

/* line 62, ../../sass/flat-ui/_spaces.scss */
.pbm, .pvm, .pam {
  padding-bottom: 10px;
}

/* line 66, ../../sass/flat-ui/_spaces.scss */
.pbl, .pvl, .pal {
  padding-bottom: 20px;
}

/* line 70, ../../sass/flat-ui/_spaces.scss */
.pln, .phn, .pan {
  padding-left: 0;
}

/* line 74, ../../sass/flat-ui/_spaces.scss */
.plx, .phx, .pax {
  padding-left: 3px;
}

/* line 78, ../../sass/flat-ui/_spaces.scss */
.pls, .phs, .pas {
  padding-left: 5px;
}

/* line 82, ../../sass/flat-ui/_spaces.scss */
.plm, .phm, .pam {
  padding-left: 10px;
}

/* line 86, ../../sass/flat-ui/_spaces.scss */
.pll, .phl, .pal {
  padding-left: 20px;
}

/* line 90, ../../sass/flat-ui/_spaces.scss */
.mtn, .mvn, .man {
  margin-top: 0px;
}

/* line 94, ../../sass/flat-ui/_spaces.scss */
.mtx, .mvx, .max {
  margin-top: 3px;
}

/* line 98, ../../sass/flat-ui/_spaces.scss */
.mts, .mvs, .mas {
  margin-top: 5px;
}

/* line 102, ../../sass/flat-ui/_spaces.scss */
.mtm, .mvm, .mam {
  margin-top: 10px;
}

/* line 106, ../../sass/flat-ui/_spaces.scss */
.mtl, .mvl, .mal {
  margin-top: 20px;
}

/* line 110, ../../sass/flat-ui/_spaces.scss */
.mrn, .mhn, .man {
  margin-right: 0px;
}

/* line 114, ../../sass/flat-ui/_spaces.scss */
.mrx, .mhx, .max {
  margin-right: 3px;
}

/* line 118, ../../sass/flat-ui/_spaces.scss */
.mrs, .mhs, .mas {
  margin-right: 5px;
}

/* line 122, ../../sass/flat-ui/_spaces.scss */
.mrm, .mhm, .mam {
  margin-right: 10px;
}

/* line 126, ../../sass/flat-ui/_spaces.scss */
.mrl, .mhl, .mal {
  margin-right: 20px;
}

/* line 130, ../../sass/flat-ui/_spaces.scss */
.mbn, .mvn, .man {
  margin-bottom: 0px;
}

/* line 134, ../../sass/flat-ui/_spaces.scss */
.mbx, .mvx, .max {
  margin-bottom: 3px;
}

/* line 138, ../../sass/flat-ui/_spaces.scss */
.mbs, .mvs, .mas {
  margin-bottom: 5px;
}

/* line 142, ../../sass/flat-ui/_spaces.scss */
.mbm, .mvm, .mam {
  margin-bottom: 10px;
}

/* line 146, ../../sass/flat-ui/_spaces.scss */
.mbl, .mvl, .mal {
  margin-bottom: 20px;
}

/* line 150, ../../sass/flat-ui/_spaces.scss */
.mln, .mhn, .man {
  margin-left: 0px;
}

/* line 154, ../../sass/flat-ui/_spaces.scss */
.mlx, .mhx, .max {
  margin-left: 3px;
}

/* line 158, ../../sass/flat-ui/_spaces.scss */
.mls, .mhs, .mas {
  margin-left: 5px;
}

/* line 162, ../../sass/flat-ui/_spaces.scss */
.mlm, .mhm, .mam {
  margin-left: 10px;
}

/* line 166, ../../sass/flat-ui/_spaces.scss */
.mll, .mhl, .mal {
  margin-left: 20px;
}

/* line 248, ../images/autostore/icons/*.png */
.icons-sprite, .icons-arrow-down, .icons-arrow-up, .icons-login-h, .icons-login-man, .icons-login-secure, .icons-meta-excel, .icons-meta-pdf, .icons-meta-print, .icons-nav-alarms, .icons-nav-cloud, .icons-nav-diagnostics, .icons-nav-logs, .icons-nav-measurements, .icons-nav-profile-logout, .icons-nav-profile-man, .icons-nav-settings, .icons-nav-users, .icons-table-item, .icons-title-advise, .icons-title-alarms, .icons-title-edit, .icons-title-logs, .icons-title-plc, .icons-title-profile, .icons-title-settings, .icons-widget-calendar, table.timelined tbody td.first:after, .login-view .input-login:after, .login-view .input-password:after {
  background-image: url('../images/autostore/icons-se92dc99a4e.png');
  background-repeat: no-repeat;
}

/* line 84, ../../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/utilities/sprites/_base.scss */
.icons-arrow-down {
  background-position: 0 0;
  height: 5px;
  width: 9px;
}

/* line 84, ../../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/utilities/sprites/_base.scss */
.icons-arrow-up {
  background-position: 0 -5px;
  height: 5px;
  width: 9px;
}

/* line 84, ../../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/utilities/sprites/_base.scss */
.icons-login-h {
  background-position: 0 -10px;
  height: 48px;
  width: 38px;
}

/* line 84, ../../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/utilities/sprites/_base.scss */
.icons-login-man {
  background-position: 0 -58px;
  height: 25px;
  width: 23px;
}

/* line 84, ../../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/utilities/sprites/_base.scss */
.icons-login-secure {
  background-position: 0 -83px;
  height: 24px;
  width: 17px;
}

/* line 84, ../../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/utilities/sprites/_base.scss */
.icons-meta-excel {
  background-position: 0 -107px;
  height: 16px;
  width: 14px;
}

/* line 84, ../../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/utilities/sprites/_base.scss */
.icons-meta-pdf {
  background-position: 0 -123px;
  height: 16px;
  width: 14px;
}

/* line 84, ../../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/utilities/sprites/_base.scss */
.icons-meta-print {
  background-position: 0 -139px;
  height: 16px;
  width: 14px;
}

/* line 84, ../../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/utilities/sprites/_base.scss */
.icons-nav-alarms {
  background-position: 0 -155px;
  height: 30px;
  width: 28px;
}

/* line 84, ../../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/utilities/sprites/_base.scss */
.icons-nav-cloud {
  background-position: 0 -185px;
  height: 30px;
  width: 32px;
}

/* line 84, ../../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/utilities/sprites/_base.scss */
.icons-nav-diagnostics {
  background-position: 0 -215px;
  height: 30px;
  width: 28px;
}

/* line 84, ../../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/utilities/sprites/_base.scss */
.icons-nav-logs {
  background-position: 0 -245px;
  height: 30px;
  width: 28px;
}

/* line 84, ../../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/utilities/sprites/_base.scss */
.icons-nav-measurements {
  background-position: 0 -275px;
  height: 30px;
  width: 26px;
}

/* line 84, ../../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/utilities/sprites/_base.scss */
.icons-nav-profile-logout {
  background-position: 0 -305px;
  height: 25px;
  width: 20px;
}

/* line 84, ../../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/utilities/sprites/_base.scss */
.icons-nav-profile-man {
  background-position: 0 -330px;
  height: 26px;
  width: 26px;
}

/* line 84, ../../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/utilities/sprites/_base.scss */
.icons-nav-settings {
  background-position: 0 -356px;
  height: 30px;
  width: 32px;
}

/* line 84, ../../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/utilities/sprites/_base.scss */
.icons-nav-users {
  background-position: 0 -386px;
  height: 30px;
  width: 26px;
}

/* line 84, ../../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/utilities/sprites/_base.scss */
.icons-table-item {
  background-position: 0 -416px;
  height: 27px;
  width: 26px;
}

/* line 84, ../../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/utilities/sprites/_base.scss */
.icons-title-advise {
  background-position: 0 -443px;
  height: 26px;
  width: 32px;
}

/* line 84, ../../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/utilities/sprites/_base.scss */
.icons-title-alarms {
  background-position: 0 -469px;
  height: 26px;
  width: 26px;
}

/* line 84, ../../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/utilities/sprites/_base.scss */
.icons-title-edit {
  background-position: 0 -495px;
  height: 26px;
  width: 26px;
}

/* line 84, ../../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/utilities/sprites/_base.scss */
.icons-title-logs {
  background-position: 0 -521px;
  height: 26px;
  width: 26px;
}

/* line 84, ../../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/utilities/sprites/_base.scss */
.icons-title-plc {
  background-position: 0 -547px;
  height: 26px;
  width: 26px;
}

/* line 84, ../../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/utilities/sprites/_base.scss */
.icons-title-profile {
  background-position: 0 -573px;
  height: 26px;
  width: 26px;
}

/* line 84, ../../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/utilities/sprites/_base.scss */
.icons-title-settings {
  background-position: 0 -599px;
  height: 26px;
  width: 26px;
}

/* line 84, ../../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/utilities/sprites/_base.scss */
.icons-widget-calendar {
  background-position: 0 -625px;
  height: 16px;
  width: 16px;
}

/* line 6, ../../sass/autostore/_icons.scss */
.icon, i {
  display: inline-block;
}

/* ====== media ====== */
/* line 3, ../../sass/autostore/helpers/_helpers.scss */
.media, .bd {
  overflow: hidden;
  _overflow: visible;
  zoom: 1;
}

/* line 4, ../../sass/autostore/helpers/_helpers.scss */
.media .img {
  float: left;
  margin-right: .7em;
}

/* line 5, ../../sass/autostore/helpers/_helpers.scss */
.media .img img {
  display: block;
}

/* line 6, ../../sass/autostore/helpers/_helpers.scss */
.media .imgExt {
  float: right;
  margin-left: .7em;
}

/*
 *  File:         demo_table.css
 *  CVS:          $Id$
 *  Description:  CSS descriptions for DataTables demo pages
 *  Author:       Allan Jardine
 *  Created:      Tue May 12 06:47:22 BST 2009
 *  Modified:     $Date$ by $Author$
 *  Language:     CSS
 *  Project:      DataTables
 *
 *  Copyright 2009 Allan Jardine. All Rights Reserved.
 *
 * ***************************************************************************
 * DESCRIPTION
 *
 * The styles given here are suitable for the demos that are used with the standard DataTables
 * distribution (see www.datatables.net). You will most likely wish to modify these styles to
 * meet the layout requirements of your site.
 *
 * Common issues:
 *   'full_numbers' pagination - I use an extra selector on the body tag to ensure that there is
 *     no conflict between the two pagination types. If you want to use full_numbers pagination
 *     ensure that you either have "example_alt_pagination" as a body class name, or better yet,
 *     modify that selector.
 *   Note that the path used for images/datatables is relative. All images/datatables are by default located in
 *     ../images/datatables/ - relative to this CSS file.
 */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables features
 */
/* line 33, ../../sass/autostore/helpers/_plugins.scss */
.dataTables_wrapper {
  position: relative;
  clear: both;
  zoom: 1;
  /* Feeling sorry for IE */
}

/* line 39, ../../sass/autostore/helpers/_plugins.scss */
.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 250px;
  height: 30px;
  margin-left: -125px;
  margin-top: -15px;
  padding: 7px 0 2px 0;
  border: 1px solid #ddd;
  text-align: center;
  color: #999;
  font-size: 14px;
  background-color: white;
}

/* line 55, ../../sass/autostore/helpers/_plugins.scss */
.dataTables_length {
  width: 40%;
  float: left;
}

/* line 60, ../../sass/autostore/helpers/_plugins.scss */
.dataTables_filter {
  width: 50%;
  float: right;
  text-align: right;
}

/* line 66, ../../sass/autostore/helpers/_plugins.scss */
.dataTables_info {
  width: 60%;
  float: left;
}

/* line 71, ../../sass/autostore/helpers/_plugins.scss */
.dataTables_paginate {
  float: right;
  text-align: right;
}

/* Pagination nested */
/* line 77, ../../sass/autostore/helpers/_plugins.scss */
.paginate_disabled_previous, .paginate_enabled_previous,
.paginate_disabled_next, .paginate_enabled_next {
  height: 19px;
  float: left;
  cursor: pointer;
  *cursor: hand;
  color: #111 !important;
}

/* line 85, ../../sass/autostore/helpers/_plugins.scss */
.paginate_disabled_previous:hover, .paginate_enabled_previous:hover,
.paginate_disabled_next:hover, .paginate_enabled_next:hover {
  text-decoration: none !important;
}

/* line 89, ../../sass/autostore/helpers/_plugins.scss */
.paginate_disabled_previous:active, .paginate_enabled_previous:active,
.paginate_disabled_next:active, .paginate_enabled_next:active {
  outline: none;
}

/* line 94, ../../sass/autostore/helpers/_plugins.scss */
.paginate_disabled_previous,
.paginate_disabled_next {
  color: #666;
}

/* line 98, ../../sass/autostore/helpers/_plugins.scss */
.paginate_disabled_previous, .paginate_enabled_previous {
  padding-left: 23px;
}

/* line 101, ../../sass/autostore/helpers/_plugins.scss */
.paginate_disabled_next, .paginate_enabled_next {
  padding-right: 23px;
  margin-left: 10px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables display
 */
/* line 133, ../../sass/autostore/helpers/_plugins.scss */
table.display {
  margin: 0 auto;
  clear: both;
  width: 100%;
  /* Note Firefox 3.5 and before have a bug with border-collapse
   * ( https://bugzilla.mozilla.org/show%5Fbug.cgi?id=155955 )
   * border-spacing: 0; is one possible option. Conditional-css.com is
   * useful for this kind of thing
   *
   * Further note IE 6/7 has problems when calculating widths with border width.
   * It subtracts one px relative to the other browsers from the first column, and
   * adds one to the end...
   *
   * If you want that effect I'd suggest setting a border-top/left on th/td's and
   * then filling in the gaps with other borders.
   */
}

/* line 152, ../../sass/autostore/helpers/_plugins.scss */
table.display thead th {
  padding: 3px 18px 3px 10px;
  border-bottom: 1px solid black;
  font-weight: bold;
}

/* line 160, ../../sass/autostore/helpers/_plugins.scss */
table.display tfoot th {
  padding: 3px 18px 3px 10px;
  border-top: 1px solid black;
  font-weight: bold;
}

/* line 166, ../../sass/autostore/helpers/_plugins.scss */
table.display tr.heading2 td {
  border-bottom: 1px solid #aaa;
}

/* line 170, ../../sass/autostore/helpers/_plugins.scss */
table.display td {
  padding: 3px 10px;
}

/* line 174, ../../sass/autostore/helpers/_plugins.scss */
table.display td.center {
  text-align: center;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables sorting
 */
/* line 204, ../../sass/autostore/helpers/_plugins.scss */
table.display thead th:active,
table.display thead td:active {
  outline: none;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables row classes
 */
/* line 215, ../../sass/autostore/helpers/_plugins.scss */
tr.odd {
  background-color: #E2E4FF;
}

/* line 219, ../../sass/autostore/helpers/_plugins.scss */
tr.even {
  background-color: white;
}

/**
 * Overrides DATATABLES STOREX
 */
/* line 229, ../../sass/autostore/helpers/_plugins.scss */
.dataTables_paginate,
.dataTables_info {
  background: none;
  width: auto;
  padding: .4em;
  margin: 1.2em 0 0 0;
}

/* line 233, ../../sass/autostore/helpers/_plugins.scss */
.dataTables_paginate {
  background: #2e80bd;
  padding: 0 .4em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* line 237, ../../sass/autostore/helpers/_plugins.scss */
.dataTables_paginate a, .dataTables_paginate a:visited {
  color: #fff !important;
  padding: .6em .5em;
  display: inline-block;
  cursor: pointer;
}
/* line 238, ../../sass/autostore/helpers/_plugins.scss */
.dataTables_paginate a:hover, .dataTables_paginate a.paginate_active {
  color: #fff;
  background: #7bb1d9;
}

/* line 241, ../../sass/autostore/helpers/_plugins.scss */
.dataTables_filter input[type="text"] {
  width: auto;
  display: inline-block;
  margin-bottom: .8em;
  margin-left: .5em;
  padding: 1.1em 1.2em;
}

/* line 244, ../../sass/autostore/helpers/_plugins.scss */
.dataTables_wrapper select {
  margin: 0 .5em .25em;
  font-size: 1.7em;
}

/* line 246, ../../sass/autostore/helpers/_plugins.scss */
table.display tbody tr {
  background: transparent;
}

/* line 250, ../../sass/autostore/helpers/_plugins.scss */
table.display tbody tr td {
  text-align: center;
  padding: .34em .55em;
}
/* line 253, ../../sass/autostore/helpers/_plugins.scss */
table.display tbody tr td .green {
  color: #92d164;
}
/* line 254, ../../sass/autostore/helpers/_plugins.scss */
table.display tbody tr td .red {
  color: #f52867;
}
/* line 255, ../../sass/autostore/helpers/_plugins.scss */
table.display tbody tr td.first {
  font-weight: 700;
  color: #6f7c83;
}

/* line 258, ../../sass/autostore/helpers/_plugins.scss */
table.display thead th {
  background: #3381bb;
  color: #fff;
  border-bottom: none;
}

/* line 261, ../../sass/autostore/helpers/_plugins.scss */
table.display thead tr:first-child th {
  border-right: 1px solid #488fc5;
  text-align: center;
  font-size: 1.3125em;
  font-weight: 400;
  padding: .65em .2em;
}

/* line 264, ../../sass/autostore/helpers/_plugins.scss */
table.display thead tr:nth-child(2) th {
  border-right: 1px solid #6ea9d4;
  text-align: center;
  font-size: 1.125em;
  font-weight: 400;
  padding: .5em .2em;
  background: #7bb1d9;
}

/* line 1, ../../sass/autostore/_general.scss */
a, a:visited {
  color: #1a6ba8;
  text-decoration: none;
}

/* line 6, ../../sass/autostore/_general.scss */
.main .container-fluid {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
/* line 9, ../../sass/autostore/_general.scss */
.main .container-space-light {
  padding-top: 1.8em;
  padding-bottom: 1.8em;
}
/* line 12, ../../sass/autostore/_general.scss */
.main .container-space-notop {
  padding-top: 0;
}

/**
 * Different container styles
 */
/* line 20, ../../sass/autostore/_general.scss */
.container-fluid {
  padding-right: 2.5em;
  padding-left: 2.5em;
}

/* line 24, ../../sass/autostore/_general.scss */
.container-colored {
  background: #e9edef;
}

/* line 27, ../../sass/autostore/_general.scss */
.container-filtered {
  background: #88b5c4;
}
/* line 31, ../../sass/autostore/_general.scss */
.container-filtered .form-horizontal .control-label {
  color: #ffffff;
  text-align: right;
  width: 100px;
  /* smaller labels */
}
/* line 32, ../../sass/autostore/_general.scss */
.container-filtered .form-horizontal .controls {
  margin-left: 120px;
}
/* line 36, ../../sass/autostore/_general.scss */
.container-filtered .calendar-filter .span2 {
  text-align: center;
  padding-top: 1em;
  color: #fff;
}
/* line 38, ../../sass/autostore/_general.scss */
.container-filtered .widget-calendar {
  position: relative;
}
/* line 40, ../../sass/autostore/_general.scss */
.container-filtered .widget-calendar input {
  display: inline-block;
  background-color: #415659;
  color: #fff;
  border: none;
  padding: 1.05em 1.3em 1.05em 0.8em;
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
}
/* line 44, ../../sass/autostore/_general.scss */
.container-filtered .widget-calendar .add-on {
  padding: 1.2em .4em;
  background: #415659;
  border: none;
  color: #fff;
  text-shadow: none;
}
/* line 49, ../../sass/autostore/_general.scss */
.container-filtered .dk_open {
  z-index: 200;
}
/* line 50, ../../sass/autostore/_general.scss */
.container-filtered .dk_toggle {
  padding: 14px 45px 14px 16px;
}
/* line 51, ../../sass/autostore/_general.scss */
.container-filtered .select-icon {
  border-left-color: #0d2124;
}
/* line 52, ../../sass/autostore/_general.scss */
.container-filtered .dk_container {
  width: 100%;
  margin-top: 0px;
}
/* line 53, ../../sass/autostore/_general.scss */
.container-filtered .dk_toggle,
.container-filtered .select-icon,
.container-filtered .dk_options_inner {
  background-color: #415659;
}
/* line 56, ../../sass/autostore/_general.scss */
.container-filtered .dk_open .dk_toggle .select-icon,
.container-filtered .dk_options a:hover {
  background-color: #7bb1d9;
}
/* line 58, ../../sass/autostore/_general.scss */
.container-filtered .dk_option_current a {
  background-color: #0061aa;
}

/* line 61, ../../sass/autostore/_general.scss */
.main-zone-title {
  font-size: 1.3125em;
  font-weight: 200;
  margin-bottom: 1.65em;
}
/* line 64, ../../sass/autostore/_general.scss */
.main-zone-title i {
  vertical-align: -5px;
  margin-right: .85em;
}
/* line 65, ../../sass/autostore/_general.scss */
.main-zone-title.main-zone-subtitle {
  margin-bottom: 0;
}

/**
 * Tooltips
 */
/* line 72, ../../sass/autostore/_general.scss */
.tooltip {
  position: relative;
  z-index: 100;
}
/* line 75, ../../sass/autostore/_general.scss */
.tooltip .tooltip-inner {
  background: #c5dbe2;
  position: relative;
}
/* line 76, ../../sass/autostore/_general.scss */
.tooltip .icon-remove {
  position: absolute;
  top: 1em;
  right: 1em;
  left: auto;
  bottom: auto;
  opacity: 0.4;
  filter: alpha(opacity=40);
  zoom: 1;
}
/* line 79, ../../sass/autostore/_general.scss */
.tooltip .icon-remove:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  zoom: 1;
}
/* line 81, ../../sass/autostore/_general.scss */
.tooltip.bottom-right .tooltip-arrow {
  left: 5%;
}
/* line 82, ../../sass/autostore/_general.scss */
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #c5dbe2;
}
/* line 83, ../../sass/autostore/_general.scss */
.tooltip.tooltip-big {
  font-size: 1.125em;
}
/* line 86, ../../sass/autostore/_general.scss */
.tooltip.tooltip-big .tooltip-inner {
  max-width: none;
  width: 100%;
  padding: 1em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/**
 * Labels
 */
/* line 95, ../../sass/autostore/_general.scss */
.badge, .label {
  text-shadow: none;
  font-weight: 400;
}
/* line 96, ../../sass/autostore/_general.scss */
.badge.badge, .label.badge {
  padding-right: 5px;
  padding-left: 5px;
  margin-left: 5px;
  margin-right: 5px;
}
/* line 97, ../../sass/autostore/_general.scss */
.badge.badge-important, .label.badge-important {
  background-color: #ea462f;
}

/* line 1, ../../sass/autostore/_style.scss */
table {
  width: 100%;
  position: relative;
}
/* line 5, ../../sass/autostore/_style.scss */
table .filters {
  display: inline-block;
  margin-left: .3em;
}
/* line 7, ../../sass/autostore/_style.scss */
table .filters .icon {
  vertical-align: 2px;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
  zoom: 1;
}
/* line 8, ../../sass/autostore/_style.scss */
table .filters .icon:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  zoom: 1;
}
/* line 12, ../../sass/autostore/_style.scss */
table th, table td {
  padding: .7em .4em .7em .4em;
}
/* line 15, ../../sass/autostore/_style.scss */
table thead {
  text-align: left;
}
/* line 18, ../../sass/autostore/_style.scss */
table thead th {
  font-size: .8125em;
  text-transform: uppercase;
  color: #6b889e;
  font-weight: 700;
}
/* line 20, ../../sass/autostore/_style.scss */
table tbody {
  color: #acacac;
}
/* line 23, ../../sass/autostore/_style.scss */
table tbody td.first {
  position: relative;
  color: #5f9197;
}
/* line 27, ../../sass/autostore/_style.scss */
table .separator {
  position: relative;
  padding-left: .85em;
  padding-right: .85em;
}
/* line 28, ../../sass/autostore/_style.scss */
table .separator:after {
  content: "";
  position: absolute;
  top: .7em;
  left: 50%;
  right: auto;
  bottom: .7em;
  border-left: 1px solid #edf3f4;
}
/* line 35, ../../sass/autostore/_style.scss */
table.timelined:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: -2em;
  left: 11px;
  bottom: 16px;
  right: auto;
  width: 3px;
  background: #f2f3f3;
}
/* line 37, ../../sass/autostore/_style.scss */
table.timelined th.first, table.timelined td.first {
  padding: .7em .4em .7em 50px;
}
/* line 40, ../../sass/autostore/_style.scss */
table.timelined tbody td {
  color: #5f9197;
}
/* line 42, ../../sass/autostore/_style.scss */
table.timelined tbody td.first:after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 7px;
  left: 0;
  right: auto;
  bottom: auto;
  background-position: 0 -416px;
  height: 27px;
  width: 26px;
}

/* line 51, ../../sass/autostore/_style.scss */
.container-colored table.timelined:after {
  background: #fff;
}

/* line 56, ../../sass/autostore/_style.scss */
.btn-iconed i {
  vertical-align: -3px;
}

/* line 3, ../../sass/autostore/_fonts.scss */
.login-view h1 {
  font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-weight: 400;
}

/* line 8, ../../sass/autostore/_fonts.scss */
.login-view h1 {
  font-weight: 200;
}

/* line 11, ../../sass/autostore/_fonts.scss */
h1, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, .form-horizontal .control-label, .btn, .navbar.navbar-inverse .nav, .navbar.navbar-inverse .navbar-text, .navbar-submenu.nav-collapse .nav a, .navbar-submenu.nav-collapse .nav a:visited {
  font-family: 'Signika', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-weight: 400;
}

/* line 17, ../../sass/autostore/_fonts.scss */
b, strong {
  font-weight: bold;
  font-weight: 700;
}

/* line 21, ../../sass/autostore/_fonts.scss */
h1 {
  color: #004252;
  font-size: 2.5em;
}

/* line 1, ../../sass/autostore/_forms.scss */
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  border: none;
  padding: 1em 1.2em;
  border: 2px solid #afcade;
  width: 100%;
  display: block;
  height: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 7, ../../sass/autostore/_forms.scss */
textarea {
  padding: 1em 1.2em;
}

/* line 9, ../../sass/autostore/_forms.scss */
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #0061aa;
}

/* line 25, ../../sass/autostore/_forms.scss */
button[disabled], html input[disabled] {
  /*color: #1a6ba8;*/
}

/* line 26, ../../sass/autostore/_forms.scss */
form {
  margin: 1em 0 0;
}

/* line 27, ../../sass/autostore/_forms.scss */
.form-horizontal .control-label {
  text-align: left;
  font-size: 1.125em;
  line-height: 2.3em;
}

/* line 31, ../../sass/autostore/_forms.scss */
::-webkit-input-placeholder {
  color: #c7c7c7;
  text-transform: uppercase;
  font-size: .8em;
  padding: 0;
}

/* line 32, ../../sass/autostore/_forms.scss */
:-moz-placeholder {
  color: #c7c7c7;
  text-transform: uppercase;
  font-size: .8em;
  padding: 0;
}

/* line 33, ../../sass/autostore/_forms.scss */
::-moz-placeholder {
  color: #c7c7c7;
  text-transform: uppercase;
  font-size: .8em;
  padding: 0;
}

/* line 34, ../../sass/autostore/_forms.scss */
:-ms-input-placeholder {
  color: #c7c7c7;
  text-transform: uppercase;
  font-size: .8em;
  padding: 0;
}

/* line 40, ../../sass/autostore/_forms.scss */
.btn.btn-large {
  padding-bottom: 18px;
  padding-top: 19px;
}

/* line 41, ../../sass/autostore/_forms.scss */
.btn.btn-block {
  text-transform: uppercase;
  font-size: 1.125;
}

/* line 42, ../../sass/autostore/_forms.scss */
.btn.btn-primary {
  background-color: #0a6ab3;
  color: #ffffff;
}
/* line 43, ../../sass/autostore/_forms.scss */
.btn.btn-primary:hover {
  background: #6390b1;
}

/**
 * Alternate Checkboxes
 */
/* line 50, ../../sass/autostore/_forms.scss */
.checkbox-list .checkbox, .checkbox-list .radio {
  float: left;
  margin: .5em 1.8em .5em .4em;
  font-size: 1em;
}

/* line 52, ../../sass/autostore/_forms.scss */
.checkbox .icon, .checkbox .icon-to-fade, .radio .icon, .radio .icon-to-fade {
  background-image: url("../images/checkbox-alt.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 2) {
  /* line 56, ../../sass/autostore/_forms.scss */
  .checkbox .icon {
    background-image: url("../images/checkbox-2x-alt.png");
  }
}
/* line 2, ../../sass/autostore/_login.scss */
.login-view .container-fluid, .login-view .row-fluid {
  height: 100%;
  /*min-height: 100%;*/
}
/* line 4, ../../sass/autostore/_login.scss */
.login-view .container-fluid {
  background: url("../images/autostore/login/bg-login.jpg");
}
/* line 5, ../../sass/autostore/_login.scss */
.login-view .row-fluid {
  text-align: center;
}
/* line 8, ../../sass/autostore/_login.scss */
.login-view .row-fluid:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */
}

/* line 18, ../../sass/autostore/_login.scss */
html, body {
  height: 100%;
}

/* line 20, ../../sass/autostore/_login.scss */
.login-view {
  color: #fff;
  /* Forms */
}
/* line 23, ../../sass/autostore/_login.scss */
.login-view h1 {
  font-size: 3em;
}
/* line 24, ../../sass/autostore/_login.scss */
.login-view header {
  background: #ffffff;
  padding: 1.3em 3em 1.6em;
  text-align: left;
  position: relative;
}
/* line 26, ../../sass/autostore/_login.scss */
.login-view header i {
  vertical-align: -5px;
  margin-right: .3em;
}
/* line 27, ../../sass/autostore/_login.scss */
.login-view header .autostore-logo {
  position: absolute;
  top: 1.2em;
  right: 1.2em;
  left: auto;
  bottom: auto;
  width: 255px;
  height: 47px;
}
/* line 32, ../../sass/autostore/_login.scss */
.login-view .inner-zone {
  padding: 4em 3em 3em;
  text-align: right;
}
/* line 33, ../../sass/autostore/_login.scss */
.login-view .inner-zone .alert-container {
  text-align: left;
}
/* line 36, ../../sass/autostore/_login.scss */
.login-view .checkbox {
  margin: 0 0 3em;
}
/* line 37, ../../sass/autostore/_login.scss */
.login-view .input-block-level {
  margin-bottom: 1.5em;
}
/* line 38, ../../sass/autostore/_login.scss */
.login-view .input-login, .login-view .input-password {
  position: relative;
}
/* line 40, ../../sass/autostore/_login.scss */
.login-view .input-login:after, .login-view .input-password:after {
  content: "";
  z-index: 2;
  position: absolute;
  top: 6px;
  right: 14px;
  left: auto;
  bottom: auto;
  background-position: 0 -58px;
  height: 25px;
  width: 23px;
}
/* line 42, ../../sass/autostore/_login.scss */
.login-view .input-password:after {
  background-position: 0 -83px;
  height: 24px;
  width: 17px;
}
/* line 44, ../../sass/autostore/_login.scss */
.login-view .form-signin {
  min-width: 560px;
  max-width: 600px;
  vertical-align: middle;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 1em auto;
  background-color: #004252;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* line 53, ../../sass/autostore/_login.scss */
.login-view .form-signin a, .login-view .form-signin a:visited, .login-view .form-signin label {
  color: #ffffff;
}
/* line 54, ../../sass/autostore/_login.scss */
.login-view .form-signin a:hover, .login-view .form-signin label:hover  {
  color: #e8d7d7;
}
/* line 58, ../../sass/autostore/_login.scss */
.login-view textarea, .login-view input[type="text"], .login-view input[type="password"], .login-view input[type="datetime"], .login-view input[type="datetime-local"], .login-view input[type="date"], .login-view input[type="month"], .login-view input[type="time"], .login-view input[type="week"], .login-view input[type="number"], .login-view input[type="email"], .login-view input[type="url"], .login-view input[type="search"], .login-view input[type="tel"], .login-view input[type="color"], .login-view .uneditable-input {
  border: none;
}

/* line 1, ../../sass/autostore/nav/_nav.scss */
.navbar.navbar-inverse {
  margin-bottom: 0;
}
/* line 4, ../../sass/autostore/nav/_nav.scss */
.navbar.navbar-inverse .brand {
  background: #fff;
  padding: 1.15em 4em 1.35em 4em;
  margin-left: -4.2em;
  display: inline-block;
  /*width: 255px;
  height: 47px;*/
}
/* line 7, ../../sass/autostore/nav/_nav.scss */
.navbar.navbar-inverse .brand img {
  width: 255px;
  height: 47px;
}
/* line 9, ../../sass/autostore/nav/_nav.scss */
.navbar.navbar-inverse .navbar-inner {
  background: #0061aa;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 11, ../../sass/autostore/nav/_nav.scss */
.navbar.navbar-inverse .nav {
  font-size: .775em;
  text-align: center;
}
/* line 13, ../../sass/autostore/nav/_nav.scss */
.navbar.navbar-inverse .nav a, .navbar.navbar-inverse .nav a:visited {
  padding: 1.3em 1.4em 1.3em 1.4em;
  border-top: 4px solid transparent;
  border-left: 2px solid #0c4e7f;
  text-shadow: none;
}
/* line 16, ../../sass/autostore/nav/_nav.scss */
.navbar.navbar-inverse .nav .active a, .navbar.navbar-inverse .nav .active a:visited, .navbar.navbar-inverse .nav a:hover {
  border-top: 4px solid #c2d8da;
}
/* line 17, ../../sass/autostore/nav/_nav.scss */
.navbar.navbar-inverse .nav .last a {
  border-right: 2px solid #0c4e7f;
}
/* line 18, ../../sass/autostore/nav/_nav.scss */
.navbar.navbar-inverse .nav a:hover {
  color: #89b9dd;
}
/* line 19, ../../sass/autostore/nav/_nav.scss */
.navbar.navbar-inverse .nav i {
  display: block;
  margin: 0 auto .4em auto;
}
/* line 21, ../../sass/autostore/nav/_nav.scss */
.navbar.navbar-inverse .navbar-text {
  margin-top: .6em;
  padding-left: 1.5em;
  text-align: right;
  color: #ffffff;
}
/* line 24, ../../sass/autostore/nav/_nav.scss */
.navbar.navbar-inverse .navbar-text .logged-username, .navbar.navbar-inverse .navbar-text .logged-username:visited {
  display: block;
  font-size: 1.2125em;
  margin-bottom: -.35em;
  line-height: 1em;
  text-decoration: none;
  color: #fff;
}
/* line 25, ../../sass/autostore/nav/_nav.scss */
.navbar.navbar-inverse .navbar-text .logged-title {
  font-size: .7em;
  display: inline-block;
  line-height: 1em;
}
/* line 27, ../../sass/autostore/nav/_nav.scss */
.navbar.navbar-inverse .navbar-text .media {
  *zoom: 1;
  overflow: visible;
}
/* line 88, ../../sass/flat-ui/_mixins.scss */
.navbar.navbar-inverse .navbar-text .media:before, .navbar.navbar-inverse .navbar-text .media:after {
  display: table;
  content: "";
}
/* line 93, ../../sass/flat-ui/_mixins.scss */
.navbar.navbar-inverse .navbar-text .media:after {
  clear: both;
}
/* line 28, ../../sass/autostore/nav/_nav.scss */
.navbar.navbar-inverse .navbar-text .media, .navbar.navbar-inverse .navbar-text .bd {
  overflow: visible;
}
/* line 29, ../../sass/autostore/nav/_nav.scss */
.navbar.navbar-inverse .navbar-text .imgExt, .navbar.navbar-inverse .navbar-text .img {
  float: right;
}
/* line 30, ../../sass/autostore/nav/_nav.scss */
.navbar.navbar-inverse .navbar-text .bd {
  margin-top: .5em;
  float: left;
}
/* line 31, ../../sass/autostore/nav/_nav.scss */
.navbar.navbar-inverse .navbar-text .imgExt {
  padding: 3px;
}
/* line 33, ../../sass/autostore/nav/_nav.scss */
.navbar.navbar-inverse .navbar-text .imgExt img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #0061aa;
  -webkit-box-shadow: 0 0 0 2px white;
  -moz-box-shadow: 0 0 0 2px white;
  box-shadow: 0 0 0 2px white;
}

/* line 40, ../../sass/autostore/nav/_nav.scss */
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #fff;
}

/* line 46, ../../sass/autostore/nav/_nav.scss */
.navbar-submenu.nav-collapse {
  background: #2b3c3c;
}
/* line 49, ../../sass/autostore/nav/_nav.scss */
.navbar-submenu.nav-collapse .nav {
  margin: 0;
  padding: 0 0 1px 0;
  list-style: none;
}
/* line 52, ../../sass/autostore/nav/_nav.scss */
.navbar-submenu.nav-collapse .nav li {
  float: left;
}
/* line 53, ../../sass/autostore/nav/_nav.scss */
.navbar-submenu.nav-collapse .nav a, .navbar-submenu.nav-collapse .nav a:visited {
  font-size: .75em;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  padding: 1.65em 2em;
  position: relative;
  border: none;
}
/* line 57, ../../sass/autostore/nav/_nav.scss */
.navbar-submenu.nav-collapse .nav a:after, .navbar-submenu.nav-collapse .nav a:visited:after {
  content: "";
  position: absolute;
  right: 0;
  top: 1.2em;
  left: auto;
  bottom: 1.2em;
  border-right: 1px solid #475757;
}
/* line 61, ../../sass/autostore/nav/_nav.scss */
.navbar-submenu.nav-collapse .nav .last a {
  border-right: none;
}
/* line 62, ../../sass/autostore/nav/_nav.scss */
.navbar-submenu.nav-collapse .nav a:hover, .navbar-submenu.nav-collapse .nav .active a {
  background: #0061aa;
  border: none;
  outline: 0;
}
/* line 64, ../../sass/autostore/nav/_nav.scss */
.navbar-submenu.nav-collapse .nav a:hover i, .navbar-submenu.nav-collapse .nav .active a i {
  opacity: 1;
  filter: alpha(opacity=100);
  zoom: 1;
}
/* line 66, ../../sass/autostore/nav/_nav.scss */
.navbar-submenu.nav-collapse .nav i {
  vertical-align: -8px;
  margin-right: .8em;
  opacity: 0.12;
  filter: alpha(opacity=12);
  zoom: 1;
}

/* line 1, ../../sass/autostore/_footer.scss */
.footer-container {
  margin-top: 3em;
  background-color: #eceff1;
  text-align: right;
}
/* line 4, ../../sass/autostore/_footer.scss */
.footer-container p {
  margin: 0;
}

/* line 1, ../../sass/autostore/_alerts.scss */
.btn-container {
  margin-top: 1em;
}

/* line 3, ../../sass/autostore/_alerts.scss */
.alert {
  text-shadow: none;
}
/* line 6, ../../sass/autostore/_alerts.scss */
.alert h3 {
  margin-top: 0;
  margin-bottom: .6em;
  line-height: 1.1em;
}
/* line 9, ../../sass/autostore/_alerts.scss */
.alert.alert-error, .alert.alert-danger {
  background: #e74c3c;
  border: none;
  color: #fff;
}
/* line 10, ../../sass/autostore/_alerts.scss */
.alert.alert-error .btn.btn-danger, .alert.alert-danger .btn.btn-danger {
  background-color: #a8392e;
}
/* line 10, ../../sass/autostore/_alerts.scss */
.alert.alert-error .btn.btn-danger:hover, .alert.alert-danger .btn.btn-danger:hover {
  background: #000;
}

/* line 2, ../../sass/autostore/_light.scss */
.mt-1 {
  margin-top: 1px;
}

/* line 3, ../../sass/autostore/_light.scss */
.mt-2 {
  margin-top: 2px;
}

/* line 4, ../../sass/autostore/_light.scss */
.mt-4 {
  margin-top: 4px;
}

/* line 5, ../../sass/autostore/_light.scss */
.mt-6 {
  margin-top: 6px;
}

/* line 6, ../../sass/autostore/_light.scss */
.mt-10 {
  margin-top: 10px;
}

/* line 7, ../../sass/autostore/_light.scss */
.mt-16 {
  margin-top: 16px;
}

/* line 9, ../../sass/autostore/_light.scss */
.mb-1 {
  margin-bottom: 1px;
}

/* line 10, ../../sass/autostore/_light.scss */
.mb-2 {
  margin-bottom: 2px;
}

/* line 11, ../../sass/autostore/_light.scss */
.mb-4 {
  margin-bottom: 4px;
}

/* line 12, ../../sass/autostore/_light.scss */
.mb-6 {
  margin-bottom: 6px;
}

/* line 13, ../../sass/autostore/_light.scss */
.mb-10 {
  margin-bottom: 10px;
}

/* line 14, ../../sass/autostore/_light.scss */
.mb-16 {
  margin-bottom: 16px;
}

/* line 16, ../../sass/autostore/_light.scss */
.pt-1 {
  padding-top: 1px;
}

/* line 17, ../../sass/autostore/_light.scss */
.pt-2 {
  padding-top: 2px;
}

/* line 18, ../../sass/autostore/_light.scss */
.pt-4 {
  padding-top: 4px;
}

/* line 19, ../../sass/autostore/_light.scss */
.pt-6 {
  padding-top: 6px;
}

/* line 20, ../../sass/autostore/_light.scss */
.pt-10 {
  padding-top: 10px;
}

/* line 21, ../../sass/autostore/_light.scss */
.pt-16 {
  padding-top: 16px;
}

/* line 23, ../../sass/autostore/_light.scss */
.pb-1 {
  padding-bottom: 1px;
}

/* line 24, ../../sass/autostore/_light.scss */
.pb-2 {
  padding-bottom: 2px;
}

/* line 25, ../../sass/autostore/_light.scss */
.pb-4 {
  padding-bottom: 4px;
}

/* line 26, ../../sass/autostore/_light.scss */
.pb-6 {
  padding-bottom: 6px;
}

/* line 27, ../../sass/autostore/_light.scss */
.pb-10 {
  padding-bottom: 10px;
}

/* line 28, ../../sass/autostore/_light.scss */
.pb-16 {
  padding-bottom: 16px;
}

/* line 30, ../../sass/autostore/_light.scss */
.va-midd {
  vertical-align: middle;
}

/* line 31, ../../sass/autostore/_light.scss */
.va-1 {
  vertical-align: 1px;
}

/* line 32, ../../sass/autostore/_light.scss */
.va-2 {
  vertical-align: 2px;
}

/* line 33, ../../sass/autostore/_light.scss */
.va-3 {
  vertical-align: 3px;
}

/* line 34, ../../sass/autostore/_light.scss */
.va-1-min {
  vertical-align: -1px;
}

/* line 35, ../../sass/autostore/_light.scss */
.va-2-min {
  vertical-align: -2px;
}

/* line 36, ../../sass/autostore/_light.scss */
.va-3-min {
  vertical-align: -3px;
}

/* line 40, ../../sass/autostore/_light.scss */
.navbar.navbar-inverse .brand {
  padding-right: .75em;
  padding-top: .5em;
  padding-bottom: .75em;
}
/* line 44, ../../sass/autostore/_light.scss */
.navbar.navbar-inverse .navbar-container {
  font-size: .85em;
  line-height: 1em;
}
/* line 47, ../../sass/autostore/_light.scss */
.navbar.navbar-inverse .nav a, .navbar.navbar-inverse .nav a:visited {
  padding-top: .5em;
  padding-bottom: .5em;
}
/* line 52, ../../sass/autostore/_light.scss */
.navbar.navbar-inverse .navbar-text .imgExt img {
  max-width: 38px;
}

/* line 60, ../../sass/autostore/_light.scss */
.navbar-submenu.nav-collapse .nav a, .navbar-submenu.nav-collapse .nav a:visited {
  padding-top: .65em;
  padding-bottom: .65em;
}

/* line 65, ../../sass/autostore/_light.scss */
.main .container-fluid, .footer-container {
  padding-top: .55em;
  padding-bottom: .55em;
}

/* line 68, ../../sass/autostore/_light.scss */
.main .container-space-light {
  padding-top: .25em;
  padding-bottom: .25em;
}

/* line 71, ../../sass/autostore/_light.scss */
.main .container-space-notop {
  padding-top: 0;
}

/* line 76, ../../sass/autostore/_light.scss */
.main-page-title {
  font-size: 1.85em;
  line-height: 1em;
  margin-bottom: 0;
  margin-top: .25em;
}

/* line 77, ../../sass/autostore/_light.scss */
.main-zone-title {
  font-size: 1.05em;
}
/* line 79, ../../sass/autostore/_light.scss */
.main-zone-title.main-zone-subtitle {
  margin-top: 0;
}
/* line 80, ../../sass/autostore/_light.scss */
.main-zone-title i {
  position: relative;
  z-index: 30;
  margin-right: .35em;
}

/* line 84, ../../sass/autostore/_light.scss */
.fade {
  -webkit-backface-visibility: hidden;
  -webkit-transform: scale(1);
}

/* line 91, ../../sass/autostore/_light.scss */
.nav-tabs, .nav-pills {
  margin-bottom: 0;
}

/* line 96, ../../sass/autostore/_light.scss */
table th, table td {
  padding: .2em .2em .2em .2em;
}

/* line 99, ../../sass/autostore/_light.scss */
table.timelined th.first, table.timelined td.first {
  padding-top: .35em;
  padding-bottom: .45em;
}

/* line 102, ../../sass/autostore/_light.scss */
table.display thead tr:first-child th {
  font-size: 1em;
  padding-top: .2em;
  padding-bottom: .2em;
}

/* line 105, ../../sass/autostore/_light.scss */
table.display thead tr:last-child th {
  font-size: 1em;
  padding-top: .2em;
  padding-bottom: .2em;
}

/* line 109, ../../sass/autostore/_light.scss */
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  padding: .6em .75em;
}

/* line 112, ../../sass/autostore/_light.scss */
.form-horizontal .control-label {
  font-size: 1em;
  line-height: 1em;
}

/* line 115, ../../sass/autostore/_light.scss */
.form-horizontal .control-group {
  margin-bottom: 5px;
}

/* line 119, ../../sass/autostore/_light.scss */
.container-filtered .widget-calendar input {
  padding: .7em;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
/* line 123, ../../sass/autostore/_light.scss */
.container-filtered .calendar-filter .span2 {
  padding-top: .5em;
}

/* line 127, ../../sass/autostore/_light.scss */
.tooltip.tooltip-big .tooltip-inner {
  padding: .3em;
}

/* line 128, ../../sass/autostore/_light.scss */
.checkbox-list .checkbox, .checkbox-list .radio {
  margin-right: .75em;
  font-weight: normal;
}

/* line 129, ../../sass/autostore/_light.scss */
.dropkick, .select2 {
  width: 100%;
  max-width: 322px;
}

/* line 130, ../../sass/autostore/_light.scss */
.dataTables_filter input[type="text"] {
  margin-bottom: .25em;
  padding: .2em .2em;
  vertical-align: 0px;
}

/* line 133, ../../sass/autostore/_light.scss */
.dataTables_wrapper select {
  font-size: 1em;
}

/* line 136, ../../sass/autostore/_light.scss */
.footer-container {
  margin-top: 1em;
}

/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */
@media (max-width: 979px) {

  /**
   * Forms
   */
  /* line 25, ../../sass/autostore/responsive/_responsive.scss */
  .form-horizontal .control-label, .container-filtered .form-horizontal .control-label {
    font-size: 1em;
  }

  /* line 26, ../../sass/autostore/responsive/_responsive.scss */
  .form-horizontal .control-label {
    width: 130px;
  }

  /* line 27, ../../sass/autostore/responsive/_responsive.scss */
  .form-horizontal .controls {
    margin-left: 150px;
  }

  /* line 29, ../../sass/autostore/responsive/_responsive.scss */
  .container-filtered .span6 {
    width: 100%;
    margin-left: 0;
  }

  /**
   * DataTables
   */
  /* line 34, ../../sass/autostore/responsive/_responsive.scss */
  .dataTables_length {
    margin-top: .6em;
  }

  /* line 35, ../../sass/autostore/responsive/_responsive.scss */
  .dataTables_wrapper select {
    margin: 0 0.1em .25em;
    font-size: 1.3em;
  }
}
@media (max-width: 767px) {
  /* ====== media ====== */
  /* line 43, ../../sass/autostore/responsive/_responsive.scss */
  .media {
    margin: 0;
  }

  /* line 44, ../../sass/autostore/responsive/_responsive.scss */
  .media, .bd {
    overflow: visible;
  }

  /* line 45, ../../sass/autostore/responsive/_responsive.scss */
  .media .img {
    float: none;
    margin: 0;
  }

  /* line 46, ../../sass/autostore/responsive/_responsive.scss */
  .media .imgExt {
    float: none;
    margin: 0;
  }

  /**
   * Containers
   */
  /* line 51, ../../sass/autostore/responsive/_responsive.scss */
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* line 52, ../../sass/autostore/responsive/_responsive.scss */
  body,
  .container-fluid.navbar-submenu {
    padding-left: 0;
    padding-right: 0;
  }

  /**
   * Headings
   */
  /* line 58, ../../sass/autostore/responsive/_responsive.scss */
  h1 {
    font-size: 2em;
  }

  /* line 59, ../../sass/autostore/responsive/_responsive.scss */
  .main-zone-title {
    font-size: 1.1125em;
  }
  /* line 60, ../../sass/autostore/responsive/_responsive.scss */
  .main-zone-title i {
    vertical-align: -6px;
    margin-right: .55em;
  }

  /**
   * Navigation
   */
  /* line 66, ../../sass/autostore/responsive/_responsive.scss */
  .navbar.navbar-inverse .navbar-inner {
    padding: 0;
  }

  /* line 67, ../../sass/autostore/responsive/_responsive.scss */
  .navbar-container.pull-right,
  .navbar.navbar-inverse .brand {
    float: none;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    width: 100%;
  }

  /* line 70, ../../sass/autostore/responsive/_responsive.scss */
  .navbar.navbar-inverse .navbar-text .imgExt {
    display: none;
    padding: 0;
  }

  /* line 71, ../../sass/autostore/responsive/_responsive.scss */
  .navbar.navbar-inverse .navbar-text .bd {
    margin-top: 0;
  }

  /* line 72, ../../sass/autostore/responsive/_responsive.scss */
  .navbar.navbar-inverse .navbar-text .logged-username, .navbar.navbar-inverse .navbar-text .logged-username:visited {
    font-size: .85em;
    margin-bottom: -1em;
  }

  /* line 75, ../../sass/autostore/responsive/_responsive.scss */
  .navbar.navbar-inverse .navbar-text .logged-title {
    font-size: .45em;
  }

  /* line 76, ../../sass/autostore/responsive/_responsive.scss */
  .navbar.navbar-inverse .nav a, .navbar.navbar-inverse .nav a:visited {
    font-size: .8em;
    padding: 1.3em 1em 1.3em 1em;
  }

  /* line 77, ../../sass/autostore/responsive/_responsive.scss */
  .navbar.navbar-inverse .nav i {
    display: none;
  }

  /* line 79, ../../sass/autostore/responsive/_responsive.scss */
  .navbar-submenu.navbar-submenu .nav a, .navbar-submenu .nav a:visited {
    padding: 0.8em 1.15em;
    font-size: .6em;
    display: block;
  }

  /* line 80, ../../sass/autostore/responsive/_responsive.scss */
  .navbar-submenu.navbar-submenu .nav i {
    margin-right: .3em;
  }

  /* line 81, ../../sass/autostore/responsive/_responsive.scss */
  .navbar-submenu.navbar-submenu .nav li {
    float: none;
  }

  /* line 82, ../../sass/autostore/responsive/_responsive.scss */
  .navbar-submenu.navbar-submenu .nav a:after, .navbar-submenu .nav a:visited:after {
    display: none;
  }

  /**
   * Forms
   */
  /* line 87, ../../sass/autostore/responsive/_responsive.scss */
  .form-horizontal .control-label, .container-filtered .form-horizontal .control-label {
    margin: 0;
    float: none;
    text-align: left;
    width: 100%;
  }

  /* line 88, ../../sass/autostore/responsive/_responsive.scss */
  .form-horizontal .controls, .container-filtered .form-horizontal .controls {
    margin-left: 0;
  }

  /* line 89, ../../sass/autostore/responsive/_responsive.scss */
  .checkbox-list .checkbox, .checkbox-list .radio {
    font-size: .85em;
    /*float: none;*/
    text-align: left;
  }

  /**
   * Tables
   */
  /* line 94, ../../sass/autostore/responsive/_responsive.scss */
  table.timelined tbody td.first:after,
  table.timelined:after {
    display: none;
  }

  /* line 96, ../../sass/autostore/responsive/_responsive.scss */
  table.timelined th.first,
  table.timelined td.first {
    padding: .7em .4em .7em .4em;
  }

  /* line 98, ../../sass/autostore/responsive/_responsive.scss */
  table.timelined tbody td {
    font-size: .75em;
    line-height: 1.6em;
  }

  /* line 99, ../../sass/autostore/responsive/_responsive.scss */
  table th, table td {
    padding: .7em 0 .7em 0;
  }

  /* line 100, ../../sass/autostore/responsive/_responsive.scss */
  .badge.badge, .label.badge {
    margin: 0;
  }

  /**
   * PAGE: Login;
   */
  /* line 105, ../../sass/autostore/responsive/_responsive.scss */
  .login-view .row-fluid:before {
    display: none;
  }

  /* line 106, ../../sass/autostore/responsive/_responsive.scss */
  .login-view .form-signin {
    min-width: 0;
    width: 100%;
    margin-top: 2em;
  }

  /* line 107, ../../sass/autostore/responsive/_responsive.scss */
  .login-view header {
    padding: 1.3em .5em 1.6em 1.4em;
  }

  /* line 108, ../../sass/autostore/responsive/_responsive.scss */
  .login-view header .autostore-logo {
    display: none;
  }

  /* line 109, ../../sass/autostore/responsive/_responsive.scss */
  .login-view header i {
    vertical-align: -11px;
  }

  /* line 110, ../../sass/autostore/responsive/_responsive.scss */
  .login-view h1 {
    font-size: 2em;
  }

  /* line 111, ../../sass/autostore/responsive/_responsive.scss */
  .login-view .inner-zone {
    padding: 3em 1em 2em;
  }

  /**
   * PAGE: Metingen;
   */
  /**
   * DataTables
   */
  /* line 120, ../../sass/autostore/responsive/_responsive.scss */
  .dataTables_length,
  .dataTables_filter {
    width: 100%;
    float: none;
    text-align: left;
    margin-bottom: 1em;
  }

  /* line 122, ../../sass/autostore/responsive/_responsive.scss */
  .dataTables_wrapper select {
    margin: 0;
  }

  /* line 123, ../../sass/autostore/responsive/_responsive.scss */
  .container-filtered .calendar-filter .span2 {
    padding: 0 0;
    display: inline-block;
    line-height: 1em;
    vertical-align: -10px;
    font-size: .7em;
  }

  /* line 126, ../../sass/autostore/responsive/_responsive.scss */
  .dataTables_paginate, .dataTables_info {
    text-align: center;
    float: none;
    clear: both;
  }

  /**
   * Navbar
   */
}
/* ========================================== */
/* ! Provide higher res assets for iPhone 4   */
/* ========================================== */
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  /*  .logo {
          background: url(logo2x.jpg) no-repeat;
          background-size: 212px 303px;
      }*/
}
@media print {
  /* Default Print Stylesheet Template
     by Rob Glazebrook of CSSnewbie.com
     Last Updated: June 4, 2008

     Feel free (nay, compelled) to edit, append, and
     manipulate this file as you see fit. */
  /* SECTION 1: Set default width, margin, float, and
     background. This prevents elements from extending
     beyond the edge of the printed page, and prevents
     unnecessary background images from printing */
  /* line 166, ../../sass/autostore/responsive/_responsive.scss */
  body, #content, #container {
    width: 100%;
    margin: 0;
    float: none;
    background: white url(none);
  }

  /* SECTION 2: Remove any elements not needed in print.
     This would include navigation, ads, sidebars, etc. */
  /* line 175, ../../sass/autostore/responsive/_responsive.scss */
  #topnav, #navbar, #nav, #sidebar, .ad, .noprint {
    display: none;
  }

  /* SECTION 3: Set body font face, size, and color.
     Consider using a serif font for readability. */
  /* line 181, ../../sass/autostore/responsive/_responsive.scss */
  body {
    font: 1em Georgia, "Times New Roman", Times, serif;
    color: #000;
  }

  /* SECTION 4: Set heading font face, sizes, and color.
     Diffrentiate your headings from your body text.
     Perhaps use a large sans-serif for distinction. */
  /* line 189, ../../sass/autostore/responsive/_responsive.scss */
  h1, h2, h3, h4, h5, h6 {
    font-family: Helvetica, Arial, sans-serif;
    color: #000;
  }

  /* line 193, ../../sass/autostore/responsive/_responsive.scss */
  h1 {
    font-size: 250%;
  }

  /* line 194, ../../sass/autostore/responsive/_responsive.scss */
  h2 {
    font-size: 175%;
  }

  /* line 195, ../../sass/autostore/responsive/_responsive.scss */
  h3 {
    font-size: 135%;
  }

  /* line 196, ../../sass/autostore/responsive/_responsive.scss */
  h4 {
    font-size: 100%;
    font-variant: small-caps;
  }

  /* line 197, ../../sass/autostore/responsive/_responsive.scss */
  h5 {
    font-size: 100%;
  }

  /* line 198, ../../sass/autostore/responsive/_responsive.scss */
  h6 {
    font-size: 90%;
    font-style: italic;
  }

  /* SECTION 5: Make hyperlinks more usable.
     Ensure links are underlined, and consider appending
     the URL to the end of the link for usability. */
  /* line 203, ../../sass/autostore/responsive/_responsive.scss */
  a:link, a:visited {
    color: #00c;
    font-weight: bold;
    text-decoration: underline;
  }

  /* line 207, ../../sass/autostore/responsive/_responsive.scss */
  #content a:link:after, #content a:visited:after {
    content: " (" attr(href) ") ";
  }

  /* Overrides: */
  /* line 213, ../../sass/autostore/responsive/_responsive.scss */
  .main .container-space-light.container-filtered,
  .tooltip.tooltip-big,
  .dataTables_wrapper select,
  .dataTables_filter,
  .main-zone-title i,
  .navbar.navbar-inverse,
  .navbar-submenu.nav-collapse {
    display: none;
  }
}
