@charset "UTF-8";
/*
  SASS Controller
  By Thibaut-baillet
  http://thibaut-baillet.com
*/
/*
  SASS Controller
  By Thibaut-baillet
  http://thibaut-baillet.com
*/
/*COLOR*/
/**
 * Base stuff
 */
/*
//Create vendor-prefixed CSS in one go, e.g.
//@include vendor(border-radius, 4px);`
*/
/**
//Force overly long spans of text to truncate, e.g.:
 *
   `@include truncate(100%);`
 *
//Where `$truncation-boundary` is a united measurement.
 */
/**
//Create CSS keyframe animations for all vendors in one go, e.g.:
 *
   .foo{
       @include vendor(animation, shrink 3s);
   }

   @include keyframe(shrink){
       from{
           font-size:5em;
       }
   }
 *
 */
/*! normalize.css v2.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

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

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

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Set default font family to sans-serif.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  background: #fff;
  /* 1 */
  color: #000;
  /* 2 */
  font-family: sans-serif;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  /* 4 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a {
  color: #6f7881;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

/**
 * 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.
 */
img {
  border: 0;
}

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

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

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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;
}

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

/*Include @font-face here ! */
@font-face {
  font-family: 'DinProMedium';
  src: url("fonts/dinpro-medium.eot");
  src: url("fonts/dinpro-medium.eot#iefix") format("embedded-opentype"), url("fonts/dinpro-medium.woff") format("woff"), url("fonts/dinpro-medium.ttf") format("truetype"), url("fonts/dinpro-medium.svg#icon") format("svg");
  font-weight: normal;
  font-style: normal;
}

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

/*  MFG Labs iconset 1.0 Generate on fontello.com
    -------------------------------------------------------
    
    License
    -------------------------------------------------------
    • The MFG Labs iconset font is licensed under the SIL Open Font License - http://scripts.sil.org/OFL
    • MFG Labs inconset CSS files are licensed under the MIT License -
      http://opensource.org/licenses/mit-license.html
    • The MFG Labs iconset pictograms are licensed under the CC BY 3.0 License - http://creativecommons.org/licenses/by/3.0/
    • Attribution is no longer required in Font Awesome 3.0, but much appreciated:
      MFG Labs inconset by MFG Labs

    Contact
    -------------------------------------------------------
    Email: martin.charpentier@mfglabs.com
    Twitter: http://twitter.com/mfg_labs

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

/* default icon settings: grey and medium size */
.icon {
  font-family: 'dynicons';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  font-size: 1.7em;
}

/* icon codes */
.icon--arrow_up:before {
  content: "\2191";
}

.icon--arrow_down:before {
  content: "\2193";
}

.icon--arrow_right:before {
  content: "\2192";
}

.icon--arrow_left:before {
  content: "\2190";
}

.icon--gear:before {
  content: "\2699";
}

.icon--minus:before {
  content: "\2212";
}

.icon--warning_alt:before {
  content: "\2755";
}

.icon--warning:before {
  content: "\2757";
}

.icon--users:before {
  content: "\f064";
}

.icon--user:before {
  content: "\f061";
}

.icon--pen:before {
  content: "\270F";
}

.icon--movie:before {
  content: "\f040";
}

.icon--mail:before {
  content: "\2709";
}

.icon--magnifying:before {
  content: "\F50D";
}

.icon--list:before {
  content: "\f009";
}

.icon--download:before {
  content: "\f015";
}

.icon--display_screen:before {
  content: "\f032";
}

.icon--clock:before {
  content: "\23F2";
}

.icon--cancel_circle:before {
  content: "\F06E";
}

.icon--calendar:before {
  content: "\F4C5";
}

.icon--arrow_up:before {
  content: "\2191";
}

.icon--cross_mark:before {
  content: "\274C";
}

.icon--plus:before {
  content: "\002B";
}

.icon--dropdown_arrow:before {
  content: "\F532";
}

.icon--power:before {
  content: "\F533";
}

.icon--radio:before {
  content: "\1F4FB";
}

.icon--feather:before {
  content: "\F534";
}

.icon--image:before {
  content: "\F535";
}

.icon--key:before {
  content: "\26BF";
}

.icon--spinner:before {
  content: "\F528";
}

.icon--sheet:before {
  content: "\F070";
}

.icon--upward_chart:before {
  content: "\1F4C8";
}

.icon--counting:before {
  content: "\F536";
}

.icon--checked_dot:before {
  content: "\F537";
}

.icon--circle:before {
  content: "\25CF";
}

/* tweaks - TODO these changes should be made in the original font file */
.icon--cross_mark {
  vertical-align: top;
}

.icon--cross_mark:before {
  font-size: 1.3em;
}

.icon--plus {
  vertical-align: sub;
}

.icon--plus:before {
  font-size: 1.2em;
}

.icon--green {
  color: #7bcda5;
}

.icon--red {
  color: #f85e29;
}

.icon--orange {
  color: #ffc13b;
}

.icon--blue {
  color: #5f88bf;
}

.icon--grey {
  color: #C6C6C6;
}

.icon--black {
  color: #2e2e2e;
}

/*ANIMATION*/
.icon--spinner {
  -webkit-animation: rotateZ 1s infinite linear;
  -moz-animation: rotateZ 1s infinite linear;
  -ms-animation: rotateZ 1s infinite linear;
  -o-animation: rotateZ 1s infinite linear;
  animation: rotateZ 1s infinite linear;
}

html {
  font-family: arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  min-height: 100%;
  color: #6f7881;
  font-smoothing: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

/*Heading*/
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  margin: 0;
}

h1, .h1 {
  font-size: 18px;
}

h2, .h2 {
  font-size: 16px;
}

h3, .h3 {
  font-size: 14px;
}

h4, .h4 {
  font-size: 12px;
}

h5, .h5 {
  font-size: 11px;
}

h6, .h6 {
  font-size: 12px;
}

.giga {
  font-size: 65px;
}

:focus {
  outline: none;
}

::-moz-focus-inner {
  border: 0;
}

.c--green {
  color: #7bcda5;
}

.c--red {
  color: #f85e29;
}

/*------------------------------------*//    $HELPER
\*------------------------------------*/
/**
//A series of helper classes to use arbitrarily. Only use a helper class if an
//element/component doesn’t already have a class to which you could apply this
//styling, e.g. if you need to float `.main-nav` left then add `float:left;` to
//that ruleset as opposed to adding the `.float--left` class to the markup.
 *
//A lot of these classes carry `!important` as you will always want them to win
//out over other selectors.
 */
/**
//Add/remove floats
 */
.float---right {
  float: right !important;
}

.float---right {
  float: right !important;
}

.float--left {
  float: left !important;
}

.float--none {
  float: none !important;
}

/**
//Text alignment
 */
.text--left {
  text-align: left  !important;
}

.text--center {
  text-align: center !important;
}

.text--right {
  text-align: right !important;
}

/**
//Font weights
 */
.weight--light {
  font-weight: 300 !important;
}

.weight--normal {
  font-weight: 400 !important;
}

.weight--semibold {
  font-weight: 600 !important;
}

/**
//Border radius
**/
.round {
  border-radius: 4px;
}

