/***************** Menu items ***********/
#menuet_container {
    background-color: #3a0056;
}
#menuet_chapter_title{
    color:#3a0056;
}
#menuet_container_main{
    background-color:#f1efee;
}

/***************** Progress Bar ***********/
#menuet_progress_bar_progress{
	background:#d24723;
}
#menuet_progress {
    border: solid 2px #3a0056;
}
#menuet_progress_bar_text {
    color: #3a0056;
}
/*******************************************/

#menuet_container_questionandcommandblock {
    background: #3a0056;
}
#menuet_questionblock{
    border-right:2px solid #3a0056;
}
#menuet_chapter_title  {
    color:#3a0056;
}
#menuet_commandblock{
    border-right:2px solid #3a0056;
}
#menuet_command_back {
    color: #3a0056;
    border-color: #3a0056;
    background-image: url('/images/gorinchem/back.svg');
    background-repeat: no-repeat;
    background-position: 5%;
}
#menuet_command_back:hover, #menuet_command_back:focus {
    background-color: #3a0056;
    background-image: url('/images/gorinchem/back_focus.svg');
    background-repeat: no-repeat;
    background-position: 5%;
}
#menuet_command_next, #menuet_command_ok {
    background-color: #3a0056;
    background-image: url('/images/gorinchem/next.svg');
    background-repeat: no-repeat;
    background-position: 95%;
}
#menuet_command_next:hover, #menuet_command_next:focus, 
#menuet_command_ok:hover, #menuet_command_ok:focus {
    border: 2px solid #3a0056;
    color: #3a0056;
    background-image:url('/images/gorinchem/next_focus.svg');
    background-repeat: no-repeat;
    background-position: 95%;
}
/*******************************************/
.menuet_answerlistchapters a {
    background: #ffffff;
    background-image: url('/images/gorinchem/chapter.svg');
    background-repeat: no-repeat;
    background-position: 0%;
    color: #3a0056;
}
.menuet_chapter_selected {
    background: #3a0056 !important;
    font-weight: bold;
    color: #fff !important;
    background-image: url('/images/currentchapter.svg') !important;
    background-repeat: no-repeat !important;
    background-size: 26px 26px !important;
}
.menuet_answerlistchapters a:hover, .menuet_answerlistchapters a:focus {
    background: #d24723;
    color: white;
    font-weight: bold;
    background-image: url(/images/chapter-focused.svg);
    background-repeat: no-repeat !important;
    background-size: 26px 26px !important;
}
.menuet_answerlistitems a:hover, .menuet_answerlistitems a:focus {
    background: white;
    color: #d24723;
    font-weight: bold;
    text-decoration: none;
}
/***************** Help ***********/
.menuet_help {
    background-color: #FFECC7;
    border: 1px solid #d24723;
}
/***************** Info ***********/
.menuet_info {
    background: #f1efee;
    border: 1px solid #3a0056;
}
.menuet_input .menuet_info {
    background: #FFECC7;
    border: 1px solid #d24723;
}