/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */
button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
 * 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
 *    (similar to normalize.css >=4.0.0)
 */
input[type="search"] {
  -webkit-appearance: none;
  /* 1 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@font-face {
  font-family: 'webflow-icons';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format('truetype');
  font-weight: normal;
  font-style: normal;
}
[class^="w-icon-"],
[class*=" w-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'webflow-icons' !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;
}
.w-icon-slider-right:before {
  content: "\e600";
}
.w-icon-slider-left:before {
  content: "\e601";
}
.w-icon-nav-menu:before {
  content: "\e602";
}
.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "\e603";
}
.w-icon-file-upload-remove:before {
  content: "\e900";
}
.w-icon-file-upload-icon:before {
  content: "\e903";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
html.w-mod-touch * {
  background-attachment: scroll !important;
}
.w-block {
  display: block;
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-clearfix:after {
  clear: both;
}
.w-hidden {
  display: none;
}
.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}
input.w-button {
  -webkit-appearance: button;
}
html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important;
}
.w-webflow-badge,
.w-webflow-badge * {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
  display: block;
  visibility: visible;
  overflow: visible;
  overflow-x: visible;
  overflow-y: visible;
  box-sizing: border-box;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
  float: none;
  clear: none;
  border: 0 none transparent;
  border-radius: 0;
  background: none;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto auto;
  background-repeat: repeat;
  background-origin: padding-box;
  background-clip: border-box;
  background-attachment: scroll;
  background-color: transparent;
  box-shadow: none;
  opacity: 1.0;
  transform: none;
  transition: none;
  direction: ltr;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  text-decoration: inherit;
  text-indent: 0;
  text-transform: inherit;
  list-style-type: disc;
  text-shadow: none;
  font-smoothing: auto;
  vertical-align: baseline;
  cursor: inherit;
  white-space: inherit;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
}
.w-webflow-badge {
  position: fixed !important;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 2147483647 !important;
  top: auto !important;
  right: 12px !important;
  bottom: 12px !important;
  left: auto !important;
  color: #AAADB0 !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  padding: 6px 8px 6px 6px !important;
  font-size: 12px !important;
  opacity: 1.0 !important;
  line-height: 14px !important;
  text-decoration: none !important;
  transform: none !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  white-space: nowrap;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.w-webflow-badge > img {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  vertical-align: middle !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px;
}
h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}
h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}
h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}
h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px;
}
figure {
  margin: 0;
  margin-bottom: 10px;
}
figcaption {
  margin-top: 5px;
  text-align: center;
}
ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}
.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}
.w-embed:before,
.w-embed:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-embed:after {
  clear: both;
}
.w-video {
  width: 100%;
  position: relative;
  padding: 0;
}
.w-video iframe,
.w-video object,
.w-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}
.w-form {
  margin: 0 0 15px;
}
.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
}
.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}
label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
  color: #999;
}
.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.w-input:-ms-input-placeholder,
.w-select:-ms-input-placeholder {
  color: #999;
}
.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
  color: #999;
}
.w-input:focus,
.w-select:focus {
  border-color: #3898EC;
  outline: 0;
}
.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.w-input,
textarea.w-select {
  height: auto;
}
.w-select {
  background-color: #f3f3f3;
}
.w-select[multiple] {
  height: auto;
}
.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px;
}
.w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}
.w-radio:before,
.w-radio:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-radio:after {
  clear: both;
}
.w-radio-input {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
  float: left;
  margin-left: -20px;
}
.w-radio-input {
  margin-top: 3px;
}
.w-file-upload {
  display: block;
  margin-bottom: 10px;
}
.w-file-upload-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -100;
}
.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
  display: inline-block;
  color: #333333;
}
.w-file-upload-error {
  display: block;
  margin-top: 10px;
}
.w-file-upload-default.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden {
  display: none;
}
.w-file-upload-uploading-btn {
  display: flex;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block;
}
.w-file-remove-link {
  margin-top: 3px;
  margin-left: 10px;
  width: auto;
  height: auto;
  padding: 3px;
  display: block;
  cursor: pointer;
}
.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}
.w-file-upload-error-msg {
  display: inline-block;
  color: #ea384c;
  padding: 2px 0;
}
.w-file-upload-info {
  display: inline-block;
  line-height: 38px;
  padding: 0 12px;
}
.w-file-upload-label {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
  display: inline-block;
  margin-right: 8px;
  width: 20px;
}
.w-icon-file-upload-uploading {
  height: 20px;
}
.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.w-container:before,
.w-container:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-container:after {
  clear: both;
}
.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}
.w-row:before,
.w-row:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-row:after {
  clear: both;
}
.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}
.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}
.w-col-1 {
  width: 8.33333333%;
}
.w-col-2 {
  width: 16.66666667%;
}
.w-col-3 {
  width: 25%;
}
.w-col-4 {
  width: 33.33333333%;
}
.w-col-5 {
  width: 41.66666667%;
}
.w-col-6 {
  width: 50%;
}
.w-col-7 {
  width: 58.33333333%;
}
.w-col-8 {
  width: 66.66666667%;
}
.w-col-9 {
  width: 75%;
}
.w-col-10 {
  width: 83.33333333%;
}
.w-col-11 {
  width: 91.66666667%;
}
.w-col-12 {
  width: 100%;
}
.w-hidden-main {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: none !important;
  }
  .w-col-medium-1 {
    width: 8.33333333%;
  }
  .w-col-medium-2 {
    width: 16.66666667%;
  }
  .w-col-medium-3 {
    width: 25%;
  }
  .w-col-medium-4 {
    width: 33.33333333%;
  }
  .w-col-medium-5 {
    width: 41.66666667%;
  }
  .w-col-medium-6 {
    width: 50%;
  }
  .w-col-medium-7 {
    width: 58.33333333%;
  }
  .w-col-medium-8 {
    width: 66.66666667%;
  }
  .w-col-medium-9 {
    width: 75%;
  }
  .w-col-medium-10 {
    width: 83.33333333%;
  }
  .w-col-medium-11 {
    width: 91.66666667%;
  }
  .w-col-medium-12 {
    width: 100%;
  }
  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: none !important;
  }
  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
  .w-col-small-1 {
    width: 8.33333333%;
  }
  .w-col-small-2 {
    width: 16.66666667%;
  }
  .w-col-small-3 {
    width: 25%;
  }
  .w-col-small-4 {
    width: 33.33333333%;
  }
  .w-col-small-5 {
    width: 41.66666667%;
  }
  .w-col-small-6 {
    width: 50%;
  }
  .w-col-small-7 {
    width: 58.33333333%;
  }
  .w-col-small-8 {
    width: 66.66666667%;
  }
  .w-col-small-9 {
    width: 75%;
  }
  .w-col-small-10 {
    width: 83.33333333%;
  }
  .w-col-small-11 {
    width: 91.66666667%;
  }
  .w-col-small-12 {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: inherit !important;
  }
  .w-hidden-tiny {
    display: none !important;
  }
  .w-col {
    width: 100%;
  }
  .w-col-tiny-1 {
    width: 8.33333333%;
  }
  .w-col-tiny-2 {
    width: 16.66666667%;
  }
  .w-col-tiny-3 {
    width: 25%;
  }
  .w-col-tiny-4 {
    width: 33.33333333%;
  }
  .w-col-tiny-5 {
    width: 41.66666667%;
  }
  .w-col-tiny-6 {
    width: 50%;
  }
  .w-col-tiny-7 {
    width: 58.33333333%;
  }
  .w-col-tiny-8 {
    width: 66.66666667%;
  }
  .w-col-tiny-9 {
    width: 75%;
  }
  .w-col-tiny-10 {
    width: 83.33333333%;
  }
  .w-col-tiny-11 {
    width: 91.66666667%;
  }
  .w-col-tiny-12 {
    width: 100%;
  }
}
.w-widget {
  position: relative;
}
.w-widget-map {
  width: 100%;
  height: 400px;
}
.w-widget-map label {
  width: auto;
  display: inline;
}
.w-widget-map img {
  max-width: inherit;
}
.w-widget-map .gm-style-iw {
  text-align: center;
}
.w-widget-map .gm-style-iw > button {
  display: none !important;
}
.w-widget-twitter {
  overflow: hidden;
}
.w-widget-twitter-count-shim {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 28px;
  height: 20px;
  text-align: center;
  background: white;
  border: #758696 solid 1px;
  border-radius: 3px;
}
.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  position: relative;
  font-size: 15px;
  line-height: 12px;
  text-align: center;
  color: #999;
  font-family: serif;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  position: relative;
  display: block;
}
.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
}
.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}
.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}
.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
  top: 50%;
  left: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-color: rgba(117, 134, 150, 0);
  border-right-color: #5d6c7b;
  border-width: 4px;
  margin-left: -9px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-left: -10px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: white;
  border-width: 4px;
  margin-left: -8px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-left: -9px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}
.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim.w--vertical:before {
  border-color: rgba(117, 134, 150, 0);
  border-top-color: #5d6c7b;
  border-width: 5px;
  margin-left: -5px;
}
.w-widget-twitter-count-shim.w--vertical:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: white;
  border-width: 4px;
  margin-left: -4px;
}
.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}
.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}
.w-widget-gplus {
  overflow: hidden;
}
.w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: white;
}
.w-background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  object-fit: cover;
  z-index: -100;
}
.w-background-video > video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #dddddd;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}
.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}
.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-nav.w-round > div {
  border-radius: 100%;
}
.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit;
}
.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}
.w-slider-nav-invert {
  color: #fff;
}
.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4);
}
.w-slider-nav-invert > div.w-active {
  background-color: #222;
}
.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition: background-color 100ms, color 100ms;
}
.w-slider-dot.w-active {
  background-color: #fff;
}
.w-slider-dot:focus {
  outline: none;
  box-shadow: 0px 0px 0px 2px #fff;
}
.w-slider-dot:focus.w-active {
  box-shadow: none;
}
.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-slider-arrow-left [class^="w-icon-"],
.w-slider-arrow-right [class^="w-icon-"],
.w-slider-arrow-left [class*=" w-icon-"],
.w-slider-arrow-right [class*=" w-icon-"] {
  position: absolute;
}
.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
  outline: 0;
}
.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}
.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}
.w-icon-slider-left,
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}
.w-slider-aria-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}
.w-dropdown-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}
.w-dropdown-toggle:focus {
  outline: 0;
}
.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em;
}
.w-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%;
}
.w-dropdown-list.w--open {
  display: block;
}
.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222222;
}
.w-dropdown-link.w--current {
  color: #0082f3;
}
.w-dropdown-link:focus {
  outline: 0;
}
@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}
/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */
.w-lightbox-backdrop {
  color: #000;
  cursor: auto;
  font-family: serif;
  font-size: medium;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
  list-style: disc;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  outline: 0;
  /* 1 */
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate(0, 0);
  /* 2 */
}
/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */
.w-lightbox-backdrop,
.w-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.w-lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.w-lightbox-view {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0;
}
.w-lightbox-view:before {
  content: "";
  height: 100vh;
}
/* .w-lightbox-content */
.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}
.w-lightbox-frame,
.w-lightbox-view:before {
  display: inline-block;
  vertical-align: middle;
}
/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */
.w-lightbox-figure {
  position: relative;
  margin: 0;
  /* 1 */
}
.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}
/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */
.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none;
}
/**
 * 1. Reset if style is set by user on "All Images"
 */
.w-lightbox-image {
  display: block;
  float: none;
  /* 1 */
  max-width: 100vw;
  max-height: 100vh;
}
.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}
.w-lightbox-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: .5em 1em;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.w-lightbox-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-lightbox-control {
  position: absolute;
  top: 0;
  width: 4em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
}
.w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
}
/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */
.w-lightbox-close {
  right: 0;
  height: 2.6em;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
}
/**
 * 1. All IE versions add extra space at the bottom without this.
 */
.w-lightbox-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1vh;
  line-height: 0;
  /* 1 */
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */
.w-lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  box-sizing: content-box;
  /* 1 */
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  /* 2 */
}
.w-lightbox-active {
  opacity: .3;
}
.w-lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden;
}
.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}
.w-lightbox-thumbnail .w-lightbox-tall {
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.w-lightbox-thumbnail .w-lightbox-wide {
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */
.w-lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-animation: spin .8s infinite linear;
  animation: spin .8s infinite linear;
}
.w-lightbox-spinner:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%;
}
/*
 * Utility classes
 */
.w-lightbox-hide {
  display: none;
}
.w-lightbox-noscroll {
  overflow: hidden;
}
@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }
  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh;
  }
  /* .w-lightbox-content */
  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }
  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }
  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }
  .w-lightbox-left,
  .w-lightbox-right {
    display: block;
    opacity: .5;
  }
  .w-lightbox-close {
    opacity: .8;
  }
  .w-lightbox-control:hover {
    opacity: 1;
  }
}
.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0;
}
.w-richtext:before,
.w-richtext:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-richtext:after {
  clear: both;
}
.w-richtext[contenteditable="true"]:before,
.w-richtext[contenteditable="true"]:after {
  white-space: initial;
}
.w-richtext ol,
.w-richtext ul {
  overflow: hidden;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after {
  outline: 2px solid #2895f7;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}
.w-richtext figure.w-richtext-figure-type-video > div:after,
.w-richtext figure[data-rt-type="video"] > div:after {
  content: '';
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.w-richtext figure {
  position: relative;
  max-width: 60%;
}
.w-richtext figure > div:before {
  cursor: default!important;
}
.w-richtext figure img {
  width: 100%;
}
.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6;
}
.w-richtext figure div {
  /* fix incorrectly sized selection border in the data manager */
  font-size: 0px;
  color: transparent;
}
.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
  display: table;
}
.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}
.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type="image"] > figcaption {
  display: table-caption;
  caption-side: bottom;
}
.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}
.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}
.w-richtext figure.w-richtext-align-center {
  margin-right: auto;
  margin-left: auto;
  clear: both;
}
.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}
.w-richtext figure.w-richtext-align-normal {
  clear: both;
}
.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.w-richtext figure.w-richtext-align-fullwidth > div {
  display: inline-block;
  /* padding-bottom is used for aspect ratios in video figures
      we want the div to inherit that so hover/selection borders in the designer-canvas
      fit right*/
  padding-bottom: inherit;
}
.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}
.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  margin-right: 15px;
  clear: none;
}
.w-richtext figure.w-richtext-align-floatright {
  float: right;
  margin-left: 15px;
  clear: none;
}
.w-nav {
  position: relative;
  background: #dddddd;
  z-index: 1000;
}
.w-nav:before,
.w-nav:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-nav:after {
  clear: both;
}
.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333;
}
.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.w-nav-link.w--current {
  color: #0082f3;
}
.w-nav-menu {
  position: relative;
  float: right;
}
[data-nav-menu-open] {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #C8C8C8;
  text-align: center;
  overflow: visible;
  min-width: 200px;
}
.w--nav-link-open {
  display: block;
  position: relative;
}
.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}
.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}
.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation="over-left"] .w-nav-overlay,
.w-nav[data-animation="over-left"] [data-nav-menu-open] {
  right: auto;
  z-index: 1;
  top: 0;
}
.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation="over-right"] .w-nav-overlay,
.w-nav[data-animation="over-right"] [data-nav-menu-open] {
  left: auto;
  z-index: 1;
  top: 0;
}
.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-nav-button:focus {
  outline: 0;
}
.w-nav-button.w--open {
  background-color: #C8C8C8;
  color: white;
}
.w-nav[data-collapse="all"] .w-nav-menu {
  display: none;
}
.w-nav[data-collapse="all"] .w-nav-button {
  display: block;
}
.w--nav-dropdown-open {
  display: block;
}
.w--nav-dropdown-toggle-open {
  display: block;
}
.w--nav-dropdown-list-open {
  position: static;
}
@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="small"] .w-nav-button {
    display: block;
  }
  .w-nav-brand {
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block;
  }
}
.w-tabs {
  position: relative;
}
.w-tabs:before,
.w-tabs:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-tabs:after {
  clear: both;
}
.w-tab-menu {
  position: relative;
}
.w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222222;
  background-color: #dddddd;
}
.w-tab-link.w--current {
  background-color: #C8C8C8;
}
.w-tab-link:focus {
  outline: 0;
}
.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden;
}
.w-tab-pane {
  position: relative;
  display: none;
}
.w--tab-active {
  display: block;
}
@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}
.w-ix-emptyfix:after {
  content: "";
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.w-dyn-empty {
  padding: 10px;
  background-color: #dddddd;
}
.w-dyn-hide {
  display: none !important;
}
.w-dyn-bind-empty {
  display: none !important;
}
.w-condition-invisible {
  display: none !important;
}
img {
  display: inline-block;
}

.rrg-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Renaultlifeweb, sans-serif;
  color: #000;
  font-size: 42px;
  line-height: 42px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}

.container {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  min-width: 100vw;
  background-color: #fdfdfd;
  font-family: Renaultlifeweb, sans-serif;
  color: #333;
  font-size: 16px;
}

.container.dark {
  background-color: #333;
  color: #fff;
}

.header-wrapper {
  width: 100vw;
}

.page-container {
  padding-top: 90px;
}

.page-container.scrollable {
  overflow: auto;
}

