/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");
/* line 11, _normalize.css */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

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

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

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
/* line 51, _normalize.css */
[hidden],
template {
  display: none;
}

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

/**
 * Remove default margin.
 */
/* line 76, _normalize.css */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 88, _normalize.css */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 96, _normalize.css */
a:focus {
  outline: thin dotted;
}

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

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

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

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

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

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

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

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

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 183, _normalize.css */
pre {
  white-space: pre-wrap;
}

pre.error {
  display: block;
  padding: 20px;
  border: 0;
  border-radius: 0;
  background-color: #fafafa;
  margin: 0 0 9px;
  color: #555;
  font-size: 11px;
}

/**
 * Set consistent quote types.
 */
/* line 191, _normalize.css */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 199, _normalize.css */
small {
  font-size: 80%;
}

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

/* line 215, _normalize.css */
sup {
  top: -0.5em;
}

/* line 219, _normalize.css */
sub {
  bottom: -0.25em;
}

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

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 239, _normalize.css */
svg:not(:root) {
  overflow: hidden;
}

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

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 263, _normalize.css */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 274, _normalize.css */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 311, _normalize.css */
button,
select {
  text-transform: none;
}

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

/**
 * Re-set default cursor for disabled elements.
 */
/* line 336, _normalize.css */
button[disabled],
html input[disabled] {
  cursor: default;
}

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

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

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

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

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 403, _normalize.css */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

table td .actions a.action.view {
  background: #00a6ff;
}

table td .actions a.action.view:hover {
  background: #0087cb;
}

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

/* line 24, _fonts.scss */
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 39, _fonts.scss */
.icon-product:before {
  content: "\e92f";
}

/* line 42, _fonts.scss */
.icon-invoice:before {
  content: "\e92e";
}

/* line 45, _fonts.scss */
.icon-bedrijfskleding:before {
  content: "\e921";
}

/* line 48, _fonts.scss */
.icon-bedrijfsuitje:before {
  content: "\e922";
}

/* line 51, _fonts.scss */
.icon-bezoek-klant:before {
  content: "\e923";
}

/* line 54, _fonts.scss */
.icon-event:before {
  content: "\e924";
}

/* line 57, _fonts.scss */
.icon-feestdag:before {
  content: "\e925";
}

/* line 60, _fonts.scss */
.icon-gedenkdag:before {
  content: "\e926";
}

/* line 63, _fonts.scss */
.icon-jubileum:before {
  content: "\e927";
}

/* line 66, _fonts.scss */
.icon-kerst-eindejaars:before {
  content: "\e928";
}

/* line 69, _fonts.scss */
.icon-open-dag:before {
  content: "\e929";
}

/* line 72, _fonts.scss */
.icon-overig:before {
  content: "\e92a";
}

/* line 75, _fonts.scss */
.icon-salesactie:before {
  content: "\e92b";
}

/* line 78, _fonts.scss */
.icon-teamsportkleding:before {
  content: "\e92c";
}

/* line 81, _fonts.scss */
.icon-vakantie:before {
  content: "\e92d";
}

/* line 84, _fonts.scss */
.icon-calendar-solid:before {
  content: "\e91d";
}

/* line 87, _fonts.scss */
.icon-dashboard:before {
  content: "\e91e";
}

/* line 90, _fonts.scss */
.icon-lock:before {
  content: "\e91f";
}

/* line 93, _fonts.scss */
.icon-user:before {
  content: "\e920";
}

/* line 96, _fonts.scss */
.icon-account:before {
  content: "\e900";
}

/* line 99, _fonts.scss */
.icon-add:before {
  content: "\e901";
}

/* line 102, _fonts.scss */
.icon-arrow-down:before {
  content: "\e902";
}

/* line 105, _fonts.scss */
.icon-arrow-left:before {
  content: "\e903";
}

/* line 108, _fonts.scss */
.icon-arrow-long-down:before {
  content: "\e904";
}

/* line 111, _fonts.scss */
.icon-arrow-long-left:before {
  content: "\e905";
}

/* line 114, _fonts.scss */
.icon-arrow-long-right:before {
  content: "\e906";
}

/* line 117, _fonts.scss */
.icon-arrow-long-up:before {
  content: "\e907";
}

/* line 120, _fonts.scss */
.icon-arrow-right:before {
  content: "\e908";
}

/* line 123, _fonts.scss */
.icon-arrow-up:before {
  content: "\e909";
}

/* line 126, _fonts.scss */
.icon-calendar:before {
  content: "\e90a";
}

/* line 129, _fonts.scss */
.icon-cart:before {
  content: "\e90b";
}

/* line 132, _fonts.scss */
.icon-check:before {
  content: "\e90c";
}

/* line 135, _fonts.scss */
.icon-delete-thin:before {
  content: "\e90d";
}

/* line 138, _fonts.scss */
.icon-delete:before {
  content: "\e90e";
}

/* line 141, _fonts.scss */
.icon-download:before {
  content: "\e90f";
}

/* line 144, _fonts.scss */
.icon-edit:before {
  content: "\e910";
}

/* line 147, _fonts.scss */
.icon-email:before {
  content: "\e911";
}

/* line 150, _fonts.scss */
.icon-facebook:before {
  content: "\e912";
}

/* line 153, _fonts.scss */
.icon-googleplus:before {
  content: "\e913";
}

/* line 156, _fonts.scss */
.icon-linkedin:before {
  content: "\e914";
}

/* line 159, _fonts.scss */
.icon-logout:before {
  content: "\e915";
}

/* line 162, _fonts.scss */
.icon-phone:before {
  content: "\e916";
}

/* line 165, _fonts.scss */
.icon-pin:before {
  content: "\e917";
}

/* line 168, _fonts.scss */
.icon-play:before {
  content: "\e918";
}

/* line 171, _fonts.scss */
.icon-search:before {
  content: "\e919";
}

/* line 174, _fonts.scss */
.icon-settings:before {
  content: "\e91a";
}

/* line 177, _fonts.scss */
.icon-stats:before {
  content: "\e91b";
}

/* line 180, _fonts.scss */
.icon-twitter:before {
  content: "\e91c";
}

/* 1e1f20 */
/* eceef3 */
/* 242426 */
/* fb6704 */
/* ec3937 */
/* 0acc73 */
/* ff9c00 */
/*/  BASE  /////////////////////////////////////////////////////////////////*/
/* line 21, style.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}

/* line 23, style.scss */
html {
  width: 100%;
  height: 100%;
}

/* line 28, style.scss */
body {
  font: 13px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  color: #1e1f20;
  background: #eceef3;
  position: relative;
  margin: 0;
  padding: 0;
  height: 100%;
}

/* line 41, style.scss */
h1 {
  font-style: normal;
  font-weight: 300;
  font-size: 1.714em;
  margin: 0;
  padding: 0;
  color: #1e1f20;
}

/* line 50, style.scss */
h2 {
  font-style: normal;
  font-weight: 300;
  font-size: 1.286em;
  margin: 0 0 10px;
  padding: 0;
  color: #ec3937;
  letter-spacing: 0;
}

/* line 60, style.scss */
h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 1em;
  margin: 0 0 10px;
  padding: 0;
  color: #ec3937;
}

/* line 70, style.scss */
p {
  font-size: 1em;
  margin: 0 0 30px;
  padding: 0;
  line-height: 1.7em;
}

/* line 78, style.scss */
a {
  cursor: pointer;
  font-size: 1.0em;
  margin: 0;
  padding: 0;
  color: #ec3937;
  text-decoration: underline;
  outline: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease false;
  -o-transition: all 0.3s ease false;
  transition: all 0.3s ease;
}

/* line 88, style.scss */
a:hover {
  text-decoration: none;
  color: #1e1f20;
}

/* line 94, style.scss */
a.btn {
  text-decoration: none;
  border-radius: 4px;
  padding: 0 13px;
  height: 42px;
  line-height: 42px;
  display: inline-block;
  background: #ec3937;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: .77em;
  letter-spacing: .2em;
  font-weight: 600;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  -moz-transition: background 0.3s ease false, color 0.3s ease false;
  -o-transition: background 0.3s ease false, color 0.3s ease false;
  transition: background 0.3s ease, color 0.3s ease;
}

/* line 110, style.scss */
a.btn:hover {
  background: #db1715;
}

/* line 114, style.scss */
a.btn span.icon {
  margin-right: 10px;
}

/* line 118, style.scss */
a.btn.red {
  background: #ec3937;
}

/* line 121, style.scss */
a.btn.red:hover {
  background: #db1715;
}

/* line 126, style.scss */
a.btn.green {
  background: #0acc73;
}

/* line 129, style.scss */
a.btn.green:hover {
  background: #089b58;
}

/* line 134, style.scss */
a.btn.orange {
  background: #ff9c00;
}

/* line 137, style.scss */
a.btn.orange:hover {
  background: #cc7d00;
}

/* line 142, style.scss */
a.btn.grey {
  background: #aaafbd;
}

/* line 145, style.scss */
a.btn.grey:hover {
  background: #8d94a7;
}

/* line 150, style.scss */
a.btn.disabled {
  cursor: default;
  background: #c3cad9;
  color: rgba(255, 255, 255, 0.65);
}

/* line 157, style.scss */
ul {
  margin: 0 0 30px 0;
  padding: 0;
}

/* line 158, style.scss */
ol {
  padding: 0 0 0 18px;
  margin-bottom: 30px;
}

/* line 159, style.scss */
ul li {
  list-style: none;
  line-height: 1.8em;
}

/* line 160, style.scss */
ol li {
  line-height: 1.8em;
}

/* line 161, style.scss */
img {
  border: none;
  -webkit-backface-visibility: hidden;
}

/* line 163, style.scss */
strong {
  font-weight: 600;
}

/* line 166, style.scss */
.wrapper {
  max-width: 1400px;
  padding: 0 80px;
  margin: 0 auto;
}

/* line 172, style.scss */
.center-align {
  text-align: center;
}

/* line 176, style.scss */
.text-small {
  font-size: 1em !important;
}

