@charset "UTF-8";
/*********************
 * Foundation
 *********************/
/**
 * Foundation for Sites
 * Version 6.7.5
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
    .reveal, .reveal.tiny, .reveal.small, .reveal.large {
        right: auto;
        left: auto;
        margin: 0 auto;
    }
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: 0;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    button:-moz-focusring,
    [type="button"]:-moz-focusring,
    [type="reset"]:-moz-focusring,
    [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}


summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

[data-whatintent="mouse"] *, [data-whatintent="mouse"] *:focus,
[data-whatintent="touch"] *,
[data-whatintent="touch"] *:focus,
[data-whatinput="mouse"] *,
[data-whatinput="mouse"] *:focus,
[data-whatinput="touch"] *,
[data-whatinput="touch"] *:focus {
    outline: none;
}

[draggable=false] {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}

.foundation-mq {
    font-family: "small=0em&smedium=31.25em&medium=50.6875em&large=67.5625em&xlarge=80.0625em&xxlarge=97.9375em";
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%;
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    margin: 0;
    padding: 0;
    background: #f2f2f2;
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    line-height: 1.5;
    color: #0a0a0a;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
}

textarea {
    height: auto;
    min-height: 50px;
    border-radius: 8px;
}

select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border-radius: 8px;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
    max-width: none !important;
}

button {
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 8px;
    background: transparent;
    line-height: 1;
    cursor: auto;
}

[data-whatinput='mouse'] button {
    outline: 0;
}

pre {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
}

.is-visible {
    display: block !important;
}

.is-hidden {
    display: none !important;
}

.row {
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

    .row .row {
        margin-right: -0.46875rem;
        margin-left: -0.46875rem;
    }

@media screen and (min-width: 31.25em) {
    .row .row {
        margin-right: -0.625rem;
        margin-left: -0.625rem;
    }
}

@media print, screen and (min-width: 50.6875em) {
    .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem;
    }
}

@media print, screen and (min-width: 67.5625em) {
    .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem;
    }
}

@media screen and (min-width: 80.0625em) {
    .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem;
    }
}

@media screen and (min-width: 97.9375em) {
    .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem;
    }
}

.row .row.collapse {
    margin-right: 0;
    margin-left: 0;
}

.row.expanded {
    max-width: none;
}

    .row.expanded .row {
        margin-right: auto;
        margin-left: auto;
    }

.row:not(.expanded) .row {
    max-width: none;
}

.row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0;
}

    .row.is-collapse-child,
    .row.collapse > .column > .row,
    .row.collapse > .columns > .row {
        margin-right: 0;
        margin-left: 0;
    }

.column, .columns {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    padding-right: 0.46875rem;
    padding-left: 0.46875rem;
    min-width: 0;
}

@media screen and (min-width: 31.25em) {
    .column, .columns {
        padding-right: 0.625rem;
        padding-left: 0.625rem;
    }
}

@media print, screen and (min-width: 50.6875em) {
    .column, .columns {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

.column.row.row, .row.row.columns {
    float: none;
    display: block;
}

.row .column.row.row, .row .row.row.columns {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
}

.small-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.small-offset-0 {
    margin-left: 0%;
}

.small-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.small-offset-1 {
    margin-left: 8.33333%;
}

.small-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.small-offset-2 {
    margin-left: 16.66667%;
}

.small-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.small-offset-3 {
    margin-left: 25%;
}

.small-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.small-offset-4 {
    margin-left: 33.33333%;
}

.small-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.small-offset-5 {
    margin-left: 41.66667%;
}

.small-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.small-offset-6 {
    margin-left: 50%;
}

.small-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.small-offset-7 {
    margin-left: 58.33333%;
}

.small-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.small-offset-8 {
    margin-left: 66.66667%;
}

.small-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.small-offset-9 {
    margin-left: 75%;
}

.small-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.small-offset-10 {
    margin-left: 83.33333%;
}

.small-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.small-offset-11 {
    margin-left: 91.66667%;
}

.small-up-1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .small-up-1 > .column, .small-up-1 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

.small-up-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .small-up-2 > .column, .small-up-2 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

.small-up-3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .small-up-3 > .column, .small-up-3 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

.small-up-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .small-up-4 > .column, .small-up-4 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

.small-up-5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .small-up-5 > .column, .small-up-5 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

.small-up-6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .small-up-6 > .column, .small-up-6 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

.small-up-7 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .small-up-7 > .column, .small-up-7 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 14.28571%;
        flex: 0 0 14.28571%;
        max-width: 14.28571%;
    }

.small-up-8 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .small-up-8 > .column, .small-up-8 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }

.small-collapse > .column, .small-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
    padding-right: 0.46875rem;
    padding-left: 0.46875rem;
}

@media screen and (min-width: 31.25em) {
    .smedium-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .smedium-offset-0 {
        margin-left: 0%;
    }

    .smedium-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .smedium-offset-1 {
        margin-left: 8.33333%;
    }

    .smedium-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .smedium-offset-2 {
        margin-left: 16.66667%;
    }

    .smedium-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .smedium-offset-3 {
        margin-left: 25%;
    }

    .smedium-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .smedium-offset-4 {
        margin-left: 33.33333%;
    }

    .smedium-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .smedium-offset-5 {
        margin-left: 41.66667%;
    }

    .smedium-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .smedium-offset-6 {
        margin-left: 50%;
    }

    .smedium-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .smedium-offset-7 {
        margin-left: 58.33333%;
    }

    .smedium-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .smedium-offset-8 {
        margin-left: 66.66667%;
    }

    .smedium-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .smedium-offset-9 {
        margin-left: 75%;
    }

    .smedium-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .smedium-offset-10 {
        margin-left: 83.33333%;
    }

    .smedium-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .smedium-offset-11 {
        margin-left: 91.66667%;
    }

    .smedium-up-1 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .smedium-up-1 > .column, .smedium-up-1 > .columns {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }

    .smedium-up-2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .smedium-up-2 > .column, .smedium-up-2 > .columns {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
        }

    .smedium-up-3 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .smedium-up-3 > .column, .smedium-up-3 > .columns {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
            max-width: 33.33333%;
        }

    .smedium-up-4 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .smedium-up-4 > .column, .smedium-up-4 > .columns {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%;
        }

    .smedium-up-5 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .smedium-up-5 > .column, .smedium-up-5 > .columns {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 20%;
            flex: 0 0 20%;
            max-width: 20%;
        }

    .smedium-up-6 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .smedium-up-6 > .column, .smedium-up-6 > .columns {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
            max-width: 16.66667%;
        }

    .smedium-up-7 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .smedium-up-7 > .column, .smedium-up-7 > .columns {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 14.28571%;
            flex: 0 0 14.28571%;
            max-width: 14.28571%;
        }

    .smedium-up-8 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .smedium-up-8 > .column, .smedium-up-8 > .columns {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
            max-width: 12.5%;
        }
}

@media screen and (min-width: 31.25em) and (min-width: 31.25em) {
    .smedium-expand {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    }
}

.row.smedium-unstack > .column, .row.smedium-unstack > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

@media screen and (min-width: 31.25em) {
    .row.smedium-unstack > .column, .row.smedium-unstack > .columns {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    }
}

@media screen and (min-width: 31.25em) {
    .smedium-collapse > .column, .smedium-collapse > .columns {
        padding-right: 0;
        padding-left: 0;
    }

    .smedium-uncollapse > .column, .smedium-uncollapse > .columns {
        padding-right: 0.625rem;
        padding-left: 0.625rem;
    }
}

@media print, screen and (min-width: 50.6875em) {
    .medium-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .medium-offset-0 {
        margin-left: 0%;
    }

    .medium-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .medium-offset-1 {
        margin-left: 8.33333%;
    }

    .medium-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .medium-offset-2 {
        margin-left: 16.66667%;
    }

    .medium-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .medium-offset-3 {
        margin-left: 25%;
    }

    .medium-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .medium-offset-4 {
        margin-left: 33.33333%;
    }

    .medium-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .medium-offset-5 {
        margin-left: 41.66667%;
    }

    .medium-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .medium-offset-6 {
        margin-left: 50%;
    }

    .medium-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .medium-offset-7 {
        margin-left: 58.33333%;
    }

    .medium-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .medium-offset-8 {
        margin-left: 66.66667%;
    }

    .medium-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .medium-offset-9 {
        margin-left: 75%;
    }

    .medium-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .medium-offset-10 {
        margin-left: 83.33333%;
    }

    .medium-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .medium-offset-11 {
        margin-left: 91.66667%;
    }

    .medium-up-1 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .medium-up-1 > .column, .medium-up-1 > .columns {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }

    .medium-up-2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .medium-up-2 > .column, .medium-up-2 > .columns {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
        }

    .medium-up-3 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .medium-up-3 > .column, .medium-up-3 > .columns {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
            max-width: 33.33333%;
        }

    .medium-up-4 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .medium-up-4 > .column, .medium-up-4 > .columns {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%;
        }

    .medium-up-5 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .medium-up-5 > .column, .medium-up-5 > .columns {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 20%;
            flex: 0 0 20%;
            max-width: 20%;
        }

    .medium-up-6 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .medium-up-6 > .column, .medium-up-6 > .columns {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
            max-width: 16.66667%;
        }

    .medium-up-7 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .medium-up-7 > .column, .medium-up-7 > .columns {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 14.28571%;
            flex: 0 0 14.28571%;
            max-width: 14.28571%;
        }

    .medium-up-8 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .medium-up-8 > .column, .medium-up-8 > .columns {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
            max-width: 12.5%;
        }
}

@media print, screen and (min-width: 50.6875em) and (min-width: 50.6875em) {
    .medium-expand {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    }
}

.row.medium-unstack > .column, .row.medium-unstack > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

@media print, screen and (min-width: 50.6875em) {
    .row.medium-unstack > .column, .row.medium-unstack > .columns {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    }
}

@media print, screen and (min-width: 50.6875em) {
    .medium-collapse > .column, .medium-collapse > .columns {
        padding-right: 0;
        padding-left: 0;
    }

    .medium-uncollapse > .column, .medium-uncollapse > .columns {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

@media print, screen and (min-width: 67.5625em) {
    .large-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .large-offset-0 {
        margin-left: 0%;
    }

    .large-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .large-offset-1 {
        margin-left: 8.33333%;
    }

    .large-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .large-offset-2 {
        margin-left: 16.66667%;
    }

    .large-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .large-offset-3 {
        margin-left: 25%;
    }

    .large-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .large-offset-4 {
        margin-left: 33.33333%;
    }

    .large-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .large-offset-5 {
        margin-left: 41.66667%;
    }

    .large-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .large-offset-6 {
        margin-left: 50%;
    }

    .large-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .large-offset-7 {
        margin-left: 58.33333%;
    }

    .large-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .large-offset-8 {
        margin-left: 66.66667%;
    }

    .large-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .large-offset-9 {
        margin-left: 75%;
    }

    .large-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .large-offset-10 {
        margin-left: 83.33333%;
    }

    .large-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .large-offset-11 {
        margin-left: 91.66667%;
    }

    .large-up-1 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .large-up-1 > .column, .large-up-1 > .columns {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }

    .large-up-2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .large-up-2 > .column, .large-up-2 > .columns {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
        }

    .large-up-3 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .large-up-3 > .column, .large-up-3 > .columns {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
            max-width: 33.33333%;
        }

    .large-up-4 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .large-up-4 > .column, .large-up-4 > .columns {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%;
        }

    .large-up-5 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .large-up-5 > .column, .large-up-5 > .columns {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 20%;
            flex: 0 0 20%;
            max-width: 20%;
        }

    .large-up-6 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .large-up-6 > .column, .large-up-6 > .columns {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
            max-width: 16.66667%;
        }

    .large-up-7 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .large-up-7 > .column, .large-up-7 > .columns {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 14.28571%;
            flex: 0 0 14.28571%;
            max-width: 14.28571%;
        }

    .large-up-8 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .large-up-8 > .column, .large-up-8 > .columns {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
            max-width: 12.5%;
        }
}

@media print, screen and (min-width: 67.5625em) and (min-width: 67.5625em) {
    .large-expand {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    }
}

.row.large-unstack > .column, .row.large-unstack > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

@media print, screen and (min-width: 67.5625em) {
    .row.large-unstack > .column, .row.large-unstack > .columns {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    }
}

@media print, screen and (min-width: 67.5625em) {
    .large-collapse > .column, .large-collapse > .columns {
        padding-right: 0;
        padding-left: 0;
    }

    .large-uncollapse > .column, .large-uncollapse > .columns {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

@media screen and (min-width: 80.0625em) {
    .xlarge-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .xlarge-offset-0 {
        margin-left: 0%;
    }

    .xlarge-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .xlarge-offset-1 {
        margin-left: 8.33333%;
    }

    .xlarge-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .xlarge-offset-2 {
        margin-left: 16.66667%;
    }

    .xlarge-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .xlarge-offset-3 {
        margin-left: 25%;
    }

    .xlarge-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .xlarge-offset-4 {
        margin-left: 33.33333%;
    }

    .xlarge-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .xlarge-offset-5 {
        margin-left: 41.66667%;
    }

    .xlarge-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .xlarge-offset-6 {
        margin-left: 50%;
    }

    .xlarge-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .xlarge-offset-7 {
        margin-left: 58.33333%;
    }

    .xlarge-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .xlarge-offset-8 {
        margin-left: 66.66667%;
    }

    .xlarge-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .xlarge-offset-9 {
        margin-left: 75%;
    }

    .xlarge-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .xlarge-offset-10 {
        margin-left: 83.33333%;
    }

    .xlarge-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .xlarge-offset-11 {
        margin-left: 91.66667%;
    }

    .xlarge-up-1 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }

    .xlarge-up-2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
        }

    .xlarge-up-3 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
            max-width: 33.33333%;
        }

    .xlarge-up-4 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%;
        }

    .xlarge-up-5 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 20%;
            flex: 0 0 20%;
            max-width: 20%;
        }

    .xlarge-up-6 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
            max-width: 16.66667%;
        }

    .xlarge-up-7 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 14.28571%;
            flex: 0 0 14.28571%;
            max-width: 14.28571%;
        }

    .xlarge-up-8 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
            max-width: 12.5%;
        }
}

@media screen and (min-width: 80.0625em) and (min-width: 80.0625em) {
    .xlarge-expand {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    }
}

.row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

@media screen and (min-width: 80.0625em) {
    .row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    }
}

@media screen and (min-width: 80.0625em) {
    .xlarge-collapse > .column, .xlarge-collapse > .columns {
        padding-right: 0;
        padding-left: 0;
    }

    .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

@media screen and (min-width: 97.9375em) {
    .xxlarge-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .xxlarge-offset-0 {
        margin-left: 0%;
    }

    .xxlarge-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .xxlarge-offset-1 {
        margin-left: 8.33333%;
    }

    .xxlarge-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .xxlarge-offset-2 {
        margin-left: 16.66667%;
    }

    .xxlarge-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .xxlarge-offset-3 {
        margin-left: 25%;
    }

    .xxlarge-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .xxlarge-offset-4 {
        margin-left: 33.33333%;
    }

    .xxlarge-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .xxlarge-offset-5 {
        margin-left: 41.66667%;
    }

    .xxlarge-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .xxlarge-offset-6 {
        margin-left: 50%;
    }

    .xxlarge-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .xxlarge-offset-7 {
        margin-left: 58.33333%;
    }

    .xxlarge-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .xxlarge-offset-8 {
        margin-left: 66.66667%;
    }

    .xxlarge-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .xxlarge-offset-9 {
        margin-left: 75%;
    }

    .xxlarge-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .xxlarge-offset-10 {
        margin-left: 83.33333%;
    }

    .xxlarge-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .xxlarge-offset-11 {
        margin-left: 91.66667%;
    }

    .xxlarge-up-1 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .xxlarge-up-1 > .column, .xxlarge-up-1 > .columns {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }

    .xxlarge-up-2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .xxlarge-up-2 > .column, .xxlarge-up-2 > .columns {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
        }

    .xxlarge-up-3 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .xxlarge-up-3 > .column, .xxlarge-up-3 > .columns {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
            max-width: 33.33333%;
        }

    .xxlarge-up-4 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .xxlarge-up-4 > .column, .xxlarge-up-4 > .columns {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%;
        }

    .xxlarge-up-5 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .xxlarge-up-5 > .column, .xxlarge-up-5 > .columns {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 20%;
            flex: 0 0 20%;
            max-width: 20%;
        }

    .xxlarge-up-6 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .xxlarge-up-6 > .column, .xxlarge-up-6 > .columns {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
            max-width: 16.66667%;
        }

    .xxlarge-up-7 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .xxlarge-up-7 > .column, .xxlarge-up-7 > .columns {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 14.28571%;
            flex: 0 0 14.28571%;
            max-width: 14.28571%;
        }

    .xxlarge-up-8 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .xxlarge-up-8 > .column, .xxlarge-up-8 > .columns {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
            max-width: 12.5%;
        }
}

@media screen and (min-width: 97.9375em) and (min-width: 97.9375em) {
    .xxlarge-expand {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    }
}

.row.xxlarge-unstack > .column, .row.xxlarge-unstack > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

@media screen and (min-width: 97.9375em) {
    .row.xxlarge-unstack > .column, .row.xxlarge-unstack > .columns {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    }
}

@media screen and (min-width: 97.9375em) {
    .xxlarge-collapse > .column, .xxlarge-collapse > .columns {
        padding-right: 0;
        padding-left: 0;
    }

    .xxlarge-uncollapse > .column, .xxlarge-uncollapse > .columns {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

.shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
}

.column-block {
    margin-bottom: 0.9375rem;
}

    .column-block > :last-child {
        margin-bottom: 0;
    }

@media screen and (min-width: 31.25em) {
    .column-block {
        margin-bottom: 1.25rem;
    }

        .column-block > :last-child {
            margin-bottom: 0;
        }
}

@media print, screen and (min-width: 50.6875em) {
    .column-block {
        margin-bottom: 1.875rem;
    }

        .column-block > :last-child {
            margin-bottom: 0;
        }
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

p {
    margin-bottom: 1rem;
    font-size: inherit;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
}

em,
i {
    font-style: italic;
    line-height: inherit;
}

strong,
b {
    font-weight: bold;
    line-height: inherit;
}

small {
    font-size: 80%;
    line-height: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    color: inherit;
    text-rendering: optimizeLegibility;
}

    h1 small, .h1 small,
    h2 small, .h2 small,
    h3 small, .h3 small,
    h4 small, .h4 small,
    h5 small, .h5 small,
    h6 small, .h6 small {
        line-height: 0;
        color: #cacaca;
    }

h1, .h1 {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

h2, .h2 {
    font-size: 1.25rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

h3, .h3 {
    font-size: 1.1875rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

h4, .h4 {
    font-size: 1rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

h5, .h5 {
    font-size: 1rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

h6, .h6 {
    font-size: 1rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 50.6875em) {
    h1, .h1 {
        font-size: 1.5rem;
    }

    h2, .h2 {
        font-size: 1.25rem;
    }

    h3, .h3 {
        font-size: 1.1875rem;
    }

    h4, .h4 {
        font-size: 1.125rem;
    }

    h5, .h5 {
        font-size: 1.0625rem;
    }

    h6, .h6 {
        font-size: 1rem;
    }
}

a {
    line-height: inherit;
    color: #019267;
    text-decoration: none;
    cursor: pointer;
}

.bid_lotno a {
    color: #204537;
}

a:hover, a:focus {
    color: #017e59;
}

a img {
    border: 0;
}

hr {
    clear: both;
    height: 0;
    margin: 1.25rem auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #f2f2f2;
    border-left: 0;
}

ul,
ol,
dl {
    margin-bottom: 1rem;
    list-style-position: outside;
    line-height: 1.6;
}

li {
    font-size: inherit;
}

ul {
    margin-left: 1.25rem;
    list-style-type: disc;
}

ol {
    margin-left: 1.25rem;
}

    ul ul, ol ul, ul ol, ol ol {
        margin-left: 1.25rem;
        margin-bottom: 0;
    }

dl {
    margin-bottom: 1rem;
}

    dl dt {
        margin-bottom: 0.3rem;
        font-weight: bold;
    }

blockquote {
    margin: 0 0 1rem;
    padding: 0.5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #cacaca;
}

    blockquote, blockquote p {
        line-height: 1.6;
        color: #8a8a8a;
    }

abbr, abbr[title] {
    border-bottom: 1px dotted #0a0a0a;
    cursor: help;
    text-decoration: none;
}

figure {
    margin: 0;
}

kbd {
    margin: 0;
    padding: 0.125rem 0.25rem 0;
    background-color: #f2f2f2;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    color: #0a0a0a;
    border-radius: 8px;
}

.subheader {
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
    font-weight: normal;
    line-height: 1.4;
    color: #8a8a8a;
}

.lead {
    font-size: 125%;
    line-height: 1.6;
}

.stat {
    font-size: 2.5rem;
    line-height: 1;
}

p + .stat {
    margin-top: -1rem;
}

ul.no-bullet, ol.no-bullet {
    margin-left: 0;
    list-style: none;
}

cite, .cite-block {
    display: block;
    color: #8a8a8a;
    font-size: 0.8125rem;
}

    cite:before, .cite-block:before {
        content: "— ";
    }

code, .code-inline {
    border: 1px solid #cacaca;
    background-color: #f2f2f2;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: normal;
    color: #0a0a0a;
    display: inline;
    max-width: 100%;
    word-wrap: break-word;
    padding: 0.125rem 0.3125rem 0.0625rem;
}

.code-block {
    border: 1px solid #cacaca;
    background-color: #f2f2f2;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: normal;
    color: #0a0a0a;
    display: block;
    overflow: auto;
    white-space: pre;
    padding: 1rem;
    margin-bottom: 1.5rem;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

@media screen and (min-width: 31.25em) {
    .smedium-text-left {
        text-align: left;
    }

    .smedium-text-right {
        text-align: right;
    }

    .smedium-text-center {
        text-align: center;
    }

    .smedium-text-justify {
        text-align: justify;
    }
}

@media print, screen and (min-width: 50.6875em) {
    .medium-text-left {
        text-align: left;
    }

    .medium-text-right {
        text-align: right;
    }

    .medium-text-center {
        text-align: center;
    }

    .medium-text-justify {
        text-align: justify;
    }
}

@media print, screen and (min-width: 67.5625em) {
    .large-text-left {
        text-align: left;
    }

    .large-text-right {
        text-align: right;
    }

    .large-text-center {
        text-align: center;
    }

    .large-text-justify {
        text-align: justify;
    }
}

@media screen and (min-width: 80.0625em) {
    .xlarge-text-left {
        text-align: left;
    }

    .xlarge-text-right {
        text-align: right;
    }

    .xlarge-text-center {
        text-align: center;
    }

    .xlarge-text-justify {
        text-align: justify;
    }
}

@media screen and (min-width: 97.9375em) {
    .xxlarge-text-left {
        text-align: left;
    }

    .xxlarge-text-right {
        text-align: right;
    }

    .xxlarge-text-center {
        text-align: center;
    }

    .xxlarge-text-justify {
        text-align: justify;
    }
}

.show-for-print {
    display: none !important;
}

@media print {
    * {
        background: transparent !important;
        color: black !important;
        print-color-adjust: economy;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    .show-for-print {
        display: block !important;
    }

    .hide-for-print {
        display: none !important;
    }

    table.show-for-print {
        display: table !important;
    }

    thead.show-for-print {
        display: table-header-group !important;
    }

    tbody.show-for-print {
        display: table-row-group !important;
    }

    tr.show-for-print {
        display: table-row !important;
    }

    td.show-for-print {
        display: table-cell !important;
    }

    th.show-for-print {
        display: table-cell !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

        .ir a:after,
        a[href^='javascript:']:after,
        a[href^='#']:after {
            content: '';
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    pre,
    blockquote {
        border: 1px solid #8a8a8a;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .print-break-inside {
        page-break-inside: auto;
    }
}

.button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    padding: 0.85em 1em;
    border: 1px solid transparent;
    border-radius: 8px;
    -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-family: inherit;
    font-size: 0.9rem;
    -webkit-appearance: none;
    line-height: 1;
    text-align: center;
    cursor: pointer;
}

[data-whatinput='mouse'] .button {
    outline: 0;
}

.button.tiny {
    font-size: 0.6rem;
}

.button.small {
    font-size: 0.75rem;
}

.button.large {
    font-size: 1.25rem;
}

.button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}

.button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
    background-color: #019267;
    color: #fefefe;
}

    .button:hover, .button:focus {
        background-color: #01c88d;
        color: #fefefe;
    }

    .button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
        background-color: #019267;
        color: #fefefe;
    }

        .button.primary:hover, .button.primary:focus {
            background-color: #01da9a;
            color: #fefefe;
        }

    .button.secondary, .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:focus {
        background-color: #767676;
        color: #fefefe;
    }

        .button.secondary:hover, .button.secondary:focus {
            background-color: #919191;
            color: #fefefe;
        }

    .button.success, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
        background-color: #00C897;
        color: #0a0a0a;
    }

        .button.success:hover, .button.success:focus {
            background-color: #07ffc2;
            color: #0a0a0a;
        }

    .button.warning, .button.warning.disabled, .button.warning[disabled], .button.warning.disabled:hover, .button.warning[disabled]:hover, .button.warning.disabled:focus, .button.warning[disabled]:focus {
        background-color: #FFD365;
        color: #0a0a0a;
    }

        .button.warning:hover, .button.warning:focus {
            background-color: #ffdc84;
            color: #0a0a0a;
        }

    .button.alert, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
        background-color: #cc4b37;
        color: #fefefe;
    }

        .button.alert:hover, .button.alert:focus {
            background-color: #d66f5f;
            color: #fefefe;
        }

    .button.bid, .button.bid.disabled, .button.bid[disabled], .button.bid.disabled:hover, .button.bid[disabled]:hover, .button.bid.disabled:focus, .button.bid[disabled]:focus {
        background-color: #e5a500;
        color: #0a0a0a;
    }

        .button.bid:hover, .button.bid:focus {
            background-color: #ffc01e;
            color: #0a0a0a;
        }

    .button.hollow, .button.hollow:hover, .button.hollow:focus, .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
        background-color: transparent;
    }

        .button.hollow, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
            border: 1px solid #019267;
            color: #019267;
        }

            .button.hollow:hover, .button.hollow:focus {
                border-color: #014934;
                color: #014934;
            }

            .button.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary[disabled], .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus {
                border: 1px solid #019267;
                color: #019267;
            }

                .button.hollow.primary:hover, .button.hollow.primary:focus {
                    border-color: #014934;
                    color: #014934;
                }

            .button.hollow.secondary, .button.hollow.secondary.disabled, .button.hollow.secondary[disabled], .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus {
                border: 1px solid #767676;
                color: #767676;
            }

                .button.hollow.secondary:hover, .button.hollow.secondary:focus {
                    border-color: #3b3b3b;
                    color: #3b3b3b;
                }

            .button.hollow.success, .button.hollow.success.disabled, .button.hollow.success[disabled], .button.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus {
                border: 1px solid #00C897;
                color: #00C897;
            }

                .button.hollow.success:hover, .button.hollow.success:focus {
                    border-color: #00644c;
                    color: #00644c;
                }

            .button.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus {
                border: 1px solid #FFD365;
                color: #FFD365;
            }

                .button.hollow.warning:hover, .button.hollow.warning:focus {
                    border-color: #b27f00;
                    color: #b27f00;
                }

            .button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus {
                border: 1px solid #cc4b37;
                color: #cc4b37;
            }

                .button.hollow.alert:hover, .button.hollow.alert:focus {
                    border-color: #67251a;
                    color: #67251a;
                }

            .button.hollow.bid, .button.hollow.bid.disabled, .button.hollow.bid[disabled], .button.hollow.bid.disabled:hover, .button.hollow.bid[disabled]:hover, .button.hollow.bid.disabled:focus, .button.hollow.bid[disabled]:focus {
                border: 1px solid #e5a500;
                color: #e5a500;
            }

                .button.hollow.bid:hover, .button.hollow.bid:focus {
                    border-color: #735300;
                    color: #735300;
                }

    .button.clear, .button.clear:hover, .button.clear:focus, .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
        border-color: transparent;
        background-color: transparent;
    }

        .button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
            color: #019267;
        }

            .button.clear:hover, .button.clear:focus {
                color: #014934;
            }

            .button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus {
                color: #019267;
            }

                .button.clear.primary:hover, .button.clear.primary:focus {
                    color: #014934;
                }

            .button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
                color: #767676;
            }

                .button.clear.secondary:hover, .button.clear.secondary:focus {
                    color: #3b3b3b;
                }

            .button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
                color: #00C897;
            }

                .button.clear.success:hover, .button.clear.success:focus {
                    color: #00644c;
                }

            .button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
                color: #FFD365;
            }

                .button.clear.warning:hover, .button.clear.warning:focus {
                    color: #b27f00;
                }

            .button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
                color: #cc4b37;
            }

                .button.clear.alert:hover, .button.clear.alert:focus {
                    color: #67251a;
                }

            .button.clear.bid, .button.clear.bid.disabled, .button.clear.bid[disabled], .button.clear.bid.disabled:hover, .button.clear.bid[disabled]:hover, .button.clear.bid.disabled:focus, .button.clear.bid[disabled]:focus {
                color: #e5a500;
            }

                .button.clear.bid:hover, .button.clear.bid:focus {
                    color: #735300;
                }

    .button.disabled, .button[disabled] {
        opacity: 0.25;
        cursor: not-allowed;
    }

    .button.dropdown::after {
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0.4em;
        content: '';
        border-bottom-width: 0;
        border-color: #fefefe transparent transparent;
        position: relative;
        top: 0.4em;
        display: inline-block;
        float: right;
        margin-left: 1em;
    }

    .button.dropdown.hollow::after, .button.dropdown.clear::after {
        border-top-color: #019267;
    }

    .button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
        border-top-color: #019267;
    }

    .button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
        border-top-color: #767676;
    }

    .button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
        border-top-color: #00C897;
    }

    .button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
        border-top-color: #FFD365;
    }

    .button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
        border-top-color: #cc4b37;
    }

    .button.dropdown.hollow.bid::after, .button.dropdown.clear.bid::after {
        border-top-color: #e5a500;
    }

    .button.arrow-only::after {
        top: -0.1em;
        float: none;
        margin-left: 0;
    }

a.button:hover, a.button:focus {
    text-decoration: none;
}

.disabled-row {
    opacity: 0.6;
    cursor: pointer;
    background-color: #f5f5f5;
    color: #999;
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 2.25rem;
    margin: 0 0 1rem;
    padding: 0.5rem;
    border: 1px solid #cacaca;
    border-radius: 8px;
    background-color: #fefefe;
    -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
    font-family: inherit;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.5;
    color: #0a0a0a;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
    textarea:focus {
        outline: none;
        border: 1px solid #8a8a8a;
        background-color: #fefefe;
        -webkit-box-shadow: 0 0 5px #cacaca;
        box-shadow: 0 0 5px #cacaca;
        -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
        transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
        transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
        transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    }

textarea {
    max-width: 100%;
}

    textarea[rows] {
        height: auto;
    }

    input:disabled, input[readonly],
    textarea:disabled,
    textarea[readonly] {
        background-color: #fefefe;
        cursor: not-allowed;
    }

[type='submit'],
[type='button'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 8px;
}

input[type='search'] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

::-webkit-input-placeholder {
    color: #8a8a8a;
}

::-moz-placeholder {
    color: #8a8a8a;
}

::-ms-input-placeholder {
    color: #8a8a8a;
}

::placeholder {
    color: #8a8a8a;
}

[type='file'],
[type='checkbox'],
[type='radio'] {
    margin: 0 0 1rem;
}

    [type='checkbox'] + label,
    [type='radio'] + label {
        display: inline-block;
        vertical-align: baseline;
        margin-left: 0.5rem;
        margin-right: 1rem;
        margin-bottom: 0;
    }

        [type='checkbox'] + label[for],
        [type='radio'] + label[for] {
            cursor: pointer;
        }

label > [type='checkbox'],
label > [type='radio'] {
    margin-right: 0.5rem;
}

[type='file'] {
    width: 100%;
}

label {
    display: block;
    margin: 0;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.8;
    color: #0a0a0a;
}

    label.middle {
        margin: 0 0 1rem;
        line-height: 1.5;
        padding: 0.5625rem 0;
    }

.help-text {
    margin-top: -0.5rem;
    font-size: 0.8125rem;
    font-style: italic;
    color: #0a0a0a;
}

.input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 1rem;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

    .input-group > :first-child, .input-group > :first-child.input-group-button > * {
        border-radius: 8px 0 0 8px;
    }

    .input-group > :last-child, .input-group > :last-child.input-group-button > * {
        border-radius: 0 8px 8px 0;
    }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
    margin: 0;
    white-space: nowrap;
}

.input-group-label {
    padding: 0 1rem;
    border: 1px solid #cacaca;
    background: #f2f2f2;
    color: #0a0a0a;
    text-align: center;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .input-group-label:first-child {
        border-right: 0;
    }

    .input-group-label:last-child {
        border-left: 0;
    }

.input-group-field {
    border-radius: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    min-width: 0;
}

.input-group-button {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

    .input-group-button a,
    .input-group-button input,
    .input-group-button button,
    .input-group-button label {
        -ms-flex-item-align: stretch;
        align-self: stretch;
        height: auto;
        padding-top: 0;
        padding-bottom: 0;
        font-size: 0.875rem;
    }

fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

legend {
    max-width: 100%;
    margin-bottom: 0.5rem;
}

.fieldset {
    margin: 1.125rem 0;
    padding: 1.25rem;
    border: 1px solid #cacaca;
}

    .fieldset legend {
        margin: 0;
        margin-left: -0.1875rem;
        padding: 0 0.1875rem;
    }

select {
    height: 2.25rem;
    margin: 0 0 1rem;
    padding: 0.5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #cacaca;
    border-radius: 8px;
    background-color: #fefefe;
    font-family: inherit;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.5;
    color: #0a0a0a;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%28138, 138, 138%29"></polygon></svg>');
    background-origin: content-box;
    background-position: right -1rem center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    padding-right: 1.5rem;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

@media screen and (min-width: 0\0) {
    select {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
    }
}

select:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    -webkit-box-shadow: 0 0 5px #cacaca;
    box-shadow: 0 0 5px #cacaca;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

select:disabled {
    background-color: #fefefe;
    cursor: not-allowed;
}

select::-ms-expand {
    display: none;
}

select[multiple] {
    height: auto;
    background-image: none;
}

select:not([multiple]) {
    padding-top: 0;
    padding-bottom: 0;
}

.is-invalid-input:not(:focus) {
    border-color: #cc4b37;
    background-color: #f9ecea;
}

    .is-invalid-input:not(:focus)::-webkit-input-placeholder {
        color: #cc4b37;
    }

    .is-invalid-input:not(:focus)::-moz-placeholder {
        color: #cc4b37;
    }

    .is-invalid-input:not(:focus)::-ms-input-placeholder {
        color: #cc4b37;
    }

    .is-invalid-input:not(:focus)::placeholder {
        color: #cc4b37;
    }

.is-invalid-label {
    color: #cc4b37;
}

.form-error {
    display: none;
    margin-top: -0.5rem;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: bold;
    color: #cc4b37;
}

    .form-error.is-visible {
        display: block;
    }

input[type='range'] {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    line-height: 1;
    cursor: pointer;
    border-radius: 100px;
}

    input[type='range']:focus {
        outline: 0;
    }

    input[type='range'][disabled] {
        opacity: 0.25;
    }

    input[type='range']::-webkit-slider-runnable-track {
        height: 0.5rem;
        background: #f2f2f2;
    }

    input[type='range']::-webkit-slider-thumb {
        width: 1rem;
        height: 1rem;
        margin-top: -0.25rem;
        -webkit-appearance: none;
        background: #019267;
        border-radius: 100px;
    }

    input[type='range']::-moz-range-track {
        height: 0.5rem;
        -moz-appearance: none;
        background: #f2f2f2;
    }

    input[type='range']::-moz-range-thumb {
        width: 1rem;
        height: 1rem;
        margin-top: -0.25rem;
        -moz-appearance: none;
        background: #019267;
        border-radius: 100px;
    }

    input[type='range']::-ms-track {
        height: 0.5rem;
        border: 0;
        border-top: 0.25rem solid #f2f2f2;
        border-bottom: 0.25rem solid #f2f2f2;
        background: #f2f2f2;
        overflow: visible;
        color: transparent;
    }

    input[type='range']::-ms-thumb {
        width: 1rem;
        height: 1rem;
        border: 0;
        background: #019267;
        border-radius: 100px;
    }

    input[type='range']::-ms-fill-lower {
        background: #cacaca;
    }

    input[type='range']::-ms-fill-upper {
        background: #f2f2f2;
    }

output {
    vertical-align: middle;
    margin-left: 0.5em;
    line-height: 1rem;
}

.accordion {
    margin-left: 0;
    background: none;
    list-style-type: none;
}

    .accordion[disabled] .accordion-title {
        cursor: not-allowed;
    }

.accordion-item:first-child > :first-child {
    border-radius: 8px 8px 0 0;
}

.accordion-item:last-child > :last-child {
    border-radius: 0 0 8px 8px;
}

.accordion-title {
    position: relative;
    display: block;
    padding: 1.25rem 1rem;
    border-bottom: 0;
    font-size: 0.75rem;
    line-height: 1;
    color: #019267;
}

:last-child:not(.is-active) > .accordion-title {
    border-radius: 0 0 8px 8px;
}

.accordion-title:hover, .accordion-title:focus {
    background-color: #f2f2f2;
}

.accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: "+";
}

.is-active > .accordion-title::before {
    content: "–";
}

.accordion-content {
    display: none;
    padding: 1rem;
    border-bottom: 0;
    background-color: none;
    color: #0a0a0a;
}

.badge {
    display: inline-block;
    min-width: 2.1em;
    padding: 0.3em;
    border-radius: 50%;
    font-size: 0.6rem;
    text-align: center;
    background: #019267;
    color: #fefefe;
}

    .badge.primary {
        background: #019267;
        color: #0a0a0a;
    }

    .badge.secondary {
        background: #767676;
        color: #fefefe;
    }

    .badge.success {
        background: #00C897;
        color: #0a0a0a;
    }

    .badge.warning {
        background: #FFD365;
        color: #0a0a0a;
    }

    .badge.alert {
        background: #cc4b37;
        color: #fefefe;
    }

    .badge.bid {
        background: #e5a500;
        color: #0a0a0a;
    }

.breadcrumbs {
    margin: 0 0 1rem 0;
    list-style: none;
}

    .breadcrumbs::before, .breadcrumbs::after {
        display: table;
        content: ' ';
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .breadcrumbs::after {
        clear: both;
    }

    .breadcrumbs li {
        float: left;
        font-size: 0.6875rem;
        color: #0a0a0a;
        cursor: default;
        text-transform: uppercase;
    }

        .breadcrumbs li:not(:last-child)::after {
            position: relative;
            margin: 0 0.75rem;
            opacity: 1;
            content: "/";
            color: #cacaca;
        }

    .breadcrumbs a {
        color: #019267;
    }

        .breadcrumbs a:hover {
            text-decoration: underline;
        }

    .breadcrumbs .disabled {
        color: #cacaca;
        cursor: not-allowed;
    }

.button-group {
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

    .button-group::before, .button-group::after {
        display: table;
        content: ' ';
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .button-group::after {
        clear: both;
    }

    .button-group::before, .button-group::after {
        display: none;
    }

    .button-group .button {
        margin: 0;
        margin-right: 0.25rem;
        margin-bottom: 0.25rem;
        font-size: 0.9rem;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

        .button-group .button:last-child {
            margin-right: 0;
        }

    .button-group.tiny .button {
        font-size: 0.6rem;
    }

    .button-group.small .button {
        font-size: 0.75rem;
    }

    .button-group.large .button {
        font-size: 1.25rem;
    }

    .button-group.expanded .button {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    }

    .button-group.primary .button, .button-group.primary .button.disabled, .button-group.primary .button[disabled], .button-group.primary .button.disabled:hover, .button-group.primary .button[disabled]:hover, .button-group.primary .button.disabled:focus, .button-group.primary .button[disabled]:focus {
        background-color: #019267;
        color: #0a0a0a;
    }

        .button-group.primary .button:hover, .button-group.primary .button:focus {
            background-color: #01da9a;
            color: #0a0a0a;
        }

    .button-group.secondary .button, .button-group.secondary .button.disabled, .button-group.secondary .button[disabled], .button-group.secondary .button.disabled:hover, .button-group.secondary .button[disabled]:hover, .button-group.secondary .button.disabled:focus, .button-group.secondary .button[disabled]:focus {
        background-color: #767676;
        color: #fefefe;
    }

        .button-group.secondary .button:hover, .button-group.secondary .button:focus {
            background-color: #919191;
            color: #fefefe;
        }

    .button-group.success .button, .button-group.success .button.disabled, .button-group.success .button[disabled], .button-group.success .button.disabled:hover, .button-group.success .button[disabled]:hover, .button-group.success .button.disabled:focus, .button-group.success .button[disabled]:focus {
        background-color: #00C897;
        color: #0a0a0a;
    }

        .button-group.success .button:hover, .button-group.success .button:focus {
            background-color: #07ffc2;
            color: #0a0a0a;
        }

    .button-group.warning .button, .button-group.warning .button.disabled, .button-group.warning .button[disabled], .button-group.warning .button.disabled:hover, .button-group.warning .button[disabled]:hover, .button-group.warning .button.disabled:focus, .button-group.warning .button[disabled]:focus {
        background-color: #FFD365;
        color: #0a0a0a;
    }

        .button-group.warning .button:hover, .button-group.warning .button:focus {
            background-color: #ffdc84;
            color: #0a0a0a;
        }

    .button-group.alert .button, .button-group.alert .button.disabled, .button-group.alert .button[disabled], .button-group.alert .button.disabled:hover, .button-group.alert .button[disabled]:hover, .button-group.alert .button.disabled:focus, .button-group.alert .button[disabled]:focus {
        background-color: #cc4b37;
        color: #fefefe;
    }

        .button-group.alert .button:hover, .button-group.alert .button:focus {
            background-color: #d66f5f;
            color: #fefefe;
        }

    .button-group.bid .button, .button-group.bid .button.disabled, .button-group.bid .button[disabled], .button-group.bid .button.disabled:hover, .button-group.bid .button[disabled]:hover, .button-group.bid .button.disabled:focus, .button-group.bid .button[disabled]:focus {
        background-color: #e5a500;
        color: #0a0a0a;
    }

        .button-group.bid .button:hover, .button-group.bid .button:focus {
            background-color: #ffc01e;
            color: #0a0a0a;
        }

    .button-group.hollow .button, .button-group.hollow .button:hover, .button-group.hollow .button:focus, .button-group.hollow .button.disabled, .button-group.hollow .button.disabled:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled], .button-group.hollow .button[disabled]:hover, .button-group.hollow .button[disabled]:focus {
        background-color: transparent;
    }

        .button-group.hollow .button, .button-group.hollow .button.disabled, .button-group.hollow .button[disabled], .button-group.hollow .button.disabled:hover, .button-group.hollow .button[disabled]:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled]:focus {
            border: 1px solid #019267;
            color: #019267;
        }

            .button-group.hollow .button:hover, .button-group.hollow .button:focus {
                border-color: #014934;
                color: #014934;
            }

            .button-group.hollow.primary .button, .button-group.hollow.primary .button.disabled, .button-group.hollow.primary .button[disabled], .button-group.hollow.primary .button.disabled:hover, .button-group.hollow.primary .button[disabled]:hover, .button-group.hollow.primary .button.disabled:focus, .button-group.hollow.primary .button[disabled]:focus, .button-group.hollow .button.primary, .button-group.hollow .button.primary.disabled, .button-group.hollow .button.primary[disabled], .button-group.hollow .button.primary.disabled:hover, .button-group.hollow .button.primary[disabled]:hover, .button-group.hollow .button.primary.disabled:focus, .button-group.hollow .button.primary[disabled]:focus {
                border: 1px solid #019267;
                color: #019267;
            }

                .button-group.hollow.primary .button:hover, .button-group.hollow.primary .button:focus, .button-group.hollow .button.primary:hover, .button-group.hollow .button.primary:focus {
                    border-color: #014934;
                    color: #014934;
                }

            .button-group.hollow.secondary .button, .button-group.hollow.secondary .button.disabled, .button-group.hollow.secondary .button[disabled], .button-group.hollow.secondary .button.disabled:hover, .button-group.hollow.secondary .button[disabled]:hover, .button-group.hollow.secondary .button.disabled:focus, .button-group.hollow.secondary .button[disabled]:focus, .button-group.hollow .button.secondary, .button-group.hollow .button.secondary.disabled, .button-group.hollow .button.secondary[disabled], .button-group.hollow .button.secondary.disabled:hover, .button-group.hollow .button.secondary[disabled]:hover, .button-group.hollow .button.secondary.disabled:focus, .button-group.hollow .button.secondary[disabled]:focus {
                border: 1px solid #767676;
                color: #767676;
            }

                .button-group.hollow.secondary .button:hover, .button-group.hollow.secondary .button:focus, .button-group.hollow .button.secondary:hover, .button-group.hollow .button.secondary:focus {
                    border-color: #3b3b3b;
                    color: #3b3b3b;
                }

            .button-group.hollow.success .button, .button-group.hollow.success .button.disabled, .button-group.hollow.success .button[disabled], .button-group.hollow.success .button.disabled:hover, .button-group.hollow.success .button[disabled]:hover, .button-group.hollow.success .button.disabled:focus, .button-group.hollow.success .button[disabled]:focus, .button-group.hollow .button.success, .button-group.hollow .button.success.disabled, .button-group.hollow .button.success[disabled], .button-group.hollow .button.success.disabled:hover, .button-group.hollow .button.success[disabled]:hover, .button-group.hollow .button.success.disabled:focus, .button-group.hollow .button.success[disabled]:focus {
                border: 1px solid #00C897;
                color: #00C897;
            }

                .button-group.hollow.success .button:hover, .button-group.hollow.success .button:focus, .button-group.hollow .button.success:hover, .button-group.hollow .button.success:focus {
                    border-color: #00644c;
                    color: #00644c;
                }

            .button-group.hollow.warning .button, .button-group.hollow.warning .button.disabled, .button-group.hollow.warning .button[disabled], .button-group.hollow.warning .button.disabled:hover, .button-group.hollow.warning .button[disabled]:hover, .button-group.hollow.warning .button.disabled:focus, .button-group.hollow.warning .button[disabled]:focus, .button-group.hollow .button.warning, .button-group.hollow .button.warning.disabled, .button-group.hollow .button.warning[disabled], .button-group.hollow .button.warning.disabled:hover, .button-group.hollow .button.warning[disabled]:hover, .button-group.hollow .button.warning.disabled:focus, .button-group.hollow .button.warning[disabled]:focus {
                border: 1px solid #FFD365;
                color: #FFD365;
            }

                .button-group.hollow.warning .button:hover, .button-group.hollow.warning .button:focus, .button-group.hollow .button.warning:hover, .button-group.hollow .button.warning:focus {
                    border-color: #b27f00;
                    color: #b27f00;
                }

            .button-group.hollow.alert .button, .button-group.hollow.alert .button.disabled, .button-group.hollow.alert .button[disabled], .button-group.hollow.alert .button.disabled:hover, .button-group.hollow.alert .button[disabled]:hover, .button-group.hollow.alert .button.disabled:focus, .button-group.hollow.alert .button[disabled]:focus, .button-group.hollow .button.alert, .button-group.hollow .button.alert.disabled, .button-group.hollow .button.alert[disabled], .button-group.hollow .button.alert.disabled:hover, .button-group.hollow .button.alert[disabled]:hover, .button-group.hollow .button.alert.disabled:focus, .button-group.hollow .button.alert[disabled]:focus {
                border: 1px solid #cc4b37;
                color: #cc4b37;
            }

                .button-group.hollow.alert .button:hover, .button-group.hollow.alert .button:focus, .button-group.hollow .button.alert:hover, .button-group.hollow .button.alert:focus {
                    border-color: #67251a;
                    color: #67251a;
                }

            .button-group.hollow.bid .button, .button-group.hollow.bid .button.disabled, .button-group.hollow.bid .button[disabled], .button-group.hollow.bid .button.disabled:hover, .button-group.hollow.bid .button[disabled]:hover, .button-group.hollow.bid .button.disabled:focus, .button-group.hollow.bid .button[disabled]:focus, .button-group.hollow .button.bid, .button-group.hollow .button.bid.disabled, .button-group.hollow .button.bid[disabled], .button-group.hollow .button.bid.disabled:hover, .button-group.hollow .button.bid[disabled]:hover, .button-group.hollow .button.bid.disabled:focus, .button-group.hollow .button.bid[disabled]:focus {
                border: 1px solid #e5a500;
                color: #e5a500;
            }

                .button-group.hollow.bid .button:hover, .button-group.hollow.bid .button:focus, .button-group.hollow .button.bid:hover, .button-group.hollow .button.bid:focus {
                    border-color: #735300;
                    color: #735300;
                }

    .button-group.clear .button, .button-group.clear .button:hover, .button-group.clear .button:focus, .button-group.clear .button.disabled, .button-group.clear .button.disabled:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled], .button-group.clear .button[disabled]:hover, .button-group.clear .button[disabled]:focus {
        border-color: transparent;
        background-color: transparent;
    }

        .button-group.clear .button, .button-group.clear .button.disabled, .button-group.clear .button[disabled], .button-group.clear .button.disabled:hover, .button-group.clear .button[disabled]:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled]:focus {
            color: #019267;
        }

            .button-group.clear .button:hover, .button-group.clear .button:focus {
                color: #014934;
            }

            .button-group.clear.primary .button, .button-group.clear.primary .button.disabled, .button-group.clear.primary .button[disabled], .button-group.clear.primary .button.disabled:hover, .button-group.clear.primary .button[disabled]:hover, .button-group.clear.primary .button.disabled:focus, .button-group.clear.primary .button[disabled]:focus, .button-group.clear .button.primary, .button-group.clear .button.primary.disabled, .button-group.clear .button.primary[disabled], .button-group.clear .button.primary.disabled:hover, .button-group.clear .button.primary[disabled]:hover, .button-group.clear .button.primary.disabled:focus, .button-group.clear .button.primary[disabled]:focus {
                color: #019267;
            }

                .button-group.clear.primary .button:hover, .button-group.clear.primary .button:focus, .button-group.clear .button.primary:hover, .button-group.clear .button.primary:focus {
                    color: #014934;
                }

            .button-group.clear.secondary .button, .button-group.clear.secondary .button.disabled, .button-group.clear.secondary .button[disabled], .button-group.clear.secondary .button.disabled:hover, .button-group.clear.secondary .button[disabled]:hover, .button-group.clear.secondary .button.disabled:focus, .button-group.clear.secondary .button[disabled]:focus, .button-group.clear .button.secondary, .button-group.clear .button.secondary.disabled, .button-group.clear .button.secondary[disabled], .button-group.clear .button.secondary.disabled:hover, .button-group.clear .button.secondary[disabled]:hover, .button-group.clear .button.secondary.disabled:focus, .button-group.clear .button.secondary[disabled]:focus {
                color: #767676;
            }

                .button-group.clear.secondary .button:hover, .button-group.clear.secondary .button:focus, .button-group.clear .button.secondary:hover, .button-group.clear .button.secondary:focus {
                    color: #3b3b3b;
                }

            .button-group.clear.success .button, .button-group.clear.success .button.disabled, .button-group.clear.success .button[disabled], .button-group.clear.success .button.disabled:hover, .button-group.clear.success .button[disabled]:hover, .button-group.clear.success .button.disabled:focus, .button-group.clear.success .button[disabled]:focus, .button-group.clear .button.success, .button-group.clear .button.success.disabled, .button-group.clear .button.success[disabled], .button-group.clear .button.success.disabled:hover, .button-group.clear .button.success[disabled]:hover, .button-group.clear .button.success.disabled:focus, .button-group.clear .button.success[disabled]:focus {
                color: #00C897;
            }

                .button-group.clear.success .button:hover, .button-group.clear.success .button:focus, .button-group.clear .button.success:hover, .button-group.clear .button.success:focus {
                    color: #00644c;
                }

            .button-group.clear.warning .button, .button-group.clear.warning .button.disabled, .button-group.clear.warning .button[disabled], .button-group.clear.warning .button.disabled:hover, .button-group.clear.warning .button[disabled]:hover, .button-group.clear.warning .button.disabled:focus, .button-group.clear.warning .button[disabled]:focus, .button-group.clear .button.warning, .button-group.clear .button.warning.disabled, .button-group.clear .button.warning[disabled], .button-group.clear .button.warning.disabled:hover, .button-group.clear .button.warning[disabled]:hover, .button-group.clear .button.warning.disabled:focus, .button-group.clear .button.warning[disabled]:focus {
                color: #FFD365;
            }

                .button-group.clear.warning .button:hover, .button-group.clear.warning .button:focus, .button-group.clear .button.warning:hover, .button-group.clear .button.warning:focus {
                    color: #b27f00;
                }

            .button-group.clear.alert .button, .button-group.clear.alert .button.disabled, .button-group.clear.alert .button[disabled], .button-group.clear.alert .button.disabled:hover, .button-group.clear.alert .button[disabled]:hover, .button-group.clear.alert .button.disabled:focus, .button-group.clear.alert .button[disabled]:focus, .button-group.clear .button.alert, .button-group.clear .button.alert.disabled, .button-group.clear .button.alert[disabled], .button-group.clear .button.alert.disabled:hover, .button-group.clear .button.alert[disabled]:hover, .button-group.clear .button.alert.disabled:focus, .button-group.clear .button.alert[disabled]:focus {
                color: #cc4b37;
            }

                .button-group.clear.alert .button:hover, .button-group.clear.alert .button:focus, .button-group.clear .button.alert:hover, .button-group.clear .button.alert:focus {
                    color: #67251a;
                }

            .button-group.clear.bid .button, .button-group.clear.bid .button.disabled, .button-group.clear.bid .button[disabled], .button-group.clear.bid .button.disabled:hover, .button-group.clear.bid .button[disabled]:hover, .button-group.clear.bid .button.disabled:focus, .button-group.clear.bid .button[disabled]:focus, .button-group.clear .button.bid, .button-group.clear .button.bid.disabled, .button-group.clear .button.bid[disabled], .button-group.clear .button.bid.disabled:hover, .button-group.clear .button.bid[disabled]:hover, .button-group.clear .button.bid.disabled:focus, .button-group.clear .button.bid[disabled]:focus {
                color: #e5a500;
            }

                .button-group.clear.bid .button:hover, .button-group.clear.bid .button:focus, .button-group.clear .button.bid:hover, .button-group.clear .button.bid:focus {
                    color: #735300;
                }

    .button-group.no-gaps .button {
        margin-right: -0.0625rem;
    }

        .button-group.no-gaps .button + .button {
            border-left-color: transparent;
        }

    .button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        }

            .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
                margin-bottom: 0;
            }

        .button-group.stacked.expanded .button, .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-medium.expanded .button {
            -webkit-box-flex: 1;
            -ms-flex: 1 1 0px;
            flex: 1 1 0px;
        }

@media print, screen and (min-width: 50.6875em) {
    .button-group.stacked-for-small .button {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-bottom: 0;
    }
}

@media print, screen and (min-width: 67.5625em) {
    .button-group.stacked-for-medium .button {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-bottom: 0;
    }
}

@media print, screen and (max-width: 31.24875em) {
    .button-group.stacked-for-small.expanded {
        display: block;
    }

        .button-group.stacked-for-small.expanded .button {
            display: block;
            margin-right: 0;
        }
}

@media print, screen and (max-width: 67.56125em) {
    .button-group.stacked-for-medium.expanded {
        display: block;
    }

        .button-group.stacked-for-medium.expanded .button {
            display: block;
            margin-right: 0;
        }
}

.callout {
    position: relative;
    margin: 0 0 1rem 0;
    padding: 1rem;
    border: none;
    border-radius: 8px;
    background-color: white;
    color: #0a0a0a;
}

    .callout > :first-child {
        margin-top: 0;
    }

    .callout > :last-child {
        margin-bottom: 0;
    }

    .callout.primary {
        background-color: #c9ffef;
        color: #0a0a0a;
    }

    .callout.secondary {
        background-color: #eaeaea;
        color: #0a0a0a;
    }

    .callout.success {
        background-color: #d1fff4;
        color: #0a0a0a;
    }

    .callout.warning {
        background-color: #fff8e8;
        color: #0a0a0a;
    }

    .callout.alert {
        background-color: #f7e4e1;
        color: #0a0a0a;
    }

    .callout.bid {
        background-color: #fff3d5;
        color: #0a0a0a;
    }

    .callout.small {
        padding-top: 0.5rem;
        padding-right: 0.5rem;
        padding-bottom: 0.5rem;
        padding-left: 0.5rem;
    }

    .callout.large {
        padding-top: 2rem;
        padding-right: 2rem;
        padding-bottom: 2rem;
        padding-left: 2rem;
    }

.card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 1rem;
    border: none;
    border-radius: 8px;
    background: #fefefe;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
    color: #0a0a0a;
}

    .card > :last-child {
        margin-bottom: 0;
    }

.card-divider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding: 1rem;
    background: rgba(1, 146, 103, 0.05);
}

    .card-divider > :last-child {
        margin-bottom: 0;
    }

.card-section {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 1rem;
}

    .card-section > :last-child {
        margin-bottom: 0;
    }

.card-image {
    min-height: 1px;
}

.close-button {
    position: absolute;
    z-index: 10;
    color: #cacaca;
    cursor: pointer;
}

[data-whatinput='mouse'] .close-button {
    outline: 0;
}

.close-button:hover, .close-button:focus {
    color: #8a8a8a;
}

.close-button, .close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1;
}

    .close-button.medium {
        right: 1rem;
        top: 0.5rem;
        font-size: 2em;
        line-height: 1;
    }

.menu {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

[data-whatinput='mouse'] .menu li {
    outline: 0;
}

.menu a,
.menu .button {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 0.7rem 1rem;
}

.menu input,
.menu select,
.menu a,
.menu button {
    margin-bottom: 0;
}

.menu input {
    display: inline-block;
}

.menu, .menu.horizontal {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

    .menu.vertical {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .menu.vertical.icon-top li a img,
        .menu.vertical.icon-top li a i,
        .menu.vertical.icon-top li a svg, .menu.vertical.icon-bottom li a img,
        .menu.vertical.icon-bottom li a i,
        .menu.vertical.icon-bottom li a svg {
            text-align: left;
        }

    .menu.expanded li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    }

    .menu.expanded.icon-top li a img,
    .menu.expanded.icon-top li a i,
    .menu.expanded.icon-top li a svg, .menu.expanded.icon-bottom li a img,
    .menu.expanded.icon-bottom li a i,
    .menu.expanded.icon-bottom li a svg {
        text-align: left;
    }

    .menu.simple {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .menu.simple li + li {
            margin-left: 1rem;
        }

        .menu.simple a {
            padding: 0;
        }

@media screen and (min-width: 31.25em) {
    .menu.smedium-horizontal {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .menu.smedium-vertical {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .menu.smedium-expanded li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    }

    .menu.smedium-simple li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    }
}

@media print, screen and (min-width: 50.6875em) {
    .menu.medium-horizontal {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .menu.medium-vertical {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .menu.medium-expanded li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    }

    .menu.medium-simple li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    }
}

@media print, screen and (min-width: 67.5625em) {
    .menu.large-horizontal {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .menu.large-vertical {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .menu.large-expanded li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    }

    .menu.large-simple li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    }
}

@media screen and (min-width: 80.0625em) {
    .menu.xlarge-horizontal {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .menu.xlarge-vertical {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .menu.xlarge-expanded li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    }

    .menu.xlarge-simple li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    }
}

@media screen and (min-width: 97.9375em) {
    .menu.xxlarge-horizontal {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .menu.xxlarge-vertical {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .menu.xxlarge-expanded li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    }

    .menu.xxlarge-simple li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    }
}

.menu.nested {
    margin-right: 0;
    margin-left: 0;
}

.menu.icons a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.menu.icon-left li a, .menu.nested.icon-left li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

    .menu.icon-left li a img,
    .menu.icon-left li a i,
    .menu.icon-left li a svg, .menu.nested.icon-left li a img,
    .menu.nested.icon-left li a i,
    .menu.nested.icon-left li a svg {
        margin-right: 0.25rem;
    }

.menu.icon-right li a, .menu.nested.icon-right li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

    .menu.icon-right li a img,
    .menu.icon-right li a i,
    .menu.icon-right li a svg, .menu.nested.icon-right li a img,
    .menu.nested.icon-right li a i,
    .menu.nested.icon-right li a svg {
        margin-left: 0.25rem;
    }

.menu.icon-top li a, .menu.nested.icon-top li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
}

    .menu.icon-top li a img,
    .menu.icon-top li a i,
    .menu.icon-top li a svg, .menu.nested.icon-top li a img,
    .menu.nested.icon-top li a i,
    .menu.nested.icon-top li a svg {
        -ms-flex-item-align: stretch;
        align-self: stretch;
        margin-bottom: 0.25rem;
        text-align: center;
    }

.menu.icon-bottom li a, .menu.nested.icon-bottom li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
}

    .menu.icon-bottom li a img,
    .menu.icon-bottom li a i,
    .menu.icon-bottom li a svg, .menu.nested.icon-bottom li a img,
    .menu.nested.icon-bottom li a i,
    .menu.nested.icon-bottom li a svg {
        -ms-flex-item-align: stretch;
        align-self: stretch;
        margin-bottom: 0.25rem;
        text-align: center;
    }

.menu .is-active > a {
    background: #f2f2f2;
    color: #0a0a0a;
}

.menu .active > a {
    background: #f2f2f2;
    color: #0a0a0a;
}

.menu.align-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.menu.align-right li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

    .menu.align-right li .submenu li {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

.menu.align-right.vertical li {
    display: block;
    text-align: right;
}

    .menu.align-right.vertical li .submenu li {
        text-align: right;
    }

.menu.align-right.icon-top li a img,
.menu.align-right.icon-top li a i,
.menu.align-right.icon-top li a svg, .menu.align-right.icon-bottom li a img,
.menu.align-right.icon-bottom li a i,
.menu.align-right.icon-bottom li a svg {
    text-align: right;
}

.menu.align-right .nested {
    margin-right: 0;
    margin-left: 0;
}

.menu.align-center li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .menu.align-center li .submenu li {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

.menu .menu-text {
    padding: 0.7rem 1rem;
    font-weight: bold;
    line-height: 1;
    color: inherit;
}

.menu-centered > .menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .menu-centered > .menu li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .menu-centered > .menu li .submenu li {
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
        }

.no-js [data-responsive-menu] ul {
    display: none;
}

.menu-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 16px;
    cursor: pointer;
}

    .menu-icon::after {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 2px;
        background: #fefefe;
        -webkit-box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
        box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
        content: '';
    }

    .menu-icon:hover::after {
        background: rgba(255, 211, 101, 0.1);
        -webkit-box-shadow: 0 7px 0 rgba(255, 211, 101, 0.1), 0 14px 0 rgba(255, 211, 101, 0.1);
        box-shadow: 0 7px 0 rgba(255, 211, 101, 0.1), 0 14px 0 rgba(255, 211, 101, 0.1);
    }

    .menu-icon.dark {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        width: 20px;
        height: 16px;
        cursor: pointer;
    }

        .menu-icon.dark::after {
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            width: 100%;
            height: 2px;
            background: #0a0a0a;
            -webkit-box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
            box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
            content: '';
        }

        .menu-icon.dark:hover::after {
            background: #8a8a8a;
            -webkit-box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
            box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
        }

.dropdown-pane {
    position: absolute;
    z-index: 10;
    display: none;
    width: 300px;
    padding: 1rem;
    visibility: hidden;
    border: 1px solid #cacaca;
    border-radius: 8px;
    background-color: #f2f2f2;
    font-size: 1rem;
}

    .dropdown-pane.is-opening {
        display: block;
    }

    .dropdown-pane.is-open {
        display: block;
        visibility: visible;
    }

    .dropdown-pane.tiny {
        width: 100px;
    }

    .dropdown-pane.small {
        width: 200px;
    }

    .dropdown-pane.large {
        width: 400px;
    }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
}

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.25rem;
}

    .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 4px;
        content: '';
        border-bottom-width: 0;
        border-color: #767676 transparent transparent;
        right: 5px;
        left: auto;
        margin-top: -2px;
    }

[data-whatinput='mouse'] .dropdown.menu a {
    outline: 0;
}

.dropdown.menu > li > a {
    padding: 0.7rem 1rem;
}

.dropdown.menu > li.is-active > a {
    color: #0a0a0a;
}

.no-js .dropdown.menu ul {
    display: none;
}

.dropdown.menu .nested.is-dropdown-submenu {
    margin-right: 0;
    margin-left: 0;
}

.dropdown.menu.vertical > li .is-dropdown-submenu {
    top: 0;
}

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
}

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
}

.dropdown.menu.vertical > li > a::after {
    right: 14px;
}

.dropdown.menu.vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px;
    content: '';
    border-left-width: 0;
    border-color: transparent #767676 transparent transparent;
    right: auto;
    left: 5px;
}

.dropdown.menu.vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px;
    content: '';
    border-right-width: 0;
    border-color: transparent transparent transparent #767676;
}

@media screen and (min-width: 31.25em) {
    .dropdown.menu.smedium-horizontal > li.opens-left > .is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto;
    }

    .dropdown.menu.smedium-horizontal > li.opens-right > .is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0;
    }

    .dropdown.menu.smedium-horizontal > li.is-dropdown-submenu-parent > a {
        position: relative;
        padding-right: 1.25rem;
    }

        .dropdown.menu.smedium-horizontal > li.is-dropdown-submenu-parent > a::after {
            display: block;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 4px;
            content: '';
            border-bottom-width: 0;
            border-color: #767676 transparent transparent;
            right: 5px;
            left: auto;
            margin-top: -2px;
        }

    .dropdown.menu.smedium-vertical > li .is-dropdown-submenu {
        top: 0;
    }

    .dropdown.menu.smedium-vertical > li.opens-left > .is-dropdown-submenu {
        top: 0;
        right: 100%;
        left: auto;
    }

    .dropdown.menu.smedium-vertical > li.opens-right > .is-dropdown-submenu {
        right: auto;
        left: 100%;
    }

    .dropdown.menu.smedium-vertical > li > a::after {
        right: 14px;
    }

    .dropdown.menu.smedium-vertical > li.opens-left > a::after {
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 4px;
        content: '';
        border-left-width: 0;
        border-color: transparent #767676 transparent transparent;
        right: auto;
        left: 5px;
    }

    .dropdown.menu.smedium-vertical > li.opens-right > a::after {
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 4px;
        content: '';
        border-right-width: 0;
        border-color: transparent transparent transparent #767676;
    }
}

@media print, screen and (min-width: 50.6875em) {
    .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto;
    }

    .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0;
    }

    .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
        position: relative;
        padding-right: 1.25rem;
    }

        .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
            display: block;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 4px;
            content: '';
            border-bottom-width: 0;
            border-color: #767676 transparent transparent;
            right: 5px;
            left: auto;
            margin-top: -2px;
        }

    .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
        top: 0;
    }

    .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
        top: 0;
        right: 100%;
        left: auto;
    }

    .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
        right: auto;
        left: 100%;
    }

    .dropdown.menu.medium-vertical > li > a::after {
        right: 14px;
    }

    .dropdown.menu.medium-vertical > li.opens-left > a::after {
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 4px;
        content: '';
        border-left-width: 0;
        border-color: transparent #767676 transparent transparent;
        right: auto;
        left: 5px;
    }

    .dropdown.menu.medium-vertical > li.opens-right > a::after {
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 4px;
        content: '';
        border-right-width: 0;
        border-color: transparent transparent transparent #767676;
    }
}

@media print, screen and (min-width: 67.5625em) {
    .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto;
    }

    .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0;
    }

    .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
        position: relative;
        padding-right: 1.25rem;
    }

        .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
            display: block;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 4px;
            content: '';
            border-bottom-width: 0;
            border-color: #767676 transparent transparent;
            right: 5px;
            left: auto;
            margin-top: -2px;
        }

    .dropdown.menu.large-vertical > li .is-dropdown-submenu {
        top: 0;
    }

    .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
        top: 0;
        right: 100%;
        left: auto;
    }

    .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
        right: auto;
        left: 100%;
    }

    .dropdown.menu.large-vertical > li > a::after {
        right: 14px;
    }

    .dropdown.menu.large-vertical > li.opens-left > a::after {
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 4px;
        content: '';
        border-left-width: 0;
        border-color: transparent #767676 transparent transparent;
        right: auto;
        left: 5px;
    }

    .dropdown.menu.large-vertical > li.opens-right > a::after {
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 4px;
        content: '';
        border-right-width: 0;
        border-color: transparent transparent transparent #767676;
    }
}

@media screen and (min-width: 80.0625em) {
    .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto;
    }

    .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0;
    }

    .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a {
        position: relative;
        padding-right: 1.25rem;
    }

        .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
            display: block;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 4px;
            content: '';
            border-bottom-width: 0;
            border-color: #767676 transparent transparent;
            right: 5px;
            left: auto;
            margin-top: -2px;
        }

    .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
        top: 0;
    }

    .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
        top: 0;
        right: 100%;
        left: auto;
    }

    .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
        right: auto;
        left: 100%;
    }

    .dropdown.menu.xlarge-vertical > li > a::after {
        right: 14px;
    }

    .dropdown.menu.xlarge-vertical > li.opens-left > a::after {
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 4px;
        content: '';
        border-left-width: 0;
        border-color: transparent #767676 transparent transparent;
        right: auto;
        left: 5px;
    }

    .dropdown.menu.xlarge-vertical > li.opens-right > a::after {
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 4px;
        content: '';
        border-right-width: 0;
        border-color: transparent transparent transparent #767676;
    }
}

@media screen and (min-width: 97.9375em) {
    .dropdown.menu.xxlarge-horizontal > li.opens-left > .is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto;
    }

    .dropdown.menu.xxlarge-horizontal > li.opens-right > .is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0;
    }

    .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a {
        position: relative;
        padding-right: 1.25rem;
    }

        .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
            display: block;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 4px;
            content: '';
            border-bottom-width: 0;
            border-color: #767676 transparent transparent;
            right: 5px;
            left: auto;
            margin-top: -2px;
        }

    .dropdown.menu.xxlarge-vertical > li .is-dropdown-submenu {
        top: 0;
    }

    .dropdown.menu.xxlarge-vertical > li.opens-left > .is-dropdown-submenu {
        top: 0;
        right: 100%;
        left: auto;
    }

    .dropdown.menu.xxlarge-vertical > li.opens-right > .is-dropdown-submenu {
        right: auto;
        left: 100%;
    }

    .dropdown.menu.xxlarge-vertical > li > a::after {
        right: 14px;
    }

    .dropdown.menu.xxlarge-vertical > li.opens-left > a::after {
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 4px;
        content: '';
        border-left-width: 0;
        border-color: transparent #767676 transparent transparent;
        right: auto;
        left: 5px;
    }

    .dropdown.menu.xxlarge-vertical > li.opens-right > a::after {
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 4px;
        content: '';
        border-right-width: 0;
        border-color: transparent transparent transparent #767676;
    }
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
    top: 100%;
    right: 0;
    left: auto;
}

.is-dropdown-menu.vertical {
    width: 100px;
}

    .is-dropdown-menu.vertical.align-right {
        float: right;
    }

.is-dropdown-submenu-parent {
    position: relative;
}

    .is-dropdown-submenu-parent a::after {
        position: absolute;
        top: 50%;
        right: 5px;
        left: auto;
        margin-top: -4px;
    }

    .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
        top: 100%;
        left: auto;
    }

    .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
        right: 100%;
        left: auto;
    }

    .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
        right: auto;
        left: 100%;
    }

.is-dropdown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    display: none;
    min-width: 160px;
    background: #fefefe;
}

.dropdown .is-dropdown-submenu a {
    padding: 0.7rem 1rem;
}

.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px;
    content: '';
    border-left-width: 0;
    border-color: transparent #767676 transparent transparent;
    right: auto;
    left: 5px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px;
    content: '';
    border-right-width: 0;
    border-color: transparent transparent transparent #767676;
}

.is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px;
}

.is-dropdown-submenu > li {
    width: 100%;
}

.is-dropdown-submenu.js-dropdown-active {
    display: block;
}

.label {
    display: inline-block;
    padding: 0.33333rem 0.5rem;
    border-radius: 8px;
    font-size: 0.8rem;
    line-height: 1;
    white-space: nowrap;
    cursor: default;
    background: #019267;
    color: #fefefe;
}

    .label.primary {
        background: #019267;
        color: #0a0a0a;
    }

    .label.secondary {
        background: #767676;
        color: #fefefe;
    }

    .label.success {
        background: #00C897;
        color: #0a0a0a;
    }

    .label.warning {
        background: #FFD365;
        color: #0a0a0a;
    }

    .label.alert {
        background: #cc4b37;
        color: #fefefe;
    }

    .label.bid {
        background: #e5a500;
        color: #0a0a0a;
    }

.is-off-canvas-open {
    overflow: hidden;
}

.js-off-canvas-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    background: rgba(10, 10, 10, 0.25);
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}

    .js-off-canvas-overlay.is-visible {
        opacity: 1;
        visibility: visible;
    }

    .js-off-canvas-overlay.is-closable {
        cursor: pointer;
    }

    .js-off-canvas-overlay.is-overlay-absolute {
        position: absolute;
    }

    .js-off-canvas-overlay.is-overlay-fixed {
        position: fixed;
    }

.off-canvas-wrapper {
    position: relative;
    overflow: visible;
}

.off-canvas {
    position: fixed;
    z-index: 4;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #f2f2f2;
}

[data-whatinput='mouse'] .off-canvas {
    outline: 0;
}

.off-canvas.is-transition-push {
    z-index: 4;
}

.off-canvas.is-closed {
    visibility: hidden;
}

.off-canvas.is-transition-overlap {
    z-index: 5;
}

    .off-canvas.is-transition-overlap.is-open {
        -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.09);
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.09);
    }

.off-canvas.is-open {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.off-canvas-absolute {
    position: absolute;
    z-index: 4;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #f2f2f2;
}

[data-whatinput='mouse'] .off-canvas-absolute {
    outline: 0;
}

.off-canvas-absolute.is-transition-push {
    z-index: 4;
}

.off-canvas-absolute.is-closed {
    visibility: hidden;
}

.off-canvas-absolute.is-transition-overlap {
    z-index: 5;
}

    .off-canvas-absolute.is-transition-overlap.is-open {
        -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.09);
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.09);
    }

.off-canvas-absolute.is-open {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.position-left {
    top: 0;
    left: 0;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    width: 200px;
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
}

@media print, screen and (min-width: 50.6875em) {
    .position-left {
        width: 180px;
        -webkit-transform: translateX(-180px);
        transform: translateX(-180px);
    }
}

@media print, screen and (min-width: 67.5625em) {
    .position-left {
        width: 180px;
        -webkit-transform: translateX(-180px);
        transform: translateX(-180px);
    }
}

.off-canvas-content .off-canvas.position-left {
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
}

@media print, screen and (min-width: 50.6875em) {
    .off-canvas-content .off-canvas.position-left {
        -webkit-transform: translateX(-180px);
        transform: translateX(-180px);
    }
}

@media print, screen and (min-width: 67.5625em) {
    .off-canvas-content .off-canvas.position-left {
        -webkit-transform: translateX(-180px);
        transform: translateX(-180px);
    }
}

.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
}

@media print, screen and (min-width: 50.6875em) {
    .off-canvas-content.is-open-left.has-transition-push {
        -webkit-transform: translateX(180px);
        transform: translateX(180px);
    }
}

@media print, screen and (min-width: 67.5625em) {
    .off-canvas-content.is-open-left.has-transition-push {
        -webkit-transform: translateX(180px);
        transform: translateX(180px);
    }
}

.position-left.is-transition-push {
    -webkit-box-shadow: inset 0 0 0 0 rgba(10, 10, 10, 0.25);
    box-shadow: inset 0 0 0 0 rgba(10, 10, 10, 0.25);
}

.position-right {
    top: 0;
    right: 0;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    width: 200px;
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
}

@media print, screen and (min-width: 50.6875em) {
    .position-right {
        width: 180px;
        -webkit-transform: translateX(180px);
        transform: translateX(180px);
    }
}

@media print, screen and (min-width: 67.5625em) {
    .position-right {
        width: 180px;
        -webkit-transform: translateX(180px);
        transform: translateX(180px);
    }
}

.off-canvas-content .off-canvas.position-right {
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
}

@media print, screen and (min-width: 50.6875em) {
    .off-canvas-content .off-canvas.position-right {
        -webkit-transform: translateX(180px);
        transform: translateX(180px);
    }
}

@media print, screen and (min-width: 67.5625em) {
    .off-canvas-content .off-canvas.position-right {
        -webkit-transform: translateX(180px);
        transform: translateX(180px);
    }
}

.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.off-canvas-content.is-open-right.has-transition-push {
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
}

@media print, screen and (min-width: 50.6875em) {
    .off-canvas-content.is-open-right.has-transition-push {
        -webkit-transform: translateX(-180px);
        transform: translateX(-180px);
    }
}

@media print, screen and (min-width: 67.5625em) {
    .off-canvas-content.is-open-right.has-transition-push {
        -webkit-transform: translateX(-180px);
        transform: translateX(-180px);
    }
}

.position-right.is-transition-push {
    -webkit-box-shadow: inset 0 0 0 0 rgba(10, 10, 10, 0.25);
    box-shadow: inset 0 0 0 0 rgba(10, 10, 10, 0.25);
}

.position-top {
    top: 0;
    left: 0;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    height: 250px;
    -webkit-transform: translateY(-250px);
    transform: translateY(-250px);
}

.off-canvas-content .off-canvas.position-top {
    -webkit-transform: translateY(-250px);
    transform: translateY(-250px);
}

    .off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.off-canvas-content.is-open-top.has-transition-push {
    -webkit-transform: translateY(250px);
    transform: translateY(250px);
}

.position-top.is-transition-push {
    -webkit-box-shadow: inset 0 0 0 0 rgba(10, 10, 10, 0.25);
    box-shadow: inset 0 0 0 0 rgba(10, 10, 10, 0.25);
}

.position-bottom {
    bottom: 0;
    left: 0;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    height: 250px;
    -webkit-transform: translateY(250px);
    transform: translateY(250px);
}

.off-canvas-content .off-canvas.position-bottom {
    -webkit-transform: translateY(250px);
    transform: translateY(250px);
}

    .off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.off-canvas-content.is-open-bottom.has-transition-push {
    -webkit-transform: translateY(-250px);
    transform: translateY(-250px);
}

.position-bottom.is-transition-push {
    -webkit-box-shadow: inset 0 0 0 0 rgba(10, 10, 10, 0.25);
    box-shadow: inset 0 0 0 0 rgba(10, 10, 10, 0.25);
}

.off-canvas-content {
    -webkit-transform: none;
    transform: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .off-canvas-content.has-transition-overlap, .off-canvas-content.has-transition-push {
        -webkit-transition: -webkit-transform 0.5s ease;
        transition: -webkit-transform 0.5s ease;
        transition: transform 0.5s ease;
        transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    }

    .off-canvas-content.has-transition-push {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .off-canvas-content .off-canvas.is-open {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

@media screen and (min-width: 31.25em) {
    .position-left.reveal-for-smedium {
        -webkit-transform: none;
        transform: none;
        z-index: 4;
        -webkit-transition: none;
        transition: none;
        visibility: visible;
    }

        .position-left.reveal-for-smedium .close-button {
            display: none;
        }

    .off-canvas-content .position-left.reveal-for-smedium {
        -webkit-transform: none;
        transform: none;
    }

    .off-canvas-content.has-reveal-left {
        margin-left: 200px;
    }

    .position-left.reveal-for-smedium ~ .off-canvas-content {
        margin-left: 200px;
    }

    .position-right.reveal-for-smedium {
        -webkit-transform: none;
        transform: none;
        z-index: 4;
        -webkit-transition: none;
        transition: none;
        visibility: visible;
    }

        .position-right.reveal-for-smedium .close-button {
            display: none;
        }

    .off-canvas-content .position-right.reveal-for-smedium {
        -webkit-transform: none;
        transform: none;
    }

    .off-canvas-content.has-reveal-right {
        margin-right: 200px;
    }

    .position-right.reveal-for-smedium ~ .off-canvas-content {
        margin-right: 200px;
    }

    .position-top.reveal-for-smedium {
        -webkit-transform: none;
        transform: none;
        z-index: 4;
        -webkit-transition: none;
        transition: none;
        visibility: visible;
    }

        .position-top.reveal-for-smedium .close-button {
            display: none;
        }

    .off-canvas-content .position-top.reveal-for-smedium {
        -webkit-transform: none;
        transform: none;
    }

    .off-canvas-content.has-reveal-top {
        margin-top: 200px;
    }

    .position-top.reveal-for-smedium ~ .off-canvas-content {
        margin-top: 200px;
    }

    .position-bottom.reveal-for-smedium {
        -webkit-transform: none;
        transform: none;
        z-index: 4;
        -webkit-transition: none;
        transition: none;
        visibility: visible;
    }

        .position-bottom.reveal-for-smedium .close-button {
            display: none;
        }

    .off-canvas-content .position-bottom.reveal-for-smedium {
        -webkit-transform: none;
        transform: none;
    }

    .off-canvas-content.has-reveal-bottom {
        margin-bottom: 200px;
    }

    .position-bottom.reveal-for-smedium ~ .off-canvas-content {
        margin-bottom: 200px;
    }
}

@media print, screen and (min-width: 50.6875em) {
    .position-left.reveal-for-medium {
        -webkit-transform: none;
        transform: none;
        z-index: 4;
        -webkit-transition: none;
        transition: none;
        visibility: visible;
    }

        .position-left.reveal-for-medium .close-button {
            display: none;
        }

    .off-canvas-content .position-left.reveal-for-medium {
        -webkit-transform: none;
        transform: none;
    }

    .off-canvas-content.has-reveal-left {
        margin-left: 180px;
    }

    .position-left.reveal-for-medium ~ .off-canvas-content {
        margin-left: 180px;
    }

    .position-right.reveal-for-medium {
        -webkit-transform: none;
        transform: none;
        z-index: 4;
        -webkit-transition: none;
        transition: none;
        visibility: visible;
    }

        .position-right.reveal-for-medium .close-button {
            display: none;
        }

    .off-canvas-content .position-right.reveal-for-medium {
        -webkit-transform: none;
        transform: none;
    }

    .off-canvas-content.has-reveal-right {
        margin-right: 180px;
    }

    .position-right.reveal-for-medium ~ .off-canvas-content {
        margin-right: 180px;
    }

    .position-top.reveal-for-medium {
        -webkit-transform: none;
        transform: none;
        z-index: 4;
        -webkit-transition: none;
        transition: none;
        visibility: visible;
    }

        .position-top.reveal-for-medium .close-button {
            display: none;
        }

    .off-canvas-content .position-top.reveal-for-medium {
        -webkit-transform: none;
        transform: none;
    }

    .off-canvas-content.has-reveal-top {
        margin-top: 180px;
    }

    .position-top.reveal-for-medium ~ .off-canvas-content {
        margin-top: 180px;
    }

    .position-bottom.reveal-for-medium {
        -webkit-transform: none;
        transform: none;
        z-index: 4;
        -webkit-transition: none;
        transition: none;
        visibility: visible;
    }

        .position-bottom.reveal-for-medium .close-button {
            display: none;
        }

    .off-canvas-content .position-bottom.reveal-for-medium {
        -webkit-transform: none;
        transform: none;
    }

    .off-canvas-content.has-reveal-bottom {
        margin-bottom: 180px;
    }

    .position-bottom.reveal-for-medium ~ .off-canvas-content {
        margin-bottom: 180px;
    }
}

@media print, screen and (min-width: 67.5625em) {
    .position-left.reveal-for-large {
        -webkit-transform: none;
        transform: none;
        z-index: 4;
        -webkit-transition: none;
        transition: none;
        visibility: visible;
    }

        .position-left.reveal-for-large .close-button {
            display: none;
        }

    .off-canvas-content .position-left.reveal-for-large {
        -webkit-transform: none;
        transform: none;
    }

    .off-canvas-content.has-reveal-left {
        margin-left: 180px;
    }

    .position-left.reveal-for-large ~ .off-canvas-content {
        margin-left: 180px;
    }

    .position-right.reveal-for-large {
        -webkit-transform: none;
        transform: none;
        z-index: 4;
        -webkit-transition: none;
        transition: none;
        visibility: visible;
    }

        .position-right.reveal-for-large .close-button {
            display: none;
        }

    .off-canvas-content .position-right.reveal-for-large {
        -webkit-transform: none;
        transform: none;
    }

    .off-canvas-content.has-reveal-right {
        margin-right: 180px;
    }

    .position-right.reveal-for-large ~ .off-canvas-content {
        margin-right: 180px;
    }

    .position-top.reveal-for-large {
        -webkit-transform: none;
        transform: none;
        z-index: 4;
        -webkit-transition: none;
        transition: none;
        visibility: visible;
    }

        .position-top.reveal-for-large .close-button {
            display: none;
        }

    .off-canvas-content .position-top.reveal-for-large {
        -webkit-transform: none;
        transform: none;
    }

    .off-canvas-content.has-reveal-top {
        margin-top: 180px;
    }

    .position-top.reveal-for-large ~ .off-canvas-content {
        margin-top: 180px;
    }

    .position-bottom.reveal-for-large {
        -webkit-transform: none;
        transform: none;
        z-index: 4;
        -webkit-transition: none;
        transition: none;
        visibility: visible;
    }

        .position-bottom.reveal-for-large .close-button {
            display: none;
        }

    .off-canvas-content .position-bottom.reveal-for-large {
        -webkit-transform: none;
        transform: none;
    }

    .off-canvas-content.has-reveal-bottom {
        margin-bottom: 180px;
    }

    .position-bottom.reveal-for-large ~ .off-canvas-content {
        margin-bottom: 180px;
    }
}

@media screen and (min-width: 80.0625em) {
    .position-left.reveal-for-xlarge {
        -webkit-transform: none;
        transform: none;
        z-index: 4;
        -webkit-transition: none;
        transition: none;
        visibility: visible;
    }

        .position-left.reveal-for-xlarge .close-button {
            display: none;
        }

    .off-canvas-content .position-left.reveal-for-xlarge {
        -webkit-transform: none;
        transform: none;
    }

    .off-canvas-content.has-reveal-left {
        margin-left: 180px;
    }

    .position-left.reveal-for-xlarge ~ .off-canvas-content {
        margin-left: 180px;
    }

    .position-right.reveal-for-xlarge {
        -webkit-transform: none;
        transform: none;
        z-index: 4;
        -webkit-transition: none;
        transition: none;
        visibility: visible;
    }

        .position-right.reveal-for-xlarge .close-button {
            display: none;
        }

    .off-canvas-content .position-right.reveal-for-xlarge {
        -webkit-transform: none;
        transform: none;
    }

    .off-canvas-content.has-reveal-right {
        margin-right: 180px;
    }

    .position-right.reveal-for-xlarge ~ .off-canvas-content {
        margin-right: 180px;
    }

    .position-top.reveal-for-xlarge {
        -webkit-transform: none;
        transform: none;
        z-index: 4;
        -webkit-transition: none;
        transition: none;
        visibility: visible;
    }

        .position-top.reveal-for-xlarge .close-button {
            display: none;
        }

    .off-canvas-content .position-top.reveal-for-xlarge {
        -webkit-transform: none;
        transform: none;
    }

    .off-canvas-content.has-reveal-top {
        margin-top: 180px;
    }

    .position-top.reveal-for-xlarge ~ .off-canvas-content {
        margin-top: 180px;
    }

    .position-bottom.reveal-for-xlarge {
        -webkit-transform: none;
        transform: none;
        z-index: 4;
        -webkit-transition: none;
        transition: none;
        visibility: visible;
    }

        .position-bottom.reveal-for-xlarge .close-button {
            display: none;
        }

    .off-canvas-content .position-bottom.reveal-for-xlarge {
        -webkit-transform: none;
        transform: none;
    }

    .off-canvas-content.has-reveal-bottom {
        margin-bottom: 180px;
    }

    .position-bottom.reveal-for-xlarge ~ .off-canvas-content {
        margin-bottom: 180px;
    }
}

@media screen and (min-width: 97.9375em) {
    .position-left.reveal-for-xxlarge {
        -webkit-transform: none;
        transform: none;
        z-index: 4;
        -webkit-transition: none;
        transition: none;
        visibility: visible;
    }

        .position-left.reveal-for-xxlarge .close-button {
            display: none;
        }

    .off-canvas-content .position-left.reveal-for-xxlarge {
        -webkit-transform: none;
        transform: none;
    }

    .off-canvas-content.has-reveal-left {
        margin-left: 180px;
    }

    .position-left.reveal-for-xxlarge ~ .off-canvas-content {
        margin-left: 180px;
    }

    .position-right.reveal-for-xxlarge {
        -webkit-transform: none;
        transform: none;
        z-index: 4;
        -webkit-transition: none;
        transition: none;
        visibility: visible;
    }

        .position-right.reveal-for-xxlarge .close-button {
            display: none;
        }

    .off-canvas-content .position-right.reveal-for-xxlarge {
        -webkit-transform: none;
        transform: none;
    }

    .off-canvas-content.has-reveal-right {
        margin-right: 180px;
    }

    .position-right.reveal-for-xxlarge ~ .off-canvas-content {
        margin-right: 180px;
    }

    .position-top.reveal-for-xxlarge {
        -webkit-transform: none;
        transform: none;
        z-index: 4;
        -webkit-transition: none;
        transition: none;
        visibility: visible;
    }

        .position-top.reveal-for-xxlarge .close-button {
            display: none;
        }

    .off-canvas-content .position-top.reveal-for-xxlarge {
        -webkit-transform: none;
        transform: none;
    }

    .off-canvas-content.has-reveal-top {
        margin-top: 180px;
    }

    .position-top.reveal-for-xxlarge ~ .off-canvas-content {
        margin-top: 180px;
    }

    .position-bottom.reveal-for-xxlarge {
        -webkit-transform: none;
        transform: none;
        z-index: 4;
        -webkit-transition: none;
        transition: none;
        visibility: visible;
    }

        .position-bottom.reveal-for-xxlarge .close-button {
            display: none;
        }

    .off-canvas-content .position-bottom.reveal-for-xxlarge {
        -webkit-transform: none;
        transform: none;
    }

    .off-canvas-content.has-reveal-bottom {
        margin-bottom: 180px;
    }

    .position-bottom.reveal-for-xxlarge ~ .off-canvas-content {
        margin-bottom: 180px;
    }
}

@media screen and (min-width: 31.25em) {
    .off-canvas.in-canvas-for-smedium {
        visibility: visible;
        height: auto;
        position: static;
        background: none;
        width: auto;
        overflow: visible;
        -webkit-transition: none;
        transition: none;
    }

        .off-canvas.in-canvas-for-smedium.position-left, .off-canvas.in-canvas-for-smedium.position-right, .off-canvas.in-canvas-for-smedium.position-top, .off-canvas.in-canvas-for-smedium.position-bottom {
            -webkit-box-shadow: none;
            box-shadow: none;
            -webkit-transform: none;
            transform: none;
        }

        .off-canvas.in-canvas-for-smedium .close-button {
            display: none;
        }
}

@media print, screen and (min-width: 50.6875em) {
    .off-canvas.in-canvas-for-medium {
        visibility: visible;
        height: auto;
        position: static;
        background: none;
        width: auto;
        overflow: visible;
        -webkit-transition: none;
        transition: none;
    }

        .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
            -webkit-box-shadow: none;
            box-shadow: none;
            -webkit-transform: none;
            transform: none;
        }

        .off-canvas.in-canvas-for-medium .close-button {
            display: none;
        }
}

@media print, screen and (min-width: 67.5625em) {
    .off-canvas.in-canvas-for-large {
        visibility: visible;
        height: auto;
        position: static;
        background: none;
        width: auto;
        overflow: visible;
        -webkit-transition: none;
        transition: none;
    }

        .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
            -webkit-box-shadow: none;
            box-shadow: none;
            -webkit-transform: none;
            transform: none;
        }

        .off-canvas.in-canvas-for-large .close-button {
            display: none;
        }
}

@media screen and (min-width: 80.0625em) {
    .off-canvas.in-canvas-for-xlarge {
        visibility: visible;
        height: auto;
        position: static;
        background: none;
        width: auto;
        overflow: visible;
        -webkit-transition: none;
        transition: none;
    }

        .off-canvas.in-canvas-for-xlarge.position-left, .off-canvas.in-canvas-for-xlarge.position-right, .off-canvas.in-canvas-for-xlarge.position-top, .off-canvas.in-canvas-for-xlarge.position-bottom {
            -webkit-box-shadow: none;
            box-shadow: none;
            -webkit-transform: none;
            transform: none;
        }

        .off-canvas.in-canvas-for-xlarge .close-button {
            display: none;
        }
}

@media screen and (min-width: 97.9375em) {
    .off-canvas.in-canvas-for-xxlarge {
        visibility: visible;
        height: auto;
        position: static;
        background: none;
        width: auto;
        overflow: visible;
        -webkit-transition: none;
        transition: none;
    }

        .off-canvas.in-canvas-for-xxlarge.position-left, .off-canvas.in-canvas-for-xxlarge.position-right, .off-canvas.in-canvas-for-xxlarge.position-top, .off-canvas.in-canvas-for-xxlarge.position-bottom {
            -webkit-box-shadow: none;
            box-shadow: none;
            -webkit-transform: none;
            transform: none;
        }

        .off-canvas.in-canvas-for-xxlarge .close-button {
            display: none;
        }
}

.pagination {
    margin-left: 0;
    margin-bottom: 1rem;
}

    .pagination::before, .pagination::after {
        display: table;
        content: ' ';
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .pagination::after {
        clear: both;
    }

    .pagination li {
        margin-right: 0.0625rem;
        border-radius: 8px;
        font-size: 0.875rem;
        display: none;
    }

        .pagination li:last-child, .pagination li:first-child {
            display: inline-block;
        }

@media print, screen and (min-width: 50.6875em) {
    .pagination li {
        display: inline-block;
    }
}

.pagination a,
.pagination button {
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 8px;
    color: #0a0a0a;
}

    .pagination a:hover,
    .pagination button:hover {
        background: #f2f2f2;
    }

.pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #019267;
    color: #fefefe;
    cursor: default;
}

.pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: not-allowed;
}

    .pagination .disabled:hover {
        background: transparent;
    }

.pagination .ellipsis::after {
    padding: 0.1875rem 0.625rem;
    content: '\2026';
    color: #0a0a0a;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
    display: inline-block;
    margin-right: 0.5rem;
    content: "«";
}

.pagination-next a::after,
.pagination-next.disabled::after {
    display: inline-block;
    margin-left: 0.5rem;
    content: "»";
}

.slider {
    position: relative;
    height: 0.5rem;
    margin-top: 1.25rem;
    margin-bottom: 2.25rem;
    background-color: #f2f2f2;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: none;
    touch-action: none;
}

.slider-fill {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    max-width: 100%;
    height: 0.5rem;
    background-color: #cacaca;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .slider-fill.is-dragging {
        -webkit-transition: all 0s linear;
        transition: all 0s linear;
    }

.slider-handle {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
    cursor: -webkit-grab;
    cursor: grab;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border-radius: 100px;
    background-color: #019267;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

[data-whatinput='mouse'] .slider-handle {
    outline: 0;
}

.slider-handle:hover {
    background-color: #017c58;
}

.slider-handle.is-dragging {
    -webkit-transition: all 0s linear;
    transition: all 0s linear;
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.slider.disabled,
.slider[disabled] {
    opacity: 0.25;
    cursor: not-allowed;
}

.slider.vertical {
    display: inline-block;
    width: 0.5rem;
    height: 12.5rem;
    margin: 0 1.25rem;
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
}

    .slider.vertical .slider-fill {
        top: 0;
        width: 0.5rem;
        max-height: 100%;
    }

    .slider.vertical .slider-handle {
        position: absolute;
        top: 0;
        left: 50%;
        width: 1rem;
        height: 1rem;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

.sticky-container {
    position: relative;
}

.sticky {
    position: relative;
    z-index: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

    .sticky.is-stuck {
        position: fixed;
        z-index: 5;
        width: 100%;
    }

        .sticky.is-stuck.is-at-top {
            top: 0;
        }

        .sticky.is-stuck.is-at-bottom {
            bottom: 0;
        }

    .sticky.is-anchored {
        position: relative;
        right: auto;
        left: auto;
    }

        .sticky.is-anchored.is-at-bottom {
            bottom: 0;
        }

html.is-reveal-open {
    position: fixed;
    width: 100%;
    overflow-y: hidden;
}

    html.is-reveal-open.zf-has-scroll {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }

    html.is-reveal-open body {
        overflow-y: hidden;
    }

.reveal-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1005;
    display: none;
    background-color: rgba(10, 10, 10, 0.75);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.reveal {
    z-index: 1006;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    padding: 1rem;
    border-radius: 8px;
    background-color: #fefefe;
    position: relative;
    top: 100px;
    margin-right: auto;
    margin-left: auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

[data-whatinput='mouse'] .reveal {
    outline: 0;
}

@media print, screen and (min-width: 50.6875em) {
    .reveal {
        min-height: 0;
    }
}

.reveal .column, .reveal .columns {
    min-width: 0;
}

.reveal > :last-child {
    margin-bottom: 0;
}

@media print, screen and (min-width: 50.6875em) {
    .reveal {
        width: 600px;
    }
}

.reveal.collapse {
    padding: 0;
}

@media print, screen and (min-width: 50.6875em) {
    .reveal.tiny {
        width: 30%;
    }
}

@media print, screen and (min-width: 50.6875em) {
    .reveal.small {
        width: 50%;
    }
}

@media print, screen and (min-width: 50.6875em) {
    .reveal.large {
        width: 90%;
    }
}

.reveal.full {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
}

@media print, screen and (max-width: 31.24875em) {
    .reveal {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        max-width: none;
        height: 100%;
        min-height: 100%;
        margin-left: 0;
        border: 0;
        border-radius: 0;
    }
}

.reveal.without-overlay {
    position: fixed;
}

.switch {
    position: relative;
    margin-bottom: 1rem;
    outline: 0;
    font-size: 0.875rem;
    font-weight: bold;
    color: #fefefe;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 2rem;
}

.switch-input {
    position: absolute;
    margin-bottom: 0;
    opacity: 0;
}

.switch-paddle {
    position: relative;
    display: block;
    width: 4rem;
    height: 2rem;
    border-radius: 8px;
    background: #cacaca;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    font-weight: inherit;
    color: inherit;
    cursor: pointer;
}

input + .switch-paddle {
    margin: 0;
}

.switch-paddle::after {
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border-radius: 8px;
    background: #fefefe;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    content: '';
}

input:checked ~ .switch-paddle {
    background: #019267;
}

    input:checked ~ .switch-paddle::after {
        left: 2.25rem;
    }

input:disabled ~ .switch-paddle {
    cursor: not-allowed;
    opacity: 0.5;
}

[data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0;
}

.switch-active, .switch-inactive {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.switch-active {
    left: 8%;
    display: none;
}

input:checked + label > .switch-active {
    display: block;
}

.switch-inactive {
    right: 15%;
}

input:checked + label > .switch-inactive {
    display: none;
}

.switch.tiny {
    height: 1.5rem;
}

    .switch.tiny .switch-paddle {
        width: 3rem;
        height: 1.5rem;
        font-size: 0.625rem;
    }

        .switch.tiny .switch-paddle::after {
            top: 0.25rem;
            left: 0.25rem;
            width: 1rem;
            height: 1rem;
        }

    .switch.tiny input:checked ~ .switch-paddle::after {
        left: 1.75rem;
    }

.switch.small {
    height: 1.75rem;
}

    .switch.small .switch-paddle {
        width: 3.5rem;
        height: 1.75rem;
        font-size: 0.75rem;
    }

        .switch.small .switch-paddle::after {
            top: 0.25rem;
            left: 0.25rem;
            width: 1.25rem;
            height: 1.25rem;
        }

    .switch.small input:checked ~ .switch-paddle::after {
        left: 2rem;
    }

.switch.large {
    height: 2.5rem;
}

    .switch.large .switch-paddle {
        width: 5rem;
        height: 2.5rem;
        font-size: 1rem;
    }

        .switch.large .switch-paddle::after {
            top: 0.25rem;
            left: 0.25rem;
            width: 2rem;
            height: 2rem;
        }

    .switch.large input:checked ~ .switch-paddle::after {
        left: 2.75rem;
    }

table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 8px;
}

thead,
tbody,
tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe;
}

caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
}

thead {
    background: #f8f8f8;
    color: #0a0a0a;
}

tfoot {
    background: #f1f1f1;
    color: #0a0a0a;
}

    thead tr,
    tfoot tr {
        background: transparent;
    }

    thead th,
    thead td,
    tfoot th,
    tfoot td {
        padding: 0.5rem 0.625rem 0.625rem;
        font-weight: bold;
        text-align: left;
    }

tbody th,
tbody td {
    padding: 0.5rem 0.625rem 0.625rem;
}

tbody tr {
    border-bottom: 1px solid #f1f1f1;
    background-color: #fefefe;
}

table.striped tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f1f1f1;
}

.restore-table-padding {
    padding: 0.5rem 0.625rem !important;
}

@media print, screen and (max-width: 67.56125em) {
    table.stack thead {
        display: none;
    }

    table.stack tfoot {
        display: none;
    }

    table.stack tr,
    table.stack th,
    table.stack td {
        display: block;
    }

    table.stack td {
        border-top: 0;
    }
}

table.scroll {
    display: block;
    width: 100%;
    overflow-x: auto;
}

table.hover thead tr:hover {
    background-color: #f3f3f3;
}

table.hover tfoot tr:hover {
    background-color: #ececec;
}

table.hover tbody tr:hover {
    background-color: #f9f9f9;
}

table.hover.striped tr:nth-of-type(even):hover {
    background-color: #ececec;
}

.table-scroll {
    overflow-x: auto;
}

.tabs {
    margin: 0;
    border: 1px solid #f2f2f2;
    background: #fefefe;
    list-style-type: none;
}

    .tabs::before, .tabs::after {
        display: table;
        content: ' ';
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .tabs::after {
        clear: both;
    }

    .tabs.vertical > li {
        display: block;
        float: none;
        width: auto;
    }

    .tabs.simple > li > a {
        padding: 0;
    }

        .tabs.simple > li > a:hover {
            background: transparent;
        }

    .tabs.primary {
        background: #019267;
    }

        .tabs.primary > li > a {
            color: #0a0a0a;
        }

            .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
                background: #01a474;
            }

.tabs-title {
    float: left;
}

    .tabs-title > a {
        display: block;
        padding: 1.25rem 1.5rem;
        font-size: 0.75rem;
        line-height: 1;
        color: #019267;
    }

[data-whatinput='mouse'] .tabs-title > a {
    outline: 0;
}

.tabs-title > a:hover {
    background: #fefefe;
    color: #017e59;
}

.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
    background: #f2f2f2;
    color: #019267;
}

.tabs-content {
    border: 1px solid #f2f2f2;
    border-top: 0;
    background: #fefefe;
    color: #0a0a0a;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .tabs-content.vertical {
        border: 1px solid #f2f2f2;
        border-left: 0;
    }

.tabs-panel {
    display: none;
    padding: 1rem;
}

    .tabs-panel.is-active {
        display: block;
    }

.has-tip {
    position: relative;
    display: inline-block;
    border-bottom: dotted 1px #8a8a8a;
    font-weight: bold;
    cursor: help;
}

.has-tip.no-border {
    border-bottom: none !important;
    margin-right: 2px;
 }

.duplicate-chassis--padded {
    padding-top: 5px;
}

.tooltip {
    position: absolute;
    top: calc(100% + 0.6495rem);
    z-index: 1200;
    max-width: 10rem;
    padding: 0.75rem;
    border-radius: 8px;
    background-color: #0a0a0a;
    font-size: 80%;
    color: #fefefe;
}

    .tooltip::before {
        position: absolute;
    }

    .tooltip.bottom::before {
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0.75rem;
        content: '';
        border-top-width: 0;
        border-color: transparent transparent #0a0a0a;
        bottom: 100%;
    }

    .tooltip.bottom.align-center::before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .tooltip.top::before {
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0.75rem;
        content: '';
        border-bottom-width: 0;
        border-color: #0a0a0a transparent transparent;
        top: 100%;
        bottom: auto;
    }

    .tooltip.top.align-center::before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .tooltip.left::before {
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0.75rem;
        content: '';
        border-right-width: 0;
        border-color: transparent transparent transparent #0a0a0a;
        left: 100%;
    }

    .tooltip.left.align-center::before {
        bottom: auto;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .tooltip.right::before {
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0.75rem;
        content: '';
        border-left-width: 0;
        border-color: transparent #0a0a0a transparent transparent;
        right: 100%;
        left: auto;
    }

    .tooltip.right.align-center::before {
        bottom: auto;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .tooltip.align-top::before {
        bottom: auto;
        top: 10%;
    }

    .tooltip.align-bottom::before {
        bottom: 10%;
        top: auto;
    }

    .tooltip.align-left::before {
        left: 10%;
        right: auto;
    }

    .tooltip.align-right::before {
        left: auto;
        right: 10%;
    }

.top-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0.5rem 0 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-wrap: nowrap;
}

    .top-bar input {
        max-width: 200px;
        margin-right: 1rem;
    }

    .top-bar .input-group-field {
        width: 100%;
        margin-right: 0;
    }

    .top-bar input.button {
        width: auto;
    }

    .top-bar .top-bar-left,
    .top-bar .top-bar-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .top-bar .top-bar-left {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin-right: auto;
    }

    .top-bar .top-bar-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        margin-left: auto;
    }

@media screen and (max-width: 50.68625em) {
    .top-bar.stacked-for-smedium {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .top-bar.stacked-for-smedium .top-bar-left,
        .top-bar.stacked-for-smedium .top-bar-right {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }
}

@media print, screen and (max-width: 67.56125em) {
    .top-bar.stacked-for-medium {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .top-bar.stacked-for-medium .top-bar-left,
        .top-bar.stacked-for-medium .top-bar-right {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }
}

@media print, screen and (max-width: 80.06125em) {
    .top-bar.stacked-for-large {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .top-bar.stacked-for-large .top-bar-left,
        .top-bar.stacked-for-large .top-bar-right {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }
}

@media print, screen and (max-width: 97.93625em) {
    .top-bar.stacked-for-xlarge {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .top-bar.stacked-for-xlarge .top-bar-left,
        .top-bar.stacked-for-xlarge .top-bar-right {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }
}

.top-bar.stacked-for-xxlarge {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .top-bar.stacked-for-xxlarge .top-bar-left,
    .top-bar.stacked-for-xxlarge .top-bar-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

.top-bar-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0.5rem 1rem 0.5rem 0;
}

.top-bar-left,
.top-bar-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.hide {
    display: none !important;
}

.invisible {
    visibility: hidden;
}

.visible {
    visibility: visible;
}

@media print, screen and (max-width: 31.24875em) {
    .hide-for-small-only {
        display: none !important;
    }
}

@media screen and (max-width: 0em), screen and (min-width: 31.25em) {
    .show-for-small-only {
        display: none !important;
    }
}

@media screen and (min-width: 31.25em) {
    .hide-for-smedium {
        display: none !important;
    }
}

@media screen and (max-width: 31.24875em) {
    .show-for-smedium {
        display: none !important;
    }
}

@media screen and (min-width: 31.25em) and (max-width: 50.68625em) {
    .hide-for-smedium-only {
        display: none !important;
    }
}

@media screen and (max-width: 31.24875em), screen and (min-width: 50.6875em) {
    .show-for-smedium-only {
        display: none !important;
    }
}

@media print, screen and (min-width: 50.6875em) {
    .hide-for-medium {
        display: none !important;
    }
}

@media screen and (max-width: 50.68625em) {
    .show-for-medium {
        display: none !important;
    }
}

@media print, screen and (min-width: 50.6875em) and (max-width: 67.56125em) {
    .hide-for-medium-only {
        display: none !important;
    }
}

@media screen and (max-width: 50.68625em), screen and (min-width: 67.5625em) {
    .show-for-medium-only {
        display: none !important;
    }
}

@media print, screen and (min-width: 67.5625em) {
    .hide-for-large {
        display: none !important;
    }
}

@media screen and (max-width: 67.56125em) {
    .show-for-large {
        display: none !important;
    }
}

@media print, screen and (min-width: 67.5625em) and (max-width: 80.06125em) {
    .hide-for-large-only {
        display: none !important;
    }
}

@media screen and (max-width: 67.56125em), screen and (min-width: 80.0625em) {
    .show-for-large-only {
        display: none !important;
    }
}

@media screen and (min-width: 80.0625em) {
    .hide-for-xlarge {
        display: none !important;
    }
}

@media screen and (max-width: 80.06125em) {
    .show-for-xlarge {
        display: none !important;
    }
}

@media screen and (min-width: 80.0625em) and (max-width: 97.93625em) {
    .hide-for-xlarge-only {
        display: none !important;
    }
}

@media screen and (max-width: 80.06125em), screen and (min-width: 97.9375em) {
    .show-for-xlarge-only {
        display: none !important;
    }
}

@media screen and (min-width: 97.9375em) {
    .hide-for-xxlarge {
        display: none !important;
    }
}

@media screen and (max-width: 97.93625em) {
    .show-for-xxlarge {
        display: none !important;
    }
}

@media screen and (min-width: 97.9375em) {
    .hide-for-xxlarge-only {
        display: none !important;
    }
}

@media screen and (max-width: 97.93625em) {
    .show-for-xxlarge-only {
        display: none !important;
    }
}

.show-for-sr,
.show-on-focus {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

    .show-on-focus:active, .show-on-focus:focus {
        position: static !important;
        width: auto !important;
        height: auto !important;
        overflow: visible !important;
        clip: auto !important;
        white-space: normal !important;
    }

.show-for-landscape,
.hide-for-portrait {
    display: block !important;
}

@media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
        display: block !important;
    }
}

@media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
        display: none !important;
    }
}

.hide-for-landscape,
.show-for-portrait {
    display: none !important;
}

@media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
        display: none !important;
    }
}

@media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
        display: block !important;
    }
}

.show-for-dark-mode {
    display: none;
}

.hide-for-dark-mode {
    display: block;
}

@media screen and (prefers-color-scheme: dark) {
    .show-for-dark-mode {
        display: block !important;
    }

    .hide-for-dark-mode {
        display: none !important;
    }
}

.show-for-ie {
    display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .show-for-ie {
        display: block !important;
    }

    .hide-for-ie {
        display: none !important;
    }
}

.show-for-sticky {
    display: none;
}

.is-stuck .show-for-sticky {
    display: block;
}

.is-stuck .hide-for-sticky {
    display: none;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-center {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.clearfix::before, .clearfix::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.clearfix::after {
    clear: both;
}

.align-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.align-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.align-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.align-justify {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.align-spaced {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.align-left.vertical.menu > li > a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.align-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.align-self-top {
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.align-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.align-self-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.align-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.align-self-middle {
    -ms-flex-item-align: center;
    align-self: center;
}

.align-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.align-self-stretch {
    -ms-flex-item-align: stretch;
    align-self: stretch;
}

.align-center-middle {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.small-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.small-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.small-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.small-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.small-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

.small-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}

@media screen and (min-width: 31.25em) {
    .smedium-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .smedium-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .smedium-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .smedium-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .smedium-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .smedium-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
}

@media print, screen and (min-width: 50.6875em) {
    .medium-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .medium-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .medium-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .medium-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .medium-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .medium-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
}

@media print, screen and (min-width: 67.5625em) {
    .large-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .large-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .large-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .large-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .large-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .large-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
}

@media screen and (min-width: 80.0625em) {
    .xlarge-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .xlarge-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .xlarge-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .xlarge-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .xlarge-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .xlarge-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
}

@media screen and (min-width: 97.9375em) {
    .xxlarge-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .xxlarge-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .xxlarge-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .xxlarge-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .xxlarge-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .xxlarge-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
}

.flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-child-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.flex-child-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.flex-child-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

@media screen and (min-width: 31.25em) {
    .smedium-flex-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .smedium-flex-child-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .smedium-flex-child-grow {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }

    .smedium-flex-child-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }

    .smedium-flex-dir-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .smedium-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .smedium-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .smedium-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

@media print, screen and (min-width: 50.6875em) {
    .medium-flex-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .medium-flex-child-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .medium-flex-child-grow {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }

    .medium-flex-child-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }

    .medium-flex-dir-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .medium-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .medium-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .medium-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

@media print, screen and (min-width: 67.5625em) {
    .large-flex-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .large-flex-child-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .large-flex-child-grow {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }

    .large-flex-child-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }

    .large-flex-dir-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .large-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .large-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .large-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

@media screen and (min-width: 80.0625em) {
    .xlarge-flex-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .xlarge-flex-child-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .xlarge-flex-child-grow {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }

    .xlarge-flex-child-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }

    .xlarge-flex-dir-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .xlarge-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .xlarge-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .xlarge-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

@media screen and (min-width: 97.9375em) {
    .xxlarge-flex-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .xxlarge-flex-child-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .xxlarge-flex-child-grow {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }

    .xxlarge-flex-child-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }

    .xxlarge-flex-dir-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .xxlarge-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .xxlarge-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .xxlarge-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.text-hide {
    font: 0/0 a !important;
    color: transparent !important;
    text-shadow: none !important;
    background-color: transparent !important;
    border: 0 !important;
}

.text-truncate {
    max-width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis;
    white-space: nowrap !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-wrap {
    word-wrap: break-word !important;
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.text-overline {
    text-decoration: overline !important;
}

.text-underline {
    text-decoration: underline !important;
}

.text-line-through {
    text-decoration: line-through !important;
}

.font-wide {
    letter-spacing: 0.25rem;
}

.font-normal {
    font-weight: normal;
}

.font-bold {
    font-weight: bold;
}

.font-italic {
    font-style: italic !important;
}

ul.list-disc {
    list-style-type: disc !important;
}

ul.list-circle {
    list-style-type: circle !important;
}

ul.list-square {
    list-style-type: square !important;
}

ol.list-decimal {
    list-style-type: decimal !important;
}

ol.list-lower-alpha {
    list-style-type: lower-alpha !important;
}

ol.list-lower-latin {
    list-style-type: lower-latin !important;
}

ol.list-lower-roman {
    list-style-type: lower-roman !important;
}

ol.list-upper-alpha {
    list-style-type: upper-alpha !important;
}

ol.list-upper-latin {
    list-style-type: upper-latin !important;
}

ol.list-upper-roman {
    list-style-type: upper-roman !important;
}

.rounded {
    border-radius: 5000px !important;
}

    .rounded .switch-paddle {
        border-radius: 5000px !important;
    }

        .rounded .switch-paddle:after {
            border-radius: 50%;
        }

.radius {
    border-radius: 0.1875rem;
}

.bordered {
    border: 0.0625rem solid #cacaca;
}

.shadow {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.arrow-down {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.4375rem;
    content: '';
    border-bottom-width: 0;
    border-color: #0a0a0a transparent transparent;
}

.arrow-up {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.4375rem;
    content: '';
    border-top-width: 0;
    border-color: transparent transparent #0a0a0a;
}

.arrow-right {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.4375rem;
    content: '';
    border-right-width: 0;
    border-color: transparent transparent transparent #0a0a0a;
}

.arrow-left {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.4375rem;
    content: '';
    border-left-width: 0;
    border-color: transparent #0a0a0a transparent transparent;
}

.separator-center {
    text-align: center !important;
}

    .separator-center::before, .separator-center::after {
        display: table;
        content: ' ';
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .separator-center::after {
        clear: both;
    }

    .separator-center::after {
        position: relative !important;
        width: 3rem;
        border-bottom: 0.125rem solid #019267;
        margin: 1rem auto 0;
    }

.separator-left {
    text-align: left !important;
}

    .separator-left::before, .separator-left::after {
        display: table;
        content: ' ';
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .separator-left::after {
        clear: both;
    }

    .separator-left::after {
        position: relative !important;
        width: 3rem;
        border-bottom: 0.125rem solid #019267;
        margin: 1rem auto 0;
        margin-left: 0 !important;
    }

.separator-right {
    text-align: right !important;
}

    .separator-right::before, .separator-right::after {
        display: table;
        content: ' ';
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .separator-right::after {
        clear: both;
    }

    .separator-right::after {
        position: relative !important;
        width: 3rem;
        border-bottom: 0.125rem solid #019267;
        margin: 1rem auto 0;
        margin-right: 0 !important;
    }

.overflow-visible {
    overflow: visible !important;
}

.overflow-x-visible {
    overflow-x: visible !important;
}

.overflow-y-visible {
    overflow-y: visible !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.overflow-x-hidden {
    overflow-x: hidden !important;
}

.overflow-y-hidden {
    overflow-y: hidden !important;
}

.overflow-scroll {
    overflow: scroll !important;
    -webkit-overflow-scrolling: touch;
}

.overflow-x-scroll {
    overflow-x: scroll !important;
    -webkit-overflow-scrolling: touch;
}

.overflow-y-scroll {
    overflow-y: scroll !important;
    -webkit-overflow-scrolling: touch;
}

.display-inline {
    display: inline !important;
}

.display-inline-block {
    display: inline-block !important;
}

.display-block {
    display: block !important;
}

.display-table {
    display: table !important;
}

.display-table-cell {
    display: table-cell !important;
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-fixed-top {
    position: fixed !important;
    top: 0rem !important;
    right: 0rem !important;
    left: 0rem !important;
    z-index: 975;
}

.position-fixed-bottom {
    position: fixed !important;
    right: 0rem !important;
    bottom: 0rem !important;
    left: 0rem !important;
    z-index: 975;
}

.border-box {
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.border-none {
    border: 0 !important;
}

.width-25 {
    width: 25% !important;
}

.width-50 {
    width: 50% !important;
}

.width-75 {
    width: 75% !important;
}

.width-100 {
    width: 100% !important;
}

.height-25 {
    height: 25% !important;
}

.height-50 {
    height: 50% !important;
}

.height-75 {
    height: 75% !important;
}

.height-100 {
    height: 100% !important;
}

.max-width-100 {
    max-width: 100% !important;
}

.max-height-100 {
    max-height: 100% !important;
}

.margin-0 {
    margin: 0rem !important;
}

.margin-top-0 {
    margin-top: 0rem !important;
}

.margin-right-0 {
    margin-right: 0rem !important;
}

.margin-bottom-0 {
    margin-bottom: 0rem !important;
}

.margin-left-0 {
    margin-left: 0rem !important;
}

.margin-horizontal-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
}

.margin-vertical-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
}

.padding-0 {
    padding: 0rem !important;
}

.padding-top-0 {
    padding-top: 0rem !important;
}

.padding-right-0 {
    padding-right: 0rem !important;
}

.padding-bottom-0 {
    padding-bottom: 0rem !important;
}

.padding-left-0 {
    padding-left: 0rem !important;
}

.padding-horizontal-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
}

.padding-vertical-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
}

.margin-1 {
    margin: 1rem !important;
}

.margin-top-1 {
    margin-top: 1rem !important;
}

.margin-right-1 {
    margin-right: 1rem !important;
}

.margin-right-1_25 {
    margin-right: 1.25rem !important;
}

.margin-bottom-1 {
    margin-bottom: 1rem !important;
}

.margin-left-1 {
    margin-left: 1rem !important;
}

.margin-horizontal-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.margin-vertical-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.padding-1 {
    padding: 1rem !important;
}

.padding-top-1 {
    padding-top: 1rem !important;
}

.padding-right-1 {
    padding-right: 1rem !important;
}

.padding-bottom-1 {
    padding-bottom: 1rem !important;
}

.padding-left-1 {
    padding-left: 1rem !important;
}

.padding-horizontal-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.padding-vertical-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.margin-2 {
    margin: 2rem !important;
}

.margin-top-2 {
    margin-top: 2rem !important;
}

.margin-right-2 {
    margin-right: 2rem !important;
}

.margin-bottom-2 {
    margin-bottom: 2rem !important;
}

.margin-left-2 {
    margin-left: 2rem !important;
}

.margin-horizontal-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
}

.margin-vertical-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}

.padding-2 {
    padding: 2rem !important;
}

.padding-top-2 {
    padding-top: 2rem !important;
}

.padding-right-2 {
    padding-right: 2rem !important;
}

.padding-bottom-2 {
    padding-bottom: 2rem !important;
}

.padding-left-2 {
    padding-left: 2rem !important;
}

.padding-horizontal-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
}

.padding-vertical-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

.margin-3 {
    margin: 3rem !important;
}

.margin-top-3 {
    margin-top: 3rem !important;
}

.margin-right-3 {
    margin-right: 3rem !important;
}

.margin-bottom-3 {
    margin-bottom: 3rem !important;
}

.margin-left-3 {
    margin-left: 3rem !important;
}

.margin-horizontal-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.margin-vertical-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.padding-3 {
    padding: 3rem !important;
}

.padding-top-3 {
    padding-top: 3rem !important;
}

.padding-right-3 {
    padding-right: 3rem !important;
}

.padding-bottom-3 {
    padding-bottom: 3rem !important;
}

.padding-left-3 {
    padding-left: 3rem !important;
}

.padding-horizontal-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.padding-vertical-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

/*********************
 * JDM Wheels
 *********************/
