﻿@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

* {
    outline: none;
}

/**
 * Remove default margin.
 */
body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

    /**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
    audio:not([controls]) {
        display: none;
        height: 0;
    }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background-color: transparent;
}

    /**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
    a:active,
    a:hover {
        outline: 0;
    }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    /* 3 */
    -webkit-appearance: button;
    /* 2 */
}

    /**
 * Re-set default cursor for disabled elements.
 */
    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    /**
 * Remove inner padding and border in Firefox 4+.
 */
    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
    line-height: normal;
}

    /**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
    input[type="checkbox"],
    input[type="radio"] {
        box-sizing: border-box;
        /* 1 */
        padding: 0;
        /* 2 */
    }

    /**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    /**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
    input[type="search"] {
        box-sizing: content-box;
        /* 2 */
        -webkit-appearance: textfield;
        /* 1 */
    }

        /**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/* TS extra normalize
   ========================================================================== */
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html, button, input, select, textarea {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    border: 0;
    display: block;
    height: 1px;
}

img {
    display: block;
    vertical-align: middle;
    width: 100%;
}

fieldset {
    border: 0;
}

textarea {
    resize: vertical;
}

ul,
ol {
    padding: 0 0 0 20px;
}

.embed-container {
    height: 0;
    max-width: 100%;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}

    .embed-container iframe,
    .embed-container object,
    .embed-container embed {
        border: none;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

/* Helper classes
   ========================================================================== */
.clearfix:before,
.clearfix:after,
ul.options:before,
ul.options:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after,
ul.options:after {
    clear: both;
}

.clearfix, ul.options {
    *zoom: 1;
}

.v-align {
    text-align: center;
}

    .v-align:before {
        content: '';
        display: inline-block;
        height: 100%;
        margin-right: -0.30em;
        /* Adjusts for spacing */
        vertical-align: middle;
    }

    .v-align > * {
        display: inline-block;
        vertical-align: middle;
    }

.center {
    text-align: center;
}

a svg {
    pointer-events: none;
}

/* Grid */
/* Breakpoints */
/* Colors */
/* Form */
.slick-slider {
    box-sizing: border-box;
    display: block;
    position: relative;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}

.slick-track {
    display: block;
    left: 0;
    position: relative;
    top: 0;
}

    .slick-track:before,
    .slick-track:after {
        content: '';
        display: table;
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    border: 1px solid transparent;
    display: block;
    height: auto;
}

.btn-expand {
    background: #f00;
    border: none;
    bottom: 55px;
    outline: none;
    position: absolute;
    right: 20px;
}

.fullscreen-carousel {
    background: #000;
    height: 100%;
    left: -100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

    .fullscreen-carousel .slick-initialized {
        height: 100%;
        padding: 0;
    }

    .fullscreen-carousel .slick-list, .fullscreen-carousel .slick-track {
        height: 100%;
        outline: none;
    }

    .fullscreen-carousel .slick-slide {
        outline: none;
    }

    .fullscreen-carousel .fullscreen-carousel__image {
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        height: 100%;
        width: 100%;
    }

    .fullscreen-carousel .slick-arrow {
        bottom: 0;
        cursor: pointer;
        height: 40px;
        margin: auto;
        position: absolute;
        top: 0;
        width: 50px;
        z-index: 1;
    }

    .fullscreen-carousel .btn-next {
        background: #ff0;
        right: 15px;
    }

    .fullscreen-carousel .btn-prev {
        background: #f00;
        left: 15px;
    }

    .overlay .btn-close, .fullscreen-carousel .btn-close {
        background-color: #fff;
        border: none;
        height: 50px;
        outline: none;
        position: absolute;
        right: 0;
        top: 0;
        width: 50px;
        z-index: 1;
    }

@font-face {
    font-family: 'Corporate A Cond Pro';
    src: url("fonts/CorporateACondPro-Regular.woff2") format("woff2"), url("fonts/CorporateACondPro-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Corporate S';
    src: url("fonts/CorporateS-Demi.woff2") format("woff2"), url("fonts/CorporateS-Demi.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Corporate S';
    src: url("fonts/CorporateS-Light.woff2") format("woff2"), url("fonts/CorporateS-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Corporate S';
    src: url("fonts/CorporateS-Bold.woff2") format("woff2"), url("fonts/CorporateS-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}

body {
    color: #999999;
    font: 300 16px/22px 'Corporate S', Helvetica, Geneva, sans-serif;
}

.head1 {
    color: #000;
    font: normal 50px/50px 'Corporate A Cond Pro', Helvetica, Geneva, sans-serif;
    margin: 0 0 30px;
}

@media print, all and (max-width: 650px) {
    .head1 {
        font-size: 35px;
        line-height: 35px;
    }
}

.head2 {
    color: #000;
    font: 300 20px/25px 'Corporate S', Helvetica, Geneva, sans-serif;
    margin: 0 0 10px;
}

.head3 {
    font: normal 20px/25px 'Corporate S', Helvetica, Geneva, sans-serif;
    margin: 0 0 8px;
}

.head4 {
    font: 700 20px/20px Arial, Helvetica, Geneva, sans-serif;
    margin: 0 0 20px;
}

.head5 {
    color: #fff;
    font: 700 17px/17px Arial, Helvetica, Geneva, sans-serif;
    margin: 0 0 15px;
    text-transform: uppercase;
}

.head6 {
    color: #000;
    font: 500 14px/14px Arial, Helvetica, Geneva, sans-serif;
    margin: 0 0 10px;
}

a {
    color: #000;
    display: inline-block;
    position: relative;
    text-decoration: none;
}

    a:hover {
        color: #00ADEF;
    }

    a p {
        color: #999999;
    }

p {
    margin: 0 0 15px 0;
}

    p a {
        text-decoration: underline;
    }

    p strong {
        color: #000;
        font-weight: 300;
    }

body {
    min-height: 100vh;
    background: black;
    background: -webkit-linear-gradient(black 0%, #2d2d2d 39%, black 100%);
    background: -o-linear-gradient(black 0%, #2d2d2d 39%, black 100%);
    background: linear-gradient(black 0%, #2d2d2d 39%, black 100%);
    padding-top: 70px;
}

    body.loading, body.is-loading {
        overflow: hidden;
    }

        body.loading:after, body.is-loading:after {
            background: rgba(237, 237, 237, 0.9) url("../../images/loader.gif") no-repeat center;
            content: "";
            height: 100%;
            left: 0;
            position: fixed;
            top: 0;
            width: 100%;
            z-index: 990;
        }

section {
    position: relative;
    padding: 35px 25px;
}

    section.grey {
        background-color: #f2f2f2;
        color: #999999;
    }

    section.full-screen {
        min-height: calc(100vh - 140px);
    }

@media print, all and (max-width: 560px) {
    section.full-screen {
        padding: 20px 0px;
    }
}

@media print, all and (max-width: 560px) {
    section {
        padding: 20px 10px;
    }
}

.search .controls ul {
    align-items: center;
    display: flex;
    justify-content: center;
    list-style: none;
}

    .search .controls ul li {
        margin: 0 10px;
        max-width: 300px;
    }

.asset-link {
    border: 1px dashed grey;
    margin-bottom: 10px;
}

.picture {
    width: 300px;
    height: 200px;
    background-size: cover;
    background-position: center;
    background-color: #9fdddd;
}

.blue {
    background-color: #00ADEF;
    color: #fff;
}

    .blue .head1, .blue .head2, .blue .head3 {
        color: #fff;
    }

.horizontal-line {
    display: block;
    width: 50px;
    height: 2px;
    background-color: #000;
    margin-bottom: 30px;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(1.1);
        opacity: 1;
    }

    50% {
        transform: scale(0.95);
        opacity: 0.3;
    }

    75% {
        transform: scale(1.1);
        opacity: 1;
    }

    100% {
        transform: scale(1);
    }
}

.price {
    font-family: 'Corporate A Cond Pro';
    font-size: 24px;
    line-height: 56px;
    height: 50px;
    color: #000;
    padding: 0 10px;
    text-align: center;
    margin-bottom: 11px;
    background-color: #f2f2f2;
    position: relative;
}

    .price.price--svg-right svg {
        position: absolute;
        right: 25px;
        top: 50%;
        transform: translateY(-50%);
    }

    .price.price--svg-right:hover .svg-icon-circle-bg {
        fill: #00ADEF;
    }

    .price.price--svg-right:hover .svg-icon-circle-i {
        fill: white;
    }



    .price.green {
        color: #fff;
        background-color: #008148;
    }

    .price.orange {
        color: #fff;
        background-color: #FF9000;
    }

    .price.red {
        color: #fff;
        background-color: #9F0003;
    }

    .price.anim {
        animation-name: pulse;
        animation-duration: 1s;
        animation-fill-mode: both;
    }

.documentStatus {
    padding-left: 22px;
    margin: 20px 0;
    position: relative;
    color: #000;
}

    .documentStatus:before {
        position: absolute !important;
        left: 0 !important;
        top: 2px !important;
        bottom: auto !important;
    }

@media all and (-ms-high-contrast: none) {
    .price {
        line-height: 46px;
    }
    /* IE10 */
    *::-ms-backdrop .price {
        line-height: 46px;
    }
    /* IE11 */
}

.bid {
    font-size: 20px;
    line-height: 30px;
    color: #999999;
    padding: 9px 10px;
    text-align: center;
    margin-bottom: 11px;
    background-color: #f2f2f2;
}

    .bid.icon:before, .bid.documentStatus:before {
        top: 1px;
        left: -10px;
        opacity: 0.5;
    }

.line {
    width: 50px;
    height: 2px;
    background-color: #000;
    margin-bottom: 20px;
}

.align-right {
    text-align: right;
}

.align-left {
    text-align: left;
}

.split-2 li {
    width: 50% !important;
}

.bid-bottom-spacing {
    margin-bottom: 110px !important;
}

@media print, all and (max-width: 1024px) {
    .responsive.responsive--hide-below-1024 {
        display: none !important;
    }
}

.js-input-error {
    color: #9F0003 !important;
    border-color: #9F0003 !important;
}

.js-animation-highlight-shake {
    animation: animation-highlight-shake .6s ease;
}

@keyframes animation-highlight-shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}

.color-block {
    margin: 5px 0;
    padding: 25px 25px;
}

    .color-block hr {
        height: 1px;
        background: #999;
        margin: 5px 0;
    }

    .color-block.color-block--gray {
        background: #f2f2f2;
    }

        .color-block.color-block--gray .color-block__label {
            color: #999;
        }

        .color-block.color-block--gray hr {
            height: 1px;
            background: #c1c1c1;
            margin: 15px 0;
        }

/* Generated icon-fonts CSS */
.icon, .documentStatus:before {
    position: relative;
}

    .icon.left, .left.documentStatus:before {
        padding-left: 15px;
    }

        .icon.left:before, .left.documentStatus:before {
            position: absolute;
        }

    .icon:before, .documentStatus:before {
        content: '';
        position: relative;
        display: inline-block;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto 0;
        width: 15px;
        height: 15px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

#auctionList .icon:after, #vehicleDetail .icon:after, #mobile-vehicleDetail .icon:after {
    content: '';
    position: relative;
    display: inline-block;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 18px;
    height: 18px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.icon.icon-favourite:before, .icon-favourite.documentStatus:before {
    background-image: url("../../images/icons/favourite.svg");
}

.icon.icon-favourite.dark:before, .icon-favourite.dark.documentStatus:before {
    background-image: url("../../images/icons/favourite-dark.svg");
}

.icon.icon-favourite:hover:before, .icon-favourite.documentStatus:hover:before, .icon.icon-favourite.active:before, .icon-favourite.active.documentStatus:before {
    background-image: url("../../images/icons/favourite-blue.svg");
}

.icon.icon-notification:before, .icon-notification.documentStatus:before {
    background-image: url("../../images/icons/notification.svg");
}

.icon.icon-account:before, .icon-account.documentStatus:before {
    background-image: url("../../images/icons/account.svg");
}

.icon.icon-account.dark:before, .icon-account.dark.documentStatus:before {
    background-image: url("../../images/icons/account-dark.svg");
}

.icon.icon-account:hover:before, .icon-account.documentStatus:hover:before, .icon.icon-account.active:before, .icon-account.active.documentStatus:before {
    background-image: url("../../images/icons/account-blue.svg");
}

.icon.icon-car:before, .icon-car.documentStatus:before {
    background-image: url("../../images/icons/car.svg");
}

.icon.icon-archive:before, .icon-archive.documentStatus:before {
    background-image: url("../../images/icons/archive.svg");
}

.icon.icon-message:before, .icon-message.documentStatus:before {
    background-image: url("../../images/icons/message.svg");
}

.icon.icon-speed:before, .icon-speed.documentStatus:before {
    background-image: url("../../images/icons/speed.svg");
}

.icon.icon-speed-logisch:after {
    background-image: url("../../images/icons/KMcheck-L.svg");
}

.icon.icon-speed-onlogisch:after {
    background-image: url("../../images/icons/KMcheck-O.svg");
}

.icon.icon-speed-geenoordeel:after {
    background-image: url("../../images/icons/KMcheck-GO.svg");
}

.icon.icon-speed-nietgeregistreerd:after {
    background-image: url("../../images/icons/KMcross.svg");
}

.icon.icon-key:before, .icon-key.documentStatus:before {
    background-image: url("../../images/icons/key.svg");
}

.icon.icon-clock:before, .icon-clock.documentStatus:before {
    background-image: url("../../images/icons/clock.svg");
}

.icon.icon-clock.white:before, .icon-clock.white.documentStatus:before {
    background-image: url("../../images/icons/clock-white.svg");
}

.icon.icon-clock.red:before, .icon-clock.red.documentStatus:before {
    background-image: url("../../images/icons/clock-red.svg");
    opacity: 0.8 !important;
}

.icon.icon-plus:before, .icon-plus.documentStatus:before {
    background-image: url("../../images/icons/plus.svg");
}

.icon.icon-check:before, .icon-check.documentStatus:before {
    background-image: url("../../images/icons/check.svg");
}

.icon.icon-check.white:before, .icon-check.white.documentStatus:before {
    background-image: url("../../images/icons/check-white.svg");
}

.icon.icon-check.green:before, .icon-check.green.documentStatus:before, .documentStatus.status-ok:before {
    background-image: url("../../images/icons/check-green.svg");
}

.icon.icon-agent:before, .icon-agent.documentStatus:before {
    background-image: url("../../images/icons/bid-agent.svg");
}

.icon.icon-arrow:before, .icon-arrow.documentStatus:before {
    background-image: url("../../images/icons/arrow.svg");
}

.icon.icon-gear:before, .icon-gear.documentStatus:before {
    background-image: url("../../images/icons/gear.svg");
}

.icon.icon-fuel:before, .icon-fuel.documentStatus:before {
    background-image: url("../../images/icons/fuel.svg");
}

.icon.icon-info:before, .icon-info.documentStatus:before {
    background-image: url("../../images/icons/info.svg");
}

.icon.icon-lock:before, .icon-lock.documentStatus:before {
    background-image: url("../../images/icons/lock.svg");
}

.icon.icon-world:before, .icon-world.documentStatus:before {
    background-image: url("../../images/icons/world.svg");
}

.icon.icon-cross:before, .icon-cross.documentStatus:before {
    background-image: url("../../images/icons/cross.svg");
}

.icon.icon-cross.white:before, .icon-cross.white.documentStatus:before {
    background-image: url("../../images/icons/cross-white.svg");
}

.icon.icon-cross.red:before, .icon-cross.red.documentStatus:before {
    background-image: url("../../images/icons/cross-red.svg");
}

.icon.icon-pencil:before, .icon-pencil.documentStatus:before {
    background-image: url("../../images/icons/pencil.svg");
}

.icon.icon-pencil:hover:before, .icon-pencil.documentStatus:hover:before, .icon.icon-pencil.active:before, .icon-pencil.active.documentStatus:before {
    background-image: url("../../images/icons/pencil-grey.svg");
}

.icon.icon-settings:before, .icon-settings.documentStatus:before {
    background-image: url("../../images/icons/settings.svg");
}

.icon.icon-eye:before, .icon-eye.documentStatus:before {
    background-image: url("../../images/icons/eye.svg");
}

.icon.icon-create:before, .icon-create.documentStatus:before {
    background-image: url("../../images/icons/create.svg");
}

.icon.icon-list:before, .icon-list.documentStatus:before {
    background-image: url("../../images/icons/list.svg");
}

.icon.icon-home:before, .icon-home.documentStatus:before {
    background-image: url("../../images/icons/home.svg");
}

.icon.icon-history:before, .icon-history.documentStatus:before {
    background-image: url("../../images/icons/history.svg");
}

.icon.icon-start-price:before, .icon-start-price.documentStatus:before {
    background-image: url("../../images/icons/start-price.svg");
}

.icon.icon-minimum-price:before, .icon-minimum-price.documentStatus:before {
    background-image: url("../../images/icons/minimum-price.svg");
}

.icon.icon-calendar:before, .icon-calendar.documentStatus:before {
    background-image: url("../../images/icons/calendar.svg");
}

.icon.icon-loader:before, .icon-loader.documentStatus:before {
    background-image: url("../../images/icons/loader.svg");
}

.icon.icon-trash:before, .icon-trash.documentStatus:before {
    background-image: url("../../images/icons/trash.svg");
}

.icon.icon-exclamation-point:before, .icon-exclamation-point.documentStatus:before, .documentStatus.status-nok:before {
    background-image: url("../../images/icons/exclamation-point.svg");
}

.icon.icon-exclamation-point.orange:before, .icon-exclamation-point.orange.documentStatus:before, .documentStatus.status-some:before, .orange.documentStatus.status-nok:before {
    background-image: url("../../images/icons/exclamation-point-orange.svg");
}

.row {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1300px;
    position: relative;
}

    .row .row {
        margin: 0 -10px;
    }

    .row.full {
        max-width: none;
    }

    .row.reverse {
        flex-direction: row-reverse;
    }

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-13,
.col-14,
.col-15,
.col-16,
.col-17,
.col-18,
.col-19,
.col-20,
.push-0,
.push-1,
.push-2,
.push-3,
.push-4,
.push-5,
.push-6,
.push-7,
.push-8,
.push-9,
.push-10,
.push-11,
.push-12,
.push-13,
.push-14,
.push-15,
.push-16,
.push-17,
.push-18,
.push-19,
.push-20 {
    flex: 0 0 auto;
    boxizing: border-box;
    padding: 0 10px;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.col-1 {
    flex-basis: 5%;
    max-width: 5%;
}

.col-2 {
    flex-basis: 10%;
    max-width: 10%;
}

.col-3 {
    flex-basis: 15%;
    max-width: 15%;
}

.col-4 {
    flex-basis: 20%;
    max-width: 20%;
}

.col-5 {
    flex-basis: 25%;
    max-width: 25%;
}

.col-6 {
    flex-basis: 30%;
    max-width: 30%;
}

.col-7 {
    flex-basis: 35%;
    max-width: 35%;
}

.col-8 {
    flex-basis: 40%;
    max-width: 40%;
}

.col-9 {
    flex-basis: 45%;
    max-width: 45%;
}

.col-10 {
    flex-basis: 50%;
    max-width: 50%;
}

.col-11 {
    flex-basis: 55%;
    max-width: 55%;
}

.col-12 {
    flex-basis: 60%;
    max-width: 60%;
}

.col-13 {
    flex-basis: 65%;
    max-width: 65%;
}

.col-14 {
    flex-basis: 70%;
    max-width: 70%;
}

.col-15 {
    flex-basis: 75%;
    max-width: 75%;
}

.col-16 {
    flex-basis: 80%;
    max-width: 80%;
}

.col-17 {
    flex-basis: 85%;
    max-width: 85%;
}

.col-18 {
    flex-basis: 90%;
    max-width: 90%;
}

.col-19 {
    flex-basis: 95%;
    max-width: 95%;
}

.col-20 {
    flex-basis: 100%;
    max-width: 100%;
}

.push-0 {
    margin-left: 0;
}

.push-1 {
    margin-left: 5%;
}

.push-2 {
    margin-left: 10%;
}

.push-3 {
    margin-left: 15%;
}

.push-4 {
    margin-left: 20%;
}

.push-5 {
    margin-left: 25%;
}

.push-6 {
    margin-left: 30%;
}

.push-7 {
    margin-left: 35%;
}

.push-8 {
    margin-left: 40%;
}

.push-9 {
    margin-left: 45%;
}

.push-10 {
    margin-left: 50%;
}

.push-11 {
    margin-left: 55%;
}

.push-12 {
    margin-left: 60%;
}

.push-13 {
    margin-left: 65%;
}

.push-14 {
    margin-left: 70%;
}

.push-15 {
    margin-left: 75%;
}

.push-16 {
    margin-left: 80%;
}

.push-17 {
    margin-left: 85%;
}

.push-18 {
    margin-left: 90%;
}

.push-19 {
    margin-left: 95%;
}

.start {
    justify-content: flextart;
    text-align: start;
}

.center {
    justify-content: center;
    text-align: center;
}

.center-content {
    justify-content: center;
}

.end {
    justify-content: flex-end;
    text-align: end;
}

.top {
    align-items: flextart;
}

.middle {
    align-items: center;
}

.bottom {
    align-items: flex-end;
}

.around {
    justify-content: space-around;
}

.between {
    justify-content: space-between;
}

.first {
    order: -1;
}

.last {
    order: 1;
}

@media print, screen and (max-width: 900px) {
    .col-s-1 {
        flex-basis: 5%;
        max-width: 5%;
    }

    .col-s-2 {
        flex-basis: 10%;
        max-width: 10%;
    }

    .col-s-3 {
        flex-basis: 15%;
        max-width: 15%;
    }

    .col-s-4 {
        flex-basis: 20%;
        max-width: 20%;
    }

    .col-s-5 {
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-s-6 {
        flex-basis: 30%;
        max-width: 30%;
    }

    .col-s-7 {
        flex-basis: 35%;
        max-width: 35%;
    }

    .col-s-8 {
        flex-basis: 40%;
        max-width: 40%;
    }

    .col-s-9 {
        flex-basis: 45%;
        max-width: 45%;
    }

    .col-s-10 {
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-s-11 {
        flex-basis: 55%;
        max-width: 55%;
    }

    .col-s-12 {
        flex-basis: 60%;
        max-width: 60%;
    }

    .col-s-13 {
        flex-basis: 65%;
        max-width: 65%;
    }

    .col-s-14 {
        flex-basis: 70%;
        max-width: 70%;
    }

    .col-s-15 {
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-s-16 {
        flex-basis: 80%;
        max-width: 80%;
    }

    .col-s-17 {
        flex-basis: 85%;
        max-width: 85%;
    }

    .col-s-18 {
        flex-basis: 90%;
        max-width: 90%;
    }

    .col-s-19 {
        flex-basis: 95%;
        max-width: 95%;
    }

    .col-s-20 {
        flex-basis: 100%;
        max-width: 100%;
    }

    .push-s-0 {
        margin-left: 0;
    }

    .push-s-1 {
        margin-left: 5%;
    }

    .push-s-2 {
        margin-left: 10%;
    }

    .push-s-3 {
        margin-left: 15%;
    }

    .push-s-4 {
        margin-left: 20%;
    }

    .push-s-5 {
        margin-left: 25%;
    }

    .push-s-6 {
        margin-left: 30%;
    }

    .push-s-7 {
        margin-left: 35%;
    }

    .push-s-8 {
        margin-left: 40%;
    }

    .push-s-9 {
        margin-left: 45%;
    }

    .push-s-10 {
        margin-left: 50%;
    }

    .push-s-11 {
        margin-left: 55%;
    }

    .push-s-12 {
        margin-left: 60%;
    }

    .push-s-13 {
        margin-left: 65%;
    }

    .push-s-14 {
        margin-left: 70%;
    }

    .push-s-15 {
        margin-left: 75%;
    }

    .push-s-16 {
        margin-left: 80%;
    }

    .push-s-17 {
        margin-left: 85%;
    }

    .push-s-18 {
        margin-left: 90%;
    }

    .push-s-19 {
        margin-left: 95%;
    }

    .start-s {
        justify-content: flex-start;
        text-align: start;
    }

    .center-s {
        justify-content: center;
        text-align: center;
    }

    .end-s {
        justify-content: flex-end;
        text-align: end;
    }

    .top-s {
        align-items: flex-start;
    }

    .middle-s {
        align-items: center;
    }

    .bottom-s {
        align-items: flex-end;
    }

    .around-s {
        justify-content: space-around;
    }

    .between-s {
        justify-content: space-between;
    }

    .first-s {
        order: -1;
    }

    .last-s {
        order: 1;
    }
}

@media print, screen and (max-width: 560px) {
    .col,
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col-13,
    .col-14,
    .col-15,
    .col-16,
    .col-17,
    .col-18,
    .col-19,
    .col-20,
    .push-0,
    .push-1,
    .push-2,
    .push-3,
    .push-4,
    .push-5,
    .push-6,
    .push-7,
    .push-8,
    .push-9,
    .push-10,
    .push-11,
    .push-12,
    .push-13,
    .push-14,
    .push-15,
    .push-16,
    .push-17,
    .push-18,
    .push-19,
    .push-20 {
        flex-basis: 100%;
        max-width: 100%;
        margin-left: 0;
    }

    .col-xs-1 {
        flex-basis: 5%;
        max-width: 5%;
    }

    .col-xs-2 {
        flex-basis: 10%;
        max-width: 10%;
    }

    .col-xs-3 {
        flex-basis: 15%;
        max-width: 15%;
    }

    .col-xs-4 {
        flex-basis: 20%;
        max-width: 20%;
    }

    .col-xs-5 {
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-xs-6 {
        flex-basis: 30%;
        max-width: 30%;
    }

    .col-xs-7 {
        flex-basis: 35%;
        max-width: 35%;
    }

    .col-xs-8 {
        flex-basis: 40%;
        max-width: 40%;
    }

    .col-xs-9 {
        flex-basis: 45%;
        max-width: 45%;
    }

    .col-xs-10 {
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-xs-11 {
        flex-basis: 55%;
        max-width: 55%;
    }

    .col-xs-12 {
        flex-basis: 60%;
        max-width: 60%;
    }

    .col-xs-13 {
        flex-basis: 65%;
        max-width: 65%;
    }

    .col-xs-14 {
        flex-basis: 70%;
        max-width: 70%;
    }

    .col-xs-15 {
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-xs-16 {
        flex-basis: 80%;
        max-width: 80%;
    }

    .col-xs-17 {
        flex-basis: 85%;
        max-width: 85%;
    }

    .col-xs-18 {
        flex-basis: 90%;
        max-width: 90%;
    }

    .col-xs-19 {
        flex-basis: 95%;
        max-width: 95%;
    }

    .col-xs-20 {
        flex-basis: 100%;
        max-width: 100%;
    }

    .push-xs-0 {
        margin-left: 0;
    }

    .push-xs-1 {
        margin-left: 5%;
    }

    .push-xs-2 {
        margin-left: 10%;
    }

    .push-xs-3 {
        margin-left: 15%;
    }

    .push-xs-4 {
        margin-left: 20%;
    }

    .push-xs-5 {
        margin-left: 25%;
    }

    .push-xs-6 {
        margin-left: 30%;
    }

    .push-xs-7 {
        margin-left: 35%;
    }

    .push-xs-8 {
        margin-left: 40%;
    }

    .push-xs-9 {
        margin-left: 45%;
    }

    .push-xs-10 {
        margin-left: 50%;
    }

    .push-xs-11 {
        margin-left: 55%;
    }

    .push-xs-12 {
        margin-left: 60%;
    }

    .push-xs-13 {
        margin-left: 65%;
    }

    .push-xs-14 {
        margin-left: 70%;
    }

    .push-xs-15 {
        margin-left: 75%;
    }

    .push-xs-16 {
        margin-left: 80%;
    }

    .push-xs-17 {
        margin-left: 85%;
    }

    .push-xs-18 {
        margin-left: 90%;
    }

    .push-xs-19 {
        margin-left: 95%;
    }

    .start-xs {
        justify-content: flex-start;
        text-align: start;
    }

    .center-xs {
        justify-content: center;
        text-align: center;
    }

    .end-xs {
        justify-content: flex-end;
        text-align: end;
    }

    .top-xs {
        align-items: flex-start;
    }

    .middle-xs {
        align-items: center;
    }

    .bottom-xs {
        align-items: flex-end;
    }

    .around-xs {
        justify-content: space-around;
    }

    .between-xs {
        justify-content: space-between;
    }

    .first-xs {
        order: -1;
    }

    .last-xs {
        order: 1;
    }
}

@media print, screen and (min-width: 1200px) {
    .col-m-1 {
        flex-basis: 5%;
        max-width: 5%;
    }

    .col-m-2 {
        flex-basis: 10%;
        max-width: 10%;
    }

    .col-m-3 {
        flex-basis: 15%;
        max-width: 15%;
    }

    .col-m-4 {
        flex-basis: 20%;
        max-width: 20%;
    }

    .col-m-5 {
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-m-6 {
        flex-basis: 30%;
        max-width: 30%;
    }

    .col-m-7 {
        flex-basis: 35%;
        max-width: 35%;
    }

    .col-m-8 {
        flex-basis: 40%;
        max-width: 40%;
    }

    .col-m-9 {
        flex-basis: 45%;
        max-width: 45%;
    }

    .col-m-10 {
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-m-11 {
        flex-basis: 55%;
        max-width: 55%;
    }

    .col-m-12 {
        flex-basis: 60%;
        max-width: 60%;
    }

    .col-m-13 {
        flex-basis: 65%;
        max-width: 65%;
    }

    .col-m-14 {
        flex-basis: 70%;
        max-width: 70%;
    }

    .col-m-15 {
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-m-16 {
        flex-basis: 80%;
        max-width: 80%;
    }

    .col-m-17 {
        flex-basis: 85%;
        max-width: 85%;
    }

    .col-m-18 {
        flex-basis: 90%;
        max-width: 90%;
    }

    .col-m-19 {
        flex-basis: 95%;
        max-width: 95%;
    }

    .col-m-20 {
        flex-basis: 100%;
        max-width: 100%;
    }

    .push-m-0 {
        margin-left: 0;
    }

    .push-m-1 {
        margin-left: 5%;
    }

    .push-m-2 {
        margin-left: 10%;
    }

    .push-m-3 {
        margin-left: 15%;
    }

    .push-m-4 {
        margin-left: 20%;
    }

    .push-m-5 {
        margin-left: 25%;
    }

    .push-m-6 {
        margin-left: 30%;
    }

    .push-m-7 {
        margin-left: 35%;
    }

    .push-m-8 {
        margin-left: 40%;
    }

    .push-m-9 {
        margin-left: 45%;
    }

    .push-m-10 {
        margin-left: 50%;
    }

    .push-m-11 {
        margin-left: 55%;
    }

    .push-m-12 {
        margin-left: 60%;
    }

    .push-m-13 {
        margin-left: 65%;
    }

    .push-m-14 {
        margin-left: 70%;
    }

    .push-m-15 {
        margin-left: 75%;
    }

    .push-m-16 {
        margin-left: 80%;
    }

    .push-m-17 {
        margin-left: 85%;
    }

    .push-m-18 {
        margin-left: 90%;
    }

    .push-m-19 {
        margin-left: 95%;
    }

    .start-l {
        justify-content: flex-ltart;
        text-align: start;
    }

    .center-l {
        justify-content: center;
        text-align: center;
    }

    .end-l {
        justify-content: flex-end;
        text-align: end;
    }

    .top-l {
        align-items: flex-ltart;
    }

    .middle-l {
        align-items: center;
    }

    .bottom-l {
        align-items: flex-end;
    }

    .around-l {
        justify-content: space-around;
    }

    .between-l {
        justify-content: space-between;
    }

    .first-l {
        order: -1;
    }

    .last-l {
        order: 1;
    }
}

@media print, screen and (min-width: 1500px) {
    .col-l-1 {
        flex-basis: 5%;
        max-width: 5%;
    }

    .col-l-2 {
        flex-basis: 10%;
        max-width: 10%;
    }

    .col-l-3 {
        flex-basis: 15%;
        max-width: 15%;
    }

    .col-l-4 {
        flex-basis: 20%;
        max-width: 20%;
    }

    .col-l-5 {
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-l-6 {
        flex-basis: 30%;
        max-width: 30%;
    }

    .col-l-7 {
        flex-basis: 35%;
        max-width: 35%;
    }

    .col-l-8 {
        flex-basis: 40%;
        max-width: 40%;
    }

    .col-l-9 {
        flex-basis: 45%;
        max-width: 45%;
    }

    .col-l-10 {
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-l-11 {
        flex-basis: 55%;
        max-width: 55%;
    }

    .col-l-12 {
        flex-basis: 60%;
        max-width: 60%;
    }

    .col-l-13 {
        flex-basis: 65%;
        max-width: 65%;
    }

    .col-l-14 {
        flex-basis: 70%;
        max-width: 70%;
    }

    .col-l-15 {
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-l-16 {
        flex-basis: 80%;
        max-width: 80%;
    }

    .col-l-17 {
        flex-basis: 85%;
        max-width: 85%;
    }

    .col-l-18 {
        flex-basis: 90%;
        max-width: 90%;
    }

    .col-l-19 {
        flex-basis: 95%;
        max-width: 95%;
    }

    .col-l-20 {
        flex-basis: 100%;
        max-width: 100%;
    }

    .push-l-0 {
        margin-left: 0;
    }

    .push-l-1 {
        margin-left: 5%;
    }

    .push-l-2 {
        margin-left: 10%;
    }

    .push-l-3 {
        margin-left: 15%;
    }

    .push-l-4 {
        margin-left: 20%;
    }

    .push-l-5 {
        margin-left: 25%;
    }

    .push-l-6 {
        margin-left: 30%;
    }

    .push-l-7 {
        margin-left: 35%;
    }

    .push-l-8 {
        margin-left: 40%;
    }

    .push-l-9 {
        margin-left: 45%;
    }

    .push-l-10 {
        margin-left: 50%;
    }

    .push-l-11 {
        margin-left: 55%;
    }

    .push-l-12 {
        margin-left: 60%;
    }

    .push-l-13 {
        margin-left: 65%;
    }

    .push-l-14 {
        margin-left: 70%;
    }

    .push-l-15 {
        margin-left: 75%;
    }

    .push-l-16 {
        margin-left: 80%;
    }

    .push-l-17 {
        margin-left: 85%;
    }

    .push-l-18 {
        margin-left: 90%;
    }

    .push-l-19 {
        margin-left: 95%;
    }

    .start-xl {
        justify-content: flex-xltart;
        text-align: start;
    }

    .center-xl {
        justify-content: center;
        text-align: center;
    }

    .end-xl {
        justify-content: flex-end;
        text-align: end;
    }

    .top-xl {
        align-items: flex-xltart;
    }

    .middle-xl {
        align-items: center;
    }

    .bottom-xl {
        align-items: flex-end;
    }

    .around-xl {
        justify-content: space-around;
    }

    .between-xl {
        justify-content: space-between;
    }

    .first-xl {
        order: -1;
    }

    .last-xl {
        order: 1;
    }
}

::-webkit-input-placeholder {
    color: #bebebe !important;
}

:-moz-placeholder {
    color: #bebebe !important;
}

::-moz-placeholder {
    color: #bebebe !important;
}

:-ms-input-placeholder {
    color: #bebebe !important;
}

.success-message {
    text-align: center;
}

.error-message {
    color: #f00;
    font-weight: bold;
    text-align: center;
}

ul.form {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 -15px 0px;
    padding: 0;
}

    ul.form > li {
        margin: 0 0 15px 0;
        padding: 0 15px;
        width: 50%;
    }

        ul.form > li.size100 {
            width: 100%;
        }

        ul.form > li.size75 {
            width: 75%;
        }

        ul.form > li.size25 {
            width: 25%;
        }

        ul.form > li.hidden {
            display: none;
        }

@media all and (max-width: 900px) {
    ul.form > li {
        width: 50%;
    }

        ul.form > li.size75 {
            width: 100%;
        }

        ul.form > li.size25 {
            width: 50%;
        }
}

@media all and (max-width: 560px) {
    ul.form > li {
        width: 100%;
    }

        ul.form > li.size75 {
            width: 100%;
        }

        ul.form > li.size25 {
            width: 100%;
        }
}

ul.form > li > label {
    display: block;
    margin-bottom: 3px;
}

ul.form > li ul.options {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0 -10px 10px;
}

    ul.form > li ul.options li {
        display: block;
        margin: 0 10px;
        width: 33.33%;
    }

        ul.form > li ul.options li.size100 {
            width: 100%;
        }

@media all and (max-width: 560px) {
    ul.form > li ul.options {
        flex-wrap: wrap;
    }

        ul.form > li ul.options li {
            width: 100%;
            flex: 1;
        }
}

ul.form > li ul.options label {
    color: #000;
    display: block;
    margin: 5px 0;
}

    ul.form > li ul.options label.small {
        font-size: 10px;
        line-height: 14px;
    }

ul.form .sub-dropdown li {
    width: 100% !important;
    line-height: 20px;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea,
.multiple-input-hidden {
    background: #fff;
    border: 1px solid #ccd0d6;
    border-radius: 4px;
    box-shadow: none;
    color: #6c6c6c;
    font: inherit;
    height: 50px;
    padding: 0 15px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
}

    input[type="text"]:focus,
    input[type="password"]:focus,
    input[type="email"]:focus,
    input[type="tel"]:focus,
    textarea:focus,
    .multiple-input-hidden:focus {
        border-color: #b7b7b7;
        box-shadow: none;
        outline: 0;
    }

textarea {
    height: 123px;
    padding: 10px 15px;
}

div.multi-input {
    background: #fff;
    border: 1px solid #ccd0d6;
    border-radius: 4px;
    color: #6c6c6c;
    font: inherit;
    padding: 0 5px;
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

    div.multi-input input {
        border: none;
        padding: 0 0 0 10px;
        display: inline-block;
        width: auto;
        min-width: 260px;
    }

    div.multi-input .valid-container {
        display: flex;
        flex-wrap: wrap;
    }

        div.multi-input .valid-container .valid-email {
            background: #ededed;
            height: calc(100% - 10px);
            line-height: 38px;
            margin: 5px 5px 0 0;
            padding: 0 35px 0 15px;
            position: relative;
            color: #6c6c6c;
            border-radius: 3px;
            overflow: hidden;
        }

            div.multi-input .valid-container .valid-email .btn-remove {
                cursor: pointer;
                outline: none;
                position: absolute;
                right: 10px;
                top: -2px;
            }

                div.multi-input .valid-container .valid-email .btn-remove:after {
                    color: #99a1ad;
                    content: "\62";
                    font-size: 15px;
                    line-height: 1em;
                }

div.selector {
    background: #fff;
    border: none;
    border-radius: none;
    box-shadow: none;
    color: #000;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    outline: 0;
    overflow: hidden;
    position: relative;
    margin: 0 10px;
}

    div.selector span {
        cursor: pointer;
        display: block;
        font: inherit;
        height: 100%;
        overflow: hidden;
        padding: 0 30px 0 15px;
        position: relative;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
    }

        div.selector span:after {
            content: "";
            position: absolute;
            top: 9px;
            right: 13px;
            width: 7px;
            height: 7px;
            border-bottom: 1px solid #000;
            border-right: 1px solid #000;
            transform: rotate(45deg);
            color: #99a1ad;
            transition: all 0.3s;
        }

    div.selector select {
        background: #fff;
        border: none;
        color: #000;
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

.outline-select {
    min-width: 120px;
}

    .outline-select .custom-select {
        display: flex;
        align-items: center;
        margin: 0;
        height: 50px;
        line-height: 50px;
        border: 1px solid #D8D8D8;
        color: #999999;
    }

        .outline-select .custom-select .select-selected {
            width: 100%;
        }

.checker-container {
    padding-left: 25px;
    position: relative;
}

div.checker {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    height: 18px;
    width: 18px;
    margin: 0 5px 0 0;
    border: none;
    outline: 0;
    padding: 0;
    vertical-align: middle;
}

    div.checker span {
        background: #fff;
        border: 1px solid #D8D8D8;
        display: inline-block;
        height: 18px;
        margin: 0;
        position: relative;
        text-align: center;
        width: 18px;
        zoom: 1;
        padding: 0 !important;
    }

        div.checker span.checked {
            width: 100%;
        }

            div.checker span.checked:before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                width: 10px;
                height: 10px;
                margin: auto;
                background-color: #00ADEF;
                line-height: 1em;
                opacity: 1 !important;
            }

    div.checker input {
        background: none;
        border: none;
        display: inline-block;
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        width: 100%;
        zoom: 1;
    }

    div.checker.focus {
        border-color: #6c6c6c;
        outline: 0;
    }

label.big {
    display: inline-block !important;
    color: #000 !important;
}

    label.big div.checker {
        position: relative;
        width: 70px;
        height: 33px;
        background: #f2f2f2;
        border-radius: 15px;
        transition: background 0.2s;
    }

        label.big div.checker span {
            position: absolute;
            left: 3px;
            top: 0;
            bottom: 0;
            margin: auto 0;
            width: 27px;
            height: 27px;
            border-radius: 50%;
            border: none;
            transition: all 0.2s ease-out;
        }

            label.big div.checker span.checked {
                left: 40px;
            }

                label.big div.checker span.checked:before {
                    opacity: 0 !important;
                }

    label.big.checked div.checker {
        background: #00ADEF;
    }

.radio-wrapper {
    position: relative;
    background: #f2f2f2;
    text-align: center;
    padding: 14px 0;
    color: #000 !important;
}

    .radio-wrapper:hover {
        background: #00ADEF;
        color: #fff !important;
        cursor: pointer;
    }

    .radio-wrapper.checked {
        background: #00ADEF;
        color: #fff !important;
    }

div.radio {
    position: absolute;
    left: 0;
    top: 0;
    border: none;
    display: inline-block;
    height: 50px;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: middle;
    width: 100%;
}

    div.radio span {
        display: inline-block;
        height: 20px;
        padding: 3px;
        width: 20px;
        zoom: 1;
    }

        div.radio span.checked {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
        }

            div.radio span.checked:before {
                position: absolute;
                left: 0;
                top: 0;
                background: #00ADEF;
                content: "";
                display: block;
                height: 100%;
                width: 100%;
                z-index: -1;
            }

    div.radio input {
        background: none;
        border: none;
        display: inline-block;
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        width: 100%;
        zoom: 1;
    }

    div.radio.focus {
        border-color: #6c6c6c;
        box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
        outline: 0;
    }

div.btn input {
    border: none;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

input[type="button"] {
    width: 100%;
    outline: none;
    border: none;
    background-color: #f2f2f2;
    padding: 15px 0;
    color: #000;
}

    input[type="button"]:hover {
        background-color: #00ADEF;
        color: #fff;
    }

    input[type="button"].active {
        border: 1px solid #00ADEF;
        background-color: #E0F3FC;
        color: #00ADEF;
    }

div.uploader {
    position: relative;
    background: #fff;
    border: 1px dashed #D8D8D8;
    border-radius: 0;
    height: 50px;
    line-height: 50px;
    outline: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
    margin: 0 auto;
}

    div.uploader span.action {
        display: none;
    }

    div.uploader span.filename {
        color: #6c6c6c;
        cursor: default;
        display: block;
        float: left;
        height: 50px;
        line-height: inherit;
        margin: 0;
        opacity: 0.6;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
    }

        div.uploader span.filename:before {
            top: 3px;
            left: -10px;
            width: 18px !important;
            height: 18px !important;
        }

    div.uploader input {
        background: none;
        border: none;
        height: 100%;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 5;
    }

    div.uploader.focus {
        border-color: #b7b7b7;
        box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
        outline: 0;
    }

.price-field {
    position: relative;
}

    .price-field input {
        padding-left: 35px;
        padding-right: 35px;
        border-radius: 0px;
    }

    .price-field:before {
        content: '';
        position: absolute;
        right: 14px;
        top: 0;
        bottom: 0;
        width: 14px;
        height: 14px;
        margin: auto 0;
        background-size: contain;
        background-repeat: no-repeat;
        opacity: 0.6;
        background-image: url("/../../assets/images/icons/pencil-grey.svg");
    }

    .price-field:after {
        content: '€';
        position: absolute;
        left: 15px;
        top: 0;
        bottom: 0;
        line-height: 50px;
        color: #999999;
    }

/* Errors */
ul.form li.error input,
ul.form li.error textarea,
ul.form li.error div.uploader span.filename {
    border-color: #f00;
    color: #f00 !important;
}

ul.form li.error ::-webkit-input-placeholder {
    color: #f00 !important;
}

ul.form li.error :-moz-placeholder {
    color: #f00 !important;
}

ul.form li.error ::-moz-placeholder {
    color: #f00 !important;
}

ul.form li.error :-ms-input-placeholder {
    color: #f00 !important;
}

ul.form li.error div.selector,
ul.form li.error div.multi-selector {
    border-color: #f00;
}

    ul.form li.error div.selector > span,
    ul.form li.error div.multi-selector > span {
        color: #f00;
    }

ul.form li.error div.checker span {
    border-color: #f00;
}

ul.form li.error div.radio span {
    border-color: #f00;
}

ul.form li.error div.uploader {
    border-color: #f00;
    color: #f00;
}

    ul.form li.error div.uploader span {
        color: #f00;
    }

[class^="transition-"],
[class*=" transition-"] {
    animation-duration: 0.25s;
    opacity: 0;
    transition-timing-function: ease-in;
    animation-fill-mode: both;
}

.transition-delay-01 {
    animation-delay: 0.1s;
}

.transition-delay-02 {
    animation-delay: 0.2s;
}

.transition-delay-03 {
    animation-delay: 0.3s;
}

.transition-delay-04 {
    animation-delay: 0.4s;
}

.transition-delay-05 {
    animation-delay: 0.5s;
}

.transition-delay-06 {
    animation-delay: 0.6s;
}

.transition-delay-07 {
    animation-delay: 0.7s;
}

section.viewed .transition-fadein {
    animation-name: fadeIn;
}

section.viewed .transition-fadeinup {
    animation-name: fadeInUp;
}

section.viewed .transition-fadeindown {
    animation-name: fadeInDown;
}

section.viewed .transition-fadeinright {
    animation-name: fadeInRight;
}

section.viewed .transition-fadeinleft {
    animation-name: fadeInLeft;
}

section.viewed .transition-zoomin {
    animation-name: zoomIn;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeIn {
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

.fadeInUp {
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

.fadeInDown {
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

.fadeInRight {
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeft {
    animation-name: fadeInLeft;
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(0.9, 0.9, 0.9);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    animation-name: zoomIn;
}

#header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 70px;
    z-index: 8888;
    background: #000;
}

    #header .mobile {
        display: none;
    }

    #header .notification span {
        position: absolute;
        top: -3px;
        right: 15px;
        width: 20px;
        height: 20px;
        background-color: #00adef;
        border-radius: 50%;
        text-align: center;
        font-weight: 400;
        font-size: 15px;
        line-height: 20px;
        transform: translateX(50%) translateY(-50%);
    }

@media all and (max-width: 1200px) {
    #header .notification span {
        right: -10px;
        top: 25px;
    }
}

#header .notification:hover span {
    background-color: #fff;
}

#header .notification.active span {
    background-color: #fff;
}

#header .inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 12px 20px 0;
    font-family: 'Corporate S';
    font-weight: 300;
    font-size: 20px;
    max-width: calc(1300px);
    margin: 0 auto;
}

#header a.logo {
    display: block;
    height: 50px;
    overflow: hidden;
    padding: 0;
    width: 160px;
}

    #header a.logo svg {
        height: 50px;
    }

#header .account .icon-account {
    position: relative;
    max-width: 170px;
    outline: none;
    border: none;
    background-color: transparent;
    padding: 10px 0;
    color: #fff;
    cursor: pointer;
}

    #header .account .icon-account.red:before {
        background-color: red;
        border:solid red;
    }

    #header .account .icon-account:hover {
        color: #00ADEF;
    }

    #header .account .icon-account span {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    #header .account .icon-account .sub-dropdown {
        visibility: hidden;
        opacity: 0;
        padding-top: 16px;
    }

    #header .account .icon-account:hover .sub-dropdown {
        visibility: visible;
        opacity: 1;
    }

#header .account .notification-list {
    position: absolute;
    right: -65px;
    top: 37px;
    display: none;
    padding-top: 41px;
}

    #header .account .notification-list:before {
        content: '';
        position: absolute;
        right: 55px;
        top: 26px;
        width: 0;
        height: 0;
        border-left: 22px solid transparent;
        border-right: 22px solid transparent;
        border-bottom: 30px solid #00adef;
    }

    #header .account .notification-list .message {
        display: block;
        white-space: normal;
        width: 380px;
        padding: 22px;
        margin: 0;
        cursor: pointer;
    }

        #header .account .notification-list .message:hover {
            background-color: #018ac0;
        }

        #header .account .notification-list .message:not(:last-child) {
            border-bottom: 1px solid #E0F3FC;
        }

        #header .account .notification-list .message .icon, #header .account .notification-list .message .documentStatus:before {
            align-self: flex-start;
            margin-right: 20px;
        }

            #header .account .notification-list .message .icon:before, #header .account .notification-list .message .documentStatus:before {
                top: 0;
                bottom: auto;
                margin: 0;
                width: 32px;
                height: 40px;
            }

        #header .account .notification-list .message .info p {
            font-size: 17px;
            line-height: 20px;
        }

        #header .account .notification-list .message .info .time {
            position: relative;
            margin-top: 5px;
            font-size: 13px;
        }

            #header .account .notification-list .message .info .time:before {
                content: '-';
            }

@media all and (max-width: 560px) {
    #header .account .notification-list {
        position: fixed;
        top: 49px;
        right: 10px;
        width: calc(100% - 20px);
    }

        #header .account .notification-list:before {
            right: 50px;
        }

        #header .account .notification-list .message {
            width: 100%;
        }
}

#header ul {
    line-height: 14px;
    margin: 0;
    padding: 0;
}

    #header ul li {
        display: inline-block;
        vertical-align: middle;
    }

        #header ul li a {
            color: #fff;
            display: block;
            white-space: nowrap;
            padding: 10px 0;
        }

            #header ul li a.active {
                color: #00ADEF;
            }

            #header ul li a:hover {
                color: #00ADEF;
            }

