/*  HTML5 ✰ Boilerplate  */

:root {
    --white: #ffffff;
    --blue: #3C5B7E;
    --orange: #D1581C;
    --red: #c00;
    --dark-orange: #AC410C;
    --bg-grey: #FAFAFB;
    --bg-dark-grey: #DEDEDE65;
    --border-grey: #B3C3D3;
    --disabled-grey: #bababa;
    --dark-grey: #B5B5B5;
    --orange-transparent: rgba(209,88,28, 0.3);
}

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; }
#main .mbo-overview button.hidden,span.btn_shared.hidden, .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;
}

#container.mbo-container {
    width: calc(100% - 1rem);
}
#privacycontainer {
    max-width: 1014px;
    margin: 0 auto;
}



/**
*
* Header
*
*************************************************************************************************/

header {
    height: 85px;
    width: 100%;
    background: #fff;
}

.home header {
    height: 85px;
}

#logo {
    width: 280px;
    height: 70px;
    margin: 0 0 15px 0;
    background: #fff;
    padding-top: 15px;
}
body.hulpdiensten #logo
{
    width: 500px;
    background: transparent;
    font-size: 26px;
    padding-top: 25px;
    text-align: left;
    color: #333;
}
body.hulpdiensten #logo img
{
    background: transparent;
}

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;
    max-height: 80px;
    max-width: 700px;
    padding-top: 5px;
}
body.autowiz header #produced-by img {
    max-height: 70px;
}

.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 {
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    background-image: url(../images/cat-a-icon.png);
    background-repeat: no-repeat;
}

#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;
}
#mbostudent-upload-form .error-holder {
    top: auto;
    bottom: 30px;
    left: 0px;
}



#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, #partbutton
{
	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);
}

#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);
}

#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.english #closebutton
{
    background: #333 url(/public/images/exams/bttn_stoppen_engels_on.png) no-repeat;
    width: 70px;
}
body.english #closebutton:hover
{
    background: #333 url(/public/images/exams/bttn_stoppen_engels_hl.png) no-repeat;
}
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;
}

#partbutton
{
    background: #333 url(/public/images/exams/btn_terug_on.png) no-repeat;
    width: 91px;
    top: 4px;
}
#partbutton:hover
{
    background-image: url(/public/images/exams/btn_terug_hl.png);
}

#_partbutton
{
    top: 5px;
    color: #ccc;
    background: #666;
    border-radius: 11px;
    height: 20px;
    line-height: 20px;
    width: 120px;
    text-indent: 0;
    letter-spacing: 1px;
}
#_partbutton:before
{
   content: "←";
   padding-right: 10px;
}
#_partbutton:hover
{
    color: #666;
    background: #fff;
}

#theorycupgradebutton
{
    position: absolute;
    left: 10%;
    top: 30px;
    width: max-content;
    max-width: 80%;
    height: auto;
    background: #06c;
    opacity: 0.9;
    color: #fff;
    font-size: 1rem;
    border-radius: 6px;
    padding-left: 1rem;
    padding-right: 1rem;
    border: 2px solid #444;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.5);
    z-index: 2;
}
#theorycupgradebutton:hover
{
    color: #06c;
    background: #fff;
}


#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,
#translate
{
	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;
}
#translate
{
    top: 234px;
    height:60px;
}
#translate p
{
    margin-bottom: 5px;
}
#select_translation
{
    max-width: 240px;
}

.header
{
	color: #003366
}

p.paragraph
{
	margin: 15px 0;
}

#btnExtracredit
{
    top: 170px;
    height:30px;
    cursor:pointer;

}
#extracredit,
#translate_popup
{
    position:fixed;
    display:none;
    width:100%;
    height:100%;
    z-index: 5;
}
#extracredit .overlay,
#translate_popup .overlay
{
    position:fixed;
    width:100%;
    height:100%;
    opacity:0.5;
}
#extracredit #content,
#translate_popup_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);
}


#translate_popup
{
    left: 0;
    top: 0;
}
#translate_popup_content
{
    left: 50%;
    top: 40%;
    height: auto;
    margin-left: -240px;
    margin-top: -165px;
    padding: 20px;
}
#translate_popup_content p
{
    font-size: 16px;
    margin: 15px 0;
}
#translate_popup_content p.small
{
    font-size: 13px;
}
#translate_popup_content p label
{
    width: auto;
    height: auto;
    text-indent: 0px;
    float: none;
    display: inline;
    color: inherit;
}

#translate_popup_close {
    width: 240px;
    height: 30px;
    line-height: 20px;
    margin-top: 0px;
    background: #0294d0;
    color: #fff;
    border-radius: 5px;
    box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.75);
}
#translate_popup_close:hover {
    background: #003366;
}
#no_translate_popup
{
    vertical-align: middle;
    margin: 0;
}

/* 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;
}



/*///////////////////////////////////////////// NEW RESPONSIVE DESIGN /////////////////////////////////////////////////*/

#main.mbo {
    background-color: var(--bg-grey);
    overflow: hidden;
}

.mbo-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    align-items: flex-end;
}
.mbo-header img.vto-logo,
.mbo-header img.h5-logo
{
    margin-bottom: 8px;
}
.mbo-header img.vto-logo
{
    width: auto;
    height: auto;
    max-height: 26px;
    margin-left: 30px;
}
.mbo-header img.h5-logo
{
    max-height: 100%;
    margin-left: 10px;
}

#masthead.mbo2021 {
    display: flex;
    background-color: var(--orange);
    background-image: none;
    box-shadow: none;
    height: 88px;
    padding: 0 32px;
}

#masthead.mbo2021 #status {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 80px;
    padding: 0;
    margin: 0;
}

.rainbow-bar {
    display: flex;
    position: relative;
    width: 100%;
    box-shadow: 0px 3px 6px #00000029;
    z-index: 1;
}

.rainbow-bar span {
    flex: auto;
    height: 8px;
}

.rainbow-bar span:first-child {
    background-color: #CF5928;
}
.rainbow-bar span:nth-child(2) {
    background-color: #379839;
}
.rainbow-bar span:nth-child(3) {
    background-color: #9ED7D4;
}
.rainbow-bar span:nth-child(4) {
    background-color: #FFC400;
}
.rainbow-bar span:nth-child(5) {
    background-color: #B1CB28;
}
.rainbow-bar span:nth-child(6) {
    background-color: #E31817;
}

.masthead-info {
    display: flex;
    align-items: center;
    height: 80px;
    margin-left: auto;
    color: var(--white);
}

.welcome-user {
    margin-right: 16px;
}

.welcome-user p {
    text-align: right;
    margin: 0;
}

.welcome-user p:first-child {
    font-size: 10px;
    margin-bottom: 5px;
}

.welcome-user p:last-child {
    font-size: 13px;
    font-weight: 600;
}