.area-header {
    background-color: #f2f2f2;
}

    .area-header h1 {
        border-bottom: #ccc 1px solid;
        margin: 0 -0.6rem;
        padding: 0.76rem 0.675rem;
        position: relative;
        z-index: 5;
        background-color: #f2f2f2;
    }

    .area-header .help-icon {
        float: right;
        margin-bottom: 0;
    }

@media screen and (max-width: 50.68625em) {
    .area-header .help-icon {
        padding: 0.25rem;
    }

        .area-header .help-icon > i {
            font-size: 1.25rem;
        }
}

.checkbox-list label {
    margin-bottom: 0.25rem;
}

.checkbox-list .menu {
    margin-bottom: 1rem;
    max-width: 72.5rem;
}

    .checkbox-list .menu li {
        min-width: 11.5%;
    }

.checkbox-list li a.selected {
    background-color: #FFD600 !important;
}

.checkbox-list .menu li > a {
    padding-left: 0;
    padding-right: 0;
    color: #8a8a8a;
    border-bottom: #f2f2f2 1px solid;
    -webkit-transition: color 250ms ease;
    transition: color 250ms ease;
}

    .checkbox-list .menu li > a span.checkbox-list__reveal {
        display: block;
        font-size: 0.75rem;
        padding-top: 0.33rem;
    }

    .checkbox-list .menu li > a:before {
        content: "toggle_off";
        font-family: "Material Icons";
        line-height: 0.9;
        float: right;
        font-size: 2.25rem;
    }

    .checkbox-list .menu li > a.one-price {
        border: rgba(1, 146, 103, 0.5) 2px solid !important;
        border-radius: 8px;
        padding: 0.5rem;
        margin: 0 -0.5rem;
    }

    .checkbox-list .menu li > a.selected {
        font-weight: bold;
        color: #0a0a0a;
    }

        .checkbox-list .menu li > a.selected::before {
            content: "toggle_on";
            color: #019267;
        }

        .checkbox-list .menu li > a.selected.one-price {
            background-color: rgba(1, 146, 103, 0.1);
            border-color: #019267 !important;
        }

