@charset "UTF-8";

#menu, #speechtext, #controlbar {
    font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
}

.container-breadcrumbs {
    position: absolute;
    margin-left: 22rem;
    margin-top: -1.6rem;
    color: #fff;
}

.container-breadcrumbs > a.breadcrumb,
.container-breadcrumbs > a.breadcrumb:hover,
.container-breadcrumbs > a.breadcrumb:visited {
    color: #fff;
}


.container-links {
    position: absolute;
    top: 5.2rem;
    right: 0rem;
}
#container_links .links {
	margin-right: 5rem;
    color: #fff;
}
#progressBar div 
{ background-color: #e2001a; } 

#progressBarOverall div 
{ background-color: #e2001a; } 

.ui-slider-handle,
.ui-slider-range {
    background: #e2001a;
}

#test_navigation > button, 
#test_controlbar > button, 
#test_prescreen > button, 
#test_moduleselection > button, 
#test_overview > button, 
#test_overview_result > button, 
#test_commit_buttons > button, 
#test_abort_buttons > button, 
#test_result > button, 
#dialog-message-buttons > button, 
#test_solution > button {
    border: 0;
    border-radius: 0;
    background: #072f57;
    color: #fff;
}

#test_navigation > button:hover, 
#test_controlbar > button:hover, 
#test_prescreen > button:hover, 
#test_moduleselection > button:hover, 
#test_overview > button:hover, 
#test_overview_result > button:hover, 
#test_commit_buttons > button:hover, 
#test_abort_buttons > button:hover, 
#test_result > button:hover, 
#dialog-message-buttons > button:hover, 
#test_solution > button:hover {
    border: 0;
    border-radius: 0;
    background: #bfd3ec;
    color: #fff;
}

#test_navigation > button:active, 
#test_controlbar > button:active, 
#test_prescreen > button:active, 
#test_moduleselection > button:active, 
#test_overview > button:active, 
#test_overview_result > button:active, 
#test_commit_buttons > button:active, 
#test_abort_buttons > button:active, 
#test_result > button:active, 
#dialog-message-buttons > button:active, 
#test_solution > button:active {
    border: 0;
    border-radius: 0;
    background: #082541;
    color: #fff;
}

#test_topic {
    display: none;
}

#test_info,
#test_topic,
#test_prompt,
#test_top_spacer,
#test_text {
    background: #072f57;   
    color: #fff;
}

#test_exercise {
    background: #fff;
}

#test_controlbar {
    background-color: #82a1c3;
    border-radius: 0;
}


