/*
 * DOM element rendering detection
 * https://davidwalsh.name/detect-node-insertion
 */
@keyframes chartjs-render-animation {
    from { opacity: 0.99; }
    to { opacity: 1; }
}

.chartjs-render-monitor {
    animation: chartjs-render-animation 0.001s;
}

/*
 * DOM element resizing detection
 * https://github.com/marcj/css-element-queries
 */
.chartjs-size-monitor,
.chartjs-size-monitor-expand,
.chartjs-size-monitor-shrink {
    position: absolute;
    direction: ltr;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    pointer-events: none;
    visibility: hidden;
    z-index: -1;
}

.chartjs-size-monitor-expand > div {
    position: absolute;
    width: 1000000px;
    height: 1000000px;
    left: 0;
    top: 0;
}

.chartjs-size-monitor-shrink > div {
    position: absolute;
    width: 200%;
    height: 200%;
    left: 0;
    top: 0;
}
.configurator-content {
    padding-top: 10px;
}
.configurator-content html, .configurator-content body, .configurator-content div, .configurator-content span, .configurator-content applet, .configurator-content object, .configurator-content iframe,
.configurator-content h1, .configurator-content h2, .configurator-content h3, .configurator-content h4, .configurator-content h5, .configurator-content h6, .configurator-content p, .configurator-content blockquote, .configurator-content pre,
.configurator-content a, .configurator-content abbr, .configurator-content acronym, .configurator-content address, .configurator-content big, .configurator-content cite, .configurator-content code,
.configurator-content del, .configurator-content dfn, .configurator-content em, .configurator-content img, .configurator-content ins, .configurator-content kbd, .configurator-content q, .configurator-content s, .configurator-content samp,
.configurator-content small, .configurator-content strike, .configurator-content strong, .configurator-content sub, .configurator-content sup, .configurator-content tt, .configurator-content var,
.configurator-content b, .configurator-content u, .configurator-content i, .configurator-content center,
.configurator-content dl, .configurator-content dt, .configurator-content dd, .configurator-content ol, .configurator-content ul, .configurator-content li,
.configurator-content fieldset, .configurator-content form, .configurator-content label, .configurator-content legend,
.configurator-content table, .configurator-content caption, .configurator-content tbody, .configurator-content tfoot, .configurator-content thead, .configurator-content tr, .configurator-content th, .configurator-content td,
.configurator-content article, .configurator-content aside, .configurator-content canvas, .configurator-content details, .configurator-content embed,
.configurator-content figure, .configurator-content figcaption, .configurator-content footer, .configurator-content header, .configurator-content hgroup,
.configurator-content menu, .configurator-content nav, .configurator-content output, .configurator-content ruby, .configurator-content section, .configurator-content summary,
.configurator-content time, .configurator-content mark, .configurator-content audio, .configurator-content video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

.configurator-content article, .configurator-content aside, .configurator-content details, .configurator-content figcaption, .configurator-content figure,
.configurator-content footer, .configurator-content header, .configurator-content hgroup, .configurator-content menu, .configurator-content nav, .configurator-content section {
    display: block;
}

.configurator-content body {
    line-height: 1;
}

.configurator-content ol, .configurator-content ul {
    list-style: none;
}

.configurator-content blockquote, .configurator-content q {
    quotes: none;
}

.configurator-content blockquote:before, .configurator-content blockquote:after,
.configurator-content q:before, .configurator-content q:after {
    content: none;
}

.configurator-content table {
    border-collapse: collapse;
    border-spacing: 0;
}

.configurator-content .text-sedox-red {
    color: #c30f0f;
}

.configurator-content h1,
.configurator-content .box-brand-label {
    color: #c30f0f;
    font-size: 2rem;
    font-weight: 800;
}

.configurator-content .box-brand-label {
    padding-bottom: 1rem;
    line-height: 1rem;
}

.configurator-content .border {
    border-color: #bfbfbf !important;
}

.configurator-content .configurator-dropdowns .item {
    max-width: 80px;
    height: 50px;
    padding: 0 5px;
    font-size: 0;
    position: relative;
    background-color: #e5e5e5;
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
    filter: opacity(60%);
}

.configurator-content .configurator-dropdowns .item:active,
.configurator-content .configurator-dropdowns .item:hover,
.configurator-content .configurator-dropdowns .item.active {
    cursor: pointer;
    border-bottom-color: transparent !important;
    background-color: #f7f7f7;
    padding-bottom: 1px;
    filter: opacity(100%);
}

.configurator-content .configurator-dropdowns .item--cars {
    background-image: url("../img/vehicle_type_car.png");
}

.configurator-content .configurator-dropdowns .item--trucks {
    background-image: url("../img/vehicle_type_truck.png");
}

.configurator-content .configurator-dropdowns .item--agriculture {
    background-image: url("../img/vehicle_type_agriculture.png");
}

.configurator-content .configurator-dropdowns .item--marine {
    background-image: url("../img/vehicle_type_boat.png");
}

.configurator-content .configurator-dropdowns .item--motorcycles {
    background-image: url("../img/vehicle_type_motorcycle.png");
}