.round--top {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.round--bottom {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

/**
//Apply capital case to an element (usually a `strong`).
 */
.caps {
  text-transform: uppercase !important;
}

.circled {
  border-radius: 190px;
}

.hidden {
  display: none !important;
}

/**
//Micro clearfix, as per: css-101.org/articles/clearfix/latest-new-clearfix-so-far.php
//Extend the clearfix class with Sass to avoid the `.cf` class appearing over
//and over in your markup.
 */
.cf:after, .nav:after {
  content: "";
  display: table;
  clear: both;
}

/* Animated rotating icon */
.animation-spin {
  -webkit-animation: rotateZ 2s infinite linear;
  -moz-animation: rotateZ 2s infinite linear;
  -ms-animation: rotateZ 2s infinite linear;
  -o-animation: rotateZ 2s infinite linear;
  animation: rotateZ 2s infinite linear;
}

.animation-spin.fast {
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

@-webkit-keyframes rotateZ {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-moz-keyframes rotateZ {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-ms-keyframes rotateZ {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-o-keyframes rotateZ {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes rotateZ {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-webkit-keyframes runProgress {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@-moz-keyframes runProgress {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@-ms-keyframes runProgress {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@-o-keyframes runProgress {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes runProgress {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 0;
    visibility: visible;
  }
  5% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@-moz-keyframes fadeOut {
  0% {
    opacity: 0;
    visibility: visible;
  }
  5% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@-ms-keyframes fadeOut {
  0% {
    opacity: 0;
    visibility: visible;
  }
  5% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@-o-keyframes fadeOut {
  0% {
    opacity: 0;
    visibility: visible;
  }
  5% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 0;
    visibility: visible;
  }
  5% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@-webkit-keyframes alertFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes alertFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-ms-keyframes alertFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes alertFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes alertFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes alertFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-moz-keyframes alertFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-ms-keyframes alertFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-o-keyframes alertFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes alertFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.btn {
  display: inline-block;
  vertical-align: middle;
  font-family: inherit;
  font-size: 100%;
  cursor: pointer;
  border: none;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 3;
  padding-right: 1em;
  padding-left: 1em;
}

/*------------------------------------*//    $SIZES
\*------------------------------------*/
/**
//Button size modifiers.
 *
//These all follow the same sizing rules as above; text is 1em, space around it
//remains uniform.
 */
.btn--small {
  padding-right: 1em;
  padding-left: 1em;
  line-height: 2;
  font-size: 11px;
}

.btn--large {
  padding-right: 2em;
  padding-left: 2em;
  line-height: 4;
  font-weight: bold;
  font-size: 20px;
}

.btn--huge {
  padding-right: 2.5em;
  padding-left: 2.5em;
  line-height: 5;
  font-size: 24px;
}

/**
//These buttons will fill the entirety of their container.
 *
//1. Remove padding so that widths and paddings don’t conflict.
 */
.btn--full {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
}

.btn--full i {
  margin-left: -10px;
}

/* button with fixed width and size, for forms */
.btn--fixed-form {
  width: 360px;
  line-height: 50px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}

.btn--fixed-form i {
  margin-left: -10px;
}

/*BTN Colord*/
.btn--blue {
  color: #FFF;
  background-color: #5f88bf;
  box-shadow: 0px -2px 0px #1a5596 inset;
}

.btn--blue:hover {
  background-color: #7c9ecb;
  box-shadow: 0px -2px 0px #2069b9 inset;
}

.btn--green {
  color: #FFF;
  background-color: #7bcda5;
  box-shadow: 0px -2px 0px #60b38b inset;
}

.btn--green:hover {
  background-color: #99d8b9;
  box-shadow: 0px -2px 0px #7cc09f inset;
}

.btn--orange {
  color: #FFF;
  background-color: #ffc13b;
}

.btn--orange:hover {
  background-color: #d7472a;
}

.btn--alpha {
  color: #FFF;
  border: solid 1px #FFF;
  border-radius: 2px;
}

.btn--alpha:hover {
  background-color: #404040;
  background-color: rgba(255, 255, 255, 0.1);
}

.btn--grey {
  color: #878e95;
  background-color: #f1f1f1;
  box-shadow: 0px 2px 0px #dbdfe3;
}

.btn--grey:hover {
  background-color: #f6f6f6;
  box-shadow: 0px 2px 0px #e4e8ec;
}

.btn--dark {
  background-color: #919ca7;
  box-shadow: 0 2px 0px #7a8795;
  color: #FFF;
  /* when we apply btn--dark to an input we need to change placeholder's color */
  /* WebKit browsers */
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10+ */
}

.btn--dark::-webkit-input-placeholder {
  color: #FFF;
}

.btn--dark:-moz-placeholder {
  color: #FFF;
}

.btn--dark::-moz-placeholder {
  color: #FFF;
}

.btn--dark:-ms-input-placeholder {
  color: #FFF;
}

.btn--dark:hover {
  background-color: #a8b0b9;
  box-shadow: 0px 2px 0px #919ba7;
}

.btn--rounded {
  border-radius: 20px;
  padding: 0 20px;
  box-shadow: none;
  font: normal 500 12px/29px "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #dde1e5;
  color: #6f7881;
}

.btn--rounded i {
  vertical-align: middle;
}

.btn--rounded:hover {
  background-color: #c6cdd3;
  box-shadow: none;
  color: #848c95;
}

/*------------------------------------*//    $NAV
\*------------------------------------*/
/**
//Nav abstraction as per: csswizardry.com/2011/09/the-nav-abstraction
//When used on an `ol` or `ul`, this class throws the list into horizontal mode
//e.g.:
 *
   <ul class=nav>
       <li><a href=#>Home</a></li>
       <li><a href=#>About</a></li>
       <li><a href=#>Portfolio</a></li>
       <li><a href=#>Contact</a></li>
   </ul>
 */
.nav {
  list-style: none;
  margin-left: 0;
}

.nav > li,
.nav > li > a {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

/**
//`.nav--stacked` extends `.nav` and throws the list into vertical mode, e.g.:
 *
   <ul class="nav  nav--stacked">
       <li><a href=#>Home</a></li>
       <li><a href=#>About</a></li>
       <li><a href=#>Portfolio</a></li>
       <li><a href=#>Contact</a></li>
   </ul>
 *
 */
.nav--stacked > li {
  display: list-item;
}

.nav--stacked > li > a {
  display: block;
}

/**
//Give nav links a big, blocky hit area. Extends `.nav`, e.g.:
 *
   <ul class="nav  nav--block">
       <li><a href=#>Home</a></li>
       <li><a href=#>About</a></li>
       <li><a href=#>Portfolio</a></li>
       <li><a href=#>Contact</a></li>
   </ul>
 *
 */
.nav--block {
  line-height: 1;
  /**
    //Remove whitespace caused by `inline-block`.
     */
  letter-spacing: -0.31em;
  word-spacing: -0.43em;
  white-space: nowrap;
}

.nav--block > li {
  letter-spacing: normal;
  word-spacing: normal;
}

.nav--block > li > a {
  padding: 5px 10px;
}

/**
//Force a nav to occupy 100% of the available width of its parent. Extends
//`.nav`, e.g.:
 *
   <ul class="nav  nav--fit">
       <li><a href=#>Home</a></li>
       <li><a href=#>About</a></li>
       <li><a href=#>Portfolio</a></li>
       <li><a href=#>Contact</a></li>
   </ul>
 *
//Thanks to @pimpl for this idea!
 */
.nav--fit {
  display: table;
  width: 100%;
}

.nav--fit > li {
  display: table-cell;
}

.nav--fit > li > a {
  display: block;
}

.nav--keywords > li:after {
  content: "\002C" "\00A0";
}

.nav--keywords > li:last-child:after {
  display: none;
}

/*
Make a sub navigation
<li>
    <a href="#">
        Title
    </a>
    <ul class="nav--sub">
        <li><a href="#">XXX</a></li>
        <li><a href="#">XXX</a></li>
    </ul>
</li>
*/
.nav--sub {
  display: none;
}

#sidebar:hover .nav--sub.show {
  display: block;
}

/**
    css for plugin nanoScroller.js : http://jamesflorentino.github.io/nanoScrollerJS/
**/
.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.nano .content {
  position: absolute;
  overflow: scroll;
  overflow-x: scroll;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.nano .content::-webkit-scrollbar {
  visibility: hidden;
}

.has-scrollbar .content::-webkit-scrollbar {
  visibility: visible;
}

.nano > .pane {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  width: 10px;
  right: 5px;
  top: 0;
  bottom: 0;
  visibility: hidden\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: .01;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.nano > .pane > .slider {
  background: #444;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  margin: 0 1px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.nano:hover > .pane, .pane.active, .pane.flashed {
  visibility: visible\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.99;
}

/*------------------------------------*    $TABLES
\*------------------------------------*/
/**
 * We have a lot at our disposal for making very complex table constructs, e.g.:
 *
   <table class="table--bordered  table--striped  table--data">
       <colgroup>
           <col class=t10>
           <col class=t10>
           <col class=t10>
           <col>
       </colgroup>
       <thead>
           <tr>
               <th colspan=3>Foo</th>
               <th>Bar</th>
           </tr>
           <tr>
               <th>Lorem</th>
               <th>Ipsum</th>
               <th class=numerical>Dolor</th>
               <th>Sit</th>
           </tr>
       </thead>
       <tbody>
           <tr>
               <th rowspan=3>Sit</th>
               <td>Dolor</td>
               <td class=numerical>03.788</td>
               <td>Lorem</td>
           </tr>
           <tr>
               <td>Dolor</td>
               <td class=numerical>32.210</td>
               <td>Lorem</td>
           </tr>
           <tr>
               <td>Dolor</td>
               <td class=numerical>47.797</td>
               <td>Lorem</td>
           </tr>
           <tr>
               <th rowspan=2>Sit</th>
               <td>Dolor</td>
               <td class=numerical>09.640</td>
               <td>Lorem</td>
           </tr>
           <tr>
               <td>Dolor</td>
               <td class=numerical>12.117</td>
               <td>Lorem</td>
           </tr>
       </tbody>
   </table>
 *
 */
table {
  width: 100%;
}

th,
td {
  padding: 5px;
  text-align: left;
}

@media screen and (min-width: 768px) {
  th,
  td {
    padding: 22px 15px;
  }
}

tr.selected {
  border: 1px solid #5f88bf;
  border-left-width: 10px;
}

/**
 * Cell alignments
 */
[colspan] {
  text-align: center;
}

[colspan="1"] {
  text-align: left;
}

[rowspan] {
  vertical-align: middle;
}

[rowspan="1"] {
  vertical-align: top;
}

.numerical {
  text-align: right;
}

/**
 * In the HTML above we see several `col` elements with classes whose numbers
 * represent a percentage width for that column. We leave one column free of a
 * class so that column can soak up the effects of any accidental breakage in
 * the table.
 */
.t5 {
  width: 5%;
}

.t10 {
  width: 10%;
}

.t12 {
  width: 12.5%;
}

/* 1/8 */
.t15 {
  width: 15%;
}

.t20 {
  width: 20%;
}

.t25 {
  width: 25%;
}

/* 1/4 */
.t30 {
  width: 30%;
}

.t33 {
  width: 33.333%;
}

/* 1/3 */
.t35 {
  width: 35%;
}

.t37 {
  width: 37.5%;
}

/* 3/8 */
.t40 {
  width: 40%;
}

.t45 {
  width: 45%;
}

.t50 {
  width: 50%;
}

/* 1/2 */
.t55 {
  width: 55%;
}

.t60 {
  width: 60%;
}

.t62 {
  width: 62.5%;
}

/* 5/8 */
.t65 {
  width: 65%;
}

.t66 {
  width: 66.666%;
}

/* 2/3 */
.t70 {
  width: 70%;
}

.t75 {
  width: 75%;
}

/* 3/4*/
.t80 {
  width: 80%;
}

.t85 {
  width: 85%;
}

.t87 {
  width: 87.5%;
}

/* 7/8 */
.t90 {
  width: 90%;
}

.t95 {
  width: 95%;
}

/**
 * Bordered tables
 */
.table--bordered td {
  border-left: 1px solid #e4e6e8;
}

.table--bordered td:empty {
  border: none;
}

.table--bordered td:last-child {
  text-align: right;
  border-left: none;
}

.table--bordered tbody tr td:first-child {
  border: none;
  font-weight: bold;
}

/**
 * Striped tables
 */
.table--striped tbody tr:nth-of-type(odd) {
  background-color: #eaedf0;
  /* Override this color in your theme stylesheet */
}

.table--striped tbody tr.selected {
  background-color: #FFF;
}

/**
 * Data table
 */
.table--data {
  font: 12px/1.5 sans-serif;
}

/**
 * Larger table rows, for auctions
*/
.table--big-row td {
  height: 70px;
  white-space: nowrap;
}

.table--last-column-1 tr td:last-child {
  width: 40px;
}

.table--last-column-2 tr td:last-child {
  width: 97px;
}

.table--last-column-3 tr td:last-child {
  width: 132px;
}

/*TABLE PANEL*/
.tfoot--action {
  background-color: #FFF;
  border-top: 1px solid #d4d8dc;
  border-bottom: 1px solid #d4d8dc;
}

.tfoot--resume .cell--foot {
  background-color: #34465a;
  padding: 30px 0;
  border-color: #273443;
  position: relative;
  text-align: center;
}

.tfoot--resume span {
  font-size: 46px;
  line-height: 46px;
  color: #FFF;
}

.tfoot--resume i {
  position: absolute;
  top: 44px;
  right: 30px;
}

table.m-top {
  margin-top: 50px;
}

table td span {
  line-height: 25px;
}

.table--auction--name {
  max-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.table--fixed {
  table-layout: fixed;
}

.table--fixed td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.headerSort {
  background-image: url("../img/sort.png");
  background-position: right 1% center;
  background-repeat: no-repeat;
}

.headerSortUp {
  background-image: url("../img/sort_up.png");
}

.headerSortDown {
  background-image: url("../img/sort_down.png");
}

.table--last-column-1 .headerSort:last-child, .table--last-column-1 .headerSortUp:last-child, .table--last-column-1 .headerSortDown:last-child, .table--last-column-2 .headerSort:last-child, .table--last-column-2 .headerSortUp:last-child, .table--last-column-2 .headerSortDown:last-child {
  background: none;
}

label {
  display: none;
}

/* generic color for input */
input, select, textarea {
  border: none;
  margin: 0 0 10px;
  padding: 10px 20px;
  width: 360px;
  font-family: Arial;
  font-size: 17px;
  font-weight: 200;
  color: #6f7881;
  background-color: #f6f6f6;
}

/* only a few input have the inset shadow (not the datetime) */
input, textarea {
  box-shadow: 0 2px #ececec inset;
}

input.error, textarea.error {
  box-shadow: 0 2px #DECFCF inset;
}

input, select {
  height: 45px;
}

textarea {
  height: 100px;
  resize: none;
}

input.error, select.error, textarea.error {
  background-color: #F7E7E7;
}

/* we create at the same time a 'select' class which we can use
to apply the select look to inputs, buttons or divs */
select, .select {
  margin: 0px 0px 10px 0px;
  width: 360px;
  border: 0px;
  border-radius: 0;
  box-shadow: 0px 2px 0px #dbdfe3;
  padding-left: 20px;
  color: #6f7881;
  font-family: Arial;
  font-size: 17px;
  font-weight: 200;
  text-align: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: #f6f6f6 url(/img/dropdown-arrows.png) 100% 50% no-repeat;
  background-size: 30px;
  padding-right: 35px;
  text-indent: 0.01px;
  text-overflow: '';
}

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

select:hover, .select:hover {
  background-color: #f9f9f9;
}

select.error, .select.error {
  background-color: #F7E7E7;
  box-shadow: 0px 2px 0px #DECFCF;
}

select.error:hover, .select.error:hover {
  background-color: #F7F5F5;
  box-shadow: 0px 2px 0px #E8E8E8;
}

.lt-ie10 select, .lt-ie10 .select {
  background-image: none;
}

/* since this may be applied to a div, we need to explicitly show the pointer */
.select:hover {
  cursor: hand;
}

.input--full, input.input--full, textarea.input--full {
  width: 100%;
}

.input--medium, input.input--medium, textarea.input--medium {
  width: 270px;
}

.input--large, input.input--medium, textarea.input--medium {
  width: 360px;
}

/* utilities to layout form elements */
.form--title, input.form--title {
  margin-bottom: 30px;
}

.form--half, input.form--half {
  width: 170px;
}

.form--half input, input.form--half input {
  width: 100%;
}

.text--hidden {
  font-size: 1px;
}

/* custom checkbox style */
input[type="checkbox"] {
  display: inline-block;
  position: relative;
  width: 1em;
  height: 1em;
  padding: 0;
  border: 1px solid #dbdfe3;
  border-radius: 2px;
  box-shadow: none;
  vertical-align: middle;
  /* disable blue highlight outline */
  /*  disable default theme and define our own blue mark */
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

input[type="checkbox"]:focus {
  outline: none;
}

input[type="checkbox"]:checked::after {
  position: absolute;
  content: '';
  left: 20%;
  top: -8%;
  height: 45%;
  width: 90%;
  border-bottom: 2px solid #228aff;
  border-left: 2px solid #228aff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

input[type="checkbox"] + label {
  display: inline-block;
}

input[type="checkbox"].alt {
  border-color: #629ddf;
}

input[type="checkbox"].alt:checked::after {
  border-color: #fff;
}

input[data-action="dyn:checkboxDisabled"] {
  opacity: 0.5;
  cursor: not-allowed;
}

input[data-action="dyn:checkboxDisabled"] + label {
  opacity: 0.5;
  cursor: not-allowed;
}

input[data-action="dyn:checkboxDisabled"]:checked::after {
  border-color: #AAA;
}

/* Radio button */
input[type="radio"] {
  display: inline-block;
  border-radius: 25px;
  border: 1px solid #dbdfe3;
  cursor: pointer;
  height: 15px;
  width: 15px;
  position: relative;
  -webkit-appearance: none;
}

input[type="radio"]:focus {
  outline: none;
}

input[type="radio"]:after {
  border-radius: 25px;
  content: '';
  display: block;
  height: 9px;
  left: 2px;
  position: relative;
  top: 2px;
  width: 9px;
}

input[type="radio"]:checked:after {
  background-color: #228aff;
}

/* Search button */
.btn--search {
  background: #919ca7 url(/img/search.png) 50% 50% no-repeat;
  background-size: 30px;
}

/* generic dark form element, can be a button or an input */
.form--dark {
  background-color: #919ca7;
  /* dark input have a white text and placeholder placeholder */
  color: #FFF;
  /* WebKit browsers */
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10+ */
}

.form--dark:hover {
  background-color: #a8b0b9;
}

.form--dark::-webkit-input-placeholder {
  color: #FFF;
}

.form--dark:-moz-placeholder {
  color: #FFF;
}

.form--dark::-moz-placeholder {
  color: #FFF;
}

.form--dark:-ms-input-placeholder {
  color: #FFF;
}

/* only some inputs have the dark inset shadow */
input[type='text'].form--dark,
input[type='email'].form--dark,
input[type='password'].form--dark,
textarea.form--dark {
  box-shadow: 0px 2px #7a8795 inset;
}

input[type='text'].form--dark:hover,
input[type='email'].form--dark:hover,
input[type='password'].form--dark:hover,
textarea.form--dark:hover {
  box-shadow: 0px 2px #919ba7 inset;
}

/* generic dark form element, can be a button or an input */
.form--darkblue {
  background-color: #49596b;
  /* dark input have a white text and placeholder placeholder */
  color: #FFF;
  /* WebKit browsers */
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10+ */
}

.form--darkblue:hover {
  background-color: #5a6d83;
}

.form--darkblue::-webkit-input-placeholder {
  color: #FFF;
}

.form--darkblue:-moz-placeholder {
  color: #FFF;
}

.form--darkblue::-moz-placeholder {
  color: #FFF;
}

.form--darkblue:-ms-input-placeholder {
  color: #FFF;
}

/* only some inputs have the dark inset shadow */
input[type='text'].form--darkblue,
input[type='email'].form--darkblue,
input[type='password'].form--darkblue,
textarea.form--darkblue {
  box-shadow: 0px 2px #34465a inset;
}

input[type='text'].form--darkblue:hover,
input[type='email'].form--darkblue:hover,
input[type='password'].form--darkblue:hover,
textarea.form--darkblue:hover {
  box-shadow: 0px 2px #435a74 inset;
}

.radio {
  margin: 25px;
}

.radio label {
  display: inline;
  padding: 0px 10px 0px 10px;
}

.radio label:first-child {
  margin-right: 20px;
}

.radio input[type="radio"] {
  margin: 0px 0px -2px 0px;
}

/* separation bar in formularies */
hr {
  border: 0;
  height: 3px;
  background: #f6f6f6;
  margin: 20px 0px;
}

/*form in table*/
.tr--form {
  background-color: #FFF !important;
  border-top: solid 1px #d4d8dc;
  border-bottom: solid 1px #d4d8dc;
}

.tr--form td {
  border: none;
  padding: 15px;
}

.tr--form td:last-child {
  padding: 0;
}

.tr--form button[type="submit"] {
  width: 100%;
  height: 100%;
}

.tr--form input, .tr--form select, .tr--form textarea {
  font-size: 13px;
  height: 30px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.tr--form select, .tr--form input {
  width: 100%;
  max-width: 200px;
  margin: 0;
}

.tr--form input[type="number"] {
  width: 80px;
  margin: 0;
}

.tr--form .error input {
  background-color: #FFB5B5;
}

.tr--form hr {
  display: none;
}

.table--form td {
  padding: 17px;
}

.table--form input[type="text"], .table--form input[type="number"], .table--form select, .table--form textarea {
  font-size: 13px;
  height: 30px;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #FFF;
}

.table--form input[type="text"], .table--form input[type="number"], .table--form textarea {
  box-shadow: 0 2px #E0E0DD inset;
}

.table--form .error input {
  background-color: #FFB5B5;
}

.table--form select, .table--form input[type="text"] {
  width: 100%;
  max-width: 250px;
  margin: 0;
}

.table--form input[type="text"], .table--form input[type="number"] {
  width: 80px;
  margin: 0;
}

.table--form input[disabled], .table--form input[readonly] {
  opacity: 0.3;
}

.table--form select[disabled] {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
}

.table--form .label + select {
  max-width: 215px;
}

.table--form hr {
  display: none;
}

.table--form .tfoot--resume input[type="text"] {
  height: 46px;
  width: 125px;
  text-align: center;
  padding: 0;
  background: none;
  box-shadow: none;
  font-size: 46px;
  line-height: 46px;
  color: #FFF;
}

.table--form .tfoot--resume .error input[type="text"] {
  color: #EC6363;
}

.rowspan--input {
  position: relative;
}

.rowspan--input input {
  position: absolute;
  left: 15px;
  top: 15px;
}

.form-invitation-seller input[type="checkbox"] ~ a {
  display: none;
  float: right;
  font-size: 15px;
}

.form-invitation-seller input[type="checkbox"]:checked ~ a {
  display: inline;
}

.popin {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 450px;
  padding: 40px;
  border: 4px solid #f1f2f3;
  background-color: #fff;
  text-align: center;
  z-index: 10;
  font-size: 17px;
  /* define specific margins inside a popin form */
}

@media screen and (max-height: 654px) {
  .popin {
    top: 0%;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }
}

.popin h3 {
  margin: 10px auto;
}

.popin input {
  margin-bottom: 10px;
}

.popin .input--head {
  margin-bottom: 30px;
}

.popin .icon--cross_mark {
  right: 5px;
  top: 5px;
  margin: 0;
  position: absolute;
  font-size: 1.3em;
  color: #919CA7;
}

.popin .form-errors {
  margin-bottom: 25px;
}

.popin #auctions_create_form_client {
  float: left;
}

.popin .popin--assetowners {
  border-bottom: 2px solid #e7ebee;
  border-top: 2px solid #e7ebee;
  padding-bottom: 15px;
  padding-top: 15px;
}

.popin .popin--assetowners li {
  background-color: #e7ebee;
  border-radius: 13px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-right: 5px;
  margin-top: 5px;
  padding: 5px 15px;
  text-transform: uppercase;
}

.popin .popin--assetowners li .bullet {
  background-color: #5d87c1;
}

.popin .popin--assetowners li.online .bullet {
  background-color: #79c9a6;
}

.popin .popin--assetowners li.on, .popin .popin--assetowners li:hover {
  background-color: #5d87c1;
  color: white;
}

.popin .popin--assetowners li.on .bullet, .popin .popin--assetowners li:hover .bullet {
  background-color: white;
  opacity: 0.7;
}

.popin .popin--assetowners li.on.online .bullet, .popin .popin--assetowners li:hover.online .bullet {
  opacity: 1;
}

.popin .assetowners--details {
  margin-top: 20px;
}

.popin .assetowners--details .detail {
  display: none;
}

.popin .assetowners--details .detail.visible {
  display: block;
}

.popin .assetowners--details .detail .title {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.popin .assetowners--details .detail li {
  font-size: 12px;
  opacity: 0.6;
  text-transform: uppercase;
}

.popin .assetowners--details .detail li.online .bullet {
  background-color: green;
}

.popin .bullet {
  background-color: grey;
  border-radius: 7px;
  display: inline-block;
  height: 7px;
  margin-bottom: 1px;
  margin-right: 5px;
  width: 7px;
}

.mentions {
  text-align: center;
  color: #b0bbc7;
  font-size: 12px;
  margin: 20px;
}

.mentions a {
  text-decoration: underline;
  color: #919ca7;
}

.mentions a:hover {
  text-decoration: underline;
  color: #a8b0b9;
}

div.dropdown {
  padding-left: 0px;
}

div.dropdown.open {
  background-color: #f6f6f6;
  box-shadow: none;
}

div.dropdown.open div {
  height: auto;
  background-color: #f6f6f6;
  max-height: 300px;
  border-bottom: 2px solid #dbdfe3;
  overflow-y: scroll;
}

div.dropdown span, div.dropdown > label {
  display: block;
  /* The label is clickable, and fit the height and whole width */
  line-height: 45px;
  height: 45px;
  width: 100%;
  padding-left: 20px;
  /* disable accidental text selection on the btn */
  -webkit-touch-callout: none;
  -moz-touch-callout: none;
  -ms-touch-callout: none;
  -o-touch-callout: none;
  touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

div.dropdown.error > label {
  background-color: #F7E7E7;
  box-shadow: 0px 2px 0px #DECFCF;
}

div.dropdown.error:hover > label {
  background-color: #F7F5F5;
  box-shadow: 0px 2px 0px #E8E8E8;
}

div.dropdown div {
  z-index: 10;
  margin-top: 0px;
  width: 360px;
  position: absolute;
  padding: 0px 10px;
  background-color: #f1f1f1;
  /* scroll will be activated if height superior to a threshold */
  height: 0px;
  max-height: 0px;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /* align the checkbox on the left */
  /* display the label next to the checkbox, with line return */
}

div.dropdown div input {
  float: left;
  margin: 12px;
}

div.dropdown div label {
  display: block;
  line-height: 44px;
  vertical-align: middle;
}

td.dropdown {
  padding: 0px;
  position: relative;
  width: 170px;
  overflow: visible;
}

td.dropdown .btn {
  border: 1px solid #c5c6c8;
}

td.dropdown .btn:hover {
  background-color: #ededed;
}

td.dropdown ul {
  position: absolute;
  width: 100%;
  margin-top: -35px;
  overflow: hidden;
  padding: 0px 10px 5px 10px;
  border: 1px solid rgba(255, 255, 255, 0);
  font-size: 11px;
  height: 56px;
}

td.dropdown ul li:first-child {
  border-bottom: 1px solid #eaedf0;
  height: 56px;
  line-height: 56px;
  margin-bottom: 10px;
  font-size: 13px;
  cursor: default;
}

td.dropdown ul li:first-child:after {
  font-family: 'dynicons';
  float: right;
  margin-right: 10px;
}

td.dropdown ul li:first-child i {
  line-height: 57px;
}

td.dropdown ul li:not(:first-child) {
  cursor: default;
  font-size: 11px;
  margin: 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

td.dropdown ul li.seller {
  padding-right: 20px;
}

td.dropdown:hover ul {
  border: 1px solid #e4e6e8;
  background-color: #f6f6f6;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  height: auto;
  z-index: 1;
}

td.dropdown.dropdown--double-line ul li:first-child {
  height: 70px;
  line-height: 70px;
  margin: 0px;
}

td.dropdown.dropdown--large {
  width: 150px;
}

td.dropdown.dropdown--info ul li:first-child:after {
  font-size: 23px;
  content: "\f009";
  position: absolute;
  right: 10px;
}

td.dropdown.dropdown--edit ul li:first-child:after {
  content: "\2699";
}

td.dropdown.dropdown--edit ul li:not(:first-child) {
  margin: 5px 0px 5px 0px;
  font-size: 11px;
}

td.dropdown.dropdown--edit ul li:not(:first-child).current, td.dropdown.dropdown--edit ul li:not(:first-child):hover {
  background-color: #ececec;
  border-radius: 5px;
}

td.dropdown.dropdown--edit ul li:not(:first-child) i {
  font-size: 14px;
  vertical-align: middle;
}

td.dropdown .delete--seller {
  cursor: pointer;
  display: none;
  font-size: 1.1em;
  margin-top: 4px;
  position: absolute;
  right: 8px;
}

td.dropdown li:hover .delete--seller {
  display: inline-block;
}

.status--choices li {
  display: none;
}

.status--choices li:first-child, .status--choices li.current {
  display: block;
}

.status--draft .for--draft {
  display: block;
}

.status--confirmed .for--confirmed {
  display: block;
}

.status--live .for--live {
  display: block;
}

.status--pause .for--pause {
  display: block;
}

.status--cancel .for--cancel {
  display: block;
}

.status--closed .for--closed {
  display: block;
}

.darklayer {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #060A14;
  opacity: 0.0;
  z-index: 1;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.darklayer.visible {
  display: block;
  opacity: 0.75;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

/* input - used by the JQuery plugin to store the value */
.datetime {
  background: none;
  text-indent: -999em;
  box-shadow: none;
}

.datetime:focus {
  outline: none;
}

.datetime--btn {
  background: #919ca7 url(/img/calendar.png) 100% 50% no-repeat;
  background-size: 34px;
  margin-bottom: 10px;
  text-align: left;
  padding-right: 35px;
  height: 45px;
  text-overflow: ellipsis;
  margin-top: -75px;
}

.ui-widget-content {
  border: 0px;
  border-radius: 0;
  color: #fff;
}

/* dyn style */
.ui-datepicker {
  width: auto;
  height: 255px;
  background: #919ca7;
  border-bottom: 2px solid #67737f;
  margin-top: 17px;
  padding: 0px;
  /* hide useless elements */
  /* title */
  /* the calendar grid */
}

.ui-datepicker .ui-datepicker-buttonpane, .ui-datepicker .ui-slider-access.ui-buttonset {
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: absolute;
  width: 260px;
  border: 0px;
  background: none;
  color: #222;
  font-weight: 100;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  margin: 0px;
  line-height: 35px;
  text-align: center;
  font-size: 13px;
  color: #FFF;
}

.ui-datepicker:before {
  position: absolute;
  width: 170px;
  height: 18px;
  background-color: #919ca7;
  top: -18px;
}

.ui-datepicker table {
  width: 225px;
  font-size: 15px;
  margin: 40px 20px 0px 15px;
  float: left;
  /* the blue week day header */
}

.ui-datepicker table thead {
  background: #228aff;
}

.ui-datepicker table th {
  font-size: 10px;
  line-height: 8px;
  color: #fff;
  font-weight: normal;
}

.ui-datepicker table td {
  padding: 0px 2px 0px 2px;
  border-left: 1px solid #ececec;
  border-top: 1px solid #ececec;
  background: #f6f6f6;
}

.ui-datepicker table td.ui-datepicker-week-col {
  background: #67737f;
  border: 1px solid #67737f;
  border-radius: 0;
  font-size: 12px;
  text-align: center;
}

.ui-datepicker table td span, .ui-datepicker table td a {
  display: block;
  padding: 4px;
  text-align: center;
  text-decoration: none;
}

.ui-datepicker table td span:hover, .ui-datepicker table td a:hover {
  background: #FDFDFD;
}

.ui-datepicker table td span.ui-state-active, .ui-datepicker table td a.ui-state-active {
  background: #f6f6f6;
}

/* cell - TODO move this in the table css section */
.ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 0;
  background: #f6f6f6;
  font-size: 12px;
  font-weight: normal;
  color: #67737f;
}

.ui-widget-content .ui-state-default.ui-state-active, .ui-widget-header .ui-state-default.ui-state-active {
  background: #5f88bf;
  color: #FFF;
}

/* disabled cell - original theme only use opacity, we keep it */
.ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: 1;
  filter: none;
}

.ui-widget-content .ui-state-disabled.ui-datepicker-unselectable span, .ui-widget-header .ui-state-disabled.ui-datepicker-unselectable span {
  color: #D3D3D3;
}

.ui-widget-content .ui-state-disabled.ui-datepicker-unselectable span:hover, .ui-widget-header .ui-state-disabled.ui-datepicker-unselectable span:hover {
  background: #f6f6f6;
}

/* override the previous and next icons */
.ui-datepicker .ui-datepicker-next span {
  background-image: url("/img/calendar-circle-triangle-e.png");
  background-position: 0;
}

.ui-datepicker .ui-datepicker-prev span {
  background-image: url("/img/calendar-circle-triangle-w.png");
  background-position: 0;
}

/* dark grey container for the two sliders */
.ui-timepicker-div {
  position: relative;
  float: right;
  right: 0px;
  top: 0px;
  width: 102px;
  height: 255px;
  background: #67737f;
  border-bottom: 2px solid #3d4a56;
  /* top label container */
  /* top label is not shown */
  /* vertical sliders for hour and minute */
  /* vertical slider handler */
  /* specific layout for left and right sliders */
  /* time labels */
  /* specific layout for left and right time labels */
}

.ui-timepicker-div dl {
  text-align: left;
  padding: 0px;
  margin: 0px;
  background-color: #44515C;
}

.ui-timepicker-div dl dd {
  margin: 0px;
}

.ui-timepicker-div dl dt {
  padding: 0;
}

.ui-timepicker-div .ui-widget-header {
  display: none;
}

.ui-timepicker-div .ui_tpicker_time {
  position: relative;
  line-height: 35px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  overflow: hidden;
  width: 74px;
  margin-left: 12px;
}

.ui-timepicker-div .ui_tpicker_time_label {
  position: relative;
  display: none;
}

.ui-timepicker-div .ui-slider.ui-slider-vertical {
  height: 155px;
  border-radius: 0px;
  width: 4px !important;
  background: #919ca7;
}

.ui-timepicker-div .ui-slider-handle {
  border-radius: 8px;
  width: 14px;
  height: 22px;
  margin-left: -1px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.21);
}

.ui-timepicker-div .ui-slider-handle:before {
  font-family: 'dynicons';
  content: "\f009";
  top: 1px;
  left: 4px;
  font-size: 33px;
  width: 6px;
  overflow: hidden;
  position: absolute;
  color: #B0B8BF;
}

.ui-timepicker-div .ui_tpicker_hour, .ui-timepicker-div .ui_tpicker_minute, .ui-timepicker-div .ui_tpicker_day {
  position: absolute;
  top: 55px;
}

.ui-timepicker-div .ui_tpicker_hour {
  right: 70px;
}

.ui-timepicker-div .ui_tpicker_minute {
  right: 27px;
}

.ui-timepicker-div .ui_tpicker_hour_label, .ui-timepicker-div .ui_tpicker_minute_label, .ui-timepicker-div .ui_tpicker_day_label {
  position: absolute;
  bottom: 10px;
  font-size: 12px;
  color: #f6f6f6;
  text-align: center;
  width: 42px;
}

.ui-timepicker-div .ui_tpicker_hour_label {
  right: 52px;
}

.ui-timepicker-div .ui_tpicker_minute_label {
  right: 7px;
}

.ui-timepicker-div .ui_tpicker_second {
  display: none;
}

.ui-timepicker-div .ui_tpicker_second_label {
  display: none;
}

.ui-timepicker-div .ui_tpicker_second_slider {
  display: none;
}

.ui-timepicker-div .ui_tpicker_timezone_label {
  display: none;
}

.ui-timepicker-div .ui_tpicker_timezone select {
  width: 225px;
  height: 39px;
  position: absolute;
  left: -245px;
  bottom: 5px;
}

.duration--input {
  width: 170px;
  background: none;
  text-indent: -999em;
  border: none;
  box-shadow: none;
}

.duration--btn {
  background: #919ca7 url(/img/watch.png) 100% 50% no-repeat;
  background-size: 34px;
  color: #FFF;
  text-align: left;
  border: none;
  height: 45px;
  margin-top: -84px;
}

.duration {
  width: auto;
}

.duration .ui-timepicker-div {
  width: 170px;
}

.duration .ui-timepicker-div .ui_tpicker_day {
  right: 132px;
}

.duration .ui-timepicker-div .ui_tpicker_hour {
  right: 114px;
}

.duration .ui-timepicker-div .ui_tpicker_minute {
  right: 50px;
}

.duration .ui-timepicker-div .ui_tpicker_day_label {
  right: 113px;
}

.duration .ui-timepicker-div .ui_tpicker_hour_label {
  right: 94px;
}

.duration .ui-timepicker-div .ui_tpicker_minute_label {
  right: 29px;
}

.duration .ui-timepicker-div .ui_tpicker_time {
  width: 150px;
}

.file {
  display: inline-block;
  margin: 0px 0px 10px 0px;
  /* special case for image file picker */
}

.file:hover {
  cursor: hand;
}

.file:hover label {
  background-color: #f9f9f9;
}

.file label {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  color: #34465a;
  background-color: #f1f1f1;
  box-shadow: 0px 2px 0px #dbdfe3;
  line-height: 45px;
  text-align: left;
  padding-left: 16px;
  font-size: 16px;
  height: 45px;
  margin-left: 20px;
  background: #f1f1f1 url(/img/file.png) 100% 50% no-repeat;
  background-size: 34px;
  padding-right: 35px;
  text-overflow: ellipsis;
}

.file.error label {
  background-color: #F7E7E7;
  box-shadow: 0px 2px 0px #E1CBCB;
}

.file.error:hover label {
  background-color: #F7F5F5;
  box-shadow: 0px 2px 0px #E8E8E8;
}

.file input {
  opacity: 0.0001;
  width: 170px;
  margin: 0px 0px 0px -170px;
  position: relative;
}

.file .preview {
  display: none;
}

.file.large {
  width: 360px;
  border: 2px dashed #d7d7d7;
  padding: 10px;
  margin-top: 20px;
  text-align: right;
}

.file.large .preview {
  display: block;
  float: left;
  margin-top: 7px;
  line-height: 34px;
}

.file.large .preview img {
  display: none;
  border-radius: 3px;
  vertical-align: middle;
}

.file.large.image .preview img {
  display: block;
}

.file.large label {
  width: 180px;
  margin: 0px;
}

.file.large input {
  width: 180px;
  margin: 0px 0px 0px -180px;
}

.label {
  padding: 5px;
  margin: 0 5px 5px 0;
  border-radius: 2px;
  white-space: nowrap;
}

.label--gray {
  background-color: #919ca7;
  color: #FFF;
}

.label--lightgrey {
  background-color: #d7dce1;
  color: #6f7881;
}

.label--blue {
  background-color: #5f88bf;
  color: #FFF;
}

.label--round {
  border-radius: 20px;
  padding: 12px 14px;
}

.flash {
  position: fixed;
  z-index: 1000;
  top: 50%;
  left: 50%;
  margin-left: -260px;
  min-width: 520px;
  padding: 25px 30px;
  background-color: #2c3641;
  color: #FFF;
  font-size: 18px;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  -webkit-animation: fadeOut 2.5s linear forwards;
  -moz-animation: fadeOut 2.5s linear forwards;
  -ms-animation: fadeOut 2.5s linear forwards;
  -o-animation: fadeOut 2.5s linear forwards;
  animation: fadeOut 2.5s linear forwards;
}

.flash p {
  margin-top: 0;
}

.flash i {
  margin-right: 20px;
  font-size: 36px;
  vertical-align: middle;
}

.flash .progress {
  width: 100%;
  height: 4px;
  background-color: #010c19;
  border-radius: 6px;
  position: relative;
}

.flash .progress > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #4e5967;
  -webkit-animation: runProgress 1.8s linear forwards 0.5s;
  -moz-animation: runProgress 1.8s linear forwards 0.5s;
  -ms-animation: runProgress 1.8s linear forwards 0.5s;
  -o-animation: runProgress 1.8s linear forwards 0.5s;
  animation: runProgress 1.8s linear forwards 0.5s;
}

.flash--notice i {
  color: #7bcda5;
}

.flash--error i {
  color: #f85e29;
}

.flash--alert i {
  color: #ffc13b;
}

[class^="alert"] {
  position: fixed;
  display: none;
  top: 50%;
  left: 50%;
  padding: 23px;
  width: 520px;
  border-radius: 3px;
  background-color: rgba(0, 12, 25, 0.8);
  opacity: 0;
  z-index: 1;
}

[class^="alert"] p {
  font: normal normal 18px/36px Arial, "Helvetica Neue", Helvetica, sans-serif;
}

[class^="alert"] i {
  margin-right: 20px;
  font-size: 36px;
  vertical-align: middle;
  color: #ffc13b;
}

[class^="alert"] .progress {
  position: relative;
  width: 100%;
  height: 4px;
  border-radius: 6px;
  background-color: #010c19;
}

[class^="alert"] .progress > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #4e5967;
}

[class^="alert"].run {
  display: block;
  -webkit-animation: alertFadeIn 0.5s linear forwards;
  -moz-animation: alertFadeIn 0.5s linear forwards;
  -ms-animation: alertFadeIn 0.5s linear forwards;
  -o-animation: alertFadeIn 0.5s linear forwards;
  animation: alertFadeIn 0.5s linear forwards;
}

[class^="alert"].run .progress > div {
  -webkit-animation: runProgress 1.8s linear 0s infinite;
  -moz-animation: runProgress 1.8s linear 0s infinite;
  -ms-animation: runProgress 1.8s linear 0s infinite;
  -o-animation: runProgress 1.8s linear 0s infinite;
  animation: runProgress 1.8s linear 0s infinite;
}

.alert-notice i {
  color: #7bcda5;
}

.alert-error i {
  color: #f85e29;
}

/* a toggle button */
.toggle {
  display: inline-block;
}

.toggle:before, .toggle:after {
  display: block;
  content: "";
  border-radius: 20px;
}

.toggle:after {
  margin: -18px 0px 0px 1px;
  background-color: #fff;
  width: 12px;
  height: 12px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.toggle:before {
  margin-bottom: -15px;
  background-color: #f85e29;
  width: 26px;
  height: 14px;
}

.toggle span {
  margin-left: 31px;
  bottom: 2px;
  position: relative;
  line-height: 20px;
}

.toggle .inactive {
  display: inline;
}

.toggle .active {
  display: none;
}

.toggle.unlocked:before {
  background-color: #7bcda5;
}

.toggle.unlocked:after {
  margin-left: 13px;
}

.toggle.unlocked .inactive {
  display: none;
}

.toggle.unlocked .active {
  display: inline;
}

.confirm {
  padding: 20px 20px;
  height: 140px;
  width: 400px;
  box-shadow: none;
  background-color: #242C34;
  color: #FFF;
  font-size: 18px;
  border-radius: 4px;
  opacity: 0.9;
}

.confirm p:before {
  float: left;
  font-size: 87px;
  margin: 16px 0px 0px 20px;
}

.confirm form {
  padding: 0px;
}

.confirm form a, .confirm form button {
  display: inline-block;
  border: none;
  border-radius: 60px;
  height: 34px;
  width: 100px;
  margin: 0px 10px;
  background-color: #67737f;
  color: #FFF;
  line-height: 30px;
}

.confirm form a:hover, .confirm form button:hover {
  background-color: #7a8795;
}

.confirm--notice p:before {
  content: "?";
  color: #7bcda5;
}

.confirm--alert p:before {
  content: "!";
  color: #ffc13b;
}

.confirm--danger p:before {
  content: "˟";
  color: #f85e29;
}

.auction--timer {
  width: 252px;
  text-align: center;
}

.auction--timer .time {
  display: inline-block;
  width: 40px;
}

.auction--timer .time span {
  font-family: Helvetica, Arial;
  font-weight: lighter;
  display: block;
}

.auction--timer .time .value {
  font-size: 36px;
  line-height: 36px;
  margin-top: 10px;
}

.auction--timer .time .label {
  font-size: 10px;
  color: #eeeeee;
  line-height: 12px;
}

.auction--timer .separator {
  vertical-align: top;
  display: inline-block;
  width: 24px;
}

.auction--search--form {
  padding: 0px;
}

.auction--search--form .search--field {
  height: 70px;
  padding: 13px 15px;
}

.auction--search--form .search--field input {
  float: left;
  margin: 0px;
  background-color: #49596b;
  color: #ffffff;
  box-shadow: 0px 0px;
}

.auction--search--form .search--field input[type="text"] {
  width: 219px;
  padding: 10px 0px 10px 20px;
}

.auction--search--form .search--field input[type="text"]::-webkit-input-placeholder {
  color: #ffffff;
}

.auction--search--form .search--field input[type="submit"] {
  width: 52px;
}

.auction--search--form .search--field .btn--toggle-facets {
  line-height: 45px;
  background-color: #49596b;
  margin-left: 10px;
  width: 151px;
  color: #FFF;
}

.auction--search--form #search--facets {
  height: 60px;
  background-color: #eeeeee;
  box-shadow: 0px 2px 0px #dbdfe3;
  padding: 15px 10px;
  display: none;
}

.auction--search--form #search--facets select {
  float: left;
  margin: 0px 5px;
  width: 171px;
  font-size: 15px;
  background-color: #d2d7dd;
  background-position: 100% center;
  box-shadow: 0px 0px;
  height: 34px;
  padding: 8px 20px;
}

.auction--search--form #search--facets.expended {
  display: block;
  position: absolute;
  top: 70px;
  width: 100%;
}

.panel {
  position: absolute;
  bottom: -500px;
  left: 0;
  width: 100%;
  height: 60%;
  overflow: hidden;
  background-color: #f6f6f6;
  border-top: 1px solid #d4d8dc;
  box-shadow: 0 -1px 4px #d4d8dc;
  -webkit-transition: bottom ease 0.5s;
  -moz-transition: bottom ease 0.5s;
  -ms-transition: bottom ease 0.5s;
  -o-transition: bottom ease 0.5s;
  transition: bottom ease 0.5s;
}

.panel.open {
  bottom: 0;
}

.panel nav {
  background-color: #FFF;
  padding: 0 20px;
  border-bottom: 1px solid #d4d8dc;
  font-weight: bold;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.panel nav a {
  line-height: 40px;
  margin-right: 40px;
  color: #99a3ad;
}

.panel nav a.current {
  color: #6f7881;
}

.panel nav a.current:before {
  background-color: #5f88bf;
}

.panel nav a.disable {
  color: #DDD;
  cursor: default;
}

.panel nav a:before {
  content: '';
  display: inline-block;
  padding: 5px;
  border-radius: 90px;
  margin-right: 5px;
}

.panel button[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 11;
  height: 50px;
  width: 100px;
}

.panel .tab {
  padding-top: 50px;
}

.panel .tab, .panel form {
  height: 100%;
}

.panel .nano .content {
  padding: 0 !important;
}

.tab {
  display: none;
}

.tab.current {
  display: block;
}

#auction--graph {
  width: 100%;
  height: 450px;
}

#auction--graph .empty {
  display: none;
  width: 100%;
  line-height: 300px;
  font-size: 22px;
  color: #fff;
}

#auction--graph .empty.show {
  display: block;
}

#auction--graph path.line {
  fill: none;
  stroke: #ffffff;
  stroke-width: 3px;
}

#auction--graph path.area {
  fill: transparent;
  opacity: 0.3;
}

#auction--graph .axis {
  shape-rendering: crispEdges;
}

#auction--graph .x.axis line {
  stroke: #5f88bf;
}

#auction--graph .x.axis .minor {
  stroke-opacity: .5;
}

#auction--graph .x.axis path {
  display: none;
}

#auction--graph .y.axis line, #auction--graph .y.axis path {
  fill: none;
  stroke: #5f88bf;
}

#auction--graph .tick text {
  fill: #ffffff;
  stroke: #ffffff;
}

.third-navigation {
  position: relative;
  margin: 0;
  padding: 16px 30px;
  border-bottom: 1px solid #d4d8dc;
  background-color: white;
  box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.13);
}

.third-navigation strong {
  color: #6f7881;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.third-navigation input[type="submit"], .third-navigation .btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 52px;
  vertical-align: middle;
  font-weight: bold;
  font-size: 16px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 52px;
  width: auto;
}

.grouping {
  cursor: pointer;
  font-weight: 900;
}

.grouping ~ div {
  display: none;
}

.grouping:before {
  content: '\2192';
  font-family: dynicons;
  margin-right: 10px;
}

.grouping--open ~ div {
  display: block;
}

.grouping--open:before {
  content: '\2193';
}

#sidebar {
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -ms-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  position: relative;
  float: left;
  width: 60px;
  height: 100%;
  background-color: #5f88bf;
  color: #FFF;
}

#sidebar + #content {
  -webkit-transition: padding-left 0.3s ease-in-out;
  -moz-transition: padding-left 0.3s ease-in-out;
  -ms-transition: padding-left 0.3s ease-in-out;
  -o-transition: padding-left 0.3s ease-in-out;
  transition: padding-left 0.3s ease-in-out;
  padding-left: 60px;
}

#sidebar:hover {
  width: 250px;
}

#sidebar:hover .head-large {
  display: block;
}

#sidebar:hover .head-small {
  display: none;
}

#sidebar:hover ul li .name {
  display: inline;
}

