﻿/* ==========================================================================
   General
   ========================================================================== */

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: BuloRounded-Regular;
    font-weight: normal;
    font-style: normal;
    color: #623b2a;
    margin: 0 0 90px; /* bottom = footer height */
}

/*
 * Headings
 */
h2 {
    border-bottom: 1px solid #4b4b4b;
    text-align: center;
    font-size: 2.5em;
    line-height: 2em;
    margin-top: 0;
    font-weight: 200;
}

    h2 img {
        margin-right: .3em;
        height: 30px;
    }

h3 {
    font-size: 4.5em;
    font-weight: 200;
    margin-bottom: 5px;
}

.subhead {
    font-weight: 400;
    font-size: 1.2em;
    margin-bottom: 25px;
}

.text-green {
    color: #c4d339;
}

/*
 * Buttons and Backgrounds
 */
.bg-blue,
.btn-blue {
    background-color: #0c5ba8 !important;
    color: #ffffff;
}

.bg-green,
.btn-green {
    background-color: #c4d339 !important;
    color: #ffffff;
}

.bg-turquoise,
.btn-turquoise {
    background-color: #009e95 !important;
    color: #ffffff;
}

.btn-blue,
.btn-green,
.btn-turquoise {
    border: 0;
}

    .btn-blue:hover,
    .btn-blue:focus,
    .btn-blue:active {
        background-color: #0a4782;
        border-color: #0a4782;
        color: #ffffff;
    }

    .btn-turquoise:hover,
    .btn-turquoise:focus,
    .btn-turquoise:active {
        background-color: #008a82;
        border-color: #008a82;
        color: #ffffff;
    }

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

#main-container {
    margin-top: 20px;
}

footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 15px 30px;
    height: 60px;
}

    footer img {
        max-height: 50px;
        margin: 0 auto;
    }

#noscript {
    font-size: 2em;
    color: #fff;
    position: absolute;
    z-index: 11;
}

#back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 15px;
    right: 15px;
    display: none;
    border-radius: 50%;
    opacity: 0.8;
    height: 45px;
    width: 45px;
    padding: 7px 13px;
    background-color: #C4D339;
    border: 0;
    color: #fff;
    font-size: 1.5em;
}

.imprint {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.4em;
}

.imprint span {
    font-size: 0.6em;
    display: block;
}

.imprint img {
    max-width: 250px;
    margin: 2.5em 0 1em 0;
}

.imprint img.qnips {
    max-height: 70px;
}

/* ==========================================================================
   Bootstrap
   ========================================================================== */

/*
 * Navigation
 */
.navbar {
    min-height: 65px;
}

.navbar-fixed-top {
    border: 0;
}

    .navbar-fixed-top .navbar-collapse {
        max-height: none !important;
    }

.navbar-header {
    float: none;
}

.navbar-toggle {
    font-size: 1.8em;
    display: block;
    padding: 8px 5px 0 0;
    color: #623b2a;
}

.navbar-collapse {
    position: relative;
}

.navbar-collapse.collapse {
    display: none !important;
}

.navbar-collapse.collapse.in {
    display: block !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
}

.navbar-nav {
    float: none !important;
    margin-bottom: 0;
}

.navbar-nav > li {
    float: none;
    text-align: center;
}

.navbar .navbar-nav > li.active > a {
    background-color: #623b2a;
    border-color: #623b2a;
    color: #fff;
}

.navbar .navbar-nav > li > a {
    color: #623b2a;
    font-size: 2.2em;
    line-height: 1.6em;
    font-weight: 400;
}

.nav > li > a:focus,
.nav > li > a:hover {
    background-color: #623b2a;
    border-color: #623b2a;
    color: #fff;
}

.nav > li > a.btn-primary:focus,
.nav > li > a.btn-primary:hover {
    background-color: #623b2a;
    border-color: #623b2a;
    color: #fff;
}

.nav a.btn {
    border-radius: 0;
}

.navbar {
    background-color: #ffffff;
    color: #fff;
    border-width: 0;
}

    .navbar .navbar-toggle,
    .navbar .navbar-toggle:focus,
    .navbar .navbar-toggle:hover {
        border: 0;
    }

        .navbar .navbar-toggle .icon-bar {
            background-color: #fff;
        }

.navbar-brand {
    height: 60px;
}

.navbar-brand > img {
    max-height: 33px;
}

.navbar-static-top .navbar-brand {
    color: #623b2a;
    font-size: 1.5em;
    line-height: 0.8;
    height: auto;
    text-rendering: optimizeLegibility;
    font-weight: 600;
}

.navbar-static-top .navbar-brand:focus, 
.navbar-static-top .navbar-brand:hover {
    color: #623b2a;
}

#app-store-header {
    color: #fff;
    font-size: 1.8em;
    line-height: 1.6em;
    font-weight: 200;
    margin-top: 1em;
}

.app-store-btn {
    margin: 15px 3px;
    display: inline-block;
}

/*
 * Media
 */
.media {
    margin-top: 2em;
    position: relative;
}

