@charset "UTF-8";

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

/*! angularjs-slider - v5.8.3 - 
 (c) Rafal Zajac <rzajac@gmail.com>, Valentin Hervieu <valentin@hervieu.me>, Jussi Saarivirta <jusasi@gmail.com>, Angelin Sirbu <angelin.sirbu@gmail.com> - 
 https://github.com/angular-slider/angularjs-slider - 
 2016-11-03 */

.rzslider {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 4px;
  margin: 35px 0 15px 0;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.rzslider.with-legend {
  margin-bottom: 40px;
}

.rzslider[disabled] {
  cursor: not-allowed;
}

.rzslider[disabled] .rz-pointer {
  cursor: not-allowed;
  background-color: #d8e0f3;
}

.rzslider[disabled] .rz-bar-wrapper.rz-draggable {
  cursor: not-allowed;
}

.rzslider[disabled] .rz-bar.rz-selection {
  background: #8b91a2;
}

.rzslider[disabled] .rz-ticks .rz-tick {
  cursor: not-allowed;
}

.rzslider[disabled] .rz-ticks .rz-tick.rz-selected {
  background: #8b91a2;
}

.rzslider span {
  position: absolute;
  display: inline-block;
  white-space: nowrap;
}

.rzslider .rz-base {
  width: 100%;
  height: 100%;
  padding: 0;
}

.rzslider .rz-bar-wrapper {
  left: 0;
  z-index: 1;
  width: 100%;
  height: 32px;
  padding-top: 16px;
  margin-top: -16px;
  box-sizing: border-box;
}

.rzslider .rz-bar-wrapper.rz-draggable {
  cursor: move;
}

.rzslider .rz-bar {
  left: 0;
  z-index: 1;
  width: 100%;
  height: 4px;
  background: #d8e0f3;
  border-radius: 2px;
}

.rzslider .rz-bar.rz-selection {
  z-index: 2;
  background: #0db9f0;
  border-radius: 2px;
}

.rzslider .rz-pointer {
  top: -14px;
  z-index: 3;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background-color: #0db9f0;
  border-radius: 16px;
}

.rzslider .rz-pointer:after {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 8px;
  height: 8px;
  background: #ffffff;
  border-radius: 4px;
  content: '';
}

.rzslider .rz-pointer:hover:after {
  background-color: #ffffff;
}

.rzslider .rz-pointer.rz-active {
  z-index: 4;
}

.rzslider .rz-pointer.rz-active:after {
  background-color: #451aff;
}

.rzslider .rz-bubble {
  bottom: 16px;
  padding: 1px 3px;
  color: #55637d;
  cursor: default;
}

.rzslider .rz-bubble.rz-selection {
  top: 16px;
}

.rzslider .rz-bubble.rz-limit {
  color: #55637d;
}

.rzslider .rz-ticks {
  position: absolute;
  top: -3px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}

.rzslider .rz-ticks .rz-tick {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  margin-left: 11px;
  text-align: center;
  cursor: pointer;
  background: #d8e0f3;
  border-radius: 50%;
}

.rzslider .rz-ticks .rz-tick.rz-selected {
  background: #0db9f0;
}

.rzslider .rz-ticks .rz-tick .rz-tick-value {
  position: absolute;
  top: -30px;
  transform: translate(-50%, 0);
}

.rzslider .rz-ticks .rz-tick .rz-tick-legend {
  position: absolute;
  top: 24px;
  max-width: 50px;
  white-space: normal;
  transform: translate(-50%, 0);
}

.rzslider .rz-ticks.rz-ticks-values-under .rz-tick-value {
  top: initial;
  bottom: -32px;
}

.rzslider.rz-vertical {
  position: relative;
  width: 4px;
  height: 100%;
  padding: 0;
  margin: 0 20px;
  vertical-align: baseline;
}

.rzslider.rz-vertical .rz-base {
  width: 100%;
  height: 100%;
  padding: 0;
}

.rzslider.rz-vertical .rz-bar-wrapper {
  top: auto;
  left: 0;
  width: 32px;
  height: 100%;
  padding: 0 0 0 16px;
  margin: 0 0 0 -16px;
}

.rzslider.rz-vertical .rz-bar {
  bottom: 0;
  left: auto;
  width: 4px;
  height: 100%;
}

.rzslider.rz-vertical .rz-pointer {
  top: auto;
  bottom: 0;
  left: -14px !important;
}

.rzslider.rz-vertical .rz-bubble {
  bottom: 0;
  left: 16px !important;
  margin-left: 3px;
}

.rzslider.rz-vertical .rz-bubble.rz-selection {
  top: auto;
  left: 16px !important;
}

.rzslider.rz-vertical .rz-bubble.rz-floor {
  bottom: 0;
  left: auto;
}

.rzslider.rz-vertical .rz-bubble.rz-ceil {
  top: 0;
  right: auto;
}

.rzslider.rz-vertical .rz-ticks {
  top: 0;
  left: -3px;
  z-index: 1;
  width: 0;
  height: 100%;
}

.rzslider.rz-vertical .rz-ticks .rz-tick {
  margin-top: 11px;
  margin-left: auto;
  vertical-align: middle;
}

.rzslider.rz-vertical .rz-ticks .rz-tick .rz-tick-value {
  top: initial;
  left: 24px;
  transform: translate(0, -28%);
}

.rzslider.rz-vertical .rz-ticks .rz-tick .rz-tick-legend {
  top: initial;
  right: 24px;
  max-width: none;
  white-space: nowrap;
  transform: translate(0, -28%);
}

.rzslider.rz-vertical .rz-ticks.rz-ticks-values-under .rz-tick-value {
  right: 24px;
  bottom: initial;
  left: initial;
}

/*!
   angular-block-ui v0.2.1
   (c) 2015 (null) McNull https://github.com/McNull/angular-block-ui
   License: MIT
*/

.block-ui {
  position: relative;
}

body.block-ui {
  /* IE8 doesn't support .block-ui:not(body) */
  position: static;
}

body.block-ui > .block-ui-container,
.block-ui-main > .block-ui-container {
  position: fixed;
}

.block-ui-container {
  position: absolute;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=00);
}

.block-ui-active > .block-ui-container {
  height: 100%;
  cursor: wait;
}

.block-ui-active .block-ui-active > .block-ui-container {
  height: 0;
}

.block-ui-visible > .block-ui-container {
  opacity: 1;
  filter: alpha(opacity=100);
}

.block-ui-overlay {
  width: 100%;
  height: 100%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  background-color: white;
}

.block-ui-message-container {
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  height: 0;
  text-align: center;
  z-index: 10001;
}

.block-ui-message {
  display: inline-block;
  text-align: left;
  background-color: #333;
  color: #f5f5f5;
  padding: 20px;
  border-radius: 4px;
  font-size: 20px;
  font-weight: bold;
  /* needed for IE */
  filter: alpha(opacity=100);
}

/* - - - - - - 8-< - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.block-ui-anim-fade > .block-ui-container {
  transition: height 0s linear 200ms, opacity 200ms ease 0s;
}

.block-ui-anim-fade.block-ui-active > .block-ui-container {
  /*this resets the initial delay of the height */
  /*and sizes the block to full height at once at the start of the block. */
  transition-delay: 0s;
}