.rrg-header {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: #fdfdfd;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: height 200ms ease;
  transition: height 200ms ease;
}

.rrg-header.dark {
  background-color: #333;
}

.modal-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.modal-loader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 300px;
  padding: 27px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.28), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: max-width 300ms ease;
  transition: max-width 300ms ease;
}

.image {
  padding: 5px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.hidden {
  display: none;
  width: 0px;
  height: 0px;
  max-height: 0px;
  max-width: 0px;
  min-height: 0px;
  min-width: 0px;
  opacity: 0;
}

.header-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-left-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-center-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.header-right-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  padding: 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page {
  margin-top: 1em;
}

.kbrw-menu {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-width: 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.12), 0 2px 3px 0 rgba(0, 0, 0, 0.24);
  -webkit-transition: left 300ms ease;
  transition: left 300ms ease;
}

.kbrw-menu:hover {
  position: fixed;
}

.kbrw-menu.out {
  left: -20%;
  overflow: hidden;
  width: 20%;
}

.kbrw-menu.dark {
  background-color: #333;
}

.menu-pilot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid silver;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}

.kbrw-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #c6c6c6;
  box-shadow: 0 1px 2px 0 rgba(0, 84, 164, 0.1);
  -webkit-transition: box-shadow 250ms ease, background-color 250ms ease;
  transition: box-shadow 250ms ease, background-color 250ms ease;
  font-weight: 700;
  cursor: pointer;
}

.kbrw-button:hover {
  background-color: #ededed;
}

.kbrw-button:active {
  background-color: #9d9d9d;
  box-shadow: 0 4px 8px 0 rgba(0, 84, 164, 0.16);
}

.kbrw-button.primary {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffcd00;
  font-family: Renaultlifeweb, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 700;
}

.kbrw-button.primary:hover {
  background-color: #fa0;
}

.kbrw-button.primary:active {
  background-color: #b57800;
}

.kbrw-button.primary.icon {
  font-family: 'Rrg icon', sans-serif;
  color: #000;
  font-size: 30px;
  font-weight: 400;
}

.kbrw-button.primary.rrg-form-button {
  margin-bottom: 0px;
}

.kbrw-button.primary.locker-assign-button {
  margin-bottom: 0px;
}

.kbrw-button.secondary {
  display: block;
  background-color: #333;
  color: #fff;
}

.kbrw-button.secondary:hover {
  background-color: #666;
}

.kbrw-button.secondary:active {
  background-color: #000;
}

.kbrw-button.round {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
}

.kbrw-button.round.disabled {
  color: #a3a3a3;
  cursor: not-allowed;
}

.kbrw-button.disabled {
  color: #a3a3a3;
  cursor: not-allowed;
}

.kbrw-button.disabled:hover {
  background-color: #e0e0e0;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
}

.kbrw-button.menu-scan {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.rrg-hide-menu {
  width: 40px;
  height: 40px;
  border-radius: 2.5vw;
  font-size: 40px;
  cursor: pointer;
}

.rrg-hide-menu:hover {
  background-color: #ededed;
}

.rrg-hide-menu:active {
  background-color: #c6c6c6;
}

.buttons-container {
  margin-top: 50px;
  padding-right: 20px;
  padding-left: 20px;
}

.kbrw-buttons-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 30vw;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.kbrw-buttons-container.stock-recep-modal {
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.kbrw-buttons-container.order-modal {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.kbrw-buttons-container.order-modal.centered {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.kbrw-buttons-container.rrg-form-button-container {
  min-width: 0vw;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.kbrw-menu-button {
  width: 60px;
  height: 60px;
  margin-left: 5px;
  border-radius: 20px;
  -webkit-transition: box-shadow 200ms ease, background-color 500ms ease;
  transition: box-shadow 200ms ease, background-color 500ms ease;
  cursor: pointer;
}

.kbrw-menu-button:hover {
  background-color: #1d87e4;
}

.kbrw-menu-button:active {
  background-color: #1d87e4;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.24);
}

.div-block {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.kbrw-button-flat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  font-weight: 700;
  cursor: pointer;
}

.kbrw-button-flat:hover {
  background-color: #ededed;
}

.kbrw-button-flat:active {
  background-color: #c6c6c6;
}

.kbrw-button-flat.primary {
  color: #ffcd00;
}

.kbrw-button-flat.primary:hover {
  background-color: rgba(255, 205, 0, 0.16);
}

.kbrw-button-flat.primary:active {
  background-color: rgba(255, 205, 0, 0.25);
}

.kbrw-button-flat.secondary {
  color: #333;
}

.kbrw-button-flat.secondary:hover {
  background-color: #e1e1e1;
}

.kbrw-button-flat.secondary:active {
  background-color: #ccc;
}

.kbrw-button-flat.round {
  border-radius: 20px;
}

.kbrw-button-flat.disabled {
  color: #a3a3a3;
  cursor: not-allowed;
}

.kbrw-button-flat.disabled:hover {
  background-color: transparent;
}

.kbrw-button-flat-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #c6c6c6;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  font-family: Renaultlifeweb, sans-serif;
  font-weight: 700;
  cursor: pointer;
}

.kbrw-button-flat-line:hover {
  background-color: #ededed;
}

.kbrw-button-flat-line:active {
  background-color: #9d9d9d;
}

.kbrw-button-flat-line.primary {
  border-color: #ffcd00;
  color: #ffcd00;
}

.kbrw-button-flat-line.primary:hover {
  background-color: rgba(255, 205, 0, 0.16);
}

.kbrw-button-flat-line.primary:active {
  background-color: rgba(255, 205, 0, 0.25);
}

.kbrw-button-flat-line.secondary {
  border-color: #333;
  color: #333;
}

.kbrw-button-flat-line.secondary:hover {
  background-color: #e1e1e1;
}

.kbrw-button-flat-line.secondary:active {
  background-color: #ccc;
}

.kbrw-button-flat-line.secondary.straight {
  border-radius: 0px;
}

.kbrw-button-flat-line.round {
  border-radius: 20px;
}

.kbrw-button-flat-line.disabled {
  cursor: not-allowed;
}

.kbrw-button-flat-line.disabled:hover {
  background-color: transparent;
}

.kbrw-button-flat-line.home-button {
  width: 22vh;
}

.kbrw-button-icon {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 100%;
  background-color: #e0e0e0;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  -webkit-transition: box-shadow 250ms ease, background-color 250ms ease;
  transition: box-shadow 250ms ease, background-color 250ms ease;
  font-weight: 700;
  cursor: pointer;
}

.kbrw-button-icon:hover {
  background-color: #c9c9c9;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.12), 0 5px 7px 0 rgba(0, 0, 0, 0.24);
}

.kbrw-button-icon:active {
  background-color: #a3a3a3;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12), 0 7px 10px 0 rgba(0, 0, 0, 0.24);
}

.kbrw-button-icon.primary {
  background-color: #2196f3;
  color: #fff;
}

.kbrw-button-icon.primary:hover {
  background-color: #1d87e4;
}

.kbrw-button-icon.primary:active {
  background-color: #1d76d2;
}

.kbrw-button-icon.secondary {
  background-color: #b00;
  color: #fff;
}

.kbrw-button-icon.secondary:hover {
  background-color: #ac0002;
}

.kbrw-button-icon.secondary:active {
  background-color: #9a0000;
}

.kbrw-button-icon.round {
  border-radius: 20px;
}

.kbrw-button-icon.primary {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #d96500;
  color: #fff;
}

.kbrw-button-icon.primary:hover {
  background-color: #f70;
}

.kbrw-button-icon.primary:active {
  background-color: #d96500;
}

.kbrw-button-icon.primary.toggle {
  position: static;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 5px;
  background-color: transparent;
  box-shadow: none;
  -webkit-transition-property: none;
  transition-property: none;
}

.kbrw-contained-image {
  width: 100%;
}

.rrg-image-wrapper {
  max-height: 100%;
  max-width: 100%;
}

.rrg-image-wrapper.rrg-logo {
  padding-top: 5px;
}

.button-icon-container {
  width: 100%;
  height: 100%;
}

.image-7 {
  width: 100%;
}

.kbrw-input-wrapper {
  width: 200px;
}

.kbrw-input-wrapper.bigger {
  width: 300px;
}

.kbrw-input-wrapper.rrg-login-login {
  margin-top: 10px;
  margin-bottom: 10px;
}

.kbrw-input-wrapper.rrg-login-password {
  margin-top: 10px;
  margin-bottom: 10px;
}

.kbrw-input-wrapper.depa {
  width: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 20px;
  font-weight: 700;
}

.kbrw-input-wrapper.piece {
  font-size: 20px;
  font-weight: 700;
}

.kbrw-input-wrapper.scan {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.kbrw-input-wrapper.choose-zone {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.part-form {
  width: auto;
  color: #333;
}

.part-form.primary {
  border-style: solid;
  border-width: 1px;
  border-color: #1d76d2;
}

.part-form.round {
  border-radius: 5px;
}

.input-classic {
  margin-bottom: 0px;
  border: 0px none transparent;
  background-color: transparent;
}

.input-classic.primary {
  color: #fff;
}

.input-classic.primary:hover {
  background-color: #3ca2f0;
}

.input-classic.primary::-webkit-input-placeholder {
  color: #badcf8;
}

.input-classic.primary:-ms-input-placeholder {
  color: #badcf8;
}

.input-classic.primary::-ms-input-placeholder {
  color: #badcf8;
}

.input-classic.primary::placeholder {
  color: #badcf8;
}

.form-no-offset {
  width: 100%;
  margin-bottom: 0px;
  color: #333;
}

.input-labelized {
  margin-bottom: 0px;
  padding-bottom: 9px;
  padding-left: 5px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000;
  background-color: transparent;
  -webkit-transition: padding-bottom 250ms ease, border-width 250ms ease;
  transition: padding-bottom 250ms ease, border-width 250ms ease;
}

.input-labelized:hover {
  padding-bottom: 8px;
  border-bottom-width: 2px;
}

.input-labelized:focus {
  padding-bottom: 8px;
  border-bottom-width: 2px;
  border-bottom-color: #ffcd00;
}

.input-labelized.rrg-depa-search {
  font-size: 20px;
}

.input-labelized.rrg-depa-search.error {
  border-bottom-color: red;
  color: red;
}

.input-labelized.rrg-piece-search {
  font-size: 20px;
}

.input-labelized.error {
  border-bottom-color: red;
  color: red;
}

.input-labelized.disabled {
  border-bottom-color: #ccc;
  cursor: not-allowed;
}

.kbrw-input-dropdown-wrapper {
  width: 100%;
  height: 0px;
}

.kbrw-input-dropdown {
  position: relative;
  z-index: 10;
  overflow: auto;
  max-height: 100px;
  background-color: #fdfdfd;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
}

.kbrw-input-dropdown.closed {
  max-height: 0px;
}

.kbrw-input-dropdown-row {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 25px;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  cursor: pointer;
}

.kbrw-input-dropdown-row:hover {
  background-color: #e1e1e1;
}

.kbrw-input-dropdown-row:active {
  background-color: #c9c9c9;
}

.header-title {
  font-size: 36px;
}

.menu-item {
  padding: 6px 20px 8px 27px;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  font-weight: 500;
  cursor: pointer;
}

.menu-item:hover {
  background-color: #e1e1e1;
}

.menu-item:active {
  background-color: #ccc;
}

.kbrw-error-modal {
  max-width: 60vw;
  min-width: 30vw;
  padding: 15px 15px 6px;
}

.loader-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 1100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.25);
  -webkit-transition: opacity 300ms cubic-bezier(1, .071, .25, 1);
  transition: opacity 300ms cubic-bezier(1, .071, .25, 1);
}

.loader-wrapper.hidden {
  overflow: hidden;
  -webkit-transition-timing-function: cubic-bezier(1, -.543, .544, .808);
  transition-timing-function: cubic-bezier(1, -.543, .544, .808);
}

.rrg-home-content {
  margin-top: 15px;
  padding-right: 10px;
  padding-left: 10px;
}

.kbrw-modal {
  border-radius: 5px;
  background-color: #fdfdfd;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.24);
}

.kbrw-modal.kbrw-confirm-modal {
  max-width: 60vw;
  min-width: 30vw;
  padding: 10px;
}

.kbrw-modal.kbrw-qty-modal {
  max-width: 60vw;
  min-width: 30vw;
  padding: 10px;
}

.kbrw-modal.kbrw-scan-modal {
  max-width: 60vw;
  min-width: 30vw;
  padding: 10px;
}

.kbrw-modal.kbrw-choose-zone-modal {
  max-width: 60vw;
  min-width: 30vw;
  padding: 10px;
}

.kbrw-modal.rrg-recep-modal {
  max-width: 60vw;
  min-width: 30vw;
  padding: 10px;
}

.kbrw-modal.logs-modal {
  overflow: auto;
  max-height: 80vh;
  min-width: 30px;
  padding: 10px;
}

.kbrw-modal.kbrw-recap-qty-modal {
  max-width: 60vw;
  min-width: 30vw;
  padding: 10px;
}

.kbrw-modal.stock-modal {
  max-width: 90vw;
  min-width: 80vw;
  margin-top: 0px;
  padding: 0px;
}

.kbrw-modal.stock-modal.supp-modal {
  min-width: 60vw;
}

.kbrw-modal.carte-achat-modal {
  max-width: 90vw;
  min-width: 80vw;
  margin-top: 0px;
  padding: 0px;
}

.kbrw-modal.carte-achat-modal.supp-modal {
  min-width: 60vw;
}

.kbrw-modal.pneumatique {
  max-width: 90vw;
  min-width: 80vw;
  margin-top: 0px;
  padding: 0px;
}

.kbrw-modal.pneumatique.supp-modal {
  min-width: 60vw;
}

.kbrw-modal-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 25px;
  font-weight: 500;
}

.kbrw-modal-message {
  padding: 8px;
  color: #666;
}

.kbrw-modal-message.kbrw-confirm-modal-message {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.kbrw-modal-message.kbrw-error-modal-message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.kbrw-modal-message.rrg-qty-modal-message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.kbrw-modal-message.rrg-qty-recap-modal-message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.kbrw-modal-message.rrg-qty-recap-modal-message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.kbrw-modal-message.rrg-qty-total-recap-modal-message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-logout-logo {
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
}

.header-logout-logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-identity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-search-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.kbrw-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.kbrw-checkbox-checked {
  cursor: pointer;
}

.kbrw-checkbox-checked._40 {
  width: 40px;
  height: 40px;
}

.kbrw-checkbox-checked._25 {
  width: 25px;
  height: 25px;
}

.kbrw-checkbox-unchecked {
  cursor: pointer;
}

.kbrw-checkbox-unchecked._25 {
  width: 25px;
  height: 25px;
}

.kbrw-offset {
  width: 0px;
  height: 0px;
  margin-top: 15px;
}

.rrg-logo-wrapper {
  width: 18%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.rrg-logo-wrapper.login-page {
  width: 200px;
}

.rrg-icon-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 90px;
  padding: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.rrg-icon-menu.piece-numeric {
  border-radius: 5px;
  background-color: #000;
  color: #fff;
}

.rrg-icon-menu.piece-numeric.selected {
  background-color: #ffcd00;
  color: #000;
}

.rrg-icon-menu.piece-alphanumeric {
  margin-left: 13px;
  border-radius: 5px;
  background-color: #000;
  color: #fff;
}

.rrg-icon-menu.piece-alphanumeric.selected {
  background-color: #ffcd00;
  color: #000;
}

.rrg-icon-menu.stock-icon {
  width: 45px;
  height: 45px;
  margin-right: 0px;
  margin-left: 0px;
}

.rrg-icon-black {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  font-family: 'Rrg icon', sans-serif;
  cursor: pointer;
}

.rrg-icon-black:hover {
  color: #333;
}

.rrg-icon-black:active {
  color: #666;
}

.body {
  color: #000;
}

.rrg-menu-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
}

.rrg-logout {
  width: 40px;
  height: 40px;
  border-radius: 2.7vw;
  font-size: 40px;
  font-weight: 700;
}

.rrg-logout:hover {
  background-color: #ededed;
}

.rrg-logout:active {
  background-color: #c6c6c6;
}

.rrg-user-info {
  max-height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 3px;
  border-left: 2px solid #000;
  font-size: 1.3vw;
  font-weight: 700;
}

.rrg-user-info.dark {
  border-left-color: #fff;
}

.rrg-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Rrg icon', sans-serif;
  font-size: 100%;
}

.rrg-icon.thunder {
  position: absolute;
  width: 0px;
  height: 0px;
  margin-top: 16px;
  margin-left: 46px;
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
  font-size: 50px;
}

.rrg-icon.rrg-icon-selectall {
  font-size: 27px;
  line-height: 27px;
}

.rrg-icon.stock-list-icon {
  width: 45px;
  height: 45px;
  margin-right: 5px;
  padding: 5px;
  font-size: 30px;
  line-height: 30px;
}

.rrg-icon.basket {
  width: auto;
  height: auto;
  font-size: 35px;
  line-height: 35px;
}

.rrg-icon.basket.active {
  color: #ffcd00;
}

.rrg-icon.small {
  width: 30px;
  height: 30%;
  margin-right: 10px;
  color: #e4405f;
  font-size: 30px;
  line-height: 30px;
}

.rrg-icon.plus {
  width: 27px;
  height: 27px;
  border-style: solid;
  border-width: 1.5px;
  border-color: #666;
  border-radius: 20px;
  color: #666;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
}

.rrg-icon.order-qty {
  width: 28px;
  height: 28px;
  font-size: 28px;
}

.rrg-icon.plus {
  width: 27px;
  height: 27px;
  border-style: solid;
  border-width: 1.5px;
  border-color: #666;
  border-radius: 20px;
  color: #666;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
}

.rrg-button-text-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #e0e0e0;
  box-shadow: 0 1px 2px 0 rgba(0, 84, 164, 0.1);
  -webkit-transition: box-shadow 250ms ease, background-color 250ms ease;
  transition: box-shadow 250ms ease, background-color 250ms ease;
  font-size: 30px;
  font-weight: 700;
  cursor: pointer;
}

.rrg-button-text-icon:hover {
  background-color: #c9c9c9;
}

.rrg-button-text-icon:active {
  background-color: #a3a3a3;
  box-shadow: 0 4px 8px 0 rgba(0, 84, 164, 0.16);
}

.rrg-button-text-icon.primary {
  background-color: #ffcd00;
  color: #000;
}

.rrg-button-text-icon.primary:hover {
  background-color: #fa0;
}

.rrg-button-text-icon.primary:active {
  background-color: #b57800;
}

.rrg-button-text-icon.primary.locker-search-button {
  margin-top: 0px;
  margin-bottom: 0px;
}

.rrg-button-text-icon.secondary {
  background-color: #333;
  color: #fff;
}

.rrg-button-text-icon.secondary:hover {
  background-color: #666;
}

.rrg-button-text-icon.secondary:active {
  background-color: #000;
}

.rrg-button-text-icon.round {
  border-radius: 20px;
}

.rrg-icon-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Rrg icon', sans-serif;
}

.rrg-icon-button.with-label {
  font-size: 3vw;
}

.rrg-icon-button.rrg-locker-management-search-locker {
  font-weight: 400;
}

.rrg-button-text-label {
  font-size: 1vw;
}

.rrg-check-box-logo {
  width: 4vw;
  height: 4vw;
  border: 2px solid #333;
  border-radius: 5px;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  color: transparent;
  font-size: 3vw;
  cursor: pointer;
}

.rrg-check-box-logo.checked {
  color: #333;
}

.rrg-check-box-logo.checked.yellow {
  color: #ffcd00;
}

.rrg-check-box-logo.dark {
  background-color: #333;
}

.rrg-check-box-logo.dark:hover {
  background-color: #666;
}

.rrg-check-box-logo.dark:active {
  background-color: #000;
}

.rrg-check-box-logo.dark.checked {
  color: #fff;
}

.rrg-check-box-logo.dark.checked.yellow {
  color: #ffcd00;
}

.rrg-check-box-logo.dark.checked.select-all-checkbox {
  width: 37px;
  height: 37px;
  padding-right: 0px;
  font-size: 27px;
  line-height: 27px;
}

.rrg-check-box-logo.no-border {
  border-style: none;
  color: #333;
}

.rrg-check-box-logo.no-border.checked {
  color: #ffcd00;
}

.rrg-check-box-logo.yellow.checked.order-qty {
  width: 33px;
  height: 33px;
}

.rrg-check-box-logo.yellow.order-qty {
  width: 33px;
  height: 33px;
}

.rrg-check-box-logo.no-border-no-visible {
  border-style: none;
  color: transparent;
}

.rrg-check-box-logo.no-border-no-visible.checked {
  color: #333;
}

.rrg-check-box-logo.tiny {
  width: 2.5vw;
  height: 2.5vw;
  font-size: 1.5vw;
}

.rrg-check-box {
  width: 4vw;
  height: 4vw;
  border: 2px solid #333;
  border-radius: 5px;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  color: transparent;
  font-size: 3vw;
  cursor: pointer;
}

.rrg-check-box.checked {
  color: #333;
}

.rrg-check-box.dark {
  background-color: #333;
}

.rrg-check-box.dark:hover {
  background-color: #666;
}

.rrg-check-box.dark:active {
  background-color: #000;
}

.rrg-check-box.dark.checked {
  color: #fff;
}

.kbrw-menu-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.kbrw-input-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: max-width 250ms ease;
  transition: max-width 250ms ease;
  color: #333;
}

