﻿button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100vh;
    overflow-x: hidden;
    /*margin-right: calc(-1 * (100vw - 100%));*/
}

.table-users > td {
    vertical-align: middle;
    height: 70px;
}

.pre {
    white-space: pre-wrap;
}

.js-image-replace {
    cursor: pointer;
}

.parent {
    position: relative;
    object-fit: cover;
    object-position: top left;
}

.over-img {
    position: absolute;
    top: 0;
    left: 3%;
    z-index: 1;
}

.hide-alert {
    animation: cssAnimation 6s ease-in forwards;
}

@keyframes cssAnimation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    99% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.btn-float {
    position: fixed;
    /*width: 60px;
    height: 60px;*/
    bottom: 40px;
    right: 42px;
    /*background-color: #0C9;
    color: #FFF;*/
    /*border-radius: 50px;*/
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    z-index: 2000;
}

.grecaptcha-badge {
    visibility: hidden;
}

.faded {
    opacity: 0.4;
}

.htmltooltip {
    position: relative;
    display: inline-block;
}

    .htmltooltip .tooltiptext {
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        visibility: hidden;
        width: 200px;
        background-color: #d2e1ef;
        color: #002c56;
        padding: 4px 4px 4px 10px;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
    }

    .htmltooltip:hover .tooltiptext {
        visibility: visible;
    }

a.link-dark:link {
    color: #333333;
    text-decoration: underline;
}

a.link-dark:visited {
    color: #333333;
    text-decoration: underline;
}

a.link-dark:hover {
    color: #999999;
    text-decoration: underline;
    text-decoration-Style: double;
}

a.link-dark:active {
    color: #333333;
    text-decoration: underline;
}

.faq i {
    min-width: 20px;
}

.faq H5 {
    padding: 0.5em;
    margin: 0em;
}

.faq .number-list {
    font-weight: bold;
    margin-left: -1.75em;
    margin-right: 0.25em;
}

a.no-underline:link {
    text-decoration: none;
}

.hide-faq-delivery #faq-delivery {
    display: none;
}

.hide-faq-returns #faq-returns {
    display: none;
}

.hide-faq-payments #faq-payments {
    display: none;
}

.hide-faq-warranty #faq-warranty {
    display: none;
}