.mbo-logout-btn {
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../images/mbo/svg/btn_logout.svg);
}

.mbo-logout-btn:hover {
    background-image: url(../images/mbo/svg/btn_logout_hover.svg);
}

.mbo-back-btn {
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../images/mbo/svg/btn_back.svg);
    border-radius: 50%;
    margin-left: 16px;
}

.mbo-back-btn:hover {
    background-image: url(../images/mbo/svg/btn_back_hover.svg);
}

#breadcrumbs li:last-child {
    font-weight: bold;
}

#breadcrumbs li:first-child {
    font-weight: normal;
}

.page-overview {
    position: relative;
    display: flex;
    min-height: 470px;
}

.info-menu {
    width: 168px;
    min-height: 640px;
}
body.mboanswers #main .page-overview .info-menu
{
    visibility: hidden;
}

#main.mbo .info-item {
    padding: 7px 12px 6px 12px;
    box-shadow: 0px 3px 6px #00000029;
}
#main.mbo .info-item:first-child {
    padding-top: 1px;
}

.info-item p {
    font-size: 10px;
    font-weight: bold;
    color: var(--blue);
    text-align: center;
    margin: 0 0 5px 0;
}

.info-item .info-btn {
    display: block;
    width: 54px;
    height: 29px;
    margin: 0 auto;
    cursor: pointer;
}

.info-item .info-btn.extend {
    background-image: url(../images/mbo/svg/btn_extend.svg);
}

.info-item .info-btn.extend:hover {
    background-image: url(../images/mbo/svg/btn_extend_hover.svg);
}

.info-item .info-btn.sync {
    background-image: url(../images/mbo/svg/btn_sync.svg);
}

.info-item .info-btn.sync:hover {
    background-image: url(../images/mbo/svg/btn_sync_hover.svg);
}

#sharebpvexercisespopup
{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: rgba(0,0,0,0.7);
}

#sharebpvexercises
{
    background: var(--bg-grey);
    padding: 1rem 2.5rem 1rem 1rem;
    line-height: 2;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    max-width: 500px;
}
#sharebpvexercises input
{
    display: inline-block;
}
#btn_send_share[disabled]
{
    opacity: 0.5;
    cursor: default;
}

.mbobutton,
#main .mbo-overview .spaced a.mbobutton {
    padding: 7px 12px;
    color: var(--white);
    width: fit-content;
    text-decoration: none;
    background-image: none;
    height: auto;
}
.mbobutton,
.info-item .info-btn.orange {
    background-color: var(--orange);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    border-radius: 6px;
}
.mbobutton:hover,
.info-item .info-btn.orange:hover {
    background-color: var(--dark-orange);
}

.info-item .info-btn.upload-icon {
    background-image: url(../images/mbo/svg/btn_upload_outline_white.svg);
    background-size: 20px 20px;
}
.info-item .info-btn.download-icon {
    background-image: url(../images/mbo/svg/btn_download_outline_white.svg);
    background-size: 20px 20px;
}
.info-item .info-btn.remark-icon {
    background-image: url(../images/mbo/svg/btn_docent_white.svg);
    background-size: 30px 23px;
}
.info-item .info-btn.modulesoverview-icon {
    background-image: url(../images/mbo/svg/icn_totaaloverzicht_white.svg);
    background-size: 30px 23px;
}



.info-item .info-text {
    font-size: 16px;
    color: var(--orange);
    text-align: center;
}

.info-item .info-block {
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-item .info-block .info-block-icon {
    width: 19px;
    height: 23px;
    background-image: url(../images/mbo/svg/icn_calendar.svg);
    margin: 0 8px 0 0;
}

.info-item .info-block .info-block-text {
    font-size: 20px;
    font-weight: bold;
    color: var(--orange);
}

.mbo-overview {
    position: absolute;
    top: 8px;
    left: 168px;
    height: 100%;
    min-height: 470px;
    width: 100%;
    max-width: calc(100% - 204px);
    border: none;
    box-shadow: -12px 1px 8px -8px #00000029;
    background-color: var(--bg-grey);
    padding: 10px 0 5px 36px;
}

.mbo-overview.bpv-content {
    width: 847px;
    padding-left: 9px;
}

.mbo-overview #breadcrumbs {
    font-size: 10px;
    word-spacing: 3px;
    margin-bottom: 0;
}

.mbo-index-columns {
    display: flex;
    overflow: auto;
}

.mbo-upload-columns {
    display: flex;
}

.mbo-upload-columns .left-column {
    padding-right: 36px;
}

.mbo-index-columns .left-column {
    border-right: 1px solid var(--border-grey);
    width: 240px;
    max-width: 240px;
    padding-right: 20px;
}

.mbo-upload-columns .right-column {
    margin-right: -15px;
}

.mbo-upload-columns .right-column p {
    font-size: 14px;
    color: var(--blue);
    line-height: 1.3;
    margin-bottom: 15px;
}

.mbo-index-columns .right-column {
    height: 340px;
    padding: 0 34px;
}

.mbo-upload-title,
.mbo-download-title,
.mbo-index-columns .column-title,
.mbo-index-columns .column-subtitle {
    font-size: 14px;
    font-weight: bold;
    color: var(--orange);
    margin-bottom: 20px;
}

.mbo-index-columns .column-subtitle {
    color: var(--blue);
    margin-bottom: 14px;
}

.mbo-index-columns .mbo-actions,
.mbo-index-columns .mbo-selects {
    display: flex;
    flex-direction: column;
}

#main .mbo-index-columns .mbo-actions a {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: var(--blue);
    text-decoration: none;
    margin: 10px 0;
}
.info-menu a {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    color: var(--blue);
    text-decoration: none;
    margin: 10px 0;
}

#main .mbo-index-columns .mbo-actions a:hover {
    color: var(--orange);
}

#main .mbo-index-columns .mbo-actions a.newremarks:after {
    content: '!';
    color: red;
    font-size: 150%;
    font-weight: bold;
}

