/* 
    Created on : Feb 13, 2016, 11:41:51 PM
    Author     : jvoosten
*/

@font-face {
  font-family: 'ubuntubold';
  src: url('../fonts/ubuntu-b-webfont.woff2') format('woff2'), url('../fonts/ubuntu-b-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Ubuntu';
  src: url('../fonts/ubuntu-r-webfont.woff2') format('woff2'), url('../fonts/ubuntu-r-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ubuntuitalic';
  src: url('../fonts/ubuntu-ri-webfont.woff2') format('woff2'), url('../fonts/ubuntu-ri-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body
{
  font-family: Ubuntu, sans-serif;
  background-color: #f0f0ff;
  font-size: 110%;
}

h1 small,h2 small,h3 small,h4 small,h5 small,h6 small
{
  font-size: 60%;
}
h1
{
  font-size: 2.125rem;
  font-weight: 500;
  margin-top: 0.25em;
}
h2
{
  font-size: 1.6875rem;
  font-weight: 500;
}
h3
{
  font-size: 1.375rem;
  font-weight: 500;
}
h4
{
  font-size: 1.125rem;
  font-weight: 500;
}
h5
{
  font-size: 1.125rem;
  font-weight: 500;
}
h6
{
  font-size: 1rem;
  font-weight: 500;
}

p
{
  line-height: 1.35;
}
/* General layout elements and styles */
.container {
  width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
  background: #f8f8f8;
  position: relative;
  max-width: 96%;
}

header
{
  background: #003399;
  background: linear-gradient(to right, #f0f0ff,  #003399);
  height: 90px;
  position: relative;
}

header .container {
  background-color: transparent;
  overflow: hidden;
}

footer
{
  width: 100%;
  line-height: 2.5em;
  height: 3.5em;
  background-color: #003399;
  background: linear-gradient(to right, #003399, #f0f0ff);

  color: #ffffff;

  position: fixed;
  bottom: 0;
}

footer p
{
  padding: .25em;
}

footer a
{
  text-decoration: none;
  color: white;
}

.header-image img
{
  float: left;
}
.header-image .taglines {
  padding-top: 0.55em;
  width: 500px;
}
.header-image .taglines h1 {
  margin: 0;
  color: #003399;
  font-style: italic;
}
.header-image .taglines h3 {
  margin: 0;
  padding: 0;
  color: #fff;
  font-style: italic;
}


/* overloads for printing */
@media screen {
  footer p.print_only {
    display: none;
  }
}
@media print {
  header {
    display: none;
  }
  footer {
    color: black;
    background: none;
  }
  footer p.screen_only {
    display: none;
  }
}




#container
{
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 100px;  /* to clear the footer */
  border-radius: 0 0 6px 6px;
}

#content
{
  position: relative;
}

#usermenu
{
  text-align: right;
  margin-bottom: 0.5em;
}

/* Menu */
ul#top-menu {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul#top-menu .fa {
  font-weight: normal;
}
ul#top-menu li {
  display: inline-block;
  text-align: center;
  margin: 0;
  padding: 0;
  float: left;
}
ul#top-menu li a {
  background-color: #003399;
  color: #fff;
  text-decoration: none;
  display: block;
  margin-left: 1px;
  padding: 0.5em 1.5em;
  line-height: 30px;
}
ul#top-menu li a:hover {
  background-color: #4466ee;
}
ul#top-menu li:first-child a {
  border-top-left-radius: 6px;
}
ul#top-menu li:last-child a {
  border-top-right-radius: 6px;
}
ul#sub-menu {
  position: relative;
  display: inline-block;
  margin: 0;
  text-align: right;
}
ul#sub-menu li {
  background-color: #003399;
  display: inline-block;
  list-style: none;
  border-left: 2px solid #4466ee;
  padding: 0.25em 0.75em;
}
ul#sub-menu li:hover {
  background-color: #4466ee;
  transition: 0.25s;
}
ul#sub-menu li:first-of-type {
  border-left: none;
  border-bottom-left-radius: 0.5em;
  border-top-left-radius: 0.5em;
}
ul#sub-menu li:last-of-type {
  border-bottom-right-radius: 0.5em;
  border-top-right-radius: 0.5em;
}
ul#top-menu li {
  color: white;
}
ul#sub-menu li a {
  font-size: 90%;
  color: white;
  text-decoration: none;
}

/*.header-image h1
{
  float: left;
  margin-top: 0;
  margin-left: 2em;
  padding-top: 0.55em;
  color: #003399;
}
.header-image h3
{
  float: left;
  margin-top: 0;
  margin-left: 1em;
  padding-top: 1.35em;
  color: #003399;
  font-weight: normal;
  font-style: italic;
}*/





table
{
  width: 100%;
  background-color: #ffffff;
}

