/*  HTML5 ✰ Boilerplate  */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,  footer, header, hgroup,
menu, nav, section, summary, time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display:block;
}
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }


body { font:13px/1.231 sans-serif; *font-size:small; }
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

body, select, input, textarea {   color: #444; }
h1,h2,h3,h4,h5,h6 { font-weight: bold; }
html { overflow-y: scroll; }

a:hover, a:active { outline: none; }
a, a:active, a:visited { color: #607890; }
a:hover { color: #036; }

ul, ol { margin-left: 1.8em; }
ol { list-style-type: decimal; }

nav ul, nav li { margin: 0; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td, td img { vertical-align: top; }
sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }
pre {  padding: 15px;  white-space: pre;  white-space: pre-wrap;  white-space: pre-line;  word-wrap: break-word; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; }
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type=button], input[type=submit], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
/*input:invalid, textarea:invalid { border-radius: 1px;  -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red;  box-shadow: 0px 0px 5px red; }*/
.no-boxshadow input:invalid,
.no-boxshadow textarea:invalid { background-color: #f0dddd; }

/*::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; } */
a:link { -webkit-tap-highlight-color: #FF5E99; }

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { position: absolute !important; clip: rect(1px 1px 1px 1px);  clip: rect(1px, 1px, 1px, 1px); }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after {  content: "\0020"; display: block; height: 0; visibility: hidden;	 }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


 /* Primary Styles
    Author: Mark Entius
 */

/**
*
* Body and elements
*
*************************************************************************************************/

body {
     font-family: 'Arial Rounded MT Bold', Arial, Helvetica;
     font-size: 14px;
     color: #036;
}

a, a:active {
    outline: none;
}

.messageborder {
    border: 2px solid #0294d0;
}

/**
*
* Container
*
*************************************************************************************************/

#container {
    width: 1014px;
    margin: 0 auto;
    position: relative;
}



/**
*
* Header
*
*************************************************************************************************/

header {
    height: 85px;
    width: 100%;
    background: #fff;
}

.home header {
    height: 85px;
}

#logo {
    width: 280px;
    height: 70px;
    margin: 0 0 15px 0;
    background: #0294d0;
}
header .textlogo {
	font-family: 'Arial Rounded MT Bold', Arial, Helvetica;
	font-size: 34px;
	color: #000;
	text-decoration: none;
	display: inline-block;
	margin-top: 15px;
}

header #produced-by {
    height: 85px;
    position: absolute;
    top: 0;
    right: 10px;
    line-height: 85px;
	color: #999;
}

header #produced-by img {
    vertical-align: top;
    margin-left: 10px;
}

.ie6 header #produced-by img, .ie7 header #produced-by img {
    vertical-align: middle;
}

#masthead {
    height: 96px;
    position: relative;
    background: #0294d0 url(../images/masthead-bg.png) top left no-repeat;
}

#status #roc-timers {
    width: 280px;
    margin-left: 20px;
}

#roc-timers li {
    color: #fff;
    font-size: 12px;
    width: 200px;
}

#roc-timers span {
    color: #038;
    float: right;
}

#portal-button, #logout-button, #logout-button:visited, #tell-a-friend-button, #tell-a-friend-button:visited, #refreshtime, #startbook-button {
    height: 23px;
    line-height: 18px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 11px;
    text-transform: uppercase;
    background: url(../images/button-long.png) top left no-repeat;
}

#portal-button, #logout-button, #logout-button:visited, #tell-a-friend-button, #tell-a-friend-button:visited {
    width: 98px;
    position: absolute;
    right: 10px;
    top: 30px;
}

#startbook-button {
    width: 98px;
    display: inline-block;
    margin-top: 2em;
    line-height: 22px;
    background: url(../images/bttn_lang_LICHTBLAUW.png) top left no-repeat;
}

#refreshtime
{
    width: 160px;
    display: inline-block;
    margin-left: 20px;
    background: url(../images/button-longer.png) top left no-repeat;
}

#tell-a-friend-button, #tell-a-friend-button:visited {
    position: static;
}

#portal-button:hover, #logout-button:hover, #tell-a-friend-button:hover {
    background-position: bottom left;
}

a#portal-button
{
    top: 0;
    /*width: 160px;
    background: url(../images/button-longer.png) top left no-repeat;
    */
}


/**
* Breadcrumbs
************************************************************************************************/

#breadcrumbs {
    width: 419px;
    height: 19px;
    padding: 0;
    margin: 0 0 25px 0;
    list-style: none;
}


#breadcrumbs li {
    display: inline;
}

#breadcrumbs a, #breadcrumbs a:visited {
    color: #808285;
    text-decoration: none;
}