.info-menu a div,
.mbo-index-columns .mbo-actions a div {
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.info-menu a div.upload-icon,
.mbo-index-columns .mbo-actions a div.upload-icon {
    background-image: url(../images/mbo/svg/btn_upload_outline.svg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 7px;
}

.info-menu a:hover div.upload-icon,
.mbo-index-columns .mbo-actions a:hover div.upload-icon {
    background-image: url(../images/mbo/svg/btn_upload_outline_hover.svg);
}

.info-menu a div.download-icon,
.mbo-index-columns .mbo-actions a div.download-icon {
    width: 20px;
    height: 20px;
    background-image: url(../images/mbo/svg/btn_download_outline.svg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 7px;
}

.info-menu a:hover div.download-icon,
.mbo-index-columns .mbo-actions a:hover div.download-icon {
    background-image: url(../images/mbo/svg/btn_download_outline_hover.svg);
}

.info-menu a div.remark-icon,
.mbo-index-columns .mbo-actions a div.remark-icon {
    width: 33px;
    height: 24px;
    background-image: url(../images/mbo/svg/btn_docent.svg);
    background-size: cover;
    margin-right: 9px;
}

.info-menu a:hover div.remark-icon,
.mbo-index-columns .mbo-actions a:hover div.remark-icon {
    background-image: url(../images/mbo/svg/btn_docent_hover.svg);
}

.info-menu a div.modulesoverview-icon,
.mbo-index-columns .mbo-actions a div.modulesoverview-icon {
    width: 33px;
    height: 24px;
    background-image: url(../images/mbo/svg/icn_totaaloverzicht.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 9px;
}

.info-menu a:hover div.modulesoverview-icon,
.mbo-index-columns .mbo-actions a:hover div.modulesoverview-icon {
    background-image: url(../images/mbo/svg/icn_totaaloverzicht_hover.svg);
}

.mbo-container select,
.mbo-upload-columns select {
    background-color: var(--white);
    color: var(--blue);
    height: 30px;
    border: 1px solid var(--border-grey);
    border-radius: 5px;
    padding: 5px 10px;
}

.mbo-index-columns .mbo-selects select {
    width: 360px;
    margin-bottom: 40px;
}

.mbo-container .mbo-download-container select {
    margin-bottom: 15px;
}

.mbo-upload-columns select {
    width: 360px;
    margin-bottom: 20px;
}

.learninggoalupload .flex-row,
.mbo-overview.bpv-content .flex-row,
.mbo-upload-columns .flex-row,
.mbo-downloads-container .flex-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 340px;
    height: 24px;
    position: relative;
    padding: 3px 6px 3px 14px;
}
.learninggoalupload .flex-row
{
    width: fit-content;
}
.mbo-downloads-container .flex-row {
    width: 100%;
}

.learninggoalupload .flex-row:nth-child(odd),
.mbo-downloads-container .flex-row:nth-child(even),
.mbo-upload-columns .flex-row:nth-child(odd) {
    background-color: var(--bg-dark-grey);
}

.mbo-overview.bpv-content .flex-row .label-input,
.mbo-upload-columns .flex-row .label-input {
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background-image: url(../images/mbo/svg/btn_add_upload.svg);
    cursor: pointer;
}
.mbo-upload-columns .flex-row .label-input
{
    background-image: url(../images/mbo/svg/btn_add_upload_orange.svg);
}

.mbo-overview.bpv-content .flex-row.content .label-input
{
    background-image: none;
    background-image: url(../images/mbo/svg/btn_uploaded.svg);
}

.learninggoalupload .flex-row .upload-label,
.mbo-upload-columns .flex-row .upload-label {
    max-width: 260px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.learninggoalupload .flex-row .upload-label
{
    max-width: 100%;
}
.mbo-overview.bpv-content .flex-row,
.mbo-downloads-container .flex-row {
    font-size: 14px;
    color: var(--blue);
}

.mbo-overview.bpv-content .flex-row .file-icon,
.mbo-downloads-container .flex-row .file-icon {
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background-image: url(../images/mbo/svg/icn_file.svg);
    margin-right: 10px;
}

.mbo-overview.bpv-content .flex-row .file-name,
.mbo-downloads-container .flex-row .file-name {
    font-weight: bold;
    margin-right: 5px;
}

.mbo-downloads-container .flex-row .download-text {
    font-size: 10px;
    font-weight: bold;
    color: var(--orange);
    margin-left: auto;
}

.mbo-downloads-container .flex-row .file-download {
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background-image: url(../images/mbo/svg/btn_down_file_small.svg);
    margin-left: auto;
    margin-right: 20px;
    cursor: pointer;
}

.mbo-downloads-container .flex-row .file-download:hover {
    background-image: url(../images/mbo/svg/btn_down_file_small_hover.svg);
}

.input-container {
    margin-right: 10px;
}

.input-container input {
    opacity: 0;
    width: 0.1px;
    height: 0.1px;
    position: absolute;
}

.mbo-upload-columns .resetfile {
    display: none;
    width: 13px;
    height: 16px;
    background-image: url(../images/mbo/svg/btn_bin.svg);
    margin-left: auto;
    cursor: pointer;
}

.mbo-upload-columns .flex-row.content .resetfile {
    display: block;
}

.mbo-upload-columns .flex-row.content .resetfile:hover {
    background-image: url(../images/mbo/svg/btn_bin_hover.svg);
}

.mbo-overview .busy {
    display: none;
}

#main .mbo-overview button,
.mbo-container button,
#main .mbo-overview button#uploadbutton {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: initial;
    color: var(--white);
    background-color: var(--orange);
    min-width: 130px;
    height: 30px;
    border-radius: 6px;
}

#main .mbo-overview button.uploadbutton,
#main .mbo-overview button#uploadbutton {
    margin: 0 -36px 0 auto;
}

#main .mbo-overview button:hover,
#main .mbo-overview button#uploadbutton:hover {
    background-color: var(--dark-orange);
}

#main .workshop-table .vk-flex-cell,
#main .mbo-table .vk-flex-cell {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
}
#main .mbo-table tr.row .vk-flex-cell {
    height: 30px;
}

#main .mbo-table thead {
    display: block;
}

#main .assignmentbpvmodules td.padded,
#main .mbo-table td,
#main .workshop-table th,
#main .mbo-table th {
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    color: var(--orange);
}

#main .assignmentbpvmodules tbody td:first-child a {
    font-size: 11px;
    font-weight: bold;
    color: var(--blue);
    text-decoration: none;
    cursor: pointer;
}

#main .assignmentbpvmodules .assignmenttitle {
    font-size: 14px;
    font-weight: bold;
    color: var(--blue);
}

#main .assignmentbpvmodules input {
    width: 16px;
    height: 16px;
}

.mbo-container .assignmentbpvmodules thead,
.mbo-container .assignmentbpvmodules tbody {
    display: block;
}

.mbo-container .assignmentbpvmodules thead tr th,
.mbo-container .assignmentbpvmodules tbody tr td {
    min-width: 80px;
    max-width: 80px;
}

.mbo-container .assignmentbpvmodules thead tr th:first-child {
    min-width: 380px;
    max-width: 380px;
}

.mbo-container .assignmentbpvmodules tbody tr td:first-child {
    min-width: 370px;
    max-width: 370px;
}

.mbo-container .assignmentbpvmodules tbody tr td.full-row {
    min-width: 700px;
    max-width: 700px;
    padding: 10px 0;
}

.mbo-container #main .assignmentbpvmodules thead tr th.padded {
    font-size: 10px;
    font-weight: bold;
    color: var(--orange);
    min-width: 80px;
    max-width: 80px;
}