.checkbox-list .menu li.icon-left > a {
    border-bottom: none;
    min-width: 8rem;
    min-height: 3.25rem;
    padding: 0.5rem;
    margin-right: 0.25rem;
    margin-bottom: 0.5rem;
    border-radius: 8px;
    border: #cacaca 1px solid !important;
    white-space: nowrap;
}

    .checkbox-list .menu li.icon-left > a[data-weekday="oneprice"] {
        min-width: 8.5rem;
        border: rgba(1, 146, 103, 0.5) 2px solid !important;
        padding: calc(0.5rem - 3px);
    }

    .checkbox-list .menu li.icon-left > a[data-weekday="dealercars"] {
        min-width: 9.25rem;
        padding: calc(0.5rem - 3px);
    }

    .checkbox-list .menu li.icon-left > a.selected {
        background-color: rgba(1, 146, 103, 0.1);
        border-color: #019267 !important;
    }

    .checkbox-list .menu li.icon-left > a:before {
        float: left;
        margin-right: 0.5rem;
        line-height: 0.6;
    }

@media print, screen and (min-width: 50.6875em) {
    .checkbox-list .menu:not(.medium-vertical) li > a {
        white-space: nowrap;
        border-bottom: none;
    }

        .checkbox-list .menu:not(.medium-vertical) li > a:before {
            float: left;
            margin-right: 0.5rem;
            line-height: 0.6;
        }

        .checkbox-list .menu:not(.medium-vertical) li > a[data-weekday="oneprice"] {
            margin-left: 0;
            margin-right: 0;
            min-width: 8.5rem;
        }

        .checkbox-list .menu:not(.medium-vertical) li > a[data-weekday="dealercars"] {
            min-width: 9.25rem;
        }

    .checkbox-list .menu li:last-of-type a {
        border-bottom: none;
    }

    .checkbox-list .menu li.icon-left > a {
        min-width: auto;
    }
}