#sidebar:hover + #content {
  padding-left: 250px;
}

#sidebar:hover .sidebar--user p {
  display: block;
}

#sidebar .head-large {
  display: none;
  padding-left: 21px;
  height: 70px;
  background-color: #34465a;
  line-height: 70px;
}

#sidebar .head-large img {
  vertical-align: middle;
}

#sidebar .head-small {
  display: block;
  padding: 22.5px 0;
  height: 70px;
}

#sidebar .head-small .icon-dyn-logo {
  display: block;
  margin: 0 auto;
}

#sidebar .icon-dyn-logo {
  display: inline-block;
  width: 34px;
  height: 25px;
  background: url("/img/logo_white_Dyn.png") no-repeat center center;
  vertical-align: middle;
  opacity: 0.6;
}

#sidebar > ul {
  position: absolute;
  top: 70px;
  left: 0px;
  overflow-y: auto;
  padding: 0 13px 160px 13px;
  width: 100%;
  height: 100%;
}

#sidebar > ul li.current a {
  color: #FFF;
}

#sidebar > ul li.current a i {
  opacity: 1;
}

#sidebar > ul li a, #sidebar > ul li label {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 60px;
}

#sidebar > ul li a {
  color: #bac9e1;
}

#sidebar > ul li .name {
  position: absolute;
  top: 0;
  left: 40px;
  display: none;
}