.mbo-container .assignmentbpvmodules .bpvmodule td:first-child {

}

#main .mbo-table tbody {
    display: block;
}

#main .workshop-table tbody tr:nth-child(odd),
#main .mbo-table tbody tr:nth-child(2) {
    background-color: var(--bg-dark-grey);
}

#main .theorie-table tbody tr:nth-child(2) {
    background-color: transparent;
}

#main .mbo-table tbody tr.row {
    background-color: transparent;
}

#main .workshop-table thead tr th,
#main .workshop-table tbody tr td,
#main .mbo-table thead tr th,
#main .mbo-table tbody tr th,
#main .mbo-table tbody tr td {
    padding: 0 5px;
    min-width: 60px;
    max-width: 60px;
    word-break: break-word;
}

#main .workshop-table tr th,
#main .workshop-table thead tr th,
#main .mbo-table thead tr th,
#main .mbo-table tbody tr th {
    vertical-align: middle;
    min-width: 60px;
    max-width: 60px;
    word-break: break-word;
    padding: 0 5px 7px 5px;
}

#main .workshop-table th:first-child,
#main .mbo-table th:first-child {
    text-align: left;
    padding-left: 15px;
    min-width: 476px;
    max-width: 476px;
}

#main .workshop-table tbody tr td:first-child,
#main .mbo-table tbody tr td:first-child {
    font-size: 14px;
    font-weight: bold;
    color: var(--blue);
    padding-left: 15px;
    min-width: 476px;
    max-width: 476px;
}

#main .mbo-table tr.theorie th:first-child,
#main .mbo-table tbody tr.theorie td:first-child
{
    min-width: 446px;
    max-width: 446px;
}

#main .theorie-table tbody tr td {
    min-width: 70px;
    max-width: 70px;
    padding: 0;
}

#main .theorie-table thead tr th {
    min-width: 60px;
    max-width: 60px;
    padding: 0 5px 7px 5px;
}

#main .theorie-table tbody tr td:first-child {
    min-width: 349px;
    max-width: 349px;
    padding-right: 5px;
}
#main .theorie-table thead tr th:first-child {
    min-width: 355px;
    max-width: 355px;
}

#main .theorie-table tbody tr td.statusquestions .vk-flex-cell {
    width: 100%;
}
#main .mbo-table tbody tr.row td.statusquestions .vk-flex-cell {
    width: auto;
    height: auto;
}

#main .workshop-table tbody tr td:first-child .vk-flex-cell,
#main .mbo-table tbody tr td:first-child .vk-flex-cell {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: bold;
}

#main .theorie-table tbody tr td:first-child .vk-flex-cell {
    justify-content: flex-start;
}

#main .mbo-table tbody tr.exercise-row th:first-child,
#main .mbo-table tbody tr.exercise-row td:first-child {
    min-width: 376px !important;
    max-width: 376px !important;
}

#main .mbo-table tbody tr.exercise-row th:nth-child(2),
#main .mbo-table tbody tr.exercise-row td:nth-child(2) {
    min-width: 100px;
    max-width: 100px;
}

#main .mbo-table tbody tr.row td {
    font-size: 14px;
    font-weight: bold;
    color: var(--blue);
    text-align: left;
}

#main .mbo-table tbody .vk-flex-cell {
    font-size: 11px;
    font-weight: bold;
    color: var(--blue);
}

#main .mbo-table tbody .views .vk-flex-cell {
    font-size: 14px;
}

#main .themes-overview .mbolink,
#main .reviewstatus .mbolink,
#main .workshop-table .vk-flex-cell .mbolink,
#main .mbo-table .vk-flex-cell .mbolink {
    display: block;
    min-width: 17px;
    width: 17px;
    height: 17px;
    background-image: none;
    background-color: grey;
    border-radius: 9px;
    padding: 0;
    margin: 0;
}

#main .reviewstatus .mbolink,
#main .mbo-table .vk-flex-cell .mbolink.rating {
    margin-left: 5px;
}

#main .reviewstatus .mbolink {
    margin-top: 5px;
}

#main .reviewstatus .modulescore .mbolink {
    display: inline-block;
}

#main .reviewstatus .mbolink.assignment_available,
#main .themes-overview .mbolink.assignment_available,
#main .mbo-table .vk-flex-cell .mbolink.assignment_available,
#main .reviewstatus .mbolink.workprocess_available,
#main .themes-overview .mbolink.workprocess_available,
#main .mbo-table .vk-flex-cell .mbolink.workprocess_available,
#main .reviewstatus .mbolink.bpv_available,
#main .themes-overview .mbolink.bpv_available,
#main .mbo-table .vk-flex-cell .mbolink.bpv_available,
#main .reviewstatus .mbolink.bpv_start,
#main .themes-overview .mbolink.bpv_start,
#main .mbo-table .vk-flex-cell .mbolink.bpv_start {
    background-color: #888888;
}

#main .reviewstatus .mbolink.blocked,
#main .themes-overview .mbolink.blocked,
#main .mbo-table .vk-flex-cell .mbolink.blocked,
#main .reviewstatus .mbolink.bpv_locked,
#main .themes-overview .mbolink.bpv_locked,
#main .mbo-table .vk-flex-cell .mbolink.bpv_locked,
#main .reviewstatus .mbolink.testexam_locked,
#main .themes-overview .mbolink.testexam_locked,
#main .mbo-table .vk-flex-cell .mbolink.testexam_locked {
    background-color: #d0d0d0;
}

#main .reviewstatus .mbolink.intro_read,
#main .themes-overview .mbolink.intro_read,
#main .mbo-table .vk-flex-cell .mbolink.intro_read,
#main .reviewstatus .mbolink.item_correct,
#main .themes-overview .mbolink.item_correct,
#main .mbo-table .vk-flex-cell .mbolink.item_correct,
#main .reviewstatus .mbolink.assignment_done,
#main .themes-overview .mbolink.assignment_done,
#main .mbo-table .vk-flex-cell .mbolink.assignment_done,
#main .reviewstatus .mbolink.workprocess_done,
#main .themes-overview .mbolink.workprocess_done,
#main .mbo-table .vk-flex-cell .mbolink.workprocess_done,
#main .reviewstatus .mbolink.correct,
#main .themes-overview .mbolink.correct,
#main .mbo-table .vk-flex-cell .mbolink.correct,
#main .reviewstatus .mbolink.bpv_correct,
#main .themes-overview .mbolink.bpv_correct,
#main .mbo-table .vk-flex-cell .mbolink.bpv_correct,
#main .reviewstatus .mbolink.testexam_correct,
#main .themes-overview .mbolink.testexam_correct,
#main .mbo-table .vk-flex-cell .mbolink.testexam_correct,
#main .workshop-table .vk-flex-cell .mbolink.green,
#main .workshop-table .vk-flex-cell .mbolink.ok,
#main .workshop-table .vk-flex-cell .mbolink.correct {
    background-color: #5ebe86;
}