#header nav li a {
    padding: 0 25px;
}

#header nav li:nth-child(2) {
    position: relative;
}

    #header nav li:nth-child(2) a {
        padding: 10px 84px 10px 25px;
    }

    #header nav li:nth-child(2):after {
        content: '';
        position: absolute;
        top: 0;
        right: 32px;
        width: 1px;
        height: 100%;
        background-color: #a0a0a0;
    }

#header .account li {
    margin-left: 25px;
}

    #header .account li:first-child {
        margin-left: 0;
    }

#header .account .icon:before, #header .account .documentStatus:before {
    width: 23px;
    height: 23px;
}

#header .account .icon.icon-account, #header .account .icon-account.documentStatus:before {
    padding-left: 30px;
}

#header .account .icon.icon-notification, #header .account .icon-notification.documentStatus:before {
    position: relative;
    display: block;
    white-space: nowrap;
    padding: 10px 0;
    color: #fff;
    cursor: pointer;
}

    #header .account .icon.icon-notification span, #header .account .icon-notification.documentStatus:before span {
        position: absolute;
        top: 0;
        right: 0;
        width: 20px;
        height: 20px;
        background-color: #00ADEF;
        border-radius: 50%;
        text-align: center;
        font-weight: normal;
        font-size: 15px;
        line-height: 20px;
        transform: translatex(75%);
    }

    #header .account .icon.icon-notification.active span, #header .account .icon-notification.active.documentStatus:before span {
        color: #00ADEF;
        background-color: #fff;
    }

    #header .account .icon.icon-notification.active:before, #header .account .icon-notification.active.documentStatus:before {
        background-image: url("/../../assets/images/icons/notification-blue.svg");
    }

        #header .account .icon.icon-notification.active .notification-list, #header .account .icon-notification.active.documentStatus:before .notification-list {
            display: block;
        }