.kbrw-input-container.closed {
  overflow: hidden;
  max-width: 0px;
}

.kbrw-input-dropdown-row-multi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  cursor: pointer;
}

.kbrw-input-dropdown-row-multi:hover {
  background-color: #e1e1e1;
}

.kbrw-input-dropdown-row-multi:active {
  background-color: #c9c9c9;
}

.kbrw-input-dropdown-multi {
  position: relative;
  z-index: 10;
  overflow: auto;
  max-height: 100px;
  background-color: #fdfdfd;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
}

.kbrw-input-dropdown-multi.closed {
  max-height: 0px;
}

.rrg-login-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rrg-login-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.rrg-login-tips {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rrg-link {
  color: #ffcd00;
  text-decoration: underline;
  cursor: pointer;
}

.rrg-page {
  margin-bottom: 40px;
  padding: 10px 10px 1px;
  border-bottom: 1px none #000;
}

.div-block-2 {
  font-family: 'Rrg icon', sans-serif;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.accueil_container {
  min-height: 100vh;
  min-width: 100vw;
  color: #000;
}

.accueil_header_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  height: 6vh;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: #000;
  color: #fff;
}

.header_connection_status_holder {
  width: 7px;
  height: 60px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 5px;
  background-color: #00b050;
}

.header_nameholder {
  text-align: center;
}

.header_time_holder {
  text-align: center;
}

.header_nameholder_container {
  width: 33%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.header_time_holder_container {
  width: 33%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.header_connection_status_holder_container {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.accueil_rrg_logo_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 6vh;
  border-bottom: 1px solid #000;
}

.accueil_rrg_logo_holder {
  width: 30%;
  margin-right: 5px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.accueil_rrg_title_container {
  width: 70%;
  background-color: #ffcd00;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 11px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.home-menu-holder {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.home-menu-line-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}

.home-menu-line-checkbox-holder {
  width: 20%;
  height: 7vh;
  margin-right: 1em;
}

.home-menu-line-checkbox-holder.yellow_checkbox {
  color: #ffcd00;
}

.home-menu-text-holder {
  width: 80%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.rrg-checkbox-big {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Rrg icon', sans-serif;
  color: #666;
  font-size: 50px;
}

.rrg-checkbox-big.checked-yellow {
  color: #ffcd00;
}

.rrg-checkbox-big.checked-green {
  color: #00b050;
}

.rrg-checkbox-big.header {
  color: transparent;
}

.home-menu-text-item {
  font-size: 20px;
  text-align: left;
}

.home-menu-text-item.bold-text-item {
  font-weight: 700;
}

.rrg-reception-menu-line-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}

.rrg-reception-menu-line-container.disabled {
  background-color: #ccc;
  color: #666;
}

.rrg-reception-menu-text-item {
  font-size: 20px;
  text-align: left;
}

.rrg-reception-menu-text-item.bold_text_item {
  font-weight: 700;
}

.rrg-reception-menu-text-item.bold-text-item {
  font-weight: 700;
}

.rrg-reception-menu-line-checkbox-holder {
  width: 20%;
  height: 7vh;
}

.rrg-reception-menu-line-checkbox-holder.yellow_checkbox {
  color: #ffcd00;
}

.reception-menu-description-text {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: 0.5em;
  font-family: Renaultlifeweb, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.reception-menu-home-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.rrg-depa-menu-line-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 70px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-bottom: 1px solid #ccc;
  background-color: transparent;
  font-size: 20px;
  font-weight: 400;
}

.rrg-depa-menu-line-container.grey {
  border-bottom-color: #666;
  background-color: #e1e1e1;
}

.rrg-depa-menu-line-container.before-grey {
  border-bottom-color: #666;
}

.rrg-depa-menu-line-container.done {
  border-bottom-color: #4fbb61;
  background-color: #c2ffcc;
  color: #194d22;
}

.rrg-depa-menu-line-container.on-going {
  border-bottom-color: #fa0;
  background-color: #ffebc2;
  color: #640;
}

.rrg-depa-menu-line-container.before-on-going {
  border-bottom-color: #fa0;
}

.rrg-depa-menu-line-container.before-error {
  border-bottom-color: #ff8c8c;
}

.rrg-depa-menu-line-container.before-done {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-bottom-color: #4fbb61;
}

.rrg-depa-menu-line-container.error {
  border-bottom-color: #ff8c8c;
  background-color: #ffc2c2;
  color: #600;
}

.rrg-depa-menu-line-container.first {
  border-top: 1px solid #ccc;
}

.rrg-depa-menu-line-container.blue {
  border-bottom-color: #4f80bb;
  background-color: #c2ddff;
  color: #19304d;
}

.rrg-depa-menu-line-container.before-blue {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-bottom-color: #4f80bb;
}

.rrg-depa-menu-line-container.error-copy {
  border-bottom-color: #ff8c8c;
  background-color: #ffc2c2;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #600;
}

.rrg-depa-menu-line-container.error-copy:hover {
  background-color: #00b050;
}

.rrg-depa-menu-line-checkbox-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rrg-depa-menu-text-holder {
  width: 35%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-weight: 700;
}

.rrg-depa-menu-text-item {
  width: auto;
  text-align: center;
}

.rrg-depa-type-menu-text-item {
  width: 100%;
  text-align: center;
}

.rrg-depa-type-menu-text-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.rrg-page-menu-description-holder {
  border-bottom: 1px none #000;
  opacity: 0.44;
}

.rrg-colis-visualisation-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-bottom: 1px solid #000;
}

.rrg-colis-information-title-container {
  display: block;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.rrg-colis-information-container {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.rrg-colis-visualisation-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 7vh;
  margin-top: 1em;
  margin-bottom: 1em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #000;
  font-family: 'Rrg icon', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.rrg-colis-piece-list-wrapper {
  overflow: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.rrg-colis-visualisation-liste-pieces-title {
  margin-bottom: 2em;
  border-bottom: 1px solid #000;
  font-family: 'Rrg icon', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.piece-menu-line-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 70px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ccc;
}

.piece-menu-line-container.grey {
  border-bottom-color: #666;
  background-color: #ccc;
}

.piece-menu-line-container.before-grey {
  border-bottom-color: #666;
}

.piece-menu-line-container.in-progress {
  border-bottom-color: #fa0;
  background-color: #ffebc2;
  color: #640;
}

.piece-menu-line-container.before-in-progress {
  border-bottom-color: #fa0;
}

.piece-menu-line-container.done {
  border-bottom-color: #4fbb61;
  background-color: #c2ffcc;
  color: #194d22;
}

.piece-menu-line-container.before-done {
  border-bottom-color: #4fbb61;
}

.piece-menu-line-container.error {
  border-bottom-color: #ff8c8c;
  background-color: #ffc2c2;
  color: #600;
}

.piece-menu-line-container.before-error {
  border-bottom-color: #ff8c8c;
}

.piece-menu-line-container.failure {
  border-bottom-color: #8c8cff;
  background-color: #c2c2ff;
  color: #000061;
}

.piece-menu-line-container.before-failure {
  border-bottom-color: #8c8cff;
}

.piece-menu-line-container.before-blue {
  border-bottom-color: #4f80bb;
}

.piece-menu-line-container.blue {
  border-bottom-color: #4f80bb;
  background-color: #c2ddff;
  color: #194d22;
}

.piece-menu-text-item {
  text-align: left;
}

.piece-menu-text-item.bold_text_item {
  font-weight: 700;
}

.piece-menu-text-item.bold-text-item {
  font-weight: 400;
}

.piece-type-menu-text-item {
  text-align: left;
}

.piece-type-menu-text-item.bold_text_item {
  font-weight: 700;
}

.piece-type-menu-text-item.bold-text-item {
  font-weight: 400;
}

.piece-menu-text-holder {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.piece-menu-text-holder.id {
  width: 37%;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-weight: 700;
}

.piece-menu-text-holder.id.stock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.piece-menu-text-holder.id.stock.inventory {
  width: 70%;
}

.piece-menu-text-holder.count {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  padding-right: 7px;
  padding-left: 7px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.piece-menu-text-holder.name {
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.piece-menu-text-holder.f1-name {
  overflow: hidden;
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.piece-type-menu-text-holder {
  width: 80%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.rrg-depa-colis-list-wrapper {
  overflow: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.rrg-colis-input-wrapper {
  margin-bottom: 25px;
}

.rrg-colis-clean-search-wrapper {
  width: 35px;
  height: 35px;
  font-size: 40px;
}

.rrg-depa-search-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rrg-depa-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rrg-footer-wrapper {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  height: 40px;
  border-bottom: 2px none #fff;
  background-color: #000;
  color: #fff;
}

.rrg-footer-elements-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.rrg-footer-icon {
  width: 40px;
  height: 40px;
  font-size: 40px;
}

.rrg-header-screen-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 700;
}

.rrg-footer-icons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.rrg-icon-footer {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  font-family: Renaultlifeweb, sans-serif;
  font-size: 40px;
}

.rrg-icon-footer:active {
  background-color: hsla(0, 0%, 100%, 0.24);
}

.rrg-icon-footer.valid {
  font-size: 55px;
}

.rrg-icon-footer.plus {
  font-size: 50px;
}

.rrg-icon-footer.empty-basket {
  width: 40px;
  height: 40px;
  padding-top: 5px;
}

.rrg-icon-footer.empty-download {
  width: 40px;
  height: 40px;
  padding-top: 5px;
}

.rrg-icon-footer.download {
  font-size: 50px;
}

.rrg-colis-image-wrapper {
  width: 30%;
}

.rrg-colis-description-header-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.rrg-colis-description-header-flex.inventory {
  padding-bottom: 0px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.rrg-colis-percentage-value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
}

.rrg-colis-percentage-bar {
  width: 50%;
  border-top: 5px solid #ffcd00;
  -webkit-transition: width 400ms ease;
  transition: width 400ms ease;
}

.rrg-colis-percentage-bar-wapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.rrg-colis-anti-percentage-bar {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 5px solid #666;
}

.rrg-colis-package-wrapper {
  max-width: 50%;
  padding-top: 10px;
  font-size: 25px;
  font-weight: 700;
}

.rrg-colis-number {
  white-space: normal;
}

.rrg-colis-remaning-info {
  max-width: 60%;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
}

.rrg-colis-remaning-info.basket {
  margin-left: auto;
}

.rrg-footer-icons-container {
  width: 100vw;
  height: 100vh;
  background-color: #000;
  color: #fff;
}

.rrg-colis-piece-list-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #000;
  font-size: 20px;
  font-weight: 700;
}

.rrg-colis-piece-info-wrapper {
  width: 25%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rrg-colis-piece-id {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rrg-colis-piece-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rrg-colis-piece-count {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rrg-colis-piece-info-wrapper-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rrg-checkbox-big-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Rrg icon', sans-serif;
  color: #666;
  font-size: 50px;
}

.rrg-checkbox-big-header.checked-yellow {
  color: #ffcd00;
}

.rrg-checkbox-big-header.checked-green {
  color: #00b050;
}

.rrg-checkbox-big-header.header {
  color: transparent;
}

.rrg-colis-line-checkbox-holder-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rrg-colis-line-checkbox-holder-header.yellow_checkbox {
  color: #ffcd00;
}

.rrg-colis-line-checkbox-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rrg-colis-line-checkbox-holder.yellow_checkbox {
  color: #ffcd00;
}

.rrg-colis-piece-count-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rrg-colis-piece-reference-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rrg-part-description-header-wrapper {
  padding-bottom: 11px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.rrg-part-image-wrapper {
  height: 90px;
  margin-right: 1px;
}

.rrg-part-description-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 1em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.rrg-part-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
}

.rrg-part-line-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.rrg-part-field-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rrg-part-field-value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rrg-image-height-wrapper {
  width: auto;
  max-height: 100%;
}

.rrg-part-ids-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  z-index: 1;
  padding: 10px;
  border-radius: 5px;
  background-color: #fdfdfd;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.24);
}

.rrg-part-location-title-container {
  padding-bottom: 1em;
  border-bottom-width: 1px;
  border-bottom-color: #000;
  font-weight: 700;
  text-align: center;
}

.rrg-part-location-lines-container {
  overflow: scroll;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.rrg-part-menu-line-checkbox-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rrg-part-menu-line-checkbox-holder.yellow_checkbox {
  color: #ffcd00;
}

.rrg-part-location {
  width: 60%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.rrg-part-location-line-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 70px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ccc;
}

.rrg-part-location-line-container.first-line {
  border-top: 1px solid #000;
}

.rrg-part-location-line-container.error {
  border-bottom-color: #ff8c8c;
  background-color: #ffc2c2;
  color: #600;
}

.rrg-part-location-line-container.before-error {
  border-bottom-color: #ff8c8c;
}

.rrg-part-location-line-container.valid {
  border-top: 1px solid #fa0;
  border-bottom-color: #fa0;
  background-color: #ffebc2;
  color: #640;
}

.rrg-edit-zone-name-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 3px;
  background-color: #333;
  color: #fff;
}

.rrg-edit-criteria-zone-info {
  overflow: hidden;
  padding-left: 7px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  white-space: nowrap;
}

.rrg-edit-criteria-zone-info.title {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}

.rrg-edit-criteria-zone-info.client {
  padding-left: 20px;
  font-weight: 700;
}

.rrg-edit-criteria-zone-info.client-id {
  padding-left: 20px;
  font-weight: 700;
}

.rrg-edit-criteria-zone-info.client-type {
  padding-left: 20px;
}

.rrg-edit-criteria-zone-info.repair-order {
  padding-left: 20px;
}

.rrg-edit-criteria-zone-info.order {
  padding-left: 20px;
}

.rrg-edit-zone-dropdown-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Rrg icon', sans-serif;
  font-size: 30px;
  line-height: 30px;
}

.rrg-edit-zone-dropdown-container.up {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.rrg-edit-lines-wrapper {
  -webkit-transition: height 250ms ease;
  transition: height 250ms ease;
}

.rrg-edit-lines-wrapper.close {
  overflow: hidden;
  height: 0px;
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.rrg-edit-zone-item {
  margin-bottom: 20px;
  border-radius: 3px;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.24);
}

.rrg-edit-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e1e1e1;
}

.rrg-edit-line.selected {
  border-bottom-color: #fa0;
  background-color: #ffebc2;
  color: #640;
}

.rrg-edit-line.before-selected {
  border-bottom-color: #fa0;
}

.rrg-edit-line.done {
  border-bottom-color: #4fbb61;
  background-color: #c2ffc2;
  color: #194d22;
}

.rrg-edit-line.before-done {
  border-bottom-color: #4fbb61;
}

.rrg-edit-line.error {
  border-bottom-color: #ff8c8c;
  background-color: #ffc2c2;
  color: #600;
}

.rrg-edit-line.before-error {
  border-bottom-color: #ff8c8c;
}

.rrg-edit-line.last {
  border-bottom-style: none;
}

.rrg-edit-line.before-failure {
  border-bottom-color: #8c8cff;
}

.rrg-edit-line.failure {
  border-bottom-color: #8c8cff;
  background-color: #c2c2ff;
  color: #000061;
}

.rrg-edit-line.disabled {
  border-bottom-color: #666;
  background-color: #ccc;
}

.rrg-edit-line.before-disabled {
  border-bottom-color: #666;
}

.rrg-edit-text-item {
  font-size: 20px;
  text-align: left;
}

.rrg-edit-text-item.bold_text_item {
  font-weight: 700;
}

.rrg-edit-text-item.bold-text-item {
  font-weight: 700;
}

.rrg-edit-menu-text-item {
  font-size: 20px;
  text-align: left;
}

.rrg-edit-menu-text-item.bold_text_item {
  font-weight: 700;
}

.rrg-edit-menu-text-item.bold-text-item {
  font-weight: 700;
}

.rrg-edit-type-menu-text-item {
  font-size: 20px;
  text-align: left;
}

.rrg-edit-type-menu-text-item.bold_text_item {
  font-weight: 700;
}

.rrg-edit-type-menu-text-item.bold-text-item {
  font-weight: 700;
}

.rrg-edit-page {
  margin-top: 1em;
  padding: 15px;
}

.rrg-edit-menu-line-checkbox-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rrg-edit-menu-line-checkbox-holder.yellow_checkbox {
  color: #ffcd00;
}

.rrg-edit-client-description {
  margin-bottom: 20px;
}

.rrg-reception-choices-wrapper {
  border-top: 2px solid #ccc;
}

.rrg-icon-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  cursor: pointer;
}

.rrg-icon-text.piece-alphanumeric {
  border-radius: 5px;
  background-color: #666;
  color: #fff;
}

.rrg-icon-text.piece-alphanumeric.selected {
  background-color: #ffcd00;
}

.rrg-piece-keyboard-option {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rrg-part-designation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
}

.rrg-part-holder {
  width: 30%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.rrg-part-count {
  width: 10%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.rrg-part-percentage-value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
}

.rrg-part-percentage-bar {
  width: 50%;
  border-top: 5px solid #ffcd00;
  -webkit-transition: width 400ms ease;
  transition: width 400ms ease;
}

.rrg-part-anti-percentage-bar {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 5px solid #666;
}

.rrg-part-remaining-count {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.rrg-part-remaining-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.rrg-depa-container-logo-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.kbrw-page-selector-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rrg-rotate-right {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.rrg-rotate-right.rrg-arrows.left {
  margin-left: -16px;
}

.kbrw-page-selector-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  font-family: 'Rrg icon', sans-serif;
  font-size: 25px;
  cursor: pointer;
}

.kbrw-page-selector-right:hover {
  color: #333;
}

.kbrw-page-selector-right:active {
  color: #666;
}

.kbrw-page-selector-page-number-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 25px;
  min-width: 25px;
  padding-right: 3px;
  padding-left: 3px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
}

.kbrw-page-selector-page-number-container:hover {
  color: #333;
}

.kbrw-page-selector-page-number-container:active {
  color: #666;
}

.kbrw-page-selector-page-number-container.selected {
  background-color: #000;
  color: #fff;
}

.kbrw-page-selector-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.kbrw-page-selector-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  font-family: 'Rrg icon', sans-serif;
  font-size: 25px;
  cursor: pointer;
}

.kbrw-page-selector-left:hover {
  color: #333;
}

.kbrw-page-selector-left:active {
  color: #666;
}

.kbrw-page-selector-super-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  font-family: 'Rrg icon', sans-serif;
  font-size: 25px;
  cursor: pointer;
}

.kbrw-page-selector-super-left:hover {
  color: #333;
}

.kbrw-page-selector-super-left:active {
  color: #666;
}

.rrg-rotate-left {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.rrg-rotate-left.rrg-arrows.left {
  margin-left: -16px;
}

.kbrw-page-selector-super-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  font-family: 'Rrg icon', sans-serif;
  font-size: 25px;
  cursor: pointer;
}

.kbrw-page-selector-super-right:hover {
  color: #333;
}

.kbrw-page-selector-super-right:active {
  color: #666;
}

.rrg-depa-pagination-container {
  padding-top: 19px;
  padding-bottom: 20px;
}

.rrg-depa-menu-line-container-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #e1e1e1;
  font-size: 20px;
  font-weight: 700;
}

.rrg-depa-menu-line-container-header.done {
  font-weight: 400;
}

.rrg-depa-menu-line-container-header.header {
  margin-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-style: none;
}

.rrg-qty-modal-value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  padding-right: 9px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-size: 25px;
}

.rrg-button-text-ico-square {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e0e0e0;
  box-shadow: 0 1px 2px 0 rgba(0, 84, 164, 0.1);
  -webkit-transition: box-shadow 250ms ease, background-color 250ms ease;
  transition: box-shadow 250ms ease, background-color 250ms ease;
  color: #000;
  font-size: 35px;
  font-weight: 700;
  cursor: pointer;
}

.rrg-button-text-ico-square:hover {
  background-color: #c9c9c9;
}

.rrg-button-text-ico-square:active {
  background-color: #a3a3a3;
  box-shadow: 0 4px 8px 0 rgba(0, 84, 164, 0.16);
}

.rrg-button-text-ico-square.primary {
  background-color: #ffcd00;
  color: #000;
}

.rrg-button-text-ico-square.primary:hover {
  background-color: #fa0;
}

.rrg-button-text-ico-square.primary:active {
  background-color: #b57800;
}

.rrg-button-text-ico-square.secondary {
  background-color: #333;
  color: #fff;
}

.rrg-button-text-ico-square.secondary:hover {
  background-color: #666;
}

.rrg-button-text-ico-square.secondary:active {
  background-color: #000;
}

.rrg-button-text-ico-square.round {
  border-radius: 20px;
}

.rrg-part-location-id {
  width: 30%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.rrg-part-client-name-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.rrg-depa-input-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.rrg-depa-keyboard-option {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rrg-part-client-id-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.rrg-part-client-wrapper {
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}

.rrg-part-client-choice-wrapper {
  padding-bottom: 10px;
}

.rrg-part-client-selected-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.rrg-part-client-selected-cell {
  padding: 3px 10px;
}

.rrg-part-client-selected-cell.title {
  font-weight: 700;
}

.rrg-part-client-selector-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
}

.rrg-part-client-selector-wrapper.client-selector {
  display: none;
}

.rrg-part-client-selector-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rrg-part-client-selector-field.title {
  font-weight: 700;
}

.rrg-part-client-selector-field.count-button {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.snack-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2000;
  max-height: 100vh;
  margin: 50px;
  -webkit-transition: max-height 250ms ease, margin-top 250ms cubic-bezier(1, .000, .25, 1);
  transition: max-height 250ms ease, margin-top 250ms cubic-bezier(1, .000, .25, 1);
}

.snack-wrapper.out {
  max-height: 100px;
  margin-top: -150px;
}

.rrg-snack-error {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e4405f;
  color: #fff;
}

.rrg-snack-error-message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.rrg-snack-error-close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  font-family: 'Rrg icon', sans-serif;
  font-size: 40px;
  cursor: pointer;
}

.rrg-snack-error-close:hover {
  background-color: #f06680;
}

.rrg-snack-error-close:active {
  background-color: #fd849b;
}

.rrg-snack-success {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00b050;
  color: #fff;
}

.rrg-snack-success-close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  font-family: 'Rrg icon', sans-serif;
  font-size: 40px;
  cursor: pointer;
}

.rrg-snack-success-close:hover {
  background-color: #1f9253;
}

.rrg-snack-success-close:active {
  background-color: #247749;
}

.rrg-snack-success-message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.rrg-snack-warn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffcd00;
  color: #000;
}

.rrg-snack-warn-message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.rrg-snack-warn-close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  font-family: 'Rrg icon', sans-serif;
  font-size: 40px;
  cursor: pointer;
}

.rrg-snack-warn-close:hover {
  background-color: #fa0;
}

.rrg-snack-warn-close:active {
  background-color: #b57800;
}

.rrg-menu-scan-wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.rrg-edit-search-wrapper {
  margin-top: 10px;
  margin-bottom: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.rrg-edit-search-input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.rrg-edit-search-validate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rrg-edit-buttons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rrg-edit-criteria-info.id {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
}

.rrg-edit-search-result-container {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-radius: 3px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}

.rrg-edit-search-result-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding: 5px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #e1e1e1;
  font-size: 20px;
  font-weight: 700;
}

.rrg-edit-search-result-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rrg-edit-search-result-line.unactivated_edit_edition {
  background-color: #ccc;
}

.rrg-edit-search-result-line.edited_edition {
  background-color: #c2ffcc;
  color: #194d22;
}

.rrg-edit-search-result-line.failed_edit_edition {
  background-color: #ffc2c2;
  color: #600;
}

.rrg-edit-search-result-line-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.rrg-edit-search-zone-result {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.rrg-edit-search-zone-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 20px;
}

.rrg-edit-search-zone-print {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.rrg-edit-search-client-result {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.rrg-edit-search-client-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.rrg-edit-search-client-id {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.rrg-edit-search-client-title {
  width: 35%;
}

.rrg-edit-search-visit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Rrg icon', sans-serif;
  font-size: 30px;
  line-height: 25px;
  cursor: pointer;
}

.rrg-edit-search-client-info-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.rrg-edit-search-filters-container {
  margin-bottom: 10px;
}

.rrg-edit-search-filters-container.orders {
  margin-bottom: 0px;
}

.rrg-edit-search-filters-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #333;
  color: #fff;
  font-weight: 700;
}

.rrg-edit-search-filters-header.activated {
  background-color: #ffcd00;
  color: #000;
}

.rrg-edit-search-filters-header-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.rrg-edit-search-filters-shower {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: -webkit-transform 250ms ease;
  transition: -webkit-transform 250ms ease;
  transition: transform 250ms ease;
  transition: transform 250ms ease, -webkit-transform 250ms ease;
  font-family: 'Rrg icon', sans-serif;
  font-size: 30px;
  line-height: 25px;
  cursor: pointer;
}

.rrg-edit-search-filters-shower.up {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.rrg-edit-search-input-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.rrg-edit-search-input-clearer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: -webkit-transform 250ms ease;
  transition: -webkit-transform 250ms ease;
  transition: transform 250ms ease;
  transition: transform 250ms ease, -webkit-transform 250ms ease;
  font-family: 'Rrg icon', sans-serif;
  font-size: 30px;
  line-height: 25px;
  cursor: pointer;
}

.rrg-edit-search-input-clearer.up {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.rrg-edit-search-input-clearer.disabled {
  color: #ccc;
}

.rrg-edit-search-filters-wrapper {
  overflow: auto;
  max-height: 500px;
  padding-right: 10px;
  padding-left: 10px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  border-left: 1px solid #333;
  -webkit-transition: border-color 250ms ease, max-height 250ms ease;
  transition: border-color 250ms ease, max-height 250ms ease;
}

.rrg-edit-search-filters-wrapper.activated {
  border-right-color: #ffcd00;
  border-bottom-color: #ffcd00;
  border-left-color: #ffcd00;
}

.rrg-edit-search-filters-wrapper.closed {
  overflow: hidden;
  max-height: 0px;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}

.rrg-edit-search-filters-wrapper.orders {
  border-bottom-color: #ccc;
}

.rrg-edit-search-filter-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
}

.rrg-edit-search-filter-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.kbrw-radio-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 4px solid #333;
  border-radius: 100%;
  -webkit-transition: border-color 250ms ease;
  transition: border-color 250ms ease;
  cursor: pointer;
}

.kbrw-radio-button.activated {
  margin-left: 0px;
  border-color: #ffcd00;
}

.kbrw-radio-button.locked {
  border-color: #000;
}

.kbrw-radio-button.locked {
  margin-left: 0px;
  border-color: #ffcd00;
}

.kbrw-radio-button-container {
  width: 100px;
  height: 100px;
}

.kbrw-radio-button-container.inv {
  display: block;
  width: 60px;
  height: 60px;
}

.kbrw-radio-button-content {
  width: 70%;
  height: 70%;
  border-radius: 100%;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.kbrw-radio-button-content.activated {
  background-color: #ffcd00;
}

.kbrw-radio-button-content.locked {
  background-color: #ccc;
}

.rrg-edit-search-filter-button {
  width: 30px;
  height: 30px;
}

.rrg-embeded-icon {
  width: 100%;
  height: 100%;
}

.rrg-embeded-icon.height {
  height: 100%;
}

.rrg-header-current-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #666;
  font-size: 20px;
  font-weight: 700;
}

.rrg-header-user-container {
  width: 183px;
}

.rrg-header-user-name {
  overflow: hidden;
  width: 183px;
  padding-left: 5px;
  white-space: nowrap;
}

.rrg-header-user-store {
  overflow: hidden;
  width: 183px;
  padding-left: 5px;
}

.kbrw-menu-footer {
  position: relative;
}

.kbrw-input-dropup {
  position: absolute;
  bottom: 100%;
  z-index: 1;
  overflow: auto;
  max-height: 100px;
  min-width: 100%;
  background-color: #fdfdfd;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
}

.kbrw-input-dropup.closed {
  max-height: 0px;
}

.kbrw-input-container-dropup {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rrg-icon-page {
  width: 40px;
  height: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.rrg-icon-page.piece-numeric {
  border-radius: 5px;
  background-color: #000;
  color: #fff;
}

.rrg-icon-page.piece-numeric.selected {
  background-color: #ffcd00;
  color: #000;
}

.rrg-icon-page.piece-alphanumeric {
  margin-left: 13px;
  border-radius: 5px;
  background-color: #000;
  color: #fff;
}

.rrg-icon-page.piece-alphanumeric.selected {
  background-color: #ffcd00;
  color: #000;
}

.rrg-depa-colis-page {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding: 100px 10px 1px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 1px none #000;
}

.rrg-depa-step-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 30px;
  font-weight: 700;
  text-align: left;
}

.rrg-depa-step-menu.inv {
  margin-top: 5px;
  margin-bottom: 10px;
}

.rrg-depa-header {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.rrg-dyncamic-input-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: 'Rrg icon', sans-serif;
  font-size: 35px;
}

.rrg-dyncamic-input-icon.empty {
  color: #666;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: 'Rrg icon', sans-serif;
  font-size: 26px;
}

.rrg-dynamic-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 3px;
  background-color: #e1e1e1;
}

.input-dynamic-search {
  width: 200px;
  margin-bottom: 0px;
  padding-bottom: 9px;
  padding-left: 10px;
  border: 1px none #000;
  background-color: transparent;
  -webkit-transition: width 250ms ease;
  transition: width 250ms ease;
}

.input-dynamic-search.rrg-depa-search {
  font-size: 20px;
}

.input-dynamic-search.rrg-depa-search.error {
  border-bottom-color: red;
  color: red;
}

.input-dynamic-search.rrg-piece-search {
  font-size: 20px;
}

.input-dynamic-search.error {
  border-bottom-color: red;
  color: red;
}

.input-dynamic-search.disabled {
  border-bottom-color: #ccc;
  cursor: not-allowed;
}

.input-dynamic-search.closed {
  width: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.rrg-dynamic-input-icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.rrg-depa-action-text {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 20px;
  font-weight: 700;
  text-align: right;
}

.rrg-depa-action-text.rrg-commandes-title {
  padding-right: 50%;
  padding-left: 50%;
  font-size: 25px;
}

.rrg-depa-search-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 3px;
}

.rrg-depa-search-input.basket {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.kbrw-in {
  width: 30%;
}

.kbrw-input-dynamic-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
}

.kbrw-input-dynamic-wrapper.bigger {
  width: 300px;
}

.kbrw-input-dynamic-wrapper.rrg-login-login {
  margin-top: 10px;
  margin-bottom: 10px;
}

.kbrw-input-dynamic-wrapper.rrg-login-password {
  margin-top: 10px;
  margin-bottom: 10px;
}

.kbrw-input-dynamic-wrapper.depa {
  width: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 20px;
  font-weight: 700;
}

.kbrw-input-dynamic-wrapper.piece {
  font-size: 20px;
  font-weight: 700;
}

.kbrw-input-dynamic-wrapper.scan {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.kbrw-input-dynamic-wrapper.choose-zone {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.kbrw-input-dynamic-wrapper.stock-recep {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
}

.kbrw-input-dynamic-wrapper.carte-achat {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
}

.kbrw-input-dynamic-wrapper.nom-client {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
}

.kbrw-dynamic-input-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: max-width 250ms ease;
  transition: max-width 250ms ease;
}

.kbrw-dynamic-input-container.closed {
  overflow: hidden;
  max-width: 0px;
}

.rrg-depa-line-sep {
  padding-right: 4px;
  padding-left: 4px;
}

.piece-menu-line-container-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #e1e1e1;
  font-weight: 700;
}

.rrg-colis-line-qty {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.rrg-colis-line-qty.symbol {
  cursor: pointer;
}

.rrg-colis-desc {
  font-size: 18px;
  font-weight: 400;
  white-space: nowrap;
}

.rrg-colis-page-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 30px;
  font-weight: 700;
}

.rrg-input-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 3px;
  background-color: #e1e1e1;
}

.rrg-input-v2.input-error {
  background-color: #ff8c8c;
  color: #333;
}

.rrg-input-v2.input-warning {
  background-color: #ffebc2;
}

.rrg-input-v2.input-done {
  background-color: #c2ffcc;
}

.rrg-input-v2.small {
  min-height: 30px;
}

.label {
  width: 200px;
  margin-bottom: 0px;
  padding-bottom: 9px;
  padding-left: 10px;
  border: 1px none #000;
  background-color: transparent;
  -webkit-transition: width 250ms ease;
  transition: width 250ms ease;
}

.label.rrg-depa-search {
  font-size: 20px;
}

.label.rrg-depa-search.error {
  border-bottom-color: red;
  color: red;
}

.label.rrg-piece-search {
  font-size: 20px;
}

.label.error {
  border-bottom-color: red;
  color: red;
}

.label.disabled {
  border-bottom-color: #ccc;
  cursor: not-allowed;
}

.label.closed {
  width: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.input-labelized-v2 {
  margin-bottom: 0px;
  padding-bottom: 9px;
  padding-left: 15px;
  border: 1px none #000;
  background-color: transparent;
  -webkit-transition: padding-bottom 250ms ease, border-width 250ms ease;
  transition: padding-bottom 250ms ease, border-width 250ms ease;
  font-size: 18px;
}

.input-labelized-v2.rrg-depa-search {
  font-size: 20px;
}

.input-labelized-v2.rrg-depa-search.error {
  border-bottom-color: red;
  color: red;
}

.input-labelized-v2.rrg-piece-search {
  font-size: 20px;
}

.input-labelized-v2.error {
  border-bottom-color: red;
  color: red;
}

.input-labelized-v2.disabled {
  border-bottom-color: #ccc;
  cursor: not-allowed;
}

.input-labelized-v2.input-error {
  color: #ffc2c2;
}

.input-labelized-v2.input-warning {
  color: #fa0;
}

.input-labelized-v2.input-done {
  color: #4fbb61;
}

.input-labelized-v2.center {
  padding-bottom: 8px;
  padding-left: 12px;
  text-align: center;
}

.rrg-modal-recep-qty-wrapper {
  width: 100px;
  margin-left: 15px;
}

.rrg-modal-recep-qty-wrapper.stock {
  display: block;
  margin-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.rrg-modal-recep-message-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rrg-modal-recep-to-handle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.rrg-modal-recep-to-handle.error {
  color: #e4405f;
}

.rrg-modal-recep-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.rrg-modal-recep-text.no-wrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.rrg-modal-recep-max-qty {
  padding-left: 10px;
  font-weight: 700;
}

.rrg-modal-recep-part-info {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  font-size: 18px;
  font-weight: 700;
}

.rrg-depa-part-page {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding: 100px 10px 1px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.rrg-part-info-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rrg-part-info-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  padding-right: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.rrg-part-info-title.icon {
  font-family: 'Rrg icon', sans-serif;
  font-size: 50px;
  line-height: 50px;
}

.rrg-part-info-title.stock {
  width: 60%;
}

.rrg-part-info-title.to_serve {
  width: auto;
  white-space: nowrap;
}

.rrg-part-to-serve-qty {
  font-weight: 700;
}

.rrg-part-client-name {
  font-weight: 700;
}

.rrg-part-client-id {
  font-weight: 700;
}

.rrg-part-delivery-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rrg-part-delivery-info.error {
  color: #c30000;
}

.rrg-part-workflow-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rrg-part-workflow-step {
  padding-right: 10px;
  padding-left: 10px;
  color: #ccc;
  font-size: 20px;
  line-height: 23px;
}

.rrg-part-workflow-step.current {
  color: #333;
  font-weight: 700;
}

.rrg-part-workflow-sep {
  font-family: 'Rrg icon', sans-serif;
  color: #666;
  font-size: 30px;
  line-height: 30px;
}

.rrg-part-workflow-sep.current {
  color: #333;
}

.rrg-part-edit-fixed {
  position: absolute;
  left: 0%;
  top: 100%;
  right: 0%;
  bottom: auto;
}

.rrg-part-edit-part-recap {
  overflow: scroll;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.rrg-part-edit-todo-part-title {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 7px;
  font-weight: 700;
}

.rrg-part-edit-todo-part-wrapper {
  border-top: 1px solid #ccc;
}

.rrg-part-edit-done-part-title {
  padding-top: 27px;
  padding-bottom: 7px;
  padding-left: 7px;
  font-weight: 700;
}

.rrg-part-edit-done-part-wrapper {
  border-top: 1px solid #ccc;
}

.rrg-part-edit-part-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ccc;
}

.rrg-part-edit-part-line.done {
  border-bottom-color: #4fbb61;
  background-color: #c2ffc2;
  color: #194d22;
}

.rrg-part-edit-part-line.before-done {
  border-bottom-color: #4fbb61;
}

.rrg-part-edit-part-line.in-progress {
  border-bottom-color: #fa0;
  background-color: #ffebc2;
  color: #640;
}

.rrg-part-edit-part-line.before-in-progress {
  border-bottom-color: #fa0;
}

.rrg-part-edit-part-count {
  width: 20%;
}

.rrg-part-edit-part-name {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  white-space: nowrap;
}

.rrg-depa-part-recap-page {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding: 100px 10px 1px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.rrg-edit-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.rrg-edit-button-container {
  padding-left: 20px;
}

.rrg-edit-line-reference {
  width: 30%;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 12px;
  font-weight: 700;
}

.rrg-edit-line-qty {
  width: 20%;
  padding-left: 10px;
}

.rrg-part-edit-part-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.rrg-part-edit-part-mrplcf-name {
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.rrg-part-edit-part-f1-name {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.test {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.rrg-part-edit-part-designation-f1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.rrg-part-edit-part-name-copy {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.rrg-part-edit-part-designation-mprlcf {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.rrg-edit-criteria-info-wrapper {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 5px;
}

.rrg-edit-criteria-info-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rrg-edit-criteria-info-line.zone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
}

.rrg-edit-criteria-info-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  padding-right: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.rrg-edit-criteria-info-title.icon {
  font-family: 'Rrg icon', sans-serif;
  font-size: 50px;
  line-height: 50px;
}

.rrg-edit-criteria-info-title.stock {
  width: 60%;
}

.rrg-edit-criteria-info-title.to_serve {
  width: auto;
  white-space: nowrap;
}

.rrg-edit-criteria-zone-header {
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.rrg-dropdown-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 50px;
  padding-right: 7px;
  padding-left: 7px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #666;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  color: #fff;
  white-space: nowrap;
}

.rrg-dropdown-holder {
  position: relative;
  z-index: 1;
  height: 0px;
}

.rrg-dropdown-holder.closed {
  display: none;
}

.rrg-dropdown-arrow {
  position: relative;
  z-index: 2;
  width: 0px;
  height: 0px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 5px 15px 10px;
  border-color: transparent transparent #666;
}

.rrg-dropdown-dropdown {
  position: fixed;
  left: 10px;
  right: 10px;
  border-radius: 3px;
  background-color: #666;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.24);
  color: #fff;
  -o-object-fit: fill;
  object-fit: fill;
}

.rrg-dropdown-line {
  padding: 7px;
}

.rrg-dropdown-dropdown-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #fff;
}

.rrg-edit-criteria-printer-wrapper {
  position: absolute;
  left: 10px;
  top: 100px;
  right: 10px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 50px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.rrg-edit-criteria-printer-container {
  width: 70%;
}

.rrg-edit-criteria-empty-div {
  padding: 5px;
}

.rrg-page-edit-criteria {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding-top: 90px;
  padding-bottom: 1px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 1px none #000;
}

.rrg-edit-criteria-wrapper {
  overflow: auto;
  padding-top: 60px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.rrg-edit-line-info-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 12px;
}

.rrg-edit-line-reference-mprlcf {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.rrg-edit-line-reference-a1 {
  padding-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.rrg-edit-line-count-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 14px;
}

.rrg-edit-line-qty-pending {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 3px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.rrg-edit-line-qty-todo {
  width: 50%;
  padding-left: 3px;
}

.rrg-part-line-status-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #e4405f;
}

.rrg-part-line-status-info.error {
  color: #c30000;
}

.rrg-line-status-info-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  padding-right: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.rrg-line-status-info-title.icon {
  font-family: 'Rrg icon', sans-serif;
  color: #e4405f;
  font-size: 50px;
  line-height: 50px;
}

.rrg-line-status-info-title.icon.warning {
  width: 11%;
}

.rrg-line-status-info-title.stock {
  width: 60%;
}

.rrg-line-status-info-title.to_serve {
  width: auto;
  white-space: nowrap;
}

.rrg-line-status-info-title.icon {
  font-family: 'Rrg icon', sans-serif;
  color: #e4405f;
  font-size: 50px;
  line-height: 50px;
}

.rrg-line-status-info-title.icon.warning {
  font-size: 250%;
  line-height: 100%;
}

.rrg-part-line-status-info-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #e4405f;
}

.rrg-part-line-status-info-2-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #e4405f;
}

.rrg-part-info-line-status {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rrg-modal-recep-serve-qty {
  padding-left: 10px;
  font-weight: 700;
}

.piece-menu-line-names-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 43%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form-block {
  margin-bottom: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  text-align: left;
}

.checkbox {
  position: static;
  width: 25px;
  height: 25px;
  margin-top: 2px;
  margin-left: 10px;
  padding-top: 0px;
  font-size: 40px;
  line-height: 1.2px;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.checkbox-label {
  font-size: 25px;
}

.select-all {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.select-all-header {
  margin-top: 0px;
  margin-right: 7px;
  margin-bottom: 0px;
  font-family: Renaultlifeweb, sans-serif;
  font-size: 27px;
  font-weight: 400;
}

.logs-table-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.logs-table-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.logs-table-header-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #ffcd00;
}

.logs-table-header-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.logs-table-header-1 {
  width: 30%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-right: 1px solid #666;
  border-left: 0px none #333;
}

.logs-header {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
  border-style: none;
  border-width: 1px;
  border-color: #666 #666 #666 #666;
  font-style: normal;
  font-weight: 400;
  text-align: left;
}

.logs-table-content {
  width: 50%;
  border: 1px none #333;
}

.logs-table-content.row-1 {
  display: block;
  padding: 10px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.logs-table-content.row-2 {
  padding: 10px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  background-color: #e1e1e1;
}

.logs-table-content.logs-table-date {
  width: 30%;
  border-right-style: solid;
  border-left-style: none;
}

.logs-table-content.logs-table-date.row-1 {
  text-align: center;
}

.logs-table-content.logs-table-message {
  width: 70%;
}

.logs-p-body {
  margin-bottom: 0px;
  padding: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  line-height: 16px;
  text-align: right;
}

.logs-p-secondary {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 16px;
  text-align: right;
}

.logs-p-title {
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-weight: 700;
  text-align: left;
}

.params-keys-container {
  width: 30%;
  padding-bottom: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.params-values-container {
  width: 70%;
  padding-bottom: 10px;
  padding-left: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.logs-date {
  text-align: left;
}

.logs-message {
  margin-bottom: 0px;
}

.logs-tip {
  margin-bottom: 0px;
}

.logs-tip.logs-message-underline {
  border-bottom: 1px solid #666;
}

.logs-message-container {
  margin-bottom: 5px;
  padding-bottom: 0px;
}

.edit-criteria-filter-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  text-align: left;
}

.edit-criteria-colour-container {
  width: auto;
  text-align: left;
}

.edit-criteria-colour {
  width: 50px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  border: 5px solid #e6e6e6;
  border-radius: 50%;
}

.edit-criteria-colour.done {
  width: 50px;
  height: 50px;
  border-style: solid;
  border-width: 5px;
  border-color: #e6e6e6;
  background-color: #c2ffc2;
}

.edit-criteria-colour.white {
  background-color: #fff;
}

.edit-criteria-colour.disabled {
  background-color: #ccc;
}

.edit-criteria-colour.error {
  background-color: #ffc2c2;
}

.edit-criteria-colour.error.active {
  border-color: #ffcd00;
}

.edit-criteria-colour.failure {
  background-color: #c2c2ff;
}

.edit-criteria-colour.failure.active {
  border-color: #ffcd00;
}

.edit-criteria-colour.active {
  border-color: #ffcd00;
}

.edit-criteria-colour.to-be-edited {
  background-color: #c2c2ff;
}

.edit-criteria-colour.to-be-edited.active {
  border-color: #ffcd00;
}

.edit-criteria-colour.small {
  width: 40px;
  height: 40px;
}

.rrg-qty-modal-broken-value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  padding-right: 9px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-size: 25px;
}

.rrg-qty-modal-lack-value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  padding-right: 9px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-size: 25px;
}

.rrg-modal-recept-reference-warning {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rrg-modal-recept-warning-text {
  padding-bottom: 0px;
  padding-left: 5px;
  color: #e4405f;
}

.rrg-stock-type-menu-text-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.rrg-list-no-icon-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.rrg-stock-container-text {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.piece-reference-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.piece-reference-container.inventory {
  width: 70%;
}

.piece-reference-container.inventory-select {
  width: 60%;
}

.piece-reference-text {
  font-weight: 400;
}

.piece-reference-name {
  font-weight: 700;
  text-align: center;
}

.piece-menu-line-casier-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.piece-menu-line-casier-container.stock {
  min-height: 70px;
}

.piece-menu-line-casier-container.stock-select {
  min-height: 70px;
}

.piece-menu-line-casier-container.checkbox {
  width: 30px;
  min-height: 70px;
}

.piece-menu-line-container-header-stock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e1e1e1;
}

.piece-menu-casier-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.piece-menu-casier-header.select {
  width: 20%;
}

.piece-menu-casier-header.casier-select {
  width: 30%;
}

.piece-menu-casier-header.ref-select {
  width: 60%;
}

.rrg-colis-page-title-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.rrg-colis-page-title-text {
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}

.rrg-colis-basket-container {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  margin-left: 0%;
  padding-right: 0px;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}

.basket-number {
  font-size: 20px;
  font-weight: 700;
}

.casier-info-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 6px;
  padding-left: 6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.casier-button-container {
  width: 27px;
  height: 27px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.rrg-list-container-icon-wrapper {
  width: 25%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.rrg-list-container-chariot-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.rrg-list-empty-icon-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-weight: 700;
}

.rrg-list-empty-icon-container.bold {
  font-weight: 700;
}

.casier-button-placeholder {
  width: 27px;
  height: 27px;
}

.piece-menu-line-casier-wrapper {
  display: block;
  width: 30%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.piece-menu-line-casier-wrapper.checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10%;
  height: auto;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.rrg-colis-basket-placeholder-container {
  width: 60px;
}

.modal-header {
  width: 100%;
  height: auto;
  padding: 10px 20px;
  border-bottom: 1px solid #000;
}

.modal-header.supplement-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.modal-header.capacity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-bottom-style: solid;
  border-bottom-color: #ccc;
  background-color: #ccc;
}

.modal-header.order {
  border-bottom-style: none;
}

.modal-header.no-border {
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom-style: none;
}

.modal-header-stock-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.modal-header-stock-container.supp {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.supplement-header-text-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: left;
}

.supplement-header-text-container.order {
  max-width: 160px;
  padding: 10px;
  border: 1px solid #666;
}

.supplement-header-text-container.order.grey {
  background-color: #ccc;
}

.supplement-header-text-container.order.green {
  border-color: #4fbb61;
  background-color: #c2ffcc;
}

.stock-header-casier-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  padding: 10px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  background-color: transparent;
}

.stock-header-casier-container.grey {
  border-color: #666;
  background-color: #ccc;
}

.stock-header-casier-container.green {
  border-color: #4fbb61;
  background-color: #c2ffcc;
}

.stock-header-casier-container.red {
  border-color: #ff8c8c;
  background-color: #ffc2c2;
}

.stock-header-casier-container.n-a {
  background-color: #000;
  color: #fff;
}

.stock-header-casier-container.grey {
  border-color: #666;
  background-color: #ccc;
}

.stock-modal-name {
  display: inline;
  max-width: none;
  font-weight: 700;
}

.casier-line-1 {
  font-weight: 700;
}

.modal-body {
  padding: 10px 20px;
  border-bottom: 1px solid #000;
}

.modal-body.capacity {
  padding: 0px;
  border-bottom-style: none;
}

.modal-body.no-border {
  padding-top: 0px;
  border-bottom-style: none;
}

.modal-supplement-text-container {
  display: block;
}

.supplement-text {
  display: inline;
}

.supp-qty-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-header-warning-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.warning-ref-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #e4405f;
}

.warning-ref {
  margin-left: 10px;
}

.warning-ref-name {
  padding-top: 2px;
  color: #e4405f;
  font-weight: 700;
}

.modal-opts-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.modal-opts-label-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  min-width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.modal-opts-values-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  min-width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.to-recep-qty-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.to-recep-qty-label.order {
  font-weight: 700;
}

.casier-capacity-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  min-height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #e4405f;
}

.to-recep-qty-value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
}

.casier-capacity-value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  min-height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #e4405f;
}

.qty-value-wrapper {
  display: block;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.modal-qty-opts-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  margin-bottom: auto;
  padding: 5px 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.qty-label-container {
  min-width: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  text-align: left;
}

.qty-label-container.order {
  font-weight: 700;
}

.qty-value-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  min-width: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.modal-placement-container {
  height: auto;
  padding: 10px 0px;
}

.modal-placement-container.hidden {
  display: none;
}

.placement-label {
  padding-bottom: 5px;
}

.placement-selection-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  max-height: 165px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: #666;
}

.placement-selection {
  padding: 10px 5px 10px 10px;
  border-bottom: 1px solid #666;
  border-left: 0px none #666;
  font-weight: 700;
}

.placement-selection.last {
  border-bottom-style: none;
}

.placement-selection.active {
  background-color: #ffcd00;
}

.placement-selection.grey {
  background-color: #ccc;
}

.placement-selection.green {
  background-color: #c2ffcc;
}

.placement-selection.n-a {
  background-color: #000;
  color: #fff;
}

.placement-selection.red {
  background-color: #ffc2c2;
}

.modal-footer {
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
}

.modal-header-stock-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.warning-ref-name-2 {
  padding-top: 2px;
  color: #e4405f;
  font-weight: 700;
}

.warning-ref-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #e4405f;
}

.supplement-header-text-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.modal-header-warning-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.rrg-stock-header-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.rrg-stock-header-container.orders {
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.modal-dynamic-info {
  font-weight: 700;
}

.stock-modal-user-name {
  display: inline;
  font-weight: 700;
}

.capacity-title {
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: 1px solid #ccc;
  font-size: 20px;
  text-align: center;
}

.capacity-title.first {
  border-left-style: none;
  font-size: 20px;
}

.capacity-row-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-bottom: 1px solid #ccc;
}

.capacity-casier-col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.capacity-capacity-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: 1px none #ccc;
  font-weight: 700;
  text-align: center;
}

.capacity-stock-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 700;
  text-align: center;
}

.capacity-capacity-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: 1px none #ccc;
}

.capacity-casier-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.capacity-stock-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: 1px none #ccc;
}

.sync-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sync-icon {
  font-family: 'Rrg icon', sans-serif;
  font-size: 60px;
}

.rrg-stock-search-filters-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #333;
  color: #fff;
  font-weight: 700;
}

.rrg-stock-search-filters-header.activated {
  background-color: #ffcd00;
  color: #000;
}

.rrg-stock-search-filters-container {
  margin-bottom: 10px;
}

.rrg-stock-search-filters-header-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.rrg-stock-search-filters-wrapper {
  overflow: auto;
  max-height: 500px;
  padding-right: 10px;
  padding-left: 10px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  border-left: 1px solid #333;
  -webkit-transition: border-color 250ms ease, max-height 250ms ease;
  transition: border-color 250ms ease, max-height 250ms ease;
}

.rrg-stock-search-filters-wrapper.activated {
  border-right-color: #ffcd00;
  border-bottom-color: #ffcd00;
  border-left-color: #ffcd00;
}

.rrg-stock-search-filters-wrapper.closed {
  overflow: hidden;
  max-height: 0px;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}

.edit-stock-filter-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}

.edit-stock-colour-container {
  width: 20%;
  text-align: left;
}

.edit-criteria-colour-copy {
  width: 50px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  border: 5px solid #e6e6e6;
  border-radius: 50%;
}

.edit-criteria-colour-copy.done {
  width: 50px;
  height: 50px;
  border-style: solid;
  border-width: 5px;
  border-color: #e6e6e6;
  background-color: #c2ffc2;
}

.edit-criteria-colour-copy.white {
  background-color: #fff;
}

.edit-criteria-colour-copy.disabled {
  background-color: #ccc;
}

.edit-criteria-colour-copy.error {
  background-color: #ffc2c2;
}

.edit-criteria-colour-copy.error.active {
  border-color: #ffcd00;
}

.edit-criteria-colour-copy.failure {
  background-color: #c2c2ff;
}

.edit-criteria-colour-copy.failure.active {
  border-color: #ffcd00;
}

.edit-criteria-colour-copy.active {
  border-color: #ffcd00;
}

.edit-stock-colour {
  width: 50px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  border: 5px solid #e6e6e6;
  border-radius: 50%;
}

.edit-stock-colour.done {
  width: 50px;
  height: 50px;
  border-style: solid;
  border-width: 5px;
  border-color: #e6e6e6;
  background-color: #c2ffc2;
}

.edit-stock-colour.white {
  background-color: #fff;
}

.edit-stock-colour.disabled {
  background-color: #ccc;
}

.edit-stock-colour.error {
  background-color: #ffc2c2;
}

.edit-stock-colour.error.active {
  border-color: #ffcd00;
}

.edit-stock-colour.failure {
  background-color: #c2c2ff;
}

.edit-stock-colour.failure.active {
  border-color: #ffcd00;
}

.edit-stock-colour.active {
  border-color: #ffcd00;
}

.edit-stock-colour.to-be-edited {
  background-color: #c2c2ff;
}

.edit-stock-colour.to-be-edited.active {
  border-color: #ffcd00;
}

.edit-criteria-colour-container-copy {
  width: 20%;
  text-align: left;
}

.ref-num-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-weight: 700;
}

.placement-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
}