#breadcrumbs a:hover {
    text-decoration: underline;
}

#examtraining #breadcrumbs
{
	color: #ffffff;
}

#examtraining #breadcrumbs a, #examtraining #breadcrumbs a:visited
{
	color: #cccccc;
}

/**
*
* Columns
*
*************************************************************************************************/

.column {
    position: relative;
}

.left {
    width: 60%;
    float: left;
}

.right {
    width: 36%;
    float: right;
    padding-top: 30px;
}

#register-form .left,
#register-form .right
{
	width: 49%;
}
#register-form .right
{
	padding-top: 0;
}

/**
*
* Main (content)
*
*************************************************************************************************/

#main {
    padding-bottom: 10px;
    background-color: #fff;
    /*background: url(../images/stippen.jpg) right 96px no-repeat;*/
}

.home #main,
.login #main {
    position: relative;
    background: #fff url(../images/home/deco_banner-top.jpg) 0px 0px no-repeat;
    padding-top: 36px;
}

.ie6 .home #main, .ie7 .home #main {
    height: 505px;
}

.light-blue {
    color: #0294d0;
}

.lighter-blue
{
    background-color: #ccebf5;
}

.dark-blue {
    color: #036;
}

#message {
    width: 200px;
    padding: 10px;
    position: absolute;
    top: 100px;
    left: 50%;
    margin: 0 0 0 -200px;
    background-color: #f5cccc;
    border: 1px solid #ff7c7c;
    color: #000;
    font-size: 11px;
}

img#decohome
{
    position: absolute;
    top: 107px;
    left: 200px;
    z-index: 2;
}

img#decologin
{
    position: absolute;
    top: 17px;
    left: 0px;
}

/**
*
* Articles (main content)
*
*************************************************************************************************/

article {
    border-left: 169px solid #333;
    margin-top: -15px;
    padding: 30px 0 10px 30px;
    min-height: 300px;
    background: #fff;
    clear: both;
}

#examtraining, #examtraining article
{
	background: #0099cc;
}

#examtraining
{
    position: relative;
    min-height: 500px;
}

#examtraining article
{
	border-left: 0;
	margin: 10px 0 0 290px;
	padding: 0;
	width: 700px;
}


.home article,
.login article
{
    height: 464px;
    line-height: 20px;
    border: none;
    margin: 0;
    padding: 0;
    background: none;
	color: #666;
}
.home article
{
    height: 458px;
	border-bottom: 1px solid #ddd;
}

h1, h2 {
    font-size: 18px;
    margin: 0 0 15px 0;
    font-weight: 100;
}

#to-webshop,
#to-webshop-link {
    position: absolute;
    top: 10px;
    height: 104px;
}
#to-webshop {
    width: 100%;
    display: block;
    background-image: linear-gradient(to right, #022F6A 392px, #fff);
}
#to-webshop-link {
    width: 392px;
    z-index: 10;
    cursor: pointer;
}

#welcome
{
    /*-moz-box-shadow: inset 0px 0px 5px #888, 0 0 0 #fff, 0 0 0 #fff, 0 0 0 #fff;
    -webkit-box-shadow: inset 0px 0px 5px #888, 0 0 0 #fff, 0 0 0 #fff, 0 0 0 #fff;
    */
    -moz-box-shadow: inset 4px 4px 7px #aaa;
    -webkit-box-shadow: inset 4px 4px 7px #aaa;
    box-shadow: inset 4px 4px 7px #aaa;
    position: absolute;
    top: 137px;
    padding: 20px;
    width: 400px;
    height: 281px;
    overflow: hidden;
}

.home h1 {
    margin: 0 0 20px 0;
    font-size: 26px;
}

#welcome h1 {
    font-family: Arial;
    margin: 0;
}

.home .left p {
    font-family: Arial;
    font-size: 13px;
    padding: 20px 0 0 0;
}


.login #forgot-password-form
{
    width: 370px;
}
/**
*
* Register form
*
*************************************************************************************************/

.column.right form
{
    z-index: 10;
}

#register-form {
    font-size: 12px;
}

#optin-holder {
    padding: 15px 10px;
}

#optin-holder p {
    padding: 0 0 0 20px;
}

#optin {
    height: auto;
    margin: 0 5px 0 0;
}

input {
    width: 224px;
}

#register-form select {
    margin: 0 10px 0 0;
}

#school {
    width: 224px;
}


#register-form input {
    background-color: #ccebf5;
}

#register-form .radio {
    background: #fff;
}

#register-warning {
    padding: 20px 10px 0 10px;
}

label {
    width: 151px;
    height: 27px;
    line-height: 27px;
    text-indent: 10px;
    display: block;
    float: left;
    color: #333;
}