#sidebar > ul li i {
  margin: 0;
}

#sidebar > ul li label {
  color: #bac9e1;
  cursor: pointer;
}

#sidebar > ul li input {
  display: none;
}

#sidebar > ul li input:checked + ul {
  max-height: 1200px;
}

#sidebar > ul li .nav--sub {
  -webkit-transition: max-height 0.5s ease-in-out;
  -moz-transition: max-height 0.5s ease-in-out;
  -ms-transition: max-height 0.5s ease-in-out;
  -o-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
  overflow: hidden;
  padding-left: 15px;
  max-height: 0;
  list-style: disc;
  list-style: none;
  font-size: 16px;
  line-height: 30px;
}

#sidebar > ul li .nav--sub li {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 32px;
}

#sidebar > ul li .nav--sub li a {
  display: inline;
  overflow: hidden;
  font-size: 16px;
  line-height: 32px;
}

#sidebar > ul li .nav--sub li a .name {
  position: inherit;
  left: 0;
}

#sidebar > ul li .nav--sub li:before {
  margin-right: 30px;
  color: #BAC9E1;
  content: '\2022';
  vertical-align: middle;
  font-size: 28px;
}

#sidebar > ul li .nav--sub li.current:before {
  color: #FFF;
}

#sidebar .sidebar--user {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  overflow: hidden;
  padding: 10px;
  width: 100%;
  height: 60px;
  border-top: 1px solid #7D99C6;
  background-color: #5f88bf;
  line-height: 40px;
}