#main .reviewstatus .mbolink.assignment_started,
#main .themes-overview .mbolink.assignment_started,
#main .mbo-table .vk-flex-cell .mbolink.assignment_started,
#main .reviewstatus .mbolink.workprocess_started,
#main .themes-overview .mbolink.workprocess_started,
#main .mbo-table .vk-flex-cell .mbolink.workprocess_started,
#main .reviewstatus .mbolink.bpv_started,
#main .themes-overview .mbolink.bpv_started,
#main .mbo-table .vk-flex-cell .mbolink.bpv_started,
#main .reviewstatus .mbolink.item_started,
#main .themes-overview .mbolink.item_started,
#main .mbo-table .vk-flex-cell .mbolink.item_started,
#main .workshop-table .vk-flex-cell .mbolink.orange,
#main .workshop-table .vk-flex-cell .mbolink.started {
    background-color: #ff9500;
}

#main .reviewstatus .mbolink.wrong,
#main .themes-overview .mbolink.wrong,
#main .mbo-table .vk-flex-cell .mbolink.wrong,
#main .mbo-table .vk-flex-cell .mbolink.item_wrong,
#main .reviewstatus .mbolink.bpv_wrong,
#main .reviewstatus .mbolink.item_wrong,
#main .themes-overview .mbolink.bpv_wrong,
#main .themes-overview .mbolink.item_wrong,
#main .mbo-table .vk-flex-cell .mbolink.bpv_wrong,
#main .reviewstatus .mbolink.testexam_wrong,
#main .themes-overview .mbolink.testexam_wrong,
#main .mbo-table .vk-flex-cell .mbolink.testexam_wrong,
#main .workshop-table .vk-flex-cell .mbolink.red,
#main .workshop-table .vk-flex-cell .mbolink.nok,
#main .workshop-table .vk-flex-cell .mbolink.wrong {
    background-color: var(--red);
}

#main .themes-overview .right-column .vk-flex-row .pdflink .link-icon,
#main .workshop-table .vk-flex-cell .pdflink,
#main .mbo-table .vk-flex-cell .pdflink {
    width: 30px;
    height: 30px;
    background-image: url(../images/mbo/svg/btn_pdf.svg);
    border-radius: 15px;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

#main .themes-overview .right-column .vk-flex-row .pdflink .link-icon {
    margin-right: 10px;
    flex-shrink: 0;
}

#main .themes-overview .right-column .vk-flex-row .pdflink:hover .link-icon,
#main .workshop-table .vk-flex-cell .pdflink:hover,
#main .mbo-table .vk-flex-cell .pdflink:hover {
    background-image: url(../images/mbo/svg/btn_pdf_hover.svg);
}

#main .themes-overview .right-column .vk-flex-row .pdflink .link-icon.disabled,
#main .workshop-table .vk-flex-cell .pdflink.disabled,
#main .mbo-table .vk-flex-cell .pdflink.disabled {
    background-image: url(../images/mbo/svg/btn_pdf_disabled.svg);
    cursor: default;
}

#main .themes-overview .right-column .vk-flex-row .pdflink:hover .link-icon.disabled,
#main .workshop-table .vk-flex-cell .pdflink.disabled:hover,
#main .mbo-table .vk-flex-cell .pdflink.disabled:hover {
    background-image: url(../images/mbo/svg/btn_pdf_disabled.svg);
}

#main .themes-overview .right-column .vk-flex-row .pdflink.bpvlink .link-icon,
#main .mbo-table .theorymodule .vk-flex-cell .theorylink,
#main .mbo-table .vk-flex-cell .pdflink.bpvlink {
    width: 95px;
    height: 30px;
    background-image: url(../images/mbo/svg/btn_theorie.svg);
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    cursor: pointer;
}

#main .mbo-table td.theorymodule {
    min-width: 95px;
    max-width: 95px;
}

#main .themes-overview .right-column .vk-flex-row .pdflink.bpvlink:hover .link-icon,
#main .mbo-table .theorymodule .vk-flex-cell .theorylink:hover,
#main .mbo-table .vk-flex-cell .pdflink.bpvlink:hover {
    background-image: url(../images/mbo/svg/btn_theorie_hover.svg);
}

#main .themes-overview .right-column .vk-flex-row .pdflink.bpvlink .link-icon.disabled,
#main .mbo-table .theorymodule .vk-flex-cell .theorylink.disabled,
#main .mbo-table .vk-flex-cell .pdflink.bpvlink.disabled {
    background-image: url(../images/mbo/svg/btn_theorie_disabled.svg);
    cursor: default;
}

#main .themes-overview .right-column .vk-flex-row .pdflink.bpvlink:hover .link-icon.disabled,
#main .mbo-table .theorymodule .vk-flex-cell .theorylink.disabled:hover,
#main .mbo-table .vk-flex-cell .pdflink.bpvlink.disabled:hover {
    background-image: url(../images/mbo/svg/btn_theorie_disabled.svg);
}

#main .mbo-table .theorymodule .vk-flex-cell .theorylink.answers {
    background-image: url(../images/mbo/svg/btn_theorie_answers.svg);
}

#main .mbo-table .theorymodule .vk-flex-cell .theorylink.answers:hover {
    background-image: url(../images/mbo/svg/btn_theorie_answers_hover.svg);
}

#main .mbo-table .theorymodule .vk-flex-cell .theorylink.answers.disabled {
    background-image: url(../images/mbo/svg/btn_theorie_answers_disabled.svg);
}

#main .mbo-table .theorymodule .vk-flex-cell .theorylink.answers.disabled:hover {
    background-image: url(../images/mbo/svg/btn_theorie_answers_disabled.svg);
}

.mbolink.pdf_unread {
    background-image: url(/public/images/mbo/png/PDFLightGray.png);
}

.mbolink.pdf_read {
    background-image: url(/public/images/mbo/png/PDFGray.png);
}

#main .vk-flex-cell span.disabled,
#main .vk-flex-cell .inactive {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: var(--disabled-grey);
}

#main .vk-flex-cell span.uploadstatus {
    background: #aaa;
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-left: 5px;
}

#main .vk-flex-cell span.uploadstatus.correct {
	background: #4c8763;
}

#main .vk-flex-cell span.uploadstatus.wrong {
	background: #a44;
}

#main .mbo-overview .upload-row {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

#main .mbo-overview .upload-row span {
    font-size: 14px;
    color: var(--blue);
}

#main .mbo-table .row.bottom-head td {
    padding-top: 60px;
    padding-bottom: 10px;
}