#header .btn-open {
    border-radius: 50%;
    display: block;
    height: 46px;
    overflow: hidden;
    padding: 10px 9px 0;
    position: fixed;
    right: 30px;
    top: -60px;
    transition: top 250ms ease-out;
    width: 46px;
    z-index: 9999;
}

    #header .btn-open svg path {
        transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
        fill: #fff;
    }

@media all and (max-width: 1200px) {
    #header .mobile {
        display: block;
    }

    #header .no-mobile {
        display: none;
    }

    #header .inner {
        padding: 12px 35px 5px;
    }

    #header .account {
        margin-right: 60px;
    }

    #header a.logo {
        width: 145px;
        height: 50px;
    }

        #header a.logo svg {
            width: 145px;
            height: 50px;
        }

    #header nav {
        padding: 70px 0;
        background: #000;
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        text-align: center;
        transform: translateX(100%);
        transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
        z-index: -1;
    }

        #header nav ul {
            margin: 0 10%;
        }

            #header nav ul li {
                display: block;
                text-align: left;
                border-bottom: 1px solid rgba(216, 216, 216, 0.5);
            }

                #header nav ul li:nth-child(2):after {
                    content: none;
                }

                #header nav ul li a {
                    font-size: 15px;
                    line-height: 15px;
                    letter-spacing: 1.1px;
                    padding: 15px 15px;
                    color: #fff;
                }

                    #header nav ul li a.icon-account {
                        padding-left: 35px !important;
                    }

                        #header nav ul li a.icon-account:before {
                            top: -3px;
                            width: 25px;
                            height: 25px;
                        }

    #header .btn-open {
        top: 13px;
    }
}