/*/  SELECTIONS & PLACEHOLDERS  ////////////////////////////////////////////////////////////////*/
/* line 184, style.scss */
p::selection, h1::selection, h2::selection, h3::selection, a::selection, li::selection, input::selection, textarea::selection, label::selection, strong::selection, span::selection {
  background: #ec3937;
  color: #fff;
}

/* line 185, style.scss */
p::-webkit-selection, h1::-webkit-selection, h2::-webkit-selection, h3::-webkit-selection, a::-webkit-selection, li::-webkit-selection, input::-webkit-selection, textarea::-webkit-selection, label::-webkit-selection, strong::-webkit-selection, span::-webkit-selection {
  background: #ec3937;
  color: #fff;
}

/* line 186, style.scss */
p::-moz-selection, h1::-moz-selection, h2::-moz-selection, h3::-moz-selection, a::-moz-selection, li::-moz-selection, input::-moz-selection, textarea::-moz-selection, label::-moz-selection, strong::-moz-selection, span::-moz-selection {
  background: #ec3937;
  color: #fff;
}

/* line 189, style.scss */
::-webkit-input-placeholder {
  color: #1e1f20;
  opacity: 0.3;
}

/* line 190, style.scss */
:-moz-placeholder {
  color: #1e1f20;
  opacity: 0.3;
}

/* line 191, style.scss */
::-moz-placeholder {
  color: #1e1f20;
  opacity: 0.3;
}

/* line 192, style.scss */
:-ms-input-placeholder {
  color: #4f5255;
}

/* line 194, style.scss */
input[type="text"], input[type="file"], input[type="number"], input[type="password"], input[type="date"], input[type="time"], textarea {
  -webkit-appearance: none;
}

/*/  SIDEBAR  /////////////////////////////////////////////////////////////////*/
/* line 200, style.scss */
.sidebar {
  width: 220px;
  background: #ec3937;
  float: left;
  position: fixed;
  height: 100%;
  left: 0;
  top: 0;
}

/* line 209, style.scss */
.sidebar .customer {
  font-size: 1rem;
  color: #fff;
  font-weight: 600;
  height: 80px;
  line-height: 80px;
  padding: 0 20px;
}

/* line 218, style.scss */
.sidebar ul.nav {
  margin: 0;
}

/* line 222, style.scss */
.sidebar ul.nav li a {
  text-transform: uppercase;
  letter-spacing: .2em;
  color: #fff;
  text-decoration: none;
  display: block;
  font-size: .8em;
  font-weight: 300;
  line-height: 60px;
  padding: 0 20px;
}

/* line 233, style.scss */
.sidebar ul.nav li a span.icon {
  font-size: 1.5em;
  line-height: 60px;
  display: block;
  float: left;
  margin-right: 16px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease false;
  -o-transition: all 0.3s ease false;
  transition: all 0.3s ease;
  color: #fff;
}

/* line 244, style.scss */
.sidebar ul.nav li a.active {
  background: rgba(255, 255, 255, 0.1);
  font-weight: 700;
  border-left: 2px solid #fff;
}

/* line 249, style.scss */
.sidebar ul.nav li a.active:hover {
  background: rgba(255, 255, 255, 0.15);
}

/* line 252, style.scss */
.sidebar ul.nav li a:hover {
  background: rgba(255, 255, 255, 0.05);
  letter-spacing: .3em;
}

