html{
 -webkit-text-size-adjust: 100%;
}
body{
 font: 12px Helvetica; font-weight:bold;
 background-color: #ddd;
}
/* Custom CSS --------------------------------------- */
@media (min-width:320px) { /* smartphones, iPhone, portrait 480x320 phones */
}
@media (min-width:481px) { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
}
@media (min-width:641px) { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
}
@media (min-width:961px) { /* tablet, landscape iPad, lo-res laptops ands desktops */
}
@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */
}
@media (min-width:1281px) { /* hi-res laptops and desktops */
}
@media (min-width:320px) { /* smartphones, iPhone, portrait 480x320 phones */
 html, body {
  -webkit-text-size-adjust: 122% !important;
 }
 body{max-width:452px;width:452px;}
 form{margin-right:12px;}
 .menubar{width:442px;}
 .dummy{width:442px;}
 .chrt{width:440px;}
 .rapport{left:315px;}
 #sett{left:370px;}
 #ques{left:417px;}
 .wname{
  font-size: 15px;
  left:90px;
  width:200px;
 }
 #dialog-overlay{width:452;}
 #dialog-box{width:440;}
 ul li a {
  padding:2px 2px 8px 4px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-radius: 5px 5px 0px 0px;
 }
 ul li a.selected {
  padding-top:1px;
 }
 .ysgr{width:55px;}
 .mp{width:435px;}
 .i2{left:26px}
 .i2a{left:87px}
 .i2b{left:154px}
 .i2c{left:211px}
 .i2d{left:266px}
 .i2e{left:323px}
 .i2f{left:364px}
 .i3a{left:330px}
 .i3b{left:321px}
 .i3c{left:356px}
 .i3d{left:400px}
 .i4{left:109px}
 .i4a{left:144px}
 .i5{left:253px}
 .i6b{left:355px}
 .i7b{left:355px}
 .i8{left:400px}
 .i9{left:230px}
 .chrt .jqplot-xaxis-label{width: 350px !important;}
 .chrt .jqplot-title{
  font: 13px Helvetica; font-weight:bold;
  margin-bottom: 3px;
 }
 .chrt .jqplot-xaxis-label{
  font: 12px Helvetica; font-weight:bold;
  margin-left: 0px !important;
  margin-right: 0px !important;
  bottom:10px !important;
 }
}
@media (min-width:728px) {
 html, body {
  -webkit-text-size-adjust: 110% !important;
 }
 body{max-width:712px;width:712px;}
 form{margin-right:30px;}/*100px;}*/
 .menubar{width:702px;}
 .dummy{width:702px;}
 .chrt{width:700px;}
 .rapport{left:545px;}
 #sett{left:625px;}
 #ques{left:667px;}
 .wname{
  font-size: 18px;
  left:200px;
  width:315px;
 }
 #dialog-overlay{width:702;}
 #dialog-box{width:600;}
 ul li a {
  padding:3px 8px 8px 8px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  border-radius: 6px 6px 0px 0px;
 }
 ul li a.selected {
  padding-top:2px;
 }
 .ysgr{width: 60px;}
 .mp{width:475px;}
 .i2{left:28px}
 .i2a{left:100px}
 .i2b{left:170px}
 .i2c{left:232px}
 .i2d{left:292px}
 .i2e{left:352px}
 .i2f{left:398px}
 .i3a{left:360px}
 .i3b{left:353px}
 .i3c{left:390px}
 .i3d{left:437px}
 .i4{left:119px}
 .i4a{left:154px}
 .i5{left:276px}
 .i6b{left:395px}
 .i7b{left:395px}
 .i8{left:439px}
 .i9{left:260px}
 .chrt .jqplot-xaxis-label{width: 450px !important;}
 .chrt .jqplot-title{
  font: 14px Helvetica; font-weight:bold;
  margin-bottom: 3px;
 }
 .chrt .jqplot-xaxis-label{
  font: 13px Helvetica; font-weight:bold;
  margin-top: 12px !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
  bottom:10px !important;
 }
}

