﻿@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }

    100% {
        box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
    }
}

input[type=range] {
    -webkit-appearance: none;
    margin: 18px 0;
    width: 100%;
}

    input[type=range]:focus {
        outline: none;
    }

    input[type=range]::-webkit-slider-runnable-track {
        width: 100%;
        height: 8.4px;
        cursor: pointer;
        animate: 0.2s;
        box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
        border-radius: 1.3px;
        border: 0.2px solid #010101;
    }

    input[type=range]::-webkit-slider-thumb {
        box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
        border: 1px solid #000000;
        height: 36px;
        width: 16px;
        border-radius: 3px;
        background: #ffffff;
        cursor: pointer;
        -webkit-appearance: none;
        margin-top: -14px;
    }

    input[type=range]::-moz-range-track {
        width: 100%;
        height: 8.4px;
        cursor: pointer;
        animate: 0.2s;
        box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
        border-radius: 1.3px;
        border: 0.2px solid #010101;
    }

    input[type=range]::-moz-range-thumb {
        box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
        border: 1px solid #000000;
        height: 36px;
        width: 16px;
        border-radius: 3px;
        background: #ffffff;
        cursor: pointer;
    }

    input[type=range]::-ms-track {
        width: 100%;
        height: 8.4px;
        cursor: pointer;
        animate: 0.2s;
        background: transparent;
        border-color: transparent;
        border-width: 16px 0;
        color: transparent;
    }

    input[type=range]::-ms-fill-lower, input[type=range]::-ms-fill-upper {
        border: 0.2px solid #010101;
        border-radius: 2.6px;
        box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    }

    input[type=range]::-ms-thumb {
        box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
        border: 1px solid #000000;
        height: 36px;
        width: 16px;
        border-radius: 3px;
        background: #ffffff;
        cursor: pointer;
    }

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
    font-style: italic;
}

.bg-white-hover:hover {
    background-color: white;
}

body {
    position: relative;
    min-height: 100vh;
    margin: 0;
    background-color: white;
    font-family: var(--main-font-family) !important;
    word-wrap: break-word;
}

    body > form {
        height: 100%;
    }

    body * {
        font-family: var(--main-font-family);
        word-wrap: break-word;
    }

        body *:focus {
            outline: none !important;
        }

button {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal !important;
}

.card > .card-header {
    min-height: 49px;
}

.card-transparent {
    background-color: transparent !important;
}

    .card-transparent > .card-header,
    .card-transparent > .card-body {
        background-color: rgba(255, 255, 255, 0.7);
    }

#cookie {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 6;
    padding: 10px;
    text-align: center;
    margin: 0;
    min-height: 0;
}

#cookie-button {
    margin-left: 10px;
}

#copyright-text > * {
    white-space: normal !important;
}

#custom-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    z-index: 1049;
}

.dark-background {
    background-color: rgba(0, 0, 0, 0.1);
}

.highlighted {
    position: relative;
    z-index: 1050;
}

.info-icon {
    font-size: 1.3rem !important;
    cursor: default;
}

input[type=date] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    min-height: 1.2rem;
}

input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: searchfield-cancel-button;
}

.main-bg-button.disabled, .main-bg-button:disabled {
    pointer-events: none;
}

.main-bg-button-inverse.disabled, .main-bg-button-inverse:disabled {
    pointer-events: none;
}

#main-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    /*background-color: black;*/
    font-size: 9px;
}

    #main-footer #terms-block > div:not(:last-child) > .terms-link {
        border-right: 1px solid white;
    }

.main-link {
    font-size: 1.1rem;
}

.navbar-toggler {
    display: none;
}

#main-navbar {
    background-color: black;
}

    #main-navbar .dropdown-menu {
        position: absolute !important;
        z-index: 1042;
    }

