@import url("//hello.myfonts.net/count/2eff41");
@font-face {font-family: 'Campton-Light';src: url('/assets/fonts/2EFF41_0_0.eot');src: url('/assets/fonts/2EFF41_0_0.eot?#iefix') format('embedded-opentype'),url('/assets/fonts/2EFF41_0_0.woff2') format('woff2'),url('/assets/fonts/2EFF41_0_0.woff') format('woff'),url('/assets/fonts/2EFF41_0_0.ttf') format('truetype');}
@CHARSET "UTF-8";
/* @import must be at top of file, otherwise CSS will not work */

#wholepage {
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  z-index: 20;
  font-size: 18px;
  font-family: "Open Sans";
}

/*@font-face {
  font-family: Ubuntu;
  src: url('/assets/fonts/Ubuntu-L.ttf');
}*/

html {
/*  background: #bde7ff; */
  background: #ffffff;
}

#topline {
  position: fixed;
  width: 100%;
  height: 3px;
  top: 0px;
  left: 0px;
  z-index: 1000;
  border-top: solid #44b290 3px;
}

#header {
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  height: 40px;
  line-height: 40px;
  color: white;
  z-index: 1;
}

#menu {
  font-size: 12px;
  position: fixed;
  width: 300px;
  top: 3px;
  left: 0px;
  height: 150%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 0px;
  text-align: left;
  border-right: thin solid #eaeaea;
}

#toc-header {
  font-size: 20px;
  font-family: Campton-Light;
  line-height: 90px;
}

#content {
  position: absolute;
  margin: 20px;
  left: 400px;
  right: 0px;
  top: 3px;
  line-height: 1.8em;
/*  background: url("/assets/images/draft.png") repeat-y; */
  padding-bottom: 100px;
}

#footer {
  clear: both;
  position: fixed;
  height:40px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  color: white;
  line-height:13px;
  font-size: 9px;
  background: url('/assets/images/vann.png');
  text-align: left;
}

#f-logo {
  position: fixed;
  right: 20px;
  bottom: 1px;
}

.discrete {
  font-size: 14px;
  line-height: 1.2;
  color: grey;
}

.errorsignature {
  vertical-align: bottom;
  font-size: 40px;
  text-align: right;
  font-family: Campton-Light;
}

.reallybig {
  font-size: 60px;
  font-family: Campton-Light;
}

h1 {
  margin-top: 50px;
}

h1, h2, h3, h4 {
  font-weight: normal;
  font-family: Campton-Light;
  margin-bottom: 0px; 
}

h3, h4 {
  font-style: italic;
}

code {
  font-family: 'Lucida Console', monospace;
  color: #44b290;
}

.table-example {
  border: 1px solid #d0d0d0;
  border-collapse: collapse;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
  font-family: Campton-Light;
  box-shadow: -1px 1px 1px rgba(0,0,0,0.15);
}

td {
  border: 1px solid #d0d0d0;
  padding: 5px;
}

thead {
  font-size: 20px;
  background: grey;
  padding: 5px;
}

.example {
  background-color: #f0f0f0;
  border: solid thin #b0b0b0;
  border-radius: 5px;
  padding: 20px;
  line-height: 1.2;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  font-family: 'Lucida Console', monospace;
  font-size: 10px;
  white-space: pre;
  white-space: pre-wrap;       /* css-3 */
  white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
  white-space: -pre-wrap;      /* Opera 4-6 */
  white-space: -o-pre-wrap;    /* Opera 7 */
  word-wrap: break-word;       /* Internet Explorer 5.5+ */
  box-shadow: -1px 1px 1px rgba(0,0,0,0.15);
}

.exampleinline {
  background-color: #f0f0f0;
  border: solid thin #b0b0b0;
  border-radius: 5px;
  padding: 5px;
  line-height: 1.2;
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline;
  font-family: monospace;
  font-size: 12px;
  white-space: pre;
  white-space: pre-wrap;       /* css-3 */
  white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
  white-space: -pre-wrap;      /* Opera 4-6 */
  white-space: -o-pre-wrap;    /* Opera 7 */
  word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

.attention {
  color: red;
}

.greyedout {
  color: grey;
}

ul, ol, li {
  margin: .1em;
  padding-left: 10px;
}

#menu li {
  list-style-position: inside;
  list-style-image: url('/assets/images/star.png');
}

/*
#menu ul ul li {
  list-style-type: "►";
}

#menu ul ul ul li {
  list-style-type: "▼";
}
*/

#menu ul ul ul ul li {
  list-style-type: "…";
}

.discreet {
  background-color: #f0f0f0;
  padding: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.5;
  font-size: 12px;
}

.noObs {
  transition: background-color 2s ease;
  -webkit-transition: background-color 2s ease;
  -moz-transition: background-color 2s ease;
  -o-transition: background-color 2s ease;
  background-color: transparent;
}

.obs {
  background-color: #f0f0f0; /* same colour as in tables */
}

/* swapping between javascript and html, curl and wget */
/* inspirationalpixels.com/tutorials/creating-tabs-with-html-css-and-jquery */
/*----- Tabs -----*/
.tabs {
    width:100%;
    display:inline-block;
    background: transparent;
}

/*----- Tab Links -----*/
.tab-links {
    margin: 0;
    padding: 0;
}
/* Clearfix */
.tab-links:after {
    display: block;
    clear: both;
    content: '';
    margin:0;
}