@media screen and (max-width: 50.68625em) {
    .checkbox-list .menu li {
        width: 30%;
    }

    .checkbox-list .menu + .pick-button-bottom {
        display: none;
    }
}

@media print, screen and (max-width: 31.24875em) {
    .checkbox-list .menu li {
        width: 45%;
    }
}

.RealTimeWebStatus {
    display: inline-block;
    font-size: 0.75rem;
    margin-right: 0.75rem;
}

.RealTimeWebStatus-0 {
    color: blue;
}

.RealTimeWebStatus-1 {
    color: #D7253B;
}

.RealTimeWebStatus-2 {
    color: #FBDA5D;
}

.RealTimeWebStatus-3 {
    color: #5da423;
}

.RealTimeWebStatus-4 {
    color: #ff8d11;
}

.RealTimeWebStatus-5 {
    color: #c1c1c1;
}

.radius {
    border-radius: 8px;
}

h1, h2, h3 {
    letter-spacing: -0.0625rem;
}

@media print, screen and (max-width: 31.24875em) {
    h1 {
        margin-top: 1rem;
        margin-bottom: 1rem;
        font-weight: 500;
    }
}

h4, .h4 {
    letter-spacing: -0.025rem;
}

    h4 > a, .h4 > a {
        color: #0a0a0a;
    }

ul li {
    outline: none;
}

    ul li > a {
        outline: none;
    }

@media screen and (max-width: 50.68625em) {
    h1 {
        letter-spacing: -0.0325rem;
        font-size: 1.25rem;
    }

    h4, .h4 {
        font-size: 1rem;
    }

    h2 {
        position: relative;
    }
}

@media print, screen and (max-width: 31.24875em) {
    h1 {
        letter-spacing: -0.0325rem;
        font-size: 1rem;
        color: #777;
    }

    h4, .h4 {
        font-size: 1rem;
        font-weight: 500;
    }
}

.breadcrumbs {
    position: relative;
    z-index: 1;
}

.switch input:checked + label::after {
    background-color: #fefefe !important;
}

.switch span:not(.show-for-sr) {
    color: #777;
    position: relative;
    left: 3rem;
    top: -0.33rem;
}

.fieldset {
    border-radius: 8px;
}

[disabled] {
    opacity: 0.3;
}

.input-group {
    margin-bottom: 0;
}

    .input-group .input-group-button .button {
        border-radius: 0 8px 8px 0;
    }

select[size] {
    padding-right: 0.5rem;
}

input.checkbox + label.checked::before {
    content: "checkbox";
    line-height: 18px;
    font-size: 18px;
    color: #eee;
    background-color: #00C897;
    border: 0;
    font-family: "Material Icons";
}

.tabs {
    border: 0;
    border-bottom: rgba(0, 0, 0, 0.05) 1px solid !important;
}

    .tabs .tabs-title {
        overflow: hidden;
        position: relative;
    }

        .tabs .tabs-title > a {
            font-size: 1rem;
        }

        .tabs .tabs-title.is-active a {
            -webkit-box-shadow: 0 -3px 0 0 #FFD365 inset;
            box-shadow: 0 -3px 0 0 #FFD365 inset;
            font-weight: bold;
        }

        .tabs .tabs-title .ripple-effect {
            background-color: #767676;
        }

.menu {
    background-color: transparent;
}

    .menu a {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

.dropdown-pane {
    background: #fefefe;
    border: none;
    border-radius: 8px;
    padding: 1rem;
    overflow: hidden;
    width: 300px;
    -webkit-transition: opacity .4s ease-in-out,max-height .4s ease-in-out;
    transition: opacity .4s ease-in-out,max-height .4s ease-in-out;
    position: absolute;
    z-index: 1006;
    display: none;
    visibility: hidden;
    font-size: 1rem;
}

    .dropdown-pane.small {
        width: 200px;
    }

    .dropdown-pane[data-amp]:not([hidden]) {
        display: block;
        visibility: visible;
    }

    .dropdown-pane.show {
        visibility: visible;
        display: block;
        max-height: 500px;
    }

    .dropdown-pane .close {
        position: absolute;
        display: inline-block;
        top: 1.15rem;
        right: 1rem;
        width: 1rem;
        height: 1rem;
        text-align: center;
        z-index: 1;
    }

/*.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: $reveal-zindex;

  background-color: $reveal-overlay-background;
  overflow-y: auto;
	transition: all 250ms ease;

	&[hidden] { display: none; opacity: 0; }
	&:not([hidden]) { display: block; opacity: 1; }
}
*/
.align-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.align-self-middle {
    -ms-flex-item-align: center;
    align-self: center;
}

.align-self-stretch {
    -ms-flex-item-align: stretch;
    align-self: stretch;
}

.align-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.align-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.lg-backdrop.in {
    opacity: 0.8 !important;
}

@media screen and (min-width: 80.0625em) {
    .table-scroll {
        overflow: visible;
        margin-bottom: 18rem;
    }
}

.font-1x {
    font-size: 1rem !important;
}

.font-15x {
    font-size: 1.5rem !important;
}

.font-2x {
    font-size: 2rem !important;
}

.font-3x {
    font-size: 3rem !important;
}

.font-4x {
    font-size: 4rem !important;
}

.font-lg, .checkbox-list .menu li > a span.checkbox-list__reveal > i.material-icons, .tr--bottom .bidtable__flags--alarm .material-icons, .tr--bottom .bidtable__icon-flags .material-icons {
    font-size: 1.25rem !important;
    line-height: 1rem !important;
    vertical-align: -33% !important;
}

.font-1g {
    font-size: 1rem !important;
    line-height: 1rem !important;
    vertical-align: -25% !important;
}

.font-larger {
    font-size: 1.125rem !important;
}

.font-smaller {
    font-size: 0.875rem !important;
}

.font-small {
    font-size: 0.75rem !important;
}

.font-micro {
    font-size: 0.5rem !important;
}

.font-inherit {
    font-size: inherit !important;
}

.font-light {
    font-weight: 300 !important;
}

.font-normal {
    font-weight: normal !important;
}

.font-medium {
    font-weight: 500 !important;
}

.font-bold {
    font-weight: bold !important;
}

.color-primary {
    color: #019267;
}

.color-secondary {
    color: #767676;
}

.color-success {
    color: #00C897;
}

.color-warning {
    color: #FFD365;
}

.color-alert {
    color: #cc4b37;
}

.color-white {
    color: #fefefe;
}

.color-green {
    color: #22bb5b;
}

.color-lightgrey {
    color: #f2f2f2;
}

a.color-white {
    color: #fefefe !important;
}

.grey, .gray, .color-grey, .color-gray {
    color: #777;
}

.primary-bg {
    background-color: #019267;
}

.primary-border {
    border-color: #019267;
}

.primary.button.bid-lock-color {
    color: black;
    background-color: #e6e6e6;
}

.secondary-bg {
    background-color: #767676;
}

.success-bg {
    background-color: #00C897;
}

.warning-bg {
    background-color: #FFD365;
}

.alert-bg {
    background-color: #cc4b37;
}

.orange-bg {
    background-color: #fd9e44;
}

.white-bg {
    background-color: #fefefe;
}

.grey-bg {
    background-color: #cacaca;
}

.darkgrey-bg {
    background-color: #8a8a8a;
}

.lightgrey-bg {
    background-color: #f2f2f2;
}

.gold-bg {
    background-color: rgba(255, 211, 101, 0.5);
}

.semi-transparent {
    opacity: 0.5;
}

.transparent {
    background-color: transparent !important;
}

.spacer-tiny {
    height: 0.25rem;
}

.spacer-micro {
    height: 0.5rem;
}

.spacer-small {
    height: 0.75rem;
}

.spacer-1x {
    height: 1rem;
}

.spacer-2x {
    height: 2rem;
}

.spacer-3x {
    height: 3rem;
}

.padding-025 {
    padding: 0.25rem !important;
}

.padding-05 {
    padding: 0.5rem !important;
}

.padding-075 {
    padding: 0.75rem !important;
}

.padding-left-0 {
    padding-left: 0 !important;
}

.padding-left-05 {
    padding-left: 0.5rem !important;
}

.padding-right-0 {
    padding-right: 0 !important;
}

.padding-right-05 {
    padding-right: 0.5rem !important;
}

.padding-right-0075 {
    padding-right: 0.075rem !important;
}

.padding-left-0075 {
    padding-left: 0.075rem !important;
}

.margin-bottom-0 {
    margin-bottom: 0 !important;
}

.height-100vh {
    height: 100vh;
}

.height-50vh {
    height: 50vh;
}

.z-depth-1 {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.13), 0 1px 5px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.13), 0 1px 5px 0 rgba(0, 0, 0, 0.08);
}