#sidebar .sidebar--user img {
  float: left;
  margin-right: 10px;
  vertical-align: middle;
}

#sidebar .sidebar--user p {
  display: none;
  float: left;
  margin: 0;
  width: 180px;
}

#sidebar .sidebar--user .icon {
  margin-top: 5px;
}

#sidebar .sidebar--user a {
  color: white;
  font-size: 18px;
}

.login {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f6f6f6;
  background: url("/img/splashscreen.jpg") no-repeat;
}

.login .cover-logo {
  width: 35%;
  height: 100%;
  float: left;
}

.login .cover-logo:after {
  display: block;
  width: 100%;
  height: 100%;
  background: url("/img/logo_login.png") center center no-repeat;
  content: " ";
}

.login .content {
  position: relative;
  width: 65%;
  height: 100%;
  float: right;
  background-color: #f6f6f6;
  border-left-color: #fdfdfd;
  border-left-style: solid;
  border-left-width: 2px;
  box-shadow: 0px 0px 5px 0px #000;
}

.login .popin {
  width: 590px;
  padding: 80px;
}

.login .popin input {
  width: 270px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.login .popin input[type="text"], .login .popin input[type="text"] {
  background: #F6F6F6 url(/img/user.png) 12px 13px no-repeat;
  background-size: 18px;
  padding-left: 40px;
}

.login .popin input[type="text"]:-webkit-autofill, .login .popin input[type="text"]:-webkit-autofill {
  background: url(/img/user.png) !important;
}

.login .popin input[type="password"] {
  background: #F6F6F6 url(/img/lock.png) 12px 13px no-repeat;
  background-size: 18px;
  padding-left: 40px;
}

.login .popin input[type="password"]:-webkit-autofill {
  background: url(/img/lock.png) !important;
}

.login .popin input[type="submit"] {
  margin-top: 30px;
}

#dashboard {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #f6f6f6;
}

#content {
  width: 100%;
  height: 100%;
}

#content > div {
  height: 100%;
  position: relative;
  padding-top: 70px;
}

#content .nano .content {
  padding: 20px 20px 20px;
}

*[data-role="buyer"] .nav--views .btn-cta {
  position: fixed;
  right: 0;
  width: auto;
  height: 57px;
  font-weight: bold;
  font-size: 16px;
  line-height: 57px;
}

#auction_monitor #content > div, #auction_monitor_comparative #content > div {
  padding-top: 120px;
}

#auction_monitor #content > div .nav--views, #auction_monitor_comparative #content > div .nav--views {
  height: 50px;
  left: 0;
  position: absolute;
  top: 70px;
  width: 100%;
  background-color: white;
}

#auction_monitor #content > div .nav--views .btn--views, #auction_monitor_comparative #content > div .nav--views .btn--views {
  float: left;
  left: 20px;
  position: relative;
  top: 10px;
}

#auction_monitor #content > div .nav--views .btn--views .btn--view, #auction_monitor_comparative #content > div .nav--views .btn--views .btn--view {
  background-color: #dbdee3;
  border-radius: 20px;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
}

#auction_monitor #content > div .nav--views .btn--views .btn--view.active, #auction_monitor #content > div .nav--views .btn--views .btn--view:hover, #auction_monitor_comparative #content > div .nav--views .btn--views .btn--view.active, #auction_monitor_comparative #content > div .nav--views .btn--views .btn--view:hover {
  background-color: #5d87c1;
  color: white;
}

#auction_monitor #content > div .nav--views #goods--download, #auction_monitor_comparative #content > div .nav--views #goods--download {
  float: right;
  position: relative;
  right: 250px;
  top: 9px;
}

#auction_monitor #content > div .nav--views #goods--download .btn--download, #auction_monitor_comparative #content > div .nav--views #goods--download .btn--download {
  background-color: #dcdfe4;
  height: 32px;
  line-height: 32px;
}

#auction_monitor #content > div .nav--views #goods--download .btn--download .icon, #auction_monitor_comparative #content > div .nav--views #goods--download .btn--download .icon {
  line-height: 30px;
}

#auction_monitor[data-role="seller"] #content > div {
  padding-top: 70px;
}

thead {
  color: #b0bbc7;
}

#generate_reserve_score_form {
  height: 600px;
  width: 490px;
  padding-bottom: 100px;
  background-color: #f6f6f6;
}

#generate_reserve_score_form .content {
  padding-bottom: 40px;
}

#generate_reserve_score_form thead {
  font-size: 13px;
}

#generate_reserve_score_form hr {
  display: none;
}

#generate_reserve_score_form .table--bordered td:last-child {
  border-left: 1px solid #e4e6e8;
}

.nav--second {
  background-color: #34465a;
  color: #dadde1;
  box-shadow: 0 -1px #0f1823 inset;
  position: absolute;
  top: 0;
  z-index: 100;
  height: 70px;
  line-height: 70px;
  width: 100%;
  left: 0px;
  right: 0px;
  -webkit-transition: left 0.3s ease-in-out;
  -moz-transition: left 0.3s ease-in-out;
  -ms-transition: left 0.3s ease-in-out;
  -o-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out;
}

.nav--second h1 {
  text-align: center;
  line-height: 20px;
  margin-top: 18px;
}

.nav--second h2 {
  font-size: 14px;
  font-style: italic;
  line-height: 20px;
  text-align: center;
  opacity: 0.6;
}

.nav--second .btn {
  line-height: 70px;
}

.nav--second .btn--alpha {
  border-color: #273647;
  border-top: none;
  color: #dadde1;
  border-bottom: none;
  line-height: 68px;
}

.nav--second .btn--back {
  padding-right: 47px;
  border-right: 1px solid #273647;
}

.nav--second .nav--second--left, .nav--second .nav--second--right {
  position: absolute;
  top: 0;
  height: 100%;
}

.nav--second .nav--second--left {
  left: 0;
}

.nav--second .nav--second--right {
  right: 0;
}

.nav--second .auction--title {
  position: absolute;
  left: 181px;
  right: 321px;
  line-height: 70px;
  text-align: center;
  color: #dadde1;
  font-family: Arial, sans-serif;
  font-size: 18px;
}

.nav--second .auction--info {
  width: 322px;
  border-left: 1px solid;
  border-color: #273647;
}

.nav--second .auction--info .auction--status {
  width: 68px;
  line-height: 20px;
  padding: 20px 0px 0px;
}

.nav--second .auction--info .auction--status i, .nav--second .auction--info .auction--status span {
  text-align: center;
  width: 100%;
  clear: both;
  margin: 0px;
}

.nav--second .auction--info .auction--status i {
  margin-bottom: 5px;
}

.nav--second .auction--info .auction--status span {
  font-size: 10px;
}

.nav--second .nav--second--connected {
  padding-right: 20px;
  position: absolute;
  right: 322px;
  top: 0;
}

.nav--second .nav--second--connected a {
  background-color: #485d72;
  color: white;
  padding: 8px 20px;
}

.nav--second.open {
  left: 250px;
  -webkit-transition: left 0.3s ease-in-out;
  -moz-transition: left 0.3s ease-in-out;
  -ms-transition: left 0.3s ease-in-out;
  -o-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out;
}

.search-form {
  float: left;
}

.search-form .filter_form_query_wrapper {
  width: 271px;
  height: 70px;
  padding: 13px 0;
}

