
/* File: accountwidget.css */
#accountwidget{
    z-index: 3;
  cursor: default;
  position: absolute;
  display: block;
  width: 250px;
  height: 85px;
  top: 50px;
  right: -12px;	 
}

#accountwidgetSubjectOverview>span{
  display: none;
  height: 30px;
  position: absolute;
  bottom: 5px;
  left: 5px;
  right: 5px;
  text-align:center;
  font-size: 16px;
}

#accountwidgetSubjectOverview>span:first-child{
  display: block;
}

.accountwidgetProgress{
  display: inline-block;
  
  width: 100%;
  height: 20px;
  padding-top: 2px;
  
  
  position: absolute;	
  left: 0px;
  bottom: 0px;
  
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  
  border: solid 1px #777777;
  
  background-color: #eeeeee;
  background: -webkit-linear-gradient(top, #eeeeee 0%, #bbbbbb 100%);
  background: -o-linear-gradient(top, #eeeeee 0%, #bbbbbb 100%);
  background: -moz-linear-gradient(top, #eeeeee 0%, #bbbbbb 100%);
  background: -ms-linear-gradient(top, #eeeeee 0%, #bbbbbb 100%);
  background: linear-gradient(top, #eeeeee 0%, #bbbbbb 100%);
}
.accountwidgetProgressFrom{
  width: 16px;
  height: 16px;
  
  position: absolute;
  left: 5px;
  
  color: #ccddff;
  font-size: 14px;
  
  border-radius: 9px;
  
  
  border: solid 1px #666666;
  
  background-color: #777777;
  background: -webkit-linear-gradient(top, #777777 0%, #999999 100%);
  background: -o-linear-gradient(top, #777777 0%, #999999 100%);
  background: -moz-linear-gradient(top, #777777 0%, #999999 100%);
  background: -ms-linear-gradient(top, #777777 0%, #999999 100%);
  background: linear-gradient(top, #777777 0%, #999999 100%);
}
.accountwidgetProgressTo{
  width: 16px;
  height: 16px;
  
  position: absolute;
  right: 5px;
  
  color: #ccddff;
  font-size: 14px;
  
  border-radius: 9px;
  
  
  border: solid 1px #666666;
  
  background-color: #777777;
  background: -webkit-linear-gradient(top, #777777 0%, #999999 100%);
  background: -o-linear-gradient(top, #777777 0%, #999999 100%);
  background: -moz-linear-gradient(top, #777777 0%, #999999 100%);
  background: -ms-linear-gradient(top, #777777 0%, #999999 100%);
  background: linear-gradient(top, #777777 0%, #999999 100%);
}

.accountwidgetProgressBar{
  top: 6px;
  position: relative;
  display: block;
  width: auto;
  height: 5px;
  border-radius: 4px;
  
  margin-left: 28px;
  margin-right: 28px;
  
  
  border: solid 1px #666666;
  
  background-color: #777777;
  background: -webkit-linear-gradient(top, #777777 0%, #999999 100%);
  background: -o-linear-gradient(top, #777777 0%, #999999 100%);
  background: -moz-linear-gradient(top, #777777 0%, #999999 100%);
  background: -ms-linear-gradient(top, #777777 0%, #999999 100%);
  background: linear-gradient(top, #777777 0%, #999999 100%);
}
.accountwidgetProgressBar>span{
  float: left;
  display: inline-block;
  height: 5px;
  background-color: #aaddff;
  background: -webkit-linear-gradient(top, #aaddff 0%, #99bbdd 100%);
  background: -o-linear-gradient(top, #aaddff 0%, #99bbdd 100%);
  background: -moz-linear-gradient(top, #aaddff 0%, #99bbdd 100%);
  background: -ms-linear-gradient(top, #aaddff 0%, #99bbdd 100%);
  background: linear-gradient(top, #aaddff 0%, #99bbdd 100%);
}
.accountwidgetStarCounter{
    margin-top: 10px;

}

.accountwidgetStarTotal::before{
  content: " / ";
}
.accountwidgetStarCounter>span:first-child{
    margin-left: 15px;
  /* display: inline-block;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  position: absolute;
  right: 2px;
  bottom: 2px;
  background-image: url('../img/vragen/starFull.png');  */
}
.accountwidgetGrade{
  z-index: 1;
  text-align: center;
  position: absolute;
  
  width: 20px;
  left: 0;
  bottom: 23px;
  padding: 1px;
  padding-left: 25px;
  padding-right: 6px;
  
  
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  /*border-radius: 15px;*/
  
  border-top: solid 1px #777777;
  border-left: solid 1px #777777;
  border-right: solid 1px #777777;
  
  background-color: #eeeeee;
  background: -webkit-linear-gradient(top, #eeeeee 0%, #eeeeee 100%);
  background: -o-linear-gradient(top, #eeeeee 0%, #eeeeee 100%);
  background: -moz-linear-gradient(top, #eeeeee 0%, #eeeeee 100%);
  background: -ms-linear-gradient(top, #eeeeee 0%, #eeeeee 100%);
  background: linear-gradient(top, #eeeeee 0%, #eeeeee 100%);
}
.accountwidgetGrade>span:first-child{
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: 18px 18px;

  position: absolute;
  left: 4px;
  bottom: 0px;

  background-image: url('../img/vragen/toets.png');
}
/* File: codeHighlight.css */
/*.codeHighlight:hover,*/ .codeHighlightHover{
	background-color: #ddeeff;
	
	-webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    7px 7px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         7px 7px 5px 0px rgba(50, 50, 50, 0.75);
	
	cursor: help;
}
.codeTooltip{
	display: none;
	
	width: 400px;
	
	position: fixed;
	right: 20px;
	top: 20px;
	bottom: 20px;
	
	overflow: auto;
	
	z-index: 16;
	
	padding: 4px;
	
	background-color: #ddeeff;
	-webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    7px 7px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         7px 7px 5px 0px rgba(50, 50, 50, 0.75);
}
.codeTooltip>iframe{
	width:100%;
	height:100%;
	border: none;
}



.codeSelectAnswers{
	display: none; /*should be none in production */
}
/* File: controls.css */
:root {
    --font-color: #424242;
    --bg-color: #fff;
    --heading-color: #292922;
    --popnav-color: #ffffff;
}
  [data-theme="dark"] {
    --font-color: #ffffff;
    --bg-color: #161625;
    --heading-color: #818cab;
    --popnav-color: #818cab;
}
h1, h2,hr{
	color: var(--font-color);
}
#mainControls{
	z-index: 3;
	position: absolute;

	left: 15px;
	top: 15px;

	table-layout: fixed;
	width: 100px;

	background: none;
}
#mainControls>div{
	display: block;
	background: none;
}
#mainControls>div>a{
	display: block;
	height: 30px;
	width: 30px;
}
#resetPositionsButton{
	z-index: 4;
	position: absolute;
	width: 30px;
	height: 30px;
	left:10px;
	top: 60px;
	border-radius: 15px;
}
#buttonAcc{
    z-index: 100;
    position: fixed;
    top: 3px;
}

.bicon {
	display: inline-block;
	height: 30px;
	background-size: 30px 30px;
	background-repeat: no-repeat;
	background-position:center; 
	left: 5px;
	right: 5px;
	position: absolute;
}
.h-divider {
    color: var(--font-color);
    margin: auto;
    margin-top: 20px;
    width: 80%;
    position: relative;
}
.h-divider .shadoww {
    overflow: hidden;
    height: 20px;
}
.h-divider .shadoww:after {
    content: '';
    display: block;
    margin: -25px auto 0;
    width: 100%;
    height: 25px;
    border-radius: 125px/12px;
    box-shadow: 0 0 8px #7a7d81;
}



.menu-open-button {
    border-radius: 100%;
    width: 35px;
    height: 35px;
    margin-left: 45%;
    position: absolute;
    margin-top: 10px;
    color: #942E7C;
    text-align: center;
    line-height: 80px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform ease-out 200ms;
    transition: -webkit-transform ease-out 200ms;
    transition: transform ease-out 200ms;
    transition: transform ease-out 200ms, -webkit-transform ease-out 200ms;
}
.menu-open {
    display: none;
}

.menu-open:checked + .menu-open-button {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transform: scale(0.8, 0.8) translate3d(0, 0, 0);
    transform: scale(0.8, 0.8) translate3d(0, 0, 0);
}
.menu-open-button:hover {
    -webkit-transform: scale(1.2, 1.2) translate3d(0, 0, 0);
    transform: scale(1.2, 1.2) translate3d(0, 0, 0);
    color: #00D2FF;
}
.menu-open-button {
    z-index: 2;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    -webkit-transform: scale(1.1, 1.1) translate3d(0, 0, 0);
    transform: scale(1.1, 1.1) translate3d(0, 0, 0);
    cursor: pointer;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
}

.form-popup {
    display: none;
    position: fixed;
    top: 80px;
    right: 0px;
    z-index: 9;
    color: var(--font-color);
}

.form-container {
    box-shadow:   0 2px 5px rgb(0 0 0 / 30%);
    border-radius: 10px;
    max-width: 300px;
    padding: 10px;
    background-color: var(--popnav-color);
}

.form-container input[type=text], .form-container input[type=password] {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    border: none;
    background: var(--font-color);
}

.form-container input[type=text]:focus, .form-container input[type=password]:focus {
    background-color: var(--bg-color);
    outline: none;
}

.form-container .btn {
    background-color: #942E7C;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-bottom:10px;
    opacity: 0.8;
}
.form-container .btn:hover{
      background-color:#00D2FF;
}

.form-container .btn:hover, .open-button:hover {
    opacity: 1;
}
.form-switch {
    display: inline-block;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.form-switch i {
    position: relative;
    display: inline-block;
    margin-right: .5rem;
    width: 46px;
    height: 26px;
    background-color: #e6e6e6;
    border-radius: 23px;
    vertical-align: text-bottom;
    transition: all 0.3s linear;
}

.form-switch i::before {
    content: "";
    position: absolute;
    left: 0;
    width: 42px;
    height: 22px;
    background-color: #fff;
    border-radius: 11px;
    transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
    transition: all 0.25s linear;
}

.form-switch i::after {
    content: "";
    position: absolute;
    left: 0;
    width: 22px;
    height: 22px;
    background-color: var(--popnav-color);
    border-radius: 11px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
    transform: translate3d(2px, 2px, 0);
    transition: all 0.2s ease-in-out;
}

.form-switch:active i::after {
    width: 28px;
    transform: translate3d(2px, 2px, 0);
}
.zon{
    margin-right: 20px;
    color: var(--font-color);
}
.maan{
    margin-left: 20px;
    color: var(--font-color);
}


.form-switch:active input:checked + i::after { transform: translate3d(16px, 2px, 0); }

.form-switch input { display: none; }

.form-switch input:checked + i { background-color: #303030; }

.form-switch input:checked + i::before { transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0); }

.form-switch input:checked + i::after { transform: translate3d(22px, 2px, 0); }





.home{
	background-image: url('../img/navigation/home-inv.png');
}
.back{
	background-image: url('../img/navigation/back.png');
}
.logout{
	background-image: url('../img/navigation/logout.png');
}
.reset{
	background-image: url('../img/navigation/reset.png');
}
.messages{
	background-image: url('../img/navigation/message.png');
}

.messageNew{
	background-image: url('../img/navigation/message-new.png');
}
/* File: home.css */
:root {
    --primary-color: #302AE6;
    --secondary-color: #536390;
    --font-color: #424242;
    --bg-color: #fff;
    --heading-color: #292922;
  }
  [data-theme="dark"] {
    --primary-color: #9A97F3;
    --secondary-color: #818cab;
    --font-color: #ffffff;
    --bg-color: #161625;
    --heading-color: #818cab;
  }
  h1, h2,hr{
      color: var(--font-color);
  }
  #Home
  {
    color: var(--font-color);
      text-align: center;	
      /* LEU */
      background-color: var(--bg-color);
      /* KOL 
      background-color: #DD9901;*/
      box-sizing: border-box;
    /* font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif; */
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  #loginForm {
      border-top-right-radius: 20px;
      border-bottom-left-radius: 20px;
      width: 400px;
      background-color: var(--bg-color);
      box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
      margin: 100px auto;
    }
  
    #loginForm h1 {
      text-align: center;
      color: #5b6574;
      font-size: 24px;
      padding: 20px 0 20px 0;
      border-bottom: 1px solid #dee0e4;
    }
    #loginForm form {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      padding-top: 20px;
    }
    #loginForm form label {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 50px;
      height: 50px;
      background-color: #942E7C;
      color: #ffffff;
    }
    #loginForm form input[type="password"], 
    #loginForm form input[type="email"],
    #loginForm form input[type="text"],
    #loginForm form input[type="number"],
    #loginForm form input[type=""]{
      width: 310px;
      height: 50px;
      border: 1px solid #dee0e4;
      margin-bottom: 20px;
      padding: 0 15px;
    }
  #loginForm select{
    width: 310px;
    height: 50px;
    border: 1px solid #dee0e4;
    margin-bottom: 20px;
    padding: 0 15px;
  
  }
    #loginForm form input[type="submit"] {
      width: 100%;
      padding: 15px;
     margin-top: 20px;
      background-color: #942E7C;
      border: 0;
      cursor: pointer;
      font-weight: bold;
      color: #ffffff;
      transition: background-color 0.2s;
      border-bottom-left-radius: 20px;
    }
    #loginForm form input[type="submit"]:hover {
    background-color: #00D2FF;
      transition: background-color 0.2s;
    }
    #pswdForgotButton:hover, #regButton:hover{background-color:#f8f9fa;}
    #pswdForgotButton, #regButton{border:none;}
    .pswdfForgotIcon{fill: gray;}
    .regIcon{fill: gray;}
    #regButton:hover .regIcon, #pswdForgotButton:hover .pswdfForgotIcon{fill:rgb(46, 46, 46);}
.reg{
      margin-right: 60px;
}
.reg, .vergeten{
      text-align: center;
      color: #949494;
}
.cont {
    margin: 10px auto;
    width: 300px;
}
  
.or {
    text-align: center;
    background-image:linear-gradient(#dee0e4,#dee0e4),linear-gradient(#dee0e4,#dee0e4);
    background-size:40% 1px;
    background-position:center left,center right;
    background-repeat:no-repeat;
    color: #949494;
  }
  .labelReg{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 50px;
    background-color: #0a090a;
    color: #ffffff;
  }
  .vl {
    border-left: 5px solid rgb(0, 0, 0);
    height: 80px;
    left: 50%;
    margin-left: -3px;
    top: 0;
  }
  
  /* .loginForm
  {
      position: relative;
      margin: auto;
      top: 50px;	
      max-width: 400px;
      font-size: 20px;
      font-weight: bold;
      font-family:Arial -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  }
  .loginForm label
  {
      display: inline;
      padding-right: 5px;
      
  }
  .loginForm ol
  {
      list-style:none;
      margin: 10px;
  }
  .loginForm li
  {
      text-align: right;
      margin: 10px;
  }
  .loginForm li input, .loginForm li select
  {
      width: 200px;
      height: 20px;
      font-size: 16px;
      font-weight: bold;
      font-family:Arial -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;	
  }
  .loginForm fieldset
  {
      width: 400px;
      background-color: #ffffff;
      box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
      margin: 100px auto;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      padding-top: 20px;
      
  }
  .loginForm legend
  {
      padding-left: 10px;
      padding-right: 10px;
  }
  .loguitKnop
  {
      display:block;
  }
  :focus{
      outline: none;
  }
/* File: index.css */

:root {
    --font-color: #424242;
    --bg-color: #fff;
    --heading-color: #292922;
    --nav-color: #00AFEA;
    --banner-color: #ebe8e8;
    --slider-color: #bebebe;
  }
  [data-theme="dark"] {
    --font-color: #ffffff;
    --bg-color: #161625;
    --heading-color: #818cab;
    --nav-color: #3a4450;
    --banner-color: #3a4450;
    --slider-color: #3a4450;
}
::-webkit-scrollbar{
    width: 20px;
}
::-webkit-scrollbar-track{
    background-color: var(--slider-color);
}
::-webkit-scrollbar-thumb {
    background-color: #d6dee1;
    border-radius: 20px;
    border: 6px solid transparent;
    background-clip: content-box;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #adadad;
}
td{color:var(--font-color);}
textarea{
    background-color:var(--thumb-color); 
    color: var(--font-color); 
    caret-color: var(--font-color);
    outline: none;
}
select{
	color: var(--font-color);
	background-color:var(--thumb-color);
    border:1px solid var(--font-color);
}
input[type=text]{
    outline: none;
}
input{
    background-color:var(--thumb-color);
    border:1px solid var(--font-color);
}
*{font-size: 16px; margin:0px; padding:0px;}
html, body{ height: 100%;}
body{
	background-color: var(--bg-color); color: var(--font-color);}
h1,h2,hr{
	color: var(--font-color);
}
/* @font-face {
	font-family: 'Avenir';
	src: url('../fonts/Avenir.eot?#iefix') format('embedded-opentype'),  url('../fonts/Avenir.woff') format('woff'), url('../fonts/Avenir.ttf')  format('truetype'), url('../fonts/Avenir.svg#Avenir') format('svg');
  } */

#container
{
	position: relative;
	margin: auto;
	/*max-width: 1000px;*/
	min-width: 300px;
	width: 100%;
	border-radius: 0px;
	display: table;
	height: 100%;
	
}

#banner
{
	position: relative;
	height: 80px;
	width: 100%;
	text-align: center;
	background-color: var(--banner-color);
    border-bottom: 5px solid #7E2F79;
    box-shadow:   0 2px 5px rgb(0 0 0 / 30%);
	background-size: cover;
	background-repeat: no-repeat;
}
#inhoud
{
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 0px;
	/* background-color: #000000; */
	border-bottom-left-radius: 30px; 
	border-bottom-right-radius: 30px;
	/* font-family:Arial -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; */
	text-decoration: none;
	display: table-row;
	height: 100%;
	
}


#inhoud h1
{
	color: var(--font-color);

}

.questionView p
{
	margin-bottom: 0.5em;
	line-height: 1.25em;
}
.onderwerp
{
	color: var(--font-color);
    position: relative;
	width: 100%;
	min-height: 750px;
	/* border-bottom-right-radius: 30px; 
	border-bottom-left-radius: 30px; */
	display: table-cell;
	height: 100%;
}
.onzichtbaar
{
	display: none;
}
.zichtbaar
{
	display: inline-block;
    /* background: -webkit-linear-gradient(top, #eeeeee 0%, #bbbbbb 100%); */
	

}



#regControls
{
	position: absolute;
	top: 50px;
	left: 10px;
}
.regControl
{	
	height: 30px;
	width: 30px;
    margin-top: 10px;
	background-size: 30px 30px;
	background-repeat: no-repeat;
	background-position:center; 
	cursor: pointer;
}
.regControl:active
{	
	border-style: inset;
}
.buttonReg
{
	background-image: url('../img/navigation/registratie.png');
}
.buttonWachtwoordVergeten
{
	background-image: url('../img/navigation/wachtwoordVergeten.png');	
}
.buttons{
	display:flex;
}
.button
{
	width: 100%;
    padding: 15px;
    margin-top: 20px;
    background-color: #942E7C;
    border: 0;
	border-radius: 25px;
    cursor: pointer;
    font-weight: bold;
    color: white!important;
    transition: background-color 0.2s;
    text-decoration: none!important;
    text-align: center;
    display: block;
}
.buttonStuur
{
	border-bottom-left-radius: 20px;
	width: 100%;
    padding: 15px;
   	margin-top: 20px;
    background-color: #942E7C;
    border: 0;
    cursor: pointer;
    font-weight: bold;
    color: #ffffff;
    transition: background-color 0.2s;
}
.buttonAnn
{
	width: 100%;
    padding: 15px;
   	margin-top: 20px;
    background-color: #942E7C;
    border: 0;
    cursor: pointer;
    font-weight: bold;
    color: #ffffff;
    transition: background-color 0.2s;
}
.button:hover, .buttonStuur:hover, .buttonAnn:hover{
	background-color: #00D2FF;
	color: #000 !important;;
    transition: background-color 0.2s;
}
.homeKnop
{
    font-size: 16px;
	border: none;
	outline: none;
	color: rgb(255, 255, 255);
	background-color: inherit;
	font-family: inherit; /* Important for vertical align on mobile phones */
	margin: 0; /* Important for vertical align on mobile phones */
}
.homeKnop a{
    height: 90px;
    width: 150px;
}
#logoutButton
{
	position: absolute;
	left: 5px;
	top: -100px;
	width: 120px;
	height: 30px;
	margin: 5px;
	font-size: 18px;
	font-weight: bold;
	font-family: 'lucida','Arial';			
}

.fancyButton{
    font-size: 14px;
	width: fit-content;
	 text-decoration: none;
	position: relative;
	display: inline-block;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; 
    padding: 5px;
    margin-top: 20px;
    background-color: #942E7C;
    border: 0;
	border-radius: 25px;
    cursor: pointer;
    font-weight: bold;
    color: white!important;
    transition: background-color 0.2s;
    text-decoration: none!important;
    text-align: center;
    display: inline-block;
    /* text-decoration: none;
	position: relative;
	display: inline-block;
	padding: 2px 5px 2px 5px;
	margin: 5px;
	
	cursor: pointer;
	
	color: #000000;
	
	border: solid 1px #000000;
	text-align: center;
	
	background-color: #eeeeee;
	background: -webkit-linear-gradient(top, #eeeeee 0%, #bbbbbb 100%);
	background: -o-linear-gradient(top, #eeeeee 0%, #bbbbbb 100%);
	background: -moz-linear-gradient(top, #eeeeee 0%, #bbbbbb 100%);
	background: -ms-linear-gradient(top, #eeeeee 0%, #bbbbbb 100%);
	background: linear-gradient(top, #eeeeee 0%, #bbbbbb 100%);

	
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; */


}
.fancyButton:hover{
	background-color: #00D2FF;
	color: #000 !important;;
    transition: background-color 0.2s;

}
.fancyButton:active{
	border: solid 1px #000000;

	color: #ffffff;
}
.fancyButton:hover > details{

	position: absolute;

	-webkit-transition: opacity 0.2s 1s ease;
	-moz-transition: opacity 0.2s 1s ease;
	-o-transition: opacity 0.2s 1s ease;
	-ms-transition: opacity 0.2s 1s ease;
	transition: opacity 0.2s 1s ease;
	opacity: 1;
}
.fancyButton>details{
	display: block;
	opacity: 0;

	padding: 4px;
	width: 140px;

	position: fixed;
	top: 5px;
	right: -145px;
	z-index: 5;


	color: #000000;

	border: solid 1px #000000;
	border-radius: 5px;

	background-color: rgba(230,230,230,0.9);

	-webkit-transition: opacity 0.2s 0 ease;
	-moz-transition: opacity 0.2s 0 ease;
	-o-transition: opacity 0.2s 0 ease;
	-ms-transition: opacity 0.2s 0 ease;
	transition: opacity 0.2s 0 ease;
}


a.disabled{
	border: solid 1px #000000;

	color: #888888;

	background-color: #bbbbbb;
	background: -webkit-linear-gradient(top, #bbbbbb 0%, #dddddd 100%);
	background: -o-linear-gradient(top, #bbbbbb 0%, #dddddd 100%);
	background: -moz-linear-gradient(top, #bbbbbb 0%, #dddddd 100%);
	background: -ms-linear-gradient(top, #bbbbbb 0%, #dddddd 100%);
	background: linear-gradient(top, #bbbbbb 0%, #dddddd 100%);
}
a.disabled:hover{
	border: solid 1px #000000;

	color: #888888;

	background-color: #bbbbbb;
	background: -webkit-linear-gradient(top, #bbbbbb 0%, #dddddd 100%);
	background: -o-linear-gradient(top, #bbbbbb 0%, #dddddd 100%);
	background: -moz-linear-gradient(top, #bbbbbb 0%, #dddddd 100%);
	background: -ms-linear-gradient(top, #bbbbbb 0%, #dddddd 100%);
	background: linear-gradient(top, #bbbbbb 0%, #dddddd 100%);
}
a.disabled:active{
	border: solid 1px #000000;

	color: #888888;

	background-color: #bbbbbb;
	background: -webkit-linear-gradient(top, #bbbbbb 0%, #dddddd 100%);
	background: -o-linear-gradient(top, #bbbbbb 0%, #dddddd 100%);
	background: -moz-linear-gradient(top, #bbbbbb 0%, #dddddd 100%);
	background: -ms-linear-gradient(top, #bbbbbb 0%, #dddddd 100%);
	background: linear-gradient(top, #bbbbbb 0%, #dddddd 100%);
}
/* docenten navbar begin */
.link:hover {
	text-decoration: none;
}
.navbarr .dropbtn::after{
	content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #000;
    transition: width .4s;
}
.navbarr .dropbtn:hover::after{
	width: 100%;
}
.navbarr a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #000;
    transition: width .4s;
}
.navbarr a:hover::after {
    width: 100%;
    /* transition: width .3s; */
}

.navbarr {
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	background-color: var(--nav-color);
	overflow: hidden;
	position: fixed;
	top: 0;
	width: 100%;
	height: 75px;
	z-index: 10;
}

.navbarr a {
	float: left;
	display: block;
	color: #ffffff;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}
.navbarr a:hover, .dropdown-content1, .dropdown-content2, .dropdown-content3, .dropdown-content4 a:hover {
	background: #ddd;
	color: rgb(255, 255, 255);
 }

.dropdown, .dropdown1, .dropdown2, .dropdown3, .dropdown4 {
	float: left;
	overflow: hidden;
	margin-top: 10px;
}

.dropdown, .dropdown1, .dropdown2, .dropdown3, .dropdown4,  .dropbtn {
	font-size: 16px;
	border: none;
	outline: none;
	color: rgb(255, 255, 255);
	padding: 14px 16px;
	background-color: inherit;
	font-family: inherit; /* Important for vertical align on mobile phones */
	margin: 0; /* Important for vertical align on mobile phones */
}

.navbarr a:hover, .dropdown:hover, .dropdown1:hover, .dropdown2:hover, .dropdown3:hover, .dropdown4:hover, .dropbtn:hover {
	background-color: #7E2F79;
	color:#000000;
}

  .dropdown-content1 {
	position: absolute;
	display: none;
	background-color: var(--popnav-color);
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	display: none;
    position: fixed;
    top: 60px;
    left: 100px;
    z-index: 500;
  }
  .dropdown-content2{
	position: absolute;
	display: none;
	background-color: var(--popnav-color);
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	display: none;
    position: fixed;
    top: 60px;
    left: 300px;
    z-index: 9;
  }
  .dropdown-content3{
	position: absolute;
	display: none;
	background-color: var(--popnav-color);
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	display: none;
    position: fixed;
    top: 60px;
    left: 490px;
    z-index: 9;
  }
  .dropdown-content4{
	position: absolute;
	display: none;
	background-color: var(--popnav-color);
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	display: none;
    position: fixed;
    top: 60px;
    left: 620px;
    z-index: 9;
  }

  .dropdown-content1 a,.dropdown-content2 a, .dropdown-content3 a, .dropdown-content4 a {
	float: none;
	color: var(--font-color);
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
  }

  .dropdown-content1 a:hover, .dropdown-content2 a:hover, .dropdown-content3 a:hover, .dropdown-content4 a:hover {
	background-color: var(--thumb-color);
  }

 .dropdown:hover, .dropdown1:hover .dropdown-content1, .dropdown2:hover .dropdown-content2, .dropdown3:hover .dropdown-content3, .dropdown4:hover .dropdown-content4 {
	display: block;
  }
	/* docenten navbar eind */
	/* toon geargiveerd swtich begin */
.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
	margin-top: 20px;
  }

  .switch input {
	opacity: 0;
	width: 0;
	height: 0;
  }

  .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--slider-color);
	-webkit-transition: .4s;
	transition: .4s;
  }

  .slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: var(--popnav-color);
	-webkit-transition: .4s;
	transition: .4s;
  }

  input:checked + .slider {
	background-color: #7E2F79;
  }

  input:focus + .slider {
	box-shadow: 0 0 1px #7E2F79;
  }

  input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
  }

  .slider.round {
	border-radius: 34px;
  }

  .slider.round:before {
	border-radius: 50%;
  }
  /* toon geargiveerd swtich eind */
.breadcrumb{
    background-color: black;
} 

#topKnop {
    display: none; 
    position: fixed; 
    bottom: 20px; 
    right: 15px;
    z-index: 99; 
    border: none; 
    outline: none;
    background-color: #ac2c8e; 
    color: white; 
    cursor: pointer; 
    padding: 15px; 
    border-radius: 50%; 
    font-size: inherit; 
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  }
  
  #topKnop:hover {
    background-color: #00D2FF; 
  }
/* File: messaging.css */
#messagingOverlay{
	z-index: 15;
	
	display: none;

	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	
	background-color: rgba(0,0,0,0.6);
	text-align:center;
	
	
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.messagingContainerBlur{
	-webkit-filter: blur(8px);
	-moz-filter: blur(8px);
	-o-filter: blur(8px);
	-ms-filter: blur(8px);
	filter: blur(8px);
}

.messagingMessage{
	width: 230px;
	margin: auto;
	margin-top: 50px;
	text-align: center;
	
	padding: 5px;
	border-radius: 10px;
	
	border: solid 1px #000000;
	
}
div.messagingMessage>h2{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
div.messagingMessage>div{
	border-radius: 5px;
	
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	
	
	border: solid 1px #000000;
}

div.alert>div{
	background-color: #ffffee;
}
div.alert{
	background-color: #ffffdd;
	background: -webkit-linear-gradient(top, #ffffdd 0%, #ffff99 100%);
	background: -o-linear-gradient(top, #ffffdd 0%, #ffff99 100%);
	background: -moz-linear-gradient(top, #ffffdd 0%, #ffff99 100%);
	background: -ms-linear-gradient(top, #ffffdd 0%, #ffff99 100%);
	background: linear-gradient(top, #ffffdd 0%, #ffff99 100%);
}

div.error>div{
	background-color: #ffeeee;
}
div.error{
	background-color: #ffdddd;
	background: -webkit-linear-gradient(top, #ffdddd 0%, #ff9999 100%);
	background: -o-linear-gradient(top, #ffdddd 0%, #ff9999 100%);
	background: -moz-linear-gradient(top, #ffdddd 0%, #ff9999 100%);
	background: -ms-linear-gradient(top, #ffdddd 0%, #ff9999 100%);
	background: linear-gradient(top, #ffdddd 0%, #ff9999 100%);
}


div.clear>div{
	background-color: #ffffff;
}
div.clear{
	border: none;
}

div.input>div{
	background-color: #eeeeff;
}
div.input{
	background-color: #ddddff;
	background: -webkit-linear-gradient(top, #ddddff 0%, #9999ff 100%);
	background: -o-linear-gradient(top, #ddddff 0%, #9999ff 100%);
	background: -moz-linear-gradient(top, #ddddff 0%, #9999ff 100%);
	background: -ms-linear-gradient(top, #ddddff 0%, #9999ff 100%);
	background: linear-gradient(top, #ddddff 0%, #9999ff 100%);
}


div.starsearned>div{
	border: none;
	background-color: #eeeebb;
}
div.starsearned{
	display: inline-block;
	width: auto;
	max-width:400px;
	border: none;
	padding: 10px;
	background-color: #eeeebb;
	
	
    /* Chrome, Safari, Opera */
    -webkit-animation-name: glowStarsEarned;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -webkit-animation-play-state: running;
    /* Standard syntax */
    animation-name: glowStarsEarned;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes glowStarsEarned {
    0% {
			-webkit-box-shadow: 0px 0px 30px 0px rgba(255, 255, 255, 1);
	}
    100% {
			-webkit-box-shadow: 0px 0px 30px 0px rgba(255, 255, 0, 1);
	}
}

/* Standard syntax */
@keyframes glowStarsEarned {
    0% {
			-webkit-box-shadow: 0px 0px 30px 0px rgba(255, 255, 255, 1);
			-moz-box-shadow:    0px 0px 30px 0px rgba(255, 255, 255, 1);
			box-shadow:         0px 0px 30px 0px rgba(255, 255, 255, 1);
	}
    100% {
			-webkit-box-shadow: 0px 0px 30px 0px rgba(255, 255, 0, 1);
			-moz-box-shadow:    0px 0px 30px 0px rgba(255, 255, 0, 1);
			box-shadow:         0px 0px 30px 0px rgba(255, 255, 0, 1);
	}
}

/* File: prettify.css */
ol.linenums{padding-left:30px;}.pln{color:#000}@media screen{.str{color:#080}.kwd{color:#008}.com{color:#800}.typ{color:#606}.lit{color:#066}.pun,.opn,.clo{color:#660}.tag{color:#008}.atn{color:#606}.atv{color:#080}.dec,.var{color:#606}.fun{color:red}}@media print,projection{.str{color:#060}.kwd{color:#006;font-weight:bold}.com{color:#600;font-style:italic}.typ{color:#404;font-weight:bold}.lit{color:#044}.pun,.opn,.clo{color:#440}.tag{color:#006;font-weight:bold}.atn{color:#404}.atv{color:#060}}pre.prettyprint{padding:2px;border:1px solid #888}ol.linenums{margin-top:0;margin-bottom:0}li.L0,li.L1,li.L2,li.L3,li.L5,li.L6,li.L7,li.L8{/*list-style-type:none*/}li.L1,li.L3,li.L5,li.L7,li.L9{/*background:#eee*/}
pre{-webkit-tab-size: 4;
-moz-tab-size: 4;
-ms-tab-size: 4;
-o-tab-size: 4;
tab-size: 4;
}
/* File: tumbs.css */
:root {
    --font-color: #424242;
    --bg-color: #fff;
    --heading-color: #292922;
    --nav-color: #00AFEA;
    --banner-color: #ebe8e8;
    --thumb-color: #f7f7f7;
  }
  [data-theme="dark"] {
    --font-color: #ffffff;
    --bg-color: #161625;
    --heading-color: #818cab;
    --nav-color: #3a4450;
    --banner-color: #3a4450;
    --thumb-color: #3a4450;
  }
.divider{
    width: 500px;
    margin: 0;
}
.thumb
{
    background-color: var(--thumb-color);
	z-index: 2;
	cursor: pointer;
	display: inline-block;
    border: 1px solid rgba(0,0,0,.1);
    border-left: solid 4px #7E2F79 ;
    box-sizing: border-box;
	min-width: 150px;
	height: 200px;
    box-shadow:   0 2px 5px rgb(0 0 0 / 30%);
	border-radius: 15px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	margin: 5px;
	position: relative;
}
.thumb:hover
{
    width: 250px;
    border-left: 4px solid #00D2FF;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
}
.thumb:hover svg{
    color: #00D2FF;
}

.thumb .thumbArchived{
	/* position: absolute;
	top: 30px;
	width: 150px; */
	font-size: 16px;
	text-align: center;
}
.thumb h2
{
	/* position: absolute;
	width: 100%;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	background-color: rgba(255,255,255, 0.3);*/
    color: var(--font-color);
}

/* .thumb:active h2
{
	color: #000000;
} */
.thumb:hover h2
{
	color: #00D2FF;
}

 .thumbProgress{
	display: inline-block;

	width: calc(100% - 20px);
	height: 20px;
	padding-top: 2px;

	left: 10px;
	bottom: 10px;

	margin: auto;
	position: absolute;

	/* background-color: #eeeeee;
	background: -webkit-linear-gradient(top, #eeeeee 0%, #bbbbbb 100%);
	background: -o-linear-gradient(top, #eeeeee 0%, #bbbbbb 100%);
	background: -moz-linear-gradient(top, #eeeeee 0%, #bbbbbb 100%);
	background: -ms-linear-gradient(top, #eeeeee 0%, #bbbbbb 100%);
	background: linear-gradient(top, #eeeeee 0%, #bbbbbb 100%); */
}
.thumbProgressFrom{
	width: 16px;
	height: 16px;
	position: absolute;
	left: 5px;
	font-size: 14px;
}
.thumbProgressTo{
	width: 16px;
	height: 16px;
	position: absolute;
	right: 5px;
    font-size: 14px;
}

.thumbProgressBar{
	top: -3px;
	position: relative;
	display: inline-block;
	width: calc(100% - 50px);
	height: 9px;
	border-radius: 4px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background-color: #adadad;
    /* position: relative;
    display: inline-block;
    width: 100%;
    height: 10px;
    background: #f1f1f1;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
    border-radius: 4px;
    overflow: hidden; */
}
.thumbProgressBar>span{
	float: left;
    border-radius: 4px;
	display: inline-block;
	height: 9px;
    /* animation: color 5s linear 0s alternate; */
}
/* @keyframes color{
    10% {
    background-color: #f00;
    }
    40% {
    background-color:rgb(255, 166, 0);
    }
    70% {
    background-color: #ff0;
    }
    100% {
    background-color: #0f0;
    }
} */
.thumbStarCounter{
	z-index: 1;
	text-align: right;
	position: absolute;
	right: 8px;
	bottom: 33px;
	padding: 1px;
	padding-left: 6px;
	padding-right: 25px;
}
.thumbStarCounter >span{
	display: inline-block;
	width: 20px;
	height: 20px;
	background-size: 20px 20px;

	position: absolute;
	right: 2px;
	bottom: 2px;
}
 .thumbGrade{
	z-index: 1;
	text-align: right;
	position: absolute;
	left: 10px;
	bottom: 33px;
	padding: 1px;
	padding-left: 25px;
	padding-right: 6px;
}

.thumbGradenew{
	z-index: 1;
	text-align: center;
	position: absolute;

	width: 20px;
	left: 0;
	bottom: 23px;
	padding: 1px;
	padding-left: 25px;
	padding-right: 6px;
}
.thumbGrade>span:first-child{
	display: inline-block;
	width: 20px;
	height: 20px;
	background-size: 18px 18px;
    position: absolute;
	left: 4px;
	bottom: 0px;
}
.divider{
    text-align:center;
    margin:0 10%;
    box-shadow: 0 1em 1em -1em rgba(0, 0, 0, .25);
    width: 75%;
    height: 41px;
    margin-bottom: 13px;

}


.thumbicon{
	cursor: move;
	display: inline-block;
	width: 20px;
	height: 20px;


	/* position: absolute;left: 65px; */
    margin: auto;

	bottom: 65px;

	background-size: 20px 20px;
}

 .tionderwerp{
	/* background-image: url('../img/vragen/starComplete.png'); */
	color: var(--font-color);
}
.tisettings{
	background-image: url('../img/icons/settings.png');
}


/* CUSTOMIZED LEU */
.thumb.ui-draggable
{
    width: auto !important;
    min-width: 100px !important;
    padding: 6px 15px 0px !important;
}

input[type="file"] {
    font-size: 20px;
    padding: 15px;
}
/* File: w3schools.css */
/*copied*/
			div.example {
				width:auto;color:#000000;background-color:#e3e3e3;background-color:#f1f1f1;border: 1px solid #ebebeb; margin:0px;padding:10px;border-radius:4px;
			}

			div.example_code {
				width:auto;background-color:#ffffff;padding:4px;padding-left:7px;border-left:4px solid #8AC007;font-size:14px;font-family:Consolas,"courier new";border-radius:4px;
			}

			div.example_result {
				background-color:#ffffff;padding:4px;border-radius:4px;width:auto;
			}

			div.code {
				width:auto;border:1px solid #d4d4d4;background-color:#f1f1f1;color:#444444;padding:5px;margin:0;
			}

			div.code div {font-size:14px;}

			div.example_code p,div.code p,div.code div {
				font-family:Consolas,"courier new";
			}

			div.tryit_ex
			{
			clear:both;
			width:600px;
			height:50px;
			margin-bottom:5px
			}

			div.tryit_ex img
			{
			border:0;
			float:left;
			margin-right:10px
			}

			div.tryit_ex h2
			{
			padding-top:5px
			}

			table.lamp
			{
			width:100%;
			padding:0px;
			border:1px solid #d4d4d4;
			}

			table.lamp th
			{
			color:#000000;
			background-color:white;
			padding:10px;
			padding-right:5px;
			}

			table.lamp td
			{
			padding:4px;
			padding-left:0px;
			padding-right:10px;
			background-color:#ffffff;
			}

			table.tecspec th,table.tecspec td{
				border:1px solid #d4d4d4;padding:5px;padding-top:7px;padding-bottom:7px;vertical-align:top;text-align:left;
			}

			table.reference,table.tecspec{
				border-collapse:collapse;width:100%;
			}

			table.reference tr:nth-child(odd)	{background-color:#f1f1f1;}
			table.reference tr:nth-child(even)	{background-color:#ffffff;}

			table.reference tr.fixzebra			{background-color:#f1f1f1;}

			table.reference th{
				color:#ffffff;background-color:#555555;border:1px solid #555555;padding:3px;vertical-align:top;text-align:left;
			}

			table.reference th a:link,table.reference th a:visited{
				color:#ffffff;
			}

			table.reference th a:hover,table.reference th a:active{
				color:#EE872A;
			}

			table.reference td{
				border:1px solid #d4d4d4;padding:5px;padding-top:7px;padding-bottom:7px;vertical-align:top;
			}

			table.reference td.example_code
			{
			vertical-align:bottom;
			}

			table.summary
			{
			border:1px solid #d4d4d4;
			padding:5px;
			font-size:100%;
			color:#555555;
			background-color:#fafad2;
			}

			h2.example,h2.example_head
			{
			color:#444444;
			/*color:#617f10;*/
			background-color:transparent;
			margin-top:0px;
			}

			h2.example {font-weight:normal;font-size:16px;}
			h2.example_head {font-size:16px;}

			h2.home
			{
			margin-top:0px;
			margin-bottom:5px;
			font-size:14px;
			padding-top:1px;
			padding-bottom:1px;
			padding-left:1px;
			color:#900B09;
			background-color:#ffffff;
			}

			h2.left
			{
			color:#404040;
			background-color:#ffffff;
			font-size:14px;
			margin-bottom:4px;
			padding-bottom:0px;
			margin-top:0px;
			padding-top:0px;
			font-weight:bold;
			}

			span.marked 	{color:#e80000;background-color:transparent;}
			span.deprecated {color:#e80000;background-color:transparent;}

			div.tutintro
			{
			width:auto;min-height:132px;
			}

			div.tutintro img
			{
			float:left;
			margin-right:20px;
			margin-bottom:10px;
			}
			div.tutintro p
			{
			margin-top:0px;
			font-size:14px;
			}

			p.intro
			{
			font-size:14px;
			color:#404040;
			background-color:transparent;
			margin-top:10px;
			}
			
			a.plain:link,a.plain:visited {text-decoration:none;color:#900B09;background-color:transparent}
			a.plain:hover,a.plain:active {text-decoration:underline;color:#FF0000;background-color:transparent}

			a.header:link,a.header:visited {text-decoration:none;color:black;background-color:transparent}
			a.header:hover,a.header:active {text-decoration:underline;color:black;background-color:transparent}

			table.sitemap a:link,table.sitemap a:visited {text-decoration:none;color:black;background-color:transparent}
			table.sitemap a:hover,table.sitemap a:active {text-decoration:underline;color:black;background-color:transparent}


			.toprect_txt a:link,.toprect_txt a:visited {text-decoration:none;color:#900B09;background-color:transparent}
			.toprect_txt a:hover,.toprect_txt a:active {text-decoration:underline;color:#FF0000;background-color:transparent}


			a.m_item:link,a.m_item:visited {text-decoration:none;color:white; background-color:transparent}
			a.m_item:hover,a.m_item:active {text-decoration:underline;color:white; background-color:transparent}

			a.chapter:link    {text-decoration:none;color:#8AC007;background-color:transparent}
			a.chapter:visited {text-decoration:none;color:#8AC007;background-color:transparent}
			a.chapter:hover   {text-decoration:underline;color:#8AC007;background-color:transparent}
			a.chapter:active  {text-decoration:none;color:#8AC007;background-color:transparent}

			a.tryitbtn,a.tryitbtn:link,a.tryitbtn:visited,a.showbtn,a.showbtn:link,a.showbtn:visited
			{
			display:inline-block;
			color:#FFFFFF;
			background-color:#8AC007;
			font-weight:bold;
			font-size:12px;
			text-align:center;
			padding-left:10px;
			padding-right:10px;
			padding-top:3px;
			padding-bottom:4px;
			text-decoration:none;
			margin-left:0;
			/*margin-left:5px;*/
			margin-top:0px;
			margin-bottom:5px;
			border:1px solid #aaaaaa;
			border:1px solid #8AC007;
			border-radius:5px;
			white-space:nowrap;
			}

			a.tryitbtn:hover,a.tryitbtn:active,a.showbtn:hover,a.showbtn:active
			{
			background-color:#ffffff;color:#8AC007;
			}

			a.playitbtn,a.playitbtn:link,a.playitbtn:visited
			{
			display:inline-block;
			color:#ffffff;
			background-color:#FFAD33;
			border:1px solid #FFAD33;
			font-weight:bold;
			font-size:11px;
			text-align:center;
			padding:10px;
			padding-top:1px;
			padding-bottom:2px;
			text-decoration:none;
			margin-left:1px;
			border-radius:5px;
			white-space:nowrap;
			}

			a.playitbtn:hover,a.playitbtn:active
			{
			background-color:#ffffff;color:#FFAD33;
			}

			a.tryitbtnsyntax:link,a.tryitbtnsyntax:visited,a.tryitbtnsyntax:active,a.tryitbtnsyntax:hover
			{
			font-family:verdana;
			float:right;
			padding-top:0px;
			padding-bottom:1px;
			background-color:#8AC007;
			/*border:1px solid #aaaaaa;*/
			border:1px solid #8AC007;
			}

			a.tryitbtnsyntax:active,a.tryitbtnsyntax:hover
			{
			color:#8AC007;;
			background-color:#ffffff;
			}

			div.chapter,div.nav
			{
			font-size:17px;margin:0px;padding:0px;width:auto;height:20px;
			}

			div.chapter div.prev {width:40%;float:left;text-align:left;}
			div.chapter div.next {width:48%;float:right;text-align:right;}

			div.nav div.prev {width:33%;float:left;text-align:left;}
			div.nav div.home {width:33%;float:left;text-align:center;}
			div.nav div.next {width:33%;float:right;text-align:right;}

			span.color_h1 {color:#8AC007;}
			span.left_h2 {color:#8AC007;}

			span.new
			{
			float:right;
			color:#FFFFFF;
			background-color:#8AC007;
			font-weight:bold;
			padding-left:1px;
			padding-right:1px;
			border:1px solid #ffffff;
			outline:1px solid #8AC007;
			}

			.html5badge {background-image:url('http://www.w3schools.com/images/html5_badge20.png'); background-repeat:no-repeat; background-position:right; }
			
			
			table.browserref
			{
			border-collapse:collapse;width:100%;
			}

			table.browserref tr:nth-child(even)	{background-color:#F1F1F1;}
			table.browserref tr:nth-child(odd)	{background-color:#ffffff;}
			table.browserref tr.fixzebra		{background-color:#F1F1F1;}

			table.browserref th{
			height:32px;background-repeat:no-repeat;background-position:center center;border:1px solid #d4d4d4;background-color:#ffffff;font-weight:normal;color:#555555;padding:5px;vertical-align:middle;
			}

			table.browserref td{
			border:1px solid #d4d4d4;text-align:center;padding:5px;padding-top:7px;padding-bottom:7px;vertical-align:top;
			}

			table.browserref .bsIE			{background-image:url('http://www.w3schools.com/images/compatible_ie.gif');}
			table.browserref .bsFirefox		{background-image:url('http://www.w3schools.com/images/compatible_firefox.gif')}
			table.browserref .bsChrome		{background-image:url('http://www.w3schools.com/images/compatible_chrome.gif');}
			table.browserref .bsSafari		{background-image:url('http://www.w3schools.com/images/compatible_safari.gif');}
			table.browserref .bsOpera		{background-image:url('http://www.w3schools.com/images/compatible_opera.gif')}