html, body{
 -webkit-touch-callout: none; /* iOS Safari */
 -webkit-user-select: none;   /* Chrome/Safari/Opera */
 -khtml-user-select: none;    /* Konqueror */
 -moz-user-select: none;      /* Firefox */
 -ms-user-select: none;       /* Internet Explorer/Edge */
 user-select: none;           /* Non-prefixed version, currently
                                 not supported by any browser */
 -webkit-tap-highlight-color:transparent;
 overflow-x: hidden !important;
 font: 14px Helvetica; /*font-weight:bold;*/
}
/*::selection { background: transparent; }*/
/*::-moz-selection { background: transparent; }*/
body{
 -webkit-touch-callout: none;    /* prevent callout to copy image, etc when tap to hold */
 -webkit-text-size-adjust: none; /* prevent webkit from resizing text to fit */
 user-select: none;      /* prevent copy paste, to allow, change 'none' to 'text' */
 -webkit-user-select: none;      /* prevent copy paste, to allow, change 'none' to 'text' */
/*-webkit-user-select: none;  *webkit (safari, chrome) browsers*/
 -moz-user-select: none;     /*mozilla browsers*/
 -khtml-user-select: none;   /*webkit (konqueror) browsers*/
 -ms-user-select: none;      /*IE10+*/
 margin: 0 auto; /* This centers the content */
 padding: 5px;
 padding-left: 8px;
 padding-right: 4px;
}
form{
 margin: 0 auto; /* This centers the content */
}
h1{
 margin-top: 0px;
}
h2{
 color: #000;
 font-size: 22px;
 font-weight: 800;
 margin: 0 0 0px;
 text-align: left;
 text-transform: uppercase;
}
h3{
 /*color: #000;*/
 font-size: 16px;
 font-weight: 800;
 margin: 0 0 6px;
 margin-right: 12px;
 text-align: left;
 text-transform: uppercase;
 background: #777;
 background: rgba(119,119,119, 0.8);
 border: 1px solid #fff;
 padding: 5px 15px;
 color: white;
 border-radius: 0 10px 0 10px;
 box-shadow: inset 0 0 5px rgba(119,119,119, 0.5);
}
@media (max-width:562px) {
 h3{
  margin-right: 0px;
 }
}
h3 img{
 height: 21px;
 float: right;
}
h3 img:hover{
 cursor: pointer;
 filter:alpha(opacity=75);
 -moz-opacity:0.75;
 -khtml-opacity:0.75;
 opacity:0.75;
}
#c2img{
 display:absolute;
 left: 0;
 top: 0;
}
#c2str{
 font: 14px Helvetica;
 font-weight:bold;
 color: #333;
 text-shadow: 0 0 1em #ddd, 0 0 1em #ddd, 0 0 1em #ddd, 0 0 1em #ddd, 0 0 1em #ddd, 0 0 1em #ddd;
 margin-left: 5px;
 display:absolute;
 left: 0;
 top: 0;
 margin-top: -320px;
}
.wname{
 color: #444;
 /*text-shadow: 0 0 0.3em #fff, 0 0 0.3em #fff, 0 0 0.3em #fff;*/
 text-shadow:
   0 0 0.5em #eee, 0 0 0.5em #eee, 0 0 0.5em #eee,
   0 0 0.3em #fff, 0 0 0.3em #fff, 0 0 0.3em #fff;
 /*animation: glow 2s infinite alternate;*/
 position: fixed;
 top: 1px;
 white-space: nowrap;
 overflow: hidden;
 border-style: solid; border-color: #bbb;
 border-width: 0px 0px 0px 0px;
 background-color: #bbb;
 z-index:6;
}
@keyframes glow{ /*for animation in wname*/
 to {
  text-shadow: 0 0 0.5em #ff8, 0 0 0.5em #ff8, 0 0 0.5em #ff8;
 }
}
.taant, .trofees, .navtmln{
 height: 64px;
 font: 12px Helvetica; font-weight:bold;
 color: #444;
 padding: 0px 4px 0px 4px;
 text-align: left;
 border-style: solid; border-color: black;
 border-width: 1px;
 background-color: #eee;
 -webkit-border-radius: 6px;
 border-radius: 5px;
 margin-top: 0px;
 margin-left: 0px;
 margin-bottom: 5px;
}
.navtmln{
 height: 62px;
 background-color: #d7d7d7;
 -moz-box-shadow:    inset 0 0 5px #555;
 -webkit-box-shadow: inset 0 0 5px #555;
 box-shadow:         inset 0 0 5px #555;
 border-width: 2px;
}
.aantek{
 font: 12px Helvetica; font-weight:bold;
 color: #222;
 position: absolute;
 height: 39px;
 margin-left: 1px;
 float: left;
 padding: 4px 4px 4px 4px;
 border-style: solid; border-color: #00f;
 border-width: 0px;
 -webkit-border-radius: 6px;
 border-radius: 5px;
 background-color: #fff;
 overflow: auto;
 appearance: none;
 -webkit-appearance: none;
 -webkit-user-select: text;
 -khtml-user-select: text;
 -moz-user-select: text;
 -o-user-select: text;
 user-select: text;
}
.aantek p{
 /*IE bug*/
 margin: 0;
 margin-left: 1px;
}
.aantek:focus{
 /*background-color: white;*/
 border-width: 2px;
 margin-left: -1px;
}
#nav, #navs{
 background-color: #d7d7d7;
 -moz-box-shadow:    inset 0 0 5px #555;
 -webkit-box-shadow: inset 0 0 5px #555;
 box-shadow:         inset 0 0 5px #555;
 border-width: 2px;
 -webkit-border-radius: 16px;
 border-radius: 15px;
}
.navl, .navm, .navr{
 font: 12px Helvetica; font-weight:bold;
 color: #555;
 position: relative;
 margin-top: 16px;
 margin-left: 80px;
 float: left;
 padding: 0px;
 line-height: 12px;
}
.navm{
 color: #222;
 position: absolute;
 left: 210px;
 margin-top: 2px;
 width: 300px;
}
#navt{
 position: absolute;
 left: 230px;
 margin-top: 20px;
 width: 85px;
 height: 22px;
 font: 12px Arial; font-weight:bold;
 text-align: center;
 line-height: 22px;
 color:#eee;
 background: #777;
 border-style: solid; border-color: #555; border-width: 1px;
 user-select: none;
 -webkit-user-select: none;
 -moz-user-select: none;
 -khtml-user-select: none;
 -ms-user-select: none;
 text-decoration: none;
 -webkit-border-radius: 6px;
 border-radius: 5px;
 -moz-border-radius: 5px;
 white-space: pre-wrap;
}
/* Light shadow effect on the left */
#navt::before {
 content: '';
 position: absolute;
 left: 0;
 top: 0;
 bottom: 0;
 width: 4%;
 background: linear-gradient(to right, 
  rgba(255, 255, 255, 0.5) 0%,
  rgba(255, 255, 255, 0.3) 30%,
  rgba(255, 255, 255, 0) 100%);
}
/* Dark shadow effect on the right */
#navt::after {
 content: '';
 position: absolute;
 right: 0;
 top: 0;
 bottom: 0;
 width: 5%;
 background: linear-gradient(to left, 
  rgba(0, 0, 0, 0.4) 0%,
  rgba(0, 0, 0, 0.2) 30%,
  rgba(0, 0, 0, 0) 100%);
}
#navt:hover{
 cursor: pointer;
 filter:alpha(opacity=75);
 -moz-opacity:0.75;
 -khtml-opacity:0.75;
 opacity:0.75;
}
.navr{
 margin-right: 84px;
 margin-left: 0px;
 float: right;
 text-align: right;
 width: 90px;
}
.messbox{
 background: #666;
 color: #fff;
 box-shadow: 0 3px 10px #fff;
 padding: 10px;
 margin-top: 10px;
 -webkit-border-radius: 6px;
 border-radius: 5px;
 -moz-border-radius: 5px;
}
.trofimg{
 position: absolute;
 display: none;
 width: 54px;
 height: 26px;
 margin-left: 1px;
 cursor:pointer;
}
.trofimg:hover{
 filter:alpha(opacity=75);
 -moz-opacity:0.75;
 -khtml-opacity:0.75;
 opacity:0.75;
}
#rcimg{
 position: absolute;
 display: none;
 width: 9px;
 height: 9px;
 z-index: 99999;
}
.ysgr{
 margin-top: 10px;
 margin-bottom: 10px;
 display:inline-block;
 text-align:center;
}
.ysgr label{
/* display:block;*/
 display:table-cell;
 height: 32px;
 width: 52px;
 vertical-align: bottom;
/* border-style: solid; border-color: #f00;*/
}
.ysgr input{
 width:18px;
 height:18px;
}
.biergrp{
 margin-left: 50px;
 display:inline-block;
 float: left;
}
.bier{
 margin-left: 20px;
 display:inline-block;
 float: left;
 text-align:center;
 width: 40px;
}
.bier input{
 cursor:pointer;
 margin:0;padding:0;
 -webkit-appearance:none;
 -moz-appearance:none;
 appearance:none;
 display:none;
}
.bier img{
 cursor:pointer;
 width:39px;
 height:39px;
}
.koffie{
 margin-left: 20px;
 display:inline-block;
 float: left;
 text-align:center;
 /*width: 40px;*/
}
.koffie input{
 cursor:pointer;
 margin:0;padding:0;
 -webkit-appearance:none;
 -moz-appearance:none;
 appearance:none;
 display:none;
}
.koffie img{
 cursor:pointer;
 /*width:39px;*/
 height:55px;
}
.fb-like{
 display:none;
}
#ga_uid{
 /*float:right;*/
 overflow: auto;
 overflow-x: hidden;
 overflow-y: hidden;
 -webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
 -ms-transition: all 0.5s ease;
 transition: all 0.5s ease;
 position:absolute;
 right:8px;
}
#ga_uid:hover{
 height:300px;
}
table{
 font-weight:normal;
 background-color:#ddd;
 border: 2px solid #ccc;
 white-space: pre;
 border-collapse:collapse;
}
table:hover{
 cursor:pointer;
}
tr:nth-child(even) {
 background: #fff
}
tr:nth-child(odd) {
 background: #eee
}
tr:hover,tr.alt:hover {
 background: #dfe!important;
}
th{
 background: #e8e8e8
}
th:hover,th.alt:hover{
 background: #e8e8e8!important;
 cursor:default!important;
}
td{
 /*font-size: 105%;*/
 padding: 0px; /*then no borders around the bars in stbar*/
}
table#hlTable{
 table-layout:fixed;
 border: 0px solid #333;
 border-top: 1px solid #ccc;
 border-bottom: 1px solid #555;
 border-collapse: collapse;
 border-spacing: 0;
 white-space: nowrap;
 padding: 0px 0px 0px 0px;
}
table#hlTable td{
 font: 11px Helvetica; font-weight:bold;
 background-color: #dfe;
 color: black;
 width: 37px;
 overflow: hidden;
 display: inline-block;
}
table#hlTable td:nth-child(odd){
 background-color: #e8f4ee;
 color: blue;
}
table#hlTable:hover{
 cursor:auto;
}
table#quiTable th{
 background-color:#ddb;
 cursor:default!important;
}
table#quiTable th:hover{
 background-color:#ddb!important;
 cursor:default!important;
}
table#quiTable tr:nth-child(even){
 background-color:#ffd!important;
}
table#quiTable tr:nth-child(odd){
 background-color:#eec!important;
}
table#quiTable tr:hover{
 background-color:#fff!important;
}
table#qoutTable th{
 background-color:#dbb;
 cursor:default!important;
}
table#qoutTable th:hover{
 background-color:#dbb!important;
 cursor:default!important;
}
table#qoutTable tr:nth-child(even){
 background-color:#fdd!important;
}
table#qoutTable tr:nth-child(odd){
 background-color:#ecc!important;
}
table#qoutTable tr:hover{
 background-color:#fee!important;
}
table#qputTable th{
 background-color:#dbb;
 cursor:default!important;
}
table#qputTable th:hover{
 background-color:#dbb!important;
 cursor:default!important;
}
table#qputTable tr:nth-child(even){
 background-color:#fdd!important;
}
table#qputTable tr:nth-child(odd){
 background-color:#ecc!important;
}
table#qputTable tr:hover{
 background-color:#fee!important;
}
table#qd2toutTable th{
 background-color:#dbb;
 cursor:default!important;
}
table#qd2toutTable th:hover{
 background-color:#dbb!important;
 cursor:default!important;
}
table#qd2toutTable tr:nth-child(even){
 background-color:#fdd!important;
}
table#qd2toutTable tr:nth-child(odd){
 background-color:#ecc!important;
}
table#qd2toutTable tr:hover{
 background-color:#fee!important;
}
.dummy{
 height: 64px;
 top: 0px; left: 8px;
 border-style: solid; border-color: #ddd;
 border-width: 0px 0px 0px 0px;
 background-color: #ddd;
 z-index:4;
}
.menubar{
 height: 58px;
 position: fixed;
 top: 0px; /*left: 8px;*/
 border-style: solid; border-color: #bbb;
 border-width: 0px 0px 0px 0px;
 background-color: #bbb;
 z-index:5;
}
#sett, #ques{
 position: fixed;
 top: 1px;
 height:24px;
 margin-top:0px;
 margin-right:0px;
 padding:0px;
 cursor:pointer;
 -moz-border-radius:10px;
 -webkit-border-radius:11px;
 border-radius:10px;
 color: #eee;
 background-color: #777;
 border: 1px solid #777;
 -webkit-border-radius: 6px;
 -moz-border-radius: 5px;
 border-radius: 5px;
 appearance: none;
 -webkit-appearance: none;
 z-index:10;
}
#sett:hover, #ques:hover{
 cursor: pointer;
 filter:alpha(opacity=75);
 -moz-opacity:0.75;
 -khtml-opacity:0.75;
 opacity:0.75;
}
.inputn{
 height: 16px; width: 65px;
 line-height: 18px;
 position: fixed;
 z-index:160;
 top: 5px; /*left: 11px;*/
 font: 12px Helvetica; font-weight:bold;
 padding: 0px 0px 2px 1px;
 text-align: center;
 border-style: solid; border-color: black;
 border-width: 1px 1px 1px 1px;
 background-color: #eee;
 -webkit-border-radius: 6px;
 border-radius: 5px;
 margin-top: 0px;
 margin-left: 2px;
 margin-bottom: 2px;
 appearance: none;
 -webkit-appearance: none;
}
.inputnexpl{
 position: fixed;
 top: 30px; /*left: 14px;*/
 width: 300px;
 padding: 5px;
 color: #666;
 z-index:10;
 overflow: hidden;
 user-select: none;
 -webkit-user-select: none;
 -moz-user-select: none;
 -khtml-user-select: none;
 -ms-user-select: none;
 border-style: solid; border-color: #888;
 border-width: 1px 1px 1px 1px;
 background-color: #eee;
 -webkit-border-radius: 6px;
 border-radius: 5px;
 -webkit-box-shadow: 5px 5px 5px #888;
 -moz-box-shadow: 5px 5px 5px #888;
 box-shadow: 5px 5px 5px #888, 2px 2px 15px 2px #fff inset;
 text-decoration: none;
 display: none;
 white-space: pre-wrap;
}
.inputmin{
 height: 16px; width: 25px;
 position: fixed;
 z-index:140;
 top: 5px; left: 216px;
 font: 12px Helvetica; font-weight:bold;
 padding: 0px 0px 0px 0px;
 text-align: center;
 border-style: solid; border-color: black;
 border-width: 1px 1px 1px 1px;
 background-color: #eee;
 -webkit-border-radius: 6px;
 border-radius: 5px;
 margin-top: 0px;
 margin-left: 0px;
 margin-bottom: 2px;
 appearance: none;
 -webkit-appearance: none;
 display: none;
}
.minexpl{
 position: fixed;
 top: 30px; left: 216px;
 width: 300px;
 padding: 5px;
 color: #666;
 overflow: hidden;
 z-index:10;
 user-select: none;
 -webkit-user-select: none;
 -moz-user-select: none;
 -khtml-user-select: none;
 -ms-user-select: none;
 border-style: solid; border-color: #888;
 border-width: 1px 1px 1px 1px;
 background-color: #eee;
 -webkit-border-radius: 6px;
 border-radius: 5px;
 -webkit-box-shadow: 5px 5px 5px #888;
 -moz-box-shadow: 5px 5px 5px #888;
 box-shadow: 5px 5px 5px #888, 2px 2px 15px 2px #fff inset;
 text-decoration: none;
 white-space: pre-wrap;
 display: none;
}
.textmax{
 height: 16px; width: 28px;
 position: fixed;
 top: 5px; left: 248px;
 font: 12px Helvetica; font-weight:bold;
 padding: 0px 0px 0px 0px;
 text-align: right;
 vertical-align: middle;
 padding-left: 0px;
 border-style: solid; border-color: #bbb;
 border-width: 1px 1px 1px 1px;
 background-color: #bbb;
 overflow: hidden;
 appearance: none;
 -webkit-appearance: none;
 display: none;
}
.textmax:hover{cursor:help;}
.inputmax{
 height: 16px; width: 28px;
 position: fixed;
 z-index:130;
 top: 5px; left: 279px;
 font: 12px Helvetica; font-weight:bold;
 padding: 0px 0px 0px 0px;
 text-align: center;
 border-style: solid; border-color: black;
 border-width: 1px 1px 1px 1px;
 background-color: #eee;
 -webkit-border-radius: 6px;
 border-radius: 5px;
 margin-top: 0px;
 margin-left: 0px;
 margin-bottom: 2px;
 appearance: none;
 -webkit-appearance: none;
 display: none;
}
.maxexpl{
 position: fixed;
 top: 30px; left: 279px;
 width: 300px;
 padding: 5px;
 color: #666;
 overflow: hidden;
 z-index:10;
 user-select: none;
 -webkit-user-select: none;
 -moz-user-select: none;
 -khtml-user-select: none;
 -ms-user-select: none;
 border-style: solid; border-color: #888;
 border-width: 1px 1px 1px 1px;
 background-color: #eee;
 -webkit-border-radius: 6px;
 border-radius: 5px;
 -webkit-box-shadow: 5px 5px 5px #888;
 -moz-box-shadow: 5px 5px 5px #888;
 box-shadow: 5px 5px 5px #888, 2px 2px 15px 2px #fff inset;
 text-decoration: none;
 white-space: pre-wrap;
 display: none;
}
.textmess{
 height: 12px; width: 702px;
 position: fixed;
 top: 54px; left: 8px;
 color: red;
 font: 11px Helvetica; font-weight:bold;
 padding: 0px 0px 0px 0px;
 padding-left: 8px;
 text-align: left;
 vertical-align: middle;
 border-style: solid; border-color: #ddd;
 border-width: 1px 1px 1px 1px;
 background-color: #ddd;
 overflow: hidden;
 z-index:8;
 appearance: none;
 -webkit-appearance: none;
 -webkit-box-shadow: 0px 1px 3px #ddd;
 -moz-box-shadow: 0px 1px 3px #ddd;
 box-shadow: 0px 1px 3px #ddd;
}
.stravabut, .rapport, .fbbut {
 font: 12px Helvetica; font-weight:bold;
 padding: 0px 0px 0px 0px;
 text-align: center;
 overflow: hidden;
 user-select: none;
 -webkit-user-select: none;
 -moz-user-select: none;
 -khtml-user-select: none;
 -ms-user-select: none;
 text-decoration: none;
 color: #eee;
 background-color: #777;
 border-style: solid; border-color: #666; border-width: 1px;
 -webkit-border-radius: 6px;
 -moz-border-radius: 5px;
 border-radius: 5px;
 appearance: none;
 -webkit-appearance: none;
 z-index:10;
}
.rapport{
 height: 24px; width: 50px;
 position: fixed;
 top: 1px;
 white-space: pre-wrap;
 display:none;
}
/*
#rapport::before {
 content: '';
 position: fixed;
 left: 0;
 top: 0;
 bottom: 0;
 width: 5%;
 background: linear-gradient(to right, 
  rgba(255, 255, 255, 0.9) 0%,
  rgba(255, 255, 255, 0.3) 30%,
  rgba(255, 255, 255, 0) 100%);
}
#rapport::after {
 content: '';
 position: fixed;
 right: 0;
 top: 0;
 bottom: 0;
 width: 7%;
 background: linear-gradient(to left, 
  rgba(0, 0, 0, 0.4) 0%,
  rgba(0, 0, 0, 0.2) 30%,
  rgba(0, 0, 0, 0) 100%);
}
*/
.stravabut{
 height: 18px; width: 60px;
 position: fixed;
 top: 3px; left: 617px;
 display:none;
}
.stravabut:hover, .rapport:hover, .fbbut:hover {
 cursor: pointer;
 filter:alpha(opacity=75);
 -moz-opacity:0.75;
 -khtml-opacity:0.75;
 opacity:0.75;
}
.heart-button{
 position: absolute;
 top: 4px; left: 300px;
 height: 20px;
 display:none;
}
.strava-button{
 position: absolute;
 top: 4px; left: 400px;
 height: 20px;
 -webkit-border-radius: 6px;
 border-radius: 5px;
 -moz-border-radius: 5px;
 display:none;
}
.share-button{
 position: absolute;
 top: 4px; left: 470px;
 height: 20px;
 -webkit-border-radius: 6px;
 border-radius: 5px;
 -moz-border-radius: 5px;
 display:none;
}
.heart-button:hover, .strava-button:hover, .share-button:hover, #TP-button:hover{
 cursor: pointer;
 filter:alpha(opacity=75);
 -moz-opacity:0.75;
 -khtml-opacity:0.75;
 opacity:0.75;
}
.feedback{
 width: 98%;
 min-height: 32px;
 font: 14px Helvetica; font-weight:bold;
 padding: 4px 4px 4px 4px;
 border-style: solid; border-color: black;
 border-width: 1px 1px 1px 1px;
 -webkit-border-radius: 6px;
 border-radius: 5px;
 background-color: #fff;
 border: ridge 2px;
 overflow: auto;
 appearance: none;
 -webkit-appearance: none;
 -webkit-user-select: text;
 -khtml-user-select: text;
 -moz-user-select: text;
 -o-user-select: text;
 user-select: text;
 margin-left: 1px;
}
.feedback p{
 /*IE bug*/
 margin: 0;
 margin-left: 1px;
}
.feedback:focus{
 border-color: #00f;
 border-width: 2px;
 margin-left: 0px;
}
.fbbut{
 height: 18px; width: 80px;
 margin-left: 100px;
 margin-top: 0px;
 margin-bottom: 10px;
}
#stravareset, #TrainingPeaksreset, #intervalsreset, #Garminreset, #Polarreset, #Suuntoreset{
 cursor: pointer;
 font: 13px Helvetica; font-weight:bold;
 height: 20px; width: 110px;
 padding: 2px 3px 1px 3px;
 vertical-align: middle;
 line-height: 11px;
 color: #fff;
 background-color: #F36523;
 border: 1px solid #F36523;
 -webkit-border-radius: 6px;
 -moz-border-radius: 5px;
 border-radius: 5px;
 appearance: none;
 -webkit-appearance: none;
 text-align: center;
 text-shadow: 0px 1px 1px rgba(0,0,0,0.5);
 -moz-box-shadow:    2px 2px 1px #555;
 -webkit-box-shadow: 2px 2px 1px #555;
 box-shadow:         2px 2px 1px #555;
}
#TrainingPeaksreset{
 font-style: italic;
 width: 155px;
 color: #015497;
 background-color: #fff;
 border: 2px solid #015497;
}
#intervalsreset{
 width: 155px;
 color: #555;
 font-weight: bolder;
 background-color: #fff;
 border: 2px solid #333;
}
#Garminreset, #Polarreset, #Suuntoreset{
 width: 115px;
 color: black;
 background-color: #fff;
 border: 2px solid black;
}
#Polarreset{
 font-style: italic;
}
#stravareset:hover, #TrainingPeaksreset:hover, #intervalsreset:hover, #Garminreset:hover, #Polarreset:hover, #Suuntoreset:hover{
 filter:alpha(opacity=75);
 -moz-opacity:0.75;
 -khtml-opacity:0.75;
 opacity:0.75;
}
.chrt{
 height:320px;
 border-style: solid; border-color: #666;
 border-width: 1px 1px 1px 1px;
 background-color: #eee;
 margin-bottom: 5px;
 overflow: hidden;
}
.chrt .jqplot-axis{
 font: 12px Helvetica; font-weight:bold;
 margin-bottom:-7px !important;
}
.chrt .jqplot-yaxis {
 margin-left:-145px !important; /* was -140px bij .3f format */
 width:186px !important;
}
/*.chrt .jqplot-y2axis{
 margin-right:0px !important;
 width:0px !important;
}*/
.chrt .jqplot-highlighter-tooltip{
 font: 12px Helvetica; font-weight:bold;
 color: black;
 background-color: #dfe;
}
.chrt .jqplot-table-legend{
 font: 12px Helvetica; font-weight:bold;
 background-color: #fff;
}
.chrt .jqplot-point-label{
 border: 1.5px
 solid #aaaaaa;
 padding: 1px 3px;
 background-color: #eee;
}
.highlight2{
 font: 12px Helvetica; font-weight:bold;
 color: black;
 background-color: #dfe;
 position: absolute;
 width: 116px;
 padding: 2px;
 user-select: none;
 -webkit-user-select: none;
 -moz-user-select: none;
 -khtml-user-select: none;
 -ms-user-select: none;
 border-style: solid; border-color: #888;
 border-width: 1px 1px 1px 1px;
 -webkit-border-radius: 6px;
 border-radius: 5px;
 -webkit-box-shadow: 5px 5px 5px #888;
 -moz-box-shadow: 5px 5px 5px #888;
 box-shadow: 5px 5px 5px #888;
 text-decoration: none;
 white-space: pre-wrap;
 display: none;
}
.hlc{
 border-radius: 50%;
 width: 12px;
 height: 12px;
 position: absolute;
 background: #111;
 filter:alpha(opacity=50);
 -moz-opacity:0.5;
 -khtml-opacity:0.5;
 opacity:0.5;
 display: none;
}
.trmapnam{
 position: absolute;
 /*width: 450px;*/
 font-size: 25px;
 text-align: center;
 color: #fff;
 text-shadow:
  0px 1px 1px #aaa,
  0px 2px 1px #777,
  0px 3px 1px #444,/*
  0px 4px 1px #c5c5c5,
  0px 5px 1px #c1c1c1,
  0px 6px 1px #bbb,
  0px 7px 1px #777,*/
  0px 8px 3px rgba(100, 100, 100, 0.5),
  0px 9px 5px rgba(100, 100, 100, 0.4),
  0px 10px 7px rgba(100, 100, 100, 0.3);/*,
  0px 11px 9px rgba(100, 100, 100, 0.2),
  0px 12px 11px rgba(100, 100, 100, 0.25),
  0px 13px 15px rgba(100, 100, 100, 0.3);*/
 z-index:1;
}
#track{
 position:absolute;
 display:none
}
.ltbut,.rtbut,.ltsbut,.rtsbut{
 width: 40px;
 height: 40px;
 /*font: 25px Arial !important; font-weight:bold;
 text-align: center;*/
 vertical-align: middle;
 line-height: 40px;
 /*color: white;
 background: #222;*/
 color: #222;
 /*background: #eee;*/
 border-radius: 50%;
 position: absolute;
 user-select: none;
 -webkit-user-select: none;
 -moz-user-select: none;
 -khtml-user-select: none;
 -ms-user-select: none;
 text-decoration: none;
 filter:alpha(opacity=85);
 -moz-opacity:0.85;
 -khtml-opacity:0.85;
 opacity:0.85;
 white-space: pre-wrap;
 margin: 12px 0px 0px 0px;
 padding: 0px;
 display: none;
 /*
 -webkit-animation: fadeIt 2s ease-in-out;
    -moz-animation: fadeIt 2s ease-in-out;
      -o-animation: fadeIt 2s ease-in-out;
         animation: fadeIt 2s ease-in-out;
  */
}
.ltbut:hover,.rtbut:hover,.ltsbut:hover,.rtsbut:hover{
 cursor: pointer;
 filter:alpha(opacity=45);
 -moz-opacity:0.45;
 -khtml-opacity:0.45;
 opacity:0.45;
}
@-webkit-keyframes fadeIt {
  0%   { background-color: #FFFFFF; filter:alpha(opacity=15); -khtml-opacity:0.15; opacity:0.15; width: 60px; height: 60px;}
  50%  { background-color: #0088FF; filter:alpha(opacity=60); -khtml-opacity:0.60; opacity:0.60;}
  100% { background-color: #FFFFFF; filter:alpha(opacity=15); -khtml-opacity:0.15; opacity:0.15;}
}
@-moz-keyframes fadeIt {
  0%   { background-color: #FFFFFF; -moz-opacity:0.15; width: 60px; height: 60px;}
  50%  { background-color: #0088FF; -moz-opacity:0.60;}
  100% { background-color: #FFFFFF; -moz-opacity:0.15;}
}
@-o-keyframes fadeIt {
  0%   { background-color: #FFFFFF; filter:alpha(opacity=15); -khtml-opacity:0.15; opacity:0.15; width: 60px; height: 60px;}
  50%  { background-color: #0088FF; filter:alpha(opacity=60); -khtml-opacity:0.60; opacity:0.60;}
  100% { background-color: #FFFFFF; filter:alpha(opacity=15); -khtml-opacity:0.15; opacity:0.15;}
}
@keyframes fadeIt {
  0%   { background-color: #FFFFFF; filter:alpha(opacity=15); -khtml-opacity:0.15; opacity:0.15; width: 60px; height: 60px;}
  50%  { background-color: #0088FF; filter:alpha(opacity=60); -khtml-opacity:0.60; opacity:0.60;}
  100% { background-color: #FFFFFF; filter:alpha(opacity=15); -khtml-opacity:0.15; opacity:0.15;}
}
.backgroundAnimated{
  background-image:none !important;
  width: 60px;
  height: 60px;
  -webkit-animation: fadeIt 2s ease-in-out;
     -moz-animation: fadeIt 2s ease-in-out;
       -o-animation: fadeIt 2s ease-in-out;
          animation: fadeIt 2s ease-in-out;
}
.EHD {
  width: 30px;
  line-height: 22px; /*same as div height*/
  height: 22px;
  font: 12px Arial; font-weight:bold;
  text-align: left;
  margin: 0 auto 0px;
  padding: 0px;
  color:#555;
  position: absolute;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  text-decoration: none;
  z-index:2;
}
.babut1,.tbut2,.tbut3,.scbut3,.blbut4,.blbut5,.HPC{
 width: 30px;
 height: 22px;
 font: 12px Arial; font-weight:bold;
 text-align: center;
 vertical-align: middle;
 margin: 0 auto 0px;
 padding: 0px;
 line-height: 22px; /*same as div height*/
 color:#eee;
 background: #777;
 position: absolute;
 user-select: none;
 -webkit-user-select: none;
 -moz-user-select: none;
 -khtml-user-select: none;
 -ms-user-select: none;
 text-decoration: none;
 -webkit-border-radius: 6px;
 border-radius: 5px;
 -moz-border-radius: 5px;
 white-space: pre-wrap;
 display: none;
}
.babut1:hover,.tbut2:hover,.tbut3:hover,.scbut3:hover,.blbut4:hover,.blbut5:hover,.HPC:hover{
 cursor: pointer;
 filter:alpha(opacity=75);
 -moz-opacity:0.75;
 -khtml-opacity:0.75;
 opacity:0.75;
}
.hhbut{
 width: 22px;
 height: 18px;
 position: fixed;
 font: 15px Arial; font-weight:bold;
 text-align: center;
 vertical-align: middle;
 line-height: 20px;
 color: #eee;
 background-color: #888;
 border: 1px solid #888;
 border-radius: 50%;
 user-select: none;
 -webkit-user-select: none;
 -moz-user-select: none;
 -khtml-user-select: none;
 -ms-user-select: none;
 text-decoration: none;
 appearance: none;
 -webkit-appearance: none;
 white-space: pre-wrap;
 display:none;
}
.hhbut:hover{
 cursor: pointer;
 filter:alpha(opacity=75);
 -moz-opacity:0.75;
 -khtml-opacity:0.75;
 opacity:0.75;
}
.hhover:hover{
 cursor: pointer;
 filter:alpha(opacity=75);
 -moz-opacity:0.75;
 -khtml-opacity:0.75;
 opacity:0.75;
}
#mn0,#mn1,#mn2,#mn3,#mn4,#mn5,#mn6,#mn7,#mn8,#mn9,#mna,#mnb,#mn10,#mn11,#mn12,#mn13,#mn14,#mn15,#mn16,#mn17,#mn18,#mn19,#mn1a,#mn1b{
 position: absolute; font: 14px Helvetica; font-weight:bold; color: #555;
}
#mn0{left:100px; top:915px;}
#mn1{left:100px; top:915px;}
#mn2{left:235px; top:915px;}
#mn3{left:370px; top:915px;}
#mn4{left:505px; top:915px;}
#mn5{left:640px; top:915px;}
#mn6,#mn7,#mn8,#mn9,#mna,#mnb{left:775px; top:915px;}
#mn10{left:100px; top:1172px;}
#mn11{left:100px; top:1172px;}
#mn12{left:235px; top:1172px;}
#mn13{left:370px; top:1172px;}
#mn14{left:505px; top:1172px;}
#mn15{left:640px; top:1172px;}
#mn16,#mn17,#mn18,#mn19,#mn1a,#mn1b{left:775px; top:1172px;}
.main_photo{
 position:relative;
}
.mp,.mp2{
 border-style: solid; border-color: #444;
 border-width: 2px 2px 2px 2px;
}
/*.main_photo img{
 -moz-border-radius: 6px;
 -webkit-border-radius: 7px;
 border-radius: 6px;
}*/
.i1{
 position:absolute;
 top:18px;
 left:30px
}
.i1a{
 position:absolute;
 top:18px;
 left:95px
}
.i1b{
 position:absolute;
 top:18px;
 left:185px
}
.i1c{
 position:absolute;
 top:18px;
 left:240px
}
.i2,.i2a,.i2b,.i2c,.i2d,.i2e,.i2f{
 position:absolute;
 top:45px;
}
.i2s{
 position:absolute;
 top:130px;
 left:140px
}
.i3a{
 position:absolute;
 top:21px;
}
.i3b,.i3c,.i3d{
 position:absolute;
 top:80px;
}
.i4{
 position:absolute;
 top:249px;
}
.i4a{
 position:absolute;
 top:64px;
}
.i5{
 position:absolute;
 top:38px;
}
.i6a{
 position:absolute;
 top:144px;
 left:85px
}
.i6b{
 position:absolute;
 top:144px;
}
.i7a{
 position:absolute;
 top:107px;
 left:85px
}
.i7b{
 position:absolute;
 top:107px;
}
.i8{
 position:absolute;
 top:118px;
}
.i9{
 position:absolute;
 top:54px;
}
#dialog-overlay{
 height:100%;
 filter:alpha(opacity=50);
 -moz-opacity:0.5;
 -khtml-opacity:0.5;
 opacity:0.5;
 background:#000;
 position:absolute;
 top:0;
 left:0;
 z-index:3000;
 display:none;
}
#dialog-box{
 box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
 -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
 -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
 -moz-border-radius: 5px;
 -webkit-border-radius: 6px;
 border-radius: 5px;
 background:#eee;
 position:absolute;
 z-index:5000;
 display:none;
}
#dialog-box .dialog-content{
 text-align:left;
 padding:2px;
 margin:6px;
 color:#333;
 font-family:helvetica;
 font-size:13px;
 font-weight:bold;
}
a.button{ /*bij popup*/
 margin:10px 0px 5px 0px;
 margin-bottom: 30px;
 text-align:center;
 background-color:#777;
/* display:inline-block;*/
 float:left;
 left:250px;
 width:50px;
 height:16px; /*werkt niet bij inline-block*/
 padding:5px 5px 6px;
 color:#eee;
 text-decoration:none;
 font-weight:bold;
/* line-height:1;*/
 -moz-border-radius: 5px;
 -webkit-border-radius: 6px;
 border-radius: 5px;
 border-bottom:1px solid rgba(0,0,0,0.25);
 position:relative;
 cursor:pointer;
}
a.button:hover{
 cursor: pointer;
 filter:alpha(opacity=75);
 -moz-opacity:0.75;
 -khtml-opacity:0.75;
 opacity:0.75;
}
#dialog-box .dialog-content p{
 font-weight:700;
 margin:0;
}
#dialog-box .dialog-content ul{
 margin:10px 0 10px 20px;
 padding:0;
 height:50px;
}
.inputema{
 height: 16px; width: 280px;
 font: 12px Helvetica; font-weight:bold;
 padding: 0px 0px 0px 0px;
 text-align: center;
 border-style: solid; border-color: black;
 border-width: 1px 1px 1px 1px;
 background-color: white;
 -webkit-border-radius: 6px;
 border-radius: 5px;
 margin-top: 0px;
 margin-left: 0px;
 margin-bottom: 2px;
 appearance: none;
 -webkit-appearance: none;
}
.inputhb{
 height: 20px; width: 88%;
 font: 14px Helvetica; font-weight:bold;
 padding: 0px 0px 0px 0px;
 text-align: center;
 border-style: solid; border-color: black;
 border-width: 1px 1px 1px 1px;
 background-color: white;
 -webkit-border-radius: 6px;
 border-radius: 5px;
 margin-top: 0px;
 margin-left: 0px;
 margin-bottom: 2px;
 appearance: none;
 -webkit-appearance: none;
}
.inpdat{
 height: 16px; width: 90px;
 font: 12px Helvetica; font-weight:bold;
 padding: 0px 0px 0px 0px;
 text-align: center;
 border-style: solid; border-color: black;
 border-width: 1px 1px 1px 1px;
 background-color: white;
 -webkit-border-radius: 6px;
 border-radius: 5px;
 margin-top: 0px;
 margin-left: 0px;
 margin-bottom: 2px;
 appearance: none;
 -webkit-appearance: none;
}
#qsmininput, #qsmaxinput, #qstoacc{
 height: 16px; width: 32px;
 font: 12px Helvetica; font-weight:bold;
 padding: 0px 0px 0px 0px;
 text-align: center;
 border-style: solid; border-color: black;
 border-width: 1px 1px 1px 1px;
 background-color: white;
 -webkit-border-radius: 6px;
 border-radius: 5px;
 margin-top: 0px;
 margin-left: 0px;
 margin-bottom: 2px;
 appearance: none;
 -webkit-appearance: none;
}
#qstoacc{
 width: 130px;
 padding: 1px 8px 1px 8px;
 color: #FFF;
 background-color: #05a;
 -moz-box-shadow:    2px 2px 1px #555;
 -webkit-box-shadow: 2px 2px 1px #555;
 box-shadow:         2px 2px 1px #555;
}
#qstoacc:hover{
 cursor:pointer;
}
#luisel{
 cursor:pointer!important;
}
#dialog2-overlay{
 width:702; height:100%;
 filter:alpha(opacity=50);
 -moz-opacity:0.5;
 -khtml-opacity:0.5;
 opacity:0.5;
 background:#000;
 position:absolute;
 top:0;
 left:0;
 z-index:3000;
 display:none;
}
#dialog2-box{
 box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
 -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
 -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
 -moz-border-radius: 5px;
 -webkit-border-radius: 6px;
 border-radius: 5px;
 background:#eee;
 width:500px;
 position:absolute;
 z-index:5000;
 display:none;
}
#dialog2-box .dialog2-content{
 text-align:left;
 padding:2px;
 margin:6px;
 color:#333;
 font-family:helvetica;
 font-size:13px;
 font-weight:bold;
}

