﻿@import url("https://use.typekit.net/nbb2rmn.css");

html,
body,
form,
p {
    margin: 0px;
    padding: 0px;
}

body {
    width: 100%;
    background: #f6f6ec;
    font-family: "owners-text", sans-serif;
    font-weight: 400;
    color: #313036;
    font-size: 14px;
}

div.header {
    width: 100%;
    height: 35px;
    background-color: #0083a9;
}

div.header p {
    font-size: 0.75em;
    line-height: 35px;
    color: rgba(255, 255, 255, 1);
    padding-left: 30px;
}

/* Section 
-----------------*/

div.section {
    min-height: 270px;
    position: relative;
}

div.cardimg {
    position: relative;
    width: 45%;
    max-width: 400px;
    float: right;
    padding-left: 5%;    
}

div.section img {
    width: 98%;
    margin: 0 2% 2% 0;
    height: auto;
    box-shadow: rgba(0,0,0,0.5) 3px 3px 4px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}

div.cardinput {
    width: 50%;
    float: left;
}

td.DescriptionNumbers
{
	width: 16px;
    line-height: 1.8;
}

input {
    display: block;
    width: 250px;
    border: solid 1px #d4d4c1;
    margin: 21px 0px 20px 0px;
    padding: 10px 10px;
    border-radius: 50px;
}

input:focus {
    outline: none;
}

/* Table */

table.tableWidth 
{
    width: 100%;
    font-size: 12px;
    line-height: 1.3em;
}

table.tableWidth td 
{
    padding: 8px 0 8px 0; 
}

table.tableWidth .tableActivationHeader td 
{
    font-size: 14px; 
    font-weight: 400; 
    margin-bottom: 4px;
}

table.tableWidth td.tableCartSpacer 
{
    padding: 0; 
    height: 1px; 
    background-color: #d4d4c1;
}

table.tableWidth td.tableCartSpacer 
{
    padding: 0; 
    height: 1px; 
    background-color: #d4d4c1;
}

/* Skrifter / Fonte
-----------------*/

h1 {
    font-size: 46px;
    color: #313036;
    font-weight: 500;
    margin: 0 0 .2em;
}

p {
    color: #333;
    font-size: 14.505px;
    line-height: 1.8em;
    font-weight: 300;
    letter-spacing: 0.48px;
    -webkit-font-smoothing: antialiased;
}

p.lbBalance {
    font-weight: 700;
    font-size: 30px;
    color: #0e5f3b;
    margin: 0px 0 2px 0;
}

.green {
    color: #2b8f63;
}

.red {
    color: #b33a3a;
}

::-webkit-input-placeholder {
  color: #d4d4c1;
}
::-moz-placeholder { 
  color: #d4d4c1;
}
:-ms-input-placeholder { 
  color: #d4d4c1;
}
:-moz-placeholder {
  color: #d4d4c1;
}


/* Buttons 
-----------------*/

.ServiceButton, 
.BackButton
{
    width: auto;
    height: 28px;
    padding: 10px 28px;
    position: relative; 
    display: inline-block;
    background-color: #0e5f3b; 
    color: #fff; 
    font-size: 16px; 
    line-height: 28px;
    text-align: center;
    text-decoration: none;
    border-radius: 36px;
    transition: background-color 400ms ease-in-out; 
    -moz-transition: background-color 400ms ease-in-out; 
    -ms-transition: background-color 400ms ease-in-out; 
    -o-transition: background-color 400ms ease-in-out;
}

.BackButton 
{
}

.ServiceButton:hover, 
.BackButton:hover
{
}

/* Validation 
-----------------*/

div.validation {
    font-size: 1.0em;
    line-height: 1.4;
    color: red;
    margin-top: 10px;
}

div.transactions {
    margin-bottom: 20px;
}



@media only screen and (max-width: 800px) {
    div.cardimg {
        width: 100%;
        float: none;
        padding: 30px 0 0 0;  
        clear: both;
    }

    div.cardinput {
        width: 100%;
        float: none;
        clear: both;
    }
}

@media only screen and (max-width: 500px) {
    table.tableWidth td.store {
        display: none;
    }
}