.ref-container {
  display: block;
  padding-right: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-weight: 400;
}

.destination-container {
  font-size: 20px;
}

.rrg-header-current-page-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #666;
  font-size: 20px;
  font-weight: 700;
}

.rrg-checkbox-big-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Rrg icon', sans-serif;
  color: #666;
  font-size: 50px;
}

.rrg-checkbox-big-2.checked-yellow {
  color: #ffcd00;
}

.home-menu-line-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}

.header_connection_status_holder-2 {
  width: 7px;
  height: 60px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 5px;
  background-color: #00b050;
}

.info-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.placements {
  width: 123px;
}

.filter-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.filter-text {
  margin-left: 6px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.cde-container {
  padding-top: 5px;
  padding-bottom: 5px;
}

.cde-label {
  display: inline-block;
}

.text-block-2 {
  display: inline-block;
}

.cde-value {
  display: inline-block;
  margin-left: 5px;
  font-weight: 700;
}

.client-container {
  padding-top: 5px;
  padding-bottom: 5px;
}

.client-label {
  display: inline-block;
}

.client-value {
  display: inline-block;
  margin-left: 5px;
  font-weight: 700;
}

.destination-label {
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
}

.order-table-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-top: 1px solid hsla(0, 0%, 40%, 0.61);
  border-bottom: 1px solid hsla(0, 0%, 40%, 0.61);
  background-color: #e1e1e1;
}

