﻿/*Reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/*iPad no input style*/
input.text,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
}

hr {
  border: none;
}

h1 {
  font-family: "Roboto";
  font-weight: 200;
  font-size: 20px;
}

.group:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

/*Globals*/

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  font-family: "Roboto";
  font-weight: 200;
  background: #eee;
}

#body {
  padding-bottom: 30px; /* Height of the footer */
}

/*Only used for fade load*/
#wrapper {
  display: none;
  min-height: 100%;
  position: relative;
}

a {
  text-decoration: none;
  color: initial;
}

img {
  border: none;
}

em {
  font-style: normal;
}

.logo {
  float: left;
  padding-left: 15px;
  margin-top: 7px;
}

.logo-image {
  width: 100px;
}

.valign {
  vertical-align: middle;
}

.arken-orange {
  color: #f60;
}

.js-errors {
  display: none;
}

.field-validation-error {
  color: red;
  font-size: 14px;
}

.danger-wrap {
  text-align: center;
}

.danger {
  color: red;
  font-weight: 300;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.validation-words {
  font-size: 14px;
}

#loading {
  display: none;
  background-color: rgba(255,255,255, 0.95);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  object-fit: contain;
  justify-content: center;
  align-items: center;
}

  #loading div {
    background-color: #fff;
    padding: 30px;
    text-align: center;
  }

    #loading div span {
      font-size: 0.9em;
    }

/*Inputs*/

input[type=text], #Password {
  font-family: "Roboto";
  font-weight: 200;
  padding: 10px;
  border: solid 1px rgba(0,0,0,0.15);
  font-size: 16px;
  width: 97%;
  border-radius: 8px;
}

input[type=submit] {
  border: none;
  background-color: #0078ff;
  color: #fff;
  padding: 9px 18px;
  border-radius: 4px;
  transition: background-color .1s linear;
}

  input[type=submit]:hover {
    cursor: pointer;
  }

input[type=checkbox] {
  cursor: pointer;
  zoom: 1.2;
  border: none;
}

/*Shared Layout*/

header {
  background: #fff;
  left: 0;
  top: 0;
  width: 100%;
  box-shadow: 0 0 5px rgba(0,0,0,.2);
}

  header div {
    position: relative;
    float: right;
    right: 50px;
    line-height: 48px;
    font-style: italic;
    color: #808080;
  }

    header div a {
      color: #000;
    }

.bold {
  font-weight: 400;
}

.link {
  color: blue;
}

section {
  margin: 0 auto;
  position: relative;
  margin-top: 20px;
  background: #fff;
  width: 50%;
  max-width: 550px;
  box-shadow: 0 0 2px 0 rgba(0,0,0,0.30), 0 2px 2px 0 rgba(0,0,0,0.30);
  border-radius: 3px;
  display: flex;
  border-top: solid 5px #FF6600;
}

  section#plan-section {
    border-top: none;
    margin-top: 10px;
    width: 100%;
    max-width: none;
    padding: 5px 0 20px 0;
  }

div#subscription-intro {
  margin: 0 auto;
  position: relative;
  border-top: none;
  margin-top: 0;
  width: 80%;
  max-width: none;
  padding: 1px;
  text-align: center;
}

  div#subscription-intro h1 {
    width: 100%;
    text-align: center;
  }

.subscription-information-table {
  margin-left: 20px;
  font-size: 0.8em;
  width: auto;
  margin-top: -6px;
  padding-bottom: 10px;
}

  .subscription-information-table td {
    padding: 2px;
  }

section.purchase-complete {
  max-width: none;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 28px;
  font-style: italic;
  font-size: 0.8em;
  text-align: center;
}

  .footer span {
    margin-right: 15px;
  }

.fixed-footer {
  position: relative;  
  width: 100%;
  text-align: center;
}

button {
  border: solid 1px #ddd;
  padding: 10px;
  border-radius: 4px;
  font-size: 10pt;
}

  button:hover {
    background: #eee;
    cursor: pointer;
  }

.central-content {
  padding: 2%;
  margin: 0 auto;
  text-align: center;
}

  .central-content p {
    line-height: 30px;
  }

#hero {
  position: relative;
  top: 0;
  width: 100%;
  background: linear-gradient(135deg,#f60 0,#ff9a00 50%);
}

  #hero div {
    text-align: center;
    font-size: 46px;
    color: #fff;
    padding: 40px 0 40px 0;
  }

    #hero div span {
      display: block;
      font-size: 20px;
      line-height: 25px;
    }

table {
  width: 100%;
}

  table td {
    padding: 5px;
  }

  table tr td label {
    display: block;
    margin-bottom: 5px;
    font-weight: 400;
  }

.sub-table {
  font-size: 0.9em;
}

form-input {
  margin: 0 auto;
}

/*Trial*/

.content-left {
  width: 20%;
  min-width: 150px;
  padding: 30px;
  float: left;
  background: #f1f1f1;
}

.content-right {
  float: left;
  padding: 20px;
  height: 100%;
}

/*Plan*/