form#cbrquestionform label
{
	width: 300px;
}

form#cbrquestionform input#firstname,
form#cbrquestionform input#lastname
{
	display:inline;
}

form#cbrquestionform .clearfix
{
	margin-top: 10px;
}

form#cbrquestionform textarea
{
	width: 450px;
}




.loading {
    background: url(../images/ajax-loader.gif) 95% 5px no-repeat;
}

#credentials input {
    width: 191px;
    margin-bottom: 8px;
    background-color: #fff;
}

#credentials {
    padding: 10px 0;
    background: url(../images/credentials-bg.png) top left no-repeat;
}

#credentials label {
    color: #fff;
}

#register-form button {
    height: 23px;
    width: 81px;
    padding: 0 2px 4px 0;
    margin: 10px 0 0 151px;
    line-height: 15px;
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
    background: url(../images/button-small.png) top left no-repeat;
    color: #fff;
}

#register-form button:hover {
    background-position: bottom left;
}

#register-form .error-holder {
    top: 150px;
    left: 0;
}


#register-form #explainbutton {
    width: 240px;
    height: 20px;
    line-height: 20px;
    margin-top: 0px;
    background: #0294d0;
    border-radius: 10px;
    box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.75);
}
#register-form #explainbutton:hover {
    background: #003366;
}

#explainretrainingdate {
    display: none;
    width: 400px;
    padding: 10px;
    position: absolute;
    top: 20px;
    right: 10px;
    background: #fff;
    box-shadow: 5px 5px 7px 0px rgba(0,0,0,0.25);
}
#explainretrainingdate .close {
    width: 24px;
    height: 24px;
    border-radius: 12px;
    line-height: 24px;
    position: absolute;
    top: -12px;
    right: -12px;
    background: #0294d0;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

#tell-a-friend-form .error-holder {
    left: 200px;
    top: auto;
    bottom: 160px;
}

#categories {
    height: 112px;
    width: 593px;
    margin: 29px 0 0 0;
}

#categories h2 {
    height: 112px;
    line-height: 112px;
    font-size: 20px;
    color: #003365;
    text-indent: 14px;
}

#categories ul {
    float: left;
    margin: 0;
    list-style: none;
}

#categories li {
    float: left;
    width: 130px;
    height: 0;
    margin-top: 10px;
    padding-top: 70px;
    text-decoration: none;
    float: left;
    text-align: center;
    background-position: top left;
    color: #000;
}

#categories li input {
    vertical-align: middle;
}

#cat-b {
    background-image: url(../images/cat-b-icon.png);
    background-repeat: no-repeat;
}

#cat-am {
    background-image: url(../images/cat-am-icon.png);
    background-repeat: no-repeat;
}

#cat-a {
    background-image: url(../images/cat-a-icon.png);
    background-repeat: no-repeat;
}
#categories li
{
    border-left: 1px solid #999;
}

#categories li:first-child
{
    border-left: 0px solid #999;
}

#categories a:hover, #categories a.selected {
    color: #003365;
    background-position: bottom left;
}


/**
*
* Forms
*
*************************************************************************************************/

form {
    position: relative;
}

.field {
    height: 27px;
    width: 143px;
    margin-right: 10px;
    position: relative;
    background: #fff;
    line-height: 27px;
    float: left;
}

.field label, .field input { position: absolute; left: 0; top: 0; width: 100% }
.field label { opacity: 0.4; text-indent: 8px; filter: alpha(opacity=40) }

input {
    max-width: 315px;
    height: 27px;
    line-height: 27px;
    display: block;
    padding: 0;
    text-indent: 8px;
    border: none;
    font-family: Arial;
    font-size: 14px;
    margin: 0 0 5px 0;
    background: url(../images/input-bg.png) top left no-repeat;
}

.input-holder {
    height: 27px;
}

.input-holder input {
    float: left;
}

.input-holder label.auto-width {
    height: 27px;
    width: auto;
    float: left;
    line-height: 27px;
    margin: 0 10px;
    text-indent: 0;
}

input[type="radio"], input[type="checkbox"] {
    display: inline;
    width: auto;
    line-height: 27px;
    background: #fff;
}

button {
    height: 33px;
    width: 33px;
    line-height: 33px;
    background: url(../images/button-arrow02.png) top center no-repeat;
    border: none;
    font-weight: 700;
    color: #036;
}

button:hover {
    background-position: bottom right;
}

#login-form button, #check-code-form button, #forgot-password-form button {
    display: block;
    text-indent: -999em;
}

input:focus, input.has-text {
    background: #fff url(../images/input-bg.png) top left no-repeat;
}