/* - - - - - - 8-< - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

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/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 when focused and also mouse hovered in all browsers.
 */

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.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

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. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * 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;
}

/* roboto-italic - latin */

@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  src: local("Roboto Italic"), local("Roboto-Italic"), url("../fonts/roboto-v20-latin-italic.woff2") format("woff2"), url("../fonts/roboto-v20-latin-italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-regular - latin */

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url("../fonts/roboto-v20-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v20-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-700 - latin */

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url("../fonts/roboto-v20-latin-700.woff2") format("woff2"), url("../fonts/roboto-v20-latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-700italic - latin */

@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  src: local("Roboto Bold Italic"), local("Roboto-BoldItalic"), url("../fonts/roboto-v20-latin-700italic.woff2") format("woff2"), url("../fonts/roboto-v20-latin-700italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.clear {
  clear: both;
}

.hidden {
  visibility: hidden;
  display: none;
}

.invisible {
  visibility: hidden;
}

.ellipsis,
.produits-list-item-title .produits-list-item-title-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sr-only {
  border: 0 none;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.d-b {
  display: block;
}

.d-i {
  display: inline;
}

.d-ib {
  display: inline-block;
}

.d-n {
  display: none;
}

.ws-xs {
  margin: 6px;
}

.ws-s {
  margin: 9px;
}

.ws {
  margin: 18px;
}

.ws-l {
  margin: 36px;
}

.ws-xl {
  margin: 72px;
}

.ws-top-xs {
  margin-top: 6px;
}

.ws-top-s {
  margin-top: 9px;
}

.ws-top {
  margin-top: 18px;
}

.ws-top-l {
  margin-top: 36px;
}

.ws-top-xl {
  margin-top: 72px;
}

.ws-bottom-xs {
  margin-bottom: 6px;
}

.ws-bottom-s {
  margin-bottom: 9px;
}

.ws-bottom {
  margin-bottom: 18px;
}

.ws-bottom-l {
  margin-bottom: 36px;
}

.ws-bottom-xl {
  margin-bottom: 72px;
}

.ws-vertical-xs {
  margin-bottom: 6px;
  margin-top: 6px;
}

.ws-vertical-s {
  margin-bottom: 9px;
  margin-top: 9px;
}

.ws-vertical {
  margin-bottom: 18px;
  margin-top: 18px;
}

.ws-vertical-l {
  margin-bottom: 36px;
  margin-top: 36px;
}

.ws-vertical-xl {
  margin-bottom: 72px;
  margin-top: 72px;
}

.ws-left-xs {
  margin-left: 6px;
}

.ws-left-s {
  margin-left: 9px;
}

.ws-left {
  margin-left: 18px;
}

.ws-left-l {
  margin-left: 36px;
}

.ws-left-xl {
  margin-left: 72px;
}

.ws-right-xs {
  margin-right: 6px;
}

.ws-right-s {
  margin-right: 9px;
}

.ws-right {
  margin-right: 18px;
}

.ws-right-l {
  margin-right: 36px;
}

.ws-right-xl {
  margin-right: 72px;
}

.ws-center {
  margin-left: auto;
  margin-right: auto;
}

.no-margin {
  margin: 0 !important;
}

.pad-xs {
  padding: 6px;
}

.pad-s {
  padding: 9px;
}

.pad {
  padding: 18px;
}

.pad-l {
  padding: 36px;
}

.pad-xl {
  padding: 72px;
}

.pad-top-xs {
  padding-top: 6px;
}

.pad-top-s {
  padding-top: 9px;
}

.pad-top {
  padding-top: 18px;
}

.pad-top-l {
  padding-top: 36px;
}

.pad-top-xl {
  padding-top: 72px;
}

.pad-bottom-xs {
  padding-bottom: 6px;
}

.pad-bottom-s {
  padding-bottom: 9px;
}

.pad-bottom {
  padding-bottom: 18px;
}

.pad-bottom-l {
  padding-bottom: 36px;
}

.pad-bottom-xl {
  padding-bottom: 72px;
}

.pad-vertical-xs {
  padding-bottom: 6px;
  padding-top: 6px;
}

.pad-vertical-s {
  padding-bottom: 9px;
  padding-top: 9px;
}

.pad-vertical {
  padding-bottom: 18px;
  padding-top: 18px;
}

.pad-vertical-l {
  padding-bottom: 36px;
  padding-top: 36px;
}

.pad-vertical-xl {
  padding-bottom: 72px;
  padding-top: 72px;
}

.pad-left-xs {
  padding-left: 6px;
}

.pad-left-s {
  padding-left: 9px;
}

.pad-left {
  padding-left: 18px;
}

.pad-left-l {
  padding-left: 36px;
}

.pad-left-xl {
  padding-left: 72px;
}

.pad-right-xs {
  padding-right: 6px;
}

.pad-right-s {
  padding-right: 9px;
}

.pad-right {
  padding-right: 18px;
}

.pad-right-l {
  padding-right: 36px;
}

.pad-right-xl {
  padding-right: 72px;
}

.pad-horizontal-xs {
  padding-left: 6px;
  padding-right: 6px;
}

.pad-horizontal-s {
  padding-left: 9px;
  padding-right: 9px;
}

.pad-horizontal {
  padding-left: 18px;
  padding-right: 18px;
}

.pad-horizontal-l {
  padding-left: 36px;
  padding-right: 36px;
}

.pad-horizontal-xl {
  padding-left: 72px;
  padding-right: 72px;
}

.l-left {
  float: left;
}

.l-right {
  float: right;
}

.p-abs {
  position: absolute;
}

.p-fixed {
  position: fixed;
}

.p-rel {
  position: relative;
}

.p-static {
  position: static;
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.t-left {
  text-align: left;
}

.ff-base {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.ff-heading {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.t-s {
  font-size: 14px;
}

.t-xs {
  font-size: 12px;
}

.t-italic {
  font-style: italic;
}

.t-upper {
  text-transform: uppercase;
}

.t-regular {
  font-weight: normal;
}

.t-bold {
  font-weight: bold;
}

.t-dim {
  color: #999;
}

.is-pointable {
  cursor: pointer;
}

body {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #4d4d4d;
  background-color: #f4f2df;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

fieldset {
  border: 0;
  padding: 0.01em 0 0;
  margin: 0;
  min-width: 0;
}

legend {
  padding: 0;
  display: table;
  margin: 0 0 18px;
  font-size: 14px;
  line-height: inherit;
}

label,
.label {
  font-size: 14px;
  color: #999;
  padding: 0 9px 6px 0;
  display: inline-block;
}

input,
select,
textarea,
button {
  margin: 0;
  line-height: inherit;
}

input[type="search"] {
  box-sizing: inherit;
  -webkit-appearance: none;
}

select {
  background: url("../images/icon-select-arrow.svg") right center no-repeat;
  background-size: 26px 26px;
}

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */

.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.pika-single.is-hidden {
  display: none;
}

.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}

.pika-single {
  *zoom: 1;
}

.pika-single:before,
.pika-single:after {
  content: " ";
  display: table;
}

.pika-single:after {
  clear: both;
}

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}

.pika-title {
  position: relative;
  text-align: center;
}

.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
}

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5;
  *position: absolute;
  *top: 0;
}

.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: .2;
}

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0;
}

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0;
}

.pika-select {
  display: inline-block;
  *display: inline;
}

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}