.order-number-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.order-reference-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.order-placement-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.order-number-header {
  font-size: 16px;
  font-weight: 700;
}

.order-reference-header {
  font-size: 16px;
  font-weight: 700;
}

.order-placement-header {
  font-size: 16px;
  font-weight: 700;
}

.order-table-body {
  overflow: auto;
  max-height: 150px;
  border-bottom: 1px solid hsla(0, 0%, 40%, 0.61);
}

.order-table-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-height: none;
  padding-top: 5px;
  padding-bottom: 5px;
}

.order-table-body-wrapper {
  overflow: visible;
}

.dispatch-body-container {
  overflow: auto;
}

.dispatch-order-container {
  margin-top: 0px;
  margin-bottom: 0px;
}

.dispatch-order-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-top: 1px solid hsla(0, 0%, 40%, 0.61);
  border-bottom: 1px solid hsla(0, 0%, 40%, 0.61);
  background-color: #353434;
  color: #fff;
}

.dispatch-ref-header-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-top: 0px;
  padding-bottom: 5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  text-align: left;
}

.dispatch-destination-header-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dispatch-client-header-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dispatch-ref-header {
  font-size: 18px;
  font-weight: 700;
}

.dispatch-destination-header {
  font-size: 18px;
  font-weight: 700;
}