#dialog4-overlay{
 width:720; height:100%;
 filter:alpha(opacity=50);
 -moz-opacity:0.5;
 -khtml-opacity:0.5;
 opacity:0.5;
 background:#000;
 position:absolute;
 top:0;
 left:0;
 z-index:3000;
 display:none;
}
#dialog4-box{
 box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
 -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
 -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
 -moz-border-radius: 5px;
 -webkit-border-radius: 6px;
 border-radius: 5px;
 background:#eee;
 width:710px;
 position:absolute;
 z-index:5000;
 display:none;
}
#dialog4-box .dialog4-content{
 text-align:left;
 padding:2px;
 margin:0px;
 color:#333;
 font-family:helvetica;
 font-size:13px;
 font-weight:bold;
}
a.button1,a.button2,a.button3,a.button4{ /*bij popup2*/
 margin:10px 0px 5px 0px;
 text-align:center;
 background-color:#777;
 float:left;
 left:130px;
 width:55px;
 height:16px;
 padding:5px 5px 6px;
 color:#eee;
 text-decoration:none;
 font-weight:bold;
 -moz-border-radius: 5px;
 -webkit-border-radius: 6px;
 border-radius: 5px;
 border-bottom:1px solid rgba(0,0,0,0.25);
 position:relative;
 cursor:pointer;
 display:none;
}
a.button1:hover,a.button2:hover,a.button3:hover,a.button4:hover{
 cursor: pointer;
 filter:alpha(opacity=75);
 -moz-opacity:0.75;
 -khtml-opacity:0.75;
 opacity:0.75;
}
a.button2{ /*bij popup2*/
 left:220px;
}
.spinner {
 height:60px;
 width:60px;
 -moz-border-radius: 31px;
 -webkit-border-radius: 32px;
 border-radius: 31px;
 filter:alpha(opacity=50);
 -moz-opacity:0.5;
 -khtml-opacity:0.5;
 opacity:0.5;
 background:#000;
 position:fixed;
 top:90px;
 left:20px;
 z-index:3000;
 display:none;
 overflow: hidden;
}
.spinnerb {
 margin: 100px auto;
 width: 50px;
 height: 40px;
 text-align: center;
 font-size: 10px;
 position:fixed;
 top:0px;
 left:80px;
 z-index:3000;
}
.spinnerb > div {
  background-color: #333;
  color: #eee;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
 margin-left: 2px;
}
.spinnerb .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.spinnerb .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
.spinnerb .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.spinnerb .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
  20% { -webkit-transform: scaleY(1.0) }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