.modal {
    overflow-y: auto !important;
}

    .modal button.close {
        overflow: visible !important;
    }

    .modal.no-scroll .modal-body {
        overflow: auto;
        min-height: 200px;
        height: 70vh;
    }

    .modal .modal-dialog:not(.modal-fullscreen) {
        max-height: 80vh;
    }

    .modal .modal-footer > :not(:first-child) {
        margin-left: 0 !important;
    }

    .modal .modal-wide {
        width: 80%;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

.navbar-brand > img {
    height: 40px;
    width: 180px;
}

.pulse {
    animation: shadow-pulse 1s infinite;
    position: relative;
}

.slider-track {
    border: 1px solid #ced4da;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.slider-track-high {
    background-color: white !important;
}

textarea.no-resize {
    resize: none;
}

.tippy-content {
    pointer-events: auto;
}

.toDatatable:not(.fixedHeader-floating) {
    width: 100% !important;
}

    .toDatatable:not(.fixedHeader-floating) > thead > tr > th {
        vertical-align: top !important;
    }

    .toDatatable:not(.fixedHeader-floating) > tbody > tr > td {
        /*-ms-word-break: break-all;
        word-break: break-all;
        // Non standard for WebKit
        word-break: break-word;*/
    }

    .toDatatable:not(.fixedHeader-floating) .dtr-data {
        display: block;
    }

    .toDatatable:not(.fixedHeader-floating) .main-cell {
        min-width: 150px;
    }

    .toDatatable:not(.fixedHeader-floating) .small-cell {
        width: 50px !important;
    }

.totabs > ul {
    display: flex;
    flex-flow: row wrap;
    padding: 0 !important;
}

    .totabs > ul > li {
        flex-grow: 1;
        text-align: center;
        margin: 0 !important;
    }

        .totabs > ul > li.ui-tabs-active {
            border: 0 !important;
        }

        .totabs > ul > li > a {
            width: 100%;
            padding: 1em !important;
            text-transform: uppercase;
        }

.unclickable {
    pointer-events: none !important;
}

.unselectable {
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.validation-input-group {
    flex-wrap: nowrap !important;
}

    .validation-input-group .input-group-text > i {
        font-size: 1.5rem;
    }

    .validation-input-group .validation-input-block {
        flex-grow: 1;
    }

.validation-input-block .content-append {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.validation-input-block .content-prepend {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.validation-input-block .content-wrapped {
    border-radius: 0 !important;
}

.validation-label,
label.error {
    /*color: $main-error-color;*/
    font-size: 1rem;
    min-height: 24px;
    font-weight: bold;
}

.dropzone {
    position: relative;
    border: 5px dashed rgba(0, 0, 0, 0.1);
    height: 200px;
}

    .dropzone:hover, .dropzone:focus {
        opacity: 0.6;
    }

        .dropzone:hover:after, .dropzone:focus:after {
            display: block;
            content: "";
            position: absolute;
            top: 10%;
            left: 0;
            width: 100%;
            height: 80%;
            background-image: url("/Images/attachment.png");
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
            pointer-events: none;
        }

.fileupload-input {
    z-index: 2;
    cursor: pointer;
    -moz-opacity: 0;
    filter: alpha(opacit=0);
    opacity: 0;
    width: 100%;
    height: 100%;
}

@font-face {
    font-family: "Montserrat";
    src: url("/fonts/Montserrat/Montserrat-Regular.ttf");
    font-display: swap;
}

@font-face {
    font-family: "PorscheNext";
    src: url("/fonts/PorscheNext/PorscheNext-Regular.otf");
    font-display: swap;
}

@font-face {
    font-family: "OpenSans";
    src: url("/fonts/Open Sans/OpenSans-Medium.ttf");
    font-display: swap;
}

@font-face {
    font-family: "Toyota";
    src: url("/fonts/Toyota/ToyotaType-Regular.woff2");
    font-display: swap;
}

html {
    font-size: 14px !important;
}


.sectionritiroheader {
    padding: 10px;
    margin-top: 10px;
    font-weight: bold;
    font-size: large;
    /* text-decoration: underline; */
    background-color: whitesmoke;
}

@media (max-width: 768px) {
    .navbar-toggler {
        display: flex !important;
        border-color: white !important;
    }

    .navbar-toggler-icon {
        color: white !important;
        font-size: 20px;
        padding-top: 5px;
    }

    .navbar-collapse ul {
        display: inline-block !important;
    }

    .navbar-nav li:not(.d-none) {
        display: inline-block !important;
    }
}