.search-form .filter_form_query_wrapper input {
  float: left;
  box-sizing: border-box;
  margin: 0;
  padding: 0 14px 0 14px;
  height: 100%;
  background-color: transparent;
  box-shadow: none;
}

.search-form .filter_form_query_wrapper input[type="search"], .search-form .filter_form_query_wrapper input[type="text"] {
  width: 213px;
  height: 100%;
  color: #eaedf0;
}

.search-form .filter_form_query_wrapper input[type="submit"] {
  box-sizing: content-box;
  padding: 0 14px 0 14px;
  width: 30px;
  background: url(/img/search.png) 50% 50% no-repeat;
  background-size: 30px;
}

.search-form .btn-search-tools {
  display: inline-block;
  float: left;
  height: 44px;
  background-color: #49596b;
  color: #eaedf0;
  line-height: 44px;
  width: 151px;
}

.search-form .btn-search-tools .icon {
  vertical-align: middle;
}

.search-form .filter-form-tools {
  position: absolute;
  top: 70px;
  left: 0;
  display: none;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  border-bottom: 1px solid #d6dbe1;
  background-color: #e4e8ec;
}

.search-form .filter-form-tools.expanded {
  display: block;
}

.search-form .filter-form-tools select, .search-form .filter-form-tools input {
  margin-left: 10px;
  background-color: #d2d7dd;
  width: 171px;
  font-size: 15px;
  padding: 0px 20px;
  height: 34px;
}

.search-form .filter-form-tools select:first-child, .search-form .filter-form-tools input:first-child {
  margin-left: 0px;
}

.search-form .filter-form-tools input {
  height: 37px;
}

.not-connected {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f6f6f6;
  background: url("/img/building.jpg") no-repeat center center fixed;
  background-size: cover;
}

.not-connected form {
  background-color: #FFF;
}

.auction--view {
  position: relative;
  height: 100%;
}

.auction--view .pane .container {
  right: 321px;
  left: 0px;
  height: 100%;
  position: absolute;
  background: #f6f6f6;
}

.auction--view .pane .container .pool {
  display: none;
}

.auction--view .pane .container .pool.current .pool--info, .auction--view .pane .container .pool:hover .pool--info {
  box-shadow: 0px 1px 10px -2px;
}

.auction--view .pane.active {
  display: block;
}

.auction--view .pane[data-tab="pools"] {
  width: 78%;
  height: 100%;
  position: relative;
}

.auction--view .pane[data-tab="pools"] #auction--pools {
  padding: 25px 16px 200px;
  overflow-y: auto;
  height: 100%;
}

.auction--view .pane[data-tab="pools"] #auction--pools .auction--link--edit {
  display: block;
  margin: 20% auto;
  text-align: center;
}

.auction--view .pane[data-tab="pools"] #auction--pools table tr.pool {
  display: none;
}

.auction--view .pane[data-tab="pools"] #auction--pools table tr.pool.visible {
  display: table-row;
}

.auction--view .pane[data-tab="pools"] #auction--pools table tr.pool.current, .auction--view .pane[data-tab="pools"] #auction--pools table tr.pool:hover {
  background-color: #ffffff;
  box-shadow: 0px 1px 10px -2px;
}

.auction--view .pane[data-tab="pools"] #auction--pools table tr.pool td:last-child {
  width: 50px;
  font-size: 20px;
  text-align: center;
}

.auction--view .pane[data-tab="pools"] #auction--pools table tr.pool.first td:last-child {
  background-color: #7bcda5;
  color: #FFF;
}

.auction--view .pane[data-tab="pools"] #auction--pools table tr.pool.second td:last-child {
  background-color: #f8c129;
  color: #FFF;
}

.auction--view .pane[data-tab="pools"] #auction--pools table tr.pool.third td:last-child {
  background-color: #f85e2a;
  color: #FFF;
}

.auction--view .monitor {
  background-color: #5f88bf;
  width: 0px;
  height: 100%;
  position: fixed;
  top: 70px;
  right: -321px;
  overflow-y: auto;
  z-index: 1;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.auction--view .monitor .icon--spinner {
  color: #ffffff;
  margin: 80% auto;
  display: block;
}

.auction--view .monitor #auction--bid {
  height: 400px;
}

.auction--view .monitor #auction--bid .content {
  width: 290px;
  margin: 36px auto 20px;
}

.auction--view .monitor #auction--bidform {
  border-top: 1px solid #4B74AC;
  min-height: 500px;
  padding-top: 30px;
}

.auction--view .monitor #auction--bidform form {
  padding: 0px;
}

.auction--view .monitor #auction--bidform form label {
  font-weight: bold;
  font-family: Arial, sans-serif;
  font-size: 13px;
  display: inline-block;
  float: left;
  line-height: 13px;
  margin-top: 10px;
  color: #ffffff;
  width: 200px;
}

.auction--view .monitor #auction--bidform form input[type="text"] {
  color: #FFF;
  text-align: right;
  float: right;
  width: 79px;
  height: 32px;
  background-color: #4B74AC;
  box-shadow: 0px 2px #3F6496 inset;
}

.auction--view .monitor #auction--bidform form select {
  color: #FFF;
  text-align: right;
  float: right;
  width: 85px;
  height: 40px;
  background-color: #4B74AC;
  box-shadow: 0px 2px #3F6496 inset;
}

.auction--view .monitor #auction--bidform form button[type="submit"] {
  position: fixed;
  bottom: 0px;
  right: 0px;
  width: 321px;
  background: #4B74AC;
  border: 0px;
  color: #FFF;
  line-height: 80px;
  font-size: 17px;
  margin: 0px;
  font-family: Arial, sans-serif;
}

.auction--view .monitor #auction--bidform form button[type="submit"][disabled] {
  background: #919ca7;
}

.auction--view .monitor #auction--bidform form button[type="submit"]:before {
  font-family: 'dynicons';
  margin-right: 26px;
  font-size: 26px;
}

.auction--view .monitor #auction--bidform div {
  clear: both;
}

.auction--view .monitor .line {
  border-top: 1px solid #4B74AC;
  line-height: 93px;
}

.auction--view .monitor .line.first {
  background-color: #7bcda5;
  color: #FFF;
}

.auction--view .monitor .line.second {
  background-color: #f8c129;
  color: #FFF;
}

.auction--view .monitor .line.third {
  background-color: #f85e2a;
  color: #FFF;
}

.auction--view .monitor .line span {
  color: #ffffff;
}

.auction--view .monitor .line .label {
  font-size: 26px;
  padding-left: 20px;
}

.auction--view .monitor .line .value {
  font-size: 55px;
  padding-right: 12px;
}

.auction--view .monitor #seller--ranking .line {
  line-height: 30px;
  padding: 10px 0px;
}

.auction--view .monitor #seller--ranking .line .value {
  font-size: 26px;
  padding-right: 12px;
  font-family: Helvetica Neue, Helvetica, Arial;
}

.auction--view .monitor #auction--bidranking {
  color: #ffffff;
  border-top: 1px solid #4B74AC;
  padding-top: 30px;
}

.auction--view .monitor #auction--bidranking .client {
  overflow: hidden;
}

.auction--view .monitor #auction--bidranking .client .client--info {
  width: 215px;
}

.auction--view .monitor #auction--bidranking .client .bid--info {
  display: none;
}

.auction--view .monitor #auction--bidranking .client .filter input[type="checkbox"] {
  border: 1px solid #ffffff;
  background-color: #5f88bf;
}

.auction--view .monitor #auction--bidranking .client .filter input[type="checkbox"]:after {
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}

.auction--view .monitor .graph--info {
  width: 235px;
  height: 220px;
  border-radius: 10px;
  color: #ffffff;
  padding-right: 15px;
  padding-left: 15px;
}

.auction--view .monitor .graph--info .head {
  width: 100%;
  padding: 20px 0px;
  position: relative;
}

.auction--view .monitor .graph--info .head .user {
  position: absolute;
  left: -32px;
  top: 20px;
  font-size: 14px;
  font-weight: bold;
}

.auction--view .monitor .graph--info .head .user .avatar {
  background: #ffffff;
  border-radius: 10px;
  width: 33px;
  height: 33px;
  margin-right: 13px;
}

.auction--view .monitor .graph--info .head .user .date {
  font-size: 12px;
}

.auction--view .monitor .graph--info .head .score {
  font-size: 14px;
  font-weight: bold;
}

.auction--view .monitor .graph--info .criterias {
  width: 200px;
  margin: 40px auto;
}

.auction--view .monitor .graph--info .criterias .criteria--label {
  width: 140px;
}

.auction--view .monitor .graph--info.mini {
  width: 235px;
  height: 20px;
  color: #34465a;
}

.auction--view .monitor.open {
  display: block;
  width: 321px;
  right: 0px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.auction--view .auction--info {
  position: absolute;
  left: 0px;
  right: 0px;
  height: 100%;
  display: none;
}

.auction--view .auction--info.active {
  display: block;
}

.auction--view .auction--info #auction--goods {
  width: 22%;
  height: 100%;
  border-right: 1px solid #d5d5d5;
  background-color: #eaedf0;
  display: flex;
  flex-direction: column;
  position: relative;
}

.auction--view .auction--info #auction--goods #goods--list {
  margin-bottom: 80px;
  overflow-y: scroll;
}

.auction--view .auction--info #auction--goods #goods--download {
  bottom: 0;
  position: absolute;
  width: 100%;
}

.auction--view .auction--info #auction--goods .good {
  cursor: pointer;
  border-bottom: 1px solid #d5d5d5;
  padding: 15px 20px 20px 20px;
}

.auction--view .auction--info #auction--goods .good.current, .auction--view .auction--info #auction--goods .good:hover {
  background-color: #ffffff;
  box-shadow: 0px 1px 10px -2px;
}

.auction--view .auction--info #auction--goods .good .good--asset {
  font-size: 22px;
  font-family: Arial, sans-serif;
  color: #6f7881;
  margin-bottom: 5px;
  display: inline-block;
}

.auction--view .auction--info #auction--goods .good .good--info {
  padding: 10px 5px 0px 0px;
}

.auction--view .auction--info #auction--goods .good .good--info tr td {
  padding: 0px;
}

.auction--view .auction--info #auction--goods .good .good--info tr th {
  padding: 10px 0px;
}

.auction--view .auction--info #auction--goods .good .good--info .good--additionnal td {
  padding: 10px 0;
  text-align: left;
}

.auction--view .auction--info #auction--goods .good .good--info .separator {
  margin-left: 5px;
  margin-right: 5px;
}

.auction--view .auction--info #auction--goods .btn.btn--download {
  position: absolute;
  bottom: 0;
  left: 10px;
  right: 10px;
  height: 80px;
  line-height: 80px;
  font-size: 18px;
  padding: 0 15px;
  margin: 0;
  border-top: 1px solid #d5d5d5;
  background-color: #eaedf0;
}

.auction--view .auction--info #auction--goods .btn.btn--download .icon {
  line-height: 80px;
}

.auction--view .auction--info.open {
  left: 250px;
}

.auction--view #comparative--view {
  background-color: #f6f6f6;
}

.auction--view #comparative--view .comparative--pane {
  height: 100%;
}

.auction--view #comparative--view .comparative--pane #comparative--main {
  border-right: 1px solid #d5d5d5;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.auction--view #comparative--view .comparative--pane #comparative--main.graphvisible {
  margin-right: 321px;
  -webkit-transition: right 0.3s ease-in-out;
  -moz-transition: right 0.3s ease-in-out;
  -ms-transition: right 0.3s ease-in-out;
  -o-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out;
}

.auction--view #comparative--view .comparative--pane #comparative--main #comparative--list {
  overflow-y: scroll;
}

.auction--view #comparative--view .comparative--pane #comparative--main #comparative--list .good {
  padding: 20px 20px 0;
  min-width: 730px;
}

.auction--view #comparative--view .comparative--pane #comparative--main #comparative--list .good table th {
  border-right: 1px solid #d1d5d8;
  position: relative;
}

.auction--view #comparative--view .comparative--pane #comparative--main #comparative--list .good table .th1 {
  width: 28%;
}

.auction--view #comparative--view .comparative--pane #comparative--main #comparative--list .good table .th2, .auction--view #comparative--view .comparative--pane #comparative--main #comparative--list .good table .th3, .auction--view #comparative--view .comparative--pane #comparative--main #comparative--list .good table .th4, .auction--view #comparative--view .comparative--pane #comparative--main #comparative--list .good table .th5 {
  width: 18%;
}

.auction--view #comparative--view .comparative--pane #comparative--main #comparative--list .good table .td2 .icon--circle {
  color: #79c9a6;
}

.auction--view #comparative--view .comparative--pane #comparative--main #comparative--list .good table .td3 .icon--circle {
  color: #e4cb67;
}

.auction--view #comparative--view .comparative--pane #comparative--main #comparative--list .good table .td4 .icon--circle {
  color: #eb8a67;
}

.auction--view #comparative--view .comparative--pane #comparative--main #comparative--list .good table .td5 .icon--circle {
  color: #ae2f5a;
}

.auction--view #comparative--view .comparative--pane #comparative--main #comparative--list .good table td, .auction--view #comparative--view .comparative--pane #comparative--main #comparative--list .good table th {
  border-right: 1px solid #d1d5d8;
  position: relative;
}

.auction--view #comparative--view .comparative--pane #comparative--main #comparative--list .good table td {
  color: #9c9fa1;
  padding: 0;
}