thead th, td
{
  vertical-align: top;
  padding: 8px;
}

thead th:first-child, thead td:first-child
{
  border-top-left-radius: 5px;
}
thead th:last-child , thead td:last-child
{
  border-top-right-radius: 5px;
}

tfoot td:first-child, tfoot th:first-child
{
  border-bottom-left-radius: 5px;
}
tfoot td:last-child, tfoot td:last-child
{
  border-bottom-right-radius: 5px;
}

/* follow cursor by coloring the line */
table.follow tr:hover td
{
  background-color: #e8e8e8;
}

/* styling for tables that list information */
/* hover on header does not change background color */
table.list thead tr:hover, table.list thead th
{
  color: #ffffff;
  background-color: #6688ff !important;
}

table.list tfoot tr:hover, table.list tfoot th
{
  color: #ffffff;
  background-color: #88ff66 !important;
}

table.list tbody tr
{
  border-bottom: 1px solid #6688ff;
}
table.list tbody td
{
  border-right: 1px solid  #d0d8ff;
}

table.list tbody td:last-child
{
  border-right: none;
}

table.list td.key
{
  font-family: monospace;
  font-size: 110%;
  font-weight: bold;
}


/* Styling for forms in a table (vertical) */
table.formlayout
{
  width: 50%;
  border-collapse: collapse;
}
table.formlayout, table.formlayout th, table.formlayout td
{
  border: 1px solid black;
}

table.formlayout th, table.formlayout td
{
  padding: 0.3em;
}

table.formlayout th
{
  text-align: right;
  font-weight: normal;
  width: 30%;
  background-color: #c0c0cc;
}
table.formlayout td
{
  width: 70%;
}

/* A vertical table with the headers on the left */
table.vertical
{
  width: 50%;
  border-collapse: collapse;
}

table.vertical th, table.vertical td
{
  padding: 0.3em;
}

table.vertical tbody tr:first-child th
{
  border-top-left-radius: 5px;
}
table.vertical tbody tr:first-child td
{
  border-top-right-radius: 5px;
}
table.vertical tbody tr:last-child th
{
  border-bottom-left-radius: 5px;
}
table.vertical tbody tr:last-child td
{
  border-bottom-right-radius: 5px;
}


table.vertical th
{
  text-align: right;
  font-weight: bold;
  width: 30%;
  background-color: #6688ff;
  color: white;
}


#home-txt-left
{
  float: left;
  width: 48%;
  padding-right: 2%;

  text-align: justify;
}

#home-txt-right
{
  float: left;
  width: 48%;
  padding-left: 2%;

  /*text-align: center;*/
}

p.compact
{
  margin-bottom: 0;
}
p.compact + ul
{
  margin-top: 0;
}

p.description
{
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0 2em;
  padding: .5em;
}

div.message {
  border-style: solid;
  border-width: 1px;
  display: block;
  margin-bottom: 0.5em;
  padding: 0.5em;
  border-radius: 3px;
}

div.message.success {
  background-color: #DCE47E;
  border-color: #DCE47E;
  color: #333333;
}
div.message.error {
  background-color: #C3232D;
  border-color: #C3232D;
  color: #ffffff;
}

div.message.info {
  background-color: #2CC0C8;
  border-color: #2CC0C8;
  color: #ffffff;
}
/*
div.message:before {
  line-height: 0px;
  font-size: 20px;
  height: 12px;
  width: 12px;
  border-radius: 15px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  left: 0px;
  background-color: #FFF;
  padding: 12px 14px 12px 10px;
  content: "i";
  color: #DCE47E;
}

div.message.error:before {
  padding: 11px 16px 14px 7px;
  color: #C3232D;
  content: "x";
}
*/

img.ico20 {
  vertical-align: middle;
  padding: 0 3px 3px 0;
}
img.ico16 {
  vertical-align: middle;
  padding: 0 5px 5px 0;
}


.caption
{
  text-align: center;
  font-style: italic;
  font-size: 90%;
}

.info .right {
  float: right;
  margin-left: 1em;
  margin-bottom: 1em;
}

.info .left {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
}

.lightbox
{
  display: none;
  position: fixed;
  z-index: 10;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.lightbox-content
{
  position: relative;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 800px;
}

.close
{
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

br.clear
{
  clear: both;
}

/* A.banana. Hahaha. See? "A. Banana." Harhar :)

  Actually, a 'banana' in marketing is something to draw your attention too, so
  this is a link shaped like a button with some pretty colr.
*/
a.banana
{
  background-color: #FF9933;
  padding: .4em;
  border-radius: 5px;
  text-decoration: none;
  color: black;
}

a.banana:hover
{
  color: white;
}

dl.faq dt
{
  margin-top: 1em;
  margin-bottom: 0.5em;
}