.z-depth-1-hard {
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.32), 0 1px 5px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.32), 0 1px 5px 0 rgba(0, 0, 0, 0.24);
}

.z-depth-2 {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.09);
}

.z-depth-3, .dropdown.menu .submenu, .bidtable__images .bidtable__images--count:hover, .album .card:hover, .album .card .photo .images--count:hover, .album__item__image .images--count:hover, #vehicles-table tbody tr td:nth-of-type(1) > div .images--count:hover, .vehicles-table__images > div .images__counter:hover {
    -webkit-box-shadow: 0 6px 7px 0 rgba(0, 0, 0, 0.12), 0 17px 50px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 6px 7px 0 rgba(0, 0, 0, 0.12), 0 17px 50px 0 rgba(0, 0, 0, 0.08);
}

.z-depth-4 {
    -webkit-box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.11), 0 12px 27px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.11), 0 12px 27px 0 rgba(0, 0, 0, 0.1);
}

.z-depth-5 {
    -webkit-box-shadow: 0 13px 12px 0 rgba(0, 0, 0, 0.1), 0 20px 36px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 13px 12px 0 rgba(0, 0, 0, 0.1), 0 20px 36px 0 rgba(0, 0, 0, 0.11);
}

.padding-vertical-025 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.padding-vertical-05 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.padding-vertical-075 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
}

.padding-horizontal-025 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
}

.padding-horizontal-05 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}

.padding-horizontal-075 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
}

.margin-vertical-025 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.margin-vertical-05 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.margin-vertical-075 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
}

.line-height-1 {
    line-height: 1rem !important;
}

.line-height-115 {
    line-height: 1.15rem !important;
}

.line-height-125 {
    line-height: 1.25rem !important;
}

.line-height-15 {
    line-height: 1.5rem !important;
}

/*
.square-1rem { width: 1rem; height: 1rem; }
.square-15rem { width: 1.5rem; height: 1.5rem; }
.square-2rem { width: 2rem; height: 2rem; }
.square-075x { width: 4.685rem; height: 4.685rem; }
.square-1x { width: 6.25rem; height: 6.25rem; }
.square-15x { width: 9.375rem; height: 9.375rem; }
.square-2x { width: 12.5rem; height: 12.5rem; }
*/
.columns-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

@media print, screen and (max-width: 31.24875em) {
    .columns-2 {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

.columns-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

@media print, screen and (max-width: 31.24875em) {
    .columns-3 {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

.columns-4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
}

@media print, screen and (max-width: 31.24875em) {
    .columns-4 {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

.label.alert {
    color: #fff;
}

.label.circle {
    padding: 0.5rem;
}

.label.small.circle {
    padding: 0.25rem;
}

.button.hollow {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.fix {
    position: fixed;
}

.flag-icon {
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.material-icons.font-lg, .checkbox-list .menu li > a span.checkbox-list__reveal > i.material-icons, .tr--bottom .bidtable__flags--alarm .material-icons, .tr--bottom .bidtable__icon-flags .material-icons {
    width: 1.25rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.material-icons:empty {
    display: none !important;
}

.round {
    border-radius: 100px;
}

.square {
    border-radius: 0 !important;
}

.cursor-pointer {
    cursor: pointer;
}

.magnify-on-hover {
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media print, screen and (min-width: 50.6875em) {
    .magnify-on-hover:hover {
        -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.09);
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.09);
        cursor: pointer;
        z-index: 1;
    }
}

.row.limited {
    max-width: 62.5rem;
}

@media print, screen and (max-width: 31.24875em) {
    .no-js .top-bar {
        display: none;
    }
}

@media print, screen and (min-width: 50.6875em) {
    .no-js .title-bar {
        display: none;
    }
}

.top-bar {
    z-index: 20 !important;
    -webkit-transition: border-color 500ms ease;
    transition: border-color 500ms ease;
    border-bottom: transparent 1px solid;
    background-color: #f2f2f2;
}

    .top-bar .menu {
        background-color: transparent;
    }

        .top-bar .menu .back-arrow {
            display: none;
        }

        .top-bar .menu li > a {
            padding: 1rem 0.7rem;
        }

        .top-bar .menu li.menu-text > span {
            display: inline-block;
            padding: 0.3rem 0;
        }

        .top-bar .menu .japan-time {
            font-size: 0.875rem;
        }

            .top-bar .menu .japan-time .flag {
                width: 1.5rem;
                height: 1.25rem;
                border: #cacaca 1px solid;
                border-radius: 4px;
                background-color: #fff;
            }

@media print, screen and (max-width: 67.56125em) {
    .top-bar {
        background-color: #f2f2f2;
    }

        .top-bar.is-stuck {
            border-bottom: #cacaca 1px solid;
        }
}

.filled-headbar .top-bar {
    background-color: #f2f2f2;
    border-bottom: #cacaca 1px solid;
}

    .filled-headbar .top-bar .menu .burger-icon {
        display: none;
    }

    .filled-headbar .top-bar .menu .back-arrow {
        display: inherit;
    }

@media print, screen and (max-width: 67.56125em) {
    .is-off-canvas-open .top-bar {
        border-bottom: #cacaca 1px solid;
    }
}

.main-menu li {
    padding: 0.15rem 0;
}

    .main-menu li > a {
        color: #333333;
        border-top-right-radius: 100px;
        border-bottom-right-radius: 100px;
        -webkit-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out;
    }

        .main-menu li > a:hover {
            color: #0a0a0a;
        }

        .main-menu li > a .material-icons {
            margin-right: 0.5rem;
        }

    .main-menu li.is-active > a {
        font-weight: bold;
    }

    .main-menu li.is-active:not(.is-accordion-submenu-parent) > a {
        background-color: rgba(255, 211, 101, 0.75);
    }

    .main-menu li:not(.is-active) > a:hover {
        background-color: rgba(255, 211, 101, 0.25);
    }

.main-menu .accordion-menu > li {
    padding: 0.25rem 0;
    border-bottom: #cacaca 1px solid;
}

.main-menu .accordion-menu .accordion > li > a {
    padding-left: 3rem;
}

    .main-menu .accordion-menu .accordion > li > a:hover {
        padding-left: 3.25rem;
    }

.main-menu .version-info {
    display: block;
    bottom: 0;
    text-align: center;
    width: auto;
    padding: 0.25rem 1.5rem !important;
    color: rgba(0, 0, 0, 0.5);
    font-size: 0.75rem;
}

.top-menu li:not(.menu-text) > a:not(.no-hover) {
    padding: 1rem;
    color: #333333;
    font-size: 0.875rem;
    border-radius: 100px;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

    .top-menu li:not(.menu-text) > a:not(.no-hover):hover {
        color: #0a0a0a;
    }

    .top-menu li:not(.menu-text) > a:not(.no-hover) .material-icons {
        margin-right: 0.5rem;
    }

.top-menu li:not(.menu-text).is-active > a {
    font-weight: bold;
}

.top-menu li:not(.menu-text).is-active:not(.is-accordion-submenu-parent) > a {
    background-color: rgba(255, 211, 101, 0.75);
}

.top-menu li:not(.menu-text):not(.is-active) > a:hover {
    background-color: rgba(255, 211, 101, 0.25);
}

.top-menu li:not(.menu-text) > a.no-hover:hover {
    background-color: transparent !important;
}

@media print, screen and (max-width: 67.56125em) {
    .top-menu li {
        display: none;
    }

        .top-menu li.menu-text, .top-menu li.burger-icon {
            display: block;
        }
}

.dropdown.menu .submenu {
    background-color: #fefefe;
    border-radius: 8px;
    top: 95% !important;
}

    .dropdown.menu .submenu.opens-left {
        left: 0 !important;
    }

    .dropdown.menu .submenu li > a {
        color: #333333;
        padding: 0.75rem 1rem;
    }

        .dropdown.menu .submenu li > a:hover {
            background-color: rgba(255, 211, 101, 0.25);
        }

    .dropdown.menu .submenu li.is-active a {
        color: #0a0a0a;
    }

.filter-toolbar .fieldset {
    padding: 0rem 0.33rem 0.06rem 0.5rem;
    margin: 0;
    min-height: 2.5rem;
}

    .filter-toolbar .fieldset legend {
        font-size: 0.75rem;
        margin: 0;
        line-height: 0;
    }

    .filter-toolbar .fieldset a {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .filter-toolbar .fieldset > .row {
        height: 2.25rem;
    }

    .filter-toolbar .fieldset input, .filter-toolbar .fieldset select {
        height: 2.25rem;
        margin: 0;
        padding: 0.25rem;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
        background-color: transparent;
    }

    .filter-toolbar .fieldset select {
        font-size: 0.875rem;
        padding: 0 1.25rem 0 0;
        margin: 0 !important;
    }

        .filter-toolbar .fieldset select.search-period {
            min-width: 5.75rem;
        }

    .filter-toolbar .fieldset input[type="range"] {
        height: auto;
    }

        .filter-toolbar .fieldset input[type="range"]:-webkit-slider-runnable-track, .filter-toolbar .fieldset input[type="range"]:-moz-range-track, .filter-toolbar .fieldset input[type="range"]:-ms-track {
            border-radius: 8px !important;
        }

        .filter-toolbar .fieldset input[type="range"]:-webkit-slider-thumb, .filter-toolbar .fieldset input[type="range"]:-moz-range-thumb, .filter-toolbar .fieldset input[type="range"]:-ms-thumb {
            border: none !important;
        }

.filter-toolbar .view-changer {
    border-radius: 4px;
    display: inline-block;
    width: auto;
    line-height: 0.75rem;
    padding: 0.15rem;
    color: #767676;
}

    .filter-toolbar .view-changer.active {
        background-color: #FFD365;
        color: #0a0a0a;
    }

.auctions-reveal {
    /*
    .auctions__header, .auctions__item {
        text-align: center;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
    }

    .auctions__item:last-of-type {
        border-radius: 0 0 $global-radius $global-radius;
    }

    .auctions__header {
        width: 100%;
        border: 1px solid #ccc;
        border-radius: $global-radius $global-radius 0 0;

        .fa-car { margin-left: 1rem; }

        label {
            background-color: map-get($foundation-palette, 'default');
            font-weight: bold;
            padding: .25rem;
        }
    }

    .auctions__count-number {
        display: flex;
        width: 100%;
        justify-content: space-between;
        .auctions__number {
            margin-left: 2rem;
            @include breakpoint(1171px down) {
                margin-left: 0;
            }
        }
    }

    .auctions__car-count { margin-left: auto; }

    .auctions__item {
        padding: .5rem;
        border-bottom: 1px solid #ccc;

        -webkit-column-break-inside: avoid;
                  page-break-inside: avoid;
                       break-inside: avoid;

        .checkbox__label-text {
            @include prefixed-flex;
            @include prefixed-flex-align(justify, middle);

            > span {
                width: 100%;
                @include prefixed-flex;
                @include prefixed-flex-align(right, bottom);
                flex-direction: column;
            }
        }
    }

    .auctions__grow {
        flex: 2;

        .auctions__wrapper {
            columns: 2;
            column-gap: 0;
        }
    }
    */
}

    .auctions-reveal .auctions__grow {
        -webkit-box-flex: 2;
        -ms-flex: 2;
        flex: 2;
    }

        .auctions-reveal .auctions__grow .auctions__wrapper {
            -webkit-columns: 2;
            -moz-columns: 2;
            columns: 2;
            -webkit-column-gap: 0;
            -moz-column-gap: 0;
            column-gap: 0;
        }

    .auctions-reveal .auctions__header, .auctions .auctions__item {
        text-align: center;
    }

    .auctions-reveal .auctions__header {
        width: 100%;
    }

        .auctions-reveal .auctions__header .fa-car {
            margin-left: 1rem;
        }

        .auctions-reveal .auctions__header label {
            font-weight: bold;
            padding: 0.25rem;
        }

    .auctions-reveal .auctions__item:last-of-type {
        border-radius: 0 0 3px 3px;
    }

    .auctions-reveal .auctions__item {
        padding: 0.5rem;
        border-radius: 3px 3px 0 0;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
    }

@media screen and (max-width: 50.68625em) {
    .auctions-reveal {
        top: 0 !important;
    }

        .auctions-reveal .close-button {
            position: fixed;
        }
}

.auctions-reveal .auctions__header {
    border-bottom: #cacaca 1px solid;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
}

    .auctions-reveal .auctions__header .shrink {
        padding-right: 0.75rem;
    }

@media screen and (max-width: 50.68625em) {
    .auctions-reveal .auctions__header .checkbox__label-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .auctions-reveal .auctions__header .checkbox__label-text > div {
            -webkit-box-flex: 1;
            -ms-flex: 1 1 0px;
            flex: 1 1 0px;
        }

    .auctions-reveal .auctions__header input {
        margin: 0;
    }

    .auctions-reveal .auctions__header h5 {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        padding-top: 0.1rem;
        font-weight: 500;
    }
}

.auctions-reveal .auctions__item {
    border-bottom: #f2f2f2 1px solid;
    padding: 0.5rem 0;
}

    .auctions-reveal .auctions__item h6 {
        font-size: 0.825rem;
        line-height: 1.25;
        font-weight: 500;
        margin-bottom: 0rem;
    }

    .auctions-reveal .auctions__item .shrink {
        padding-right: 0.75rem;
    }

@media screen and (max-width: 50.68625em) {
    .auctions-reveal .auctions__item .checkbox__label-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .auctions-reveal .auctions__item input {
        margin: 0;
    }

    .auctions-reveal .auctions__item h6 {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        padding-top: 0.25rem;
    }

        .auctions-reveal .auctions__item h6 + div {
            -webkit-box-flex: 1;
            -ms-flex: 1 1 0px;
            flex: 1 1 0px;
        }
}

.loading {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    left: 50%;
    bottom: 10%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: -webkit-transform 350ms ease;
    transition: -webkit-transform 350ms ease;
    transition: transform 350ms ease;
    transition: transform 350ms ease, -webkit-transform 350ms ease;
    z-index: 10;
    width: auto;
    height: auto;
    border-radius: 16px;
    -webkit-box-shadow: 0px 0px 5px rgba(10, 10, 10, 0.5);
    box-shadow: 0px 0px 5px rgba(10, 10, 10, 0.5);
    padding: 1rem 2rem;
    background-color: rgba(10, 10, 10, 0.6);
    color: #fefefe;
    text-align: center;
    line-height: 1.2;
    font-size: 1.25rem;
}

.loading--hide {
    -webkit-transform: translate(-50%, 500%);
    transform: translate(-50%, 500%);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    -webkit-transition: 300ms;
    transition: 300ms;
}

@media screen and (max-width: 50.68625em) {
    .loading {
        width: auto;
        left: 10%;
        right: 10%;
        bottom: 6%;
        -webkit-transform: none;
        transform: none;
        font-size: 1rem;
    }

    .loading--hide {
        -webkit-transform: translateY(500%);
        transform: translateY(500%);
    }
}

.loading i {
    margin-right: 0.5rem;
}

.loading > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.loading progress {
    width: 100%;
    height: 0.5em;
}

.admin-column {
    padding-top: 2rem;
}

@media screen and (max-width: 50.68625em) {
    .admin-column {
        padding: 2rem 1.225rem;
    }
}

.custom-label {
    background: transparent;
    color: #767676;
    font-weight: bold;
    border-radius: 5px;
    font-size: 1rem;
    line-height: normal;
    padding: .3rem .7rem;
    margin: 0;
}

.custom-label--colored {
    background: #767676;
    color: #fff;
}

.custom-label--alert {
    background: #cc4b37;
    color: #fff;
}

.custom-label--small {
    padding: .2rem .6rem;
    font-size: .875rem;
}

.custom-label--light {
    color: #222;
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.checkbox {
    cursor: pointer;
    /* By preventing text-selection we allow the multiselection component to track shift-clicks on the "label.checkbox" wrapper */
}

    .checkbox .checkbox__label-text {
        color: #0a0a0a;
        font-size: 0.875rem;
        font-weight: bold;
    }

    .checkbox input[type="checkbox"] {
        display: none;
    }

.auctions_checkbox {
    display: block !important;
}

.checkbox input[type="checkbox"] ~ .checkbox__label-text:before {
    content: "\f096";
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    color: #019267;
    width: 1rem;
    margin-right: .25rem;
}

.checkbox input[type="checkbox"][disabled] ~ .checkbox__label-text:before {
    color: #f2f2f2;
    cursor: default;
}

.checkbox input[type="checkbox"]:checked ~ .checkbox__label-text:before {
    content: "\f14a";
}

.checkbox input[type="checkbox"]:indeterminate ~ .checkbox__label-text:before {
    content: "\f0c8";
    color: #cacaca;
    -webkit-text-stroke: 1px #8a8a8a;
}

.checkbox--warning input[type="checkbox"]:checked ~ .checkbox__label-text:before {
    color: #cc4b37;
    content: "\f146";
}

.checkbox span.checkbox__label-text {
    font-weight: normal;
}

.checkbox--large .checkbox__label-text {
    font-size: 0.875rem;
}

.checkbox.checkbox--bold span.checkbox__label-text {
    font-weight: bold;
}

.checkbox, .checkbox * {
    user-select: none;
    /* CSS3 (little to no support) */
    -ms-user-select: none;
    /* IE 10+ */
    -moz-user-select: none;
    /* Gecko (Firefox) */
    -webkit-user-select: none;
    /* Webkit (Safari, Chrome) */
}

/*@import '../../../../Content/scss/base/_ls-variables';*/
/*@import '../../../../Content/foundation-6.2.3/scss/foundation';*/
.cart-log-info {
    /* reset bidtable */
    line-height: 1em;
    /* Cause underline of changed fields */
}

    .cart-log-info td {
        border-left: none;
        border-right: none;
    }

    .cart-log-info thead td {
        padding: 0.5rem !important;
    }

    .cart-log-info tr:nth-child(even) {
        background-color: transparent;
    }

    .cart-log-info tr.tr--top td {
        border: none;
    }

    .cart-log-info .tr--top {
        border-top: 2px solid #019267;
    }

        .cart-log-info .tr--top td {
            vertical-align: top;
        }

            .cart-log-info .tr--top td:nth-of-type(1) {
                text-align: left;
            }

            .cart-log-info .tr--top td:nth-of-type(2) {
                text-align: right;
            }

    .cart-log-info thead > tr > td:nth-of-type(7) {
        color: darkred;
    }

    .cart-log-info .tr--top + tr td:nth-of-type(-n + 7) {
        width: 2em;
    }

    .cart-log-info .tr--top + tr td:nth-of-type(7) {
        color: darkred;
    }

.cart-log-info__bid {
    font-weight: 500;
    font-size: 1rem;
    color: #fd9e44;
}

.cart-log-info__comments {
    background-color: #f2f2f2;
    padding: 0.5em 0;
    min-height: 3em;
}

.cart-log-info tbody .fa {
    padding: 0.25rem;
    border-radius: 8px;
}

.cart-log-info tbody .fa-tag {
    background-color: #FAF99A;
    color: #0a0a0a !important;
}

.cart-log-info tbody .fa-star-o {
    background-color: #f58f49;
    color: #0a0a0a !important;
}

.cart-log-info tbody .fa-star-half-o {
    background-color: #f0d04a;
    color: #0a0a0a !important;
}

.cart-log-info tbody .fa-star {
    background-color: #99eeaa;
    color: #0a0a0a !important;
}

.cart-log-info tbody .fa-flag-checkered {
    background-color: #4D8FDF;
    color: #fefefe !important;
}

.cart-log-info .highlight {
    text-decoration: underline;
    -webkit-text-decoration-color: blue;
    text-decoration-color: blue;
}

    .cart-log-info .highlight i {
        border: solid 1px blue;
    }

input.editable, textarea.editable {
    padding: 0;
    height: auto;
    width: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    display: inline;
    float: left;
    font-size: 0.875rem;
    color: #222;
    border-radius: 8px;
    -webkit-transition: background-color 250ms ease-out, -webkit-box-shadow 250ms ease-out;
    transition: background-color 250ms ease-out, -webkit-box-shadow 250ms ease-out;
    transition: box-shadow 250ms ease-out, background-color 250ms ease-out;
    transition: box-shadow 250ms ease-out, background-color 250ms ease-out, -webkit-box-shadow 250ms ease-out;
}

    input.editable.number, textarea.editable.number {
        text-align: right;
    }

    input.editable:hover, textarea.editable:hover {
        border: 1px solid #8a8a8a;
        background-color: #fff;
    }

    input.editable:focus, textarea.editable:focus {
        -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
        box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
        background-color: whitesmoke;
        border: 1px solid transparent;
    }

    input.editable.liveeditor-changed, textarea.editable.liveeditor-changed {
        background-color: #ff6;
    }

        input.editable.liveeditor-changed:focus, textarea.editable.liveeditor-changed:focus {
            background-color: #ffff99;
        }

select.editable {
    border-radius: 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    margin: 0;
    height: auto;
    font-size: .875rem;
    font-weight: 300;
}

    select.editable:hover, select.editable:focus {
        border: 1px solid #8a8a8a;
    }

    select.editable.liveeditor-changed,
    select.liveeditor-changed + .select2-container .select2-selection {
        background-color: #ff6 !important;
    }

        select.editable.liveeditor-changed:focus {
            background-color: #ffff99;
        }

    select.editable option[value=""] {
        color: #aaa;
    }

label.editable.liveeditor-changed {
    background-color: #ff6;
}

.fixed-size.lg-outer {
    padding: 0 .5rem;
}

    .fixed-size.lg-outer .lg-inner {
        background: rgba(0, 0, 0, 0.6);
    }

    .fixed-size.lg-outer .lg-sub-html {
        position: absolute;
        text-align: left;
    }

    .fixed-size.lg-outer .lg-toolbar .lg-icon {
        color: #fff;
    }

    .fixed-size.lg-outer .lg-img-wrap {
        padding: .75rem;
    }

.fixed-size.lg-fullscreen-on {
    top: 0 !important;
    left: 0 !important;
    padding: 0;
}

    .fixed-size.lg-fullscreen-on .lg {
        width: 100% !important;
        height: 100% !important;
        top: 0 !important;
    }

    .fixed-size.lg-fullscreen-on div.lg-inner {
        background: #000;
    }

.fixed-size div.lg-thumb-outer {
    padding: 0 .5rem;
    background-color: rgba(0, 0, 0, 0.45);
}

.fixed-size span.lg-toogle-thumb {
    background-color: rgba(0, 0, 0, 0.45);
}

.lg-outer .lg-thumb-item {
    border: 2px solid transparent;
}

.lg-outer div.lg-thumb-item.active, .lg-outer div.lg-thumb-item:hover {
    border-color: #019267;
}

.leave {
    font-weight: bold;
}

@media screen and (max-width: 98.75em) {
    .results__table {
        overflow-x: scroll;
    }
}

table.bidtable {
    border-collapse: collapse;
    border: 1px solid #f2f2f2;
    font-size: 0.875rem;
}

    table.bidtable tbody tr:nth-child(even).table--warning,
    table.bidtable tbody tr:nth-child(odd).table--warning {
        background-color: #fff7e5;
    }

    table.bidtable tbody tr:nth-child(even).table--bought,
    table.bidtable tbody tr:nth-child(odd).table--bought {
        background-color: #c4f3c4;
    }

    table.bidtable tbody tr:nth-child(even).table--alert,
    table.bidtable tbody tr:nth-child(odd).table--alert {
        background-color: #e6a69d;
    }

    table.bidtable tr.table--alert > td,
    table.bidtable tr.table--alert > td * {
        color: #fff;
    }

    table.bidtable thead {
        border-bottom: 2px solid #767676;
    }

        table.bidtable thead tr th {
            vertical-align: middle;
            padding: 0.5rem .5rem;
        }

            table.bidtable thead tr th:not(:first-of-type) {
                border-left: 1px solid #f2f2f2;
            }

    table.bidtable tbody tr.highlight,
    table.bidtable tbody tr.highlight + .tablesorter-childRow {
        background: #f9f9f9;
    }

    table.bidtable thead th[data-sort] {
        background-image: url('data:image/svg+xml;utf8,<svg width="32" height="51" viewBox="0 0 32 51" xmlns="http://www.w3.org/2000/svg"><g fill="#CCC" fill-rule="evenodd"><path d="M16 0l16 24H0M16 51L0 27h32"/></g></svg>');
        background-size: 9px 15px;
        background-position: right center;
        background-origin: content-box;
        background-repeat: no-repeat;
    }

        table.bidtable thead th[data-sort].headerSortDown, table.bidtable thead th[data-sort].tablesorter-headerDesc {
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: %23003D7E"></polygon></svg>');
            background-size: 9px 6px;
            background-position: right center;
            background-origin: content-box;
            background-repeat: no-repeat;
        }

        table.bidtable thead th[data-sort].headerSortUp, table.bidtable thead th[data-sort].tablesorter-headerAsc {
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon fill="%23003D7E" points="16 0 32 24 0 24"></polygon></svg>');
            background-size: 9px 6px;
            background-position: right center;
            background-origin: content-box;
            background-repeat: no-repeat;
        }

            table.bidtable thead th[data-sort].sort-icon-left, table.bidtable thead th[data-sort].headerSortDown.sort-icon-left, table.bidtable thead th[data-sort].headerSortUp.sort-icon-left, table.bidtable thead th[data-sort].tablesorter-headerAsc.sort-icon-left, table.bidtable thead th[data-sort].tablesorter-headerDesc.sort-icon-left {
                background-position: left center;
            }

    table.bidtable .bidtable__delimiter {
        margin: .5rem 0;
    }

    table.bidtable tbody td {
        padding: 0.5rem;
    }

    table.bidtable tbody .tr--top {
        border-top: 2px solid #767676;
    }

        table.bidtable tbody .tr--top td:nth-of-type(2) {
            cursor: pointer;
        }

            table.bidtable tbody .tr--top td:nth-of-type(2):hover {
                text-decoration: underline;
            }

        table.bidtable tbody .tr--top:nth-of-type(4n + 3) td:nth-of-type(-n + 2) {
            background: whitesmoke;
        }

    table.bidtable tbody .bid-row--unlocked td:nth-of-type(-n+4),
    table.bidtable tbody .bid-row--unlocked + tr td:nth-of-type(-n+1) {
        background-color: #ffccdd;
    }

    table.bidtable tbody .tooltip.tip-padding-0 {
        padding: 0;
        max-width: none;
    }

        table.bidtable tbody .tooltip.tip-padding-0 > div {
            border-radius: 8px;
        }

    table.bidtable tbody input {
        padding: 0.15rem 0.25rem;
        height: auto;
        margin-bottom: 0;
        border-color: #f2f2f2;
    }

    table.bidtable tbody textarea, table.bidtable tbody select {
        border-color: #f2f2f2;
    }

    table.bidtable tbody a, table.bidtable tbody .has-tip {
        color: #0a0a0a;
    }

    table.bidtable > thead tr > th:nth-of-type(1),
    table.bidtable > thead tr > th:nth-of-type(3),
    table.bidtable > thead tr > th:nth-of-type(4),
    table.bidtable > thead tr > th:nth-of-type(5),
    table.bidtable > thead tr > th:nth-of-type(8),
    table.bidtable > thead tr > th:nth-of-type(9),
    table.bidtable > thead tr > th:nth-of-type(10),
    table.bidtable > thead tr > th:nth-of-type(11),
    table.bidtable > thead tr > th:nth-of-type(12),
    table.bidtable > tbody tr > th:nth-of-type(1),
    table.bidtable > tbody tr > th:nth-of-type(3),
    table.bidtable > tbody tr > th:nth-of-type(4),
    table.bidtable > tbody tr > th:nth-of-type(5),
    table.bidtable > tbody tr > th:nth-of-type(8),
    table.bidtable > tbody tr > th:nth-of-type(9),
    table.bidtable > tbody tr > th:nth-of-type(10),
    table.bidtable > tbody tr > th:nth-of-type(11),
    table.bidtable > tbody tr > th:nth-of-type(12) {
        text-align: center;
    }

    table.bidtable > thead tr > th:nth-of-type(colindex_maxbid),
    table.bidtable > tbody tr > th:nth-of-type(colindex_maxbid) {
        width: 180px;
    }

    table.bidtable > thead tr.tr--top td,
    table.bidtable > tbody tr.tr--top td {
        vertical-align: top;
    }

    table.bidtable > thead tr th:nth-of-type(1),
    table.bidtable > thead tr.tr--top > td:nth-of-type(1),
    table.bidtable > tbody tr th:nth-of-type(1),
    table.bidtable > tbody tr.tr--top > td:nth-of-type(1) {
        width: 60px;
    }

        table.bidtable > thead tr th:nth-of-type(1) div input[type="checkbox"],
        table.bidtable > thead tr.tr--top > td:nth-of-type(1) div input[type="checkbox"],
        table.bidtable > tbody tr th:nth-of-type(1) div input[type="checkbox"],
        table.bidtable > tbody tr.tr--top > td:nth-of-type(1) div input[type="checkbox"] {
            margin-bottom: 0;
        }

    table.bidtable > thead tr > th:nth-of-type(2),
    table.bidtable > thead tr.tr--top > td:nth-of-type(2),
    table.bidtable > tbody tr > th:nth-of-type(2),
    table.bidtable > tbody tr.tr--top > td:nth-of-type(2) {
        width: 40px;
    }

    table.bidtable > thead tr > th:nth-of-type(3),
    table.bidtable > thead tr > td:nth-of-type(3),
    table.bidtable > tbody tr > th:nth-of-type(3),
    table.bidtable > tbody tr > td:nth-of-type(3) {
        padding: 0;
        position: relative;
    }

    table.bidtable > thead tr > th:nth-of-type(3),
    table.bidtable > tbody tr > th:nth-of-type(3) {
        width: 160px;
    }

    table.bidtable > thead tr > th:nth-of-type(7),
    table.bidtable > thead tr > td:nth-of-type(7),
    table.bidtable > thead tr > th:nth-of-type(6),
    table.bidtable > thead tr > td:nth-of-type(6),
    table.bidtable > thead tr > th:nth-of-type(9),
    table.bidtable > thead tr > td:nth-of-type(9),
    table.bidtable > tbody tr > th:nth-of-type(7),
    table.bidtable > tbody tr > td:nth-of-type(7),
    table.bidtable > tbody tr > th:nth-of-type(6),
    table.bidtable > tbody tr > td:nth-of-type(6),
    table.bidtable > tbody tr > th:nth-of-type(9),
    table.bidtable > tbody tr > td:nth-of-type(9) {
        text-align: left;
        padding-left: .5rem;
    }

    table.bidtable > thead tr > td:nth-of-type(9),
    table.bidtable > tbody tr > td:nth-of-type(9) {
        padding-top: calc(1rem - 3px);
    }

.tr--top td {
    text-align: center;
    vertical-align: top;
    padding-top: 0.3125rem;
    border: 1px solid #f2f2f2;
}

    .tr--top td.text-left {
        text-align: left;
    }

    .tr--top td.text-right {
        text-align: right;
    }

    .tr--top td:nth-of-type(4) {
        padding-top: .8rem;
    }

.bidtable__images {
    position: relative;
    width: 160px;
    height: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .bidtable__images a {
        width: 50%;
        height: 50%;
    }

        .bidtable__images a img {
            cursor: pointer;
            width: 100%;
            height: 100%;
            aspect-ratio: 4 / 3;
        }

        .bidtable__images a:last-of-type img {
            width: auto;
        }

    .bidtable__images .bidtable__images--count {
        position: absolute;
        border-radius: 4px;
        color: rgba(10, 10, 10, 0.8);
        background-color: #FFD365;
        width: auto;
        padding: 0.25rem 0.5rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer;
        -webkit-transition: -webkit-box-shadow 250ms ease;
        transition: -webkit-box-shadow 250ms ease;
        transition: box-shadow 250ms ease;
        transition: box-shadow 250ms ease, -webkit-box-shadow 250ms ease;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 50%;
        -webkit-transform: translatex(-50%);
        transform: translatex(-50%);
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

        .bidtable__images .bidtable__images--count:hover {
            color: #0a0a0a;
        }

/* See enum Cosmo.Auction.Data.VehicleSalesType */
.salestype--oneprice {
    background: #ffc633 !important;
}

.salestype--dealercar {
    background: #e9e9e9 !important;
}

.bidtable__lotno {
    font-weight: bold;
    cursor: pointer;
}

.bidtable__auctionname {
    margin-top: .4rem;
}

.bidtable__auction {
    position: relative;
}

    .bidtable__auction .bidtable__teisei {
        position: absolute;
        bottom: 0;
        left: 5px;
        width: calc(100% - 5px);
    }

.bidtable__condition select {
    margin-top: 5px;
}

.bidding_teisei {
    position: absolute;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #204537;
}

    .bidding_teisei select {
        height: initial;
        margin: 0;
        padding: 0 1.5em 0 0.5em;
    }

table .teisei--ok {
    background-color: #99eeaa;
}

.bidtable__condition {
    width: 94%;
}

.bidtable__level-state {
    margin-top: .5rem;
}

    .bidtable__level-state option[value="1"], .bidtable__level-state option[value="6"], .bidtable__level-state option[value="7"] {
        color: #cc4b37;
        font-weight: bold;
    }

.bidtable__auctiontime {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: .5rem;
}

    .bidtable__auctiontime input {
        text-align: center;
        width: 5rem;
        font-weight: bold;
    }

.bidtable__auctiondate {
    white-space: nowrap;
    font-size: 0.875rem;
}

.bidtable__make-model__wrapper {
    white-space: nowrap;
    margin-bottom: .6rem;
    font-size: .875rem;
}

.bidtable__model {
    font-weight: bold;
}

.bidtable__regyear {
    font-style: italic;
}

    .bidtable__regyear .dom-alert {
        color: #cc4b37;
    }

.bidtable__companyname {
    font-weight: bold;
    font-size: 1rem;
}

.bidtable__startprice--text {
    display: inline-block;
    margin-bottom: .2rem;
}

.bidtable__startprice--amount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.7rem;
}

    .bidtable__startprice--amount input[type=text] {
        width: 80px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        text-align: right;
    }

    .bidtable__startprice--amount span {
        width: 100%;
    }

.bidtable__regionname {
    font-style: italic;
}

.bidtable__bid {
    font-weight: bold;
    font-size: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.bidtable__bid--changed {
    color: #e5a500;
}

.bidtable__bid input.editable.number {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 80px;
    font-weight: bold;
}

.bidtable__bid span {
    width: 100%;
}

.bidtable__bidTag {
    font-weight: bold;
    cursor: pointer;
    color: #e5a500 !important;
    height: 24px !important;
    width: 22px !important;
    text-align: center;
}

.bidtable__bidTag--changed {
    background-color: #ff6;
}

.bidtable__chassis {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .bidtable__chassis input {
        width: 100px;
    }

        .bidtable__chassis input:first-of-type {
            text-align: right;
        }

.bidtable__chassis__separator {
    line-height: 1.7rem;
}

.bidtable__chassis-duplicated i {
    cursor: pointer;
    color: #cc4b37;
    font-size: 1rem;
    margin-left: .3rem;
}

.bidtable__buyer select.bidtable__buyer__select,
.bidtable__buyer-task select.bidtable__buyer__select {
    margin-top: -.5rem;
}

.bidtable__buyer--other,
.bidtable__buyer-task--other {
    margin-top: .5rem;
}

    .bidtable__buyer--other .companyname__other,
    .bidtable__buyer-task--other .companyname__other {
        font-size: .875rem;
    }

    .bidtable__buyer--other .companyname__other--state-1, .bidtable__buyer--other .companyname__other--state-6, .bidtable__buyer--other .companyname__other--state-7, .bidtable__buyer--other .companyname__other--giveup, .bidtable__buyer--other .companyname__other--deleted,
    .bidtable__buyer-task--other .companyname__other--state-1,
    .bidtable__buyer-task--other .companyname__other--state-6,
    .bidtable__buyer-task--other .companyname__other--state-7,
    .bidtable__buyer-task--other .companyname__other--giveup,
    .bidtable__buyer-task--other .companyname__other--deleted {
        text-decoration: line-through;
    }

    .bidtable__buyer--other .companyname__other--state-2, .bidtable__buyer--other .companyname__other--asking,
    .bidtable__buyer-task--other .companyname__other--state-2,
    .bidtable__buyer-task--other .companyname__other--asking {
        font-style: italic;
    }

    .bidtable__buyer--other .companyname__other span.max-bid,
    .bidtable__buyer-task--other .companyname__other span.max-bid {
        color: #1FB865 !important;
        font-weight: bold;
    }

.bidtable__buyer {
    margin-bottom: .5rem;
}

.bidtable__state .bidtable__auctioncode, .bidtable__state .bidtable__salescode {
    position: relative;
}

    .bidtable__state .bidtable__auctioncode select, .bidtable__state .bidtable__salescode select {
        text-align: center;
        -moz-text-align-last: center;
        text-align-last: center;
    }

        .bidtable__state .bidtable__auctioncode select option, .bidtable__state .bidtable__salescode select option {
            text-align: left;
        }

    .bidtable__state .bidtable__auctioncode option[value="Last"] {
        color: darkorange;
        font-weight: bold;
    }

    .bidtable__state .bidtable__auctioncode option[value="Sold"] {
        color: blue;
        font-weight: bold;
    }

.bidtable__state--bought {
    background-color: #5ade5a;
}

    .bidtable__state--bought .bidtable__salescode select:not(.liveeditor-changed) {
        background-color: #c4f3c4;
    }

.bidtable__external_bidding {
    width: auto;
    height: 2.1rem;
}

.has-tip {
    position: relative;
    cursor: pointer;
}

.bidtable__startprice {
    font-size: 0.875em;
}

.bidtable__ourbid {
    position: relative;
    text-align: left !important;
}

    .bidtable__ourbid div {
        padding-bottom: 5px;
    }

.bidtable__ourbid--no-bidding {
    background: #f2f2f2;
}

.bidtable__ourbid--success {
    background: #99eeaa;
}

.bidtable__ourbid--low-value {
    border: 4px solid #1ba035;
}

.bidtable__ourbid--double-bidders {
    background: #FAF99A;
}

.bidtable__ourbid--warning {
    background: rgba(255, 0, 0, 0.3);
}

.bidtable__ourbid--raku-locked {
    background: #E2F0D9;
}

.bidtable__ourbid--wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*justify-content: space-between;*/
    /* JOHAN: Need to take a look on how MaxBidAmount and MaxBid are formatted */
}

    .bidtable__ourbid--wrapper input.editable {
        width: 50px;
    }

    .bidtable__ourbid--wrapper .fa-star {
        font-size: 0.75em;
        margin: auto 0;
        color: #767676;
    }

    .bidtable__ourbid--wrapper * {
        margin-right: 10px !important;
    }

.bidtable__ourbid--low-maxbid {
    background: #fbebfb;
}

.bidtable__ourbid textarea {
    text-align: center;
    height: 5rem;
    width: 100%;
}

.bidtable__ourbid.leave {
    background: transparent;
}

    .bidtable__ourbid.leave textarea, .bidtable__ourbid.leave input[type="text"], .bidtable__ourbid.leave .fa-star {
        display: none;
    }

    .bidtable__ourbid.leave .bidtable__leave-text {
        display: block;
    }

.bidtable__lock {
    text-align: center;
}

.bidtable__leave-text {
    color: #cc4b37;
    /*height: 5em;*/
    display: none;
}

.bidtable__cancelled-text {
    font-weight: bold;
    color: #cc4b37;
}

.bidtable__prices > div {
    float: right;
    display: inline-block;
    clear: both;
    text-align: right;
    padding-right: 10px;
    line-height: 1.75rem;
}

input.bidtable__auctionprice {
    text-align: right;
    width: 120px;
}

input.bidtable__salesprice {
    font-weight: bold;
    text-align: right;
    width: 120px;
    /*&--set {
        color: #D77A05;
    }*/
}

input.bidtable__salesprice--calculated {
    color: Brown;
    font-style: italic;
}

    input.bidtable__salesprice--calculated::-webkit-input-placeholder {
        color: Brown;
        font-style: italic;
        padding-right: 3px;
    }

    input.bidtable__salesprice--calculated::-moz-placeholder {
        color: Brown;
        font-style: italic;
        padding-right: 3px;
    }

    input.bidtable__salesprice--calculated::-ms-input-placeholder {
        color: Brown;
        font-style: italic;
        padding-right: 3px;
    }

    input.bidtable__salesprice--calculated::placeholder {
        color: Brown;
        font-style: italic;
        padding-right: 3px;
    }

div.bidtable__equals__input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    line-height: 1.7rem;
}

.tr--bottom .bidtable__flags {
    padding: 0 .5rem;
}

.tr--bottom .bidtable__flags--prompt {
    color: #003D7E;
    font-weight: 700;
}

.tr--bottom .bidtable__flags--prompt-disabled {
    color: #a9a9a9;
}

.tr--bottom .bidtable__alarm--state-0 {
    display: none;
}

.tr--bottom .bidtable__alarm--state-1 {
    color: #dd4444;
}

.tr--bottom .bidtable__alarm--state-2 {
    color: #ffdd00;
    -webkit-text-stroke-color: #ffbb00;
    -webkit-text-stroke-width: 1px;
}

.tr--bottom .bidtable__alarm--state-3 {
    color: #8a8a8a;
}

.tr--bottom .bidtable__last-bid {
    margin-bottom: .3rem;
    font-size: .875em;
}

.tr--bottom .bidtable__flags--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 5rem;
}

    .tr--bottom .bidtable__flags--flex > span {
        margin-right: auto;
    }

.tr--bottom .bidtable__icon-flags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .tr--bottom .bidtable__icon-flags > span {
        margin-right: 0.5rem;
        cursor: default;
    }

.tr--bottom .translation--dimmed {
    opacity: .4;
}

.tr--bottom > td:not(:first-of-type) {
    padding: 0;
    line-height: 0;
}

.tr--bottom textarea {
    line-height: 1.1;
    font-size: .85rem;
    font-style: italic;
    padding: .2rem .5rem;
    margin: 0;
    height: 5rem;
    border: none;
    color: #000;
    width: 100%;
}

    .tr--bottom textarea:focus {
        -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
        box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
        background-color: whitesmoke;
    }

.tr--bottom .bidtable__comments {
    display: block;
    display: block;
    position: relative;
}

    .tr--bottom .bidtable__comments textarea {
        border-radius: 0;
        border: #fefefe 1px solid;
        border-left: #f2f2f2 1px solid;
        height: 100%;
        width: 100%;
    }

        .tr--bottom .bidtable__comments textarea:hover {
            border-color: #cacaca;
        }

    .tr--bottom .bidtable__comments .user-comment {
        color: blue;
    }

    .tr--bottom .bidtable__comments div.row div.expanded {
        position: absolute;
        border: 2px dashed #f2f2f2;
        -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
        z-index: 999;
        background-color: #fefefe;
        width: 100%/4;
        overflow: visible;
    }

        .tr--bottom .bidtable__comments div.row div.expanded:nth-of-type(2) {
            left: 25%;
        }

        .tr--bottom .bidtable__comments div.row div.expanded:nth-of-type(3) {
            left: 50%;
        }

        .tr--bottom .bidtable__comments div.row div.expanded:nth-of-type(4) {
            left: 75%;
        }

        .tr--bottom .bidtable__comments div.row div.expanded textarea {
            height: 200px;
            width: 290px;
        }

    .tr--bottom .bidtable__comments .bottom-comment {
        background-color: #f2f2f2;
    }

.tr--bottom .bidtable__bidtag-update {
    margin-right: 0.5rem;
}

textarea {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: auto;
    height: auto;
    resize: none;
    background-color: transparent;
    border-color: transparent;
}

    textarea:hover {
        background-color: white;
    }

table.costs {
    border: none;
    border-collapse: collapse;
}

    table.costs > tbody > tr:nth-of-type(4) {
        border-top: 1px dashed #019267;
        border-bottom: 1rem solid transparent;
    }

    table.costs > tbody > tr:nth-of-type(7) {
        border-top: 1px solid #019267;
    }

    table.costs > tbody > tr > td, table.costs > tbody > tr > th {
        padding: .3rem .2rem;
    }

body.logon {
    height: 100%;
    background-color: #333333;
    background-image: url(/Content/img/2022/backgrounds/matthew-sichkaruk-QUHRL5Z_1eA-unsplash.jpg);
    background-size: cover;
    background-blend-mode: screen;
}

    body.logon > .row {
        height: 100vh;
    }

    body.logon .validation-summary-errors {
        font-size: 0.875rem;
        color: #cc4b37;
        text-align: center;
    }

#searchForm label {
    font-weight: 500;
    margin-bottom: 0.25rem;
}

#searchForm .or-divider {
    border-top: #cacaca 1px solid;
    text-align: center;
    height: 1rem;
}

    #searchForm .or-divider span {
        display: inline-block;
        position: relative;
        top: -1rem;
        padding: 0.25rem;
        background-color: #f2f9f7;
        color: #8a8a8a;
        font-size: 0.875rem;
    }

#searchForm .fieldset.limited {
    overflow-y: auto;
    max-height: 30.25rem;
    padding: 0.75rem 1px 0.75rem 1rem;
    border-color: #cacaca;
}

    #searchForm .fieldset.limited input[type="checkbox"] {
        margin-bottom: 0;
    }

    #searchForm .fieldset.limited label {
        font-weight: normal;
        white-space: nowrap;
    }

@media screen and (max-width: 50.68625em) {
    #searchForm .fieldset.limited {
        padding: 0;
        border: none;
        max-height: none;
        padding: 0.5rem;
    }
}

#searchForm select {
    font-size: 0.875rem;
}

#searchForm .brand-selection-group {
    background-color: rgba(1, 146, 103, 0.05);
    margin-top: -1rem;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
    border-radius: 8px;
}

@media screen and (max-width: 50.68625em) {
    #searchForm .brand-selection-group {
        margin: 1rem 0;
        padding: 1rem;
    }
}