.auction--view #comparative--view .comparative--pane #comparative--main #comparative--list .good table td .pool--header {
  height: 62px;
  padding: 18px 15px 22px;
}

.auction--view #comparative--view .comparative--pane #comparative--main #comparative--list .good table td .pool--header:first-child {
  padding-top: 22px;
}

.auction--view #comparative--view .comparative--pane #comparative--main #comparative--list .good table td .pool--header .icon--circle {
  line-height: 9px;
  margin-left: 0;
}

.auction--view #comparative--view .comparative--pane #comparative--main #comparative--list .good table td .pool--header .graph--show {
  background: #dcdfe4 url("../img/graph-show.png") no-repeat scroll right center;
  border-radius: 20px;
  display: block;
  font-weight: normal;
  height: 29px;
  padding-left: 16px;
  padding-top: 5px;
  position: absolute;
  color: transparent;
  right: 10px;
  top: 16px;
  width: 47px;
}

.auction--view #comparative--view .comparative--pane #comparative--main #comparative--list .good table td .pool--header .graph--show:hover, .auction--view #comparative--view .comparative--pane #comparative--main #comparative--list .good table td .pool--header .graph--show.on {
  content: "Détails ";
  background: #3277d5 url("../img/graph-show-on.png") no-repeat scroll right center;
  color: white;
  width: 100px;
}

.auction--view #comparative--view .comparative--pane #comparative--main #comparative--list .good table td .details {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease-in-out 0s;
  width: 100%;
}

.auction--view #comparative--view .comparative--pane #comparative--main #comparative--list .good table td .details.open {
  max-height: none;
}

.auction--view #comparative--view .comparative--pane #comparative--main #comparative--list .good table td .detail {
  background-color: #557bac;
  color: #d6dee9;
  height: 40px;
  line-height: 40px;
  padding-right: 15px;
  text-align: right;
  width: 100%;
}

.auction--view #comparative--view .comparative--pane #comparative--main #comparative--list .good table td .detail:nth-of-type(2n) {
  background-color: #5F88C0;
}

.auction--view #comparative--view .comparative--pane #comparative--main #comparative--list .good table td .details--first .detail {
  margin-left: 5%;
  padding-left: 15px;
  text-align: left;
  width: 95%;
}

.auction--view #comparative--view .comparative--pane #comparative--main #comparative--list .good table td .details--last .detail {
  margin-right: 5%;
  width: 95%;
}

.auction--view #comparative--view .comparative--pane #comparative--main #comparative--list .good table td .pool--score {
  font-size: 18px;
  line-height: 18px;
}

.auction--view #comparative--view .comparative--pane #comparative--main #comparative--list .good table .pool {
  margin-bottom: 20px;
}

.auction--view #comparative--view .comparative--pane #comparative--main #comparative--list .good table .pool td:first-child {
  color: #6f7881;
  font-weight: bold;
}

.auction--view #comparative--view .comparative--pane #comparative--main #comparative--list .good .good--header {
  background-color: #eaedf0;
  padding: 20px;
}

.auction--view #comparative--view .comparative--pane #comparative--main #comparative--list .good .good--header li {
  color: #9c9fa1;
  display: inline-block;
  margin-left: 40px;
}

.auction--view #comparative--view .comparative--pane #comparative--main #comparative--list .good .good--header li:nth-of-type(2n) {
  color: #6f7881;
  font-weight: bold;
  margin-left: 20px;
}

.auction--view #comparative--view .comparative--pane #comparative--main #comparative--list .good .good--header .good--asset {
  color: #6f7881;
  display: inline-block;
  font-family: Arial,sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  text-transform: uppercase;
}

*[data-role="seller"] .pane .pool.visible {
  display: table-row;
}

*[data-role="buyer"] #auction--view {
  background: #ffffff;
}

*[data-role="buyer"] #auction--view .auction--info {
  border-top: 1px solid #6f7881;
}

*[data-role="buyer"] .auction--view .monitor {
  top: 127px;
}

*[data-role="buyer"] .auction--view .tabs {
  position: absolute;
  top: 0px;
  left: 22%;
  z-index: 1;
  width: 100%;
  height: 57px;
  background-color: #FFF;
}

*[data-role="buyer"] .auction--view .tabs .tabs-inner {
  position: relative;
}

*[data-role="buyer"] .auction--view .tabs .tab {
  display: block;
}

*[data-role="buyer"] .auction--view .tabs li {
  float: left;
  margin-top: 10px;
  margin-left: 15px;
  width: 200px;
  height: 47px;
  background-color: #e7ebee;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  line-height: 47px;
}

*[data-role="buyer"] .auction--view .tabs li.active {
  background-color: #f4f4f4;
}

*[data-role="buyer"] .auction--view .tabs li.active a {
  color: #6F7881;
}

*[data-role="buyer"] .auction--view .tabs li a {
  display: block;
  color: #c0c5c9;
}

*[data-role="buyer"] .auction--view .pane {
  display: none;
  margin-top: 57px;
}

*[data-role="buyer"] .auction--view .pane .pool {
  margin-bottom: 20px;
}

*[data-role="buyer"] .auction--view .pane .pool .pool--info {
  background: #eaedf0;
  height: 209px;
  padding: 0px 19px;
}

*[data-role="buyer"] .auction--view .pane .pool .head {
  border-bottom: 1px solid #dde1e5;
  padding: 24px 0px;
  position: relative;
  height: 60px;
}

*[data-role="buyer"] .auction--view .pane .pool .head .bid--history {
  position: absolute;
  background-color: #dde1e5;
  border-radius: 20px;
  padding: 0px 20px;
  color: #000000;
  right: 6px;
  top: 20px;
  line-height: 22px;
  width: 131px;
}

*[data-role="buyer"] .auction--view .pane .pool .head .bid--history span {
  font-size: 12px;
  line-height: 30px;
}

*[data-role="buyer"] .auction--view .pane .pool .head .bid--history i {
  line-height: 30px;
  font-size: 22px;
  margin: 0px;
}

*[data-role="buyer"] .auction--view .pane .pool .head .bid--history.on, *[data-role="buyer"] .auction--view .pane .pool .head .bid--history:hover {
  background-color: #5f88bf;
  color: #ffffff;
}

*[data-role="buyer"] .auction--view .pane .pool .head .graph--show {
  background: url(../img/graph-show.png) no-repeat;
  width: 46px;
  height: 29px;
  display: block;
  position: absolute;
  top: 20px;
  right: 0px;
}

*[data-role="buyer"] .auction--view .pane .pool .head .graph--show.on, *[data-role="buyer"] .auction--view .pane .pool .head .graph--show:hover {
  background: url(../img/graph-show-on.png) no-repeat;
}

*[data-role="buyer"] .auction--view .pane .pool .title {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  clear: both;
}

*[data-role="buyer"] .auction--view .pane .pool .ranking {
  position: relative;
  width: auto;
  height: 148px;
}

*[data-role="buyer"] .auction--view .pane .pool .ranking .empty {
  color: #6f7881;
  padding-top: 65px;
  font-size: 22px;
  font-weight: bold;
}

*[data-role="buyer"] .auction--view .pane .pool .ranking .bid {
  background: #ffffff;
  border: 3px solid #dde1e5;
  width: 306px;
  height: 106px;
  top: 20px;
  padding: 20px 16px;
  overflow: hidden;
  position: absolute;
  display: none;
  z-index: 1;
}

*[data-role="buyer"] .auction--view .pane .pool .ranking .bid .bidder {
  overflow: hidden;
  margin-bottom: 23px;
}

*[data-role="buyer"] .auction--view .pane .pool .ranking .bid .bidder span {
  display: inline-block;
}

*[data-role="buyer"] .auction--view .pane .pool .ranking .bid .bidder .name {
  font-size: 18px;
  font-weight: bold;
}

*[data-role="buyer"] .auction--view .pane .pool .ranking .bid .bidder .name .rank {
  font-weight: normal;
}

*[data-role="buyer"] .auction--view .pane .pool .ranking .bid .bidder .score {
  font-size: 22px;
}

*[data-role="buyer"] .auction--view .pane .pool .ranking .bid .info {
  position: relative;
}

*[data-role="buyer"] .auction--view .pane .pool .ranking .bid .info .action a {
  position: absolute;
  right: 0px;
  top: -7px;
}

*[data-role="buyer"] .auction--view .pane .pool .ranking .bid .info .bid--info .label {
  padding: 0px;
  margin: 0px 0px 10px;
  font-size: 11px;
  line-height: 11px;
}

*[data-role="buyer"] .auction--view .pane .pool .ranking .bid .info .bid--info .value {
  font-size: 11px;
  line-height: 11px;
  margin-bottom: 26px;
}

*[data-role="buyer"] .auction--view .pane .pool .ranking .bid .info .bid--info .bid--value {
  clear: both;
  width: 210px;
}

*[data-role="buyer"] .auction--view .pane .pool .ranking .bid.first {
  left: 0px;
}

*[data-role="buyer"] .auction--view .pane .pool .ranking .bid.second {
  position: relative;
  margin: 0 auto;
}

*[data-role="buyer"] .auction--view .pane .pool .ranking .bid.third {
  right: 0px;
}

*[data-role="buyer"] .auction--view .pane .pool .ranking .bid.first, *[data-role="buyer"] .auction--view .pane .pool .ranking .bid.second, *[data-role="buyer"] .auction--view .pane .pool .ranking .bid.third {
  display: block;
}

*[data-role="buyer"] .auction--view .pane .pool .ranking .bid.open {
  height: auto;
  z-index: 2;
}

*[data-role="buyer"] .auction--view .pane .pool .ranking .bid.open .bid--info {
  height: auto;
}

*[data-role="buyer"] .auction--view .pane .pool .ranking .bid:first-child {
  margin-left: 0px;
}

*[data-role="buyer"] .auction--view .pane .pool .bid--list {
  background: #5f88bf;
  display: none;
  margin: 0 19px;
}

*[data-role="buyer"] .auction--view .pane .pool .bid--list > .title table > thead tr {
  border-bottom: 1px #548dcb solid;
}

*[data-role="buyer"] .auction--view .pane .pool .bid--list > .title table > thead tr th {
  text-transform: uppercase;
  font-size: 12px;
  font-family: Helvetica Neue, Helvetica, Arial;
  padding: 9px;
  color: #ffffff;
}

*[data-role="buyer"] .auction--view .pane .pool .bid--list .bid--list--pool {
  padding: 0px;
  overflow-y: scroll;
  vertical-align: top;
}

*[data-role="buyer"] .auction--view .pane .pool .bid--list .bid--list--pool > table {
  width: 300px;
}

*[data-role="buyer"] .auction--view .pane .pool .bid--list .bid--list--pool:first-child tr th {
  padding-left: 44px;
}

*[data-role="buyer"] .auction--view .pane .pool .bid--list .bid--list--pool:first-child tr td {
  padding-left: 44px;
  border: none;
}

*[data-role="buyer"] .auction--view .pane .pool .bid--list .bid--list--pool:last-child tr th {
  padding-right: 44px;
}

*[data-role="buyer"] .auction--view .pane .pool .bid--list .bid--list--pool:last-child tr td {
  padding-right: 44px;
}

*[data-role="buyer"] .auction--view .pane .pool .bid--list .bid--list--pool tr {
  line-height: 10px;
}

*[data-role="buyer"] .auction--view .pane .pool .bid--list .bid--list--pool tr.odd {
  background: #4B74AC;
}

*[data-role="buyer"] .auction--view .pane .pool .bid--list .bid--list--pool tr th {
  padding: 10px 23px;
  color: #ffffff;
}

*[data-role="buyer"] .auction--view .pane .pool .bid--list .bid--list--pool tr td {
  border-left: 1px #548dcb solid;
  padding: 10px 23px;
  color: #ffffff;
}

*[data-role="buyer"] .auction--view .pane .pool .bid--list .bid--list--pool tr td .date {
  padding-right: 25px;
}

*[data-role="buyer"] .auction--view .pane .pool .bid--list .bid--list--pool tr td .score {
  font-weight: bold;
}

*[data-role="buyer"] .auction--view .pane .pool .bid--list .bid--list--pool tr td .btn--desactivate.icon--green {
  cursor: pointer;
}

*[data-role="buyer"] .auction--view .pane .pool .bid--list.open {
  display: block;
}

*[data-role="buyer"] .auction--view .pane .pool .bid--list.open .list {
  overflow-x: scroll;
}

*[data-role="buyer"] .auction--view .pane .pool.visible {
  display: block;
}

*[data-role="buyer"] .auction--view .pane.active {
  display: block;
}

*[data-role="buyer"] .auction--view .pane[data-tab="sellers"] {
  margin-top: 0px;
  width: 78%;
  height: 100%;
}

*[data-role="buyer"] .auction--view .pane[data-tab="sellers"] .container {
  position: relative;
  padding: 25px 16px 200px;
  overflow-y: scroll;
  height: 100%;
}

*[data-role="buyer"] .auction--view .pane[data-tab="pools"] .container {
  right: 0px;
  -webkit-transition: right 0.3s ease-in-out;
  -moz-transition: right 0.3s ease-in-out;
  -ms-transition: right 0.3s ease-in-out;
  -o-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out;
}

*[data-role="buyer"] .auction--view .pane[data-tab="pools"] .container.graphvisible {
  right: 321px;
  -webkit-transition: right 0.3s ease-in-out;
  -moz-transition: right 0.3s ease-in-out;
  -ms-transition: right 0.3s ease-in-out;
  -o-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out;
}

/* IE BUGFIXES */
.lt-ie10 .auction--view .monitor.open {
  width: 338px;
}