#login-form, #forgot-password-form {
    height: 75px;
    margin: 0;
    background: transparent;
}

#forgot-password-form fieldset {
    line-height: 27px;
}

#forgot-password-form button {
    float: left;
}

#forgot-password-form a {
    margin: 0;
    color: #03225d;
}

#login-form .field {
    width: 151px;
}

#login-form legend, #forgot-password-form legend {
    font-size: 17px;
    margin-bottom: 5px;
}

#login-form legend span, #forgot-password-form legend span {
    color: #fff;
}

#_login-form a {
    color: #03225d;
    margin-left: 224px;
    font-size: 11px;
}

a#forgot-password {
    color: #03225d;
    margin-left: 162px;
    font-size: 11px;
}

#startflash {
    position: absolute;
    float: left;
    left: 150px;
    width: 150px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}
#startflash a {
   color: #fff;
}

#balloon {
    height: 56px;
    margin-bottom: 50px;
    overflow: hidden;
}

#balloon ul {
    margin: 0 0 0 150px;
    list-style: none;
}

#balloon li {
    width: 300px;
    font-family: 'Arial Rounded MT Bold', Arial, Helvetica;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    display: none;
}

#check-code-form {
    padding: 0 0 0 0px;
    margin-top: 20px;
}

.login #check-code-form {
    margin-top: 20px;
}
.login #login-form,
.login #forgot-password-form
{
    margin-top: 20px;
}

#check-code-form legend {
    font-size: 17px;
    margin-bottom: 5px;
}

#check-code-form .field {
    width: 313px;
}

#check-code-form p {
    color: #03225d;
    margin-top: 33px;
}

#check-code-form a, #check-code-form a:visited {
    color: #fff;
    text-decoration: none;
}

#check-code-form a:hover {
    text-decoration: underline;
}

#loginvto, #loginvto:visited {
    color: #fff;
    text-decoration: none;
    position:relative;
    top:-4px;
}
#loginvto:hover {
    text-decoration: underline;
}

#register-form input.error, input.error {
    background-color: #f5cccc;
}

.error-holder {
    width: 280px;
    color: #333;
    font-size: 11px;
    border: 1px solid #ff7c7c;
    background: #ffcece;
    display: none;
    position: absolute;
    top: 0px;
    left: -150px;
    padding: 10px;
}

.error-holder ul {
    padding: 0;
}

#login-form .error-holder {
    left: 150px;
    top: auto;
    bottom: 50px;
    z-index: 10;
}

#check-code-form .error-holder {
    top: auto;
    left: 150px;
    bottom: 60px;
}

#forgot-password-form .error-holder {
    top: auto;
    bottom: 30px;
    left: 87px;
    z-index: 10;
}




#links {
    width: 419px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    margin: 50px 0 0 0;
}

#links.wide {
    width: 750px;
}

.home #links {
    position: absolute;
    bottom: -20px;
    right: 0;
}

#links a, #links a:visited {
    display: block;
    margin: 0 18px 0 0;
    float: left;
    color: #5c5c5c;
    text-decoration: none;
}

#links a#cbrquestion, #links a#cbrquestion:visited {
    margin: 0;
}

#links.wide a#cbrquestion, #links.wide a#cbrquestion:visited {
    margin: 0 18px 0 0;
}


#links a:hover {
    background-position: bottom left;
}

#links a div {
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 3px;
    background: #35a9d9;
}

#links a#cbrquestion div
{
    /*background: #D1242B;*/
}

#links a img {
    vertical-align: bottom;
}


/*#helpdesk {
    background: url(../images/helpdesk-icon.png) top left no-repeat;
}

#tell-a-friend {
    background: url(../images/tell-a-friend-icon.png) top left no-repeat;
}

#algemene-info {
    background: url(../images/meer-informatie-icon.png) top left no-repeat;
}*/


/**
*
* Portal home
*
*************************************************************************************************/

.portal-header {
    margin: 10px 0;
}

#books {
    margin: 10px 0 0 0;
    list-style: none;
}

#books li {
    width: 101px;
    min-height: 142px;
    margin: 0 5px 0 0;
    background: url(../images/book-shadow.jpg) top left no-repeat;
    float: left;
}

#books .docreader
{
    display: block;
    margin-top: 10px;
    margin-left: 42px;
}

#buttons {
    height: 32px;
    width: 100%;
    clear: left;
    margin: 10px 0 0 -30px;
    padding: 0 0 0 30px;
    background: url(../images/buttons-bg.jpg) top left repeat-x;
}

.button, .button {
    height: 32px;
    line-height: 24px;
    background: url(../images/button-body.jpg) top left repeat-x;
    text-decoration: none;
    display: block;
    float: left;
    position: relative;
    margin-right: 40px;
}