body.admin #header nav ul li a span.icon-home:before {
    background-image: url("../../images/icons/home-white.svg");
}

body.admin #header nav ul li a span.icon-create:before {
    background-image: url("../../images/icons/create-white.svg");
}

body.admin #header nav ul li a span.icon-eye:before {
    background-image: url("../../images/icons/eye-white.svg");
}

body.admin #header nav ul li a span.icon-list:before {
    background-image: url("../../images/icons/list-white.svg");
}

body.admin #header nav ul li a span.icon-settings:before {
    background-image: url("../../images/icons/settings-white.svg");
}

@media all and (min-width: 1200px) {
    body.admin {
        padding-top: 140px;
    }

        body.admin #header nav {
            position: absolute;
            top: 70px;
            left: 0;
            right: 0;
            background-color: #00ADEF;
            height: 70px;
        }

            body.admin #header nav ul {
                display: flex;
                height: 70px;
            }

                body.admin #header nav ul li {
                    flex-grow: 1;
                    flex-basis: 0;
                    line-height: 70px;
                }

                    body.admin #header nav ul li:nth-child(2) a {
                        padding: 0 25px;
                    }

                    body.admin #header nav ul li:nth-child(2):after {
                        content: none;
                    }

                    body.admin #header nav ul li:not(:last-child) {
                        border-right: 1px solid #999999;
                    }

                    body.admin #header nav ul li a {
                        text-align: center;
                    }

                        body.admin #header nav ul li a span {
                            padding-left: 35px;
                        }

                            body.admin #header nav ul li a span:before {
                                width: 23px;
                                height: 23px;
                            }

                        body.admin #header nav ul li a.active, body.admin #header nav ul li a:hover {
                            color: #fff;
                            background-color: #018ac0;
                        }
}

@media all and (max-width: 1200px) {
    body.admin #header nav ul li a span {
        padding-left: 35px;
    }

        body.admin #header nav ul li a span:before {
            width: 25px;
            height: 25px;
        }

        body.admin #header nav ul li a span.icon-home:before {
            background-image: url("../../images/icons/home-white.svg");
        }

        body.admin #header nav ul li a span.icon-create:before {
            background-image: url("../../images/icons/create-white.svg");
        }

        body.admin #header nav ul li a span.icon-eye:before {
            background-image: url("../../images/icons/eye-white.svg");
        }

        body.admin #header nav ul li a span.icon-list:before {
            background-image: url("../../images/icons/list-white.svg");
        }

        body.admin #header nav ul li a span.icon-settings:before {
            background-image: url("../../images/icons/settings-white.svg");
        }
}

@media all and (max-width: 900px) {
    #header .inner {
        padding: 12px 35px 5px;
    }
}

@media all and (max-width: 560px) {
    #header .btn-open {
        right: 10px;
    }

    #header .account {
        margin-right: 60px;
    }

        #header .account .icon-account {
            font-size: 0;
        }

    #header .inner {
        padding: 12px 10px 5px;
    }
}

body.mobile-nav-open #header nav {
    transform: translateX(0%);
}

    body.mobile-nav-open #header nav ul {
        padding-top: 50px;
    }

        body.mobile-nav-open #header nav ul li a {
            display: inline-block;
            padding: 25px 0;
            font-size: 20px;
        }

            body.mobile-nav-open #header nav ul li a.icon, body.mobile-nav-open #header nav ul li a.documentStatus:before {
                padding-left: 25px;
            }

        body.mobile-nav-open #header nav ul li:first-child a {
            padding: 25px;
        }

        body.mobile-nav-open #header nav ul li:first-child:after {
            content: none;
        }

body.mobile-nav-open #header .btn-open svg .top {
    transform: rotate(45deg) translateY(-9px) translateX(8px);
}

body.mobile-nav-open #header .btn-open svg .mid {
    opacity: 0;
}

body.mobile-nav-open #header .btn-open svg .bot {
    transform: rotate(-45deg) translateY(1px) translateX(-18px);
}

.btn {
    position: relative;
    background: #f2f2f2;
    border: none;
    border-radius: 0;
    box-shadow: inset 0 0 0 0 #00ADEF;
    color: #000;
    cursor: pointer;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    padding: 0 25px;
    text-align: center;
    vertical-align: middle;
}

    .btn.icon, .btn.documentStatus:before {
        padding-left: 35px;
    }

    .btn span:before {
        top: 2px;
        left: -8px;
    }

    .btn span.icon-arrow:before {
        top: 1px;
        width: 12px;
        height: 12px;
    }

    .btn[disabled] span {
        opacity: 0.5;
    }

    .btn:not([disabled]):hover {
        box-shadow: inset 0 -50px 0 0 #00ADEF;
        color: #fff;
    }

        .btn:not([disabled]):hover .icon-arrow:before {
            background-image: url("../../images/icons/arrow-white.svg");
        }

        .btn:not([disabled]):hover .icon-agent:before {
            background-image: url("../../images/icons/bid-agent-white.svg");
        }

    .btn.green {
        background-color: #008148;
        color: #fff;
    }

    .btn.orange {
        background-color: #FF9000;
        color: #fff;
    }

    .btn.red {
        background-color: #9F0003;
        color: #fff;
    }

    .btn.blue {
        background-color: #00ADEF;
        color: #fff;
    }

        .btn.blue.icon-arrow:before {
            position: absolute;
            left: 15px;
            width: 12px;
            height: 12px;
            background-image: url("../../images/icons/arrow-white.svg");
        }

        .btn.blue:not([disabled]):hover {
            color: #000;
        }

            .btn.blue:not([disabled]):hover.icon-arrow:before {
                background-image: url("../../images/icons/arrow.svg");
            }

    .btn.black {
        background-color: #000;
        color: #fff;
    }

        .btn.black.icon-arrow:before {
            position: absolute;
            left: 15px;
            width: 12px;
            height: 12px;
            background-image: url("../../images/icons/arrow-white.svg");
        }

        .btn.black:not([disabled]):hover {
            color: #000;
        }

            .btn.black:not([disabled]):hover.icon-arrow:before {
                background-image: url("../../images/icons/arrow.svg");
            }

    .btn.btn-full-width {
        width: 100%;
    }

    .btn img {
        width: auto;
        max-width: 100%;
        display: inline-block;
        position: relative;
        top: -1px;
    }

        .btn img + span {
            margin-left: 5px;
        }

.btn-grid {
    width: 30px;
    height: 30px;
    border: none;
    outline: none;
    background-color: transparent;
    margin-left: 20px;
}

    .btn-grid svg {
        display: block;
        margin: auto;
        width: 25px;
        height: 25px;
    }

        .btn-grid svg path {
            transition: fill 0.1s ease-out;
        }

    .btn-grid .list {
        display: none;
    }

    .btn-grid:hover svg path {
        fill: #00ADEF;
    }

    .btn-grid.active .grid {
        display: none;
    }

    .btn-grid.active .list {
        display: block;
    }

.btn-close {
    width: 30px;
    height: 30px;
    border: none;
    outline: none;
    background-color: transparent;
}

    .btn-close svg {
        display: block;
        width: 15px;
        height: 15px;
        margin: auto;
    }

        .btn-close svg polygon {
            fill: #fff;
            transition: fill 0.2s ease-out;
        }

    .btn-close:hover svg polygon {
        fill: #000;
    }

.btn-filter {
    position: relative;
    background: #D8D8D8;
    border: none;
    border-radius: 15px;
    box-shadow: none;
    color: #000;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    outline: 0;
    margin: 0px 7px;
    padding: 0 15px 0 15px;
    transition: color 0.3s ease-out;
}

    .btn-filter.dropdown {
        padding: 0 30px 0 15px;
    }

        .btn-filter.dropdown:after {
            content: "";
            position: absolute;
            top: 9px;
            right: 13px;
            width: 7px;
            height: 7px;
            border-bottom: 1px solid #000;
            border-right: 1px solid #000;
            transform: rotate(45deg);
            color: #99a1ad;
            transition: all 0.3s;
        }

    .btn-filter.active {
        background: #000;
        color: #fff;
    }

        .btn-filter.active:after {
            top: 13px;
            border-bottom: 1px solid #fff;
            border-right: 1px solid #fff;
            transform: rotate(225deg);
        }

    .btn-filter ul {
        padding: 0 15px !important;
        margin: 10px 0 !important;
    }

        .btn-filter ul li {
            min-width: 100%;
            margin-bottom: 0 !important;
        }

    .btn-filter label {
        width: 100%;
        display: flex;
        align-items: center;
        margin: 2px 0;
        color: #999999;
    }

        .btn-filter label.checked {
            color: #000;
        }

        .btn-filter label .checker span {
            display: block;
            padding: 0;
        }

.btn-tooltip {
    position: relative;
    display: inline-block;
    background-color: #D8D8D8;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    vertical-align: middle;
    margin-left: 10px;
    cursor: pointer;
}

    .btn-tooltip .icon, .btn-tooltip .documentStatus:before {
        width: 100%;
        height: 100%;
    }

        .btn-tooltip .icon:before, .btn-tooltip .documentStatus:before {
            position: absolute;
            right: 1px;
            width: 10px;
            height: 10px;
            margin: auto;
        }

    .btn-tooltip .tooltip {
        position: absolute;
        left: 30px;
        top: 50%;
        padding: 15px;
        color: #00ADEF;
        background-color: #E0F3FC;
        border: 1px solid #00ADEF;
        z-index: 5;
        width: 190px;
        transform: translateY(-50%);
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.3s ease-out;
    }

        .btn-tooltip .tooltip:after {
            content: '';
            position: absolute;
            left: 0;
            top: 50%;
            width: 10px;
            height: 10px;
            background-color: #E0F3FC;
            border-top: 1px solid #00ADEF;
            border-left: 1px solid #00ADEF;
            transform: rotate(-45deg) translateX(-1px) translateY(-9px);
        }

    .btn-tooltip:hover {
        background-color: #00ADEF;
    }

        .btn-tooltip:hover .tooltip {
            visibility: visible;
            opacity: 1;
        }

@media all and (max-width: 560px) {
    .btn-tooltip .tooltip {
        top: 30px;
        left: auto;
        right: -20px;
        transform: translateY(0%);
    }

        .btn-tooltip .tooltip:after {
            left: auto;
            right: 22px;
            top: -7px;
            transform: rotate(45deg);
        }
}

.btn-edit {
    position: relative;
    color: #00ADEF;
    background: transparent;
    white-space: nowrap;
    outline: none;
    border: none;
    height: 34px;
    line-height: 34px;
    padding-right: 25px;
}

    .btn-edit.active {
        color: #999999;
    }

    .btn-edit:before {
        position: absolute;
        right: 0;
        left: auto;
        width: 20px;
        height: 20px;
    }

    .btn-edit:hover {
        color: #000;
    }

.btn-history {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 100%;
    height: 45px;
    text-align: center;
    background-color: #f2f2f2;
    color: #00ADEF;
}

    .btn-history span.left {
        padding-left: 30px;
    }

        .btn-history span.left:before {
            width: 22px;
            height: 22px;
            background-image: url("../../images/icons/history-blue.svg");
        }

    .btn-history:hover {
        background: #00ADEF;
        color: #fff;
    }

        .btn-history:hover span:before {
            background-image: url("../../images/icons/history-white.svg");
        }

.btn-manage {
    overflow: visible;
}

    .btn-manage span:before {
        transition: transform 0.3s ease-out;
    }

    .btn-manage.blue span:before {
        background-image: url("../../images/icons/arrow-white.svg") !important;
    }

    .btn-manage.blue:hover {
        color: #fff;
    }

    .btn-manage .sub-dropdown ul li {
        line-height: 20px;
    }

    .btn-manage.active span:before {
        transform: rotate(90deg);
    }

.tabs {
    display: flex;
}

    .tabs a[data-tab-btn] {
        background: #D8D8D8;
        flex-grow: 1;
        padding: 15px 10px;
        text-align: center;
        white-space: nowrap;
        color: #999999;
    }

        .tabs a[data-tab-btn]:not(:last-child) {
            border-right: 1px solid #fff;
        }

        .tabs a[data-tab-btn]:hover {
            background-color: #ededed;
            color: #000;
        }

        .tabs a[data-tab-btn].active {
            background-color: #ededed;
            color: #000;
        }

a[data-tab-btn].active {
    color: #000;
}

div[data-tab-body]:not(.active) {
    display: none;
}

footer {
    background-color: #f2f2f2;
    height: 70px;
}

    footer .content {
        display: flex;
        align-items: center;
        height: 70px;
    }

        footer .content a {
            position: relative;
            padding-right: 15px;
            margin-right: 15px;
        }

            footer .content a:after {
                content: '';
                position: absolute;
                right: 0;
                top: 0;
                bottom: 0;
                margin: auto 0;
                width: 1px;
                height: 80%;
                background: #000;
            }

        footer .content p {
            margin: 0;
            color: #000;
        }

.message {
    position: relative;
    display: flex;
    padding: 22px 48px;
    margin-bottom: 16px;
    justify-content: space-between;
}

    .message .wrapper {
        display: flex;
    }

    .message .icon, .message .documentStatus:before {
        min-width: 48px;
        max-width: 48px;
        width: 48px;
        height: 40px;
        padding: 0;
        margin-right: 55px;
        align-self: center;
    }

        .message .icon:before, .message .documentStatus:before {
            width: 100%;
            height: 100%;
        }

    .message p {
        margin-bottom: 0;
    }

    .message .arrow {
        content: '';
        position: absolute;
        right: 7%;
        top: 0;
        width: 0;
        height: 0;
        border-left: 22px solid transparent;
        border-right: 22px solid transparent;
        border-bottom: 30px solid #00ADEF;
        transform: translateY(-50%);
    }

    .message .btn-close {
        position: absolute;
        right: 20px;
        top: 20px;
    }

    .message .btn-accept {
        border: 1px solid #fff;
        color: #fff;
        background-color: transparent;
        padding: 10px 20px;
        margin-left: 25px;
        min-width: 150px;
    }

        .message .btn-accept:hover {
            color: #000;
        }