/* MEDIA QUERIES */
@media all and (max-width: 935px) {
  *[data-role="buyer"] .auction--view .pane .pool .ranking .bid.first {
    position: relative;
    margin: 0 auto;
  }
  *[data-role="buyer"] .auction--view .pane .pool .ranking .bid.second, *[data-role="buyer"] .auction--view .pane .pool .ranking .bid.third {
    display: none;
  }
}

@media all and (min-width: 936px) {
  *[data-role="buyer"] .auction--view .pane .pool .ranking .bid.second {
    display: block;
  }
}

@media all and (max-width: 1325px) {
  *[data-role="buyer"] .auction--view .pane .pool .ranking .bid.second {
    position: absolute;
    right: 0px;
  }
  *[data-role="buyer"] .auction--view .pane .pool .ranking .bid.third {
    display: none;
  }
  .good--header .float---right {
    display: block;
    float: none !important;
    margin-top: 10px;
  }
  .good--header .float---right li:first-child {
    margin-left: 0 !important;
  }
  #comparative--view #comparative--list table .th1 {
    width: 44%;
  }
  #comparative--view #comparative--list table .th2, #comparative--view #comparative--list table .th3 {
    width: 28%;
  }
  #comparative--view #comparative--list table .th5, #comparative--view #comparative--list table .td5, #comparative--view #comparative--list table .th4, #comparative--view #comparative--list table .td4 {
    display: none;
  }
}

@media all and (max-width: 1440px) {
  #comparative--view #comparative--list table .th1 {
    width: 34%;
  }
  #comparative--view #comparative--list table .th2, #comparative--view #comparative--list table .th3, #comparative--view #comparative--list table .th4 {
    width: 22%;
  }
  #comparative--view #comparative--list table .th5, #comparative--view #comparative--list table .td5 {
    display: none;
  }
}

#auction--list .content.expended {
  padding-top: 80px;
}

#user_create_form_formClient, #user_edit_form_formClient {
  background-color: #f1f1f1;
  box-shadow: 0px 2px 0px #dbdfe3;
  padding: 10px;
  margin-bottom: 10px;
  overflow-y: scroll;
  max-height: 160px;
}

#user_create_form_formClient label, #user_edit_form_formClient label {
  display: block;
  text-align: left;
}

#user_create_form_formClient > label, #user_create_form_formClient .dropdown > label, #user_edit_form_formClient > label, #user_edit_form_formClient .dropdown > label {
  display: none;
}

#user_create_form_formClient .dropdown, #user_edit_form_formClient .dropdown {
  box-shadow: none;
  background: none;
}

#user_create_form_formClient .dropdown div, #user_edit_form_formClient .dropdown div {
  max-height: none;
  height: auto;
  position: relative;
  width: 340px;
}

[id^="counting_"] aside {
  height: 100%;
}

[id^="counting_"] #goods {
  background-color: #eaedf0;
  border-right: 1px solid #d5d5d5;
  width: 17%;
  float: left;
  height: 100%;
  overflow-y: auto;
}

[id^="counting_"] #goods .good {
  padding: 28px 20px;
  border-bottom: 1px solid #d5d5d5;
}

[id^="counting_"] #goods .good.current, [id^="counting_"] #goods .good:hover {
  background-color: white;
  border-bottom-width: 2px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

[id^="counting_"] #goods .good header h1 {
  font-size: 22px;
  color: #6f7881;
}

[id^="counting_"] #goods .good header .status span {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  color: #6f7881;
  line-height: 25px;
}

[id^="counting_"] #goods .good table {
  margin-top: 23px;
}

[id^="counting_"] #goods .good table th, [id^="counting_"] #goods .good table td {
  padding: 0;
}

[id^="counting_"] #goods .good table th.constraint_quantity, [id^="counting_"] #goods .good table td.constraint_quantity {
  display: none;
}

[id^="counting_"] #goods .good table th.constraint_quantity.show, [id^="counting_"] #goods .good table td.constraint_quantity.show {
  display: inline-table;
}

[id^="counting_"] #goods-details {
  width: 83%;
  float: left;
  height: 100%;
  position: relative;
}

[id^="counting_"] #goods-details .good {
  position: inherit;
  height: 100%;
}

[id^="counting_"] .constraint-summary-content .actions {
  width: 105px;
  margin: 15px auto 0;
}

[id^="counting_"] .constraint-summary-content .actions a {
  padding: 0 40px;
}

#counting_index .nav--second {
  padding: 13px;
}

#counting_index #search-form {
  position: relative;
}

#counting_index #search-form #filter_form_query_wrapper {
  float: left;
  width: 271px;
  height: 44px;
  background-color: #49596b;
}

#counting_index #search-form #filter_form_query_wrapper input {
  float: left;
  box-sizing: border-box;
  margin: 0;
  padding: 0 14px 0 14px;
  height: 100%;
  background-color: transparent;
  box-shadow: none;
}

#counting_index #search-form #filter_form_query_wrapper input[type="search"], #counting_index #search-form #filter_form_query_wrapper input[type="text"] {
  width: 213px;
  height: 100%;
  color: #eaedf0;
}

#counting_index #search-form #filter_form_query_wrapper input[type="submit"] {
  box-sizing: content-box;
  padding: 0 14px 0 14px;
  width: 30px;
  background: url(/img/search.png) 50% 50% no-repeat;
  background-size: 30px;
}

#counting_index #search-form .btn-search-tools {
  display: inline-block;
  float: left;
  margin-left: 10px;
  height: 44px;
  background-color: #49596b;
  color: #eaedf0;
  line-height: 44px;
}

#counting_index #search-form .btn-search-tools .icon {
  vertical-align: middle;
}

#counting_index #search-form #filter-form-tools {
  position: absolute;
  top: 57px;
  left: 0;
  display: none;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  border-bottom: 1px solid #d6dbe1;
  background-color: #e4e8ec;
}

#counting_index #search-form #filter-form-tools.expanded {
  display: block;
}

#counting_index #search-form #filter-form-tools select {
  margin-left: 10px;
  background-color: #d2d7dd;
}

#counting_index #search-form #filter-form-tools select:first-child {
  margin-left: 0px;
}

#counting_index #auctions-list.expanded {
  margin-top: 70px;
}

#counting_index #auctions-list tbody tr td {
  padding: 0;
}

#counting_index #auctions-list tbody tr td a {
  padding: 22px 15px;
  display: block;
}

#counting_index #auctions-list tbody tr td.no-content {
  padding: 22px 15px;
  text-align: center;
}

@media screen and (max-width: 1749px) {
  #counting_index #search-form select {
    width: 23.7%;
  }
}

#counting_show .input-quantity {
  box-shadow: #ececec 0px 2px 0px 0px inset;
  background-color: white;
  padding: 0 28px;
  width: 100%;
  position: relative;
}

#counting_show .input-quantity input {
  background: none;
  box-shadow: none;
  padding: 0;
  margin-bottom: 0px;
  display: inline-block;
  width: 100%;
}

#counting_show .input-quantity .status {
  position: absolute;
  top: 12px;
  right: 0;
  text-align: right;
  display: inline-block;
}

#counting_show .input-quantity .status .icon--checked_dot {
  color: #7bcda5;
  display: none;
}

#counting_show .input-quantity .status .icon--cancel_circle {
  color: #f85e29;
  display: none;
}

#counting_show #goods-details > .good {
  display: none;
}

#counting_show #goods-details > .good.current {
  display: block;
}

#counting_show #goods-details .constraints .content {
  top: 53px;
}

#counting_show #goods-details .constraints table td:first-child {
  width: 650px;
  border-right: 1px solid #dddddd;
}

#counting_show #goods-details .constraints table.total {
  border-bottom: 1px solid #dddddd;
}

#counting_show #goods-details .constraints table.sellers tbody tr:nth-child(odd) {
  background-color: #eaedf0;
}

#counting_show #goods-details .constraints table.sellers td:nth-child(2) {
  border-right: 1px solid #dddddd;
}

#counting_show #goods-details .combinations .content {
  top: 53px;
}

#counting_show .combination {
  background-color: #eaedf0;
  padding: 15px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
  margin-top: 20px;
}

#counting_show .combination:first-child {
  margin-top: 0;
}

#counting_show .combination .head {
  border-bottom: 2px solid #dee1e4;
  padding-bottom: 10px;
}

#counting_show .combination .head h3 {
  font-size: 22px;
}

#counting_show .combination .head .btn.on {
  background-color: #5f88bf;
  color: white;
}

#counting_show .combination .head .btn.on:hover {
  background-color: #4673af;
}

#counting_show .combination .head .btn.on i {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

#counting_show .combination .choose-combination {
  margin: 40px;
}

#counting_show .combination .choose-combination strong {
  color: #b0bbc7;
  font-size: 13px;
  display: block;
  font-weight: 500;
  line-height: 24px;
}

#counting_show .combination .choose-combination input {
  background-color: white;
  box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.2);
  border: none;
}

#counting_show .combination .summary {
  margin: 20px auto;
  width: 990px;
}

#counting_show .combination .summary > div {
  display: inline-block;
  padding: 17px;
  border: 1px solid #d2d5d8;
  background-color: white;
  font-weight: bold;
  color: #6f7881;
  width: 130px;
  min-height: 80px;
  vertical-align: top;
  margin-right: 16px;
}

#counting_show .combination .summary > div:last-child {
  margin-right: 0;
}

#counting_show .combination .summary > div.list {
  width: 260px;
}

#counting_show .combination .summary > div.list > div {
  margin: 10px 0;
}

#counting_show .combination .summary > div.list .more {
  display: none;
}

#counting_show .combination .summary > div.list .more.visible {
  display: block;
}

#counting_show .combination .summary > div.list .more ul {
  list-style-type: disc;
  margin-left: 30px;
}

#counting_show .combination .summary > div strong {
  color: #b0bbc7;
  font-size: 13px;
  display: block;
  font-weight: 500;
  line-height: 24px;
}

#counting_show .combination .summary > div input[type="number"] {
  width: 100%;
  height: 24px;
  margin: 0;
  padding: 3px 10px;
  font-size: 13px;
  color: #6f7881;
}

#counting_show .bids-wrapper {
  margin: 0 1.5%;
  width: 97%;
  overflow-x: auto;
}

#counting_show .bids {
  background-color: #5f88bf;
  color: #f6f6f6;
  display: none;
}

#counting_show .bids th, #counting_show .bids td {
  padding: 0;
  margin: 0;
}

#counting_show .bids > thead tr th {
  padding: 0;
  vertical-align: middle;
  border-bottom: 2px solid #7c9ecb;
  font: normal 500 12px/38px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

#counting_show .bids > tbody > tr > td {
  border-right: 2px solid #7c9ecb;
}

#counting_show .bids > tbody > tr > td:first-child {
  width: 200px;
}

#counting_show .bids > tbody > tr > td:first-child table tbody tr td {
  font: normal 500 13px/40px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: white;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#counting_show .bids > tbody > tr > td:last-child {
  border-right: 0;
}

#counting_show .bids > tbody table thead tr th {
  font: normal 500 13px/40px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: white;
  padding: 0 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#counting_show .bids > tbody table tbody tr td {
  padding: 0 20px;
  font: normal 300 13px/40px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#counting_show .bids > tbody table tbody tr:nth-child(odd) {
  background-color: #7598c8;
}

#counting_show .constraint-summary {
  width: 50%;
  position: absolute;
  top: 25%;
  left: 25%;
  background-color: #f6f6f6;
  z-index: 2;
  display: none;
}

#counting_show .constraint-summary.visible {
  display: block;
}

#counting_show .constraint-summary header {
  position: relative;
  margin: 0;
  padding: 16px 30px;
  border-bottom: 1px solid #d4d8dc;
  background-color: white;
  box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.13);
}

#counting_show .constraint-summary header h1 {
  color: #6f7881;
  text-transform: uppercase;
  font: normal bold 13px Arial, "Helvetica Neue", Helvetica, sans-serif;
}

#counting_show .constraint-summary header a.icon {
  position: absolute;
  top: 10px;
  right: 10px;
}

#counting_show .constraint-summary .constraint-summary-content {
  padding: 20px;
}

#counting_show .constraint-summary table td:first-child {
  border-right: 1px solid #dddddd;
}

#counting_show .constraint-summary table.total {
  border-bottom: 1px solid #dddddd;
}

#counting_show .constraint-summary table.sellers tbody tr:nth-child(odd) {
  background-color: #eaedf0;
}

#counting_show .constraint-summary table.sellers td:nth-child(2) {
  border-right: 1px solid #dddddd;
}

#counting_show .combination-popin {
  width: 90%;
  position: absolute;
  top: 25%;
  left: 5%;
  background-color: #eaedf0;
  display: none;
  z-index: 2;
}

#counting_show .combination-popin.visible {
  display: block;
}

#counting_show .combination-popin .bids {
  display: table;
  margin: 0;
  width: 100%;
}

#counting_show .combination-popin .actions {
  padding: 20px;
  width: 405px;
  margin: 0 auto;
}

#counting_show .combination-popin .actions .btn {
  font-weight: bold;
  font-size: 16px;
  padding: 0 54px;
  line-height: 53px;
}

#counting_show .combination-popin .actions .btn:first-child {
  margin-right: 10px;
}

#counting_show .combination-popin .actions .btn:last-child {
  margin-left: 10px;
}

@media screen and (max-width: 1635px) {
  #counting_show #goods-details .combinations .combination .summary {
    width: 670px;
  }
  #counting_show #counting_show .combination .choose-combination {
    margin-bottom: 130px;
  }
}