.button a, .button a:visited {
    height: 32px;
    color: #036;
    padding: 0 1px 0 31px;
    display: block;
    background: url(../images/button-left.jpg) top left no-repeat;
}

.button span {
    display: block;
    width: 15px;
    height: 32px;
    background: url(../images/button-right.jpg) top left no-repeat;
    position: absolute;
    top: 0;
    right: 0;
}

#extracontent {
    position: absolute;
    right: 0;
    top: 280px;
    width: 540px;
    background: #fff;
}

#extralinks, .extralinks {
    position: relative;
    width: 100%;
    height: 135px;
    border: 1px solid #0294d0;
}

#extralinks a,
#extralinks div,
.extralinks a,
.extralinks div {
    display: block;
    position: absolute;
    width: 235px;
    height: 25px;
    text-align: center;
    line-height: 26px;
    text-decoration: none;
    color: #fff;
    border: 1px solid #0294d0;
    border-radius: 5px;
    box-shadow: 1px 2px 4px 0px rgba(0,0,0,0.75);
}
#extralinks a,
.extralinks a {
    background-color: #0294d0;
}

#extracontent1,
#extracontent2,
#extracontent3
{
    left: 20px;
}

#extracontent4,
#extracontent5,
#extracontent6
{
    left: 280px;
}

#extracontent1,
#extracontent4
{
    top: 10px;
}
#extracontent2,
#extracontent5
{
    top: 53px;
}
#extracontent3,
#extracontent6
{
    top: 96px;
}


/**
*
* Video
*
*************************************************************************************************/

#videos {
    position: relative;
}

#videos, #videos ul {
    margin: 0;
    list-style: none;
}

#videos li {
    position: relative;
    width: 248px;
    padding: 10px 28px;
    color: #000;
    font-size: 12px;
    font-family: Arial;
    background: url(../images/video-item-bg.jpg) top left repeat-x;
}
#videos li.module {
    height: 65px;
}

.film-icon {
    height: 26px;
    width: 26px;
    background: url(../images/film-icon.png) top left no-repeat;
    position: absolute;
    right: 5px;
    margin-top: -13px;
    top: 50%;
}

.sub-icon {
    height: 26px;
    width: 26px;
    background: url(../images/sub-icon.png) top left no-repeat;
    position: absolute;
    right: 5px;
    margin-top: -13px;
    top: 50%;
}

.digibookdone-icon {
    height: 20px;
    width: 20px;
    background: url(../images/digibook_done.png) top left no-repeat;
    position: absolute;
    right: 35px;
    margin-top: -11px;
    top: 50%;
}

#videos li:hover, #videos li.selected {
    cursor: pointer;
    background-position: bottom;
}

#videos li.inactive:hover {
    cursor: default;
    background-position: top left;
}

#videos li:hover p, #videos li.selected p {
    color: #fff;
}

#videos li h3 {
    font-size: 16px;
    font-weight: 100;
    text-transform: lowercase;
}

#videos li h4 {
    font-weight: 100;
}

#videos .serie:hover, #videos .serie.selected {
    color: #fff;
}

#videos .serie:hover .film-icon, #videos .serie.selected .film-icon, #videos .serie:hover .sub-icon, #videos .serie.selected .sub-icon {
    background-position: bottom left;
}

#videos .movie:hover, #videos .movie.selected {
    color: #fff;
}

#videos .serie.selected .movie .film-icon {
    background-position: top left;
}
#videos .serie.selected .movie:hover .film-icon, #videos .serie.selected .movie.selected .film-icon {
    background-position: bottom left;
}

#videos li h3 span, #videos li h4 span {
    font-weight: 700;
}

#videos li h4 span {
    margin: 0 0 0 13px;
}

#videos li h3 span {
    font-weight: 700;
}

#videos li ul {
    position: absolute;
    top: 0;
    left: 310px;
}

#_videos li ul ul {
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
    width: 270px;
    position: relative;
    left: 245px;
    top: -20px;
}

#videos li ul ul {
    width: 270px;
    position: relative;
    left: 245px;
    top: -20px;
}

#_videos li li {
    height: 18px;
    padding: 12px 0;
    text-indent: 10px;
    line-height: 9px;
    position: relative;
}

#videos li li {
    padding: 12px 0;
    position: relative;
}

#videos li li li {
    padding: 12px 0;
    width: 270px;
}

#_videos li li li {
    padding: 8px 0;
    width: 270px;
    text-indent: 10px;
    background: none;
}

#_videos li li li {
    color: #000;
    text-decoration: none;
}

#_videos li li li:hover {
    background: none;
}