#main .mbo-table .row td {
    height: 20px;
    padding-bottom: 14px;
}

#main .mbo-table .row td div,
#main .mbo-table .row td a {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: normal;
    color: var(--blue);
    text-decoration: none;
    width: fit-content;
}

.proefexamen-header,
#main .mbo-table .row td a:hover {
    color: var(--orange);
}

.proefexamen-header
{
    margin: 0.5em 0;
}

#main .mbo-table .row td div.disabled {
    color: var(--disabled-grey);
}

#main .mbo-table .row .answerform-icon {
    display: block;
    width: 20px;
    height: 20px;
    margin-left: 6px;
    margin-right: 11px;
    background-image: url(../images/mbo/svg/btn_upload_outline.svg);
    background-position: center;
    background-size: cover;
    margin-right: 10px;
}

#main .mbo-table .row a:hover .answerform-icon {
    background-image: url(../images/mbo/svg/btn_upload_outline_hover.svg);
}

#main .mbo-table .row .powerpoint-icon {
    display: block;
    width: 33px;
    height: 24px;
    margin-right: 4px;
    background-image: url(../images/mbo/svg/btn_klassikaal_powerpoint.svg);
}

#main .mbo-table .row a:hover .powerpoint-icon {
    background-image: url(../images/mbo/svg/btn_klassikaal_powerpoint_hover.svg);
}

#main .mbo-table .row .miniature-icon {
    display: block;
    width: 21px;
    height: 20px;
    margin-left: 6px;
    margin-right: 10px;
    background-image: url(../images/mbo/svg/btn_miniature.svg);
}

#main .mbo-table .row a:hover .miniature-icon {
    background-image: url(../images/mbo/svg/btn_miniature_hover.svg);
}

#main .mbo-table .row .trainer-icon {
    display: block;
    width: 23px;
    height: 24px;
    margin-left: 5px;
    margin-right: 9px;
    background-image: url(../images/mbo/svg/btn_trainer.svg);
    margin-right: 10px;
}

#main .mbo-table .row a .trainer-icon {
    background-image: url(../images/mbo/svg/btn_trainer.svg);
}

#main .mbo-table .row a:hover .trainer-icon {
    background-image: url(../images/mbo/svg/btn_trainer_hover.svg);
}

#main .mbo-table .row div .trainer-icon {
    background-image: url(../images/mbo/svg/btn_trainer_disabled.svg);
}

#main .mbo-table .row div:hover .trainer-icon {
    background-image: url(../images/mbo/svg/btn_trainer_disabled.svg);
}

#main .theorie-table .row div .trainer-icon {
    background-image: url(../images/mbo/svg/btn_trainer.svg);
}

#main .theorie-table .row div:hover .trainer-icon {
    background-image: url(../images/mbo/svg/btn_trainer_hover.svg);
}

#main .theorie-table .row div.disabled .trainer-icon {
    background-image: url(../images/mbo/svg/btn_trainer_disabled.svg);
}

#main .theorie-table .row div.disabled:hover .trainer-icon {
    background-image: url(../images/mbo/svg/btn_trainer_disabled.svg);
}


#main .theorie-table tr {
    background-color: transparent;
}
#main .theorie-table tr.bordered.top {
    background-color: var(--bg-dark-grey);
}

#main .themes-overview {
    display: flex;
}

#main .themes-overview .theme-title {
    font-size: 10px;
    font-weight: bold;
    color: var(--orange);
    margin-top: 0px;
    margin-bottom: 20px;
}

#main .right-column .theme-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#main .themes-overview .left-column {
    width: 115px;
}

#main .themes-overview .theme-status {
    border-right: 1px solid grey;
    max-height: 394px;
    overflow-y: auto;
    overflow-x: hidden;
}

#main .themes-overview .theme-status p {
    width: 50px;
}

#main .themes-overview .theme-status .remark,
#main .themes-overview .theme-test .remark {
    margin-left: 6px;
}

#main .themes-overview .theme-test {
    max-height: 394px;
    overflow-y: auto;
    overflow-x: hidden;
    /*padding-right: 20px;*/
}

#main .themes-overview .right-column .vk-flex-row,
#main .themes-overview .left-column .vk-flex-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 10px;
    color: var(--blue);
    margin-bottom: 8px;
}

#main .themes-overview .left-column .vk-flex-row {
    justify-content: flex-start;
}

#main .themes-overview .right-column {
    flex: auto;
    padding-left: 20px;
}

#main .themes-overview .right-column .vk-flex-row {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: bold;
    color: var(--blue);
    height: 48px;
    width: 100%;
    padding: 0 10px;
}

#main .themes-overview .right-column .theme-test .vk-flex-row {
    width: calc(100% - 20px);
}
#main .themes-overview .right-column .theme-test .bpvhead
{
    height: auto;
    min-height: 48px;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
}

#main .themes-overview .right-column .vk-flex-row.disabled {
    color: var(--disabled-grey);
}

#main .themes-overview .right-column .vk-flex-row:nth-child(odd) {
    background-color: var(--bg-dark-grey);
}

#main .themes-overview .right-column .vk-flex-row .exercise-link {
    display: flex;
    align-items: center;
    color: var(--blue);
    text-decoration: none;
}

#main .themes-overview .right-column .vk-flex-row .exercise-link:nth-child(2),
#main .themes-overview .right-column .vk-flex-row .exercise-link:nth-child(3) {
    margin-left: 20px;
}

#main .themes-overview .right-column .vk-flex-row .mbolink {
    margin-left: auto;
}

.vk-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: var(--dark-grey);
    margin-top: 10px;
    margin-bottom: 20px;
}

.vk-footer a {
    font-size: 12px;
    text-decoration: none;
    color: var(--dark-grey);
}

.vk-footer-logo {
    display: flex;
    align-items: center;
}

.vk-footer-logo p {
    font-size: 11px;
    margin-right: 2px;
}

.vk-logo-icon {
    width: 55px;
    height: 38px;
    background-image: url(../images/mbo/svg/vekabestlogo.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.mbo-container #extracredit {
    top: 0;
    left: 0;
}

.mbo-container #extracredit .overlay {
    background-color: rgba(0,0,0,0.5);
}

.mbo-container #extracredit #content {
    font-family: 'Open Sans', Arial, Helvetica;
    width: 500px;
    padding: 25px;
    box-shadow: 0px 3px 6px #00000029;
}

.mbo-container #remarkcontainer {
    padding: 40px 15px 15px 15px;
    border: none;
    box-shadow: 0px 3px 6px #00000029;
    min-width: 60px;
}

.mbo-container #remarkcontainer .close,
.mbo-container #extracredit #bttn_close {
    top: 15px;
    right: 15px;
    min-width: 19px;
    max-width: 19px;
    min-height: 19px;
    max-height: 19px;
    background-image: url(../images/mbo/svg/btn_close_grey.svg);
    background-size: cover;
    border: none;
    padding: 0;
}