.clear {
 clear:both;
}
ul {
 font-size: 125%;
 margin:0;
 padding:0;
 list-style:none;
 position: fixed;
 top:29px;
 z-index:7;
 display:table;
}
@media (max-width:562px) {
 ul{
  font-size: 90%; /* voor ipad air niet kleiner dan 90% */
 }
}
ul li {
 float:left;
}
ul li a {
 background:#bbb;
 color:#555;
 display:block;
 margin-left: 1px;
 margin-top: 2px;
 text-decoration:none;
 border-left:1px solid #444;
 border-right:1px solid #444;
 border-top:1px solid #444;
}
ul li a:hover {
 background:#ccc;
}
ul li a.selected {
 border-left:2px solid #444;
 border-right:2px solid #444;
 border-top:2px solid #444;
 border-bottom:1px solid #ddd;
 color:#000;
 background:#ddd;
}
#navigation {
 margin: 0 auto;
 padding-left: 1px;
}
.outsideWrapper{
 width:450px; height:330px;
 margin:0px;
}
.insideWrapper{
 width:100%; height:100%;
 position:relative;
 margin:0px;
}
.coveredImage{
 width:100%; height:100%;
 position:absolute; top:0px; left:0px;
}
.coveringCanvas{
 width:100%; height:100%;
 position:absolute; top:0px; left:0px;
}

