﻿@font-face {
    font-family: "HelveticaNeueW01-45Ligh";
    src: url('../fonts/530dee22-e3c1-4e9f-bf62-c31d510d9656.woff') format('woff');
}

@font-face {
    font-family: "HelveticaNeueW01-55Roma";
    src: url('../fonts/bcf54343-d033-41ee-bbd7-2b77df3fe7ba.woff') format('woff');
}

@font-face {
    font-family: "HelveticaNeueW01-75Bold";
    src: url('../fonts/14ff6081-326d-4dae-b778-d7afa66166fc.woff') format('woff');
}

body {
    font-family: 'HelveticaNeueW01-55Roma';
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    font-family: 'HelveticaNeueW01-55Roma';
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    font-family: 'HelveticaNeueW01-55Roma';
    max-width: 350px;
}

input.text {
    font-family: 'HelveticaNeueW01-55Roma';
    max-width: 250px;
}

input.text-short {
    font-family: 'HelveticaNeueW01-55Roma';
    max-width: 150px;
}

input.text-bank {
    font-family: 'HelveticaNeueW01-55Roma';
    max-width: 205px;
}

input.nummer {
    font-family: 'HelveticaNeueW01-55Roma';
    max-width: 130px;
}

a.participationCondition {
    color: #FFFFFF;
    text-decoration: none;
}

/* EMDE Set width on the form input elements since they're 100% wide by default */
.error {
    max-width: 350px;
    margin: 0;
    padding: 0;
    margin-left: 10px;
}

body {
    font-family: 'HelveticaNeueW01-55Roma';
    background-color: #272727;
    color: #fff
}

h4.header-4 {
    font-weight: 300;
}
h5.header-5 {
    font-weight: 600;
    /*font-size: 1rem;*/
    font-size: 0.8rem;
    margin-bottom: 0px;
}

.display_01 {
    font-size:0.8rem;
}

.form-label {
    margin-bottom:0;
}

.form-label-mandatory::after{
    content: "*";
}

.form-control {
    border-radius: 0;
    line-height: 1;
    font-size:14px;
    padding: 2px;
}

.miele-logo {
    position:absolute;
    top:0;
    left:50%;
    transform:translateX(-50%);
    z-index:1500;
}
.miele-logo__logo::before {
    height: 60px;
    width: 157px;
    content: '';
    display: block;
    background-image: url('img/Miele_Logo.svg');
    background-size:cover;
}

.btn.btn-danger {
    font-size: 0.8rem;
    padding: 0 4px 0 4px;
    border-radius: 0px;
    background-color: #8C0014 !important;
    border-color: #8C0014 !important;
}

.bg-danger {
    background-color: #8C0014 !important;
}

.bg-danger.condition {
    font-size: 0.8rem;
    padding: 2px 4px 2px 4px;
    height:21px;
}

.ss-main.form-control{
    padding: 0 !important;
}

.ss-main .ss-single-selected {
    height: 23px;
    padding: 0px;
    border-radius: 0;
}

#div_dealerId .ss-main.form-control {
    max-width: 800px !important;
}

#div_dealerId .ss-main .ss-single-selected {
    max-width: 800px !important;
}

#div_dealerId input[type="search"] {
    max-width: 98%;
}
    /*
#div_dealerid .ss-11648 .ss-main .form-control {
    max-width: 800px !important;
}*/
    .ss-main .ss-single-selected .placeholder {
        font-size: 14px !important;
        padding: 0 4px;
        color: #000;
        opacity: 1;
    }

.ss-option {
    font-size: 14px;
}

/* Error Style */
.input-validation-error {
    /*#dc3545 */
    border-bottom-color: #dc3545 !important;
    border-bottom-width: medium !important;
}

/* Override the default sweetalert behavior */
.swal2-styled.swal2-confirm {
    background-color: #8C0014 !important;
}

.swal2-icon.swal2-error.swal2-animate-error-icon {
    border-color: #8C0014 !important;
}

.swal2-x-mark-line-left {
    background-color: #8C0014 !important;
}

.swal2-x-mark-line-right {
    background-color: #8C0014 !important;
}

/* OVERLAY */
.overlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    opacity: 0.75;
    background: #222;
}

.overlay__inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.overlay__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.spinner {
    width: 75px;
    height: 75px;
    display: inline-block;
    border-width: 8px;
    /*border-color: rgba(255, 255, 255, 0.05);*/
    /*border-top-color: #fff;*/
    border-color: #8C0014;
    border-top-color: #000;
    animation: spin 1s infinite linear;
    border-radius: 100%;
    border-style: solid;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}
/* ENDE OVERLAY */

.sampleDevices {
    border: 1px solid silver;
    transform: scale(0.85);
    transform-origin: top left;
}

@media only screen and (max-width: 1200px) {

    input,
    select,
    textarea {
        font-family: 'HelveticaNeueW01-55Roma';
        max-width: 100%;
    }

        input.text {
            font-family: 'HelveticaNeueW01-55Roma';
            max-width: 100%;
        }

        input.text-bank {
            font-family: 'HelveticaNeueW01-55Roma';
            max-width: 100%;
        }

    .ss-main {
        max-width: 100%;
    }
}

@media only screen and (max-width: 992px) {

    input,
    select,
    textarea {
        font-family: 'HelveticaNeueW01-55Roma';
        max-width: 100%;
    }

        input.text {
            font-family: 'HelveticaNeueW01-55Roma';
            max-width: 100%;
        }

        input.text-bank {
            font-family: 'HelveticaNeueW01-55Roma';
            max-width: 100%;
        }

        input.nummer {
            font-family: 'HelveticaNeueW01-55Roma';
            max-width: 100%;
        }

        input.nummer-short {
            font-family: 'HelveticaNeueW01-55Roma';
            max-width: 130px;
        }

    .ss-main {
        max-width: 100%;
    }

    .swal2-popup {
        font-size: 0.75rem !important;
    }
}

@media only screen and (max-width: 576px) {
    input,
    select,
    textarea {
        font-family: 'HelveticaNeueW01-55Roma';
        max-width: 100%;
    }

        input.text {
            font-family: 'HelveticaNeueW01-55Roma';
            max-width: 100%;
        }

        input.text-bank {
            font-family: 'HelveticaNeueW01-55Roma';
            max-width: 100%;
        }

        input.nummer {
            font-family: 'HelveticaNeueW01-55Roma';
            max-width: 100%;
        }

    .ss-main {
        max-width: 100%;
    }

    .swal2-popup {
        font-size: 0.75rem !important;
    }

    .xs-padding {
        padding-left: 10px;
        padding-right: 10px;
    }

    .sampleDevices {
        margin-left: 15px;
        transform: scale(0.95);
        transform-origin: top left;
    }
}