#searchForm .form-footer .button-group, #searchForm .form-footer .button {
    margin-bottom: 0;
}

#searchForm .form-footer .save-button {
    min-width: 10rem;
}

.album {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

    .album .card {
        position: relative;
        -webkit-transition: -webkit-box-shadow 250ms ease;
        transition: -webkit-box-shadow 250ms ease;
        transition: box-shadow 250ms ease;
        transition: box-shadow 250ms ease, -webkit-box-shadow 250ms ease;
    }

        .album .card h4 {
            margin-bottom: 0;
        }

        .album .card .card-section {
            padding-left: 0.25rem;
            padding-right: 0.25rem;
        }

        .album .card .card-divider {
            border-top: #ddd 1px solid;
        }

        .album .card .stock-number {
            position: absolute;
            bottom: 0.5em;
            right: 0.5em;
        }

        .album .card .description {
            line-height: 1.25em;
            height: 2.5em;
            overflow: hidden;
        }

        .album .card .photo {
            cursor: pointer;
            position: relative;
            overflow: hidden;
        }

            .album .card .photo .images--count {
                position: absolute;
                border-radius: 4px;
                color: rgba(254, 254, 254, 0.8);
                background-color: rgba(10, 10, 10, 0.5);
                width: auto;
                padding: 0.25rem 0.5rem;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                cursor: pointer;
                -webkit-transition: -webkit-box-shadow 250ms ease;
                transition: -webkit-box-shadow 250ms ease;
                transition: box-shadow 250ms ease;
                transition: box-shadow 250ms ease, -webkit-box-shadow 250ms ease;
                left: .5rem;
                top: .5rem;
                -webkit-transform: translateY(-150%);
                transform: translateY(-150%);
            }

                .album .card .photo .images--count:hover {
                    color: #fefefe;
                }

            .album .card .photo > a > img {
                width: 100%;
                height: auto;
            }

            .album .card .photo .dot-menu {
                position: absolute;
                left: .5rem;
                bottom: .5rem;
            }

            .album .card .photo .picture-in-picture {
                position: absolute;
                width: 20%;
                -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
                box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
                right: 0.25rem;
                top: 0.25rem;
                -webkit-transform: translateY(-150%);
                transform: translateY(-150%);
                -webkit-transition: all 250ms ease-out;
                transition: all 250ms ease-out;
            }

                .album .card .photo .picture-in-picture img:hover {
                    -webkit-transform: scale(1.2);
                    transform: scale(1.2);
                }

            .album .card .photo:hover .images--count,
            .album .card .photo:hover .picture-in-picture,
            .album .card .photo:hover .dot-menu {
                -webkit-transition: .3s;
                transition: .3s;
                -webkit-transition-timing-function: ease;
                transition-timing-function: ease;
                -webkit-transform: translateY(0) translateX(0);
                transform: translateY(0) translateX(0);
            }

            .album .card .photo .fa-comment {
                position: absolute;
                font-size: 2rem;
                color: #fff;
                right: .5rem;
                bottom: .5rem;
            }

        .album .card .grade-section {
            padding-top: 0;
            padding-bottom: 0;
        }

            .album .card .grade-section > .row {
                height: 4rem;
            }

    .album .card-footer {
        background-color: rgba(1, 146, 103, 0.05);
    }

        .album .card-footer input[type="checkbox"] {
            margin-bottom: 0;
        }

    .album > .column, .album > .columns {
        padding: 0.75rem 0.5rem;
        margin-bottom: 0;
        position: relative;
    }

        .album > .column.state-HIDE .card, .album > .state-HIDE.columns .card, .album > .column.state-OFFLIST .card, .album > .state-OFFLIST.columns .card {
            background-color: #fdc5c5;
        }

        .album > .column.promoted, .album > .promoted.columns {
            background-color: rgba(255, 213, 0, 0.6);
        }

            .album > .column.promoted .promoted-label, .album > .promoted.columns .promoted-label {
                display: inline-block;
                position: absolute;
                left: 0.5rem;
                top: 1.15rem;
                z-index: 1;
                -webkit-box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.2);
                box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.2);
            }

                .album > .column.promoted .promoted-label > .label, .album > .promoted.columns .promoted-label > .label {
                    color: #fefefe;
                    border-radius: 0;
                }

                .album > .column.promoted .promoted-label:after, .album > .promoted.columns .promoted-label:after {
                    content: "";
                    position: absolute;
                    bottom: -5px;
                    width: 0;
                    height: 0;
                    border-top: 4px solid transparent;
                    border-bottom: 4px solid transparent;
                    border-left: 4px solid #9F640A;
                    display: block;
                    left: 3px;
                    -webkit-transform: rotate(-45deg);
                    transform: rotate(-45deg);
                }

.album__foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.album__resize {
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.album__item {
    padding: 0.5rem;
    width: 200px;
    float: left;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .album__item.panel .album__item--bought .row,
    .album__item.panel .album__item--bought .album__item__data,
    .album__item.panel .album__item--bought .album__item__bottom {
        background-color: #c4f3c4;
    }

    .album__item.panel .row {
        background: transparent;
    }

.album__item__bottom {
    position: relative;
}

.album__item .row.album__item__bottom.album__item--bought {
    background-color: #c4f3c4;
}

.album__item__bid div {
    font-size: .75rem;
}

.album__item__bid b {
    font-weight: 500;
    color: #e5a500;
}

.album__item__results .results-defined,
.album__item__results .results-notyet {
    font-size: .75rem;
}

.album__item__image {
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

    .album__item__image .images--count {
        position: absolute;
        border-radius: 4px;
        color: rgba(254, 254, 254, 0.8);
        background-color: rgba(10, 10, 10, 0.5);
        width: auto;
        padding: 0.25rem 0.5rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer;
        -webkit-transition: -webkit-box-shadow 250ms ease;
        transition: -webkit-box-shadow 250ms ease;
        transition: box-shadow 250ms ease;
        transition: box-shadow 250ms ease, -webkit-box-shadow 250ms ease;
        left: .5rem;
        top: .5rem;
        -webkit-transform: translateY(-150%);
        transform: translateY(-150%);
        -webkit-transition: .25s;
        transition: .25s;
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

        .album__item__image .images--count:hover {
            color: #fefefe;
        }

    .album__item__image .dot-menu {
        position: absolute;
        left: .5rem;
        bottom: .5rem;
    }

    .album__item__image:hover .images--count,
    .album__item__image:hover .picture-in-picture img,
    .album__item__image:hover .picture-in-picture button {
        -webkit-transition: .3s;
        transition: .3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
    }

    .album__item__image .picture-in-picture img {
        position: absolute;
        width: 20%;
        -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
        box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
        right: .5rem;
        top: .5rem;
        -webkit-transform: translateY(-150%);
        transform: translateY(-150%);
        -webkit-transition: all 250ms ease-out;
        transition: all 250ms ease-out;
    }

    .album__item__image .fa-comment {
        position: absolute;
        font-size: 2rem;
        color: #fff;
        right: .5rem;
        bottom: .5rem;
    }

.album__item__no-image {
    width: 100%;
    position: relative;
}

    .album__item__no-image i {
        z-index: 10;
        position: absolute;
        top: calc(50% - 1rem);
        left: calc(50% - 1rem);
        width: 2rem;
        height: 2rem;
    }

.album__item__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: none;
    width: 100%;
    background-color: #fefefe;
}

    .album__item__content h3 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
        font-weight: bold;
        padding: .5rem;
        width: 100%;
    }

        .album__item__content h3 i {
            font-weight: 500;
            color: #e5a500;
            border: none;
        }

    .album__item__content p {
        margin: 0;
    }

    .album__item__content img {
        width: 100%;
        height: auto;
        aspect-ratio: 4 / 3;
    }

    .album__item__content a {
        width: 100%;
    }

        .album__item__content a:hover {
            text-decoration: none;
        }

    .album__item__content .row.album__item__bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: .5rem;
        margin-top: auto;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
    }

    .album__item__content .album__item__data {
        font-size: .875rem;
        padding: .3rem .5rem;
    }

        .album__item__content .album__item__data a, .album__item__content .album__item__data span {
            color: #000;
        }

    .album__item__content .vehicle {
        font-size: 0.875rem;
        text-align: center;
    }

        .album__item__content .vehicle .custom-icon {
            display: inline-block;
            background-size: 100%;
            width: 1.25rem;
            height: 1.25rem;
        }

    .album__item__content .vehicle__gear .custom-icon {
        background-image: url(/Content/img/2022/icons/gearbox.png);
    }

    .album__item__content .vehicle__cc .custom-icon {
        background-image: url(/Content/img/2022/icons/engine-outlined.png);
    }

.album #moreVehiclesButton {
    font-size: 0.875em;
    font-weight: bold;
}

@media print, screen and (min-width: 50.6875em) {
    .album.medium-up-6 .vehicle i {
        display: none;
    }

    .album.medium-up-6 .vehicle__price > span {
        font-size: 0.875rem !important;
    }

    .album.medium-up-6 .vehicle__grade > span {
        font-size: 0.875rem !important;
    }
}

@media screen and (min-width: 31.25em) and (max-width: 50.68625em) {
    .album.smedium-up-4 .vehicle i {
        display: none;
    }
}

@media print, screen and (max-width: 31.24875em) {
    .album.small-up-2 .vehicle i {
        display: none;
    }
}

.salestype--oneprice {
    background: rgba(255, 198, 51, 0.1) !important;
}

.salestype--dealercar {
    background: #e9e9e9 !important;
}

    .salestype--dealercar .album__item__bid b {
        color: #f2f2f2;
    }

.vehicles-table__row table tbody tr td:nth-of-type(5) {
    position: relative;
    display: table-cell;
}

    .vehicles-table__row table tbody tr td:nth-of-type(5) .fa-comment {
        position: absolute;
        right: .5rem;
        top: .5rem;
        font-weight: 500;
        color: #e5a500;
    }

#vehicles-table {
    border-collapse: collapse;
    border: 1px solid #f2f2f2;
    font-size: 0.875rem;
}

    #vehicles-table tbody tr:nth-child(even).table--warning,
    #vehicles-table tbody tr:nth-child(odd).table--warning {
        background-color: #fff7e5;
    }

    #vehicles-table tbody tr:nth-child(even).table--bought,
    #vehicles-table tbody tr:nth-child(odd).table--bought {
        background-color: #c4f3c4;
    }

    #vehicles-table tbody tr:nth-child(even).table--alert,
    #vehicles-table tbody tr:nth-child(odd).table--alert {
        background-color: #e6a69d;
    }

    #vehicles-table tr.table--alert > td,
    #vehicles-table tr.table--alert > td * {
        color: #fff;
    }

    #vehicles-table thead {
        border-bottom: 2px solid #767676;
    }

        #vehicles-table thead tr th {
            vertical-align: middle;
            padding: 0.5rem .5rem;
        }

            #vehicles-table thead tr th:not(:first-of-type) {
                border-left: 1px solid #f2f2f2;
            }

    #vehicles-table tbody tr.highlight,
    #vehicles-table tbody tr.highlight + .tablesorter-childRow {
        background: #f9f9f9;
    }

    #vehicles-table thead th[data-sort] {
        background-image: url('data:image/svg+xml;utf8,<svg width="32" height="51" viewBox="0 0 32 51" xmlns="http://www.w3.org/2000/svg"><g fill="#CCC" fill-rule="evenodd"><path d="M16 0l16 24H0M16 51L0 27h32"/></g></svg>');
        background-size: 9px 15px;
        background-position: right center;
        background-origin: content-box;
        background-repeat: no-repeat;
    }

        #vehicles-table thead th[data-sort].headerSortDown, #vehicles-table thead th[data-sort].tablesorter-headerDesc {
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: %23003D7E"></polygon></svg>');
            background-size: 9px 6px;
            background-position: right center;
            background-origin: content-box;
            background-repeat: no-repeat;
        }

        #vehicles-table thead th[data-sort].headerSortUp, #vehicles-table thead th[data-sort].tablesorter-headerAsc {
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon fill="%23003D7E" points="16 0 32 24 0 24"></polygon></svg>');
            background-size: 9px 6px;
            background-position: right center;
            background-origin: content-box;
            background-repeat: no-repeat;
        }

            #vehicles-table thead th[data-sort].sort-icon-left, #vehicles-table thead th[data-sort].headerSortDown.sort-icon-left, #vehicles-table thead th[data-sort].headerSortUp.sort-icon-left, #vehicles-table thead th[data-sort].tablesorter-headerAsc.sort-icon-left, #vehicles-table thead th[data-sort].tablesorter-headerDesc.sort-icon-left {
                background-position: left center;
            }

    #vehicles-table tbody tr {
        cursor: pointer;
    }

        #vehicles-table tbody tr.tr--top, #vehicles-table tbody tr.row--top {
            border-top: 2px solid #767676;
        }

        #vehicles-table tbody tr td h2 {
            font-size: 1rem;
        }

        #vehicles-table tbody tr td {
            text-align: center;
            vertical-align: top;
            padding-top: 0.3125rem;
            border: 1px solid #f2f2f2;
        }

            #vehicles-table tbody tr td.text-left {
                text-align: left;
            }

            #vehicles-table tbody tr td.text-right {
                text-align: right;
            }

            #vehicles-table tbody tr td:nth-of-type(1) {
                padding: 0;
            }

    #vehicles-table thead tr th:nth-of-type(1) {
        padding: 0;
    }

    #vehicles-table .cell-error {
        font-weight: 500;
        color: darkred;
        background-color: bisque;
    }

    #vehicles-table .divider {
        border-bottom: solid 1px #8a8a8a;
    }

    #vehicles-table .table__model {
        text-align: left;
    }

table thead {
    border-bottom: 2px solid #767676;
}

    table thead tr th {
        vertical-align: middle;
        padding: 0.5rem .5rem;
    }

        table thead tr th:not(:first-of-type) {
            border-left: 1px solid #f2f2f2;
        }

.vehicle-table thead tr th:nth-of-type(1) {
    width: 60px;
}

#vehicles-table tbody tr td:nth-of-type(1) > div {
    position: relative;
    width: 160px;
    height: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    #vehicles-table tbody tr td:nth-of-type(1) > div a {
        width: 50%;
        height: 50%;
    }

        #vehicles-table tbody tr td:nth-of-type(1) > div a img {
            cursor: pointer;
            width: 100%;
            height: 100%;
            aspect-ratio: 4 / 3;
        }

        #vehicles-table tbody tr td:nth-of-type(1) > div a:last-of-type img {
            width: auto;
        }

    #vehicles-table tbody tr td:nth-of-type(1) > div .images--count {
        position: absolute;
        border-radius: 4px;
        color: rgba(254, 254, 254, 0.8);
        background-color: rgba(10, 10, 10, 0.5);
        width: auto;
        padding: 0.25rem 0.5rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer;
        -webkit-transition: -webkit-box-shadow 250ms ease;
        transition: -webkit-box-shadow 250ms ease;
        transition: box-shadow 250ms ease;
        transition: box-shadow 250ms ease, -webkit-box-shadow 250ms ease;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 50%;
        -webkit-transform: translatex(-50%);
        transform: translatex(-50%);
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

        #vehicles-table tbody tr td:nth-of-type(1) > div .images--count:hover {
            color: #fefefe;
        }

tfoot tr td.no-click {
    padding: 1rem;
}

tfoot .panel,
tfoot .button {
    margin-bottom: 0;
}

.vehicles-table--model {
    font-weight: bold;
}

.vehicles-table--bid {
    font-weight: 500;
    color: #e5a500;
}

.whitespace-pre-wrap {
    white-space: pre-wrap;
}

.textbox--readonly {
    background-color: white;
    padding: 0.5em;
    border: 0.8px solid rgba(0, 0, 0, 0.2);
    margin: 0;
    font-weight: 400;
    font-size: 0.75em;
}

    .textbox--readonly p {
        font-weight: 400;
        /* wysiwyg editor wraps text in p:s, and we don't want _ls-panel to boldify those */
    }

.mce-statusbar {
    border-width: 0 !important;
}

    .mce-statusbar .mce-container-body.mce-flow-layout {
        height: 0;
    }

.aside-container {
    /* Let the details area and admin aside share horizontally centered space (if aside is rendered) */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 1rem;
}

    .aside-container h2 {
        font-size: 1rem;
        font-weight: 700;
    }

    .aside-container aside {
        width: 30rem;
    }

@media screen and (max-width: 106em) {
    .aside-container aside {
        margin-top: 1rem;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        margin-right: auto;
        margin-left: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
}

.details {
    margin: 1rem auto;
    padding: 2rem;
    /*

    &__one-price__time {
        .day-and-time {
            div:before { content: ''; }
            b { display: none; }
        }
    }

    &__amount,
    &__sales-state {
        padding-right: .5rem;
        font-size: .875rem
    }

    &__bid--currency-symbol {
        padding-right: 0;
        padding-left: 0;
        font-weight: 500;
        flex: 1;
        justify-content: flex-end;
        @include breakpoint(1023px down) {
            &.input-group-label {
                margin-right: 1rem;
            }
        }
    }

    &__specification-image {
        border: 1px solid #222;
        width: 100%;
        cursor: pointer;
    }

    &__images-row {
        > .column {
            padding: 0;
        }
    }

    &__front-rear-row {
        margin-bottom: 2rem;
        @include breakpoint(medium down) {
            margin-bottom: 1rem;
        }
    }

    &__heading-row {
        height: 2.5rem;
        @include breakpoint(small down) {
            height: auto;
        }
        h2 { margin-bottom: 0; }
        .button-group {
            @include breakpoint(small down) {
                @include prefixed-flex-align(left, null);
            }
        }
    }

    &__chassis {
        margin-bottom: .3rem;

        h2 { margin-bottom: 0; }
        > .column { padding: 0; }

        .input-group {
            height: 1.875em;
            @include breakpoint(small down) {
                @include prefixed-flex-align(left, null);
            }
        }

        .input-group-label {
            padding: 0;
            margin: 0;
        }

        .input-group-field {
            width: 8rem;
            flex: inherit;
        }

        .button {
            margin-bottom: 0;
            margin-left: .4rem;
            padding: 0 1em;
        }
    }

    &__bid {
        .input-group { width: 100%; }
        .input--suffixed {
            flex: 6;

            @include breakpoint(1023px down) {
                flex: 7;
            }

            input { font-size: 1rem; }
            input, span {
                @include bidDisplay();

                @include breakpoint(1023px down) {
                    max-width: none;
                }
            }
        }

        .label--light {
            flex: 2;
            padding-left: 1.2rem;
            padding-right: 1.2rem;

            @include breakpoint(1023px down) {
                flex: 3;
            }
        }
    }

    &__basket {
        @include prefixed-flex-align(left, null);
        .input-group {
            width: 100%;
            .input-group-label {
                padding: 0;
                flex: 1;
                @include breakpoint(415px down) { display: none; }
            }

            select { flex: 3; }
            .details__basket-comment { flex: 6; }
        }
    }

    &__basket-comment,
	&__comment {
        font-weight: 300;
        font-style: italic;
    }

    &__price-type,
    &__basket-comment {
        flex: 2;
    }

    #selectedUser { margin: 0; }
    .panel--vertical &__comment--admin {
        height: 6rem;
    }
    &__admin-save {
        @include prefixed-flex;
        @include prefixed-flex-align(right, middle);
    }
    &__accept-changes {
        @include prefixed-flex;
        @include prefixed-flex-align(null, middle);

        button { margin: 0; }
    }
    &__revert-button { margin: 0; padding: 0; }

    &__model { @include carModelDisplay; }

    h2 {
        @include breakpoint(medium down) {
            margin-top: 1rem;
        }
    }
    */
}

    .details .row .row {
        margin-left: 0;
        margin-right: 0;
    }

    .details .mce-container {
        width: 100%;
    }

    .details .details__amount-state {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        -ms-grid-row-align: flex-end;
        align-items: flex-end;
    }

    .details label {
        color: #8a8a8a;
    }

    .details .make-bid-card {
        border: rgba(1, 146, 103, 0.5) 2px solid;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: rgba(1, 146, 103, 0.05);
        margin-top: 1rem;
    }

        .details .make-bid-card textarea {
            width: 100%;
            padding: 0.5rem;
        }

    .details .car-photo {
        padding: 0;
        overflow: hidden;
        cursor: -webkit-zoom-in;
        cursor: zoom-in;
    }

        .details .car-photo img {
            width: 100%;
            height: auto;
            aspect-ratio: 4 / 3;
        }

    .details .specification-sheet {
        border: #cacaca 1px solid;
        overflow: hidden;
        cursor: -webkit-zoom-in;
        cursor: zoom-in;
    }

    .details .highlighted-comment-box {
        background-color: #ffb7b7;
    }

@media screen and (max-width: 50.68625em) {
    .details {
        margin: 0.5rem;
        padding: 0.5rem;
    }

        .details h1 {
            font-size: 1.25rem;
            color: #0a0a0a;
        }

        .details #override-form input {
            margin-bottom: 0;
        }

        .details .make-bid-card {
            margin: 1rem 0.66rem;
        }
}