.configurator-content .configurator-dropdowns .app-logo {
    width: 140px;
    height: 45px;
    position: relative;
    top: -10px;
}

.configurator-content .configurator-dropdowns label {
    font-size: 1rem;
    font-weight: 700;
    color: #4d4d4d;
}

.configurator-content .configurator-dropdowns select {
    border-radius: 0;
    height: calc(1.5em + 1.75rem + 2px);
    padding: .5rem 1.75rem .5rem .75rem;
}

.configurator-content .configurator-dropdowns .box-dropdowns {
    margin-top: -1px;
    background-color: #f7f7f7;
}

.configurator-content .configurator-dropdowns .btn-show-remaps {
    background-color: #c30f0f;
    color: white;
    padding: .85rem 1.75rem .85rem 1.75rem;
    text-align: center;
}

.configurator-content .configurator-dropdowns .btn-show-remaps:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    pointer-events: all !important;
}

.configurator-content .box-selectors .item {
    cursor: pointer;
}

.configurator-content .box-selectors .item > :hover {
    background-color: #f7f7f7;
}

.configurator-content .box-selectors img {
    height: 100px;
}

.configurator-content .boxCarData .logo {
    width: 150px;
    padding: .5rem;
    text-align: center;
}

.configurator-content .boxCarData .logo img {
    width: 70%;
}

.configurator-content .boxCarData .brand {
    color: #808080;
    font-weight: 700;
}

.configurator-content .boxCarData .model {
    font-size: 2rem;
    font-weight: 800;
    line-height: 2rem;
}

.configurator-content .boxCarData .engine {
    font-size: 2.5rem;
    font-weight: 300;
}

.configurator-content .boxCarData .image img {
    width: 100%;
}

.configurator-content .boxCarData h2 {
    font-size: 1.4rem;
}

.configurator-content .boxCarData .tbl-tuning {
    table-layout: fixed;
    width: 95%;
    font-size: .8rem;
}

.configurator-content .boxCarData .tbl-tuning th {
    font-weight: 700;
}

.configurator-content .boxCarData .tbl-tuning th:nth-child(even) {
    color: #808080;
}

.configurator-content .boxCarData .tbl-tuning th:nth-child(odd) {
    color: #c30f0f;
}

.configurator-content .boxCarData .tbl-tuning tr:nth-child(1) td {
    border-bottom: solid 2px #fff;
}

.configurator-content .boxCarData .tbl-tuning th, .configurator-content .boxCarData .tbl-tuning td {
    padding: 15px;
    text-align: center;
    vertical-align: middle;
}

.configurator-content .boxCarData .tbl-tuning tr td:first-child {
    background-color: #000 !important;
    color: #fff;
}

.configurator-content .boxCarData .tbl-tuning tr.power td:nth-child(odd) {
    background-color: #c30f0f;
    color: #fff;
}

.configurator-content .boxCarData .tbl-tuning tr.power td:nth-child(2n+4) {
    color: #c30f0f;
}

.configurator-content .boxCarData .tbl-tuning tr.torque td:nth-child(odd) {
    background-color: #3c86d9;
    color: #fff;
}

.configurator-content .boxCarData .tbl-tuning tr.torque td:nth-child(2n+4) {
    color: #3c86d9;
}

.configurator-content .boxCarData .tbl-tuning td:not(:first-child) {
    font-size: 1.3rem;
}

.configurator-content .boxCarData .tbl-tuning td:nth-child(even) {
    background-color: #f1f1f1;
}

.configurator-content .boxCarData .tbl-specs {
    table-layout: fixed;
    width: 100%;
    font-size: 1.1rem;
    margin-top: 1rem;
}

.configurator-content .boxCarData .tbl-specs tr td:nth-child(even) {
    font-weight: 700;
    text-align: right;
    line-height: 1.9rem;
}

.configurator-content .boxCarData .option-img {
    background-color: #f1f1f1;
    width: 85px;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #a5a5a5;
}

.configurator-content .boxCarData .option-img img {
    max-width: 86px;
    max-height: 86px;
}

.configurator-content .boxCarData .option-container {
    width: 85px;
}

.configurator-content .spinner {
    display: block;
    height: 24px;
    width: 24px;
    border: 2px solid rgba(79, 77, 96, .2);
    border-right-color: rgba(79, 77, 96, .5);
    border-radius: 22px;
    text-align: center;
    margin: 0 auto;
    animation: spinner-rotate 0.3s infinite linear;
    -webkit-animation: spinner-rotate 0.3s infinite linear;
    -moz-animation: spinner-rotate 0.3s infinite linear;
}
.configurator-content .spinner.big {
    width: 50px;
    height: 50px;
    border-radius: 40px;
    border-width: 5px;
}
.configurator-content .spinner.small{
    width: 18px;
    height: 18px;
    border-radius: 13px;
    border-width: 2px;
}

.configurator-content .spinner.white {
    border-color: rgba(255, 255, 255, .2);
    border-right-color: rgba(255, 255, 255, .5);
}
.configurator-content .spinner.danger {
    border-color: rgba(195, 15, 15, .2);
    border-right-color: rgba(195, 15, 15, .5);
}
.configurator-content .hidden {
    display: none;
}
.configurator-content .boxCarData .tbl-tuning-mods p {
    font-size: 1.1rem;
}