.media-link span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.media-left {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    text-align: center;
    padding: 1.5em;
}

    .media-left img {
        max-width: 60px;
    }

.media-body {
    background-color: #fff;
    border: 1px solid #4b4b4b;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0;
    text-align: center;
}

    .media-body .title {
        font-size: 4em;
    }

    .media-body p {
        font-weight: 400;
        font-size: 1.2em;
    }

/*
 * Alerts
 */
.alert {
    font-size: 1.4em;
    font-weight: 400;
}

    .alert a,
    .alert a:hover {
        color: #bf989e;
        text-decoration: underline;
    }

/* ==========================================================================
   Forms
   ========================================================================== */

.form-wrapper {
    padding: 1.5em;
    border:1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 1em;
}

.form-actions {
    margin-top: 20px;
    text-align: center;
}

/*
 * Input fields
 */
input[type=text] {
    /* Remove First */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    box-shadow: none;
    border-right: 0;
}

    input[type=text]:focus {
        outline: none;
        box-shadow: none;
        border-right: 1px;
    }

.form-control:focus, .form-control:focus + span {
    border-color: #66afe9 !important;
    box-shadow: none;
}

    .form-control:focus, .form-control:focus + span {
        border-color: #66afe9 !important;
        box-shadow: none;
    }

/*
 * input-group
 */
.input-group {
    margin-bottom: 0;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

    .input-group:not(:last-child) .form-control:not(:focus) {
        border-bottom-color: transparent;
    }

    .input-group:last-child .form-control {
        height: 40px;
        padding: 5px 12px 6px 12px;
        border-color: #cfcfcf;
        font-size: 1.2em;
    }

    .input-group .input-group-addon {
        color: #cfcfcf;
        background-color: transparent;
        border-left: 0;
        border-radius: 0;
        position: relative;
        border-bottom: 0;
    }

    .input-group:last-child .input-group-addon {
        border-bottom: 1px solid;
    }

.input-group-vertical {
    margin-bottom: 10px;
}

/*
 * input-group-addon
 */
.input-group-addon > i:hover {
    cursor: pointer;
}

.input-group-addon > i:focus {
    outline: 0;
}

.has-error .form-control {
    box-shadow: none !important;
}

/*
 * reCAPTCHA
 */
@media screen and (max-width: 320px), screen and (min-width: 988px) {
    #vc-recaptcha {
        transform: scale(.83);
        -webkit-transform: scale(.83);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

/* ==========================================================================
   Qnips specific
   ========================================================================== */

/*
 * Icons
 */
.qnips-icon-type-wrapper {
    width: 70px;
    height: 70px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    overflow: hidden;
    background-color: #efefef;
}

.qnips-icon-card,
.qnips-icon-phone {
    max-width: 45px;
    padding-top: 12px;
}

.qnips-icon-card {
    padding-top: 19px;
}

.icon-small {
    max-width: 35px;
}

/*
 * Loyaltyschemes
 */
#loyaltyPoints-wrapper {
    text-align: center;
    margin: 2em 0 1.5em 0;
}

.loyaltyPoint {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 1.5em;
    font-size: 2.2em;
    margin-right: .25em;
    margin-bottom: .25em;
    display: inline-block;
    font-weight: 400;
    background-image: url(../img/circle_empty.png);
    background-size: contain;
    background-repeat: no-repeat;
}

    .loyaltyPoint.earned {
        background-image: url(../img/circle_full.png);
        color: #fff;
    }

/*
 * Global
 */
.value {
    font-size: 1.4em;
    font-weight: 400;
    margin-top: 1em;
    line-height: 1.2em;
    text-align: right;
}

.details-row {
    margin-top: 1em;
}

.datetime {
    font-size: .8em;
    font-weight: 400;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    vertical-align: top;
}

.store-name {
    font-weight: 400;
    font-size: 1.4em;
    line-height: 1.2em;
}

.item-description {
    font-size: 1.4em;
}

.item-description-small {
    font-size: 0.8em;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

/* ==========================================================================
   Loading overlay
   ========================================================================== */

div.loading-overlay {
    /*background-color: #000000;*/
    /*background-color: rgba(0, 0, 0, 0.5);*/
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
    position: fixed;
    text-align: center;
}

.loading {
    width: 140px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 60px;
    right: 0;
    margin: auto;
    color: #C4D339;
    font-size: 2em;
    text-align: center;
}

.spinner {
    width: 60px;
    height: 60px;
    background-color: #C4D339;
    border-radius: 100%;
    margin: 0 auto;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}

/* ==========================================================================
   <= IE8
   ========================================================================== */
#ie-upgrade-body {
    background-color: #C4D339;
    text-align: center;
}

#ie-upgrade-warning {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    padding: 30px;
    background-color: yellow;
    margin-bottom: 30px;
}

/* ==========================================================================
   AdBlock detection
   ========================================================================== */
#adblocker-warning {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    display: none;
    padding: 20px 10px;
    background: #D30000;
    text-align: center;
    color: #fff;
}