.mbo-container #remarkcontainer .close:hover,
.mbo-container #extracredit #bttn_close:hover {
    background-image: url(../images/mbo/svg/btn_close_orange_hover.svg);
}

.mbo-container #extracredit #content td button {
    width: 100px;
    margin-right: 20px;
}

.mbo-container #extracredit #content #ideallogo {
    bottom: 25px;
    right: 25px;
}

.mbo-overview span.remark {
    width: 15px;
    height: 15px;
    background-image: url(../images/mbo/svg/icn_info.svg);
    margin: 0;
    border: none;
}

#main .mbo-overview .spaced a {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: var(--orange);
}
#main .mbo-overview .spaced button,
#main .mbo-overview .spaced a {
    margin-bottom: 8px;
}

span.btn_shared {
    display: inline-block;
    padding: 7px 12px;
    background-color: var(--orange-transparent);
    border-radius: 6px;
    margin-bottom: 0.2rem;
}

.uploadremark-container {
/*    margin-top: 63px;*/
/*    max-height: 400px;*/
    overflow-y: auto;
}

.remark-block {
    padding: 17px 0;
    border-bottom: 2px solid var(--bg-dark-grey);
}

.remark-block:first-child {
    padding-top: 0;
}

.remark-block:last-child {
    border-bottom: none;
}

.remark-block strong {
    font-size: 10px;
    font-weight: bold;
    color: var(--orange);
    margin-bottom: 3px;
}

.remark-block p {
    font-size: 14px;
    font-weight: normal;
    color: var(--blue);
    margin-bottom: 3px;
}

.remark-block a.directlink {
    float: right;
    margin-left: 0.5rem;
}

#main .mbo-overview #btn_answers,
#main .mbo-overview #saveclose {
    right: 19px;
    top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 130px;
    height: 30px;
    border-radius: 6px;
}

#main .mbo-overview .clusters-subtitle,
#main .mbo-overview .library-title,
#main .toc .pagetitle,
#main .mbo-overview .pagetitle {
    font-weight: bold;
    color: var(--orange);
}

#main .mbo-overview .bpv-title {
    font-weight: bold;
    color: var(--orange);
}

#main .mbo-overview button.librarybutton.main:hover {
    background-color: var(--dark-orange);
}

#main .mbo-overview .themes .cluster,
#main .mbo-overview .clusters,
#main .mbo-overview .learninggoals,
#main .mbo-overview .learninggoal,
#main .mbo-overview .learninggoalcontainer,
#main .mbo-overview .learninggoalcontainer a,
#main .mbo-overview .learninggoalupload
{
    color: var(--blue);
}

#main .mbo-overview .scroll-container {
    min-height: 405px;
    max-height: calc(100% - 50px);
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 36px 0 0;
    margin-top: 50px;
}

#main .mbo-overview .scroll-container.no-scroll {
    overflow-y: hidden;
}

#main .mbo-overview.bpv-content .scroll-container {
    max-width: 827px;
    padding: 0;
}

#main .mbo-overview.bpv-content .scroll-container form.upload {
    display: flex;
}

#main .mbo-overview.bpv-content .scroll-container .inputview,
#main .mbo-overview.bpv-content .scroll-container input,
#main .mbo-overview.bpv-content .scroll-container textarea {
    border: none;
    border: 1px solid var(--border-grey);
    border-radius: 3px;
}

#main .mbo-overview.bpv-content .scroll-container .inputview,
#main .mbo-overview.bpv-content .scroll-container textarea {
    max-width: 99%;
}

#main .mbo-overview.bpv-content .scroll-container .assignmenttitle
{
    font-size: 14px;
    font-weight: bold;
    color: var(--blue);
}

#main .mbo-overview .bpvmodule {
    display: flex;
    align-items: center;
    padding-left: 10px;
}

#main .mbo-overview .bpvmodule .reviewstatus.bpvsuball {
    display: flex;
    align-items: center;
}

#main .mbo-overview .bpvmodule .reviewstatus {
    position: relative;
    top: unset;
    left: unset;
    margin-right: 10px;
}

#main .mbo-overview .bpvmodule .reviewstatus span {
    margin: 0;
}

#main .mbo-overview .page-title {
    font-size: 14px;
    font-weight: bold;
    color: var(--orange);
}

#popuptext.vk-popup .popup-icon {
    width: 54px;
    height: 44px;
    background: url(../images/warning.png);
}


/* SCROLLBAR desktop*/
@media only screen and (min-device-width : 1024px) {
    .mbo-overview ::-webkit-scrollbar {
        width: 12px;
    }

    .mbo-overview ::-webkit-scrollbar-track {
        /*background: #DEDEDE65;*/
        border-radius: 5px;
    }

    .mbo-overview ::-webkit-scrollbar-thumb {
        background: #d0d0d0;
        border-radius: 5px;
    }
}


#examtrainingnavbar
{
    width: 100%;
    background: #333333;
    height: 30px
}

/* hulpdiensten */
:root {
    --white: #ffffff;
    --off_white: #F7F7F7;
    --ambulance_blauw: #0C5DAC;
    --btn_ambulance: #71955C;
    --brandweer_rood: #AD0011;
    --btn_brandweer: #D1581C;
    --btn_ambulance_light: #bdc133;
    --btn_brandweer_light: #e59c12;
    --btn_ambulance_dark: #0f4477;
    --btn_brandweer_dark: #ad0011;
    --huisartsenpostchauffeur_blauw: #005DAC;
    --huisartsenpostchauffeur_blauwgroen: #216065
}

@font-face {
    font-family: Arial_Rounded_Bold;
    src: url(/public/css/arialroundedbold.ttf);
}