@media screen and (min-width: 97.9375em) {
    .details .make-bid-column {
        position: relative;
        top: -6rem;
    }
}

input.details__model {
    display: inline-block;
    width: 10em;
}

#override-form input {
    margin-bottom: 0;
}

    #override-form input[disabled] {
        border: none;
        background: transparent;
        padding: 0;
        font-weight: 500;
        color: #0a0a0a;
        opacity: 1;
        -webkit-box-shadow: none;
        box-shadow: none;
        cursor: default;
    }

#override-form .input-group > span {
    margin-top: 0.5rem;
}

#override-form .raw-text, #override-form span {
    font-weight: 500;
}

#override-form .suffixed[disabled] {
    display: none;
}

#override-form .suffixed:not([disabled]) {
    display: inline-block;
}

#override-form input[disabled] + .raw-text {
    display: inline;
}

#override-form input:not([disabled]) + .raw-text {
    display: none;
}

input.editable.liveeditor-changed + label.radio-buttons__label {
    background-color: #ff6;
    color: #222;
}

.bid-info h2, .buyer-info h2, .freight-info h2 {
    font-size: 0.875em;
    font-weight: 500;
}

.panel .bid-info__item, .panel .buyer-info__item, .panel .freight-info__item {
    font-size: 0.875em;
}

    .panel .bid-info__item p, .panel .buyer-info__item p, .panel .freight-info__item p {
        font-weight: normal;
    }

    .panel .bid-info__item select, .panel .buyer-info__item select, .panel .freight-info__item select {
        margin: 0;
    }

    .panel .bid-info__item .comments--user, .panel .bid-info__item .comments--admin, .panel .buyer-info__item .comments--user, .panel .buyer-info__item .comments--admin, .panel .freight-info__item .comments--user, .panel .freight-info__item .comments--admin {
        font-size: 0.75em;
    }

    .panel .bid-info__item .comments--user, .panel .buyer-info__item .comments--user, .panel .freight-info__item .comments--user {
        font-style: italic;
    }

    .panel .bid-info__item table, .panel .buyer-info__item table, .panel .freight-info__item table {
        margin: 0;
    }

        .panel .bid-info__item table th, .panel .buyer-info__item table th, .panel .freight-info__item table th {
            font-weight: normal;
        }

/* Design Duplicate Chassis section in Dimas F6 design */
/*
.fa-exclamation-triangle {
    color: $alert-color;
    cursor: pointer;
}

#historic-bids {
    .card-section > .row.font-smaller {
        margin-bottom: 1em;
    }

    .comments--user {
        font-size: 0.875em;
        font-style: italic;
        padding: 0.25em;
        border-bottom: solid 1px #CCC;

        &:empty {
            display: none;
        }
    }

    .comments--admin {
        font-size: 0.875em;
        font-style: italic;
        background-color: #f8f8f8;
        padding: 0.25em;
        border-bottom: solid 1px #CCC;

        &:empty {
            display: none;
        }
    }
}

.dom-alert{
    color: $alert-color;
}

.auction-info-section{
    margin-top: -15px;
    font-size:15px;
}

.tip-auction-detail {
    position: absolute;
    z-index: 10;
    width: 80px;
    border-bottom: none;
}

.tooltip {
    z-index: -1; // z-index: -1 value is added to hide the unnecessary box which is displayed on the tool tip.
    &.tip-right {
        bottom: 70px !important;
    }

    &::before {
        border: 0 !important;
        border-color: transparent !important;
        background-color: transparent !important;
    }
}

*/

div.tip-auction-detail {
    position: absolute;
    z-index: 10;
    border-bottom: none;
    left: -6rem !important;
}

.user-profile input, .user-profile textarea, .user-profile .button {
    margin-bottom: 0;
}

.user-profile label {
    font-weight: 500;
}