.pika-table th,
.pika-table td {
  width: 14.285714285714286%;
  padding: 0;
}

.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}

.pika-table abbr {
  border-bottom: none;
  cursor: help;
}

.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
}

.is-today .pika-button {
  color: #33aaff;
  font-weight: bold;
}

.is-selected .pika-button {
  color: #fff;
  font-weight: bold;
  background: #33aaff;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px;
}

.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: .3;
}

.pika-button:hover {
  color: #fff;
  background: #ff8000;
  box-shadow: none;
  border-radius: 3px;
}

.pika-week {
  font-size: 11px;
  color: #999;
}

.form-group {
  margin-bottom: 18px;
}

.form-group.has-icon {
  position: relative;
}

.form-horizontal label {
  padding-top: 6px;
}

.form-horizontal .form-group {
  margin-left: -9px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

.form-inline {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}

.form-inline .form-control,
.form-inline .tags-input .tags,
.tags-input .form-inline .tags {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

.form-group.is-required label:after {
  content: "*";
  margin-left: 6px;
  color: #ff7351;
}

.form-group.is-required .form-control.ng-touched.ng-invalid,
.form-group.is-required .tags-input .ng-touched.ng-invalid.tags,
.tags-input .form-group.is-required .ng-touched.ng-invalid.tags {
  border-color: #ff8f74;
}

.input-group {
  border-collapse: separate;
  display: table;
  vertical-align: middle;
}

.input-group > input {
  float: left;
  margin-bottom: 0;
  position: relative;
  width: 100%;
  z-index: 2;
}

.input-group > input,
.input-group .form-control,
.input-group .tags-input .tags,
.tags-input .input-group .tags,
.input-group-suffix,
.input-group-prefix {
  display: table-cell;
}

.input-group-prefix {
  vertical-align: middle;
  padding: 0 6px;
}

.input-group-suffix {
  border: 1px solid transparent;
  width: auto;
  padding: 2px 8px;
  color: #999;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.form-control,
.tags-input .tags {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  width: 100%;
  padding: 2px 8px;
  height: 26px;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  line-height: 1.4;
  color: #4d4d4d;
  background-color: transparent;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: none;
}

.form-control:focus,
.tags-input .tags:focus,
.form-control:focus:hover,
.tags-input .tags:focus:hover {
  border-color: #4da9dc;
  outline: 0;
}

.form-control:hover,
.tags-input .tags:hover {
  border-color: gray;
}

.has-icon .form-control,
.has-icon .tags-input .tags,
.tags-input .has-icon .tags {
  padding-left: 40px;
}

select.form-control:not(.select--button),
.tags-input select.tags:not(.select--button) {
  padding-right: 24px;
}

select::-ms-expand {
  display: none;
}

.form-control--small {
  display: inline-block;
  width: 55px;
}

.form-control-icon {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  z-index: 2;
}

.form-control[disabled="disabled"],
.tags-input .tags[disabled="disabled"] {
  cursor: default;
  border: 1px dashed rgba(204, 204, 204, 0.6);
  color: rgba(153, 153, 153, 0.6);
  resize: none !important;
}

.form-control[readonly],
.tags-input .tags[readonly] {
  cursor: default;
  border: 0;
}

.switch {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  cursor: pointer;
  background-color: white;
  margin-right: -1px;
}

.switch:hover .switch-content {
  background-color: rgba(0, 0, 0, 0.06);
}

.switch:hover + .switch .switch-content {
  border-left: 1px solid #8f8f8f;
}

.switch input {
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  border: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: absolute;
  outline: 0;
}

.switch input:checked ~ .switch-content {
  background-color: #0084cd;
  color: white;
}

.switch .switch-content {
  color: #999;
  padding: 2px 8px;
  position: relative;
  z-index: 2;
  font-size: 14px;
}

.button {
  display: inline-block;
  vertical-align: middle;
  font: inherit;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
  margin: 0;
  min-height: 34px;
  padding: 3px 16px;
  background-color: #999;
  color: white;
  border-radius: 0;
  border: 0;
  text-transform: uppercase;
  line-height: 2;
}

.button,
.button:hover,
.button:active,
.button.is-active,
.button:focus {
  text-decoration: none;
}

.button:hover,
.button:active,
.button.is-active,
.button:focus {
  background-color: #7a7a7a;
  outline: 0;
}

.button.has-icon {
  padding-left: 36px;
  background-position: left center;
}

.button--soft {
  border-radius: 200px;
}

.button--hard {
  border-radius: 0;
}

.button--full {
  width: 100%;
}

.button--big {
  min-height: 46px;
  font-size: 20px;
}

.button--small {
  min-height: 28px;
  width: 28px;
  padding: 0;
}

.button--simple {
  border: 0;
  background-color: transparent;
  padding: 6px 0;
  color: #999;
}

.button--simple + .button {
  margin-left: 18px;
}

.button--simple:hover,
.button--simple:active,
.button--simple.is-active,
.button--simple:focus {
  background-color: transparent;
  color: #4d4d4d;
}

.button[disabled="disabled"],
.button.is-disabled {
  pointer-events: none;
  cursor: default;
  background-color: #e6e6e6;
  color: rgba(255, 255, 255, 0.6);
}

.button.has-arrow .arrow-down {
  position: relative;
  top: 1px;
}

.button.has-arrow:hover {
  color: #4d4d4d;
}

.button.has-arrow:hover .arrow-down polygon {
  fill: #4d4d4d;
}

.tags-input {
  display: block;
}

.tags-input .host {
  position: relative;
  height: 100%;
}

.tags-input .host:active {
  outline: none;
}

.tags-input .tags {
  overflow: hidden;
  word-wrap: break-word;
  cursor: text;
  height: 100%;
}

.tags-input .tags.focused {
  outline: none;
  border-color: #4da9dc;
}

.tags-input .tags .tag-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.tags-input .tags .tag-item {
  font-size: 12px;
  height: 20px;
  padding: 0 3px 2px 10px;
  margin-bottom: 2px;
  border-radius: 11px;
  color: white;
  background-color: #999;
  margin-right: 2px;
  display: inline-block;
  float: left;
}

.tags-input .tags .tag-item.selected {
  background-color: #4da9dc;
}

.tags-input .remove-button {
  margin: 2px 0 0 5px;
  padding: 0 0 0 1px;
  text-align: center;
  border: 0;
  background: none;
  cursor: pointer;
  vertical-align: bottom;
  font-size: 14px;
  line-height: 1;
  width: 16px;
  display: inline-block;
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.tags-input .remove-button:active,
.tags-input .remove-button:hover {
  color: white;
  border-color: white;
}

.tags-input .input {
  border: 0;
  outline: none;
  margin: 0;
  padding: 0;
  padding-left: 5px;
  float: left;
  height: 20px;
  font-size: 14px;
}

.tags-input .input.invalid-tag {
  color: #f00;
}

.tags-input .input::-ms-clear {
  display: none;
}

.tags-input .autocomplete {
  margin-top: 0;
  position: absolute;
  padding: 5px 0;
  z-index: 999;
  width: 100%;
  background-color: white;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.tags-input .autocomplete .suggestion-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  max-height: 200px;
  overflow-y: auto;
  position: relative;
}

.tags-input .autocomplete .suggestion-item {
  padding: 5px 10px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  background-color: white;
}

.tags-input .autocomplete .suggestion-item.selected {
  color: white;
  background-color: #0084cd;
}

.tags-input .autocomplete .suggestion-item em {
  font-weight: 700;
}

.line {
  margin: 0;
  padding: 0;
  margin-left: -9px;
}

.line:before,
.line:after {
  display: table;
  content: " ";
}

.line:after {
  clear: both;
}

.line--collapse {
  margin-left: 0;
}

.line--collapse > .unit {
  padding-left: 0;
}

.line--middle > .unit {
  vertical-align: middle;
}

.line--narrow {
  margin-left: -4.5px;
}

.line--narrow > .unit {
  padding-left: 4.5px;
}

.line--wide {
  margin-left: -18px;
}

.line--wide > .unit {
  padding-left: 18px;
}

.line--huge {
  margin-left: -36px;
}

.line--huge > .unit {
  padding-left: 36px;
}

.unit {
  float: left;
  padding-left: 9px;
  vertical-align: top;
  width: 100%;
  margin-bottom: 30px;
}

.unit--nomargin {
  margin-bottom: 0;
}

.size1of1,
.size3of3 {
  width: 100%;
}

.size1of2 {
  width: 50%;
}

.size1of3 {
  width: 100%;
}

@media print {
  .size1of3 {
    width: 33.3333%;
  }
}

@media screen and (min-width: 800px) {
  .size1of3 {
    width: 33.3333%;
  }
}

.size1of3:nth-child(3n+1) {
  clear: left;
}

.size2of3 {
  width: 100%;
}

@media print {
  .size2of3 {
    width: 66.6666%;
  }
}

@media screen and (min-width: 800px) {
  .size2of3 {
    width: 66.6666%;
  }
}

.size1of4 {
  width: 100%;
}

@media print {
  .size1of4 {
    width: 25%;
  }
}

@media screen and (min-width: 800px) {
  .size1of4 {
    width: 25%;
  }
}

.size1of4:nth-child(4n+1) {
  clear: left;
}

.size3of4 {
  width: 75%;
}

.size1of5 {
  width: 20%;
}

.size2of5 {
  width: 40%;
}

.size3of5 {
  width: 60%;
}

.size4of5 {
  width: 80%;
}

.size5of6 {
  width: 83.3333%;
}

.size1of6 {
  width: 16.6666%;
}

.size1of7 {
  width: 14.2857%;
}

.size1of8 {
  width: 12.5%;
}

.size3of8 {
  width: 37.5%;
}

.size5of8 {
  width: 62.5%;
}

.size7of8 {
  width: 87.5%;
}

.size1of12 {
  width: 8.3333%;
}

.tabular {
  display: table;
  border-collapse: separate;
  border-spacing: 0 2px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.tabular-cell--shrink {
  width: 1px;
  white-space: nowrap;
}

.tabular-cell--primary {
  font-size: 25px;
  padding-left: 36px;
  vertical-align: middle;
}

.tabular--rounded .tabular-row > .tabular-cell:first-child {
  border-radius: 10px 0 0 10px;
}

.tabular--rounded .tabular-row > .tabular-cell:last-child {
  border-radius: 0 10px 10px 0;
}

.tabular-group {
  display: table-row-group;
  width: 100%;
}

.tabular-row {
  display: table-row;
  width: 100%;
}

.is-pointable .tabular-row:hover .tabular-cell {
  background-color: rgba(0, 132, 205, 0.2);
}

.tabular-row:hover .tabular-actions > * {
  opacity: 1;
}

.tabular-row-title {
  display: table-row;
  width: 100%;
}

.tabular-row-title .tabular-cell {
  padding-top: 20px;
}

.tabular-cell {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  padding: 2px 9px;
  transition: all 0.2s ease-in-out;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.tabular-actions {
  text-align: right;
}

.tabular-actions > * {
  transition: all 0.2s ease-in-out;
  opacity: 0;
}

.tabular-actions .tabular-action {
  position: relative;
  top: 1px;
}

.icon {
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
}

.icon--small {
  background-size: 14px 14px;
}

.icon--normal {
  background-size: 28px 28px;
}

.icon--big {
  background-size: 70px 70px;
}

i.icon--small {
  width: 14px;
  height: 14px;
  display: inline-block;
}

i.icon--normal {
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: top;
}

i.icon--big {
  width: 70px;
  height: 70px;
  display: block;
}

.icon-spinner-arrow-up,
.icon-spinner-arrow-down {
  width: 13px;
  height: 13px;
  display: block;
}

.icon-pen {
  background-image: url("../images/icon-pen.svg");
}

.is-current .icon-pen.is-pointable,
.icon-pen.is-pointable:hover {
  background-image: url("../images/icon-pen~hover.svg");
}

.icon-trash {
  background-image: url("../images/icon-trash.svg");
}

.is-current .icon-trash.is-pointable,
.icon-trash.is-pointable:hover {
  background-image: url("../images/icon-trash~hover.svg");
}

.icon-trash-small {
  background-image: url("../images/icon-trash-small.svg");
}

.is-current .icon-trash-small.is-pointable,
.icon-trash-small.is-pointable:hover {
  background-image: url("../images/icon-trash-small~hover.svg");
}

.icon-cogwheel {
  background-image: url("../images/icon-cogwheel.svg");
}

.is-current .icon-cogwheel.is-pointable,
.icon-cogwheel.is-pointable:hover {
  background-image: url("../images/icon-cogwheel~hover.svg");
}

.icon-eye {
  background-image: url("../images/icon-eye.svg");
}

.is-current .icon-eye.is-pointable,
.icon-eye.is-pointable:hover {
  background-image: url("../images/icon-eye~hover.svg");
}

.icon-user {
  background-image: url("../images/icon-user.svg");
}

.is-current .icon-user.is-pointable,
.icon-user.is-pointable:hover {
  background-image: url("../images/icon-user~hover.svg");
}

.icon-lock {
  background-image: url("../images/icon-lock.svg");
}

.is-current .icon-lock.is-pointable,
.icon-lock.is-pointable:hover {
  background-image: url("../images/icon-lock~hover.svg");
}

.icon-parcelles {
  background-image: url("../images/icon-parcelles.svg");
}

.is-current .icon-parcelles.is-pointable,
.icon-parcelles.is-pointable:hover {
  background-image: url("../images/icon-parcelles~hover.svg");
}

.icon-materiels {
  background-image: url("../images/icon-materiels.svg");
}

.is-current .icon-materiels.is-pointable,
.icon-materiels.is-pointable:hover {
  background-image: url("../images/icon-materiels~hover.svg");
}

.icon-produits {
  background-image: url("../images/icon-produits.svg");
}

.is-current .icon-produits.is-pointable,
.icon-produits.is-pointable:hover {
  background-image: url("../images/icon-produits~hover.svg");
}

.icon-operateurs {
  background-image: url("../images/icon-operateurs.svg");
}

.is-current .icon-operateurs.is-pointable,
.icon-operateurs.is-pointable:hover {
  background-image: url("../images/icon-operateurs~hover.svg");
}

.icon-plus {
  background-image: url("../images/icon-plus.svg");
}

.is-current .icon-plus.is-pointable,
.icon-plus.is-pointable:hover {
  background-image: url("../images/icon-plus~hover.svg");
}

.icon-delete {
  background-image: url("../images/icon-delete.svg");
}

.is-current .icon-delete.is-pointable,
.icon-delete.is-pointable:hover {
  background-image: url("../images/icon-delete~hover.svg");
}

.icon-delete-white {
  background-image: url("../images/icon-delete-white.svg");
}

.is-current .icon-delete-white.is-pointable,
.icon-delete-white.is-pointable:hover {
  background-image: url("../images/icon-delete-white~hover.svg");
}

.icon-eye-small {
  background-image: url("../images/icon-eye-small.svg");
}

.is-current .icon-eye-small.is-pointable,
.icon-eye-small.is-pointable:hover {
  background-image: url("../images/icon-eye-small~hover.svg");
}

.icon-timeline {
  background-image: url("../images/icon-timeline.svg");
}

.is-current .icon-timeline.is-pointable,
.icon-timeline.is-pointable:hover {
  background-image: url("../images/icon-timeline~hover.svg");
}

.icon-list {
  background-image: url("../images/icon-list.svg");
}

.is-current .icon-list.is-pointable,
.icon-list.is-pointable:hover {
  background-image: url("../images/icon-list~hover.svg");
}

.icon-arrow-down {
  background-image: url("../images/icon-arrow-down.svg");
}

.is-current .icon-arrow-down.is-pointable,
.icon-arrow-down.is-pointable:hover {
  background-image: url("../images/icon-arrow-down~hover.svg");
}

.icon-archive {
  background-image: url("../images/icon-archive.svg");
}

.is-current .icon-archive.is-pointable,
.icon-archive.is-pointable:hover {
  background-image: url("../images/icon-archive~hover.svg");
}

.icon-show {
  background-image: url("../images/icon-show.svg");
}

.is-current .icon-show.is-pointable,
.icon-show.is-pointable:hover {
  background-image: url("../images/icon-show~hover.svg");
}

.icon-reset {
  background-image: url("../images/icon-reset.svg");
}

.is-current .icon-reset.is-pointable,
.icon-reset.is-pointable:hover {
  background-image: url("../images/icon-reset~hover.svg");
}

.icon-help {
  background-image: url("../images/icon-help.svg");
}

.is-current .icon-help.is-pointable,
.icon-help.is-pointable:hover {
  background-image: url("../images/icon-help~hover.svg");
}

.icon-download {
  background-image: url("../images/icon-download.svg");
}

.is-current .icon-download.is-pointable,
.icon-download.is-pointable:hover {
  background-image: url("../images/icon-download~hover.svg");
}

.icon-complete {
  background-image: url("../images/icon-complete.svg");
}

.is-current .icon-complete.is-pointable,
.icon-complete.is-pointable:hover {
  background-image: url("../images/icon-complete~hover.svg");
}

.icon-duplicate {
  background-image: url("../images/icon-duplicate.svg");
}

.is-current .icon-duplicate.is-pointable,
.icon-duplicate.is-pointable:hover {
  background-image: url("../images/icon-duplicate~hover.svg");
}

.icon-spinner-arrow-up {
  background-image: url("../images/icon-spinner-arrow-up.svg");
}

.is-current .icon-spinner-arrow-up.is-pointable,
.icon-spinner-arrow-up.is-pointable:hover {
  background-image: url("../images/icon-spinner-arrow-up~hover.svg");
}

.icon-spinner-arrow-down {
  background-image: url("../images/icon-spinner-arrow-down.svg");
}

.is-current .icon-spinner-arrow-down.is-pointable,
.icon-spinner-arrow-down.is-pointable:hover {
  background-image: url("../images/icon-spinner-arrow-down~hover.svg");
}

.icon-user-blue {
  background-image: url("../images/icon-user~hover.svg");
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  outline: 0;
}

.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  transform: translate(0, 0);
}

.fade.in {
  opacity: 1;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: black;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.in {
  opacity: 0.5;
}

.modal-dialog {
  position: relative;
  width: 800px;
  margin: 100px auto 0;
}

.modal-dialog.modal--small {
  width: 360px;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.modal-close-button {
  position: absolute;
  top: 10px;
  right: 10px;
}

.modal-header {
  padding: 20px;
}

.modal-content {
  position: relative;
  background-color: white;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.25);
  background-clip: padding-box;
  outline: 0;
}

.modal-body {
  position: relative;
  padding: 20px;
}

.modal-footer {
  text-align: right;
  padding: 20px;
}

.tooltip {
  position: absolute;
  z-index: 1010;
  display: block;
  opacity: 0;
}

.tooltip.in {
  opacity: 1;
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 250px;
  padding: 3px 8px;
  color: white;
  text-align: center;
  background-color: #0084cd;
  border-radius: 3px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #0084cd;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #0084cd;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #0084cd;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #0084cd;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #0084cd;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #0084cd;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #0084cd;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #0084cd;
}

.tooltip--error .tooltip-inner {
  background-color: #ff7351;
}

.tooltip--error.top .tooltip-arrow {
  border-top-color: #ff7351;
}

.tooltip--error.top-left .tooltip-arrow {
  border-top-color: #ff7351;
}

.tooltip--error.top-right .tooltip-arrow {
  border-top-color: #ff7351;
}

.tooltip--error.left .tooltip-arrow {
  border-right-color: #ff7351;
}

.tooltip--error.right .tooltip-arrow {
  border-left-color: #ff7351;
}

.tooltip--error.bottom .tooltip-arrow {
  border-bottom-color: #ff7351;
}

.tooltip--error.bottom-left .tooltip-arrow {
  border-bottom-color: #ff7351;
}

.tooltip--error.bottom-right .tooltip-arrow {
  border-bottom-color: #ff7351;
}

.pagination {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin: 18px 0;
}

.pagination-item {
  display: inline-block;
  margin: 0 4px;
  font-size: 14px;
  color: #999;
}

.pagination-item.active a {
  font-weight: 700;
}

.pagination-item[disabled] a {
  color: #999;
  cursor: not-allowed;
}

.pagination-item a {
  color: #0084cd;
  text-decoration: none;
}

.pagination-select {
  width: 50px;
  text-align: center;
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  margin-bottom: 18px;
}

.media--rev > .media-img {
  -ms-flex-order: 1;
      order: 1;
  margin: 0 0 0 18px;
}

.media--big .media-img {
  margin: 0 36px 0 0;
}

.media--big.media--rev .media-img {
  margin: 0 0 0 36px;
}

.media-img {
  margin-right: 18px;
}

.media-body {
  -ms-flex: 1;
      flex: 1;
}

.media-body,
.media-body > :last-child {
  margin-bottom: 0;
}

.login-page {
  background-color: #0084cd;
  height: 100%;
}

.login-page .login-page-modal {
  background-color: #faf9ef;
  padding: 36px 36px 9px;
}

.error,
.message {
  padding: 18px;
  background-color: #ff7351;
  color: #f4f2df;
  margin-bottom: 18px;
}

.message {
  background-color: #0084cd;
}

.login-form .form-control,
.login-form .tags-input .tags,
.tags-input .login-form .tags {
  max-width: none;
  height: 56px;
  font-size: 16px;
  padding-top: 18px;
  padding-bottom: 18px;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
}

.login-form .form-control::-webkit-input-placeholder,
.login-form .tags-input .tags::-webkit-input-placeholder,
.tags-input .login-form .tags::-webkit-input-placeholder {
  opacity: 1;
  font-size: 16px;
  text-transform: uppercase;
  color: #999;
}

.login-form .form-control::-moz-placeholder,
.login-form .tags-input .tags::-moz-placeholder,
.tags-input .login-form .tags::-moz-placeholder {
  opacity: 1;
  font-size: 16px;
  text-transform: uppercase;
  color: #999;
}

.login-form .form-control-icon {
  top: 9px;
}

.app-header {
  background-color: #0084cd;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  color: white;
  font-size: 14px;
}

.app-header--fixed {
  left: 0;
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
}

.app-header-item,
.app-header-group {
  display: inline-block;
  vertical-align: middle;
}

.app-header-item {
  padding: 13px 10px 12px;
}

.app-header-item.is-pointable:hover {
  background-color: white;
}

.main-nav ul {
  margin: 0;
  padding: 0;
}

.main-nav li {
  font-size: 18px;
  display: inline-block;
  margin-right: 9px;
}

.main-nav li a {
  color: white;
  text-decoration: none;
  padding: 9px 18px 9px 44px;
}

.main-nav li a.icon {
  background-position: 9px center;
}

.main-nav li:hover a,
.main-nav li.is-current a {
  color: #0084cd;
  background-color: white;
}

.header-menu {
  position: relative;
  padding: 28px 18px;
}

.header-menu:hover {
  color: #0084cd;
}

.header-menu:hover .icon-user {
  background-image: url("../images/icon-user~hover.svg");
}

.header-menu:hover .header-menu-content {
  display: block;
}

.header-menu-title {
  font-size: 18px;
}

.header-menu-title .icon {
  vertical-align: middle;
  margin-left: 9px;
}

.header-menu-content {
  display: none;
  text-align: right;
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  background-color: #0084cd;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.25);
}

.header-menu-link {
  display: block;
  color: white;
  padding: 18px 36px;
  border-top: 1px solid #339dd7;
  text-decoration: none;
}

.header-menu-link:hover {
  background-color: white;
  color: #0084cd;
}

.content-nav {
  float: left;
  width: 140px;
  background-color: #faf9ef;
  box-shadow: 1px 0 3px rgba(0, 0, 0, 0.25);
}

.content-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.content-nav li {
  border-bottom: 1px solid #e6e6e6;
}

.content-nav li a {
  display: block;
  height: 140px;
  color: rgba(153, 153, 153, 0.6);
  text-decoration: none;
  padding: 88px 36px 36px;
  vertical-align: bottom;
}

.content-nav li a.icon {
  background-position: center 18px;
}

.content-nav li:hover a,
.content-nav li.is-current a {
  color: #0084cd;
  background-color: white;
}

.sheet {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  background-color: white;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
  padding: 36px;
}

.sheet:before,
.sheet:after {
  display: table;
  content: " ";
}

.sheet:after {
  clear: both;
}

.sheet-header {
  padding-bottom: 36px;
}

.sheet-title,
.sheet-subtitle {
  margin: 0;
  display: inline-block;
  color: #999;
  text-transform: uppercase;
  padding-right: 9px;
}

.sheet-title {
  font-weight: 400;
  font-size: 36px;
}

.sheet-subtitle {
  font-weight: 700;
  font-size: 14px;
}

.sheet-header.has-separator {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 36px;
}

.pane {
  padding: 36px 18px 18px 36px;
  margin: 18px 0;
  border: 1px solid #e6e6e6;
  background-color: white;
  position: relative;
}

.pane.has-title {
  padding-top: 18px;
}

.pane-abs-info {
  position: absolute;
  top: 9px;
  left: 9px;
  font-size: 12px;
  color: #999;
}

.pane-abs-info .icon {
  vertical-align: bottom;
}

.pane-title {
  font-size: 14px;
  color: #999;
  text-transform: uppercase;
  display: inline-block;
  width: auto;
  padding: 0 9px 36px 0;
  margin: 0;
}

.pane-title .icon {
  position: relative;
  top: -6px;
  margin-left: 9px;
}

.dynamic-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 14px;
}

.dynamic-list .pane-title {
  padding: 0 9px 6px 0;
}

/**
 * For the correct positioning of the placeholder element, the dnd-list and
 * it's children must have position: relative
 */

.dynamic-list[dnd-list],
.dynamic-list[dnd-list] > li {
  position: relative;
}

/**
 * The dnd-list should always have a min-height,
 * otherwise you can't drop to it once it's empty
 */

.dynamic-list[dnd-list] {
  min-height: 42px;
}

.dynamic-list[dnd-list] > li {
  cursor: grab;
}

/**
 * The dndDraggingSource class will be applied to
 * the source element of a drag operation. It makes
 * sense to hide it to give the user the feeling
 * that he's actually moving it.
 */

.dynamic-list[dnd-list] .dndDraggingSource {
  display: none;
}

/**
 * An element with .dndPlaceholder class will be
 * added to the dnd-list while the user is dragging
 * over it.
 */

.dynamic-list[dnd-list] .dndPlaceholder {
  display: table-row;
  width: 100%;
  height: 20px;
}

.ressource-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.ressource-row {
  border-bottom: 1px solid #e6e6e6;
  padding: 18px 9px 18px 36px;
}

.ressource-row:before,
.ressource-row:after {
  display: table;
  content: " ";
}

.ressource-row:after {
  clear: both;
}

.ressource-row:hover:not(.is-edited) {
  background-color: rgba(0, 132, 205, 0.1);
}

.ressource-row:hover .ressource-actions {
  opacity: 1;
}

.ressource-row-infos {
  float: left;
  width: calc(100% - 28px);
}

.ressource-row-actions {
  float: right;
  width: 28px;
}

.ressource-item {
  margin: 0;
}

.ressource-item .label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  padding: 0;
}

.ressource-item--primary {
  font-size: 25px;
  padding-top: 6px;
}

.ressource-actions {
  text-align: right;
  padding-top: 6px;
  opacity: 0;
}

.is-today .pika-button {
  color: #0084cd;
}

.is-today.is-selected .pika-button {
  color: white;
}

.is-selected .pika-button {
  background: #0084cd;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.25);
  border-radius: 0;
}

.pika-button:hover {
  background: #4da9dc;
  border-radius: 0;
}

.report-trace-block {
  height: 100%;
  width: 100%;
}

.report-trace-error {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  color: #ff7351;
}

.report-trace-container {
  height: 400px;
  margin: 0 0 18px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.dosage {
  display: inline-block;
  margin: 0 6px;
}

.dosage-value::before {
  content: '';
  width: 6px;
  height: 16px;
  display: inline-block;
  margin-right: 4px;
  background-color: #999;
}

.dosage-value--over::before {
  background-color: #ff7351;
}

.dosage-value--under::before {
  background-color: #0084cd;
}

.dosage-value--advised::before {
  background-color: #68b500;
}

.dosage-value--null::before {
  background-color: #999;
}

.number-spinner > input {
  width: 30px;
  text-align: right;
}

.number-spinner-buttons {
  padding: 0;
  cursor: pointer;
}

.completion-popup {
  padding: 3px;
  max-height: 20em;
  overflow-y: scroll;
}

.completion-popup .proposal-item {
  padding: 3px;
  margin-bottom: 5px;
}

.completion-popup .proposal-item:hover {
  background-color: #DDDDDD;
  cursor: pointer;
}

.completion-popup .proposal-item .proposal {
  font-size: 12px;
}

.completion-popup .proposal-item .proposal-add {
  font-size: 10px;
  display: inline;
}

.treatment-path {
  position: relative;
  height: 100%;
}

.treatment-path-scroll {
  overflow: hidden;
  height: 100%;
  cursor: grab;
}

.treatment-path-scroll.is-dragging {
  cursor: grabbing;
}

.treatment-path-zoom-buttons {
  position: absolute;
  bottom: 36px;
  right: 9px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.treatment-path-zoom-in-button,
.treatment-path-zoom-out-button {
  display: block;
  width: 24px;
  min-height: 24px;
  height: 24px;
  padding: 0;
  line-height: 1;
}

.treatment-path-zoom-in-button:focus,
.treatment-path-zoom-out-button:focus {
  background-color: #999;
}

.treatment-path-zoom-in-button {
  margin-bottom: 1px;
}

.treatment-path-svg {
  transform: scale(1) translate3d(0, 0, 0);
  transform-origin: 0 0;
  height: 100%;
  padding: 18px;
  stroke-width: 1px;
}

.treatment-path-svg svg {
  display: block;
  width: 100%;
  height: 100%;
}

.treatment-path-svg svg circle.START,
.treatment-path-svg svg circle.STOP {
  stroke-width: 10px;
  stroke: #f4f2df;
  fill: #999;
}

.treatment-path-svg svg polyline {
  fill: transparent;
  stroke-linecap: round;
  vector-effect: non-scaling-stroke;
}

.treatment-path-svg svg .OVER_DOSE {
  stroke: #ff7351;
  stroke-width: 1px;
  fill: #ff7351;
  opacity: 0.8;
}

.treatment-path-svg svg .BELOW_DOSE {
  stroke: #0084cd;
  stroke-width: 1px;
  fill: #0084cd;
  opacity: 0.8;
}

.treatment-path-svg svg .OK {
  stroke: #68b500;
  stroke-width: 1px;
  fill: #68b500;
  opacity: 0.8;
}

.treatment-path-svg svg .NULL_FLOW,
.treatment-path-svg svg .NULL_SPEED {
  stroke: #999;
  stroke-width: 1px;
  fill: #999;
  opacity: 0.8;
}

.treatment-path-scale {
  position: absolute;
  bottom: 9px;
  right: 9px;
}

.treatment-path-scale-value {
  font-size: 10px;
  color: #4d4d4d;
  margin-right: 9px;
  display: inline-block;
}

.treatment-path-scale-bar {
  height: 2px;
  background-color: #4d4d4d;
  position: relative;
  display: inline-block;
}

.treatment-path-scale-bar::before,
.treatment-path-scale-bar::after {
  content: '';
  width: 2px;
  position: absolute;
  bottom: 0;
  height: 6px;
  background-color: inherit;
}

.treatment-path-scale-bar::before {
  left: 0;
}

.treatment-path-scale-bar::after {
  right: 0;
}

html,
body,
.content,
.content-nav,
.content-body {
  height: 100%;
}

.content {
  padding-top: 84px;
  overflow-y: hidden;
}

.content:before,
.content:after {
  display: table;
  content: " ";
}

.content:after {
  clear: both;
}

.content-body {
  overflow-y: auto;
  padding: 36px 0;
}

.content-body.has-sidebar {
  float: left;
  width: calc(100% - 140px);
}

.app-logo {
  margin: 0;
  padding: 6px 18px 0 36px;
}

.login-page .app-logo {
  padding: 0;
}

.xls-file-icon {
  width: 60px;
}

.download-button {
  fill: red;
}

.sheet-section {
  padding: 0 30px;
  margin: 0 0 40px;
}

.sheet-section ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.sheet-section ul li span {
  margin-right: 20px;
}

.label--small {
  font-size: 12px;
}

.exploitation-infos {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.block-ui-message {
  display: inline-block;
  text-align: center;
  background-color: white;
  color: #0084cd;
  padding: 18px;
  border-radius: 3px;
  font-size: 20px;
  font-weight: bold;
  /* needed for IE */
  filter: alpha(opacity=100);
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.15);
}

.alert {
  color: #ff7351 !important;
}

.select--button {
  background-image: none;
  cursor: pointer;
  color: #999;
}

.select--button option {
  color: #4d4d4d;
}

.select--button option[disabled] {
  color: #e0e0e0;
}

.control-number-small {
  background-color: transparent;
  display: inline-block;
  width: 38px;
  border: 0;
  margin-right: 8px;
  text-align: right;
  vertical-align: middle;
}

.traitement-water-infos,
.traitement-remanence {
  padding-left: 18px;
  border-left: 1px solid #e6e6e6;
}

.traitement-water-infos .traitement-water-infos-volume {
  color: #0084cd;
}

.traitement-remanence {
  margin-top: 18px;
}

.traitements-wip-list {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 9px 0 18px;
}

.traitements-list-title {
  font-size: 12px;
  color: #999;
  font-weight: 400;
  margin: 18px 18px 9px 0;
  display: inline-block;
}

.view-toggle-button {
  width: 28px;
  height: 28px;
  display: inline-block;
}

.view-toggle-button.is-current,
.view-toggle-button:hover {
  outline: 1px solid #cccccc;
  background-color: rgba(153, 153, 153, 0.1);
}

.button-popup {
  position: relative;
  z-index: 1010;
  display: inline-block;
}

.button-popup .popup {
  position: absolute;
  right: 0;
  width: 300px;
  padding: 18px 9px;
  background-color: white;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

.spinner {
  width: 36px;
  height: 36px;
  background: transparent url("../images/spinner.svg") left top no-repeat;
}

.filters-tags {
  text-align: right;
  margin-left: 18px;
  display: inline-block;
}

.filters-tags .filters-tag {
  display: inline-block;
  font-size: 12px;
  height: 22px;
  padding: 1px 4px 4px 10px;
  border-radius: 11px;
  color: white;
  background-color: #999;
  margin-right: 6px;
}

.filters-tags .filters-tag .icon {
  position: relative;
  top: 3px;
}

.stock {
  border-top: 1px solid #e6e6e6;
  padding: 18px 0;
  color: #999;
  font-size: 14px;
}

.stock .stock-title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0 0 18px;
}

.stock .stock-info,
.stock .stock-input {
  display: inline-block;
  vertical-align: middle;
  margin: 0 18px;
}

.parcelles-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.parcelles-list .parcelle {
  border-bottom: 1px solid #e6e6e6;
  padding: 18px 9px 18px 36px;
}

.parcelles-list .parcelle-infos {
  font-size: 14px;
}

.parcelles-list .parcelle-info {
  display: inline-block;
  padding-right: 18px;
}

.parcelles-list .parcelle-info--primary {
  font-size: 20px;
}

.timeline {
  margin-top: 18px;
}

.timeline:before,
.timeline:after {
  display: table;
  content: " ";
}

.timeline:after {
  clear: both;
}

.timeline .timeline-year {
  color: #80c2e6;
  display: block;
  float: left;
  width: 50px;
}

.timeline .timeline-content {
  position: relative;
  margin: 2px 0 9px;
  display: block;
  float: left;
  width: calc(100% - 50px);
}

.timeline .timeline-lines {
  display: block;
  width: 100%;
}

.timeline .timeline-line {
  position: absolute;
  top: 5px;
  display: block;
  z-index: 10;
}

.timeline .timeline-line--past {
  left: 0;
  border-top: 3px solid #80c2e6;
}

.timeline .timeline-line--future {
  right: 0;
  border-top: 3px dashed #e0e0e0;
}

.timeline .timeline-today-marker {
  position: absolute;
  top: 0;
  z-index: 20;
  transform: translate(0, -25%);
  display: block;
  width: 6px;
  height: 24px;
  background-color: #999;
  border: 2px solid white;
  cursor: pointer;
}

.timeline .timeline-event {
  position: absolute;
  top: 0;
  z-index: 20;
  display: block;
}

.timeline .timeline-event:hover .timeline-event-date,
.timeline .timeline-event.is-active .timeline-event-date,
.timeline .timeline-event:hover .timeline-event-tooltip {
  display: block;
}

.timeline .timeline-event.is-active .timeline-event-dot {
  border-color: #0084cd;
}

.timeline .timeline-event--remanence .timeline-event-dot {
  border-color: #999;
}

.timeline .timeline-event--remanence .timeline-event-date {
  display: block;
  color: #999;
}

.timeline .timeline-event-date {
  position: absolute;
  z-index: 30;
  left: 6px;
  top: -18px;
  transform: translate(-50%, 0);
  color: #0084cd;
  font-size: 12px;
  display: none;
}

.timeline .timeline-event-dot {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: white;
  border: 3px solid #80c2e6;
  box-shadow: 0 0 0 3px white;
  cursor: pointer;
}

.timeline .timeline-event-dot:hover {
  border-color: #0084cd;
}

.timeline .timeline-event-tooltip {
  color: #999;
  font-size: 12px;
  position: relative;
  background-color: white;
  padding: 1px;
  background-clip: padding-box;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.15);
  margin-top: 14px;
  margin-left: -5px;
  display: inline-block;
  width: calc(100% - 50px);
}

.timeline .timeline-event-tooltip-content {
  padding: 9px 18px;
}

.timeline .timeline-event-tooltip-item {
  margin-right: 9px;
}

.timeline .timeline-event-tooltip-item:last-child:after {
  content: "";
  margin-left: 0;
}

.timeline .timeline-event-tooltip-item:after {
  color: #cccccc;
  content: "|";
  margin-left: 9px;
}

.timeline-event-tooltip > .arrow,
.timeline-event-tooltip > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.timeline-event-tooltip > .arrow {
  left: 50%;
  transform: translate(50%, 0);
  margin-left: -11px;
  border-width: 11px;
  border-top-width: 0;
  border-bottom-color: rgba(0, 0, 0, 0.15);
  top: -11px;
}

.timeline-event-tooltip > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-width: 10px;
  border-top-width: 0;
  border-bottom-color: white;
}

.popover {
  color: #999;
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  padding: 1px;
  text-align: left;
  background-color: white;
  background-clip: padding-box;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.15);
  white-space: nowrap;
}

.popover.bottom {
  margin-top: 10px;
}

.popover > .arrow {
  border-width: 11px;
}

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: rgba(0, 0, 0, 0.15);
  top: -11px;
}

.popover > .arrow,
.popover > .arrow::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow::after {
  border-width: 10px;
  content: "";
}

.popover.bottom > .arrow::after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: white;
}

.popover-content {
  padding: 9px;
}

.dosages {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
}

.produits-list {
  list-style-type: none;
  margin: 0;
  padding: 0 0 3px;
  display: inline-block;
  float: left;
  font-size: 14px;
}

.produits-list-item:hover .produits-list-item-title .icon {
  opacity: 1;
}

.produits-list-item-title .icon {
  opacity: 0;
  margin: 2px 3px 0 -22px;
  vertical-align: top;
}

.produits-list-item-title .produits-list-item-title-text {
  width: 100%;
  display: inline-block;
}

.button-optidose {
  background-image: url("../images/icon-optidose.svg");
  background-repeat: no-repeat;
  background-position: center 5px;
  background-size: 28px 28px;
  font-size: 9px;
  line-height: 1;
  padding: 36px 6px 9px;
  min-height: 62px;
  width: 64px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.doses {
  display: -ms-flexbox;
  display: flex;
}

.dose {
  position: relative;
  display: inline-block;
  background-color: #cce6f5;
  border: 1px solid #cce6f5;
  width: 48px;
  padding: 6px 2px;
  font-size: 12px;
  text-align: center;
  margin: 0 2px;
  vertical-align: top;
  min-height: 62px;
}

.dose .icon-delete {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  transform: translate(50%, -50%);
}

.dose input {
  width: 34px;
  margin: 0;
}

.dose--button {
  cursor: pointer;
  background-color: white;
  border-color: #cccccc;
}

.dose--button .dose-title {
  color: #b8b8b8;
}

.dose-title {
  text-transform: uppercase;
  font-size: 9px;
  line-height: 1.1;
  font-weight: 700;
  color: #0084cd;
}

.dose-value {
  margin-top: 4px;
}

.dose-table {
  width: 100%;
}

.dose-table td {
  white-space: nowrap;
  padding: 9px;
}

.dose-table td.shrink {
  width: 1px;
}

.doses-summary {
  margin-top: 18px;
}

.dose-summary {
  margin: 18px 0;
  border-bottom: 1px solid #e0e0e0;
}

.dosage-table {
  width: calc(100% - 56px);
}

.traitement-create-popover-content {
  width: 100%;
  text-align: center;
}

.traitement-create-popover-content .button {
  padding-top: 0;
}

.traitement-create-blank {
  display: inline-block;
}

.traitement-create-from-box {
  border-top: 1px solid #e6e6e6;
  border-bottom: none;
  text-align: left;
}

.traitement-create-from-list-title {
  margin: 9px 0 6px 10px;
}

.traitement-create-from-list {
  color: #4d4d4d;
}

@media print {
  .app-header,
  .roadmap-toolbar,
  .modal-footer {
    display: none;
  }

  .content,
  .content-body,
  .sheet {
    padding: 0;
    overflow-y: visible;
  }

  .sheet {
    box-shadow: none;
  }

  .modal-open .content {
    display: none;
  }

  .modal-backdrop {
    position: absolute;
    background-color: white;
  }

  .modal-backdrop.in {
    opacity: 1;
  }

  .modal {
    position: absolute;
    visibility: visible;
    overflow: visible !important;
  }

  .modal-open .modal {
    visibility: visible;
    overflow: visible !important;
  }

  .modal-dialog {
    visibility: visible !important;
    overflow: visible !important;
    width: 100%;
    transform: translate(0, 0);
    margin: 0;
  }

  .modal-content {
    box-shadow: none;
  }

  .pane {
    page-break-after: auto;
  }
}