@media all and (max-width: 800px) {
    .message {
        flex-wrap: wrap;
        padding: 20px;
    }

        .message .wrapper {
            flex-wrap: wrap;
        }

        .message .icon, .message .documentStatus:before {
            margin-bottom: 20px;
        }

        .message .btn-accept {
            margin: 25px 0 0 0;
        }
}

.car-list {
    list-style-type: none;
    padding: 0;
}

@media all and (-ms-high-contrast: none) {
    .car-list {
        /* IE10 */
        /* IE11 */
    }

        .car-list > li {
            height: 1px;
        }

        .car-list *::-ms-backdrop, .car-list > li {
            height: 1px;
        }
}

.car-list > li {
    margin: 8px 0;
    display: flex;
    flex-wrap: wrap;
    min-height: 125px;
    width: 100%;
    background-color: #fff;
    box-shadow: 10px 10px 14px -5px rgba(0, 0, 0, 0.05);
}

    .car-list > li.bundle {
        display: block;
        box-shadow: none;
        background: none;
    }

        .car-list > li.bundle .bundle__infos {
            display: flex;
            flex-wrap: wrap;
            min-height: 125px;
            width: 100%;
            background-color: #fff;
            box-shadow: 10px 10px 14px -5px rgba(0, 0, 0, 0.05);
        }

    .car-list > li .info {
        display: flex;
        flex: 1;
        padding: 0 0px 0 4%;
        align-items: center;
    }

        .car-list > li .info .head1 {
            font-size: 24px;
            margin: 0;
            padding: 0 4% 0 0;
            max-width: 350px;
            min-width: 200px;
            width: 45%;
            line-height: 28px;
        }

        .car-list > li .info .specifications {
            color: #000;
            padding: 22px 3%;
            display: flex;
            flex-wrap: wrap;
            flex-grow: 1;
            justify-content: space-between;
        }

            .car-list > li .info .specifications span {
                display: block;
                min-width: 50%;
                margin: 5px 0;
                padding: 0 0px 0 30px;
            }

                .car-list > li .info .specifications span:nth-child(odd) {
                    padding: 8px 30px;
                }

                .car-list > li .info .specifications span.red {
                    color: #9f0003;
                }

                .car-list > li .info .specifications span.icon:before, .car-list > li .info .specifications span.documentStatus:before {
                    opacity: 0.2;
                    width: 18px;
                    height: 18px;
                }

                .car-list > li .info .specifications span:hover.icon-plus:before {
                    background-image: url("../../images/icons/plus-blue.svg");
                    opacity: 1;
                }

                .car-list > li .info .specifications span:hover.icon-account:before {
                    background-image: url("../../images/icons/account-dark.svg");
                }

    .car-list > li .image {
        width: 200px;
        min-width: 200px;
        background-size: cover;
        background-position: center;
    }

    .car-list > li .bundle__infos + .bundle__price-division {
        display: none;
    }

        .car-list > li .bundle__infos + .bundle__price-division.bundle__price-division--visible {
            display: block;
        }

    .car-list > li .actions {
        position: relative;
        display: flex;
        align-items: center;
        padding: 10px 70px 10px 20px;
    }

        .car-list > li .actions .btn {
            width: 100%;
        }

            .car-list > li .actions .btn[data-popup="edit-details"] {
                min-width: 200px;
            }

        .car-list > li .actions .price {
            min-width: 220px;
            line-height: 51px;
            height: 45px;
        }

            .car-list > li .actions .price.price--editable {
                display: flex;
                padding: 0;
            }

                .car-list > li .actions .price.price--editable span {
                    flex: 1 1 0;
                    padding: 0 10px;
                }

                .car-list > li .actions .price.price--editable .btn {
                    width: 45px;
                    padding: 0;
                }

                    .car-list > li .actions .price.price--editable .btn img[src*='/pencil'][src$='.svg'] {
                        width: 15px;
                        height: 24px;
                        vertical-align: middle;
                        position: relative;
                        top: 3px;
                    }

@media all and (-ms-high-contrast: none) {
    .car-list > li .actions {
        /* IE10 */
        /* IE11 */
    }

        .car-list > li .actions .price {
            line-height: 43px;
        }

        .car-list > li .actions *::-ms-backdrop .price {
            line-height: 43px;
        }
}

.car-list > li .actions .btn-favourite, .car-list > li .actions .btn-download, .car-list > li .actions .btn-trash, .car-list > li .actions .btn-highest-bid {
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    height: 100%;
    outline: none;
    border: none;
    opacity: 1;
    transition: opacity 0.2s;
    background: transparent;
}

    .car-list > li .actions .btn-favourite svg, .car-list > li .actions .btn-download svg, .car-list > li .actions .btn-trash svg, .car-list > li .actions .btn-highest-bid svg {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 26px;
        height: 26px;
        margin: auto;
    }

        .car-list > li .actions .btn-favourite svg .st0, .car-list > li .actions .btn-download svg .st0, .car-list > li .actions .btn-trash svg .st0, .car-list > li .actions .btn-highest-bid svg .st0 {
            transition: fill 0.3s ease-out;
            fill: #D8D8D8;
        }

        .car-list > li .actions .btn-favourite svg .st1, .car-list > li .actions .btn-download svg .st1, .car-list > li .actions .btn-trash svg .st1, .car-list > li .actions .btn-highest-bid svg .st1 {
            fill: #fff;
        }

    .car-list > li .actions .btn-favourite:hover, .car-list > li .actions .btn-download:hover, .car-list > li .actions .btn-trash:hover, .car-list > li .actions .btn-highest-bid:hover {
        opacity: 1;
        fill: #00ADEF;
    }

        .car-list > li .actions .btn-favourite:hover .st0, .car-list > li .actions .btn-download:hover .st0, .car-list > li .actions .btn-trash:hover .st0, .car-list > li .actions .btn-highest-bid:hover .st0 {
            fill: #00ADEF;
        }

    .car-list > li .actions .btn-favourite.active, .car-list > li .actions .btn-download.active, .car-list > li .actions .btn-trash.active, .car-list > li .actions .btn-highest-bid.active {
        opacity: 1;
    }

        .car-list > li .actions .btn-favourite.active .st0, .car-list > li .actions .btn-download.active .st0, .car-list > li .actions .btn-trash.active .st0, .car-list > li .actions .btn-highest-bid.active .st0 {
            fill: #00ADEF;
        }

        .car-list > li .actions .btn-favourite.active:hover svg .st0, .car-list > li .actions .btn-download.active:hover svg .st0, .car-list > li .actions .btn-trash.active:hover svg .st0, .car-list > li .actions .btn-highest-bid.active:hover svg .st0 {
            fill: #018ac0;
        }

    .car-list > li .actions .btn-trash path {
        fill: #D8D8D8;
    }

    .car-list > li .actions .btn-trash:hover svg path {
        fill: #00ADEF;
    }

.car-list > li .actions .btn-highest-bid {
    pointer-events: none;
    cursor: default;
}

    .car-list > li .actions .btn-highest-bid svg .st0 {
        fill: #d8d8d8;
    }

    .car-list > li .actions .btn-highest-bid.active svg .st0 {
        fill: #00ADEF;
    }

.car-list > li > .bundle__price-division {
    background: #ededed;
    padding: 50px;
    color: black;
    position: relative;
}

    .car-list > li > .bundle__price-division .title {
        font-size: 26px;
        font-weight: 400;
        font-family: 'Corporate A Cond Pro';
        margin-bottom: 20px;
    }

        .car-list > li > .bundle__price-division .title::before {
            content: '';
            width: 50px;
            height: 2px;
            background: black;
            margin-bottom: 20px;
            display: block;
        }

    .car-list > li > .bundle__price-division .content {
        max-width: 350px;
    }

    .car-list > li > .bundle__price-division form {
        margin-top: 15px;
    }

    .car-list > li > .bundle__price-division .toggle-price-division {
        position: absolute;
        top: 15px;
        right: 15px;
        padding: 10px;
        border: 0;
        background: none;
    }

    .car-list > li > .bundle__price-division table.table {
        border-spacing: 10px;
        border-collapse: separate;
        margin: -10px;
    }

        .car-list > li > .bundle__price-division table.table th {
            width: 33%;
            font-weight: normal;
            color: #999999;
        }

            .car-list > li > .bundle__price-division table.table th.column-updated-price {
                max-width: 215px;
            }

        .car-list > li > .bundle__price-division table.table hr {
            margin: 0;
            background: #999999;
        }

        .car-list > li > .bundle__price-division table.table .result {
            text-align: center;
            height: 45px;
            line-height: 45px;
        }

            .car-list > li > .bundle__price-division table.table .result.result--red {
                color: white;
                background: #9F0003;
            }

            .car-list > li > .bundle__price-division table.table .result.result--green {
                color: white;
                background: #008148;
            }

    .car-list > li > .bundle__price-division .model_id {
        color: #999999;
    }

    .car-list > li > .bundle__price-division .total {
        font-size: 1.25em;
        font-weight: 400;
    }

    .car-list > li > .bundle__price-division .field-container {
        position: relative;
    }

        .car-list > li > .bundle__price-division .field-container .field {
            border-radius: 0;
        }

            .car-list > li > .bundle__price-division .field-container .field.field-has-error {
                color: #9F0003;
                border-color: #9F0003;
            }

                .car-list > li > .bundle__price-division .field-container .field.field-has-error + .field-error {
                    position: absolute;
                    right: 15px;
                    top: -6px;
                    color: #9F0003;
                    font-size: 12px;
                    padding: 0px 8px;
                    background: linear-gradient(to bottom, transparent 50%, white 50%);
                    line-height: 1;
                    font-weight: normal;
                }

            .car-list > li > .bundle__price-division .field-container .field:focus {
                border-color: #00ADEF;
                background-color: #E0F3FC;
                color: black;
            }

                .car-list > li > .bundle__price-division .field-container .field:focus.field-has-error {
                    color: #9F0003;
                    border-color: #9F0003;
                }

                    .car-list > li > .bundle__price-division .field-container .field:focus.field-has-error + .field-error {
                        background: linear-gradient(to bottom, transparent 50%, #E0F3FC 50%);
                    }

    .car-list > li > .bundle__price-division .result-container {
        position: relative;
    }

        .car-list > li > .bundle__price-division .result-container .result + .result-error {
            margin-top: 5px;
            color: #9F0003;
            font-size: 16px;
            text-align: center;
            position: absolute;
            left: 0;
            right: 0;
        }

    .car-list > li > .bundle__price-division .submit-container {
        margin-top: 45px;
    }

        .car-list > li > .bundle__price-division .submit-container .submit {
            color: white !important;
        }

    .car-list > li > .bundle__price-division .controls-container {
        color: #999999;
        margin-top: 15px;
    }

        .car-list > li > .bundle__price-division .controls-container .btn {
            height: auto;
            line-height: 1.2;
            text-decoration: underline;
            background: none;
            box-shadow: none;
            padding: 0 10px;
            color: #999999 !important;
            margin-top: -4px;
        }

    .car-list > li > .bundle__price-division .submit[disabled] {
        cursor: not-allowed;
        filter: grayscale(100%);
    }

    .car-list > li > .bundle__price-division .field[disabled], .car-list > li > .bundle__price-division .reset[disabled] {
        cursor: not-allowed;
        opacity: .8;
        filter: grayscale(100%);
    }

    .car-list > li > .bundle__price-division .countdown.icon.left, .car-list > li > .bundle__price-division .countdown.left.documentStatus:before {
        padding-left: 23px;
    }

    .car-list > li > .bundle__price-division .countdown::before {
        background-image: url(../../images/icons/clock-gray.svg);
    }

.car-list.no-action .actions {
    padding: 10px 12px 10px 20px;
}

@media all and (max-width: 1020px) {
    .car-list {
        display: flex;
        flex-wrap: wrap;
        margin: 8px -8px 0 -8px;
    }
}

@media all and (max-width: 1020px) and (-ms-high-contrast: none) {
    .car-list {
        /* IE10 */
        /* IE11 */
    }

        .car-list > li {
            height: auto;
        }

        .car-list *::-ms-backdrop, .car-list > li {
            height: auto;
        }
}

@media all and (max-width: 1020px) {
    .car-list li {
        position: relative;
        margin: 8px;
        width: calc(25% - 16px);
        flex-wrap: wrap;
    }

        .car-list li .image {
            height: 210px;
            width: 100%;
            min-width: auto;
        }

        .car-list li .info {
            flex-wrap: wrap;
            padding: 50px 8% 0px;
        }

            .car-list li .info .specifications {
                padding: 0 0 10px 0;
            }

                .car-list li .info .specifications span:nth-child(odd) {
                    padding: 5px 0 5px 30px;
                }

            .car-list li .info .head1 {
                min-width: auto;
                width: 100%;
                min-height: 66px;
            }

        .car-list li .actions {
            position: initial;
            padding: 12px !important;
            width: 100%;
        }

            .car-list li .actions .wrapper {
                width: 100%;
            }

            .car-list li .actions .price {
                position: absolute;
                top: 210px;
                transform: translateY(-50%) translateX(-50%);
                left: 50%;
            }

                .car-list li .actions .price.anim {
                    animation-name: pulse-grid;
                    animation-duration: 1s;
                    animation-fill-mode: both;
                }

            .car-list li .actions .btn-favourite, .car-list li .actions .btn-download, .car-list li .actions .btn-trash, .car-list li .actions .btn-highest-bid {
                position: absolute;
                width: 50px;
                height: 50px;
                opacity: 1;
            }

                .car-list li .actions .btn-favourite svg path, .car-list li .actions .btn-download svg path, .car-list li .actions .btn-trash svg path, .car-list li .actions .btn-highest-bid svg path {
                    fill: #fff;
                }

                .car-list li .actions .btn-favourite svg .st1, .car-list li .actions .btn-download svg .st1, .car-list li .actions .btn-trash svg .st1, .car-list li .actions .btn-highest-bid svg .st1 {
                    fill: transparent;
                }

                .car-list li .actions .btn-favourite:hover svg path, .car-list li .actions .btn-download:hover svg path, .car-list li .actions .btn-trash:hover svg path, .car-list li .actions .btn-highest-bid:hover svg path {
                    fill: #00ADEF;
                }

                .car-list li .actions .btn-favourite:hover svg .st1, .car-list li .actions .btn-download:hover svg .st1, .car-list li .actions .btn-trash:hover svg .st1, .car-list li .actions .btn-highest-bid:hover svg .st1 {
                    fill: #fff;
                }

                .car-list li .actions .btn-favourite.active svg path, .car-list li .actions .btn-download.active svg path, .car-list li .actions .btn-trash.active svg path, .car-list li .actions .btn-highest-bid.active svg path {
                    fill: #00ADEF;
                }

                .car-list li .actions .btn-favourite.active svg .st1, .car-list li .actions .btn-download.active svg .st1, .car-list li .actions .btn-trash.active svg .st1, .car-list li .actions .btn-highest-bid.active svg .st1 {
                    fill: #fff;
                }

                .car-list li .actions .btn-favourite.active:hover svg path, .car-list li .actions .btn-download.active:hover svg path, .car-list li .actions .btn-trash.active:hover svg path, .car-list li .actions .btn-highest-bid.active:hover svg path {
                    fill: #018ac0;
                }
}

@media all and (max-width: 1020px) and (max-width: 1200px) and (-ms-high-contrast: none) {
    .car-list {
        /* IE10 */
        /* IE11 */
    }

        .car-list > li {
            height: auto;
        }

        .car-list *::-ms-backdrop, .car-list > li {
            height: auto;
        }
}

@media all and (max-width: 1020px) and (max-width: 1200px) {
    .car-list.mobile li {
        width: calc(33.33% - 16px);
    }
}

@media all and (max-width: 1020px) and (max-width: 1200px) and (max-width: 1020px) {
    .car-list li {
        width: calc(33.33% - 16px);
    }
}

@media all and (max-width: 1020px) and (max-width: 900px) {
    .car-list li {
        width: calc(50% - 16px);
    }

    .car-list.mobile li {
        width: calc(50% - 16px);
    }
}

@media all and (max-width: 1020px) and (max-width: 630px) {
    .car-list li {
        width: calc(100% - 16px);
    }

        .car-list li .info .head1 {
            min-height: auto;
        }
}

.car-list.mobile {
    display: flex;
    flex-wrap: wrap;
    margin: 8px -8px 0 -8px;
}

@media all and (-ms-high-contrast: none) {
    .car-list.mobile {
        /* IE10 */
        /* IE11 */
    }

        .car-list.mobile > li {
            height: auto;
        }

        .car-list.mobile *::-ms-backdrop, .car-list.mobile > li {
            height: auto;
        }
}

.car-list.mobile li {
    position: relative;
    margin: 8px;
    width: calc(25% - 16px);
    flex-wrap: wrap;
}

    .car-list.mobile li .image {
        height: 210px;
        width: 100%;
        min-width: auto;
    }

    .car-list.mobile li .info {
        flex-wrap: wrap;
        padding: 50px 8% 0px;
    }

        .car-list.mobile li .info .specifications {
            padding: 0 0 10px 0;
        }

            .car-list.mobile li .info .specifications span:nth-child(odd) {
                padding: 5px 0 5px 30px;
            }

        .car-list.mobile li .info .head1 {
            min-width: auto;
            width: 100%;
            min-height: 66px;
        }

    .car-list.mobile li .actions {
        position: initial;
        padding: 12px !important;
        width: 100%;
    }

        .car-list.mobile li .actions .wrapper {
            width: 100%;
        }

        .car-list.mobile li .actions .price {
            position: absolute;
            top: 210px;
            transform: translateY(-50%) translateX(-50%);
            left: 50%;
        }

            .car-list.mobile li .actions .price.anim {
                animation-name: pulse-grid;
                animation-duration: 1s;
                animation-fill-mode: both;
            }

        .car-list.mobile li .actions .btn-favourite, .car-list.mobile li .actions .btn-download, .car-list.mobile li .actions .btn-trash, .car-list.mobile li .actions .btn-highest-bid {
            position: absolute;
            width: 50px;
            height: 50px;
            opacity: 1;
        }

            .car-list.mobile li .actions .btn-favourite svg path, .car-list.mobile li .actions .btn-download svg path, .car-list.mobile li .actions .btn-trash svg path, .car-list.mobile li .actions .btn-highest-bid svg path {
                fill: #fff;
            }

            .car-list.mobile li .actions .btn-favourite svg .st1, .car-list.mobile li .actions .btn-download svg .st1, .car-list.mobile li .actions .btn-trash svg .st1, .car-list.mobile li .actions .btn-highest-bid svg .st1 {
                fill: transparent;
            }

            .car-list.mobile li .actions .btn-favourite:hover svg path, .car-list.mobile li .actions .btn-download:hover svg path, .car-list.mobile li .actions .btn-trash:hover svg path, .car-list.mobile li .actions .btn-highest-bid:hover svg path {
                fill: #00ADEF;
            }

            .car-list.mobile li .actions .btn-favourite:hover svg .st1, .car-list.mobile li .actions .btn-download:hover svg .st1, .car-list.mobile li .actions .btn-trash:hover svg .st1, .car-list.mobile li .actions .btn-highest-bid:hover svg .st1 {
                fill: #fff;
            }

            .car-list.mobile li .actions .btn-favourite.active svg path, .car-list.mobile li .actions .btn-download.active svg path, .car-list.mobile li .actions .btn-trash.active svg path, .car-list.mobile li .actions .btn-highest-bid.active svg path {
                fill: #00ADEF;
            }

            .car-list.mobile li .actions .btn-favourite.active svg .st1, .car-list.mobile li .actions .btn-download.active svg .st1, .car-list.mobile li .actions .btn-trash.active svg .st1, .car-list.mobile li .actions .btn-highest-bid.active svg .st1 {
                fill: #fff;
            }

            .car-list.mobile li .actions .btn-favourite.active:hover svg path, .car-list.mobile li .actions .btn-download.active:hover svg path, .car-list.mobile li .actions .btn-trash.active:hover svg path, .car-list.mobile li .actions .btn-highest-bid.active:hover svg path {
                fill: #018ac0;
            }

@media all and (max-width: 1200px) and (-ms-high-contrast: none) {
    .car-list.mobile {
        /* IE10 */
        /* IE11 */
    }

        .car-list.mobile > li {
            height: auto;
        }

        .car-list.mobile *::-ms-backdrop, .car-list.mobile > li {
            height: auto;
        }
}

@media all and (max-width: 1200px) {
    .car-list.mobile.mobile li {
        width: calc(33.33% - 16px);
    }
}

@media all and (max-width: 1200px) and (max-width: 1020px) {
    .car-list.mobile li {
        width: calc(33.33% - 16px);
    }
}

@media all and (max-width: 900px) {
    .car-list.mobile li {
        width: calc(50% - 16px);
    }

    .car-list.mobile.mobile li {
        width: calc(50% - 16px);
    }
}

@media all and (max-width: 630px) {
    .car-list.mobile li {
        width: calc(100% - 16px);
    }

        .car-list.mobile li .info .head1 {
            min-height: auto;
        }
}

.list-end {
    position: relative;
    text-align: center;
    margin: 25px 0;
}

    .list-end .btn-show-more {
        position: relative;
        outline: none;
        border: none;
        background-color: transparent;
        color: #000;
        padding-right: 20px;
    }

        .list-end .btn-show-more:after {
            content: '';
            position: absolute;
            right: 0;
            top: 0;
            bottom: 7px;
            margin: auto;
            width: 7px;
            height: 7px;
            border-right: 1px solid #000;
            border-bottom: 1px solid #000;
            transform: rotate(45deg);
        }

        .list-end .btn-show-more:hover {
            color: #00ADEF;
        }

            .list-end .btn-show-more:hover:after {
                border-right: 1px solid #00ADEF;
                border-bottom: 1px solid #00ADEF;
            }

    .list-end p {
        position: absolute;
        left: 0;
        top: 0;
    }

@keyframes pulse-grid {
    0% {
        transform: translateY(-50%) translateX(-50%) scale(1);
    }

    25% {
        transform: translateY(-50%) translateX(-50%) scale(1.1);
        opacity: 1;
    }

    50% {
        transform: translateY(-50%) translateX(-50%) scale(0.95);
        opacity: 0.3;
    }

    75% {
        transform: translateY(-50%) translateX(-50%) scale(1.1);
        opacity: 1;
    }

    100% {
        transform: translateY(-50%) translateX(-50%) scale(1);
    }
}

body.admin .car-list > li {
    height: auto;
}

.filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #999999;
    font-size: 20px;
    margin: 20px 0 0;
}

    .filters .options-wrapper {
        position: absolute;
        min-width: 250px;
        background: #fff;
        z-index: 1;
        left: 0;
        top: calc(100% + 10px);
        border: 1px solid #D8D8D8;
        visibility: hidden;
        opacity: 0;
        font-size: 16px;
        transition: all 0.2s ease-out;
    }

        .filters .options-wrapper ul {
            padding: 20px 15px 0;
            font-size: 18px;
        }

            .filters .options-wrapper ul li {
                width: 100%;
            }

                .filters .options-wrapper ul li label {
                    font-size: 16px;
                }

        .filters .options-wrapper .btn {
            width: 100%;
        }

        .filters .options-wrapper .count {
            display: flex;
            justify-content: space-between;
            color: #999999;
            padding: 8px 15px;
            border-bottom: 1px solid #D8D8D8;
        }

    .filters .dropdown-parent {
        position: relative;
    }

        .filters .dropdown-parent.active .btn-filter {
            background: #000;
            color: #fff;
        }

            .filters .dropdown-parent.active .btn-filter:after {
                top: 13px;
                border-bottom: 1px solid #fff;
                border-right: 1px solid #fff;
                transform: rotate(225deg);
            }

        .filters .dropdown-parent.active .options-wrapper {
            visibility: visible;
            opacity: 1;
        }

    .filters .filter-set, .filters .sort-set {
        display: flex;
        align-items: center;
    }

        .filters .sort-set li {
            margin-left: 10px;
        }

    .filters .filter-set {
        margin: 0 25px 0 0;
    }

        .filters .filter-set ul li > span {
            margin: 3px 0;
        }

    .filters ul {
        display: flex;
        flex-wrap: wrap;
        list-style-type: none;
        padding: 0;
    }

        .filters ul li {
            margin-bottom: 20px;
        }

            .filters ul li > span {
                display: block;
                margin: 3px 10px 0px 0;
            }