.tab-links li {
    margin:0;
    padding: 0;
    float: left;
    border-left: solid thin #b0b0b0;
    border-right: solid thin #b0b0b0;
    border-top: solid thin #b0b0b0;
    border-radius: 5px 5px 0px 0px;
    background: transparent;
    list-style: none inside none;
}

.tab-links a {
    margin: 0;
    padding: 9px 15px;
    display: inline-block;
    border-radius: 5px 5px 0px 0px;
    background: #fafafa;
    font-size: 16px;
    font-weight: 600;
    color: #4c4c4c;
    transition: all linear 0.15s;
    text-decoration: none;
}

.tab-links a:hover {
    margin: 0;
    background: #dfd7ca;
    text-decoration: none;
}

li.active a, li.active a:hover {
    margin: 0;
    background: #dfd7ca;
}

/*----- Content of Tabs -----*/
.tab-content {
/*  background-color: #f0f0f0;
  padding: 20px;
  border: solid thin #b0b0b0;
  border-radius: 0px 5px 5px 5px;
  margin: 0;
  margin-bottom: 10px;
  box-shadow: -1px 1px 1px rgba(0,0,0,0.15); */
}

.tab {
  background-color: #dfd7ca;
  padding: 20px;
  border: solid thin #b0b0b0;
  border-radius: 0px 5px 5px 5px;
  margin: 0;
  margin-bottom: 10px;
  box-shadow: -1px 1px 1px rgba(0,0,0,0.15);

/*  display: none; */
  line-height: 1.2;
  font-family: monospace;
  font-size: 12px;
  white-space: pre;
  white-space: pre-wrap;       /* css-3 */
  white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
  white-space: -pre-wrap;      /* Opera 4-6 */
  white-space: -o-pre-wrap;    /* Opera 7 */
  word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

.tab.active {
    display: block;
}


/* http://mentormate.com/blog/css-postit-note/ */
 .postit {
  /*text-align:center; */
  width: 275px;
  margin: 25px;
  padding: 20px;
  min-height:200px;
  max-height:250px;
  float: right;
  position:relative;
  border:1px solid #E8E8E8;
  border-top:20px solid #fdfd86;
  font-family: 'Covered By Your Grace';
  font-size:22px;
  border-bottom-right-radius: 60px 5px;
  display:inline-block;
  background: #ffff88; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #ffff88 81%, #ffff88 82%, #ffff88 82%, #ffffc6 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(81%,#ffff88), color-stop(82%,#ffff88), color-stop(82%,#ffff88), color-stop(100%,#ffffc6)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #ffff88 81%,#ffff88 82%,#ffff88 82%,#ffffc6 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #ffff88 81%,#ffff88 82%,#ffff88 82%,#ffffc6 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #ffff88 81%,#ffff88 82%,#ffff88 82%,#ffffc6 100%); /* IE10+ */
  background: linear-gradient(135deg, #ffff88 81%,#ffff88 82%,#ffff88 82%,#ffffc6 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff88', endColorstr='#ffffc6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.postit .red {
  color: red;
  font-size: 32;
  text-decoration: underline;
}

.postit:after {
   content: "";
  position:absolute;
  z-index:-1;
  right:-0px; bottom:20px;
  width:200px;
  height: 25px;
  background: rgba(0, 0, 0, 0.2);
  box-shadow:2px 15px 5px rgba(0, 0, 0, 0.40);
-moz-transform: matrix(-1, -0.1, 0, 1, 0, 0);
 -webkit-transform: matrix(-1, -0.1, 0, 1, 0, 0);
      -o-transform: matrix(-1, -0.1, 0, 1, 0, 0);
     -ms-transform: matrix(-1, -0.1, 0, 1, 0, 0);
         transform: matrix(-1, -0.1, 0, 1, 0, 0);
}

/*
Found on https://html-cleaner.com/features/replace-html-table-tags-with-divs/
(Modified)
*/
.rTable {
  display: table;
  width: 100%;
}
.rTableRow {
  display: table-row;
}
.rTableHeading, .rTableHead {
    display: table-header-group;
    background-color: #ddd;
    font-family: Campton-Light;
    font-weight: bold;
}
.rTableCell, .rTableHead {
    display: table-cell;
    padding: 3px 10px;
    border: 1px solid #999999;
}
.rTableHeading {
    display: table-header-group;
    background-color: #ddd;
}
.rTableFoot {
    display: table-footer-group;
    font-weight: bold;
    background-color: #ddd;
}
.rTableBody {
    display: table-row-group;
}
/* End on https://html-cleaner.com/features/replace-html-table-tags-with-divs/ */

/* Unicode numbered list */
li span { position: relative; left: 10px; }
.uni {
  list-style:decimal url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.uni li:nth-child(1n):before {left:-1em;}
.uni li:nth-child(1):before {content: "\2460";}
.uni li:nth-child(2):before {content: "\2461";}
.uni li:nth-child(3):before {content: "\2462";}
.uni li:nth-child(4):before {content: "\2463";}
.uni li:nth-child(5):before {content: "\2464";}
.uni li:nth-child(6):before {content: "\2465";}
/* End unicode numbered list */

#versionWatermark {
  position: fixed;
  font-family: Campton-Light;
  top: 5px;
  right: 5px;
  opacity: 0.5;
  z-index: 99;
  font-size: 2em;
  z-index: 20;
  color: #333;
  -webkit-text-stroke: 2px #fff;
}