﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

@font-face {
    font-family: "myFutura";
    src: url("/font/FuturaPTBook.eot"); /* IE9 Compat Modes */
    src: url("/font/FuturaPTBook.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("/font/FuturaPTBook.otf") format("opentype"), /* Open Type Font */
    url("/font/FuturaPTBook.svg") format("svg"), /* Legacy iOS */
    url("/font/FuturaPTBook.ttf") format("truetype"), /* Safari, Android, iOS */
    url("/font/FuturaPTBook.woff") format("woff"), /* Modern Browsers */
    url("/font/FuturaPTBook.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    height: 100%;
}

body {
    height: 100%;
}

.logo {
    padding-top: 50px;
    text-align: center;
    width: 50%;
    margin: auto;
}

.submit-btn {
    text-align: center;
    width: 50%;
    margin: auto;
}

.h-max {
    height: 100%;
    overflow: auto;
}

.tools {
    float: right;
    height: 1000px;
    min-height: 100px;
}

.header-text {
    padding-top: 60px;
    padding-left: 30px;
    text-align: left;
    font-size: 1.5rem;
    font-weight: 200;
    line-height: 1.2;
    font-family: myFutura;
}

.body-text {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 20px;
    text-align: left;
    font-size: 1.2rem;
    font-weight: 200;
    line-height: 1.2;
    font-family: myFutura;
}

.form-futura {
    font-size: 1.0rem;
    font-weight: 200;
    line-height: 1.2;
    font-family: myFutura;
}

.form-align {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 20px;
}

.nopadding {
    padding-left: 0px;
}

.nopadding-all {
    padding: 0px;
}

.nopadding-vertical {
    padding-top: 0px;
    padding-bottom: 0px;
}

.input-height {
    height: 31px;
}

.upload-size {
    height: 31px;
    width: 187px;
}

.success-thanks {
    padding-top: 160px;
    font-size: 2.0rem;
    font-weight: 400;
    line-height: 1.2;
    font-family: myFutura;
    color: #02c2c2;
    text-align: center;
    width: 50%;
    margin: auto;
}

.warranty-valid {
    padding-top: 20px;
    text-align: left;
    font-size: 1.2rem;
    font-weight: 200;
    line-height: 1.2;
    font-family: myFutura;
    color: #02c2c2;
    text-align: center;
    width: 50%;
    margin: auto;
}

.reset-a, .reset-a:hover, .reset-a:visited, .reset-a:focus, .reset-a:active {
    text-decoration: none;
    color: inherit;
    outline: 0;
    cursor: nav;
}

.logo-blue {
    text-align: center;
    padding-top: 60px;
    width: 50%;
    margin: auto;
}

.error-div {
    font-size: 1.0rem;
    font-weight: 200;
    line-height: 1.2;
    font-family: myFutura;
    color: #dc3545;
    text-align: center;
    width: 50%;
    margin: auto;
}

.hide-me {
    display: none;
}

.circle {
    height: 16px;
    width: 16px;
    background-color: red;
    color: #dc3545;
    border-radius: 50%;
    color: white;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    font-size: 0.7rem;
}

.error-bold {
    font-weight: bold;
}

.text-underline {
    text-decoration: underline;
}

.lang-div {
    float: left;
}

.no-padding-right {
    padding-right: 0px;
}

.mo-link {
    text-align: left;
    font-size: 1.2rem;
    font-weight: 200;
    line-height: 1.2;
    font-family: myFutura;
    color: white;
    background-color: #02c2c2;
    text-align: center;
    margin: auto;
    width: 350px;
    padding-top: 20px;
    padding-bottom: 20px;
}

/* cookie policy */

.message.global.cookie {
    display: block;
    line-height: 1.2em;
    background: 0 0;
    border: none;
    margin: 0;
    padding: 0;
    z-index: 99;
    text-align: center;
    width: 50%;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 25%;
}

    .message.global.cookie a {
        color: #fff;
        text-decoration: underline
    }

        .message.global.cookie a:hover {
            color: #fff
        }

    .message.global.cookie .actions {
        margin: 0
    }

.message.global .content {
    background: #2f2f2f;
    text-align: center;
    padding: 10px 30px;
    direction: ltr;
    max-width: 850px;
    margin: 0 auto;
    display: flex;
    color: #fff;
    opacity: .8
}

    .message.global .content p {
        font-size: 14px;
        line-height: 1.2;
        width: 85%;
        margin-right: 20px
    }

    .message.global .content .action.primary {
        background-color: transparent;
        border: 1px solid #fff;
        color: #fff;
        cursor: pointer;
        outline: none;
        font-size: 10px;
        font-family: myFutura;
        padding: 0 8px;
        text-transform: uppercase;
        letter-spacing: 3px;
        line-height: 30px;
        height: 30px;
        position: relative;
        -webkit-transition: color .2s,background .2s;
        -moz-transition: color .2s,background .2s;
        -o-transition: color .2s,background .2s;
        transition: color .2s,background .2s
    }

.message.global .close-btn-wrapper {
    background-color: #2f2f2f;
    cursor: pointer;
    opacity: .8;
    position: relative
}

    .message.global .close-btn-wrapper #close_gdpr:after {
        content: "\00d7";
        font-family: myFutura;
        font-size: 24px;
        background: #000;
        border-radius: 50%;
        position: absolute;
        width: 24px;
        height: 24px;
        left: 20px;
        top: -6px
    }