.dispatch-client-header {
  font-size: 18px;
  font-weight: 700;
}

.dispatch-order-body.success {
  background-color: #c2ffcc;
  color: #194d22;
}

.dispatch-order-body.error {
  background-color: #ffc2c2;
  color: #600;
}

.dispatch-order-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 37px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid #dadada;
}

.dispatch-number-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dispatch-ref-title-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dispatch-ref-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dispatch-number {
  font-size: 18px;
  font-weight: 700;
}

.dispatch-ref-title {
  font-size: 18px;
  text-align: center;
}

.dispatch-ref {
  font-size: 18px;
}

.rrg-stock-action-text {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.rrg-stock-header-utils-wrapper {
  display: block;
}

.rrg-orders-home-page {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-bottom: 40px;
  padding: 100px 10px 1px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 1px none #000;
}

.rrg-preparation-search-filters-header-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.edit-preparation-filter-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.rrg-preparation-search-filters-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #333;
  color: #fff;
  font-weight: 700;
}

.rrg-preparation-search-filters-header.activated {
  background-color: #ffcd00;
  color: #000;
}

.rrg-preparation-search-filters-container {
  margin-bottom: 10px;
}

.rrg-preparation-search-filters-container.orders {
  margin-bottom: 0px;
}

.rrg-preparation-zone-filter-container {
  margin-top: 0px;
}

.rrg-preparation-search-filters-wrapper {
  overflow: auto;
  max-height: 500px;
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  border-left: 1px solid #333;
  -webkit-transition: border-color 250ms ease, max-height 250ms ease;
  transition: border-color 250ms ease, max-height 250ms ease;
}

.rrg-preparation-search-filters-wrapper.activated {
  border-right-color: #ffcd00;
  border-bottom-color: #ffcd00;
  border-left-color: #ffcd00;
}

.rrg-preparation-search-filters-wrapper.closed {
  overflow: hidden;
  max-height: 0px;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}

.rrg-preparation-search-filters-wrapper.orders {
  border-bottom-color: #ccc;
}

.edit-preparation-colour-container {
  width: auto;
  text-align: left;
}

.rrg-preparation-colour {
  width: 50px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  border: 5px solid #e6e6e6;
  border-radius: 50%;
}

.rrg-preparation-colour.done {
  width: 50px;
  height: 50px;
  border-style: solid;
  border-width: 5px;
  border-color: #e6e6e6;
  background-color: #c2ffc2;
}

.rrg-preparation-colour.white {
  background-color: #fff;
}

.rrg-preparation-colour.disabled {
  background-color: #ccc;
}

.rrg-preparation-colour.error {
  background-color: #ffc2c2;
}

.rrg-preparation-colour.error.active {
  border-color: #ffcd00;
}

.rrg-preparation-colour.failure {
  background-color: #c2c2ff;
}

.rrg-preparation-colour.failure.active {
  border-color: #ffcd00;
}

.rrg-preparation-colour.active {
  border-color: #ffcd00;
}

.rrg-preparation-colour.to-be-edited {
  background-color: #c2c2ff;
}

.rrg-preparation-colour.to-be-edited.active {
  border-color: #ffcd00;
}

.rrg-preparation-colour.small {
  width: 40px;
  height: 40px;
}

.edit-criteria-colour-copy {
  width: 50px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  border: 5px solid #e6e6e6;
  border-radius: 50%;
}

.edit-criteria-colour-copy.done {
  width: 50px;
  height: 50px;
  border-style: solid;
  border-width: 5px;
  border-color: #e6e6e6;
  background-color: #c2ffc2;
}

.edit-criteria-colour-copy.white {
  background-color: #fff;
}

.edit-criteria-colour-copy.disabled {
  background-color: #ccc;
}

.edit-criteria-colour-copy.error {
  background-color: #ffc2c2;
}

.edit-criteria-colour-copy.error.active {
  border-color: #ffcd00;
}

.edit-criteria-colour-copy.failure {
  background-color: #c2c2ff;
}

.edit-criteria-colour-copy.failure.active {
  border-color: #ffcd00;
}

.edit-criteria-colour-copy.active {
  border-color: #ffcd00;
}

.edit-criteria-colour-copy.to-be-edited {
  background-color: #c2c2ff;
}

.edit-criteria-colour-copy.to-be-edited.active {
  border-color: #ffcd00;
}

.edit-criteria-colour-copy.small {
  width: 40px;
  height: 40px;
}

.edit-criteria-colour-copy-copy {
  width: 50px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  border: 5px solid #e6e6e6;
  border-radius: 50%;
}

.edit-criteria-colour-copy-copy.done {
  width: 50px;
  height: 50px;
  border-style: solid;
  border-width: 5px;
  border-color: #e6e6e6;
  background-color: #c2ffc2;
}

.edit-criteria-colour-copy-copy.white {
  background-color: #fff;
}

.edit-criteria-colour-copy-copy.disabled {
  background-color: #ccc;
}

.edit-criteria-colour-copy-copy.error {
  background-color: #ffc2c2;
}

.edit-criteria-colour-copy-copy.error.active {
  border-color: #ffcd00;
}

.edit-criteria-colour-copy-copy.failure {
  background-color: #c2c2ff;
}

.edit-criteria-colour-copy-copy.failure.active {
  border-color: #ffcd00;
}

.edit-criteria-colour-copy-copy.active {
  border-color: #ffcd00;
}

.edit-criteria-colour-copy-copy.to-be-edited {
  background-color: #c2c2ff;
}

.edit-criteria-colour-copy-copy.to-be-edited.active {
  border-color: #ffcd00;
}

.edit-criteria-colour-copy-copy.small {
  width: 40px;
  height: 40px;
}

.rrg-preparation-colour-container {
  width: auto;
  text-align: left;
}

.rrg-orders-menu-line-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 70px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-bottom: 1px solid #ccc;
  background-color: transparent;
  font-size: 20px;
  font-weight: 400;
}

.rrg-orders-menu-line-container.grey {
  border-bottom-color: #666;
  background-color: #ccc;
}

.rrg-orders-menu-line-container.before-grey {
  border-bottom-color: #666;
}

.rrg-orders-menu-line-container.done {
  border-bottom-color: #4fbb61;
  background-color: #c2ffcc;
  color: #194d22;
}

.rrg-orders-menu-line-container.on-going {
  border-bottom-color: #fa0;
  background-color: #ffebc2;
  color: #640;
}

.rrg-orders-menu-line-container.before-on-going {
  border-bottom-color: #fa0;
}

.rrg-orders-menu-line-container.before-error {
  border-bottom-color: #ff8c8c;
}

.rrg-orders-menu-line-container.before-done {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-bottom-color: #4fbb61;
}

.rrg-orders-menu-line-container.error {
  border-bottom-color: #ff8c8c;
  background-color: #ffc2c2;
  color: #600;
}

.rrg-orders-menu-line-container.first {
  border-top: 1px solid #ccc;
}

.rrg-orders-menu-line-container.in-progress {
  border-bottom-color: #fa0;
  background-color: #ffebc2;
  color: #640;
}

.rrg-orders-menu-line-container.before-in-progress {
  border-bottom-color: #fa0;
}

.rrg-orders-menu-line-container.before-blue {
  border-bottom-color: #8c8cff;
}

.rrg-orders-menu-line-container.blue {
  border-bottom-color: #8c8cff;
  background-color: #c2c2ff;
  color: #000061;
}

.rrg-orders-list-wrapper {
  overflow: auto;
  min-height: 80px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 1px solid #ccc;
}