/* line 257, style.scss */
.sidebar ul.nav li a:hover span.icon {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

/* line 265, style.scss */
.sidebar .logo {
  position: absolute;
  bottom: 77px;
  left: 20px;
  width: calc(100% - 40px);
  opacity: .2;
}

/* line 272, style.scss */
.sidebar .logo img {
  display: block;
  width: 100%;
}

/* line 278, style.scss */
.sidebar a.logout {
  text-transform: uppercase;
  letter-spacing: .2em;
  color: #fff;
  text-decoration: none;
  display: block;
  font-size: .8em;
  font-weight: 300;
  line-height: 60px;
  padding: 0 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
}

/* line 294, style.scss */
.sidebar a.logout span.icon {
  font-size: 1.5em;
  line-height: 60px;
  display: block;
  float: left;
  margin-right: 16px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease false;
  -o-transition: all 0.3s ease false;
  transition: all 0.3s ease;
}

/* line 304, style.scss */
.sidebar a.logout:hover {
  background: rgba(0, 0, 0, 0.4);
}

/* line 307, style.scss */
.sidebar a.logout:hover span.icon {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

/*/  MAIN  /////////////////////////////////////////////////////////////////*/
/* line 317, style.scss */
.main {
  width: calc(100% - 220px);
  float: left;
  margin-left: 220px;
}

/* line 322, style.scss */
.main .topbar {
  background: #fff;
  height: 80px;
  position: fixed;
  top: 0;
  left: 220px;
  width: calc(100% - 220px);
  padding: 0 20px;
  z-index: 2;
}

/* line 332, style.scss */
.main .topbar a.back {
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  text-decoration: none;
  background: #eceef3;
  color: #1e1f20;
  border-radius: 555px;
  float: left;
  margin: 0 13px 0 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 348, style.scss */
.main .topbar a.back:hover {
  background: #ec3937;
  color: #fff;
}

/* line 353, style.scss */
.main .topbar a.back span.icon {
  line-height: 34px;
}

/* line 356, style.scss */
.main .topbar h1 {
  line-height: 80px;
  display: inline-block;
}

/* line 361, style.scss */
.main .topbar .actions {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 367, style.scss */
.main .topbar .actions a.btn {
  margin-left: 5px;
}

/* line 373, style.scss */
.main .bottombar {
  background: #fff;
  height: 60px;
  position: fixed;
  bottom: 0;
  left: 220px;
  width: calc(100% - 220px);
}

/* line 381, style.scss */
.main .bottombar .logo {
  float: right;
  width: 140px;
  margin: 0 20px 0 30px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 389, style.scss */
.main .bottombar .logo img {
  display: block;
  width: 100%;
}

/* line 395, style.scss */
.main .bottombar ul {
  margin: 0;
  float: right;
}

/* line 399, style.scss */
.main .bottombar ul li {
  float: left;
  display: block;
  color: #1e1f20;
  font-size: 0.93em;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 60px;
  padding: 0 20px;
  text-decoration: none;
  text-transform: uppercase;
}

/* line 414, style.scss */
.main .content {
  margin: 80px 0 100px 0;
  overflow: hidden;
}

/* line 418, style.scss */
.main .content .block {
  margin: 20px;
  padding: 0;
  border-radius: 5px;
  overflow: hidden;
  clear: both;
}

/* line 425, style.scss */
.main .content .block.has-sidebar {
  width: calc(100% - 360px);
  float: left;
  clear: both;
}

/* line 432, style.scss */
.main .content .block .center p {
  font-size: 1.26em;
  font-weight: 300;
}

/* line 439, style.scss */
.main .content .filtermenu {
  background: #dee2e9;
  height: 48px;
  padding: 0 20px;
  margin: 0;
}

/* line 445, style.scss */
.main .content .filtermenu .field {
  float: left;
  width: auto;
  margin: 6px 6px 0 0;
  position: relative;
}

/* line 451, style.scss */
.main .content .filtermenu .field input {
  width: 280px;
}

/* line 452, style.scss */
.main .content .filtermenu .field select {
  width: 170px;
}

/* line 455, style.scss */
.main .content .filtermenu .field.searchfield button {
  background: none;
  position: absolute;
  right: 0;
  top: 0;
  height: 36px;
  width: 36px;
  line-height: 36px;
  color: #1e1f20;
}

/* line 465, style.scss */
.main .content .filtermenu .field.searchfield button:hover {
  color: #ec3937;
}

/* line 473, style.scss */
.main .content ul.submenu {
  background: #dee2e9;
  height: 48px;
  padding: 0 20px;
  margin: 0;
}

/* line 479, style.scss */
.main .content ul.submenu li {
  float: left;
  display: block;
  margin-left: 20px;
}

/* line 484, style.scss */
.main .content ul.submenu li:first-child {
  margin-left: 0;
}

/* line 486, style.scss */
.main .content ul.submenu li a {
  line-height: 48px;
  display: block;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #1e1f20;
  text-decoration: none;
  font-weight: 400;
  font-size: 0.8714em;
  -webkit-transition: color 0.3s ease, border 0.3s ease;
  -moz-transition: color 0.3s ease false, border 0.3s ease false;
  -o-transition: color 0.3s ease false, border 0.3s ease false;
  transition: color 0.3s ease, border 0.3s ease;
}

/* line 497, style.scss */
.main .content ul.submenu li a span.count {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 555px;
  color: #fff;
  font-size: .8em;
  line-height: 18px;
  padding: 0 5px;
  margin: 0 0 0 5px;
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease false;
  -o-transition: all 0.3s ease false;
  transition: all 0.3s ease;
}

/* line 510, style.scss */
.main .content ul.submenu li a.active {
  color: #ec3937;
  font-weight: 700;
  border-bottom: 1px solid #ec3937;
}

/* line 515, style.scss */
.main .content ul.submenu li a.active span.count {
  background: #ec3937;
}

/* line 518, style.scss */
.main .content ul.submenu li a:hover {
  color: #ec3937;
}

/* line 521, style.scss */
.main .content ul.submenu li a:hover span.count {
  background: #ec3937;
}

/* line 527, style.scss */
.main .content ul.extra-nav {
  clear: both;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 20px;
  overflow: hidden;
  margin: 0;
}

/* line 534, style.scss */
.main .content ul.extra-nav li {
  float: left;
  display: block;
  margin-left: 30px;
}

/* line 539, style.scss */
.main .content ul.extra-nav li:first-child {
  margin-left: 0;
}

/* line 542, style.scss */
.main .content ul.extra-nav li:first-child .button {
  margin-top: 9px;
}

/* line 545, style.scss */
.main .content ul.extra-nav li:first-child .button a {
  padding: 5px 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 555px 0 0 555px;
  float: left;
}

/* line 551, style.scss */
.main .content ul.extra-nav li:first-child .button a:hover {
  border: 1px solid #ec3937;
}

/* line 556, style.scss */
.main .content ul.extra-nav li:first-child .button .customer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0 555px 555px 0;
  padding: 5px 10px;
  float: left;
}

/* line 568, style.scss */
.main .content ul.extra-nav a {
  display: block;
  float: left;
  text-decoration: none;
  padding: 15px 0;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: .8em;
  color: #1e1f20;
}

/* line 578, style.scss */
.main .content ul.extra-nav a.active {
  color: #ec3937;
  font-weight: 600;
  border-bottom: 1px solid #ec3937;
}

/* line 583, style.scss */
.main .content ul.extra-nav a:hover {
  color: #ec3937;
}

/* line 587, style.scss */
.main .content ul.extra-nav a span.icon {
  margin-right: 10px;
}

/* line 593, style.scss */
.main .content .activities {
  width: calc(100% - 320px);
  float: left;
  clear: both;
}

/* line 598, style.scss */
.main .content .activities h2 {
  margin: 20px;
}

/* line 602, style.scss */
.main .content .activities a.activity {
  height: 90px;
  display: block;
  border-radius: 6px;
  background: #fff;
  padding: 20px;
  text-decoration: none;
  color: #1e1f20;
  margin: 20px;
  overflow: hidden;
  border: 1px solid transparent;
}

/* line 614, style.scss */
.main .content .activities a.activity:hover {
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* line 618, style.scss */
.main .content .activities a.activity:hover .title {
  color: #ec3937;
}

/* line 619, style.scss */
.main .content .activities a.activity:hover .meta {
  color: #ec3937;
}

/* line 620, style.scss */
.main .content .activities a.activity:hover .img {
  color: #ec3937;
}

/* line 623, style.scss */
.main .content .activities a.activity .img {
  font-size: 3em;
  float: left;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  top: 50%;
  margin-right: 25px;
  color: #bfbdcb;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease false;
  -o-transition: all 0.3s ease false;
  transition: all 0.3s ease;
}

/* line 634, style.scss */
.main .content .activities a.activity .title {
  font-size: 1.43em;
  float: left;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease false;
  -o-transition: all 0.3s ease false;
  transition: all 0.3s ease;
}

/* line 642, style.scss */
.main .content .activities a.activity .title span.name {
  color: #ec3937;
  font-size: .85em;
  margin-left: 10px;
}

/* line 649, style.scss */
.main .content .activities a.activity .meta {
  float: right;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: .1em;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease false;
  -o-transition: all 0.3s ease false;
  transition: all 0.3s ease;
}

/* line 660, style.scss */
.main .content .activities a.activity .meta .location {
  float: left;
}

/* line 664, style.scss */
.main .content .activities a.activity .meta .date {
  font-weight: 600;
  float: left;
  margin-left: 5px;
}

/* line 669, style.scss */
.main .content .filters {
  width: 320px;
  float: left;
  padding: 20px 20px 0 0;
}

/* line 674, style.scss */
.main .content .filters .calendar {
  margin: 0 0 20px 0;
}

/* line 680, style.scss */
.main .content .filters .filter .field select {
  width: 100%;
}

/* line 688, style.scss */
.main .content .customer .image {
  width: 132px;
  height: 132px;
  background: #fff;
  border-radius: 5px;
  margin: 0 0 20px;
  background-repeat: no-repeat;
  background-size: 75%;
  background-position: center center;
}

/* line 699, style.scss */
.main .content .customer .image.bg {
  background-size: cover;
  height: 100px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 707, style.scss */
.main .content .customer .color span {
  border-radius: 5px;
  width: 20px;
  height: 20px;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}

/* line 718, style.scss */
.main .content .customer ul li {
  margin-bottom: 10px;
}

/* line 721, style.scss */
.main .content .customer ul li span {
  display: block;
  float: left;
  width: 180px;
}

/* line 730, style.scss */
.main .content .products {
  margin: 0;
  background: #fff;
  overflow: hidden;
}

/* line 735, style.scss */
.main .content .products .product {
  display: block;
  float: left;
  width: 20%;
  height: 300px;
  overflow: hidden;
  text-align: center;
  padding: 10px;
  text-decoration: none;
  color: #1e1f20;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease false;
  -o-transition: all 0.3s ease false;
  transition: all 0.3s ease;
  border-right: 1px solid #eceef3;
  border-bottom: 1px solid #eceef3;
}

/* line 750, style.scss */
.main .content .products .product:hover .field {
  opacity: 1;
  top: 0;
}

/* line 756, style.scss */
.main .content .products .product img {
  margin: 20px 0;
  height: 130px;
}

/* line 761, style.scss */
.main .content .products .product .price {
  font-weight: 600;
  font-size: 1em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

/* line 768, style.scss */
.main .content .products .product .stock {
  font-weight: 300;
  letter-spacing: .1em;
  font-size: .88em;
  text-transform: uppercase;
  margin-bottom: 15px;
}

/* line 776, style.scss */
.main .content .products .product .field {
  display: inline-block;
  width: auto;
  opacity: 0;
  position: relative;
  top: 200px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease false;
  -o-transition: all 0.3s ease false;
  transition: all 0.3s ease;
}

/* line 784, style.scss */
.main .content .products .product .field a.btn {
  height: 24px;
  line-height: 24px;
  font-size: .74em;
  letter-spacing: .1em;
}

/* line 796, style.scss */
.page-customer .main .content .block {
  overflow: visible;
}

/*/  PAGINATION  /////////////////////////////////////////////////////////////////*/
/* line 801, style.scss */
.pagination {
  margin: 20px 0;
}

/* line 804, style.scss */
.pagination ul {
  margin: 0 0 10px;
  text-align: center;
}

/* line 808, style.scss */
.pagination ul li {
  display: inline-block;
  border: none;
}

/* line 812, style.scss */
.pagination ul li:first-child {
  margin-left: 0;
}

/* line 816, style.scss */
.pagination ul li a {
  border: 1px solid #eceef3;
  color: #1e1f20;
  background: #fff;
  font-size: .66rem;
  display: block;
  background: #fff;
  min-width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  text-decoration: none;
  border-radius: 555px;
}

/* line 830, style.scss */
.pagination ul li a.active {
  background: #ec3937;
  color: #fff;
  border: 1px solid #ec3937;
}

/* line 835, style.scss */
.pagination ul li a.active:hover {
  border: 1px solid #ec3937;
}

/* line 840, style.scss */
.pagination ul li a:hover {
  border: 1px solid #1e1f20;
}

/* line 846, style.scss */
.pagination ul li.nav a {
  background: none;
  border: 1px solid transparent;
}

/* line 850, style.scss */
.pagination ul li.nav a span.icon {
  line-height: 21px;
}

/* line 854, style.scss */
.pagination ul li.nav a:hover {
  border: 1px solid #1e1f20;
}

/*/  CALENDAR  ////////////////////////////////////////////////////////////////*/
/* line 867, style.scss */
.calendar {
  margin: 0 auto;
  border-radius: 5px;
  text-align: center;
  color: #555;
}

/* line 873, style.scss */
.calendar .month {
  border-radius: 5px 5px 0 0;
  padding: 0;
  font-size: 1.1em;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  cursor: default;
  position: relative;
  height: 45px;
  line-height: 45px;
  background: #ec3937;
}

/* line 886, style.scss */
.calendar .month a.nav {
  color: #fff;
  font-size: 1.2em;
  text-decoration: none;
  display: inline-block;
  position: absolute;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: rgba(0, 0, 0, 0.1);
}

/* line 898, style.scss */
.calendar .month a.nav:hover {
  background: rgba(0, 0, 0, 0.3);
}

/* line 900, style.scss */
.calendar .month a.nav span.icon {
  line-height: 45px;
}

/* line 902, style.scss */
.calendar .month a.nav.prev {
  left: 0;
}

/* line 903, style.scss */
.calendar .month a.nav.next {
  right: 0;
}

/* line 907, style.scss */
.calendar table {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-spacing: 0;
}

/* line 912, style.scss */
.calendar table td {
  text-align: center;
  font-size: 1em;
  width: 38px;
  height: 38px;
  background: #fff;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-top: none;
  padding: 0;
  transition: background .3s;
  -webkit-transition: background .3s;
}

/* line 925, style.scss */
.calendar table td:first-child {
  padding: 0;
}

/* line 926, style.scss */
.calendar table td:last-child {
  padding: 0;
}

/* line 928, style.scss */
.calendar table td a {
  display: block;
  padding: 7px 6px;
  text-decoration: none;
  color: #1e1f20;
}

/* line 934, style.scss */
.calendar table td a:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 937, style.scss */
.calendar table td.lastmonth, .calendar table td.nextmonth, .calendar table td.nextmonth ~ * {
  background: #f1f1f1;
  color: #999;
}

/* line 941, style.scss */
.calendar table td.lastmonth a, .calendar table td.nextmonth a, .calendar table td.nextmonth ~ * a {
  color: #999;
}

/* line 944, style.scss */
.calendar table td.current {
  font-weight: 600;
  color: #fff;
  background: #ec3937;
}

/* line 949, style.scss */
.calendar table td.current:hover {
  background: #db1715;
  font-weight: 600;
  color: #fff;
}

/* line 951, style.scss */
.calendar table td.current a {
  color: #fff;
}

/* line 954, style.scss */
.calendar table td.full {
  font-weight: 600;
  cursor: default;
  background: #fdeded;
}

/* line 959, style.scss */
.calendar table td.full:hover {
  font-weight: 600;
  cursor: default;
}

/* line 961, style.scss */
.calendar table td.full a {
  cursor: default;
  color: #ec3937;
}

/*/  TABLE STYLING  /////////////////////////////////////////////////////////////////*/
/* line 970, style.scss */
table {
  width: 100%;
  border-collapse: initial;
  background: #fff;
}

/* line 977, style.scss */
table.hover tr:hover td {
  background: #fffaf0;
}

/* line 982, style.scss */
table.small th {
  padding: 10px 5px;
}

/* line 983, style.scss */
table.small th:first-child {
  padding-left: 5px;
}

/* line 984, style.scss */
table.small th:last-child {
  padding-right: 5px;
}

/* line 985, style.scss */
table.small td {
  padding: 12px 5px;
  cursor: default;
}

/* line 986, style.scss */
table.small td:first-child {
  padding-left: 5px;
}

/* line 987, style.scss */
table.small td:last-child {
  padding-right: 5px;
}

/* line 988, style.scss */
table.small tr:hover td {
  background: none;
}

/* line 991, style.scss */
table.stock {
  margin-left: 180px;
  width: calc(100% - 180px);
}

/* line 995, style.scss */
table.stock th {
  padding: 5px;
  height: auto;
}

/* line 996, style.scss */
table.stock td {
  padding: 5px;
}

/* line 999, style.scss */
table th {
  font-weight: 600;
  background: #ec3937;
  color: #fff;
  height: 40px;
  text-align: left;
  padding: 15px 5px;
  line-height: 1.7em;
  letter-spacing: .14em;
  font-size: 0.86em;
  text-transform: uppercase;
}

/* line 1011, style.scss */
table th:first-child {
  padding-left: 10px;
}

/* line 1012, style.scss */
table th:last-child {
  padding-right: 10px;
}

/* line 1014, style.scss */
table th.right {
  text-align: right;
}

/* line 1019, style.scss */
table td {
  background: none;
  vertical-align: top;
  padding: 15px 5px;
  line-height: 1.7em;
  font-size: 1em;
  position: relative;
  border-top: 1px solid #eceef3;
  font-weight: 300;
  cursor: pointer;
}

/* line 1030, style.scss */
table td:first-child {
  padding-left: 10px;
  border-top: 1px solid none;
}

/* line 1031, style.scss */
table td:last-child {
  padding-right: 10px;
}

/* line 1033, style.scss */
table td.right {
  text-align: right;
}

/* line 1037, style.scss */
table td ul {
  margin: 0;
}

/* line 1040, style.scss */
table td ul ul {
  margin-left: 20px;
}

/* line 1045, style.scss */
table td .field {
  margin: 0;
}

/* line 1048, style.scss */
table td .products .product {
  clear: both;
}

/* line 1052, style.scss */
table td .products .product:last-child .image {
  margin-bottom: 0;
}

/* line 1055, style.scss */
table td .products .product .image {
  border: 1px solid #eceef3;
  width: 56px;
  height: 56px;
  background-size: 80%;
  background-position: center center;
  background-repeat: no-repeat;
  float: left;
  margin: 0 10px 10px 0;
}

/* line 1066, style.scss */
table td .products .product a.productname {
  font-weight: 600;
}

/* line 1072, style.scss */
table td .actions {
  float: right;
}

/* line 1075, style.scss */
table td .actions a.action {
  margin-left: 5px;
  width: 30px;
  height: 30px;
  text-decoration: none;
  color: #fff;
  display: block;
  float: left;
  border-radius: 50%;
  text-align: center;
  font-size: .8em;
}

/* line 1087, style.scss */
table td .actions a.action:first-child {
  margin-left: 0;
}

/* line 1089, style.scss */
table td .actions a.action span.icon {
  line-height: 30px;
}

/* line 1091, style.scss */
table td .actions a.action.no {
  background: #ec3937;
}

/* line 1091, style.scss */
table td .actions a.action.no:hover {
  background: #c41513;
}

/* line 1092, style.scss */
table td .actions a.action.edit {
  background: #ff9c00;
}

/* line 1092, style.scss */
table td .actions a.action.edit:hover {
  background: #cc7d00;
}

/* line 1093, style.scss */
table td .actions a.action.yes {
  background: #0acc73;
}

/* line 1093, style.scss */
table td .actions a.action.yes:hover {
  background: #089b58;
}

/* line 1098, style.scss */
table td .items .item {
  margin-bottom: 15px;
  clear: both;
}

/* line 1102, style.scss */
table td .items .item .image {
  width: 50px;
  height: 50px;
  float: left;
  background-size: 80%;
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #eceef3;
  margin-right: 10px;
}

/*/  LOGIN  /////////////////////////////////////////////////////////////////*/
/* line 1120, style.scss */
.page-login body {
  height: 100%;
}

/* line 1125, style.scss */
.login.switch .center {
  width: 100%;
}

/* line 1126, style.scss */
.login.switch .logo {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 90px;
  text-align: center;
  margin: 0;
  top: 50px;
}

/* line 1135, style.scss */
.login.switch .logo img {
  height: 100%;
  display: inline-block;
}

/* line 1139, style.scss */
.login {
  height: 100%;
}

/* line 1142, style.scss */
.login .bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

/* line 1152, style.scss */
.login .bg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.15);
}

/* line 1163, style.scss */
.login .center {
  float: left;
  z-index: 2;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

/* line 1171, style.scss */
.login .center .logo {
  height: 74px;
  text-align: center;
  margin: 0 0 15px;
}

/* line 1176, style.scss */
.login .center .logo img {
  height: 100%;
  display: inline-block;
}

/* line 1180, style.scss */
.login .center .form .field {
  margin: 0;
  position: relative;
}

/* line 1187, style.scss */
.login .center .form .field.error input::-webkit-input-placeholder {
  color: #ec3937;
  opacity: 0.15;
}

/* line 1188, style.scss */
.login .center .form .field.error input:-moz-placeholder {
  color: #ec3937;
  opacity: 0.15;
}

/* line 1189, style.scss */
.login .center .form .field.error input::-moz-placeholder {
  color: #ec3937;
  opacity: 0.15;
}

/* line 1190, style.scss */
.login .center .form .field.error input:-ms-input-placeholder {
  color: #f06766;
}

/* line 1193, style.scss */
.login .center .form .field.error span.icon {
  color: #ec3937;
}

/* line 1196, style.scss */
.login .center .form .field input {
  border-radius: 0 0 7px 7px;
  height: 66px;
  line-height: 66px;
  width: 310px;
  font-size: 1.286em;
  padding: 0 13px;
}

/* line 1204, style.scss */
.login .center .form .field input:focus {
  border-color: #dce3eb;
}

/* line 1209, style.scss */
.login .center .form .field span.icon {
  font-size: 1.15em;
  position: absolute;
  right: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: .2;
}

/* line 1218, style.scss */
.login .center .form .field span.icon-lock {
  font-size: 1.3em;
}

/* line 1221, style.scss */
.login .center .form .field:first-child input {
  border-radius: 7px 7px 0 0;
  border-bottom: none;
}

/* line 1224, style.scss */
.login .center .form .field.buttonfield {
  margin-top: 15px;
}

/* line 1227, style.scss */
.login .center .form .field.buttonfield button {
  width: 100%;
  display: block;
  height: 62px;
  line-height: 62px;
  text-transform: inherit;
  font-size: 1.286em;
  padding: 0 13px;
  font-weight: 400;
  letter-spacing: 0;
  border-radius: 7px;
  margin-bottom: 10px;
}

/* line 1241, style.scss */
.login .center .form .field.buttonfield a.link {
  color: #fff;
  display: block;
  text-align: center;
}

/* line 1249, style.scss */
.login .center .form .error-msg {
  margin-top: 30px;
  border: 1px solid #f59594;
  background: #f9c3c3;
  border-radius: 7px;
  text-align: center;
  padding: 20px 10px;
  color: #ec3937;
  font-weight: 400;
  font-size: 1.15em;
  opacity: .95;
}

/* line 1263, style.scss */
.login .center .trigger {
  display: block;
  text-align: none;
  border-radius: 8px;
  background: #fff;
  height: 400px;
  width: 400px;
  text-decoration: none;
  margin: 0 auto;
  position: relative;
  padding: 20px;
  overflow: hidden;
  -webkit-transition: height 0.3s ease, width 0.3s ease;
  -moz-transition: height 0.3s ease false, width 0.3s ease false;
  -o-transition: height 0.3s ease false, width 0.3s ease false;
  transition: height 0.3s ease, width 0.3s ease;
}

/* line 1277, style.scss */
.login .center .trigger:hover {
  height: 420px;
  width: 420px;
}

/* line 1281, style.scss */
.login .center .trigger:hover a.btn {
  font-size: 1em;
}

/* line 1282, style.scss */
.login .center .trigger:hover .img {
  height: 200px;
  background: #ec3937;
}

/* line 1283, style.scss */
.login .center .trigger:hover .img span.icon {
  color: #fff;
  line-height: 200px;
  font-size: 6.4em;
}

/* line 1284, style.scss */
.login .center .trigger:hover h2 {
  font-size: 1.7em;
}

/* line 1285, style.scss */
.login .center .trigger:hover .img img {
  opacity: 0;
}

/* line 1288, style.scss */
.login .center .trigger:hover .img img.hover {
  opacity: 1;
}

/* line 1293, style.scss */
.login .center .trigger .img {
  height: 180px;
  margin: -20px -20px 20px -20px;
  background: #eceef3;
  text-align: center;
  -webkit-transition: height 0.3s ease, background 0.3s ease;
  -moz-transition: height 0.3s ease false, background 0.3s ease false;
  -o-transition: height 0.3s ease false, background 0.3s ease false;
  transition: height 0.3s ease, background 0.3s ease;
  position: relative;
}

/* line 1301, style.scss */
.login .center .trigger .img span.icon {
  font-size: 6em;
  line-height: 180px;
  color: #1e1f20;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease false;
  -o-transition: all 0.3s ease false;
  transition: all 0.3s ease;
}

/* line 1308, style.scss */
.login .center .trigger .img img {
  left: 50%;
  height: 75%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  display: block;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease false;
  -o-transition: all 0.3s ease false;
  transition: all 0.3s ease;
}

/* line 1318, style.scss */
.login .center .trigger .img img.hover {
  opacity: 0;
}

/* line 1324, style.scss */
.login .center .trigger h2 {
  color: #1e1f20;
  font-weight: 600;
  font-size: 1.5em;
  text-align: center;
  -webkit-transition: font-size 0.3s ease;
  -moz-transition: font-size 0.3s ease false;
  -o-transition: font-size 0.3s ease false;
  transition: font-size 0.3s ease;
}

/* line 1332, style.scss */
.login .center .trigger img.h2 {
  height: 30px;
  display: block;
  margin: 0 auto;
}

/* line 1338, style.scss */
.login .center .trigger .buttons {
  position: absolute;
  bottom: 20px;
  width: calc(100% - 40px);
}

/* line 1344, style.scss */
.login .center .trigger a.btn {
  text-decoration: none;
  border-radius: 4px;
  padding: 0 13px;
  height: 52px;
  line-height: 52px;
  display: block;
  background: #ec3937;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: .77em;
  letter-spacing: .2em;
  font-weight: 600;
  -webkit-transition: background 0.3s ease, color 0.3s ease, font-size 0.3s ease;
  -moz-transition: background 0.3s ease false, color 0.3s ease false, font-size 0.3s ease false;
  -o-transition: background 0.3s ease false, color 0.3s ease false, font-size 0.3s ease false;
  transition: background 0.3s ease, color 0.3s ease, font-size 0.3s ease;
  position: relative;
  width: 100%;
  margin-top: 10px;
}

/* line 1363, style.scss */
.login .center .trigger a.btn:hover {
  background: #db1715;
}

/* line 1370, style.scss */
.login .bottombar {
  background: #fff;
  height: 60px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

/* line 1378, style.scss */
.login .bottombar .logo-distributor {
  float: right;
  width: 140px;
  margin: 0 20px 0 30px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 1386, style.scss */
.login .bottombar .logo-distributor img {
  display: block;
  width: 100%;
}

/* line 1392, style.scss */
.login .bottombar ul {
  margin: 0;
  float: right;
}

/* line 1396, style.scss */
.login .bottombar ul li {
  float: left;
  display: block;
  color: #1e1f20;
  font-size: 0.93em;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 60px;
  padding: 0 20px;
  text-decoration: none;
  text-transform: uppercase;
}

/*/  PDF ORDER  /////////////////////////////////////////////////////////////////*/
/* line 1415, style.scss */
.pdf {
  padding: 40px;
  background: #fff;
}

/* line 1419, style.scss */
.pdf .meta {
  margin: 0 0 40px;
}

/* line 1422, style.scss */
.pdf .meta.left {
  float: left;
}

/* line 1425, style.scss */
.pdf .meta.left h2 {
  font-size: 2em;
}

/* line 1430, style.scss */
.pdf .meta.right {
  width: 300px;
  float: right;
  background: #fff;
  padding: 10px;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
}

/* line 1438, style.scss */
.pdf .meta.right ul {
  margin: 0;
}

/* line 1441, style.scss */
.pdf .meta ul {
  margin: 0 0 20px;
}

/* line 1445, style.scss */
.pdf .meta ul li span {
  width: 130px;
  font-weight: 600;
  display: block;
  float: left;
}

/* line 1454, style.scss */
.pdf .meta img.logo {
  max-height: 100px;
}

/* line 1459, style.scss */
.pdf .order {
  clear: both;
  overflow: hidden;
}

/* line 1463, style.scss */
.pdf .order table {
  margin: 0 0 20px 0;
  border-bottom: 1px solid #dce3eb;
}

/* line 1467, style.scss */
.pdf .order table th {
  background: #f2f2f2;
  font-weight: 600;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #1e1f20;
}

/* line 1474, style.scss */
.pdf .order table td {
  padding-top: 11px;
  padding-bottom: 11px;
}

/* line 1480, style.scss */
.pdf .order table tr.settings td {
  border-top: none;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: .9em;
  opacity: .5;
}

/* line 1490, style.scss */
.pdf .order .totals {
  width: 350px;
  float: right;
  text-align: right;
}

/* line 1495, style.scss */
.pdf .order .totals .costs {
  margin: 0 0 10px;
  font-weight: 600;
}

/* line 1499, style.scss */
.pdf .order .totals .costs span {
  width: 130px;
  display: block;
  float: left;
}

/* line 1506, style.scss */
.pdf .order .totals .costs.final {
  font-weight: 700;
  font-size: 1.2em;
}

/* line 1509, style.scss */
.pdf .order .totals.totals-final {
  border-top: 1px solid #dce3eb;
  margin-top: 30px;
  padding-top: 15px;
}

/*/  LOADER  /////////////////////////////////////////////////////////////////*/
/* line 1522, style.scss */
.content .loader {
  left: 220px;
  top: 80px;
  width: calc(100% - 220px);
  height: calc(100% - 80px);
  z-index: 100;
  -webkit-transform: translateY(0) translateX(0);
  -moz-transform: translateY(0) translateX(0);
  -ms-transform: translateY(0) translateX(0);
  -o-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}

/* line 1532, style.scss */
.loader,
.loader__figure {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

/* line 1540, style.scss */
.loader {
  display: none;
  overflow: visible;
  padding-top: 2em;
  height: 0;
  width: 2em;
  height: 100%;
  width: 100%;
  background: rgba(115, 117, 121, 0.7);
}

.loader.active {
  display:block;
}

/* line 1549, style.scss */
.loader .loader__figure {
  height: 0;
  width: 0;
  box-sizing: border-box;
  border: 0 solid #ec3937;
  border-radius: 50%;
  -webkit-animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* line 1560, style.scss */
.loader .loader__label {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .2em;
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  margin: 0;
  font-size: 0.875em;
  line-height: 1.5em;
  color: #fff;
  white-space: nowrap;
  -webkit-animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}

@-webkit-keyframes loader-figure {
  0% {
    height: 0;
    width: 0;
    background-color: #ec3937;
  }
  29% {
    background-color: #ec3937;
  }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1;
  }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent;
  }
}

@-moz-keyframes loader-figure {
  0% {
    height: 0;
    width: 0;
    background-color: #ec3937;
  }
  29% {
    background-color: #ec3937;
  }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1;
  }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent;
  }
}

@keyframes loader-figure {
  0% {
    height: 0;
    width: 0;
    background-color: #ec3937;
  }
  29% {
    background-color: #ec3937;
  }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1;
  }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent;
  }
}

@-webkit-keyframes loader-label {
  0% {
    opacity: 0.25;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0.25;
  }
}

@-moz-keyframes loader-label {
  0% {
    opacity: 0.25;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0.25;
  }
}

@keyframes loader-label {
  0% {
    opacity: 0.25;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0.25;
  }
}

/*/  INTERCOM  /////////////////////////////////////////////////////////////////*/
/* line 1671, style.scss */
.intercom-chat {
  position: fixed;
  right: 20px;
  bottom: 80px;
  width: 60px;
  height: 60px;
}

/* line 1678, style.scss */
.intercom-chat img {
  width: 100%;
  display: block;
}

/*/  PANEL  /////////////////////////////////////////////////////////////////*/
/* line 1684, style.scss */
.panel {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: z-index 0 ease;
  -webkit-transition-delay: 0.3s;
  -moz-transition: z-index 0 ease 0.3s;
  -o-transition: z-index 0 ease 0.3s;
  transition: z-index 0 ease 0.3s;
}

/* line 1693, style.scss */
.panel.active {
  z-index: 1000;
  -webkit-transition: z-index 0 ease;
  -webkit-transition-delay: 0s;
  -moz-transition: z-index 0 ease 0s;
  -o-transition: z-index 0 ease 0s;
  transition: z-index 0 ease 0s;
}

/* line 1697, style.scss */
.panel.active.full {
  z-index: 999;
}

/* line 1699, style.scss */
.panel.active .overlay {
  background: rgba(0, 0, 0, 0.6);
}

/* line 1701, style.scss */
.panel.active .panel-content, .panel.active.full .panel-content {
  right: 0;
}

/* line 1702, style.scss */
.panel.active .panel-content .head, .panel.active.full .panel-content .head {
  right: 0;
}

/* line 1703, style.scss */
.panel.active .panel-content .bottombar, .panel.active.full .panel-content .bottombar {
  right: 0;
}

/* line 1706, style.scss */
.panel.full {
  z-index: -1;
}

/* line 1709, style.scss */
.panel.full .panel-content {
  width: calc(100% - 220px);
  right: -100%;
}

/* line 1713, style.scss */
.panel.full .panel-content .head {
  width: calc(100% - 220px);
  right: -100%;
}

/* line 1718, style.scss */
.panel.full .panel-content .bottombar {
  width: calc(100% - 220px);
  right: -100%;
}

/* line 1725, style.scss */
.panel .overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease false;
  -o-transition: all 0.3s ease false;
  transition: all 0.3s ease;
}

/* line 1735, style.scss */
.panel .panel-content {
  background: #fff;
  position: absolute;
  width: 800px;
  right: -800px;
  top: 0;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease false;
  -o-transition: all 0.3s ease false;
  transition: all 0.3s ease;
}

/* line 1744, style.scss */
.panel .panel-content .head {
  z-index: 1;
  position: fixed;
  top: 0;
  right: -800px;
  width: 800px;
  background: #ec3937;
  height: 80px;
  line-height: 80px;
  padding: 0 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease false;
  -o-transition: all 0.3s ease false;
  transition: all 0.3s ease;
}

/* line 1756, style.scss */
.panel .panel-content .head h1 {
  color: #fff;
  padding-right: 80px;
}

/* line 1760, style.scss */
.panel .panel-content .head h1 span.icon-event {
  display: block;
  float: left;
  font-size: 1.7em;
  margin: 20px 10px 0 0;
}

/* line 1767, style.scss */
.panel .panel-content .head h1 span.meta {
  display: block;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: .6em;
  float: right;
}

/* line 1775, style.scss */
.panel .panel-content .head h1 span.meta span {
  font-weight: 600;
  margin-left: 10px;
}

/* line 1779, style.scss */
.panel .panel-content .head a.close {
  height: 80px;
  width: 80px;
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  display: block;
  text-decoration: none;
  font-size: 1.2em;
  text-align: center;
}

/* line 1791, style.scss */
.panel .panel-content .head a.close span.icon {
  line-height: 80px;
}

/* line 1793, style.scss */
.panel .panel-content .head a.close:hover {
  background: rgba(255, 255, 255, 0.2);
}

/* line 1799, style.scss */
.panel .panel-content .content {
  padding: 20px;
  overflow-x: scroll;
  height: calc(100% - 140px);
  margin-top: 80px;
}

/* line 1805, style.scss */
.panel .panel-content .content .pdf {
  border: 1px solid #eceef3;
  text-align: center;
  height: 100%;
}

/* line 1811, style.scss */
.panel .panel-content .content .loader {
  width: 100%;
  left: 0;
}

/* line 1816, style.scss */
.panel .panel-content .content .summary {
  overflow: hidden;
  clear: both;
  padding: 10px 30px 20px;
}

/* line 1821, style.scss */
.panel .panel-content .content .summary ul {
  float: left;
  margin: 0 40px 0 0;
}

/* line 1825, style.scss */
.panel .panel-content .content .summary ul li {
  font-size: 1em;
  font-weight: 300;
}

/* line 1829, style.scss */
.panel .panel-content .content .summary ul li:first-child {
  font-size: .8em;
  text-transform: uppercase;
  color: #ec3937;
  letter-spacing: .05em;
  font-weight: 400;
  margin-bottom: 10px;
}

/* line 1841, style.scss */
.panel .panel-content .content .topbar {
  border-bottom: 1px solid #eceef3;
  margin: 0 -20px 0;
  padding: 10px 20px;
  clear: both;
  background: #eceef3;
  overflow: hidden;
}

/* line 1849, style.scss */
.panel .panel-content .content .topbar h1, .panel .panel-content .content .topbar h2 {
  display: inline-block;
  margin: 0;
  line-height: 34px;
}

/* line 1855, style.scss */
.panel .panel-content .content .topbar a.back {
  line-height: 34px;
  text-decoration: none;
  color: #1e1f20;
  font-size: .722em;
  display: block;
  float: left;
}

/* line 1863, style.scss */
.panel .panel-content .content .topbar a.back span.icon {
  display: block;
  float: left;
  margin: 0 10px 0 0;
  font-size: .8em;
  line-height: 34px;
}

/* line 1871, style.scss */
.panel .panel-content .content .topbar a.back:hover {
  color: #ec3937;
}

/* line 1878, style.scss */
.panel .panel-content .content .topbar .meta .item {
  margin-left: 10px;
  float: left;
}

/* line 1882, style.scss */
.panel .panel-content .content .topbar .meta .item:first-child {
  margin-left: 0;
}

/* line 1885, style.scss */
.panel .panel-content .content .topbar .meta .item.search .field {
  margin: 0;
}

/* line 1888, style.scss */
.panel .panel-content .content .topbar .meta .item.search .field input {
  height: 34px;
  line-height: 34px;
  border-radius: 3px 0 0 3px;
  border-right: none;
}

/* line 1895, style.scss */
.panel .panel-content .content .topbar .meta .item.search .field button {
  height: 34px;
  width: 34px;
  line-height: 34px;
  border-radius: 0 3px 3px 0;
}

/* line 1901, style.scss */
.panel .panel-content .content .topbar .meta .item.search .field button span.icon {
  line-height: 34px;
}

/* line 1907, style.scss */
.panel .panel-content .content .topbar .meta .total {
  font-size: .66em;
  text-transform: uppercase;
  letter-spacing: .1em;
  height: 34px;
  line-height: 34px;
  display: block;
  font-weight: 600;
}

/* line 1917, style.scss */
.panel .panel-content .content .topbar .meta .viewport {
  border: 1px solid #eceef3;
  border-radius: 3px;
  display: block;
  overflow: hidden;
  height: 34px;
  padding: 7px;
}

/* line 1925, style.scss */
.panel .panel-content .content .topbar .meta .viewport a {
  width: 19px;
  height: 19px;
  float: left;
  display: block;
  text-decoration: none;
  margin-left: 10px;
}

/* line 1933, style.scss */
.panel .panel-content .content .topbar .meta .viewport a:first-child {
  margin: 0;
}

/* line 1935, style.scss */
.panel .panel-content .content .topbar .meta .viewport a span {
  display: block;
  float: left;
  background: #eceef3;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease false;
  -o-transition: all 0.3s ease false;
  transition: all 0.3s ease;
}

/* line 1943, style.scss */
.panel .panel-content .content .topbar .meta .viewport a:hover span {
  background: #1e1f20;
}

/* line 1949, style.scss */
.panel .panel-content .content .topbar .meta .viewport a.active span {
  background: #ec3937;
}

/* line 1955, style.scss */
.panel .panel-content .content .topbar .meta .viewport a.tiles span {
  width: 8px;
  height: 8px;
  margin: 0 0 3px 0;
}

/* line 1960, style.scss */
.panel .panel-content .content .topbar .meta .viewport a.tiles span:first-child {
  margin: 0 3px 3px 0;
}

/* line 1961, style.scss */
.panel .panel-content .content .topbar .meta .viewport a.tiles span:nth-child(3) {
  margin: 0 3px 3px 0;
}

/* line 1962, style.scss */
.panel .panel-content .content .topbar .meta .viewport a.tiles span:last-child {
  margin: 0;
}

/* line 1967, style.scss */
.panel .panel-content .content .topbar .meta .viewport a.rows span {
  width: 19px;
  height: 8px;
  margin: 0 0 3px;
}

/* line 1972, style.scss */
.panel .panel-content .content .topbar .meta .viewport a.rows span:last-child {
  margin: 0;
}

/* line 1980, style.scss */
.panel .panel-content .content .topbar .meta .select .field {
  margin: 0;
}

/* line 1983, style.scss */
.panel .panel-content .content .topbar .meta .select .field select {
  border: 1px solid #eceef3;
  border-radius: 3px;
  display: block;
  float: left;
  overflow: hidden;
  height: 34px;
  padding: 7px;
  width: 165px;
  font-size: .66em;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 600;
}

/* line 2001, style.scss */
.panel .panel-content .content .topbar .subbar {
  background: #eceef3;
  overflow: hidden;
  padding: 0 10px;
  height: 30px;
  margin-top: 20px;
}

/* line 2008, style.scss */
.panel .panel-content .content .topbar .subbar ul.filters {
  margin: 0;
}

/* line 2011, style.scss */
.panel .panel-content .content .topbar .subbar ul.filters li {
  float: left;
  display: block;
  margin-right: 20px;
  font-size: .722em;
  line-height: 30px;
}

/* line 2018, style.scss */
.panel .panel-content .content .topbar .subbar ul.filters li:last-child {
  margin-right: 0;
}

/* line 2020, style.scss */
.panel .panel-content .content .topbar .subbar ul.filters li a.delete {
  color: #ec3937;
  text-decoration: none;
  display: block;
  float: right;
  font-size: .75em;
  margin: 1px 0 0 6px;
}

/* line 2028, style.scss */
.panel .panel-content .content .topbar .subbar ul.filters li a.delete:hover {
  color: #1e1f20;
}

/* line 2035, style.scss */
.panel .panel-content .content .topbar .subbar .total {
  font-size: .66em;
  text-transform: uppercase;
  letter-spacing: .1em;
  line-height: 30px;
  display: block;
  font-weight: 600;
  float: right;
}

/* line 2046, style.scss */
.panel .panel-content .content .topbar ul.breadcrumbs {
  margin: 0;
  overflow: hidden;
}

/* line 2050, style.scss */
.panel .panel-content .content .topbar ul.breadcrumbs li {
  float: left;
  display: block;
  line-height: 34px;
  font-size: .722em;
}

/* line 2056, style.scss */
.panel .panel-content .content .topbar ul.breadcrumbs li a {
  text-decoration: none;
  color: #ec3937;
}

/* line 2060, style.scss */
.panel .panel-content .content .topbar ul.breadcrumbs li a:hover {
  color: #1e1f20;
  text-decoration: underline;
}

/* line 2066, style.scss */
.panel .panel-content .content .topbar ul.breadcrumbs li span.icon {
  margin: 0 10px;
  font-size: .6em;
}

/* line 2074, style.scss */
.panel .panel-content .content .products {
  margin: 0 -20px;
  background: #fff;
  overflow: hidden;
  clear: both;
}

/* line 2080, style.scss */
.panel .panel-content .content .products .product {
  position: relative;
  display: block;
  float: left;
  width: 20%;
  height: 300px;
  overflow: hidden;
  text-align: center;
  padding: 10px;
  text-decoration: none;
  color: #1e1f20;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease false;
  -o-transition: all 0.3s ease false;
  transition: all 0.3s ease;
  border-right: 1px solid #eceef3;
  border-bottom: 1px solid #eceef3;
}

/* line 2096, style.scss */
.panel .panel-content .content .products .product:hover .field {
  opacity: 1;
  top: 0;
}

/* line 2102, style.scss */
.panel .panel-content .content .products .product img {
  margin: 20px 0;
  height: 130px;
}

/* line 2107, style.scss */
.panel .panel-content .content .products .product .price {
  font-weight: 600;
  font-size: 1em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

/* line 2114, style.scss */
.panel .panel-content .content .products .product .stock {
  font-weight: 300;
  letter-spacing: .1em;
  font-size: .88em;
  text-transform: uppercase;
  margin-bottom: 15px;
}

/* line 2122, style.scss */
.panel .panel-content .content .products .product .field {
  display: inline-block;
  width: auto;
  opacity: 0;
  position: relative;
  top: 200px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease false;
  -o-transition: all 0.3s ease false;
  transition: all 0.3s ease;
}

/* line 2130, style.scss */
.panel .panel-content .content .products .product .field a.btn {
  height: 24px;
  line-height: 24px;
  font-size: .74em;
}

/* line 2137, style.scss */
.panel .panel-content .content .products .product .checked {
  background: #0acc73;
  width: 30px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 5px;
  top: 5px;
  color: #fff;
  text-align: center;
  border-radius: 555px;
}

/* line 2149, style.scss */
.panel .panel-content .content .products .product .checked span.icon {
  line-height: 30px;
}

/* line 2156, style.scss */
.panel .panel-content .content .orders {
  border-top: 1px solid #eceef3;
}

/* line 2159, style.scss */
.panel .panel-content .content .orders .order {
  clear: both;
  overflow: hidden;
  border-bottom: 1px solid #eceef3;
  padding: 10px 0;
}

/* line 2165, style.scss */
.panel .panel-content .content .orders .order .item {
  float: left;
}

/* line 2168, style.scss */
.panel .panel-content .content .orders .order .item .image {
  width: 50px;
  height: 50px;
  float: left;
  background-size: 80%;
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #eceef3;
  margin-right: 10px;
}

/* line 2179, style.scss */
.panel .panel-content .content .orders .order .item a.productname {
  margin: 0 0 5px 0;
  display: inline-block;
}

/* line 2184, style.scss */
.panel .panel-content .content .orders .order .item .number {
  white-space: nowrap;
}

/* line 2189, style.scss */
.panel .panel-content .content .orders .order .amount {
  float: right;
}

/* line 2192, style.scss */
.panel .panel-content .content .orders .order .amount .field {
  width: 100px;
}

/* line 2195, style.scss */
.panel .panel-content .content .orders .order .amount .field input[type="text"], .panel .panel-content .content .orders .order .amount .field input[type="file"], .panel .panel-content .content .orders .order .amount .field input[type="number"], .panel .panel-content .content .orders .order .amount .field input[type="password"], .panel .panel-content .content .orders .order .amount .field input[type="date"], .panel .panel-content .content .orders .order .amount .field input[type="time"] {
  width: 100%;
}

/* line 2199, style.scss */
.panel .panel-content .content .orders .order .total {
  float: right;
  width: 150px;
  text-align: right;
  font-size: 1em;
}

/* line 2207, style.scss */
.panel .panel-content .content .orders .totals {
  text-align: right;
  font-size: 1.4em;
  font-weight: 600;
  margin: 20px 0 0;
  overflow: hidden;
}

/* line 2214, style.scss */
.panel .panel-content .content .orders .totals .total-old {
  font-weight: 300;
  margin: 0 0 10px;
  font-size: .8em;
}

/* line 2225, style.scss */
.panel .panel-content .bottombar {
  position: fixed;
  bottom: 0;
  right: -800px;
  width: 800px;
  background: #eceef3;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease false;
  -o-transition: all 0.3s ease false;
  transition: all 0.3s ease;
  text-align: right;
}

/* line 2238, style.scss */
.panel .panel-content .bottombar a.btn {
  margin-left: 5px;
}

/*/  GRID  /////////////////////////////////////////////////////////////////*/
/* line 2246, style.scss */
.col {
  position: relative;
  float: left;
}

/* line 2250, style.scss */
.col.size1of1, .col.size2of2, .col.size3of3, .col.size4of4, .col.size5of5 {
  width: 100%;
}

/* line 2252, style.scss */
.col.size1of2 {
  width: 50%;
}

/* line 2253, style.scss */
.col.size1of3 {
  width: 33.33%;
}

/* line 2254, style.scss */
.col.size2of3 {
  width: 66.66%;
}

/* line 2256, style.scss */
.col.size1of4 {
  width: 25%;
}

/* line 2257, style.scss */
.col.size2of4 {
  width: 50%;
}

/* line 2258, style.scss */
.col.size3of4 {
  width: 75%;
}

/* line 2260, style.scss */
.col.size1of5 {
  width: 20%;
}

/* line 2261, style.scss */
.col.size2of5 {
  width: 40%;
}

/* line 2262, style.scss */
.col.size3of5 {
  width: 60%;
}

/* line 2263, style.scss */
.col.size4of5 {
  width: 80%;
}

/*/  FORM STYLING  /////////////////////////////////////////////////////////////////*/
/* line 2270, style.scss */
.form {
  margin-bottom: 40px;
}

/* line 2274, style.scss */
.form h2 span.amount {
  float: right;
  font-size: .8em;
  text-align: right;
}

/* line 2279, style.scss */
.form h2 span.total {
  float: right;
  font-size: .8em;
  width: 150px;
  text-align: right;
}

/* line 2288, style.scss */
form {
  padding: 0;
  margin: 0;
}

/* line 2293, style.scss */
.field {
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}

/* line 2299, style.scss */
.field.full-width input[type="text"], .field.full-width input[type="file"], .field.full-width input[type="number"], .field.full-width input[type="password"], .field.full-width input[type="date"], .field.full-width input[type="time"], .field.full-width select, .field.full-width textarea {
  width: 100%;
}

/* line 2305, style.scss */
.field.full-label label {
  width: 100%;
}

/* line 2311, style.scss */
.field a.link {
  float: left;
  margin-left: 20px;
  line-height: 36px;
}

/* line 2317, style.scss */
.field span.color {
  width: 20px;
  height: 20px;
  border-radius: 555px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  display: block;
  float: left;
  margin: 8px 10px 0 0;
}

/* line 2327, style.scss */
.field .image {
  background-size: 75%;
  background-repeat: no-repeat;
  background-position: center center;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  float: left;
  border-radius: 5px;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-right: 10px;
}

/* line 2341, style.scss */
.field .image a.delete-img {
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  right: 2px;
  top: 2px;
  text-decoration: none;
  text-align: center;
  background: #ec3937;
  color: #fff;
  border-radius: 3px;
  opacity: 1;
  font-size: .6em;
}

/* line 2356, style.scss */
.field .image a.delete-img span.icon {
  line-height: 20px;
}

/* line 2358, style.scss */
.field .image a.delete-img:hover {
  background: #db1715;
}

/* line 2362, style.scss */
.field .drop-file {
  background: #eceef3;
  border-radius: 5px;
  color: #fff;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  float: left;
  font-size: 1.5em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease false;
  -o-transition: all 0.3s ease false;
  transition: all 0.3s ease;
  cursor: pointer;
}

/* line 2375, style.scss */
.field .drop-file:hover {
  background: #cdd2df;
}

/* line 2379, style.scss */
.field .drop-file span.icon {
  line-height: 60px;
}

/* line 2385, style.scss */
.field .innerfield label {
  width: auto;
  margin-right: 20px;
}

/* line 2388, style.scss */
.field.size1of1, .field.size2of2, .field.size3of3, .field.size4of4, .field.size5of5 {
  width: 100%;
}

/* line 2390, style.scss */
.field.size1of2 {
  width: 50%;
  float: left;
}

/* line 2391, style.scss */
.field.size1of3 {
  width: 33.33%;
  float: left;
}

/* line 2392, style.scss */
.field.size2of3 {
  width: 66.66%;
  float: left;
}

/* line 2394, style.scss */
.field.size1of4 {
  width: 25%;
  float: left;
}

/* line 2395, style.scss */
.field.size2of4 {
  width: 50%;
  float: left;
}

/* line 2396, style.scss */
.field.size3of4 {
  width: 75%;
  float: left;
}

/* line 2398, style.scss */
.field.size1of5 {
  width: 20%;
  float: left;
}

/* line 2399, style.scss */
.field.size2of5 {
  width: 40%;
  float: left;
}

/* line 2400, style.scss */
.field.size3of5 {
  width: 60%;
  float: left;
}

/* line 2401, style.scss */
.field.size4of5 {
  width: 80%;
  float: left;
}

/* line 2403, style.scss */
.field a.delete {
  border-radius: 50%;
  background: #ec3937;
  color: #fff;
  text-decoration: none;
  display: block;
  float: left;
  width: 22px;
  height: 22px;
  text-align: center;
  font-size: .63em;
  opacity: .35;
  margin: 7px 0 0;
}

/* line 2417, style.scss */
.field a.delete:hover {
  opacity: 1;
}

/* line 2419, style.scss */
.field a.delete span.icon {
  line-height: 22px;
}

/* line 2425, style.scss */
.field.float input[type="text"], .field.float input[type="file"], .field.float input[type="number"], .field.float input[type="password"], .field.float input[type="date"], .field.float input[type="time"], .field.float select, .field.float textarea {
  margin-right: 10px;
}

/* line 2431, style.scss */
.field.error input[type="text"], .field.error input[type="email"], .field.error input[type="file"], .field.error input[type="number"], .field.error input[type="password"], .field.error input[type="date"], .field.error input[type="time"], .field.error select, .field.error textarea {
  border: 1px solid #f7acab;
  background: #fef6f6;
}

/* line 2436, style.scss */
.field.error p.label, .field.error label {
  color: #ec3937;
}

/* line 2438, style.scss */
.field.error .error {
  font-size: .86em;
  color: #ec3937;
  clear: both;
  margin-top: 5px;
  line-height: 1.8em;
  margin-left: 180px;
  font-weight: 300;
}
.field.float.error .error {
  margin-left: 0;
}
/* line 2449, style.scss */
.field.radiocheck {
  margin-bottom: 5px;
}

/* line 2452, style.scss */
.field.radiocheck label {
  width: auto;
  margin-right: 10px;
}

/* line 2454, style.scss */
.field.radiocheck .error {
  margin-left: 0;
}

/* line 2457, style.scss */
.field label, .field p.label {
  font-weight: normal;
  width: 180px;
  font-size: 1em;
  float: left;
  line-height: 36px;
  font-weight: 300;
}

/* line 2466, style.scss */
.field input[type="text"], .field input[type="email"], .field input[type="file"], .field input[type="number"], .field input[type="password"], .field input[type="date"], .field input[type="time"], .field select {
  width: 340px;
  float: left;
  border: 1px solid #dce3eb;
  padding: 0 7px;
  line-height: 36px;
  height: 36px;
  background: #fff;
  font-size: 1em;
  font-weight: 300;
  text-align: left;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease false;
  -o-transition: all 0.3s ease false;
  transition: all 0.3s ease;
}

/* line 2480, style.scss */
.field input[type="text"]:focus, .field input[type="email"]:focus, .field input[type="file"]:focus, .field input[type="number"]:focus, .field input[type="password"]:focus, .field input[type="date"]:focus, .field input[type="time"]:focus, .field select:focus {
  border: 1px solid #a8b5c3;
}

/* line 2483, style.scss */
.field input[type="text"]:focus::-webkit-input-placeholder, .field input[type="email"]:focus::-webkit-input-placeholder, .field input[type="file"]:focus::-webkit-input-placeholder, .field input[type="number"]:focus::-webkit-input-placeholder, .field input[type="password"]:focus::-webkit-input-placeholder, .field input[type="date"]:focus::-webkit-input-placeholder, .field input[type="time"]:focus::-webkit-input-placeholder, .field select:focus::-webkit-input-placeholder {
  color: #1e1f20;
  opacity: 0.15;
}

/* line 2484, style.scss */
.field input[type="text"]:focus:-moz-placeholder, .field input[type="email"]:focus:-moz-placeholder, .field input[type="file"]:focus:-moz-placeholder, .field input[type="number"]:focus:-moz-placeholder, .field input[type="password"]:focus:-moz-placeholder, .field input[type="date"]:focus:-moz-placeholder, .field input[type="time"]:focus:-moz-placeholder, .field select:focus:-moz-placeholder {
  color: #1e1f20;
  opacity: 0.15;
}

/* line 2485, style.scss */
.field input[type="text"]:focus::-moz-placeholder, .field input[type="email"]:focus::-moz-placeholder, .field input[type="file"]:focus::-moz-placeholder, .field input[type="number"]:focus::-moz-placeholder, .field input[type="password"]:focus::-moz-placeholder, .field input[type="date"]:focus::-moz-placeholder, .field input[type="time"]:focus::-moz-placeholder, .field select:focus::-moz-placeholder {
  color: #1e1f20;
  opacity: 0.15;
}

/* line 2486, style.scss */
.field input[type="text"]:focus:-ms-input-placeholder, .field input[type="email"]:focus:-ms-input-placeholder, .field input[type="file"]:focus:-ms-input-placeholder, .field input[type="number"]:focus:-ms-input-placeholder, .field input[type="password"]:focus:-ms-input-placeholder, .field input[type="date"]:focus:-ms-input-placeholder, .field input[type="time"]:focus:-ms-input-placeholder, .field select:focus:-ms-input-placeholder {
  color: #37393a;
}

/* line 2489, style.scss */
.field input[type="text"].streetname, .field input[type="email"].streetname, .field input[type="file"].streetname, .field input[type="number"].streetname, .field input[type="password"].streetname, .field input[type="date"].streetname, .field input[type="time"].streetname, .field select.streetname {
  width: 250px;
}

/* line 2490, style.scss */
.field input[type="text"].housenumber, .field input[type="email"].housenumber, .field input[type="file"].housenumber, .field input[type="number"].housenumber, .field input[type="password"].housenumber, .field input[type="date"].housenumber, .field input[type="time"].housenumber, .field select.housenumber {
  width: 80px;
}

/* line 2492, style.scss */
.field input[type="text"].postal, .field input[type="email"].postal, .field input[type="file"].postal, .field input[type="number"].postal, .field input[type="password"].postal, .field input[type="date"].postal, .field input[type="time"].postal, .field select.postal {
  width: 100px;
}

/* line 2493, style.scss */
.field input[type="text"].city, .field input[type="email"].city, .field input[type="file"].city, .field input[type="number"].city, .field input[type="password"].city, .field input[type="date"].city, .field input[type="time"].city, .field select.city {
  width: 230px;
}

/* line 2495, style.scss */
.field input[type="text"].small, .field input[type="email"].small, .field input[type="file"].small, .field input[type="number"].small, .field input[type="password"].small, .field input[type="date"].small, .field input[type="time"].small, .field select.small {
  width: 215px;
}

/* line 2496, style.scss */
.field input[type="text"].smaller, .field input[type="email"].smaller, .field input[type="file"].smaller, .field input[type="number"].smaller, .field input[type="password"].smaller, .field input[type="date"].smaller, .field input[type="time"].smaller, .field select.smaller {
  width: 125px;
}

.field input[type="text"].smallest, .field input[type="email"].smallest, .field input[type="file"].smallest, .field input[type="number"].smallest, .field input[type="password"].smallest, .field input[type="date"].smallest, .field input[type="time"].smallest, .field select.smallest {
  width: 100px;
}

.field input[type="text"].right, .field input[type="email"].right, .field input[type="file"].right, .field input[type="number"].right, .field input[type="password"].right, .field input[type="date"].right, .field input[type="time"].right, .field select.right {
  text-align: right;
}

.field input[type="text"].icon, .field input[type="email"].icon, .field input[type="file"].icon, .field input[type="number"].icon, .field input[type="password"].icon, .field input[type="date"].icon, .field input[type="time"].icon, .field select.icon {
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 26px;
}

.field input[type="text"].calendar, .field input[type="email"].calendar, .field input[type="file"].calendar, .field input[type="number"].calendar, .field input[type="password"].calendar, .field input[type="date"].calendar, .field input[type="time"].calendar, .field select.calendar {
  background-image: url(../img/icon-calendar.svg);
}

.field input[type="text"].euro, .field input[type="email"].euro, .field input[type="file"].euro, .field input[type="number"].euro, .field input[type="password"].euro, .field input[type="date"].euro, .field input[type="time"].euro, .field select.euro {
  background-image: url(../img/icon-euro.svg);
  background-position: 4px center;
}

.field input[type="text"]:disabled, .field input[type="email"]:disabled, .field input[type="file"]:disabled, .field input[type="number"]:disabled, .field input[type="password"]:disabled, .field input[type="date"]:disabled, .field input[type="time"]:disabled, .field select:disabled {
  background: #dee2e9;
  border: 1px solid #bfc4ca;
  font-weight: 400;
}

.field input[type="radio"], .field input[type="checkbox"] {
  margin-top: 11px;
  margin-right: 8px;
  margin-left: 1px;
}

/* line 2519, style.scss */
.field input[type="file"] {
  padding: 0 5px;
}

/* line 2521, style.scss */
.field textarea {
  width: 340px;
  float: left;
  border: 1px solid #dce3eb;
  padding: 5px 7px;
  line-height: inherit;
  height: 100px;
  font-size: 1em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: border 0.3s ease, opacity 0.3s ease, color 0.3s ease;
  -moz-transition: border 0.3s ease false, opacity 0.3s ease false, color 0.3s ease false;
  -o-transition: border 0.3s ease false, opacity 0.3s ease false, color 0.3s ease false;
  transition: border 0.3s ease, opacity 0.3s ease, color 0.3s ease;
  resize: none;
}

/* line 2533, style.scss */
.field textarea:focus {
  border: 1px solid #a8b5c3;
}

/* line 2536, style.scss */
.field textarea:focus::-webkit-input-placeholder {
  color: #1e1f20;
  opacity: 0.15;
}

/* line 2537, style.scss */
.field textarea:focus:-moz-placeholder {
  color: #1e1f20;
  opacity: 0.15;
}

/* line 2538, style.scss */
.field textarea:focus::-moz-placeholder {
  color: #1e1f20;
  opacity: 0.15;
}

/* line 2539, style.scss */
.field textarea:focus:-ms-input-placeholder {
  color: #37393a;
}

/* line 2543, style.scss */
.field button {
  border-radius: 4px;
  padding: 0 13px;
  height: 42px;
  line-height: 42px;
  display: inline-block;
  background: #ec3937;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: .77em;
  letter-spacing: .1em;
  font-weight: 600;
  border: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease false;
  -o-transition: all 0.3s ease false;
  transition: all 0.3s ease;
}

/* line 2559, style.scss */
.field button:hover {
  background: #db1715;
}

/* line 2563, style.scss */
.field button.icon-only {
  padding: 0;
  width: 36px;
}

/* line 2567, style.scss */
.field button.icon-only span.icon {
  margin: 0;
}

/* line 2568, style.scss */
.field button.icon-only span.icon-delete {
  font-size: .85em;
}

/* line 2571, style.scss */
.field button span.icon {
  margin-right: 10px;
}

/* line 2575, style.scss */
.field button.small {
  height: 36px;
  line-height: 36px;
}

/* line 2579, style.scss */
.field button.small span.icon {
  line-height: 36px;
}

/* line 2582, style.scss */
.field button.outline {
  background: #fef6f6;
  border: 1px solid #ec3937;
  color: #ec3937;
}

/* line 2587, style.scss */
.field button.outline:hover {
  background: #ec3937;
  color: #fff;
}

/* line 2589, style.scss */
.field button.outline.green {
  background: #f0fef8;
  border: 1px solid #0acc73;
  color: #0acc73;
}

/* line 2594, style.scss */
.field button.outline.green:hover {
  background: #0acc73;
  color: #fff;
}

/* line 2598, style.scss */
.field button.green {
  background: #0acc73;
}

/* line 2601, style.scss */
.field button.green:hover {
  background: #089b58;
}

/* line 2606, style.scss */
.field button.orange {
  background: #ff9c00;
}

/* line 2609, style.scss */
.field button.orange:hover {
  background: #cc7d00;
}

/* line 2614, style.scss */
.field button.grey {
  background: #aaafbd;
}

/* line 2617, style.scss */
.field button.grey:hover {
  background: #8d94a7;
}

/* line 2622, style.scss */
.field button.disabled {
  cursor: default;
  background: #c3cad9;
  color: rgba(255, 255, 255, 0.65);
}

/* line 2630, style.scss */
fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

/*/  MEDIA SCREENS  /////////////////////////////////////////////////////////////////*/
@media screen and (max-width: 1300px) {
  /* line 2640, style.scss */
  body {
    font-size: 13px;
  }
}

@media screen and (max-width: 1200px) {
  /* line 2644, style.scss */
  body {
    font-size: 12px;
  }
}

@media screen and (max-width: 1100px) {
  /* line 2648, style.scss */
  body {
    font-size: 11px;
  }
}

@media screen and (max-width: 1023px) {
  /* line 2656, style.scss */
  body {
    font-size: 10px;
  }
}

/* VUE.JS */
[v-cloak] {display: none}


/*/  TOUCH INTERFACE  /////////////////////////////////////////////////////////////////*/