#_videos li li li.selected, #_videos li li li:hover {
    background: #fff;
}

#videos li.chapter {
	padding: 14px 28px 14px 34px;
}
#videos li.chapter h3 {
	text-indent: -26px;
}
#videos li.chapter li {
	padding: 14px 0;
}

.serietitle, .movietitle { padding-left: 10px; }

.overlay {
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
}

#video-player {
    height: 361px;
    width: 546px;
    padding: 42px 0 0 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -190px 0 0 -285px;
    z-index: 1050;
    background: url(../images/player.png) top left no-repeat;
}

#video-player5 {
    height: 390px;
    width: 540px;
    padding: 15px 0 0 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -190px 0 0 -285px;
    z-index: 1050;
    background: url(../images/player.png) top left no-repeat;
}

.player-button {
    height: 40px;
    width: 42px;
    display: block;
    position: absolute;
    bottom: 18px;
    text-indent: -999em;
}


#play {
    left: 64px;
    background: url(../images/play-button.png) bottom left no-repeat;
	bottom: 15px;
}

#stop {
    left: 18px;
    background: url(../images/stop-button.png) bottom left no-repeat;
	bottom: 15px;
}

#close {
    width:36px;
    height:32px;
    position:absolute;
    top: 10px;
    right: 9px;
    background: url(../images/close-button.png) bottom left no-repeat;
}

#play:hover, #stop:hover, #close:hover {
    background-position: top left;
}

#screen {

}

#status {
    padding: 5px 0 0 0;
    width: 490px;
    float: right;
}

#status h5 {
    width: 80px;
    float: left;
}

#status h5 span {
    color: #fff;
}

#status ul {
    list-style: none;
    float: left;
    margin: 0;
}

#user-status, #time-left, #time-left-training, #log-time {
    height: 22px;
    line-height: 22px;
    color: #fff;
    font-size: 12px;
    padding-left: 22px;
    background: url(../images/poppetje.png) top left no-repeat;
}

#user-status {
    height: 22px;
    line-height: 22px;
}

#time-left, #time-left-training, #log-time {
    height: 19px;
    line-height: 19px;
}

#time-left, #time-left-training, #log-time {
    margin: 0 0 0px 0;
    background: url(../images/klokje.png) top left no-repeat;
}

#user-status span, #time-left span, #time-left-training span, #log-time span {
    color: #036;
}

footer {
    clear: both;
    font-family: Arial;
    color: #333;
    font-size: 10px;
    text-indent: 0px;
    background: #fff;
}

footer a, footer a:visited {
    text-decoration: none;
    color: #333;
}

footer a:hover {
    text-decoration: underline;
    color: #333;
}


#status.professional {
    width: 845px;
    height: 80px;
    position: absolute;
    top: 0;
    right: 0;
    background: #0294d0;
    padding-left: 169px;
}

@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media screen and (max-device-width: 480px) {


  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}

@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a:after { content: " (" attr(href) ")"; }
  abbr:after { content: " (" attr(title) ")"; }
  .ir a:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

/* exam-items */

#mainmenubutton, #exammenubutton, #closebutton
{
	position: absolute;
	top: 2px;
	right: 10px;
	height: 22px;
	padding: 0;
	margin: 0;
	text-transform: capitalize;
	cursor: pointer;

	border: 0;
	text-indent: -9999px;
}
#mainmenubutton
{
	background: #333 url(/public/images/exams/btn_hoofdmenu_on.png) no-repeat;
	width: 160px;
}
#mainmenubutton:hover
{
	background-image: url(/public/images/exams/btn_hoofdmenu_hl.png);
}

body.pl #mainmenubutton
{
    background: #333 url(/public/images/exams/polish/btn_hoofdmenu_on.png) no-repeat;
    width: 212px;
}
body.pl #mainmenubutton:hover
{
    background-image: url(/public/images/exams/polish/btn_hoofdmenu_hl.png);
}

body.tr #mainmenubutton
{
    background: #333 url(/public/images/exams/turkish/btn_hoofdmenu_on.png) no-repeat;
    width: 163px;
}
body.tr #mainmenubutton:hover
{
    background-image: url(/public/images/exams/turkish/btn_hoofdmenu_hl.png);
}
body.fr #mainmenubutton
{
    background: #333 url(/exams/images/theorieblokken/french/btn_hoofdmenu_on.png) no-repeat;
    width: 168px;
}
body.fr #mainmenubutton:hover
{
    background-image: url(/exams/images/theorieblokken/french/btn_hoofdmenu_hl.png);
}