.configurator-content .boxCarData .btn-copy-performance {
    margin: 0;
    padding: 0;
    border: none;
    color: #808080;
    outline: none;
    background: inherit;
}
/**
Dark theme
 */
.configurator-content.theme-dark {
    background-color: #000000;
    color: #FFFFFF;
}
.configurator-content.theme-dark .configurator-dropdowns .box-dropdowns {
    background: rgba(255, 255, 255, 0.2);
}
.configurator-content.theme-dark .configurator-dropdowns .item:active,
.configurator-content.theme-dark .configurator-dropdowns .item:hover,
.configurator-content.theme-dark .configurator-dropdowns .item.active {
    background-color: rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.6) !important;
}
.configurator-content.theme-dark .configurator-dropdowns label {
    color: #FFFFFF;
}
.configurator-content.theme-dark .configurator-dropdowns select,
.configurator-content.theme-dark .configurator-dropdowns select optgroup,
.configurator-content.theme-dark .configurator-dropdowns select:focus::-ms-value {
    background-color: #5c5c5c !important;
    color: #FFFFFF !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
}
.configurator-content.theme-dark .configurator-dropdowns select:focus,
.configurator-content.theme-dark .configurator-dropdowns select:active,
.configurator-content.theme-dark .configurator-dropdowns .btn-show-remaps:focus,
.configurator-content.theme-dark .configurator-dropdowns .btn-show-remaps:active {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, .25) !important;
}
.configurator-content.theme-dark .configurator-dropdowns .btn-show-remaps:focus {
    outline: 3px auto rgba(255, 255, 255, .25);
}
.configurator-content.theme-dark .border {
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
}
.configurator-content .border-top {
    border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
}
.configurator-content.theme-dark .configurator-dropdowns .item {
    border-bottom:1px solid rgba(255, 255, 255, 0.4) !important;
}

.configurator-content.theme-dark .configurator-dropdowns .btn-show-remaps {
    border-color: rgba(255, 255, 255, 0.2);
}
.configurator-content.theme-dark .boxCarData .brand,
.configurator-content.theme-dark .boxCarData .engine,
.configurator-content.theme-dark .boxCarData h2,
.configurator-content.theme-dark .boxCarData .tbl-specs {
    color: #FFFFFF;
}
.configurator-content.theme-dark .boxCarData .tbl-tuning tr:nth-child(1) td {
    border-bottom: solid 2px rgba(92, 92, 92,0.5);
}
.configurator-content.theme-dark .boxCarData .tbl-tuning td:nth-child(even) {
    background: rgba(241, 241, 241, 0.2);
    color: #FFFFFF;
}
.configurator-content.theme-dark .configurator-dropdowns .item {
    background-color: #000000;
}
.configurator-content.theme-dark .configurator-dropdowns .item--cars {
    background-image: url("../img/vehicle_type_car_white.png");
}
.configurator-content.theme-dark .configurator-dropdowns .item--trucks {
    background-image: url("../img/vehicle_type_truck_white.png");
}
.configurator-content.theme-dark .configurator-dropdowns .item--agriculture {
    background-image: url("../img/vehicle_type_agriculture_white.png");
}

.configurator-content.theme-dark .configurator-dropdowns .item--marine {
    background-image: url("../img/vehicle_type_boat_white.png");
}
.configurator-content.theme-dark .configurator-dropdowns .item--motorcycles {
    background-image: url("../img/vehicle_type_motorcycle_white.png");
}
.configurator-content.theme-dark .boxCarData .option-img {
    border: none;
}
@-webkit-keyframes spinner-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
    }
}
/*
 Extra small devices (portrait phones, less than 576px)
 */
@media (max-width: 575.98px) {
    .configurator-content .box-brand-label {
        font-size: 1.2rem;
    }
    .configurator-content .boxCarData .engine,
    .configurator-content .boxCarData h2 {
        font-size: unset;
    }
    .configurator-content .boxCarData .model {
        font-size: unset;
        line-height: unset;
    }
    .configurator-content .configurator-dropdowns .app-logo {
        top: 0px;
    }
}
@media only screen and (min-width: 576px) {
    .configurator-content .configurator-dropdowns .item {
        width: 80px;
        height: 55px;
    }
    .configurator-content .configurator-dropdowns .app-logo {
        top: 0px;
    }
}

@media only screen and (min-width: 768px) {
    .configurator-content .md-border-right {
        border-right: 1px solid #dee2e6;
    }
    .configurator-content.theme-dark .md-border-right {
        border-right: 1px solid rgba(255, 255, 255, 0.2);
    }
    .configurator-content .boxCarData .tbl-tuning {
        width: 80%;
        font-size: 1rem;
    }
    .configurator-content .boxCarData .tbl-tuning td:not(:first-child) {
        font-size: 1.5rem;
    }
    .configurator-content .configurator-dropdowns .app-logo {
        top: -10px;
    }
}