.orders-info-button-container {
  width: 27px;
  height: 27px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.placement-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.rrg-modal-recep-broken-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rrg-home-orders-cog-img {
  position: -webkit-sticky;
  position: sticky;
  margin-left: 10px;
  padding-left: 0px;
}

.image-8 {
  width: 50px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-9 {
  width: 50px;
  height: 50px;
}

.rrg-home-orders-toolbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.rrg-home-orders-cog {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.rrg-home-orders-commandes-title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.rrg-home-orders-question {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.text-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Renaultlifeweb, sans-serif;
  font-size: 24px;
  text-align: center;
}

.image-10 {
  display: inline-block;
}

.rrg-headings {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 1px solid #ccc;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #666;
  text-align: center;
}

.div-block-11 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-12 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.text-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.text-block-6 {
  font-size: 20px;
}

.rrg-heading-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  padding: 2px 0px 4px 100px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #666;
  font-weight: 700;
}

.bold-text {
  color: #666;
}

.ligzone-container {
  width: 10%;
  height: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.text-block-7 {
  text-align: center;
}

.clock-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 7%;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.exclpoint-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2%;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.excl-pointe {
  width: 25px;
  height: 40px;
  font-size: 10px;
}

.clock-img {
  width: 40px;
  height: 40px;
  margin-left: 4px;
  font-size: 15px;
  line-height: 15px;
}

.text-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: Renaultlifeweb, sans-serif;
  font-weight: 700;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  padding-right: 10px;
  padding-bottom: 4px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.bold-text-2 {
  color: #666;
}

.div-block-14 {
  width: 40px;
  height: 60px;
}

.div-block-15 {
  width: 100px;
}

.div-block-16 {
  width: 100px;
}

.rrg-home-orders-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  min-height: auto;
  margin-bottom: 5px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 1px solid #ccc;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.rrg-home-orders-empty-clock {
  width: 10%;
  height: 80px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.empty-excl {
  width: auto;
  height: 80px;
}

.rrg-home-orders-lig-title {
  width: 15%;
  padding-right: 0px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.rrg-home-orders-zones-title {
  width: 25%;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.rrg-home-orders-client-title {
  width: 35%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.rrg-home-orders-detail-title {
  width: 15%;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.rrg-order-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #666;
  font-size: 20px;
  text-align: left;
}

.rrg-ordre-text {
  font-weight: 700;
}

.rrg-home-orders-row-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 70px;
  padding-bottom: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 1px solid #ccc;
}

.rrg-home-orders-clock-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.rrg-home-orders-clock-wrapper.red {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.rrg-home-orders-excl-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.rrg-home-orders-lig-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.rrg-home-orders-zone-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.rrg-home-orders-client-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.rrg-home-orders-detail-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  margin-right: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: 'Rrg icon', sans-serif;
}

.rrg-home-orders-clock-img {
  width: 40px;
  height: 40px;
}

.rrg-home-orders-excl-img {
  width: 22px;
  height: 32px;
  margin-top: 0px;
}

.rrg-home-orders-details-img {
  width: 20px;
  height: 20px;
}

.rrg-home-orders-icons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10%;
  margin-left: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.rrg-home-orders-icons-wrapper.yellow-clock.warning {
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.rrg-home-orders-lig-num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 20px;
}

.rrg-home-orders-zone-text {
  font-size: 20px;
}

.rrg-home-orders-zone-title-wrapper {
  padding-right: 0px;
}

.dispatch-subheader-container {
  display: block;
  margin-right: 0px;
  margin-left: 5px;
}

.dispatch-header-field-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: right;
  white-space: nowrap;
}

.dispatch-header-field {
  display: block;
  width: auto;
  margin-right: 0px;
  padding-right: 0px;
  font-size: 18px;
  font-weight: 700;
  text-align: right;
}

.dispatch-header-field.or-bon-service {
  display: inline-block;
  width: auto;
  text-align: right;
}

.dispatch-header-value-container {
  font-size: 18px;
  font-weight: 400;
}

.dispatch-bon-service {
  display: inline-block;
}

.dispatch-order-id {
  display: block;
}

.dispatch-comment {
  display: inline-block;
  max-width: none;
}

.destination-value {
  display: inline-block;
  margin-left: 5px;
  font-size: 16px;
  font-weight: 700;
}

.pre-picking-date-label, .customer-arrives-date-label {
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
}

.pre-picking-date-value , .customer-arrives-date-value{
  display: inline-block;
  margin-left: 5px;
}

.creator-label {
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
}

.creator-value {
  display: inline-block;
  margin-left: 5px;
}

.age-label {
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
}

.age-value {
  display: inline-block;
  margin-left: 5px;
}

.comment-label {
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
}

.comment-value {
  display: inline-block;
  margin-left: 5px;
}

.rrg-orders-list-container {
  overflow: visible;
}

.rrg-preparation-header-wrapper {
  margin-bottom: 5px;
}

.rrg-stock-header-right-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.modal-preparation-help-container {
  margin-right: 5px;
  margin-left: 5px;
}

.modal-preparation-help-title-container {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.modal-preparation-help-line-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2px;
}

.modal-preparation-help-line-icon-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Rrg icon', sans-serif;
}

.heading {
  font-weight: 400;
  text-align: center;
}

.modal-carte-achat-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-carte-achat-container {
  width: 80%;
  height: auto;
  padding: 10px 0px;
}

.modal-carte-achat-container.hidden {
  display: none;
}

.carte-achat-selection-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  max-height: 165px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: #666;
}

.carte-achat-selection {
  padding: 10px 5px 10px 10px;
  border-bottom: 1px solid #666;
  border-left: 0px none #666;
  font-weight: 700;
  cursor: pointer;
}

.carte-achat-selection.last {
  border-bottom-style: none;
}

.carte-achat-selection.active {
  background-color: #ffcd00;
}

.carte-achat-selection.grey {
  background-color: #ccc;
}

.carte-achat-selection.green {
  background-color: #c2ffcc;
}

.carte-achat-selection.n-a {
  background-color: #000;
  color: #fff;
}

.carte-achat-selection.red {
  background-color: #ffc2c2;
}

.carte-achat-txt-description {
  margin-bottom: 10px;
  color: #e4405f;
}

.carte-achat-txt-description-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.modal-carte-achat-client-container {
  width: 80%;
}

.rrg-locker-management-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rrg-locker-management-form {
  margin-top: 10px;
}

.field-label {
  margin-top: 20px;
}

.form-group {
  width: 300px;
  margin-top: 20px;
}

.form-group-title {
  padding-top: 0px;
  font-size: 22px;
}

.label-info {
  font-family: Renaultlife, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}

.rrg-form-field-monospace {
  width: auto;
  margin-right: 20px;
  margin-bottom: 0px;
  font-family: Inconsolata, monospace;
  font-size: 22px;
}

.rrg-form-field-monospace.part-input {
  overflow: hidden;
}

.rrg-form-field-monospace.qty-input {
  overflow: hidden;
  margin-top: 0px;
}

.text-field {
  width: 12em;
}

.rrg-form-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.rrg-locker-selection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-11 {
  background-color: #fff;
}

.image-12 {
  height: auto;
  margin-top: 0px;
  padding-top: 0px;
}

.img-container {
  height: 28px;
}

.empty-basket-img {
  height: 28px;
}

.field-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.value-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 200px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.key-container {
  display: inline;
}

.field-value-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 130px;
  min-width: 130px;
  margin-right: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: right;
}

.text-block-9 {
  font-weight: 400;
}

.reference-destination {
  font-weight: 700;
  text-align: center;
}

.update-container {
  width: 50px;
  margin-left: 10px;
}

.update-text {
  font-family: 'Rrg icon', sans-serif;
  color: #d61439;
  font-size: 50px;
  line-height: 15px;
  font-weight: 400;
}

.empty-container {
  width: 60px;
}

.rrg-snack-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: #2196f3;
}

.rrg-snack-info-message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  text-align: center;
}

.rrg-snack-info-close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: transparent;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  font-family: 'Rrg icon', sans-serif;
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  cursor: pointer;
}

.rrg-snack-info-close:hover {
  background-color: #74baf1;
}

.part-form-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.qty-form {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #333;
}

.qty-form.primary {
  border-style: solid;
  border-width: 1px;
  border-color: #1d76d2;
}

.qty-form.round {
  border-radius: 5px;
}

.rrg-order-dispatch-printer-wrapper {
  position: static;
  left: 10px;
  top: 100px;
  right: 10px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 50px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.rrg-order-dispatch-printer-container {
  position: static;
  min-width: 320px;
}

.rrg-close-package-warning {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #e4405f;
}

.rrg-close-package-warning.error {
  color: #c30000;
}

.rrg-warning-closing-colis {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.id-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-top: 5px;
  margin-bottom: 10px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.id-label {
  margin-right: 10px;
  font-weight: 700;
}

.rrg-part-different-references-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rrg-different-references-line-status-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #e4405f;
}

.rrg-different-references-line-status-info.error {
  color: #c30000;
}

.rrg-different-references-status-info-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  padding-right: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.rrg-different-references-status-info-title.icon {
  font-family: 'Rrg icon', sans-serif;
  color: #e4405f;
  font-size: 50px;
  line-height: 50px;
}

.rrg-different-references-status-info-title.icon.warning {
  width: 11%;
}

.rrg-different-references-status-info-title.stock {
  width: 60%;
}

.rrg-different-references-status-info-title.to_serve {
  width: auto;
  white-space: nowrap;
}

.rrg-different-references-status-info-title.icon {
  font-family: 'Rrg icon', sans-serif;
  color: #e4405f;
  font-size: 50px;
  line-height: 50px;
}

.rrg-different-references-status-info-title.icon.warning {
  font-size: 250%;
  line-height: 100%;
}

.container-2 {
  min-height: 100vh;
  min-width: 100vw;
  background-color: #fdfdfd;
  font-family: 'Open Sans', sans-serif;
  color: #3d3935;
}

.kbrw-toggle-button {
  width: 18px;
  height: 18px;
  border-radius: 11px;
  background-color: #fdfdfd;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
}

.kbrw-toggle-colored {
  width: 50px;
  height: 22px;
  padding: 2px;
  border-radius: 11px;
  background-color: #3d3935;
  -webkit-transition: background-color 250ms ease, padding 250ms ease;
  transition: background-color 250ms ease, padding 250ms ease;
  cursor: pointer;
}

.kbrw-toggle-colored.on {
  padding-left: 30px;
  background-color: #ff8f34;
}

.kbrw-buttons-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 30vw;
  padding-top: 5px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.kbrw-toggle {
  width: 50px;
  height: 22px;
  padding: 2px;
  border-radius: 11px;
  background-color: #3d3935;
  -webkit-transition: padding 100ms ease;
  transition: padding 100ms ease;
}

.kbrw-toggle.on {
  padding-left: 30px;
  -webkit-transition-duration: 1000ms;
  transition-duration: 1000ms;
}

.garage-info-tab-country-value {
  width: 30%;
  min-height: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #efefef;
  text-align: center;
}

.kbrw-input-dropdown-row-text {
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  text-align: center;
}

.html-toggle-on {
  width: 40px;
  height: 40px;
  color: #d96500;
}

.html-toggle-on:hover {
  color: #f70;
}

.html-toggle-on:active {
  color: #d96500;
}

.html-toggle-on:focus {
  color: #f70;
}

.garage-info-tab-name-value {
  width: 30%;
  min-height: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #efefef;
  text-align: center;
}

.arrow-dropdown-down {
  padding: 12px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  color: #005587;
  cursor: pointer;
}

.garage-info-tab-zip-value {
  width: 30%;
  min-height: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #efefef;
  text-align: center;
}

.kbrw-input-dropdown-2 {
  position: relative;
  z-index: 10;
  overflow: auto;
  max-height: 100px;
  border-radius: 3px;
  background-color: #fdfdfd;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.24);
}

.select-value {
  padding: 9px 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #005587;
  text-align: center;
  text-decoration: none;
}

.emptyicon {
  width: 12px;
}

.garage-info-tab-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #959595;
}

.garage-info-tab-mail-value {
  width: 30%;
  min-height: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #efefef;
  text-align: center;
}

.kbrw-input-dropdown-wrapper-2 {
  display: block;
  overflow: visible;
  height: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.form-dropdown {
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #000;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.form-dropdown.form-dropdown-plaque {
  border-color: #005587;
  background-color: #efefef;
}

.kbrw-input-dropdown-row-2 {
  padding-top: 2px;
  padding-bottom: 2px;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  cursor: pointer;
}

.kbrw-input-dropdown-row-2:hover {
  background-color: #e0e0e0;
}

.kbrw-input-dropdown-row-2:active {
  background-color: #c9c9c9;
}

.kbrw-input-dropdown-row-2.plaque {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.garage-info-tab-phone-value {
  width: 30%;
  min-height: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #efefef;
  text-align: center;
}

.garage-info-tab-dms-value {
  width: 30%;
  min-height: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #efefef;
  text-align: center;
}

.garage-info-tab-retauto-value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  min-height: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #efefef;
  text-align: center;
}

.html-toggle-off {
  width: 40px;
  height: 40px;
  color: #ccc;
}

.html-toggle-off:hover {
  color: #ccc;
}

.html-toggle-off:active {
  color: #aaa;
}

.html-toggle-off:focus {
  color: #ccc;
}

.garage-info-tab-plaques-value-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  min-height: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #efefef;
  text-align: center;
}

.garage-info-tab-adresse-value {
  width: 30%;
  min-height: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #efefef;
  text-align: center;
}

.input-dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none transparent;
  border-radius: 4px;
}