#exammenubutton
{
	background: #333 url(/public/images/exams/btn_examenmenu_on.png) no-repeat;
	width: 170px;
}
#exammenubutton:hover
{
	background-image: url(/public/images/exams/btn_examenmenu_hl.png);
}
body.pl #exammenubutton
{
    background: #333 url(/public/images/exams/polish/btn_examenmenu_on.png) no-repeat;
    width: 212px;
}
body.pl #exammenubutton:hover
{
    background-image: url(/public/images/exams/polish/btn_examenmenu_hl.png);
}
body.tr #exammenubutton
{
    background: #333 url(/public/images/exams/turkish/btn_examenmenu_on.png) no-repeat;
    width: 176px;
}
body.tr #exammenubutton:hover
{
    background-image: url(/public/images/exams/turkish/btn_examenmenu_hl.png);
}
body.fr #exammenubutton
{
    background: #333 url(/exams/images/theorieblokken/french/btn_examenmenu_on.png) no-repeat;
    width: 183px;
}
body.fr #exammenubutton:hover
{
    background-image: url(/exams/images/theorieblokken/french/btn_examenmenu_hl.png);
}

#closebutton
{
	background: #333 url(/public/images/exams/bttn_stoppen_on.png) no-repeat;
	width: 98px;
}
#closebutton:hover
{
	background-image: url(/public/images/exams/bttn_stoppen_hl.png);
}
body.pl #closebutton
{
    background: #333 url(/public/images/exams/polish/bttn_stoppen_on.png) no-repeat;
    width: 108px;
}
body.pl #closebutton:hover
{
    background: #333 url(/public/images/exams/polish/bttn_stoppen_hl.png) no-repeat;
}
body.tr #closebutton
{
    background: #333 url(/public/images/exams/turkish/bttn_stoppen_on.png) no-repeat;
    width: 83px;
}
body.tr #closebutton:hover
{
    background: #333 url(/public/images/exams/turkish/bttn_stoppen_hl.png) no-repeat;
}
body.fr #closebutton
{
    background: #333 url(/exams/images/theorieblokken/french/bttn_stoppen_on.png) no-repeat;
    width: 88px;
}
body.fr #closebutton:hover
{
    background: #333 url(/exams/images/theorieblokken/french/bttn_stoppen_hl.png) no-repeat;
}


#practicenextbutton, #practicedonebutton
{
	position: absolute;
	left: 730px;
	top: 460px;
	width: 220px;
	height: 40px;
	background: url(/public/images/exams/fwd_on.png) no-repeat right top;

}
#practicenextbutton:hover, #practicedonebutton:hover
{
	background-image: url(/public/images/exams/fwd_hl.png);
}



.coachleft,
#btnExtracredit
{
	position: absolute;
	left: 0;
	background-color: #0099cc;
	background-image: url(/public/images/exams/coach.png);
	padding: 16px 0px 5px 10px;
	width: 249px;
	color: #ffffff;
}
.coachleft
{
    top: 70px;
    height:67px;
}
.header
{
	color: #003366
}

p.paragraph
{
	margin: 15px 0;
}

#btnExtracredit
{
    top: 170px;
    height:30px;
    cursor:pointer;

}
#extracredit
{
    position:fixed;
    display:none;
    width:100%;
    height:100%;
}
#extracredit .overlay
{
    position:fixed;
    width:100%;
    height:100%;
    opacity:0.5;
}
#extracredit #content
{
    position:absolute;
    display:none;
    left:250px;
    top:60px;
    width:480px;
    height:330px;
    padding: 20px 0 0 10px;
    background-color:white;
    color:#000099;
    z-index:1001;

	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	border-radius: 5px;
}
#extracredit #content p
{
    font-weight:bold;
	margin: 10px 0;
}
#extracredit #content table
{
    margin-top: 20px;
}
#extracredit #content td
{
    vertical-align: middle;
    height:50px;
}

#extracredit #content td button
{
    width: 80px;
	height: 33px;
    font-weight:normal;
    background: #0a0;
    color: #fff;
}

#extracredit #content #ideallogo,
#extracredit #content #paypallogo,
#extracredit #content #bancontactlogo
{
	position:absolute;
	bottom:10px;
}

#extracredit #content #ideallogo
{
    right:10px;
}

#extracredit #content #paypallogo
{
    right: 70px;
}
#extracredit #content #bancontactlogo
{
    right: 130px;
}

#extracredit #bttn_close
{
    background:#fff url(/exams/images/bttn_close_on.png) no-repeat;
    position:absolute;
    width: 32px;
    height:32px;
    top:10px;
    right:8px;
    padding: 0;
    margin: 0;
    text-transform: capitalize;
    cursor: pointer;
    border: 0;
    text-indent: -9999px;
}
#extracredit #bttn_close:hover {
    background-image:url(/exams/images/bttn_close_hl.png);
}