@media print, all and (max-width: 900px) {
    .filters {
        display: none;
    }
}

.mobile-filters {
    display: none;
    flex-wrap: wrap;
}

    .mobile-filters .filter-reset, .mobile-filters select {
        width: 100%;
    }

    .mobile-filters .filter-reset {
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
    }

        .mobile-filters .filter-reset a {
            width: calc(50% - 8px);
        }

    .mobile-filters .custom-select {
        width: 100%;
        height: 45px;
    }

        .mobile-filters .custom-select .select-selected {
            height: 45px;
            line-height: 45px;
        }

            .mobile-filters .custom-select .select-selected:after {
                top: 15px;
            }

            .mobile-filters .custom-select .select-selected.select-arrow-active:after {
                top: 20px;
            }

@media print, all and (max-width: 900px) {
    .mobile-filters {
        display: flex;
    }
}

body.popup-open {
    overflow: hidden;
}

    body.popup-open .popup-container {
        visibility: visible;
        opacity: 1;
    }

.popup-container {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .popup-container .overlay {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        z-index: 5;
    }

    .popup-container .popup {
        max-width: 600px;
        max-height: 750px;
        width: 100%;
        background: #fff;
        z-index: 6;
        color: #000;
        display: none;
        z-index: 5;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        /* Lets it scroll lazy */
    }

        .popup-container .popup form .btn {
            height: 50px;
            line-height: 50px;
            width: 100%;
        }

        .popup-container .popup form .hide {
            visibility: hidden;
            opacity: 0;
        }

        .popup-container .popup form .size100.center .btn {
            width: auto;
        }

        .popup-container .popup form textarea {
            border-radius: 0;
        }

        .popup-container .popup.open {
            display: block;
        }

        .popup-container .popup .heading {
            position: relative;
            padding: 15px 20px;
        }

            .popup-container .popup .heading .head3 {
                margin: 0;
            }

            .popup-container .popup .heading .btn-close {
                position: absolute;
                right: 15px;
                top: 0;
                bottom: 0;
                margin: auto 0;
            }

        .popup-container .popup .content {
            padding: 40px 90px;
        }

            .popup-container .popup .content .head1 {
                font-size: 24px;
                line-height: 28px;
                margin-bottom: 25px;
            }

            .popup-container .popup .content p {
                margin-bottom: 5px;
            }

            .popup-container .popup .content .price {
                font-family: 'Corporate A Cond Pro';
                font-size: 24px;
                line-height: 33px;
                color: #fff;
                padding: 12px 10px 5px;
                text-align: center;
                margin-bottom: 11px;
                background-color: #008148;
            }

                .popup-container .popup .content .price.green {
                    background-color: #008148;
                }

                .popup-container .popup .content .price.orange {
                    background-color: #FF9000;
                }

                .popup-container .popup .content .price.red {
                    background-color: #9F0003;
                }

@media all and (-ms-high-contrast: none) {
    .popup-container .popup .content {
        /* IE10 */
        /* IE11 */
    }

        .popup-container .popup .content .price {
            line-height: 21px;
        }

        .popup-container .popup .content *::-ms-backdrop .price {
            line-height: 21px;
        }
}

.popup-container .popup .content .bid {
    font-size: 16px;
    padding: 6px 10px;
    color: #000;
}

.popup-container .popup .split-2 .outline-select {
    width: 50%;
}

    .popup-container .popup .split-2 .outline-select input {
        border-radius: 0;
    }

.popup-container .popup[data-popup-content="info"] {
    min-width: 900px;
    max-height: 900px;
}

    .popup-container .popup[data-popup-content="info"] .content {
        padding: 0;
    }

        .popup-container .popup[data-popup-content="info"] .content .carousel-detail {
            padding: 0;
            list-style-type: none;
            height: 600px;
        }

            .popup-container .popup[data-popup-content="info"] .content .carousel-detail li {
                height: 100%;
                background-size: cover;
                background-position: center;
                background-repeat: no-repeat;
            }

@media all and (max-width: 900px) {
    .popup-container .popup[data-popup-content="info"] {
        min-width: auto;
    }

        .popup-container .popup[data-popup-content="info"] .tns-outer {
            height: 250px;
        }

        .popup-container .popup[data-popup-content="info"] .content {
            height: 250px;
        }

            .popup-container .popup[data-popup-content="info"] .content .carousel-detail li {
                height: 250px;
            }
}

.popup-container .popup .table {
    display: table;
    width: 100%;
    padding: 0 15px;
    list-style-type: none;
}

    .popup-container .popup .table li {
        display: table-row;
    }

        .popup-container .popup .table li span {
            position: relative;
            display: table-cell;
            border-bottom: 1px solid #d8d8d8;
            padding: 11px 10px 11px 0;
        }

            .popup-container .popup .table li span.cost {
                text-align: right;
                white-space: nowrap;
            }

            .popup-container .popup .table li span.info {
                width: 40px;
            }

            .popup-container .popup .table li span:last-child {
                padding-right: 0px;
            }

        .popup-container .popup .table li:last-child span {
            border: none;
        }

@media all and (max-width: 560px) {
    .popup-container {
        display: block;
        z-index: 9999;
        padding: 35px 25px 35px 25px;
        overflow: auto;
    }

        .popup-container .popup {
            position: absolute;
            width: calc(100% - 50px);
            max-height: calc(100vh - 60px);
            padding-bottom: 35px;
        }

            .popup-container .popup .content {
                padding: 40px 10px 0 10px;
            }
}

.filter-popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 300px;
    background-color: #fff;
    height: 100vh;
    z-index: 9999;
    padding: 65px 25px 35px;
    transform: translateX(-100%);
    transition: all 0.3s ease-out;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    /* Lets it scroll lazy */
}

    .filter-popup.open {
        transform: translateX(0%);
    }

    .filter-popup .head1 {
        font-size: 30px;
        line-height: 30px;
    }

    .filter-popup .btn {
        width: 100%;
    }

    .filter-popup .btn-close {
        position: absolute;
        right: 15px;
        top: 20px;
    }

        .filter-popup .btn-close svg polygon {
            fill: #000;
        }

    .filter-popup > ul {
        list-style-type: none;
        padding: 0;
        margin-top: 20px;
    }

        .filter-popup > ul li {
            width: 100%;
            border-bottom: 1px solid #d8d8d8;
        }

            .filter-popup > ul li button.btn-filter {
                background-color: transparent;
                border-radius: 0;
                color: #000;
                width: 100%;
                margin: 0;
                text-align: left;
                min-height: 60px;
                height: auto;
                line-height: 60px;
            }

                .filter-popup > ul li button.btn-filter:after {
                    top: 23px;
                    border-color: #000;
                }

            .filter-popup > ul li .options-wrapper {
                position: relative;
                display: block;
                height: 0;
                overflow: hidden;
            }

                .filter-popup > ul li .options-wrapper ul {
                    padding: 0 15px;
                    margin-bottom: 10px;
                }

                    .filter-popup > ul li .options-wrapper ul li {
                        border: none;
                    }

                        .filter-popup > ul li .options-wrapper ul li label {
                            color: #999999;
                            padding: 10px 0;
                            display: block;
                        }

            .filter-popup > ul li.active .options-wrapper {
                height: 0;
            }

            .filter-popup > ul li.active:after {
                top: 26px;
            }

    .filter-popup .dropdown-parent.active .dropdown:after {
        top: 26px;
        border-bottom: 1px solid #000;
        border-right: 1px solid #000;
        transform: rotate(225deg);
    }

    .filter-popup .dropdown-parent.active .options-wrapper {
        visibility: visible;
        opacity: 1;
        position: relative;
        height: auto;
    }

li {
    display: inline-block;
}

.tns-nav {
    text-align: center;
    margin: 20px 0;
}

    .tns-nav button {
        width: 9px;
        height: 9px;
        padding: 0;
        margin: 0 5px;
        border-radius: 50%;
        background: #ddd;
        border: 0;
    }

        .tns-nav button.tns-nav-active {
            background: #00ADEF;
        }

.tns-controls {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 60px;
    width: 100%;
    margin: auto 0;
}

    .tns-controls button {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 60px;
        height: 80px;
        margin: auto 0;
        z-index: 5;
        outline: none;
        border: none;
        font-size: 0;
        background: transparent;
    }

        .tns-controls button:after {
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            left: 0;
            width: 40px;
            height: 40px;
            margin: auto;
            background-image: url("../../images/icons/arrow-white.svg");
            background-size: 30px 30px;
            background-repeat: no-repeat;
            background-position: center;
        }

        .tns-controls button:hover:after {
            background-image: url("../../images/icons/arrow-blue.svg");
        }

    .tns-controls [data-controls="prev"]:after {
        transform: scale(-1);
    }

    .tns-controls [data-controls="next"] {
        left: auto;
        right: 0;
    }

.tns-outer {
    position: relative;
    padding: 0 !important;
}

    .tns-outer [hidden] {
        display: none !important;
    }

    .tns-outer [aria-controls], .tns-outer [data-action] {
        cursor: pointer;
    }