.input-dropdown:hover {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.input-dropdown:focus {
  background-color: #1b365e;
  color: #fff;
}

.input-dropdown.dropdown-plaque {
  cursor: pointer;
}

.garage-info-tab-city-value {
  width: 30%;
  min-height: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #efefef;
  text-align: center;
}

.garage-info-tab-id-value {
  width: 30%;
  min-height: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #efefef;
  text-align: center;
}

.kbrw-input-container-2 {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.html-expand-more {
  width: 24px;
  height: 24px;
  min-height: 24px;
  min-width: 24px;
  color: #005587;
}

.garage-info-tab-body {
  margin-top: 140px;
  margin-right: 60px;
  margin-left: 60px;
  padding-right: 60px;
  padding-left: 60px;
}

.garage-info-tab {
  width: 70%;
  min-height: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-weight: 700;
  cursor: default;
}

.rrg-depa-menu-titel-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 70px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-bottom: 1px solid #ccc;
  background-color: #000;
  font-size: 20px;
  font-weight: 400;
}

.rrg-depa-menu-titel-container.grey {
  border-bottom-color: #666;
  background-color: #e1e1e1;
}

.rrg-depa-menu-titel-container.before-grey {
  border-bottom-color: #666;
}

.rrg-depa-menu-titel-container.done {
  border-bottom-color: #4fbb61;
  background-color: #c2ffcc;
  color: #194d22;
}

.rrg-depa-menu-titel-container.on-going {
  border-bottom-color: #fa0;
  background-color: #ffebc2;
  color: #640;
}

.rrg-depa-menu-titel-container.before-on-going {
  border-bottom-color: #fa0;
}

.rrg-depa-menu-titel-container.before-error {
  border-bottom-color: #ff8c8c;
}

.rrg-depa-menu-titel-container.before-done {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-bottom-color: #4fbb61;
}

.rrg-depa-menu-titel-container.error {
  border-bottom-color: #ff8c8c;
  background-color: #ffc2c2;
  color: #600;
}

.rrg-depa-menu-titel-container.first {
  border-top: 1px solid #ccc;
}

.rrg-depa-menu-titel-container.blue {
  border-bottom-color: #4f80bb;
  background-color: #c2ddff;
  color: #19304d;
}

.rrg-depa-menu-titel-container.before-blue {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-bottom-color: #4f80bb;
}

.rrg-titel-logo-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-left: 5%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.rrg-ean-text-item {
  width: 50%;
  color: #fff;
  text-align: center;
}

.rrg-ref-text-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18%;
  padding-top: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.rrg-ena-text-holder {
  width: 50%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-weight: 700;
}

.rrg-depa-menu-text-holder-copy {
  width: 18%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-weight: 700;
}

.clog-notification-count {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #fff;
  color: #272624;
}

.clog-notification-count.important {
  background-color: #dc372b;
}

.rrg-modal-pneumatique-zone {
  width: 101%;
  margin-left: 15px;
}

.rrg-modal-pneumatique-zone.stock {
  display: block;
  margin-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.modal-opts-values-container-zone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.line-selection {
  padding: 10px 5px 10px 10px;
  border-bottom: 1px solid #666;
  border-left: 0px none #666;
  font-weight: 700;
}

.line-selection.last {
  border-bottom-style: none;
}

.line-selection.active {
  background-color: #ffcd00;
}

.line-selection.grey {
  background-color: #ccc;
}

.line-selection.green {
  background-color: #c2ffcc;
}

.line-selection.n-a {
  background-color: #000;
  color: #fff;
}

.line-selection.red {
  background-color: #ffc2c2;
}

.modal-pneumatique-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  max-height: 165px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: #666;
}

.line-container-pneumatique {
  overflow: auto;
  max-height: 200px;
}

.modal-pneumatique-opts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  margin-top: 10px;
  margin-bottom: auto;
  padding: 5px 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.modal-pneumatique-opts-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  margin-top: 10px;
  margin-bottom: auto;
  padding: 5px 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.rrg-depa-container-pneumatique {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rrg-depa-container-rrg-depa-container-pneumatique {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rrg-depa-container-pneumatique-designation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.rrg-ena-text-pneumatique {
  width: 35%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-weight: 700;
  text-align: center;
}

.rrg-depa-type-menu-text-holder-pnematique {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.rrg-pneumatique-list-wrapper {
  overflow: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.rrg-home-orders-pick-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

@media screen and (max-width: 991px) {
  .container {
    border-top: 2px solid #000;
  }

  .kbrw-menu {
    min-width: 40%;
  }

  .kbrw-menu.out {
    left: -40%;
    width: 40%;
  }

  .kbrw-button-icon.primary.toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .kbrw-button-icon.primary.toggle:hover {
    background-color: #fff;
  }

  .rrg-user-info {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .rrg-icon-button.with-label {
    font-size: 4vw;
  }

  .rrg-colis-visualisation-liste-pieces-title {
    margin-bottom: 1em;
    border-bottom-style: none;
    border-bottom-width: 0px;
  }

  .piece-menu-line-container.first {
    border-top-width: 2px;
  }

  .rrg-part-ids-wrapper {
    top: 102px;
  }

  .rrg-edit-line.selected {
    border-top-width: 2px;
  }

  .piece-menu-line-container-header {
    border-top: 0px solid #000;
  }

  .piece-menu-line-container-header.first {
    border-top-width: 2px;
  }

  .rrg-heading-text {
    padding-bottom: 2px;
    padding-left: 200px;
  }

  .toggle-button-wrapper {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .modal-loader {
    width: 200px;
    height: 200px;
  }

  .rrg-logo-wrapper {
    width: 25%;
  }

  .rrg-icon-button.with-label {
    font-size: 5vw;
  }

  .rrg-icon-button.notification {
    font-size: 44px;
  }

  .rrg-check-box-logo.no-border.grey {
    color: #666;
  }

  .rrg-check-box-logo.no-border.grey.checked {
    color: #ffcd00;
  }

  .header_connection_status_holder {
    width: 4%;
  }

  .accueil_rrg_logo_container {
    border: 1px solid #000;
  }

  .accueil_rrg_logo_holder {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .snack-wrapper {
    z-index: 100;
  }

  .rrg-header-user-container {
    width: 70%;
  }

  .rrg-header-user-name {
    width: 100%;
    font-weight: 700;
    white-space: normal;
  }

  .rrg-header-user-store {
    width: 100%;
  }

  .excl-pointe {
    width: 20px;
    height: 40px;
  }

  .rrg-home-orders-excl-img {
    width: 22px;
  }

  .form-group {
    width: 300px;
  }

  .rrg-header-notif-container {
    width: 26%;
    padding-left: 0px;
    color: #e4405f;
  }

  .rrg-notif-count {
    position: absolute;
    right: 159px;
    bottom: 38px;
    font-weight: 700;
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .container.dark {
    background-color: #333;
  }

  .page-container {
    padding-top: 70px;
  }

  .rrg-header {
    height: 70px;
  }

  .rrg-header.dark {
    background-color: #333;
    color: #fff;
  }

  .header-left-wrapper {
    width: 70px;
  }

  .header-center-wrapper {
    padding-left: 5px;
  }

  .header-right-wrapper {
    width: 150px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .kbrw-menu {
    min-width: 75%;
  }

  .kbrw-menu.out {
    left: -75%;
    width: 75%;
  }

  .kbrw-menu.dark {
    background-color: #333;
  }

  .menu-pilot {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .kbrw-button {
    font-size: 14px;
  }

  .rrg-hide-menu {
    width: 12vw;
    height: 12vw;
    border-radius: 6vw;
  }

  .kbrw-buttons-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .kbrw-button-flat {
    font-size: 10px;
  }

  .kbrw-button-flat-line {
    font-size: 10px;
  }

  .kbrw-button-flat-line.secondary.straight {
    font-size: 14px;
  }

  .kbrw-input-wrapper.depa {
    width: 200px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 14px;
  }

  .input-labelized.rrg-depa-search {
    font-size: 14px;
  }

  .kbrw-modal.kbrw-confirm-modal {
    max-width: 80vw;
    min-width: 80vw;
  }

  .kbrw-modal.kbrw-qty-modal {
    max-width: 80vw;
  }

  .kbrw-modal.kbrw-scan-modal {
    max-width: 80vw;
  }

  .kbrw-modal.kbrw-choose-zone-modal {
    max-width: 80vw;
  }

  .kbrw-modal.rrg-recep-modal {
    max-width: 80vw;
    min-width: 80vw;
  }

  .kbrw-modal.kbrw-recap-qty-modal {
    max-width: 80vw;
  }

  .rrg-logo-wrapper {
    width: 35%;
  }

  .rrg-icon-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70px;
    height: 70px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    font-size: 30px;
  }

  .rrg-menu-title {
    font-size: 20px;
  }

  .rrg-logout {
    width: 6vw;
    height: 6vw;
    font-size: 7vw;
  }

  .rrg-user-info {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 2.8vw;
  }

  .rrg-user-info.dark {
    border-left-color: #fff;
  }

  .rrg-icon-button.with-label {
    font-size: 10vw;
  }

  .rrg-check-box-logo {
    border-width: 1px;
    border-radius: 2px;
  }

  .rrg-check-box-logo.yellow.checked.order-qty {
    border-style: solid;
    border-width: 2px;
    border-radius: 5px;
  }

  .rrg-check-box-logo.tiny {
    width: 15px;
    height: 15px;
    font-size: 15px;
  }

  .rrg-check-box {
    border-width: 1px;
    border-radius: 2px;
  }

  .header_connection_status_holder {
    height: 45px;
  }

  .rrg-checkbox-big {
    font-size: 30px;
  }

  .rrg-depa-menu-line-container {
    font-size: 15px;
  }

  .rrg-depa-menu-line-checkbox-holder {
    width: 40px;
  }

  .rrg-depa-menu-text-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .rrg-depa-type-menu-text-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .piece-menu-text-holder.name {
    white-space: nowrap;
  }

  .piece-menu-text-holder.f1-name {
    white-space: nowrap;
  }

  .rrg-colis-input-wrapper {
    display: block;
  }

  .rrg-colis-clean-search-wrapper {
    width: 25px;
    height: 25px;
    font-size: 25px;
  }

  .rrg-depa-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .rrg-depa-container-text.header {
    font-size: 15px;
  }

  .rrg-footer-container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .rrg-footer-elements-container {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .rrg-header-screen-name {
    width: 35%;
    font-size: 13px;
  }

  .rrg-icon-footer {
    font-size: 30px;
  }

  .rrg-icon-footer.valid {
    font-size: 45px;
  }

  .rrg-icon-footer.plus {
    font-size: 40px;
  }

  .rrg-icon-footer.download {
    font-size: 40px;
  }

  .rrg-colis-image-wrapper {
    width: 100%;
  }

  .rrg-colis-description-header-flex {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .rrg-colis-number {
    display: block;
    overflow: visible;
  }

  .rrg-checkbox-big-header {
    font-size: 30px;
  }

  .rrg-part-description-wrapper {
    font-size: 18px;
  }

  .rrg-part-number {
    margin-bottom: 10px;
    font-size: 23px;
  }

  .rrg-part-ids-wrapper {
    top: 82px;
  }

  .rrg-part-location-line-container.disabled {
    border-bottom-color: #666;
    background-color: #e1e1e1;
  }

  .rrg-edit-criteria-zone-info {
    font-size: 16px;
  }

  .rrg-edit-zone-dropdown-container {
    -webkit-transition: -webkit-transform 250ms ease;
    transition: -webkit-transform 250ms ease;
    transition: transform 250ms ease;
    transition: transform 250ms ease, -webkit-transform 250ms ease;
  }

  .rrg-edit-text-item {
    font-size: 13px;
  }

  .rrg-edit-type-menu-text-item {
    font-size: 13px;
  }

  .rrg-edit-client-description {
    margin-top: 18px;
  }

  .rrg-part-designation {
    font-size: 18px;
  }

  .rrg-part-remaining-count {
    font-size: 18px;
  }

  .rrg-part-remaining-title {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .rrg-depa-menu-line-container-header {
    font-size: 15px;
  }

  .rrg-qty-modal-minus {
    padding-left: 10px;
  }

  .rrg-button-text-ico-square {
    width: 30px;
    height: 30px;
    font-size: 20px;
  }

  .rrg-part-client-name-header {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .rrg-part-client-id-header {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .rrg-part-client-selected-cell.client-id {
    font-size: 25px;
  }

  .rrg-part-client-selected-cell.client-name {
    font-size: 25px;
  }

  .rrg-part-client-selector-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .snack-wrapper {
    z-index: 2000;
    margin: 30px;
  }

  .rrg-header-current-page {
    font-size: 16px;
  }

  .rrg-header-user-container {
    width: 123px;
  }

  .rrg-header-user-name {
    width: 123px;
  }

  .rrg-header-user-store {
    width: 123px;
  }

  .rrg-depa-colis-page {
    padding-top: 75px;
  }

  .input-dynamic-search.rrg-depa-search {
    font-size: 14px;
  }

  .rrg-depa-action-text {
    white-space: nowrap;
  }

  .rrg-depa-search-input {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  }

  .kbrw-input-dynamic-wrapper.depa {
    width: 200px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 14px;
  }

  .label.rrg-depa-search {
    font-size: 14px;
  }

  .input-labelized-v2.rrg-depa-search {
    font-size: 14px;
  }

  .rrg-depa-part-page {
    padding-top: 80px;
  }

  .rrg-part-edit-part-count {
    width: 15%;
  }

  .rrg-part-edit-part-name {
    margin: 5px;
    white-space: nowrap;
  }

  .rrg-depa-part-recap-page {
    padding-top: 80px;
  }

  .rrg-part-edit-part-designation-f1 {
    margin: 5px;
  }

  .rrg-part-edit-part-name-copy {
    margin: 5px;
  }

  .rrg-part-edit-part-designation-mprlcf {
    margin: 5px;
  }

  .rrg-edit-criteria-printer-wrapper {
    top: 80px;
  }

  .rrg-page-edit-criteria {
    padding-top: 70px;
  }

  .rrg-edit-criteria-wrapper {
    padding-top: 50px;
  }

  .rrg-edit-line-info-holder {
    width: 50%;
  }

  .rrg-edit-line-reference-mprlcf {
    overflow: hidden;
  }

  .rrg-edit-line-reference-a1 {
    overflow: hidden;
  }

  .rrg-part-line-status-info {
    width: 90%;
  }

  .rrg-line-status-info-title.icon.warning {
    padding-right: 0px;
    font-size: 250%;
  }

  .destination-container {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 15px;
    text-align: center;
  }

  .rrg-header-current-page-2 {
    font-size: 14px;
  }

  .rrg-checkbox-big-2 {
    font-size: 30px;
  }

  .header_connection_status_holder-2 {
    height: 45px;
  }

  .info-container {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .filter-container {
    width: 50%;
  }

  .destination-label {
    text-align: center;
  }

  .rrg-stock-action-text {
    white-space: nowrap;
  }

  .rrg-orders-home-page {
    padding-top: 75px;
    padding-right: 10px;
  }

  .edit-preparation-filter-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .rrg-preparation-zone-filter-container {
    margin-top: 0px;
  }

  .rrg-orders-menu-line-container {
    font-size: 15px;
  }

  .rrg-home-orders-cog-img {
    width: 30px;
    height: 30px;
    margin-left: 0px;
  }

  .rrg-home-orders-toolbar {
    margin-top: 10px;
  }

  .rrg-home-orders-cog {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .text-block-3 {
    font-size: 18px;
  }

  .rrg-home-orders-question-img {
    width: 30px;
    height: 30px;
  }

  .excl-pointe {
    height: 20px;
  }

  .clock-img {
    height: 20px;
  }

  .rrg-home-orders-title-wrapper {
    height: 40px;
    margin-top: 5px;
    margin-bottom: 0px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .rrg-home-orders-empty-clock {
    width: 10%;
    height: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .rrg-home-orders-lig-title {
    width: 5%;
    margin-right: 0px;
    padding-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .rrg-home-orders-zones-title {
    width: 20%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .rrg-home-orders-client-title {
    width: 42%;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .rrg-home-orders-detail-title {
    width: 6%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .rrg-order-text {
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
  }

  .rrg-order-text.left {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
  }

  .rrg-home-orders-clock-wrapper {
    width: 20px;
    height: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .rrg-home-orders-clock-wrapper.yellow {
    width: 30px;
    height: 30px;
    max-height: none;
    max-width: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .rrg-home-orders-clock-wrapper.yellow.hidden {
    display: none;
    width: 30px;
    height: 30px;
  }

  .rrg-home-orders-clock-wrapper.red {
    width: 30px;
    height: 30px;
  }

  .rrg-home-orders-clock-wrapper.red.hidden {
    display: none;
    width: auto;
    height: auto;
  }

  .rrg-home-orders-excl-wrapper {
    width: 12px;
    height: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .rrg-home-orders-lig-container {
    width: 5%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .rrg-home-orders-zone-container {
    width: 20%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .rrg-home-orders-client-container {
    width: 42%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .rrg-home-orders-detail-container {
    width: 6%;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 25px;
    font-weight: 400;
    text-align: center;
  }

  .rrg-home-orders-clock-img {
    width: auto;
    height: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
  }

  .rrg-home-orders-clock-img.legend {
    width: 40px;
    height: 40px;
  }

  .rrg-home-orders-excl-img {
    width: auto;
    height: 30px;
    margin-top: 2px;
    margin-bottom: -1px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .rrg-home-orders-icons-wrapper {
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .rrg-home-orders-icons-wrapper.yellow-clock.warning {
    width: 13%;
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .rrg-home-orders-lig-num {
    font-size: 15px;
  }

  .rrg-home-orders-zone-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
  }

  .rrg-home-orders-zone-title-wrapper {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .dispatch-subheader-container {
    margin-right: 0px;
    margin-left: 5px;
  }

  .div-block-18 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .rrg-preparation-filter-text-container {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .modal-preparation-help-line-icon-container.legend {
    font-size: 25px;
  }

  .update-container {
    width: 35px;
    margin-left: 5px;
  }

  .update-text {
    font-size: 35px;
    line-height: 10px;
  }

  .empty-container {
    width: 40px;
  }

  .rrg-order-dispatch-printer-wrapper {
    top: 80px;
    min-width: 320px;
  }

  .rrg-part-different-references-line {
    padding-bottom: 17px;
  }

  .rrg-different-references-line-status-info {
    width: 90%;
  }

  .rrg-different-references-status-info-title.icon.warning {
    padding-right: 0px;
    font-size: 250%;
  }

  .kbrw-buttons-wrapper-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .html-expand-more {
    width: 12px;
    height: 12px;
    min-height: 12px;
    min-width: 12px;
  }

  .rrg-depa-menu-titel-container {
    font-size: 15px;
  }

  .rrg-ean-text-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .rrg-header-notif-container {
    position: relative;
  }

  .rrg-notif-count {
    right: 50%;
    bottom: 50%;
    -webkit-transform: translate(50%, 37%);
    -ms-transform: translate(50%, 37%);
    transform: translate(50%, 37%);
    -webkit-transform-origin: -50% 50%;
    -ms-transform-origin: -50% 50%;
    transform-origin: -50% 50%;
  }

  .rrg-home-orders-pick-wrapper {
    width: 22px;
    height: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .rrg-home-roders-pick-img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

@font-face {
  font-family: 'Renaultlifeweb';
  src: url('/public/fonts/RenaultLifeWeb-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Renaultlifeweb';
  src: url('/public/fonts/RenaultLifeWeb-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Renaultlifeweb';
  src: url('/public/fonts/RenaultLifeWeb-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Renaultlifeweb';
  src: url('/public/fonts/RenaultLifeWeb-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Renaultlife';
  src: url('/public/fonts/RenaultLife-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Renaultlife';
  src: url('/public/fonts/RenaultLife-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Renaultlife';
  src: url('/public/fonts/RenaultLife-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Renaultlife';
  src: url('/public/fonts/RenaultLife-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Renaultlife';
  src: url('/public/fonts/RenaultLife-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Renaultlife';
  src: url('/public/fonts/RenaultLife-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Rrg icon';
  src: url('/public/fonts/rrg-icon.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}.button {
  user-select: none;
}
.button-flat {
  user-select: none;
}
.button-flat-line {
  user-select: none;
}
.button-icon {
  user-select: none;
}
/* Drop down */
div {
  outline:none;
}
.kbrw-input-dropdown-wrapper {
  z-index: -1;
}
.rrg-header-user-name {
  text-overflow: ellipsis;
}
.rrg-header-user-store {
  text-overflow: ellipsis;
}
.piece-menu-text-holder.name {
  text-overflow: ellipsis;
}
input, select, textarea {font-family: inherit;}
.modal-placement-wrapper.hidden-smooth {
  max-height: 0;
  transition: max-height 0.1s ease-out;
  overflow: hidden;
}
.modal-placement-wrapper {
  max-height: 240px;
  transition: max-height 0.15s ease-in;
}

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