/* resultclasses */
.lightbgcolor
{
	background-color: #23ACDA;
}

#scoreinfo
{
	width: 250px;
	color: #fff;
	background-color: #1F3664;
	padding: 10px;
	position: absolute;
	left: 0;
	bottom: 10px;
}

#warnmessage
{
    position: absolute;
    color: red;
    top: 20px;
    left: 280px;
}


/* responsive for small screens */
@media screen and (max-width: 1023px) {
    #container,
    #container #continuebutton,
    #container #restartbutton,
    #logo,
    #logo img,
    #examtrainingnavbar,
    #btnExtracredit,
    #translate,
    ul#chapters,
    #scoreinfo
    {
        max-width: 100%;
    }
    #examtraining > img:first-child
    {
        position: relative;
    }
    #scoreinfo
    {
        width: auto;
        margin-top: 10px;
    }

    #examtraining #termsbutton
    {
        max-width: 100%;
        height: auto;
    }

    #examtraining article,
    #examtraining article #legenda,
    #examtraining article img[alt='legenda'],
    .coachleft,
    .selector
    {
        max-width: calc(100% - 10px);
    }

    #examtraining #breadcrumbs
    {
        max-width: calc(100% - 180px);
    }
    #breadcrumbs li
    {
        display: inline-block;
    }

    /* category-image */
    #examtraining > img:first-of-type
    {
        position: relative!important;
        top: auto !important;
        left: auto !important;
        max-width: 100%;
    }

    #examtraining article
    {
        margin-left: 0;
        padding-left: 10px;
        padding-bottom: 1em;
    }
    #examtrainingnavbar
    {
        height: auto;
        min-height: 30px;
    }
    #breadcrumbs
    {
        height: auto;
        min-height: 19px;
        margin: 0;
    }
    .coachleft,
    #btnExtracredit,
    #translate,
    #passedinfo,
    #scoreinfo,
    #container #passedinfo,
    #classesbutton,
    #termsbutton,
    #termspdfbutton,
    .selector
    {
        position: relative !important;
        top: auto !important;
        bottom: auto !important;
        left: auto !important;
        right: auto !important;
    }
    #classesbutton,
    #termsbutton
    {
        display: block;
        margin-top: 10px;
    }
    h1.dark-blue
    {
        font-weight: bold;
        margin: 10px 0 10px 0px;
    }
    .coachleft
    {
        height: auto;
        min-height: 67px;
    }
    #btnExtracredit
    {
        margin-bottom: 5px;
        height: auto;
        min-height: 30px;
    }

    #examtraining #banner_studietips,
    #examtraining #alertchoice
    {
        position: relative;
        left: auto;
        top: auto;
    }


    /* correction for article left padding */
    article #btnExtracredit,
    #translate,
    .selector,
    #banner_studietips,
    #scoreinfo
    {
        margin-left: -10px;
        max-width: calc(100% + 10px);
    }
    #banner_studietips
    {
        margin-top: 10px;
    }
    #banner_studietips img
    {
        max-width: calc(100% + 10px);
    }

    #lessons .title,
    #chapters .title
    {
        text-align: left;
        max-height: 24px;
        max-width: calc(100% - 30px);
        padding-right: 30px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    #chapters .title /* coach */
    {
        max-width: calc(100% - 65px);
        padding-right: 65px;
    }

    /* resultterms (studieadvies) */
    table.resultterms
    {
        font-size: 80%;
    }
    table.chapters.resultterms td, table.chapters.resultterms th
    {
        padding: 2px;
    }
    table.resultterms div.termtitle
    {
        width: auto !important;
    }
    table.chapters.resultterms div.termtitle.singleline
    {
        white-space: normal;
    }
    table.chapters.resultterms td img
    {
        width: 23px;
    }

    .categorytitle
    {
        position: relative;
        top: auto;
        left: auto;
        width: auto;
        max-width: 100%;
        padding-bottom: 5px;
    }

    #examtraining img#l1
    {
        right: 0;
        max-width: 50%;
    }
}

@media screen and (max-width: 450px) {
    header
    {
        height: auto;
        max-height: 85px;
    }
    #logo
    {
        height: auto;
        max-width: 60%;
    }
    header #produced-by
    {
        max-width: 40%;
    }
    header #produced-by img
    {
        width: 100%;
    }
	.column.right {
		float: left;
		clear: both;
		margin-top: 50px;
	}
	#container {
		width: 100vw;
	}
	#register-form .left, #register-form .right {
		width: calc(100% - 60px);
	}
	#categories {
		width: 100%;
	}
	#categories li {
		clear: both;
		margin-top: 30px;
		border: none;
	}
	
}