.user-profile .row {
    border-bottom: #f2f2f2 1px solid;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

    .user-profile .row:last-of-type {
        border: none;
        margin-bottom: 0;
        padding-bottom: 0;
        padding-top: 1rem;
    }

.favorites {
    padding: 0;
    overflow: hidden;
}

    .favorites .admin-table {
        margin-bottom: 0;
    }

        .favorites .admin-table th {
            font-size: 0.875rem;
            font-weight: 500;
            border: none;
            padding-left: 1rem;
        }

            .favorites .admin-table th:nth-of-type(1) {
                width: 1%;
                padding-left: 0.5rem;
            }

            .favorites .admin-table th:last-of-type {
                padding-left: 0.5rem;
            }

        .favorites .admin-table td {
            padding: 0.25rem 0.5rem;
        }

        .favorites .admin-table input, .favorites .admin-table .button {
            margin: 0;
        }

            .favorites .admin-table input[type="text"], .favorites .admin-table input[type="number"] {
                -webkit-box-shadow: none;
                box-shadow: none;
                -webkit-transition: border-color 250ms ease;
                transition: border-color 250ms ease;
            }

                .favorites .admin-table input[type="text"]:focus, .favorites .admin-table input[type="number"]:focus {
                    border-color: #cacaca;
                }

        .favorites .admin-table button.js-action {
            opacity: 0.7;
            -webkit-transition: opacity 250ms ease;
            transition: opacity 250ms ease;
        }

            .favorites .admin-table button.js-action:hover {
                opacity: 1;
            }

table {
    border-collapse: collapse;
    border: 1px solid #f2f2f2;
    font-size: 0.875rem;
}

    table tbody tr:nth-child(even).table--warning,
    table tbody tr:nth-child(odd).table--warning {
        background-color: #fff7e5;
    }

    table tbody tr:nth-child(even).table--bought,
    table tbody tr:nth-child(odd).table--bought {
        background-color: #c4f3c4;
    }

    table tbody tr:nth-child(even).table--alert,
    table tbody tr:nth-child(odd).table--alert {
        background-color: #e6a69d;
    }

    table tr.table--alert > td,
    table tr.table--alert > td * {
        color: #fff;
    }

    table thead {
        border-bottom: 2px solid #767676;
    }

        table thead tr th {
            vertical-align: middle;
            padding: 0.5rem .5rem;
        }

            table thead tr th:not(:first-of-type) {
                border-left: 1px solid #f2f2f2;
            }

    table tbody tr.highlight,
    table tbody tr.highlight + .tablesorter-childRow {
        background: #f9f9f9;
    }

    table thead th[data-sort] {
        background-image: url('data:image/svg+xml;utf8,<svg width="32" height="51" viewBox="0 0 32 51" xmlns="http://www.w3.org/2000/svg"><g fill="#CCC" fill-rule="evenodd"><path d="M16 0l16 24H0M16 51L0 27h32"/></g></svg>');
        background-size: 9px 15px;
        background-position: right center;
        background-origin: content-box;
        background-repeat: no-repeat;
    }

        table thead th[data-sort].headerSortDown, table thead th[data-sort].tablesorter-headerDesc {
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: %23003D7E"></polygon></svg>');
            background-size: 9px 6px;
            background-position: right center;
            background-origin: content-box;
            background-repeat: no-repeat;
        }

        table thead th[data-sort].headerSortUp, table thead th[data-sort].tablesorter-headerAsc {
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon fill="%23003D7E" points="16 0 32 24 0 24"></polygon></svg>');
            background-size: 9px 6px;
            background-position: right center;
            background-origin: content-box;
            background-repeat: no-repeat;
        }

            table thead th[data-sort].sort-icon-left, table thead th[data-sort].headerSortDown.sort-icon-left, table thead th[data-sort].headerSortUp.sort-icon-left, table thead th[data-sort].tablesorter-headerAsc.sort-icon-left, table thead th[data-sort].tablesorter-headerDesc.sort-icon-left {
                background-position: left center;
            }

.filterTable {
    margin-top: 1em;
    /* Make column */
    /* Model column */
    /* CC column */
    /* Chassis column */
    /* Trans column */
    /*year column*/
    /*mileage column*/
    /* Customer column */
    /*target price column*/
    /*comment column*/
}

    .filterTable tbody tr {
        cursor: pointer;
    }

        .filterTable tbody tr.tr--top, .filterTable tbody tr.row--top {
            border-top: 2px solid #767676;
        }

        .filterTable tbody tr td h2 {
            font-size: 1rem;
        }

        .filterTable tbody tr td {
            text-align: center;
            vertical-align: top;
            padding-top: 0.3125rem;
            border: 1px solid #f2f2f2;
        }

            .filterTable tbody tr td.text-left {
                text-align: left;
            }

            .filterTable tbody tr td.text-right {
                text-align: right;
            }

    .filterTable .cell-error {
        font-weight: 500;
        color: darkred;
        background-color: bisque;
    }

    .filterTable .divider {
        border-bottom: solid 1px #8a8a8a;
    }

    .filterTable tbody > tr {
        -webkit-transition: background-color linear .2s;
        transition: background-color linear .2s;
    }

        .filterTable tbody > tr > td:first-of-type {
            background: #f8f8f8;
        }

        .filterTable tbody > tr select {
            width: 7em;
        }

            .filterTable tbody > tr select.cc, .filterTable tbody > tr select .gear {
                width: 3.5em;
            }

        .filterTable tbody > tr .tags * {
            font-size: 0.875rem;
        }

    .filterTable td:nth-of-type(12) input {
        width: 100%;
        padding: 3px;
    }

    .filterTable.deleting {
        text-decoration: line-through;
        -webkit-text-decoration-color: red;
        text-decoration-color: red;
    }

        .filterTable.deleting input {
            pointer-events: none;
            background: #fefefe;
        }

    .filterTable .liveeditor-changed, .filterTable .liveeditor-deleted {
        background: #ffffcc;
        -webkit-transition: none;
        transition: none;
    }

    .filterTable .liveeditor-deleted {
        color: #aaa;
        text-decoration: line-through;
        -webkit-text-decoration-color: red;
        text-decoration-color: red;
    }

.filter__sub__buttons {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media screen and (max-width: 63.9375em) {
    .filter__sub__buttons {
        margin-top: 1rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (max-width: 63.9375em) {
    .filter__sub__input {
        margin-top: 1rem;
    }
}

.chassis-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .chassis-container input {
        height: 25px;
    }

.model-grade-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .model-grade-container input {
        height: 25px;
        margin-top: 10px;
    }

.startprice-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .startprice-container input {
        height: 25px;
    }

.vehicles-table {
    /* Chassis */
    /*td:nth-of-type(6) {
        width: 5em;
    }  */
}

    .vehicles-table tbody tr {
        cursor: pointer;
    }

        .vehicles-table tbody tr.tr--top, .vehicles-table tbody tr.row--top {
            border-top: 2px solid #767676;
        }

        .vehicles-table tbody tr td h2 {
            font-size: 1rem;
        }

        .vehicles-table tbody tr td {
            text-align: center;
            vertical-align: top;
            padding-top: 0.3125rem;
            border: 1px solid #f2f2f2;
        }

            .vehicles-table tbody tr td.text-left {
                text-align: left;
            }

            .vehicles-table tbody tr td.text-right {
                text-align: right;
            }

            .vehicles-table tbody tr td:nth-of-type(1) {
                padding: 0;
            }

    .vehicles-table thead tr th:nth-of-type(1) {
        padding: 0;
    }

    .vehicles-table .cell-error {
        font-weight: 500;
        color: darkred;
        background-color: bisque;
    }

    .vehicles-table .divider {
        border-bottom: solid 1px #8a8a8a;
    }

    .vehicles-table tbody tr:not(.tr--top) td:nth-of-type(1) {
        text-align: center;
        vertical-align: top;
        padding-top: 0.3125rem;
        border: 1px solid #f2f2f2;
    }

        .vehicles-table tbody tr:not(.tr--top) td:nth-of-type(1).text-left {
            text-align: left;
        }

        .vehicles-table tbody tr:not(.tr--top) td:nth-of-type(1).text-right {
            text-align: right;
        }

.vehicles-table__images {
    background: rgba(0, 0, 0, 0.6);
    vertical-align: middle;
    width: 150px;
}

    .vehicles-table__images > div {
        position: relative;
        width: 160px;
        height: 130px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .vehicles-table__images > div a {
            width: 50%;
            height: 50%;
        }

            .vehicles-table__images > div a img {
                cursor: pointer;
                width: 100%;
                height: 100%;
                aspect-ratio: 4 / 3;
            }

            .vehicles-table__images > div a:last-of-type img {
                width: auto;
            }

        .vehicles-table__images > div .images__counter {
            position: absolute;
            border-radius: 4px;
            color: rgba(254, 254, 254, 0.8);
            background-color: rgba(10, 10, 10, 0.5);
            width: auto;
            padding: 0.25rem 0.5rem;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            cursor: pointer;
            -webkit-transition: -webkit-box-shadow 250ms ease;
            transition: -webkit-box-shadow 250ms ease;
            transition: box-shadow 250ms ease;
            transition: box-shadow 250ms ease, -webkit-box-shadow 250ms ease;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            left: 50%;
            -webkit-transform: translatex(-50%);
            transform: translatex(-50%);
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            width: 50px;
        }

            .vehicles-table__images > div .images__counter:hover {
                color: #fefefe;
            }

        .vehicles-table__images > div .images__counter--error .fa {
            color: #cc4b37;
        }

.vehicles-table__lotno a {
    color: #fefefe;
}

.vehicles-table .duplicate-chassis a i {
    cursor: pointer;
    color: #cc4b37;
    font-size: 1rem;
    margin-left: .3rem;
}

.vehicles-table .tip-shitami {
    width: 300px;
}

    .vehicles-table .tip-shitami h2 {
        font-weight: bold;
    }

    .vehicles-table .tip-shitami span {
        font-weight: normal !important;
        white-space: pre-wrap;
    }

.vehicles-table .tip-transport {
    cursor: pointer;
}

    .vehicles-table .tip-transport table {
        border: none !important;
    }

        .vehicles-table .tip-transport table tbody {
            border: none !important;
        }

            .vehicles-table .tip-transport table tbody tr td:nth-of-type(1), .vehicles-table .tip-transport table tbody tr td:nth-of-type(3) {
                text-align: left;
            }

            .vehicles-table .tip-transport table tbody tr td:nth-of-type(2) {
                text-align: right;
            }

            .vehicles-table .tip-transport table tbody tr td {
                border-bottom: 1px solid #f2f2f2;
                border-top: none !important;
                border-left: none !important;
                border-right: none !important;
            }

.vehicles-table--model {
    font-size: 0.875rem;
    white-space: nowrap;
}

.vehicles-table__add-bid-icon {
    float: right;
}

.vehicles-table .addBidContainer {
    position: relative;
}

.vehicles-table .popup-container {
    position: absolute;
    max-width: none !important;
    background-color: #fefefe;
    border: 1px solid #f2f2f2;
    padding: .5rem;
    text-shadow: none;
    white-space: nowrap;
    top: initial;
    bottom: 0;
    left: 40px;
    z-index: 1200;
    width: 300px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

    .vehicles-table .popup-container a.close {
        float: right;
    }

    .vehicles-table .popup-container input {
        height: 26px;
    }

.vehicles-table .plus-bid i {
    font-size: 1.5rem;
}

.vehicles-table tbody tr.vehicle-comments {
    height: 60px;
}

.vehicles-table div.comments-container {
    position: absolute;
}

.vehicles-table textarea {
    width: 290px !important;
    position: relative;
}

    .vehicles-table textarea:focus {
        height: 200px;
        background-color: whitesmoke;
        border: 1px dashed #cacaca;
        z-index: 1200;
    }

.vehicles-table .bid-comments-wrapper {
    height: 60px;
}

.vehicles-table td:nth-of-type(1) {
    width: 5em;
}

.vehicles-table td:nth-of-type(2) {
    width: 12em;
}

.vehicles-table td:nth-of-type(3) {
    width: 5em;
}

.vehicles-table td:nth-of-type(4) {
    width: 27em;
}

.vehicles-table td:nth-of-type(5) {
    width: 5em;
}

.vehicles-table td:last-of-type {
    width: 8em;
}

.has-tip {
    position: relative;
    cursor: pointer;
    color: #019267;
}

.bid-by-customer {
    color: #019267;
}

.tags > span {
    display: inline-block;
    margin: 1px;
    border: #aaa solid 1px;
    border-radius: 3px;
    padding: .1rem 0.2rem;
    background: #eee;
    color: black;
    font-weight: 300;
    line-height: normal;
}

    .tags > span > span:nth-of-type(2) {
        padding: 0 0 0 .2rem;
        color: #aaa;
        font-size: 0.875rem;
    }

.tags > input {
    display: inline-block;
    margin: 1px;
    padding: .1rem .2rem;
}

div.lg-backdrop.in {
    background: rgba(10, 10, 10, 0.45);
}

.checked-backgroud {
    background-color: #B7D6A3;
}

.or-info-popup {
    width: 25em;
}

.pricetype-input {
    margin-bottom: 1px !important;
    width: 6em !important;
}

.radio-buttons {
    padding: 0 !important;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

    .radio-buttons input {
        margin-bottom: 0;
        display: none;
    }

        .radio-buttons input + label {
            padding: 0.45rem 1rem;
            display: inline-block;
            margin: 0;
            cursor: pointer;
            border-right: #cacaca 1px solid;
        }

            .radio-buttons input + label:last-of-type {
                border-right: none;
            }

@media print, screen and (max-width: 31.24875em) {
    .radio-buttons input + label {
        width: 100%;
        border-right: none;
    }
}

.radio-buttons input + label:before {
    /*
            content: "radio_button_unchecked";
            font-family: "Material Icons";
            line-height: 0.9;
            font-size: 1.33rem;
            color: $secondary-color;
            vertical-align: -25%;
            display: inline; */
}

.radio-buttons input:checked + label {
    -webkit-transition: background-color 250ms ease;
    transition: background-color 250ms ease;
}

    .radio-buttons input:checked + label:before {
        /* content: "task_alt"; color: $primary-color; */
    }

    .radio-buttons input:checked + label.new {
        background-color: #FAF99A;
    }

    .radio-buttons input:checked + label.approved {
        background-color: #f58f49;
    }

    .radio-buttons input:checked + label.qualified {
        background-color: #f0d04a;
    }

    .radio-buttons input:checked + label.processed {
        background-color: #99eeaa;
    }

    .radio-buttons input:checked + label.finished {
        background-color: #4D8FDF;
        color: #fff;
    }

    .radio-buttons input:checked + label:last-of-type {
        background-color: #f2f2f2;
    }

@media print, screen and (max-width: 31.24875em) {
    .radio-buttons {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

fieldset.radio-buttons {
    overflow: hidden;
}

.radio-buttons--wrapper .radio-buttons {
    width: 100%;
    max-width: 30rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.radio-buttons--wrapper .radio-buttons--small {
    font-size: .875rem;
}

.radio-buttons--wrapper .radio-buttons--hover-reveal {
    display: none;
}

.radio-buttons--wrapper .radio-buttons--disabled .radio-buttons__label {
    color: lightgray !important;
    font-weight: normal !important;
    background: whitesmoke !important;
}

.radio-buttons--wrapper .radio-buttons__label {
    color: #222;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    border: 1px solid #f2f2f2;
    background: whitesmoke;
    white-space: nowrap;
    cursor: pointer;
    display: block;
    padding: .5rem;
    margin: 0;
    font-size: 0.875rem;
    border-radius: 0;
    font-weight: normal;
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.radio-buttons--wrapper .radio-buttons__label--single {
    float: left;
}

.radio-buttons--wrapper .radio-buttons__label--last {
    margin: 0 0 0 1rem !important;
    background: #ccc;
}

.radio-buttons--wrapper .radio-buttons__label:first-of-type {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.radio-buttons--wrapper .radio-buttons__label:last-of-type {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.radio-buttons--wrapper .radio-buttons input {
    display: none;
}

    .radio-buttons--wrapper .radio-buttons input[type="text"] + label,
    .radio-buttons--wrapper .radio-buttons input[type="radio"] + label {
        font-weight: normal;
        margin: 0;
    }

.radio-buttons--wrapper .radio-buttons--single-highlighted :not(:checked) + .new,
.radio-buttons--wrapper .radio-buttons--single-highlighted :not(:checked) + .approved,
.radio-buttons--wrapper .radio-buttons--single-highlighted :not(:checked) + .qualified,
.radio-buttons--wrapper .radio-buttons--single-highlighted :not(:checked) + .processed,
.radio-buttons--wrapper .radio-buttons--single-highlighted :not(:checked) + .finished {
    background: whitesmoke;
}

.radio-buttons--wrapper .radio-buttons :checked + .finished {
    color: #fff;
}

.radio-buttons--wrapper .radio-buttons input[type=radio]:checked + label {
    font-weight: bold;
}

@media screen and (max-width: 33em) {
    .radio-buttons--wrapper .radio-buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .radio-buttons--wrapper .radio-buttons .radio-buttons__label--last {
            margin-left: 0 !important;
            border-top-right-radius: 0;
            border-bottom-left-radius: 8px;
        }

        .radio-buttons--wrapper .radio-buttons .radio-buttons__label:first-of-type {
            border-bottom-left-radius: 0;
            border-top-left-radius: 8px;
            border-top-right-radius: 8px;
        }
}

.radio-buttons--wrapper {
    position: relative;
}

    .radio-buttons--wrapper:hover .radio-buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
    }

        .radio-buttons--wrapper:hover .radio-buttons label:last-of-type {
            background-color: #f2f2f2;
            color: #0a0a0a;
        }

        .radio-buttons--wrapper:hover .radio-buttons .new {
            background-color: #FAF99A;
        }

        .radio-buttons--wrapper:hover .radio-buttons .approved {
            background-color: #f58f49;
        }

        .radio-buttons--wrapper:hover .radio-buttons .qualified {
            background-color: #f0d04a;
        }

        .radio-buttons--wrapper:hover .radio-buttons .processed {
            background-color: #99eeaa;
        }

        .radio-buttons--wrapper:hover .radio-buttons .finished {
            background-color: #4D8FDF !important;
            color: #fff !important;
        }

@media print, screen and (max-width: 67.56125em) {
    .radio-buttons--wrapper:hover .radio-buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: auto;
    }
}

@media print, screen and (max-width: 67.56125em) {
    .radio-buttons--wrapper:hover .radio-buttons__label {
        border-radius: 0;
    }

        .radio-buttons--wrapper:hover .radio-buttons__label:first-of-type {
            border-top-left-radius: 8px;
            border-top-right-radius: 8px;
        }

        .radio-buttons--wrapper:hover .radio-buttons__label:last-of-type {
            border-bottom-left-radius: 8px;
            border-bottom-right-radius: 8px;
        }
}

.radio-buttons--wrapper #CartState {
    display: none;
}

.radio-buttons--wrapper > input[value="0"] + label {
    background: #FAF99A;
}

.radio-buttons--wrapper > input[value="1"] + label,
.radio-buttons--wrapper > input[value="Hide"] + label {
    background: #f58f49;
}

.radio-buttons--wrapper > input[value="2"] + label {
    background: #f0d04a;
}

.radio-buttons--wrapper > input[value="3"] + label,
.radio-buttons--wrapper > input[value="OnList"] + label {
    background: #99eeaa;
}

.radio-buttons--wrapper > input[value="4"] + label,
.radio-buttons--wrapper > input[value="OffList"] + label {
    background: #4D8FDF;
    color: #fff;
}

.external-bidding-status {
    display: block;
    font: normal normal normal 40px/1 Arial;
    font-weight: 700;
    padding: 0 2px;
    cursor: pointer;
    float: right;
    margin-top: 16px;
    color: #a9a9a9;
}

    .external-bidding-status.raku-apply {
        background-color: #fefefe;
        border: solid 3px #178a2e;
        color: #178a2e;
    }

    .external-bidding-status.raku-applied {
        background-color: #99eeaa;
        border: solid 1px #99eeaa;
        color: #178a2e;
    }

    .external-bidding-status.raku-dont-apply {
        background-color: #ff0000;
        border: solid 1px #ff0000;
        color: #fefefe;
        text-decoration: line-through;
    }

    .external-bidding-status.raku-invalid {
        background-color: #fefefe;
        border: solid 3px #ff0000;
        color: #ff0000;
    }

    .external-bidding-status.raku-dont-apply-teisei {
        background-color: #99eeaa;
        border: solid 1px #99eeaa;
        color: #178a2e;
        text-decoration: line-through;
    }

    .external-bidding-status.other-apply {
        background-color: #fefefe;
        border: solid 3px #589FD7;
        color: #589FD7;
    }

    .external-bidding-status.other-applied {
        background-color: #2B36AB;
        border: solid 1px #2B36AB;
        color: #fefefe;
    }

    .external-bidding-status.other-dont-apply {
        background-color: #ff0000;
        border: solid 1px #ff0000;
        color: #fefefe;
        text-decoration: line-through;
    }

    .external-bidding-status.other-invalid {
        background-color: #fefefe;
        border: solid 3px #ff0000;
        color: #ff0000;
    }

    .external-bidding-status.other-dont-apply-teisei {
        background-color: #2B36AB;
        border: solid 1px #2B36AB;
        color: #fefefe;
        text-decoration: line-through;
    }

    .external-bidding-status.requested {
        background-color: #fefefe;
        border: solid 3px #8a8a8a;
    }

.block-letter {
    display: inline-block;
    line-height: 1;
    padding: 0.05rem 0.2rem;
    font-weight: bold;
}

    .block-letter.raku-apply {
        background-color: #fefefe;
        border: solid 3px #178a2e;
        color: #178a2e;
    }

    .block-letter.raku-applied {
        background-color: #99eeaa;
        border: solid 1px #99eeaa;
        color: #178a2e;
    }

    .block-letter.raku-dont-apply {
        background-color: #ff0000;
        border: solid 1px #ff0000;
        color: #fefefe;
        text-decoration: line-through;
    }

    .block-letter.raku-invalid {
        background-color: #fefefe;
        border: solid 3px #ff0000;
        color: #ff0000;
    }

    .block-letter.raku-disabled {
        background-color: #ffffff;
        color: #8a8a8a;
        border: solid 1px #8a8a8a;
    }

    .block-letter.other-apply {
        background-color: #fefefe;
        border: solid 3px #589FD7;
        color: #589FD7;
    }

    .block-letter.other-applied {
        background-color: #2B36AB;
        border: solid 1px #2B36AB;
        color: #fefefe;
    }

    .block-letter.other-dont-apply {
        background-color: #ff0000;
        border: solid 1px #ff0000;
        color: #fefefe;
        text-decoration: line-through;
    }

    .block-letter.other-invalid {
        background-color: #fefefe;
        border: solid 3px #ff0000;
        color: #ff0000;
    }

    .block-letter.other-disabled {
        background-color: #ffffff;
        color: #8a8a8a;
        border: solid 1px #8a8a8a;
    }

.block-letter {
    font: normal normal normal 14px/1 Arial;
    font-weight: 700;
    padding: 0 2px;
    cursor: default;
    background-color: #010101;
    border: solid 1px #010101;
    color: #fff;
}

    .block-letter.primary {
        background-color: #003d7e;
        border: solid 1px #003d7e;
    }

    .block-letter.secondary {
        background-color: #555;
        border: solid 1px #555;
    }

    .block-letter.warning {
        background-color: #ffd600;
        border: solid 1px #ffd600;
    }

    .block-letter.alert {
        background-color: #d7253b;
        border: solid 1px #d7253b;
        color: #fbe7e9;
    }

    .block-letter.disabled {
        background-color: #fff;
        color: #8a8a8a;
        border: solid 1px #8a8a8a;
    }

    .block-letter.active {
        background-color: #9ea;
        border: solid 1px #9ea;
        color: #178a2e;
    }

    .block-letter.furu-to {
        background-color: #fc6d04;
        border: solid 1px #ed7d31;
        color: #fff;
    }

    .block-letter.furu-from {
        background-color: #7f7f7f;
        border: solid 1px #595959;
        color: #fff;
    }

    .block-letter.special-group-to {
        background-color: #9C56B2;
        border: solid 1px #7030A0;
        color: #fff;
    }

    .block-letter.special-group-from {
        background-color: #7f7f7f;
        border: solid 1px #595959;
        color: #fff;
    }

.tooltip {
    position: absolute;
    max-width: none !important;
    display: none;
    background-color: white;
    border: 1px solid #f2f2f2;
    padding: .5rem;
    color: #0a0a0a;
    text-shadow: none;
    white-space: nowrap;
}

    .tooltip:before {
        border-color: transparent;
    }

    .tooltip.tip-right {
        top: initial;
        bottom: 0;
        left: 20px;
    }

    .tooltip.tip-right-extra {
        left: 40px;
    }

    .tooltip.tip-left {
        top: initial;
        bottom: 0;
        right: 100%;
    }

    .tooltip.tip-bottom {
        top: 50px;
        left: 20px;
    }

    .tooltip.tip-padding-0 {
        padding: 0;
    }

    .tooltip table {
        margin: 0;
    }

.has-tip:hover > .tooltip {
    display: block;
    width: auto;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.qualifying .filter {
    padding: 2rem 1rem;
}

    .qualifying .filter select {
        margin-bottom: 0.5rem;
    }

        .qualifying .filter select[multiple] {
            min-height: 15.2rem;
        }

    .qualifying .filter .results__dates > select {
        margin-bottom: 0.5rem;
        min-height: 15.2rem;
        background-image: none;
    }

    .qualifying .filter .dropdown--negatable {
        position: relative;
    }

        .qualifying .filter .dropdown--negatable .checkbox {
            position: absolute;
            left: 0;
            top: 0.33rem;
        }

        .qualifying .filter .dropdown--negatable select {
            margin-left: 1.25rem;
            width: calc(100% - 1.25rem);
        }

    .qualifying .filter label {
        font-weight: 500;
    }

@media print, screen and (max-width: 31.24875em) {
    .qualifying .filter select[multiple], .qualifying .filter .results__dates > select {
        min-height: auto;
    }
}

@media screen and (max-width: 33em) {
    .qualifying .filter__radios .radio-buttons {
        display: flex;
        flex-direction: column;
    }
}

/* Basic UI fixes */
.button.postfix {
    height: 2em;
}

@media only screen and (min-width: 1096px) {
    .button.postfix {
        height: 2.05em;
    }
}

/* Page-specific styling */
#ClientFilterTextBox {
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
}

/* Business requirement HACK: SalesManagers must not see car filters for Double bidder, Competing bids and markets */
#SelectedCarFilter.restricted-options option[value="13"], #SelectedCarFilter.restricted-options option[value="15"], #SelectedCarFilter.restricted-options option[value="16"] {
    display: none;
}

#freeSearchForm {
    z-index: 1;
    position: absolute;
    right: 2rem;
    top: 11rem;
}

@media screen and (max-width: 39.9375em) {
    #freeSearchForm {
        width: 95%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 9rem;
    }
}

@media screen and (max-width: 46em) {
    .filter__row {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.filter__row .auction_div, .filter__row .model_div, .filter__row .auction_grade_div, .filter__row .auction_time_div {
    width: 7%;
}

.filter__column {
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
}

@media screen and (max-width: 46em) {
    .filter__column {
        margin-right: 0;
        width: 49%;
    }
}

@media screen and (max-width: 30.625em) {
    .filter__column {
        width: 100%;
    }
}

.filter__sub__buttons {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media screen and (max-width: 63.9375em) {
    .filter__sub__buttons {
        margin-top: 1rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (max-width: 63.9375em) {
    .filter__sub__input {
        margin-top: 1rem;
    }
}

#SelectedSoldBid {
    margin: 0 0 1.7em 1em;
}

.filter-component__controls li:last-child {
    position: absolute;
    bottom: 0;
    right: 0;
}

#updateButton {
    white-space: nowrap;
}

    #updateButton.alert {
        background-color: blue;
        color: white;
        font-weight: bold;
    }

.lg-toolbar {
    cursor: move;
}

#signalRMessages {
    position: relative;
    top: 2px;
    font-weight: bold;
}

#connectionStatus {
    color: red;
}

#refreshMessage {
    color: blue;
}

/* LiveEditor table fixes */
div.lg-backdrop.in {
    background: rgba(10, 10, 10, 0.45);
}

tr.error > td:nth-child(2) {
    background-color: #fcc !important;
}

[data-iskaito="True"] .bidtable__lock {
    display: none;
}

[data-iskaito="False"] .bidtable__lock--kaito {
    display: none;
}

.tasks__list .task {
    display: block;
    font-size: 0.9375rem;
    white-space: nowrap !important;
}

    .tasks__list .task.small {
        font-size: 0.875em;
    }

    .tasks__list .task a:hover {
        color: yellowgreen;
    }

    .tasks__list .task.small {
        font-size: 0.875em;
    }

.tasks__list .task--pending a {
    color: #44c;
}

.tasks__list .task--sent a {
    color: #404040;
}

.tasks__list .task--cancel a {
    color: #8a8a8a;
    text-decoration: line-through;
}

.tasks__list .task--finished a {
    color: #1ba035;
    text-decoration: line-through;
}

.tasks__list .task--alert a {
    color: #cc4b37;
}

.tasks__list .task--ack a {
    color: #4c4;
}

.tasks__list .task--confirmed a {
    color: #4cc;
}

i.fa.liveeditor-changed {
    color: #ff6;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}

#overviewTableContainer > table {
    table-layout: fixed;
}

    #overviewTableContainer > table tr th, #overviewTableContainer > table tr td {
        border-color: #e6e6e6;
        border-width: 1px;
        border-style: solid;
        white-space: pre-wrap;
    }

        #overviewTableContainer > table tr th:last-of-type, #overviewTableContainer > table tr td:last-of-type {
            width: 4em;
        }

table.bidtable {
    margin-bottom: 190px;
}

.bidtable__auctionname {
    min-width: 85px;
}

.teisei-reveal h2 {
    font-size: 1rem;
}

.teisei-reveal textarea {
    width: 100%;
}

.shitami-support {
    padding: 2rem;
}

    .shitami-support textarea {
        height: 100px;
        resize: both;
        overflow: auto;
        border: #cacaca 1px solid !important;
    }

    .shitami-support h2 {
        font-size: 1rem;
    }

    .shitami-support img {
        width: 100%;
        height: auto;
    }

.start-price-zero {
    color: #019267;
}

.start-price-not-zero {
    color: #0a0a0a;
}

.overview-bg-success {
    background-color: #5ade5a;
}

.overview-bg-warning {
    background-color: #f3c0c6;
}

.overview-button {
    margin: 0;
}

.overview-button-container-display {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#overviewContainer table caption {
    font-size: medium;
}

#overviewContainer table .leftCol {
    width: 40%;
}

#overviewContainer table .dataCol {
    width: 12%;
}

.popup-container {
    position: absolute;
    max-width: none !important;
    background-color: #fefefe;
    border: 1px solid #f2f2f2;
    padding: .5rem;
    text-shadow: none;
    white-space: nowrap;
    top: initial;
    bottom: 0;
    left: 40px;
    z-index: 1200;
    width: 300px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

    .popup-container a.close {
        float: right;
    }

    .popup-container input {
        height: 26px;
    }

.bidTagUpdateCotainer {
    position: relative;
}

.suggestionsContainer {
    position: relative;
}

    .suggestionsContainer div {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-bottom: 2px !important;
    }

    .suggestionsContainer .popup-container {
        bottom: auto;
        left: 50px;
        width: 200px;
        top: 20px;
    }

.maxbid-popup {
    border-radius: 10px;
    background-color: #FFE699;
}

.maxbid-popup-overbid {
    background: linear-gradient(to bottom, #FFE699 calc(100% - 110px), #fefefe 110px);
}

.maxbid-popup-nopos {
    background-color: #fefefe;
}

.super-suggestion {
    color: #8a8a8a;
}

.text-center-important {
    text-align: center !important;
}

.q_bidtable_plus_width {
    width: 30% !important;
}

.account-limit-info-outer {
    padding: 1rem;
}

    .account-limit-info-outer.nobid {
        color: #fefefe;
        background-color: #C00000 !important;
    }

        .account-limit-info-outer.nobid tr td {
            background-color: #C00000 !important;
        }

        .account-limit-info-outer.nobid tr.border-bottom td {
            border-bottom-color: #fefefe;
        }

    .account-limit-info-outer.normal {
        color: #0a0a0a;
        background-color: #A9D08E !important;
    }

        .account-limit-info-outer.normal tr td {
            background-color: #A9D08E !important;
        }

        .account-limit-info-outer.normal tr.border-bottom td {
            border-bottom-color: #0a0a0a;
        }

    .account-limit-info-outer.exceed {
        color: #0a0a0a;
        background-color: #9BC2E6 !important;
    }

        .account-limit-info-outer.exceed tr td {
            background-color: #9BC2E6 !important;
        }

        .account-limit-info-outer.exceed tr.border-bottom td {
            border-bottom-color: #0a0a0a;
        }

    .account-limit-info-outer.approaching {
        color: #0a0a0a;
        background-color: #FFD966 !important;
    }

        .account-limit-info-outer.approaching tr td {
            background-color: #FFD966 !important;
        }

        .account-limit-info-outer.approaching tr.border-bottom td {
            border-bottom-color: #0a0a0a;
        }

.account-limit-info {
    width: 300px;
}

    .account-limit-info tbody tr td {
        text-align: left;
        border: none;
        /*background-color: transparent !important;*/
    }

    .account-limit-info tbody tr.border-bottom td {
        border-bottom-style: solid;
        /*border-bottom-color: #e6e6e6;*/
    }

.account-limit-icon-nobid {
    color: #C00000;
}

.account-limit-icon-normal {
    color: #A9D08E;
}

.account-limit-icon-exceed {
    color: #9BC2E6;
}


.account-limit-icon-red {
    color: #ff4444;
}

.account-limit-icon-yellow {
    color: #f0d04a;
}

.account-limit-icon-green {
    color: #abd38b;
}

.account-limit-icon-blue {
    color: #9bc2e6;
}

.account-limit-icon-orange {
    color: #f58f49;
}

.account-limit-info-outer.red {
    color: #fefefe;
    background-color: #ff4444 !important;
}

    .account-limit-info-outer.red tr td {
        background-color: #ff4444 !important;
    }

    .account-limit-info-outer.red tr.border-bottom td {
        border-bottom-color: #fefefe;
    }

.account-limit-info-outer.yellow {
    color: #0a0a0a;
    background-color: #f0d04a !important;
}

    .account-limit-info-outer.yellow tr td {
        background-color: #f0d04a !important;
    }

    .account-limit-info-outer.yellow tr.border-bottom td {
        border-bottom-color: #0a0a0a;
    }

.account-limit-info-outer.green {
    color: #0a0a0a;
    background-color: #abd38b !important;
}

    .account-limit-info-outer.green tr td {
        background-color: #abd38b !important;
    }

    .account-limit-info-outer.green tr.border-bottom td {
        border-bottom-color: #0a0a0a;
    }

.account-limit-info-outer.blue {
    color: #0a0a0a;
    background-color: #9bc2e6 !important;
}

    .account-limit-info-outer.blue tr td {
        background-color: #9bc2e6 !important;
    }

    .account-limit-info-outer.blue tr.border-bottom td {
        border-bottom-color: #0a0a0a;
    }

.account-limit-info-outer.orange {
    color: #0a0a0a;
    background-color: #f58f49 !important;
}

    .account-limit-info-outer.orange tr td {
        background-color: #f58f49 !important;
    }

    .account-limit-info-outer.orange tr.border-bottom td {
        border-bottom-color: #0a0a0a;
    }


.account-limit-icon-approaching {
    color: #FFD966;
}

.whitespace-pre-wrap {
    white-space: pre-wrap;
}

.dropzone {
    margin-left: 0;
    list-style: none;
    border: 1px dashed black;
    padding: 1em;
    padding-bottom: calc(1em - 10px);
    border-radius: 10px;
    overflow: auto;
    min-height: 100px;
}

    .dropzone.hover {
        background-color: #019267;
    }

.dropzone--large {
    height: auto;
    min-height: 15rem;
}

.dropzone li {
    float: left;
    margin: 0 10px 10px 0;
}

    .dropzone li > span {
        line-height: 0;
        display: inline-block;
        border: solid 4px white;
        -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
    }

    .dropzone li.selected > span {
        border-color: #019267;
    }

.dropzone img {
    width: 80px;
    height: 60px;
}

#images-deleted {
    background-color: #fffcfc;
}

    #images-deleted.hover {
        background-color: #cc4b37;
    }

/* JOHAN:
	The progress bar is now displayed inside the MessagePopup component,
	so it shouldn't use local page design
*/
progress {
    margin-top: 8px;
    height: 15px;
}

.fail {
    background: #cc4b37;
    padding: 2px;
    color: #fff;
}

.hidden {
    display: none !important;
}

.livebid .filter select[size="5"] {
    height: calc(100% - 2rem);
}

.livebid .filter label {
    font-weight: 500;
}

table {
    border-collapse: collapse;
    border: 1px solid #f2f2f2;
    font-size: 0.875rem;
    /*.teisei--warning { background-color: $warning-color; }*/
}

    table tbody tr:nth-child(even).table--warning,
    table tbody tr:nth-child(odd).table--warning {
        background-color: #fff7e5;
    }

    table tbody tr:nth-child(even).table--bought,
    table tbody tr:nth-child(odd).table--bought {
        background-color: #c4f3c4;
    }

    table tbody tr:nth-child(even).table--alert,
    table tbody tr:nth-child(odd).table--alert {
        background-color: #e6a69d;
    }

    table tr.table--alert > td,
    table tr.table--alert > td * {
        color: #fff;
    }

    table thead {
        border-bottom: 2px solid #767676;
    }

        table thead tr th {
            vertical-align: middle;
            padding: 0.5rem .5rem;
        }

            table thead tr th:not(:first-of-type) {
                border-left: 1px solid #f2f2f2;
            }

    table tbody tr.highlight,
    table tbody tr.highlight + .tablesorter-childRow {
        background: #f9f9f9;
    }

    table thead th[data-sort] {
        background-image: url('data:image/svg+xml;utf8,<svg width="32" height="51" viewBox="0 0 32 51" xmlns="http://www.w3.org/2000/svg"><g fill="#CCC" fill-rule="evenodd"><path d="M16 0l16 24H0M16 51L0 27h32"/></g></svg>');
        background-size: 9px 15px;
        background-position: right center;
        background-origin: content-box;
        background-repeat: no-repeat;
    }

        table thead th[data-sort].headerSortDown, table thead th[data-sort].tablesorter-headerDesc {
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: %23003D7E"></polygon></svg>');
            background-size: 9px 6px;
            background-position: right center;
            background-origin: content-box;
            background-repeat: no-repeat;
        }

        table thead th[data-sort].headerSortUp, table thead th[data-sort].tablesorter-headerAsc {
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon fill="%23003D7E" points="16 0 32 24 0 24"></polygon></svg>');
            background-size: 9px 6px;
            background-position: right center;
            background-origin: content-box;
            background-repeat: no-repeat;
        }

            table thead th[data-sort].sort-icon-left, table thead th[data-sort].headerSortDown.sort-icon-left, table thead th[data-sort].headerSortUp.sort-icon-left, table thead th[data-sort].tablesorter-headerAsc.sort-icon-left, table thead th[data-sort].tablesorter-headerDesc.sort-icon-left {
                background-position: left center;
            }

    table tbody tr {
        cursor: pointer;
    }

        table tbody tr.tr--top, table tbody tr.row--top {
            border-top: 2px solid #767676;
        }

        table tbody tr td h2 {
            font-size: 1rem;
        }

        table tbody tr td {
            text-align: center;
            vertical-align: top;
            padding-top: 0.3125rem;
            border: 1px solid #f2f2f2;
        }

            table tbody tr td.text-left {
                text-align: left;
            }

            table tbody tr td.text-right {
                text-align: right;
            }

            table tbody tr td:nth-of-type(3) {
                padding: 0;
            }

    table thead tr th:nth-of-type(3) {
        padding: 0;
    }

    table .cell-error {
        font-weight: 500;
        color: darkred;
        background-color: bisque;
    }

    table .divider {
        border-bottom: solid 1px #8a8a8a;
    }

    table textarea[readonly] {
        background-color: inherit;
    }

    table tbody tr {
        -webkit-transition: background-color linear .2s;
        transition: background-color linear .2s;
    }

        table tbody tr.highlight {
            background: #e0e0ff;
            -webkit-transition: none;
            transition: none;
        }

        table tbody tr.liveeditor--changed {
            background: #ffffcc;
            -webkit-transition: none;
            transition: none;
        }

    table .bid-row--unlocked td:nth-of-type(-n+4) {
        background-color: #ffccdd;
    }

    table td:first-child .fa-star {
        color: #FFD365;
    }

    table .highlight-raku td:nth-child(1), table .highlight-raku td:nth-child(2), table .highlight-raku td:nth-child(3), table .highlight-raku td:nth-child(4), table .highlight-raku td:nth-child(5) {
        background: #e0e0ff;
        -webkit-transition: none;
        transition: none;
    }

    table .highlight-other td:nth-child(1), table .highlight-other td:nth-child(2) {
        background: #e0e0ff;
        -webkit-transition: none;
        transition: none;
    }

    table .image {
        background: rgba(0, 0, 0, 0.6);
        vertical-align: middle;
        width: 150px;
    }

        table .image img {
            width: 100%;
        }

    table .maxbid {
        width: 100%;
    }

        table .maxbid input {
            width: 50px;
        }

        table .maxbid .fa-star {
            font-size: .75em;
            margin: auto 0;
            color: #003d7e;
        }

    table .maxbid__amount {
        font-weight: bold;
        color: #003d7e;
        padding-right: 0.25em;
    }

    table .small {
        font-size: 0.875em;
    }

    table .bidtable__results label {
        padding: 0.5625rem 0;
    }

    table .bidtable__results option[value="Last"] {
        color: darkorange;
        font-weight: bold;
    }

    table .bidtable__results option[value="Sold"] {
        color: blue;
        font-weight: bold;
    }

    table .bidtable__bidTag {
        float: right;
    }

    table .bidtable__box {
        width: 100%;
        border: 1px solid #ddd;
        margin: 1em 0 1em 0;
        padding: 0.25em;
        border-radius: 8px;
        background: #fefefe;
        font-size: 0.875rem;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

    table .bidtable__time {
        position: relative;
    }

        table .bidtable__time .bidtable__lock {
            position: absolute;
            bottom: 4px;
            left: 5px;
        }

        table .bidtable__time .bidtable__alarm {
            position: absolute;
            bottom: 5px;
            right: 5px;
        }

        table .bidtable__time .bidtable__alarm--state-0 {
            display: none;
        }

        table .bidtable__time .bidtable__alarm--state-1 {
            color: #dd4444;
        }

        table .bidtable__time .bidtable__alarm--state-2 {
            color: #ffdd00;
            -webkit-text-stroke-color: #ffbb00;
            -webkit-text-stroke-width: 1px;
        }

        table .bidtable__time .bidtable__alarm--state-3 {
            color: #8a8a8a;
        }

    table .bidtable__auction .reveal textarea {
        width: 100%;
        border: inherit;
        margin: 1em 0 1em 0;
        padding: 0.25em;
    }

    table .bidtable__auctionname {
        min-width: 75px;
    }

    table .teisei__label {
        padding-right: 0.25em;
    }

    table .teisei--ok {
        background-color: #99eeaa;
    }

    table .teisei--has-comment {
        text-decoration: underline;
        font-weight: 400;
    }

    table .bidtable__bidding-comment {
        width: 6em;
        padding: 0;
    }

        table .bidtable__bidding-comment textarea {
            padding: 0.25em;
            width: 100%;
            height: 150px;
        }

.filter__sub__buttons {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media screen and (max-width: 63.9375em) {
    .filter__sub__buttons {
        margin-top: 1rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (max-width: 63.9375em) {
    .filter__sub__input {
        margin-top: 1rem;
    }
}

.tasks__list .task {
    display: block;
}

    .tasks__list .task a:hover {
        color: yellowgreen;
    }

    .tasks__list .task.small {
        font-size: 0.875em;
    }

.tasks__list .task--pending a {
    color: #44c;
}

.tasks__list .task--sent a {
    color: #404040;
}

.tasks__list .task--cancel a {
    color: #8a8a8a;
    text-decoration: line-through;
}

.tasks__list .task--finished a {
    color: #1ba035;
    text-decoration: line-through;
}

.tasks__list .task--alert a {
    color: #cc4b37;
}

.tasks__list .task--ack a {
    color: #4c4;
}

.tasks__list .task--confirmed a {
    color: #4cc;
}

.star-blue {
    color: darkblue !important;
}

.input-group {
    float: left;
}

.pendingAlarmCountDiv {
    background-color: #FFD365;
    color: #cc4b37;
    padding: 5px 0 5px 5px;
    border: 1px solid #FFD365;
    border-radius: 5px;
    margin-bottom: 4px;
    position: relative;
}

    .pendingAlarmCountDiv span {
        color: #0a0a0a;
        position: absolute;
        left: calc(1rem + 5%);
        right: 5%;
        text-align: center;
    }

    .pendingAlarmCountDiv.gray-bg {
        background-color: #E6E6E6;
        border: 1px solid #E6E6E6;
    }

.filters-left {
    z-index: 1;
}

#translation-form[disabled] {
    opacity: 1;
}


.ui-widget-overlay.ui-front {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 10, 10, 0.45);
    z-index: 10;
}

.ui-dialog {
    z-index: 11;
    border-radius: 8px;
    background: #fff;
    padding-bottom: 1rem;
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}

    .ui-dialog .confirm,
    .ui-dialog .ui-dialog-buttonset {
        padding: 0 1rem;
    }

    .ui-dialog .confirm {
        padding-top: 2rem;
    }

    .ui-dialog .ui-dialog-titlebar,
    .ui-dialog .ui-dialog-buttonset {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .ui-dialog .ui-dialog-titlebar {
        border-top-right-radius: 8px;
        border-top-left-radius: 8px;
        background: #f0f0f0;
        padding: 1rem;
        font-weight: bold;
    }

    .ui-dialog .ui-dialog-buttonset button {
        display: inline-block;
        vertical-align: middle;
        margin: 0 0 1rem 0;
        font-family: inherit;
        padding: 0.85em 1em;
        -webkit-appearance: none;
        border: 1px solid transparent;
        border-radius: 8px;
        -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
        transition: background-color 0.25s ease-out, color 0.25s ease-out;
        font-size: 0.9rem;
        line-height: 1;
        text-align: center;
        cursor: pointer;
        background-color: #003D7E;
        color: #ffffff;
        margin-bottom: 0;
        border-radius: 8px;
    }

[data-whatinput=mouse] .ui-dialog .ui-dialog-buttonset button {
    outline: 0;
}

.ui-dialog .ui-dialog-buttonset button:hover, .ui-dialog .ui-dialog-buttonset button:focus {
    background-color: #00346b;
    color: #ffffff;
}

.ui-dialog .ui-dialog-buttonset [type=button]:first-of-type {
    background-color: #5da423;
    color: #ffffff;
}

    .ui-dialog .ui-dialog-buttonset [type=button]:first-of-type:focus {
        background-color: #5da423 !important;
    }

    .ui-dialog .ui-dialog-buttonset [type=button]:first-of-type:hover, .ui-dialog .ui-dialog-buttonset [type=button]:first-of-type:focus {
        background-color: #00346b;
        color: #ffffff;
    }

.ui-dialog .ui-dialog-buttonset [type=button]:last-of-type {
    color: #000;
}

.vehicle-tags .react-tags {
    position: relative;
    padding: 0.375rem 0 0 0.375rem;
    border-radius: 0.063rem;
    /* shared font styles */
    font-size: 1em;
    line-height: 1.2;
    /* clicking anywhere will focus the input */
    cursor: text;
}

    .vehicle-tags .react-tags .is-focused {
        border-color: #b1b1b1;
    }

.vehicle-tags .react-tags__selected {
    display: inline;
}

.vehicle-tags .react-tags__selected-tag {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0.375rem 0.375rem 0;
    padding: 0.188rem 0.188rem;
    border: 0.063rem solid #d1d1d1;
    border-radius: 0.125rem;
    background: #f1f1f1;
    /* match the font styles */
    font-size: 0.938rem;
    line-height: inherit;
    border-radius: 0.438rem;
}

    .vehicle-tags .react-tags__selected-tag:after {
        content: "✕";
        color: #aaa;
        margin-left: 0.5rem;
    }

.vehicle-tags .react-tags__search {
    display: inline-block;
    /* match tag layout */
    padding: 0.438rem 0.125rem;
    margin-bottom: 0.375rem;
    /* prevent autoresize overflowing the container */
    max-width: 100%;
}

    .vehicle-tags .react-tags__search input {
        /* prevent autoresize overflowing the container */
        max-width: 100%;
        /* remove styles and layout from this element */
        margin: 0;
        padding: 0;
        outline: none;
        /* match the font styles */
        font-size: inherit;
        line-height: inherit;
        border: 0.063rem solid #767676;
        border-radius: 8px;
        display: block;
        box-sizing: border-box;
        width: 100%;
        height: 2.25rem;
        background-color: #fefefe;
        box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
        font-family: inherit;
        font-weight: normal;
        color: #0a0a0a;
        transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
        -webkit-appearance: none;
        appearance: none;
    }

        .vehicle-tags .react-tags__search input::-ms-clear {
            display: none;
        }

.vehicle-tags .react-tags__search-wrapper {
    width: 4.375rem;
    height: 1.563rem;
}

@media screen and (min-width: 30em) {
    .vehicle-tags .react-tags__search {
        /* this will become the offsetParent for suggestions */
        position: relative;
    }
}

.vehicle-tags .react-tags__suggestions {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 1000;
}

    .vehicle-tags .react-tags__suggestions ul {
        margin: 0.25rem -0.063rem;
        padding: 0;
        list-style: none;
        background: white;
        border: 0.063rem solid #d1d1d1;
        border-radius: 0.125rem;
        -webkit-box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.2);
        box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.2);
    }

    .vehicle-tags .react-tags__suggestions li {
        border-bottom: 1px solid #ddd;
        padding: 0.375rem 0.5rem;
    }

        .vehicle-tags .react-tags__suggestions li mark {
            text-decoration: underline;
            background: none;
            font-weight: 600;
        }

        .vehicle-tags .react-tags__suggestions li:hover {
            cursor: pointer;
            background: #eee;
        }

        .vehicle-tags .react-tags__suggestions li.is-active {
            background: #b7cfe0;
        }

        .vehicle-tags .react-tags__suggestions li.is-disabled {
            opacity: 0.5;
            cursor: auto;
        }

@media screen and (min-width: 30em) {
    .vehicle-tags .react-tags__suggestions {
        width: 15rem;
    }
}

.vehicle-tags .react-tags__selected-tag:hover, .vehicle-tags .react-tags__selected-tag:focus {
    border-color: #b1b1b1;
}

.highlighted-auction-time-td {
    border-top: solid;
    border-left: solid;
    border-bottom: solid;
}

.highlighted-auction-name-td {
    border-top: solid;
    border-bottom: solid;
}

.highlighted-model-td {
    border-top: solid;
    border-right: solid;
    border-bottom: solid;
}

.alarm__filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 1rem;
    margin-right: 1rem;
    margin-left: 1rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    float: left;
    margin-bottom: 1rem;
    position: relative;
}

.excel-button {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .excel-button fa-file-excel-o {
        margin-right: 5px; /* Adjust this margin as needed to separate the icon and text */
    }

.alarmState {
    position: relative;
    margin: 1rem 1rem 1rem 1rem;
    padding: 1rem;
    border: none;
    border-radius: 8px;
    background-color: white;
    color: #0a0a0a;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.13), 0 1px 5px 0 rgba(0, 0, 0, 0.08);
}

    .alarmState .filter label {
        font-weight: 500;
    }

.tasks__filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 1rem;
    margin-right: 1rem;
    margin-left: 1rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    float: left;
    margin-bottom: 1rem;
    position: relative;
}

.tasks .filter label {
    font-weight: 500
}

table .bidtable__time .event-time {
    font-size: 1.5em;
    color: #204537
}

.tasks-tip {
    position: relative;
    cursor: pointer;
    color: #204537;
}


div.date-range-select {
    height: 2.375rem;
    margin: 0 0 1rem;
    padding: .5rem;
    appearance: none;
    border: 1px solid #cacaca;
    border-radius: 8px;
    background-color: #fff;
    font-family: inherit;
    font-size: .9375rem;
    font-weight: normal;
    line-height: 1.5;
    color: #010101;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
    background-origin: content-box;
    background-position: right -1rem center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    padding-right: 1.5rem;
    transition: box-shadow .5s,border-color .25s ease-in-out,-webkit-box-shadow .5s;
}

    div.date-range-select:focus {
        outline: 0;
        border: 1px solid #8a8a8a;
        background-color: #fff;
        -webkit-box-shadow: 0 0 5px #cacaca;
        box-shadow: 0 0 5px #cacaca;
        -webkit-transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
        transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
        transition: box-shadow .5s,border-color .25s ease-in-out;
        transition: box-shadow .5s,border-color .25s ease-in-out,-webkit-box-shadow .5s
    }

    div.date-range-select:disabled {
        background-color: #e6e6e6;
        cursor: not-allowed
    }

    div.date-range-select::-ms-expand {
        display: none
    }

    div.date-range-select[multiple] {
        height: auto;
        background-image: none
    }

    div.date-range-select.disabled {
        background-color: #e6e6e6;
        pointer-events: none
    }

table .bidtable__time.time--overdue {
    background-color: #fcd
}

table .bidtable__time .event-time {
    font-size: 1.5em;
    color: #204537
}

table .tasks--success {
    background: #9ea
}

.task .filter select[size="5"] {
    height: calc(100% - 2rem);
}

.task .filter label {
    font-weight: 500;
}

table.vehicle-table tbody .vehicle-tags .react-tags__search input {
    border: .063rem solid #a9a9a9;
    border-radius: 2px;
}

table.vehicle-table tbody .has-tip, table.vehicle-table tbody a, table.vehicle-table tbody .teisei__label, table.vehicle-table tbody a {
    color: #204537;
}

.filterTable tbody input, .filterTable tbody select,
table.vehicles-table--order-list tbody input, table.vehicles-table--order-list tbody select {
    border-color: #f2f2f2;
}

table.filterTable td div.horizontal-view-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

table.filterTable div.full-width-container,
table.filterTable div.full-width-container input.editable,
table.filterTable div.full-width-container select {
    width: 100%;
}

table.filterTable textarea {
    position: relative;
    width: 100%;
    border: 1px solid #f2f2f2;
}

table.filterTable tbody div.container,
table.vehicles-table--order-list tbody div.container {
    position: relative;
}

    table.filterTable tbody div.container div.comments-container,
    table.vehicles-table--order-list tbody div.container div.comments-container {
        position: absolute;
        width: 100%;
    }

        table.filterTable tbody div.container div.comments-container textarea:focus,
        table.vehicles-table--order-list tbody div.container div.comments-container textarea:focus {
            height: 200px;
            background-color: whitesmoke;
            border: 1px dashed #cacaca;
            z-index: 999;
        }

.filter__sub-row--order-list .select2-container--default .select2-search--inline .select2-search__field {
    margin: 0;
}

table.vehicles-table--order-list tbody tr.tr--top td:nth-of-type(3) {
    padding: 0.3125rem 1.3125rem 0.625rem 0.3rem;
}

.vehicles-table--order-list tbody tr > .vehicle-comments {
    height: 115px; /*increased from 60px in vehicles-table*/
}

table.vehicles-table--order-list tbody tr:not(.tr--top) td:nth-of-type(3) {
    padding: 0.3125rem 0.625rem 0.625rem
}

table.vehicles-table--order-list tbody textarea {
    border-radius: 0;
    width: 100% !important; /*due to 290px is used !important in vehicles-table*/
    margin: 0 0 0.3em;
    border: 1px solid #f2f2f2;
}

    table.vehicles-table--order-list tbody textarea[readonly] {
        background-color: #f2f2f2;
    }

.vehicles-table--order-list tbody .images__counter a {
    color: #0a0a0a;
}

table.vehicles-table--order-list .vehicles-table__add-bid-icon {
    position: absolute;
}

table.vehicles-table--order-list div.startprice-container div.startprice-lable {
    height: 25px;
    line-height: 25px;
}

.vehicles-table--order-list tbody .vehicles-table__images {
    background-color: transparent;
}

    .vehicles-table--order-list tbody .vehicles-table__images > div .images__counter:hover {
        color: #0a0a0a;
    }

    .vehicles-table--order-list tbody .vehicles-table__images > div .images__counter {
        color: rgba(10,10,10,.8);
        background-color: #ffd365;
    }

.width-2em {
    width: 2em !important;
}

.width-6em {
    width: 6em !important;
}

.width-7em {
    width: 7em !important;
}

.width-9em {
    width: 9em !important;
}

.width-10em {
    width: 10em !important;
}

.width-12em {
    width: 12em !important;
}

.width-14em {
    width: 14em !important;
}

.width-15em {
    width: 15em !important;
}

.analysis .filter select[size="5"] {
    height: calc(100% - 2rem);
}

.analysis .filter label {
    font-weight: 500;
}

.analysisState {
    position: relative;
    margin: 1rem 1rem 1rem 1rem;
    padding: 1rem;
    border: none;
    border-radius: 8px;
    background-color: white;
    color: #0a0a0a;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.13), 0 1px 5px 0 rgba(0, 0, 0, 0.08);
}

.lightgrey-analysis-bg {
    position: relative;
    margin: 0 0 1rem 0;
    padding: 1rem;
    border: none;
    border-radius: 8px;
    background-color: white;
    color: #0a0a0a;
}

.filter__analysis__column {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-top: 1rem;
    margin-right: 1rem;
    margin-left: 1rem;
    -webkit-box-pack: justify;
    justify-content: space-between;
    float: left;
    margin-bottom: 1rem;
}
/*for vehicle album*/
.analysis-tip {
    position: relative;
    cursor: pointer;
    color: #0a0a0a
}

.analysis-bid {
    color: #010101 !important;
    background-color: rgba(255,255,255,0) !important;
    padding-left: 0 !important;
    font-weight: bold;
}

.analysis-color-price {
    color: #e5a500
}

.card-section .material-icons {
    color: #0a0a0a;
    text-decoration: none;
    cursor: pointer
}

.analysis__vehicle__grade {
    color: #019267;
    font-weight: bold;
}

.full-width .row:not(.default-width) {
    max-width: 100% !important
}

.card-section-padding {
    padding: .33333rem .5rem;
    padding-bottom: 0rem !important;
    padding-top: 0rem !important;
}

.analysis-card-divider {
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    padding: .5rem 0rem;
    background: rgba(1, 146, 103, 0.05);
}

.auction-deal-td {
    text-align: center;
    padding-top: .3125rem !important;
}

.qualifying-right-filter {
    margin-right: 5px;
}

    .qualifying-right-filter > :last-child {
        margin-right: 0 !important;
    }

.qualifying-chasis-search {
    width: 14rem;
}

.bidTag {
    font-weight: bold;
    cursor: pointer;
    color: #e5a500 !important;
    height: 24px !important;
    width: 22px !important;
    text-align: center;
}

.auctionState {
    position: relative;
    margin: 1rem 1rem 1rem 1rem;
    padding: 1rem;
    border: none;
    border-radius: 8px;
    background-color: white;
    color: #0a0a0a;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.13), 0 1px 5px 0 rgba(0, 0, 0, 0.08);
}

    .auctionState .filter label {
        font-weight: 500;
    }

.auction__filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 1rem;
    margin-right: 1rem;
    margin-left: 1rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    float: left;
    margin-bottom: 1rem;
    position: relative;
}

.auction__savebutton {
    background-color: #019267 !important;
    color: #fefefe !important;
}

.auction_add_button {
    background-color: #019267 !important;
}

.reset__link {
    margin-top: 0.3rem !important;
}

#hoverImageTarget, img.lg-object.lg-image {
    height: 480px !important;
    object-fit: contain;
}

table.bidtable .warning-background, table.bidtable .warning-background:focus,
div.chassis-container .warning-background, div.chassis-container .warning-background:focus {
    background-color: #FFD365;
}

#order-rows-table {
    margin: 1em 0 1em 0;
}

    #order-rows-table tbody tr td {
        padding-top: 0.3125rem;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
    }

    #order-rows-table thead tr th {
        padding-left: 0.625rem;
    }

    #order-rows-table .filterTable tbody > tr select.cc {
        width: 5em;
    }

.mileage_table {
    border: 1px solid #000 !important;
    vertical-align: middle !important;
    font-weight: bold !important;
    text-align: center !important;
}

.mileage_table_width_medium {
    width: 75%;
}

.mileage_table_container {
    border: 1px solid #ccc;
    padding: 1.25em 0.625em 9.375em 0.625em;
    border-radius: 20px;
}

.button.mileage_save_button {
    display: block;
    width: 15%;
}

.mileage_highlight {
    background-color: #ffff66;
}

.no-border {
    border: none !important;
}

.mileage_table:empty::before {
    content: '\00a0';
}

.mileage_meter_icon {
    color: #4d8fdf;
}

.override-white-bg {
    background-color: #fefefe !important;
}

.mileage_image img {
    width: 100%;
    height: 100%;
}

.light-grayish-blue-bg {
    background-color: #E2E9F6;
}

.light-grayish-blue {
    color: #729CC2 !important;
}

.details .card label {
    color: black;
}

.details .card textarea {
    background-color: white;
}

    .details .card textarea[disabled] {
        opacity: 1;
    }


.cm-auc-auction-info i {
    cursor: pointer;
    color: #CC4B37 !important;
    font-size: 1rem !important;
}

.cm-auc-market-price-info {
    display: flex;
    align-items: center; /* vertically center icon + text */
    gap: 6px; /* space between icon and text */
}

.cm-auc-market-price-info i {
    cursor: pointer;
    color: #CC4B37 !important;
    font-size: 1.4rem !important; /* increase icon size */
}

.market-price-text {
    font-weight: 500;
}

.no_bid-bidding_status {
    color: #ff3300;
}

.no_bid-expensive_car_status {
    color: #ffa500;
}

.no_bid-bidding-expensive_car_status {
    color: #6600cc;
}

.text-color-unset {
    color: unset;
}

    .text-color-unset:hover, .text-color-unset:focus {
        color: unset;
    }