.tns-slider {
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s;
}

    .tns-slider > .tns-item {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

.tns-horizontal.tns-subpixel {
    white-space: nowrap;
}

    .tns-horizontal.tns-subpixel > .tns-item {
        display: inline-block;
        vertical-align: top;
        white-space: normal;
    }

.tns-horizontal.tns-no-subpixel:after {
    content: '';
    display: table;
    clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
    float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
    margin-right: -100%;
}

.tns-no-calc {
    position: relative;
    left: 0;
}

.tns-gallery {
    position: relative;
    left: 0;
    min-height: 1px;
}

    .tns-gallery > .tns-item {
        position: absolute;
        left: -100%;
        -webkit-transition: transform 0s, opacity 0s;
        -moz-transition: transform 0s, opacity 0s;
        transition: transform 0s, opacity 0s;
    }

    .tns-gallery > .tns-slide-active {
        position: relative;
        left: auto !important;
    }

    .tns-gallery > .tns-moving {
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        transition: all 0.25s;
    }

.tns-autowidth {
    display: inline-block;
}

.tns-lazy-img {
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    transition: opacity 0.6s;
    opacity: 0.6;
}

    .tns-lazy-img.tns-complete {
        opacity: 1;
    }

.tns-ah {
    -webkit-transition: height 0s;
    -moz-transition: height 0s;
    transition: height 0s;
}

.tns-ovh {
    overflow: hidden;
}

.tns-visually-hidden {
    position: absolute;
    left: -10000em;
}

.tns-transparent {
    opacity: 0;
    visibility: hidden;
}

.tns-fadeIn {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 0;
}

.tns-normal, .tns-fadeOut {
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1;
}

.tns-vpfix {
    white-space: nowrap;
}

    .tns-vpfix > div, .tns-vpfix > li {
        display: inline-block;
    }

.tns-t-subp2 {
    margin: 0 auto;
    width: 310px;
    position: relative;
    height: 10px;
    overflow: hidden;
}

.tns-t-ct {
    width: 2333.33333%;
    width: -webkit-calc(100% * 70 / 3);
    width: -moz-calc(100% * 70 / 3);
    width: calc(100% * 70 / 3);
    position: absolute;
    right: 0;
}

    .tns-t-ct:after {
        content: '';
        display: table;
        clear: both;
    }

    .tns-t-ct > div {
        width: 1.42857%;
        width: -webkit-calc(100% / 70);
        width: -moz-calc(100% / 70);
        width: calc(100% / 70);
        height: 10px;
        float: left;
    }

.custom-select {
    position: relative;
}

    .custom-select select {
        display: none;
    }

    .custom-select .select-selected {
        background: #fff;
        border: none;
        border-radius: none;
        box-shadow: none;
        color: #000;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
        outline: 0;
        overflow: hidden;
        position: relative;
        padding: 0 30px 0 15px;
    }

        .custom-select .select-selected:after {
            content: "";
            position: absolute;
            top: 9px;
            right: 13px;
            width: 7px;
            height: 7px;
            border-bottom: 1px solid #000;
            border-right: 1px solid #000;
            transform: rotate(45deg);
            color: #99a1ad;
            transition: all 0.3s;
        }

        .custom-select .select-selected.select-arrow-active:after {
            top: 13px;
            right: 13px;
            transform: rotate(-135deg);
        }

.sub-dropdown {
    position: absolute;
    right: 0;
    top: 100%;
    min-width: 100%;
    visibility: hidden;
    opacity: 0;
    z-index: 999;
}

    .sub-dropdown ul {
        min-width: 100%;
        background-color: #fff;
        border: 1px solid #D8D8D8;
        padding: 15px 10px 15px 10px !important;
    }

        .sub-dropdown ul li {
            width: 100%;
            text-align: left;
            margin: 1px 0 !important;
        }

            .sub-dropdown ul li a {
                display: block;
                color: #000 !important;
                font-size: 16px;
                padding: 15px 10px !important;
                width: 100%;
            }

                .sub-dropdown ul li a:hover {
                    background-color: #E0F3FC;
                }

    .sub-dropdown.selectshow {
        visibility: visible;
        opacity: 1;
    }

.popperjs-tooltip {
    z-index: 50;
    max-width: 270px;
    text-align: left;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Corporate S';
    line-height: 25px;
    color: #00A9EA;
    background: #E0F3FC;
    border: 1px #00A9EA solid;
    padding: 15px 12px;
    position: relative;
    display: none;
}

    .popperjs-tooltip[data-show] {
        display: block;
    }

    .popperjs-tooltip .popperjs-tooltip__title {
        font-weight: 400;
        margin-bottom: 10px;
    }

    .popperjs-tooltip hr {
        height: 1px;
        background: #00A9EA;
        margin: 5px 0;
    }

    .popperjs-tooltip .popperjs-tooltip__arrow,
    .popperjs-tooltip .popperjs-tooltip__arrow::before {
        position: absolute;
        width: 8px;
        height: 8px;
        background: inherit;
        border-top: 1px #00A9EA solid;
        border-left: 1px #00A9EA solid;
    }

    .popperjs-tooltip .popperjs-tooltip__arrow {
        visibility: hidden;
    }

        .popperjs-tooltip .popperjs-tooltip__arrow::before {
            visibility: visible;
            content: '';
        }

    .popperjs-tooltip[data-popper-placement^='top'] .popperjs-tooltip__arrow {
        bottom: -4px;
    }

        .popperjs-tooltip[data-popper-placement^='top'] .popperjs-tooltip__arrow::before {
            transform: rotate(225deg);
        }

    .popperjs-tooltip[data-popper-placement^='bottom'] .popperjs-tooltip__arrow {
        top: -6px;
    }

        .popperjs-tooltip[data-popper-placement^='bottom'] .popperjs-tooltip__arrow::before {
            transform: rotate(45deg);
        }

    .popperjs-tooltip[data-popper-placement^='left'] .popperjs-tooltip__arrow {
        right: -4px;
    }

        .popperjs-tooltip[data-popper-placement^='left'] .popperjs-tooltip__arrow::before {
            transform: rotate(-225deg);
        }

    .popperjs-tooltip[data-popper-placement^='right'] .popperjs-tooltip__arrow {
        left: -6px;
    }

        .popperjs-tooltip[data-popper-placement^='right'] .popperjs-tooltip__arrow::before {
            transform: rotate(-45deg);
        }

.dashboard {
    display: flex;
    flex-wrap: wrap;
    margin: -8px;
}

    .dashboard a {
        position: relative;
        display: flex;
        background-color: #f2f2f2;
        width: calc(50% - 16px);
        margin: 8px;
        padding: 80px 8% 80px 20px;
        box-shadow: inset 0 0 0 0 #00ADEF;
        transition: all 150ms ease-out;
    }

        .dashboard a .notification {
            position: relative;
        }

            .dashboard a .notification span {
                position: absolute;
                top: 5px;
                right: 35px;
                width: 20px;
                height: 20px;
                background-color: #00adef;
                border-radius: 50%;
                text-align: center;
                font-weight: 400;
                font-size: 15px;
                line-height: 20px;
                color: #fff;
            }

        .dashboard a:after {
            content: '';
            position: absolute;
            right: 40px;
            top: 0;
            bottom: 0;
            width: 25px;
            height: 25px;
            margin: auto 0;
            background-image: url("../../images/icons/arrow.svg");
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
            opacity: 0.08;
            transition: right 0.2s ease-out;
        }

        .dashboard a.wide {
            padding: 10px 8% 10px 20px;
            width: calc(100% - 16px);
            min-width: calc(100% - 16px);
        }

            .dashboard a.wide:after {
                content: none;
            }

            .dashboard a.wide .icon, .dashboard a.wide .documentStatus:before {
                position: relative;
            }

                .dashboard a.wide .icon:before, .dashboard a.wide .documentStatus:before {
                    position: absolute;
                    left: 0;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    width: 40%;
                    height: 40%;
                    margin: auto;
                }

        .dashboard a p {
            margin-bottom: 0;
        }

        .dashboard a .info {
            display: flex;
            align-items: center;
        }

        .dashboard a .icon, .dashboard a .documentStatus:before {
            min-width: 150px;
            max-width: 150px;
            width: 150px;
            height: 110px;
            padding: 15px 25px;
            margin-right: 25px;
            align-self: center;
        }

            .dashboard a .icon:before, .dashboard a .documentStatus:before {
                width: 100%;
                height: 100%;
                opacity: 0.2;
            }

        .dashboard a:hover {
            box-shadow: inset 0 -5px 0 0 #00ADEF;
        }

            .dashboard a:hover:after {
                right: 25px;
            }

            .dashboard a:hover .icon-favourite:before {
                background-image: url("../../images/icons/favourite-blue.svg");
                opacity: 1;
            }

            .dashboard a:hover .icon-account:before {
                background-image: url("../../images/icons/account-blue.svg");
                opacity: 1;
            }

            .dashboard a:hover .icon-car:before {
                background-image: url("../../images/icons/car-blue.svg");
                opacity: 1;
            }

            .dashboard a:hover .icon-archive:before {
                background-image: url("../../images/icons/archive-blue.svg");
                opacity: 1;
            }

            .dashboard a:hover .icon-eye:before {
                background-image: url("../../images/icons/eye-blue.svg");
                opacity: 1;
            }

            .dashboard a:hover .icon-create:before {
                background-image: url("../../images/icons/create-blue.svg");
                opacity: 1;
            }

            .dashboard a:hover .icon-settings:before {
                background-image: url("../../images/icons/settings-blue.svg");
                opacity: 1;
            }

            .dashboard a:hover .icon-list:before {
                background-image: url("../../images/icons/list-blue.svg");
                opacity: 1;
            }

@media print, all and (max-width: 900px) {
    .dashboard a {
        width: calc(100% - 16px);
        padding: 80px 14% 80px 20px;
    }
}

@media print, all and (max-width: 560px) {
    .dashboard a {
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
        padding: 40px 20px;
    }

        .dashboard a .icon, .dashboard a .documentStatus:before {
            margin: 0px;
        }

        .dashboard a:after {
            content: none;
        }
}

.detail .mobile-top-panel {
    display: none;
    width: 100%;
}

    .detail .mobile-top-panel .btn-favourite {
        position: absolute;
        right: 22px;
        top: 15px;
        width: 26px;
        height: 26px;
        outline: none;
        border: none;
        background: transparent;
    }

        .detail .mobile-top-panel .btn-favourite svg path {
            fill: #fff;
        }

        .detail .mobile-top-panel .btn-favourite svg .st1 {
            fill: #D8D8D8;
        }

        .detail .mobile-top-panel .btn-favourite:hover svg path {
            fill: #00ADEF;
        }

        .detail .mobile-top-panel .btn-favourite:hover svg .st1 {
            fill: #fff;
        }

        .detail .mobile-top-panel .btn-favourite.active svg path {
            fill: #00ADEF;
        }

        .detail .mobile-top-panel .btn-favourite.active svg .st1 {
            fill: #fff;
        }

        .detail .mobile-top-panel .btn-favourite.active:hover svg path {
            fill: #018ac0;
        }

    .detail .mobile-top-panel .horizontal-line {
        margin: 15px 0 15px;
    }

    .detail .mobile-top-panel .head1 {
        font-size: 26px;
        line-height: 26px;
    }

    .detail .mobile-top-panel .car-list {
        margin: -10px;
    }

        .detail .mobile-top-panel .car-list li {
            box-shadow: none;
            margin: 0;
            width: 100%;
        }

            .detail .mobile-top-panel .car-list li .actions {
                margin-bottom: 40px;
            }

                .detail .mobile-top-panel .car-list li .actions .price {
                    top: 235px;
                }

    .detail .mobile-top-panel .tns-outer {
        width: 100%;
        height: 235px;
    }

        .detail .mobile-top-panel .tns-outer .carousel {
            height: 235px;
            padding: 0;
        }

            .detail .mobile-top-panel .tns-outer .carousel li {
                height: 100%;
                background-size: cover;
                width: 100vw;
            }

.detail .left-panel {
    position: fixed;
    display: block;
    background: #fff;
    width: 540px;
    z-index: 9;
}

    .detail .left-panel .btn-favourite {
        position: absolute;
        right: 22px;
        top: 22px;
        width: 26px;
        height: 26px;
        outline: none;
        border: none;
    }

        .detail .left-panel .btn-favourite svg path {
            fill: #D8D8D8;
        }

        .detail .left-panel .btn-favourite svg .st1 {
            fill: transparent;
        }

        .detail .left-panel .btn-favourite:hover svg path {
            fill: #00ADEF;
        }

        .detail .left-panel .btn-favourite:hover svg .st1 {
            fill: #fff;
        }

        .detail .left-panel .btn-favourite.active svg path {
            fill: #00ADEF;
        }

        .detail .left-panel .btn-favourite.active svg .st1 {
            fill: #fff;
        }

        .detail .left-panel .btn-favourite.active:hover svg path {
            fill: #018ac0;
        }

    .detail .left-panel .wrapper {
        padding: 60px 10% 0 10%;
    }

    .detail .left-panel label {
        color: #000;
    }

    .detail .left-panel .specifications {
        display: flex;
        margin-bottom: 25px;
    }

        .detail .left-panel .specifications div {
            width: 50%;
        }

            .detail .left-panel .specifications div span {
                display: block;
                width: 100%;
                font-size: 20px;
                color: #000;
                padding-left: 35px;
                margin-bottom: 20px;
            }

                .detail .left-panel .specifications div span:before {
                    opacity: 0.2;
                    width: 25px;
                    height: 25px;
                }

                .detail .left-panel .specifications div span.red {
                    color: #9f0003;
                }

@media print, all and (max-width: 560px) {
    .detail .left-panel .specifications div span {
        font-size: 18px;
    }
}

.detail .left-panel .bottom {
    background-color: #D8D8D8;
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    padding: 20px 10%;
    margin-top: 70px;
}

    .detail .left-panel .bottom .time {
        color: #000;
    }

    .detail .left-panel .bottom .icon-clock {
        padding-left: 25px;
    }

        .detail .left-panel .bottom .icon-clock:before {
            opacity: 0.5;
        }

.detail .left-panel form .btn {
    height: 50px;
    line-height: 50px;
    width: 100%;
}

.detail .left-panel form .hide {
    visibility: hidden;
    opacity: 0;
}

.detail .right-panel {
    width: calc(100% - 540px);
    margin-left: 540px;
    background: #ededed;
    -webkit-overflow-scrolling: touch;
    /* Lets it scroll lazy */
}

    .detail .right-panel .carousel {
        width: 100%;
        padding: 0;
        list-style-type: none;
        height: 490px;
    }

        .detail .right-panel .carousel li {
            height: 100%;
            background-size: cover;
            background-position: center;
        }

    .detail .right-panel .accordion .item {
        position: relative;
        cursor: pointer;
        margin: 0 0 16px 16px;
    }

        .detail .right-panel .accordion .item .content .tabs {
            display: none;
        }

        .detail .right-panel .accordion .item .content .tns-outer {
            display: block;
        }

        .detail .right-panel .accordion .item.active .content {
            height: auto;
        }

            .detail .right-panel .accordion .item.active .content .tabs {
                display: flex;
            }

        .detail .right-panel .accordion .item.active .card .info {
            position: relative;
        }

            .detail .right-panel .accordion .item.active .card .info:after {
                transform: rotate(-90deg);
            }

    .detail .right-panel .card {
        display: flex;
        min-height: 125px;
        background-color: #fff;
        -webkit-box-shadow: 10px 10px 14px -5px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 10px 10px 14px -5px rgba(0, 0, 0, 0.05);
        box-shadow: 10px 10px 14px -5px rgba(0, 0, 0, 0.05);
    }

@media all and (-ms-high-contrast: none) {
    .detail .right-panel .card {
        /* IE10 */
        /* IE11 */
    }

        .detail .right-panel .card > li {
            height: 1px;
        }

        .detail .right-panel .card *::-ms-backdrop {
            height: 1px;
        }
}

.detail .right-panel .card .image {
    width: 200px;
    min-width: 200px;
    background-size: cover;
    background-position: center;
}

.detail .right-panel .card .info {
    display: flex;
    flex: 1;
    padding: 10px 0px 10px 4%;
    align-items: center;
    flex-wrap: wrap;
}

    .detail .right-panel .card .info:after {
        content: '';
        position: absolute;
        right: 15px;
        bottom: 4px;
        height: 20px;
        width: 18px;
        margin: auto 0;
        background-image: url("/assets/images/icons/arrow.svg");
        background-repeat: no-repeat;
        transform: rotate(90deg);
        transform-origin: center;
        opacity: 0.2;
        transition: all 0.3s ease-out;
    }

    .detail .right-panel .card .info .head1 {
        font-size: 24px;
        margin: 0;
        padding: 0 4% 0 0;
        max-width: 350px;
        min-width: 200px;
        width: 45%;
        line-height: 28px;
    }

    .detail .right-panel .card .info .specifications {
        color: #000;
        padding: 10px 3% 10px 0;
        display: flex;
        flex-grow: 1;
    }

        .detail .right-panel .card .info .specifications span {
            display: block;
            min-width: 50%;
            margin: 5px 0;
            padding: 0 0px 0 30px;
        }

            .detail .right-panel .card .info .specifications span.icon:before, .detail .right-panel .card .info .specifications span.documentStatus:before {
                opacity: 0.2;
                width: 18px;
                height: 18px;
            }

        .detail .right-panel .card .info .specifications div:first-child {
            margin-right: 15px;
        }

.detail .right-panel .card .actions {
    position: relative;
    padding-right: 70px;
    display: flex;
    align-items: center;
}

    .detail .right-panel .card .actions .btn {
        width: 100%;
    }

.detail .right-panel .content {
    height: 0;
    overflow: hidden;
}

.detail .right-panel .info .tab {
    padding: 25px 10px;
}

    .detail .right-panel .info .tab .icon-info {
        position: absolute;
        right: 0;
        top: 11px;
        width: 20px;
        height: 20px;
        background-color: #D8D8D8;
        border-radius: 50%;
    }

        .detail .right-panel .info .tab .icon-info:hover {
            background-color: #00ADEF;
        }

        .detail .right-panel .info .tab .icon-info:before {
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            left: 0;
            margin: auto;
            width: 12px;
            height: 12px;
        }

    .detail .right-panel .info .tab .row {
        min-height: auto;
        align-items: flex-start;
    }

        .detail .right-panel .info .tab .row > div {
            padding: 0 30px;
        }

@media print, all and (max-width: 560px) {
    .detail .right-panel .info .tab .row > div {
        padding: 0 10px;
    }
}

.detail .right-panel .info .tab .row ul {
    padding: 0;
    list-style-type: none;
}

    .detail .right-panel .info .tab .row ul.table {
        display: table;
        width: 100%;
    }

        .detail .right-panel .info .tab .row ul.table li {
            display: table-row;
        }

            .detail .right-panel .info .tab .row ul.table li span {
                position: relative;
                display: table-cell;
                border-bottom: 1px solid #d8d8d8;
                padding: 11px 10px 11px 0;
            }

                .detail .right-panel .info .tab .row ul.table li span.cost {
                    text-align: right;
                    white-space: nowrap;
                }

                .detail .right-panel .info .tab .row ul.table li span.info {
                    width: 40px;
                }

            .detail .right-panel .info .tab .row ul.table li:last-child span {
                border: none;
            }

    .detail .right-panel .info .tab .row ul li {
        display: flex;
        padding: 8px 0;
        border-bottom: 1px solid #D8D8D8;
    }

        .detail .right-panel .info .tab .row ul li:last-child {
            border-bottom: none;
        }

        .detail .right-panel .info .tab .row ul li span:not(.label) {
            color: #000;
        }

        .detail .right-panel .info .tab .row ul li .label {
            margin-right: 20px;
            min-width: 59px;
            text-align: left;
        }

        .detail .right-panel .info .tab .row ul li span {
            display: block;
            padding: 3px 0;
        }

    .detail .right-panel .info .tab .row ul.align-right li span:not(.label) {
        text-align: right;
    }

    .detail .right-panel .info .tab .row ul.between li {
        justify-content: space-between;
    }

    .detail .right-panel .info .tab .row ul.heading li {
        border-bottom: 1px solid #d8d8d8;
    }

    .detail .right-panel .info .tab .row ul.heading span {
        font-weight: normal;
    }

.detail .right-panel .info.sticky {
    padding-top: 52px;
}

    .detail .right-panel .info.sticky .tabs {
        position: fixed;
        top: 70px;
        z-index: 999;
    }

@media print, all and (max-width: 1200px) {
    .detail .right-panel .accordion .item .card .info {
        display: block;
        padding: 25px 10% 50px 10%;
    }

        .detail .right-panel .accordion .item .card .info .head1 {
            width: 100%;
            padding: 0;
        }

        .detail .right-panel .accordion .item .card .info .specifications {
            padding-left: 0;
            padding-right: 0;
            justify-content: space-between;
        }

            .detail .right-panel .accordion .item .card .info .specifications span {
                padding-right: 0;
            }
}

@media print, all and (max-width: 1200px) {
    .detail .left-panel {
        width: 480px;
    }

    .detail .right-panel {
        margin-left: 480px;
        width: calc(100% - 480px);
    }
}

@media print, all and (max-width: 1100px) {
    .detail {
        display: flex;
        flex-wrap: wrap;
        max-height: 100%;
    }

        .detail .left-panel {
            transform: translateY(0px) !important;
        }

        .detail .right-panel .accordion .item {
            margin: 0 0 16px 0;
        }

        .detail .left-panel, .detail .right-panel {
            position: relative;
            min-width: 100%;
            margin-left: 0;
        }

            .detail .left-panel .carousel, .detail .right-panel .carousel {
                height: auto;
            }

                .detail .left-panel .carousel li, .detail .right-panel .carousel li {
                    padding-bottom: 5.5%;
                }
}

@media print, all and (max-width: 750px) {
    .detail .right-panel .accordion .item {
        margin: 0 0 16px 0;
    }
}

@media print, all and (max-width: 580px) {
    .detail .outline-select {
        flex-basis: auto !important;
    }
}

@media print, all and (max-width: 560px) {
    .detail .mobile-top-panel {
        display: block;
    }

        .detail .mobile-top-panel .car-list li .info {
            padding: 30px 8% 0;
        }

    .detail .left-panel {
        display: none;
    }

    .detail .tabs {
        overflow-x: scroll;
    }

        .detail .tabs a {
            padding: 15px 30px;
        }

            .detail .tabs a.active {
                background: #f2f2f2;
            }

    .detail .right-panel {
        background: #f2f2f2;
    }

        .detail .right-panel:not(.bundle) .tns-outer {
            display: none;
        }

        .detail .right-panel .info {
            margin: 0 -10px;
        }

            .detail .right-panel .info:after {
                right: 25px !important;
                left: auto;
                top: auto;
                margin: 0 auto;
                bottom: 20px;
            }

            .detail .right-panel .info .tab {
                padding: 25px 30px;
            }

        .detail .right-panel .accordion .item .card {
            position: relative;
            display: block;
        }

            .detail .right-panel .accordion .item .card .image {
                padding-bottom: 45%;
                width: 100%;
            }

            .detail .right-panel .accordion .item .card .info {
                position: relative;
            }
}

.login-screen {
    max-width: 680px;
    margin: 0 auto;
}

    .login-screen .logo {
        width: 200px;
        height: 66px;
        margin-bottom: 50px;
    }

    .login-screen .content {
        background: #fff;
        padding: 95px 20%;
    }

        .login-screen .content .intro {
            margin-bottom: 50px;
        }

            .login-screen .content .intro p {
                color: #999999;
            }

        .login-screen .content label {
            color: #000;
            margin-bottom: 8px;
        }

        .login-screen .content li {
            margin: 15px 0;
        }

            .login-screen .content li:last-child {
                margin-top: 45px;
            }

        .login-screen .content a {
            margin-top: 10px;
            color: #999999;
        }

            .login-screen .content a:hover {
                color: #00ADEF;
            }

@media all and (max-width: 560px) {
    .login-screen .content {
        padding: 60px 10%;
    }
}

.account-wrapper {
    display: flex;
    justify-content: space-between;
}

    .account-wrapper .account-info {
        position: relative;
        width: calc(40% - 8px);
    }

        .account-wrapper .account-info .block:before {
            position: absolute;
            right: 20px;
            top: 20px;
            left: auto;
            bottom: auto;
            width: 28px;
            height: 28px;
            opacity: 0.15;
        }

    .account-wrapper .admin-panel {
        display: flex;
        flex-direction: column;
        width: calc(60% - 8px);
    }

        .account-wrapper .admin-panel .block:nth-child(2) {
            margin-top: 16px;
        }

    .account-wrapper .block {
        position: relative;
        height: 100%;
        padding: 65px;
        background-color: #fff;
    }

        .account-wrapper .block form .edit-value {
            display: none;
        }

        .account-wrapper .block form.edit .edit-value {
            display: block;
            white-space: nowrap;
        }

            .account-wrapper .block form.edit .edit-value.btn {
                display: inline-block !important;
            }

        .account-wrapper .block form.edit .value {
            display: none;
        }

        .account-wrapper .block form input[type=text] {
            height: 30px;
            line-height: 30px;
            border: none;
            outline: none;
            padding-left: 0;
            padding-right: 35px;
            background-image: url("/assets/images/icons/pencil.svg");
            background-repeat: no-repeat;
            background-position: right center;
            background-size: 14px 20px;
            border-bottom: 1px solid #00ADEF;
            border-radius: 0;
            width: calc(100% - 90px);
        }

        .account-wrapper .block form .btn {
            width: auto;
        }

        .account-wrapper .block .btn-edit {
            position: absolute;
            right: 30px;
            top: 10px;
        }

    .account-wrapper .list-info {
        list-style-type: none;
        padding: 0;
        margin-top: 35px;
    }

        .account-wrapper .list-info li {
            display: flex;
            margin-bottom: 10px;
        }

            .account-wrapper .list-info li .title {
                display: inline-block;
                width: 125px;
                min-width: 125px;
                padding-right: 10px;
                color: #999999;
            }

            .account-wrapper .list-info li span {
                word-break: break-all;
                color: #000;
            }

    .account-wrapper .btn.new-user {
        width: 100%;
    }

    .account-wrapper .users-list {
        padding: 0;
        list-style-type: none;
        border-top: 1px solid #D8D8D8;
        margin: 30px 0;
    }

        .account-wrapper .users-list .btn-edit {
            position: relative;
            top: 0;
            right: 0;
        }

        .account-wrapper .users-list .select-selected {
            display: inline-block;
            position: relative;
            padding-left: 30px;
        }

            .account-wrapper .users-list .select-selected:before {
                position: absolute;
                left: 0;
                right: auto;
                width: 20px;
                height: 20px;
                opacity: 0.2;
            }

        .account-wrapper .users-list > li {
            border-bottom: 1px solid #D8D8D8;
            padding: 8px 0;
        }

        .account-wrapper .users-list li, .account-wrapper .users-list form {
            display: flex;
            width: 100%;
            color: #000;
            flex-grow: 1;
            justify-content: space-between;
        }

            .account-wrapper .users-list li div.wrapper, .account-wrapper .users-list form div.wrapper {
                display: flex;
                width: 100%;
            }

                .account-wrapper .users-list li div.wrapper .user-info, .account-wrapper .users-list form div.wrapper .user-info {
                    min-width: 70%;
                    padding-right: 35px;
                    display: flex;
                    flex-wrap: wrap;
                }

                    .account-wrapper .users-list li div.wrapper .user-info .title, .account-wrapper .users-list form div.wrapper .user-info .title {
                        color: #999;
                        width: 90px;
                    }

                    .account-wrapper .users-list li div.wrapper .user-info .value, .account-wrapper .users-list form div.wrapper .user-info .value {
                        width: calc(100% - 90px);
                    }

                    .account-wrapper .users-list li div.wrapper .user-info input, .account-wrapper .users-list form div.wrapper .user-info input {
                        margin-bottom: 10px;
                    }

                    .account-wrapper .users-list li div.wrapper .user-info .btn, .account-wrapper .users-list form div.wrapper .user-info .btn {
                        margin-top: 13px;
                    }

                .account-wrapper .users-list li div.wrapper div:last-child .edit-value, .account-wrapper .users-list form div.wrapper div:last-child .edit-value {
                    margin-bottom: 10px;
                }

            .account-wrapper .users-list li div span, .account-wrapper .users-list form div span {
                line-height: 35px;
                display: inline-block;
                padding-right: 25px;
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
            }

                .account-wrapper .users-list li div span:before, .account-wrapper .users-list form div span:before {
                    position: absolute;
                    left: 0;
                    opacity: 0.2;
                }

                .account-wrapper .users-list li div span.icon, .account-wrapper .users-list li div span.documentStatus:before, .account-wrapper .users-list form div span.icon, .account-wrapper .users-list form div span.documentStatus:before {
                    padding-left: 30px;
                }

                    .account-wrapper .users-list li div span.icon.icon-cross:before, .account-wrapper .users-list li div span.icon-cross.documentStatus:before, .account-wrapper .users-list form div span.icon.icon-cross:before, .account-wrapper .users-list form div span.icon-cross.documentStatus:before {
                        width: 12px;
                        height: 12px;
                    }

                    .account-wrapper .users-list li div span.icon.icon-world:before, .account-wrapper .users-list li div span.icon-world.documentStatus:before, .account-wrapper .users-list form div span.icon.icon-world:before, .account-wrapper .users-list form div span.icon-world.documentStatus:before {
                        width: 20px;
                        height: 20px;
                    }

                    .account-wrapper .users-list li div span.icon.icon-check:before, .account-wrapper .users-list li div span.icon-check.documentStatus:before, .account-wrapper .users-list form div span.icon.icon-check:before, .account-wrapper .users-list form div span.icon-check.documentStatus:before {
                        width: 18px;
                        height: 18px;
                    }

            .account-wrapper .users-list li div .btn, .account-wrapper .users-list form div .btn {
                margin-bottom: 15px;
            }

                .account-wrapper .users-list li div .btn span, .account-wrapper .users-list form div .btn span {
                    line-height: 45px;
                }

@media print, all and (max-width: 1200px) {
    .account-wrapper .block {
        padding: 45px;
    }
}

@media print, all and (max-width: 900px) {
    .account-wrapper {
        flex-wrap: wrap;
    }

        .account-wrapper .account-info, .account-wrapper .admin-panel {
            width: 100%;
        }

        .account-wrapper .account-info {
            margin-bottom: 16px;
        }

        .account-wrapper .block {
            width: 100%;
            padding: 25px;
        }
}

@media print, all and (max-width: 560px) {
    .account-wrapper .users-list .wrapper {
        flex-wrap: wrap;
    }

        .account-wrapper .users-list .wrapper div:not(.checker):not(.select-selected):not(.custom-select):not(.sub-dropdown) {
            width: 100%;
        }

            .account-wrapper .users-list .wrapper div:not(.checker):not(.select-selected):not(.custom-select):not(.sub-dropdown) span {
                max-width: 150px;
            }
}

.overlay-upload {
    position: fixed;
    left: 0;
    top: 140px;
    width: 100vw;
    min-height: calc(100vh - 140px);
    background: #f2f2f2;
    display: none;
    overflow: auto;
}

    .overlay-upload .container {
        background-color: #fff;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: 5% auto;
        padding: 25px;
        width: calc(100vw - 9%);
        -webkit-box-shadow: 10px 10px 14px -5px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 10px 10px 14px -5px rgba(0, 0, 0, 0.05);
        box-shadow: 10px 10px 14px -5px rgba(0, 0, 0, 0.05);
    }

        .overlay-upload .container .row {
            min-height: 100%;
        }

        .overlay-upload .container .create > .icon, .overlay-upload .container .create > .documentStatus:before, .overlay-upload .container .loading > .icon, .overlay-upload .container .loading > .documentStatus:before {
            margin-bottom: 50px;
        }

            .overlay-upload .container .create > .icon:before, .overlay-upload .container .create > .documentStatus:before, .overlay-upload .container .loading > .icon:before, .overlay-upload .container .loading > .documentStatus:before {
                width: 100px;
                height: 90px;
                opacity: 0.2;
            }

            .overlay-upload .container .create > .icon.icon-loader:before, .overlay-upload .container .create > .icon-loader.documentStatus:before, .overlay-upload .container .loading > .icon.icon-loader:before, .overlay-upload .container .loading > .icon-loader.documentStatus:before {
                animation: rotating 2s linear infinite;
                opacity: 1;
            }

        .overlay-upload .container form {
            margin: 30px 0 0 0;
        }

            .overlay-upload .container form input {
                border-radius: 0;
            }

            .overlay-upload .container form .uploader {
                margin-bottom: 30px;
            }

            .overlay-upload .container form .form {
                margin: 0;
            }

@media print, all and (max-width: 1200px) {
    .overlay-upload {
        top: 70px;
        width: 100vw;
        height: calc(100vh - 70px);
    }
}

@media print, all and (max-width: 560px) {
    .overlay-upload .container {
        height: auto;
        margin: 0;
        width: 100%;
    }
}

.publish {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding: 26px 0;
    z-index: 9;
    box-shadow: 10px 10px 14px 15px rgba(0, 0, 0, 0.05);
}

body.uploading {
    overflow: hidden;
}

    body.uploading .publish {
        display: none;
    }

    body.uploading .overlay-upload {
        display: block;
    }

    body.uploading .loading {
        display: none;
    }

    body.uploading.processing .create {
        display: none;
    }

    body.uploading.processing .loading {
        display: block;
    }

    body.uploading.processing .uploader {
        border: 1px solid #00ADEF;
    }

        body.uploading.processing .uploader .filename {
            color: #00ADEF;
            background: #E0F3FC;
        }

            body.uploading.processing .uploader .filename:before {
                content: none;
            }

@-webkit-keyframes rotating /* Safari and Chrome */ {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