#myDivUA {
  z-index:7777;
}
.container {
  font-size: 18px;
  width: 80%;
  margin: 0 auto;
  background-color: #f7f7f7;
  color: #757575;
  font-family: 'Raleway', sans-serif;
  text-align: center;
  padding: 10px;
}
.container h2 {
  text-align: center;
  margin-top: 0px;
}
.container p {
  font-size: 18px;
  font-weight: 500;
  margin: 2px;
}
.regisFrm input[type="text"], .regisFrm input[type="email"], .regisFrm input[type="password"] {
  width: 94.5%;
  padding: 10px;
  margin: 2px -2px;
  outline: none;
  color: #000;
  font-size: 17px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}
input:-webkit-autofill::first-line {
  font-size: 17px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  /*color: green;*/
}
.send-button {
  text-align: center;
  margin-top: 2px;
  margin-bottom: 15px;
}
.send-button, .cuseracc {
  width: 100%;
  text-align: center;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  text-decoration: none;
  -webkit-border-radius: 6px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  white-space: pre-wrap;
  caret-color: transparent;
}
.send-button input, .cuseracc{
  text-align: center;
  margin: auto;
  padding: 10px 0;
  width: 60%;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 500;
  border: none;
  outline: none;
  color: #FFF;
  background-color: #05a;
  cursor: pointer;
}
.send-button input:hover, .cuseracc:hover {
  cursor: pointer;
  filter:alpha(opacity=75);
  -moz-opacity:0.75;
  -khtml-opacity:0.75;
  opacity:0.75;
}
#myDivUAhighl {
  font-size: 18px;
  font-weight: 500;
  color: green;
  margin-top: 5px;
}
#myDivUAerror {
  font-size: 18px;
  font-weight: 500;
  color: red;
  margin-top: 5px;
}
#pwflink, #pwflinksmall {
  color: blue;
}
#pwflinksmall {
  font-size: 12px;
}
#pwflink:hover, #pwflinksmall:hover {
  cursor: pointer;
}
a.logout{float: right;}
p.success{color:#34A853;}
p.error{color:#EA4335;}

@font-face {
  font-family: 'FontAwesome';
  src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.pwd{
	position: relative;
}
.p-viewer {
	z-index: 9999;
	position: absolute;
	top: 32%;
	right: 15px;
  cursor: pointer;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}

.inputd{
 height: 20px; width: 100px;
 font-size: 16px;
 padding: 0px 0px 0px 0px;
 text-align: center;
 border-style: solid; border-color: black;
 border-width: 1px 1px 1px 1px;
 background-color: #fefefe;
 -webkit-border-radius: 6px;
 border-radius: 5px;
 -moz-border-radius: 5px;
 margin-top: 0px;
 margin-left: 0px;
}
#doeln{
 width: 70px;
}
#doelt{
 width: 120px;
}
#doelg{
 width: 100px;
}
.inpbut{
 width: 100%;
 color: #33f;
 text-decoration: underline;
 font-size: 16px;
 padding: 0px;
 padding-left: 5px;
 padding-right: 5px;
 text-align: center;
 border-style: solid; border-color: black;
 border-width: 1px 1px 1px 1px;
 background-color: #eee;
 appearance: none;
 -webkit-appearance: none;
 -webkit-border-radius: 6px !important;
 border-radius: 5px !important;
 -moz-border-radius: 5px !important;
}
.inpbut:active{
 background-color: #fff;
}
.inpbut:hover{
 cursor: pointer;
 filter:alpha(opacity=75);
 -moz-opacity:0.75;
 -khtml-opacity:0.75;
 opacity:0.75;
}
.delrow{
 color: #33f;
 text-decoration: underline;
}
.delrow:hover{
 cursor: pointer;
 filter:alpha(opacity=75);
 -moz-opacity:0.75;
 -khtml-opacity:0.75;
 opacity:0.75;
}
.dtbl0, .dtbl2{
 border:1px solid #555;
 border-collapse: collapse;
 border-spacing:0px;
 box-shadow: 5px 5px 5px grey;
 padding:3px;
 line-height:1.5; /*vanwege special char height*/
 background-color: #eee;
 margin-top: 5px;
 outline: none;
 -webkit-tap-highlight-color: transparent;
 -webkit-touch-callout: none;
 -webkit-user-select: none;
 -khtml-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
}
.dtbl0 td, .dtbl0 th, .dtbl2 td, .dtbl2 th{
 border:1px solid #888;
 padding-left:5px;
 padding-right:5px;
 text-align:center;
}
.dtbl0 td:nth-child(4){
 text-align:right;
}
.dtbl2 td:nth-child(1),
.dtbl2 td:nth-child(4){
 text-align:right;
}
.tr0a{
 background-color: #eee !important;
 border-bottom: 2.2pt solid black;
}
.tr1a{
 background-color: #eee !important;
 border-top: 2.2pt solid black;
}
.tr2a, .tr2b{
 background-color: #fff !important;
}
.tr2b{
 border-bottom: 2.2pt solid black;
}
.dtbl0 th, .dtbl2 th{
 background-color: #d3d3d3;
 border-bottom: 2.2pt solid black;
}
.upload-container {
  position: absolute;
  left: 350px;
}
.upload-btn {
  /*background: white;
  color: #222;*/
  color: #eee;
  background-color: #777;
  border: none;
  padding: 1px 6px 2px 2px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 6px;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  border: 1px solid #bbb;
  gap: 3px; /*gap with svg*/
}
@media (max-width:562px) {
 .upload-btn {
  padding: 2px 6px 2.5px 2px;
 }
}
.upload-btn:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
 filter:alpha(opacity=75);
 -moz-opacity:0.75;
 -khtml-opacity:0.75;
 opacity:0.75;
}
.upload-btn svg {
  width: 20px;
  height: 20px;
}
.options-menu {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 4px;
  background: white;
  border-radius: 6px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  opacity: 0;
  transform: translateX(20px);
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  min-width: 150px;
  border: 1px solid #bbb;
}
.options-menu::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
}
.upload-container:hover .options-menu,
.upload-container:focus-within .options-menu,
.options-menu:hover {
  opacity: 1;
  /*transform: translateX(0);*/
  pointer-events: all;
}
.option-item {
  padding: 6px 8px;
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  transition: all  0.2s ease;
  border-bottom: 1px solid #bbb;
}
.option-item:last-child {
  border-bottom: none;
}
.option-item:hover {
  background: #f8f9ff;
}
.option-text {
  display: flex;
  flex-direction: column;
}
.option-title {
  font-weight: 600;
  color: #333;
  font-size: 14px;
}
.option-title img {
  height: 18px;
}
.option-desc {
  font-size: 10px;
  color: #888;
  margin-top: 2px;
}