body.ambulance #examtrainingnavbar
{
    background-image: linear-gradient(to left, #FFE309, #005DAC);
}
body.brandweer #examtrainingnavbar
{
    background-image: linear-gradient(to left, #FFE200, #AD0011);
}
body.huisartsenpostchauffeur #examtrainingnavbar
{
    background-image: linear-gradient(to left, #50E0E9, #0D55A8);
}

body.hulpdiensten #examtraining
{
    background-repeat: no-repeat;
    background-position: 90% center;
}

body.ambulance #examtraining
{
    background-image: url(/public/images/hulpdiensten/bg_ambulance.svg), linear-gradient(to bottom, #004177, #002543);
}
body.brandweer #examtraining
{
    background-image: url(/public/images/hulpdiensten/bg_brandweer.svg), linear-gradient(to bottom, #86000D, #580008);
}
body.huisartsenpostchauffeur #examtraining
{
    background-image: url(/public/images/hulpdiensten/bg_huisartsenpostchauffeur.svg), linear-gradient(to bottom, #2B7A80, #113133);
}

body.hulpdiensten #examtraining article
{
    background: transparent;
}
body.hulpdiensten #closebutton
{
    background-color: transparent;
}

body.hulpdiensten #l1,
body.hulpdiensten .coachleft
{
    display: none;
}

body.hulpdiensten #categorytitle
{
    position: absolute;
    top: 180px;
    left: 126px;
    color: #fff;
    font-size: 24px;
    font-family: Arial_Rounded_Bold, sans-serif;
}

body.hulpdiensten #mainlink
{
    max-width: initial;
    left: 0px;
    padding-left: 126px;
    border-top: 1px solid #fff;
    text-transform: uppercase;
    padding-top: 1rem;
    font-family: Arial_Rounded_Bold, sans-serif;
}
body.hulpdiensten #mainlink:hover
{
    text-decoration: none;
}
body.hulpdiensten #mainlink span.underline
{
    text-indent: -9999px;
    display: inline-block;
    width: 144px;
    height: 31px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: top left;
}
body.ambulance #mainlink span.underline
{
    background-image: url(/public/images/hulpdiensten/btn_start_test_ambulance.svg);
}
body.brandweer #mainlink span.underline
{
    background-image: url(/public/images/hulpdiensten/btn_start_test_brandweer.svg);
}
body.huisartsenpostchauffeur #mainlink span.underline
{
    background-image: url(/public/images/hulpdiensten/btn_start_test_ambulance.svg);
}
body.ambulance #mainlink:hover span.underline
{
    background-image: url(/public/images/hulpdiensten/btn_start_test_ambulance_hl.svg);
}
body.brandweer #mainlink:hover span.underline
{
    background-image: url(/public/images/hulpdiensten/btn_start_test_brandweer_hl.svg);
}
body.huisartsenpostchauffeur #mainlink:hover span.underline
{
    background-image: url(/public/images/hulpdiensten/btn_start_test_ambulance_hl.svg);
}

body.hulpdiensten #mainlink span.bigtext
{
    font-size: 86px;
}

body.hulpdiensten #mainlink.message
{
    font-size: 40px;
    text-transform: initial;
}

body.hulpdiensten #mainlink.message .smaller
{
    font-size: 75%;
    line-height: 1.5;
}

#mainlink.message .closelink
{
    text-decoration: underline;
    cursor: pointer;
}


body.ambulance #maincontainer,
body.ambulance #examtraining
{
    background-color: var(--ambulance_blauw);
}

body.brandweer #maincontainer,
body.brandweer #examtraining
{
    background-color: var(--brandweer_rood);
}

body.huisartsenpostchauffeur #maincontainer,
body.huisartsenpostchauffeur #examtraining
{
    background-color: var(--huisartsenpostchauffeur_blauwgroen);
}

body.ambulance #closebutton
{
    background-image: url(/public/images/hulpdiensten/btn_stoppen_ambulance.svg);
}
body.ambulance #closebutton:hover
{
    background-image: url(/public/images/hulpdiensten/btn_stoppen_ambulance_hl.svg);
}

body.brandweer #closebutton
{
    background-image: url(/public/images/hulpdiensten/btn_stoppen_brandweer.svg);
}
body.brandweer #closebutton:hover
{
    background-image: url(/public/images/hulpdiensten/btn_stoppen_brandweer_hl.svg);
}

body.huisartsenpostchauffeur #closebutton
{
    background-image: url(/public/images/hulpdiensten/btn_stoppen_ambulance.svg);
}
body.huisartsenpostchauffeur #closebutton:hover
{
    background-image: url(/public/images/hulpdiensten/btn_stoppen_ambulance_hl.svg);
}

.categorytitle
{
    position: absolute;
    top: 30px;
    left: 0;
    width: 500px;
    color: white;
    font-size: 20px;
    padding: 5px 0 0 10px;
}

.navigationbar
{
    width: 100%;
    height: 26px;
}

/* online theorieles B */
body.level #mainlink
{
    background: rgba(0,0,0,0.4);
    padding: 0.25rem 1rem;
    border-radius: 0.5rem;
}
body.level #mainlink span
{
    display: none;
}
body.level #examtrainingnavbar,
body.level .navigationbar
{
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 6px 3px;
    background-size: calc(100% - 12px) 24px;
}
body.level .navigationbar
{
    height: 30px;
}
body.level #closebutton
{
    width: 40px;
    height: 30px;
    top: 0;
    right: 0;
    background-image: url(/onlinetheorieles/assets/btn-sidebar-popup-close.svg);
    background-image: url(/onlinetheorieles/assets/btn_question_results_close.svg);
    background-repeat: no-repeat;
    background-position: center center;
}
body.level #closebutton:hover
{
    background-image: url(/onlinetheorieles/assets/btn_question_results_close_hover.svg);
}

body.level1 #examtrainingnavbar,
body.level1 #closebutton,
body.level1 .navigationbar
{
    background-color: #316999;
}
body.level1 #examtrainingnavbar,
body.level1 .navigationbar
{
    background-image: url(/onlinetheorieles/assets/bar_top_level1.png);
}

body.level2 #examtrainingnavbar,
body.level2 #closebutton,
body.level2 .navigationbar
{
    background-color: #116432;
}
body.level2 #examtrainingnavbar,
body.level2 .navigationbar
{
    background-image: url(/onlinetheorieles/assets/bar_top_level2.png);
}

body.level3 #examtrainingnavbar,
body.level3 #closebutton,
body.level3 .navigationbar
{
    background-color: #5D1E5D;
}
body.level3 #examtrainingnavbar,
body.level3 .navigationbar
{
    background-image: url(/onlinetheorieles/assets/bar_top_level3.png);
}

body.level1 #examtraining, body.level1 #examtraining article
{
    background-color: #408DCD;
}
body.level2 #examtraining, body.level2 #examtraining article
{
    background-color: #1BA151;
}
body.level3 #examtraining, body.level3 #examtraining article
{
    background-color: #983398;
}
body.level1 #speedlogo,
body.level2 #speedlogo,
body.level3 #speedlogo
{
    display: none;
}

body.level1 .coachleft,
body.level2 .coachleft,
body.level3 .coachleft
{
    background-color: rgba(0, 0, 0, 0.4);
    background-image: none;
}

body.level #produced-by
{
    display: none;
}

body.level #maincontainer
{
    background-image: none;
}

body.level #container #examcategory,
body.level #containernormal #examcategory
{
    top: 4px;
}


/* 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
    {
        background-size: 50%;
    }

    #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;
    }

    body.level a#mainlink
    {
        top: 200px;
        left: 10px;
    }
    #l1
    {
        max-width: 70%;
    }
}

@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%;
    }
}