﻿@import url('https://fonts.googleapis.com/css?family=Oxygen+Mono');

body {
    padding-top: 0px;
    padding-bottom: 0px;
}

code,
kbd,
pre,
samp {
  font-family: 'Oxygen Mono', Menlo, Monaco, Consolas, "Courier New", monospace;
}

#canvas {
    margin: 0 auto;
    padding: 0;
    max-width: 100%;
}

#branding {
    background: url("images/header.png") 50% 50% no-repeat #fff;
    display: block;
    height: 200px;
    text-indent: -9999px;
    overflow: hidden;
}

#shoppingCartForm label {
    width: 100%;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding: 0 15px 0 0;
}

.container .jumbotron {
    background: #fff;
    padding: 0;
}

#navigation {
    background: #eee;
    padding: 0;
}

    #navigation a {
        color: #555;
        font: 100 1.5em Georgia, 'Times New Roman', Times, Serif;
    }

        #navigation a:hover {
            background: #fff;
        }

#footer {
    clear: both;
    float: left;
    font: normal 14px/21px "trajan-pro-1","trajan-pro-2", Georgia, "Times New Roman", Times, serif;
    padding: 25px 0px;
    text-align: center;
    width: 100%;
}

    #footer p {
        margin: 0;
        padding: 0;
    }

#cart-item-top {
    padding: 10px 0px;
}

.order-summary p {
    margin: 0 0 -1px 0;
    padding: 0;
}

.order-summary input {
    border: 1px solid #ccc;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 16px;
    margin: 0 0 -5px 0;
    padding: 5px;
    max-width: 336px;
    width: 336px;
}

    .order-summary input.first {
        margin: 0 -5px 0 0;
        width: 340px;
    }

.proceed {
    padding: 10px 15px;
}

.body-content h1 {
    margin: 0 0 15px 0;
}

.order-summary textarea {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 16px;
    max-width: 671px;
    width: 671px;
}

#app-buttons {
    background: #fff;
    list-style: none;
    margin: 0;
    padding: 0;
}

    #app-buttons li {
        margin: 0;
        padding: 10px 0 0 0;
        text-align: center;
    }

.cart-item div {
    margin: 0;
    padding: 0;
}

.cart-item .sum {
    padding: 8px 0px 0px 0px;
}

    .cart-item .sum input {
        background: #eee;
        border: 0;
        float: left;
        padding: 0;
        text-align: right;
        width: 40px;
    }

.cart-item .delivery-method {
    padding: 0px 4px 0px 0px;
    text-align: right;
}

h1, h2, h3, h4, h5, h6 {
    color: #555;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: 100;
}

#language-switch {
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
}

    #language-switch li {
        float: left;
        margin: 0;
        padding: 0;
    }

        #language-switch li a {
            display: block;
            height: 30px;
            text-indent: -9999px;
            overflow: hidden;
            margin: 0 0 0 10px;
            width: 32px;
        }

            #language-switch li a#flag-sv {
                background: url("images/flag_sv.png") no-repeat;
            }

            #language-switch li a#flag-no {
                background: url("images/flag_no.png") no-repeat;
            }

            #language-switch li a#flag-dk {
                background: url("images/flag_dk.png") no-repeat;
            }

            #language-switch li a#flag-en {
                background: url("images/flag_en.png") no-repeat;
            }

.multiplier {
    color: #999;
    display: block;
    font: 100 24px/1 Georgia, "Times New Roman", Times, serif;
    padding: 25px 0 0 0;
}

.add-cards {
    background: #ccc;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #666;
    font: 100 18px/1 Georgia, "Times New Roman", Times, serif;
    margin: 25px 0 0 0;
    padding: 6px 10px;
}

.delete-item {
    background: url("images/icon-remove.png") no-repeat;
    float: left;
    height: 12px;
    overflow: hidden;
    margin: 4px 4px 0px 0px;
    text-indent: -9999px;
    width: 12px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    border: 1px solid #ccc;
    padding: 5px;
    max-width: 280px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.shoppingcart {
    border: 1px solid #ccc;
    background: #eee;
    padding: 1em 0 0 0;
}

.order-summary {
    padding: 1em;
}

#datepicker {
    width: 500px;
    margin: 25px 0px;
}

.nav-tabs {
    border: 0;
}

    .nav-tabs > li > a {
        border: 1px solid #ccc;
        background: #fff;
        border-width: 1px 1px 0px 1px;
        border-radius: 0px;
        border: 1px solid #ccc;
        margin-right: -1px;
    }

    .nav-tabs > li.active > a {
        background: #eee;
        border: 1px solid #ccc;
        border-bottom: 1px solid #eee;
    }

    .nav-tabs > li > a:hover {
        background: #fff;
        border: 1px solid #ccc;
        border-width: 1px 1px 0px 1px;
        border-bottom: 1px solid #ccc;
    }

    .nav-tabs > li.active > a:hover {
        background: #eee;
        border: 1px solid #ccc;
        border-bottom: 1px solid #eee;
    }

    .nav-tabs > li.disabled > a {
        border: 1px solid #ccc;
        background: #fff;
    }

.giftcard-page {
    margin-top: 20px;
    width: 700px;
    max-width: 100%;
}

    .giftcard-page-logo {
        max-width: 90%;
    }

    .giftcard-page-activation {
        margin: 20px 0;
        padding: 20px 0;
        background-color: #eaeaea;
    }

    .giftcard-page-header {
        font-family: "trajan-pro-3-1", "trajan-pro-3-2";
        font-size: 60px;
        color: black;
        margin-bottom: 20px;
    }
    @media (max-width: 700px) {
        .giftcard-page-header {
            font-size: 30px;
        }
    }

    .giftcard-page-greeting {
        font-size: 16px;
        font-style: italic;
    }

    .giftcard-page-description {
        margin-top: 20px;
        text-align: left !important;
    }

    .giftcard-page-stores {
        max-width: 100%;
        text-align: center;
    }

        .giftcard-page-stores > img {
            max-width: 40%;
            margin-right: auto;
            margin-top: 7px;
            margin-bottom: 7px;
        }

        .giftcard-page-stores > img:first-child {
            margin-right: 15px;
        }