.plan-title {
  font-size: 14pt;
}

.card {
  border-top: solid 3px #FF6600;
  background: #fff;
  box-shadow: 0 0 2px 0 rgba(0,0,0,0.30), 0 2px 2px 0 rgba(0,0,0,0.30);
  transition: 0.3s;
  border-radius: 5px;
  width: 100%;
}

  .card:not(:last-child) {
    margin-bottom: 25px;
  }

  .card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  }

.card-wrap {
  margin: 0 auto;
  width: 50%;
  max-width: 900px;
}

.card-container {
  padding: 12px;
}

  .card-container p {
    margin: 2%;
  }

    .card-container p em {
      float: right;
    }

.card-slide {
  display: none;
  padding: 10px;
  font-size: 10pt;
  border-top: solid 1px #eee;
}

a.button {
  border: solid 1px #ddd;
  padding: 10px;
  border-radius: 4px;
  float: right;
  font-size: 10pt;
}

  a.button:hover {
    cursor: pointer;
    background: #eee;
  }

a.plan-remove {
  border: none;
  color: blue;
}

  a.plan-remove:hover {
    background: none;
    text-decoration: underline;
  }

.price {
  font-weight: 500;
  font-size: 12pt;
}

.description {
  font-size: 11pt;
}

.information {
  display: inline-block;
  margin-top: 12px;
  font-size: 10pt;
  color: #0000EE;
  cursor: pointer;
}

  .information:hover {
    background: #eee;
  }

#annual-container,
#monthly-container {
  display: none;
}

#plan-type-selector {
  position: relative;
  margin: 0 auto;
  top: 12px;
  width: 50%;
  max-width: 900px;
  text-align: left;
  border-bottom: solid 1px #eee;
}

  #plan-type-selector button {
    font-family: "Roboto";
    font-weight: 200;
    margin: 0;
    padding: 15px;
    background: #fff;
    border: solid 1px #9DBFF6;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    cursor: pointer;
  }

    #plan-type-selector button:hover {
      background: #e6e6e6
    }

.sell {
  display: none;
  position: relative;
  top: -23px;
  left: -45px;
  padding: 3px;
  font-size: 0.8em;
  width: 300px;
  height: 300px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 0 1px 0 rgba(0,0,0,0.20), 0 1px 1px 0 rgba(0,0,0,0.20);
}

/*iFrame styles only*/

body.inframe {
  overflow-x: hidden;
  height: 100%;
}

.inframe .card-container {
  padding: 5px;
}

#ajax-result {
  display: none;
}

body.inframe {
  background: #fff;
}

.inframe section.no-shadow {
  box-shadow: none;
}



.r-table {
  position: relative;
  margin: 0 auto;
  display: table;
  width: 90%;
}

.r-table-row {
  display: table-row;
}

.r-table-cell:nth-child(n+1) {
  border-top: solid 1px #ddd;
}

.r-tableHead h1, .r-tableHead h2, .r-table-cell h2 {
  font-weight: 400;
}

.r-table-body {
  display: table-row-group;
}

.r-table-cell, .r-tableHead {
  display: table-cell;
  padding: 15px;
}

  .r-table-cell span {
    position: relative;
    top: 2px;
    text-align: right;
  }

/*KBX*/
.kbx-btn, input.kbx-btn {
  font-family: Arial;
  background: #7E7E7E;
  color: #fff;
  font-size: 14px;
  padding: 5px 10px 5px 10px;
  border: solid 2px #C0C0C0;
  border-radius: 20px;
  box-shadow: 3px 3px 2px 0px rgba(0,0,0,0.65);
}

  .kbx-btn:hover, input.kbx-btn:hover {
    cursor: pointer;
    border: solid 2px #F47A08;
  }

  .kbx-btn:active, input.kbx-btn:active {
    background: #bebebe;
  }

/* Media queries */
@media only screen and (max-width: 1500px) {
  section {
    width: 80%
  }
}

@media only screen and (max-width: 900px) {
  .content-left {
    display: none;
  }

  .content-right {
    width: 100%;
  }

  .card-wrap {
    width: 90%;
  }

  #plan-type-selector {
    width: 90%;
  }
}

@media only screen and (max-width: 700px) {

  header div {
    right: 5px;
  }

    header div a {
      font-size: 0.8em;
    }

  #hero div {
    padding: 15px 0 15px 0;
  }

    #hero div p {
      font-size: 0.7em
    }

    #hero div span {
      font-size: 0.3em
    }

  section {
    margin-top: 10px;
    border: 0;
    width: 100%;
  }

    section#plan-section {
      margin-top: 20px;
    }

  #plan-type-selector button {
    border: solid 1px #ddd;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-radius: 3px;
    width: 100%;
  }

  .sell {
    display: none;
  }

  .footer span {
    text-align: center;
    display: block;
    margin: 5px;
  }
}

@media only screen and (max-width: 600px) {
  #trial input[type=text] {
    font-size: initial;
  }

  input[type=text], #Password {
    width: 97%;
  }
}
