@charset "UTF-8";

body {
    margin: 0;
    font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
}

/* .ui-widget {
    /* font-family: Verdana, Arial, sans-serif;
    /* font-size: 1.1em;
} */

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
    padding: .25rem;
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%;
}

.ui-widget-header {
    border: 1px solid #aaaaaa;
    background: #cccccc;
    /* color: #222222; */
    /* font-weight: bold; */
    /* padding: .5rem; */
}

/* p {
margin: 0;
} */

.easy-modal,
#dialog-message {
    width: 600px;
    padding: 2em;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
    background-color: white;
}

a.links {
    color: #353535;
    text-decoration: none;
    font-weight: bold;
}

.container-links {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    /* color: #353535; */
    /* text-decoration: none; */
}

#impressum  {
    display: none;
}

img.list-item {
    padding-left: 27rem;
    display: inline-flex;
    float: left;
    /* top: 3rem; */
    height: 3rem;
    margin-top: 1.5rem;
}

.container-menu div,
.container-menu div a {
    color: #353535;
    font-size: 1.25rem;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 2rem;
}

canvas {
    background-color: #FFFFFF;
    /* box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5); */
    /* display: none; */
}

button {
    font-size: 1rem;
}

button:focus {
    outline: none;
}

ul {
    list-style: none;
    margin: 0rem 0rem 0rem 0rem;
    padding: 0;
    /* border-top: 0.25rem dashed #000000; */
    /* border-bottom: 0.25rem dashed #000000; */
    display: inline-block;
    float: left;
    padding-bottom: 1500px;
    margin-bottom: -1500px;
}

ul>li {
    font-weight: bold;
    /* height: 5rem; */
}

ul>li a {
    background-repeat: no-repeat;
    background-size: inherit;
    padding-left: 4rem;
    /* height: 1.5rem; */
    line-height: 4rem;
    height: 4rem;
    /* vertical-align: middle; */
    display: block;
    text-decoration: none;
    color: #353535;
    font-size: 1.25rem;
}

li {
    /* height: 5rem; */
}

ul>li a.menu {
    background-image: url(../theme/img/btn_submenu.png);
    /* height: 2rem; */
    background-size: contain;
}

ul>li a.menu:hover {
    background-image: url(../theme/img/btn_submenu_over.png);
    /* height: 2rem; */
    /* line-height: 2rem; */
}

ul>li a.menu.disabled {
    background-image: url(../theme/img/btn_submenu_down.png);
    /* height: 2rem; */
    background-size: contain;
    color: #999;
}

ul>li a.menu.disabled:hover {
    background-image: url(../theme/img/btn_submenu_down.png);
    /* height: 2rem; */
    /* line-height: 2rem; */
}

ul>li a.menu.complete {
    background-image: url(../theme/img/btn_submenu_complete.png);
    /* height: 2rem; */
    background-size: contain;
}

ul>li a.menu.complete:hover {
    background-image: url(../theme/img/btn_submenu_over.png);
    background-size: contain;
    /* height: 2rem; */
    /* line-height: 2rem; */
}

ul>li a.module.disabled,
ul>li a.module.disabled:hover
{
    background-image: url(../theme/img/btn_menuitem_disabled.png);
    /* height: 2rem; */
    background-size: contain;
    color: #999;
}


ul>li a.external.disabled,
ul>li a.external.disabled:hover
{
    background-image: url(../theme/img/btn_menuitem_external_disabled.png);
        /* height: 2rem; */
        background-size: contain;
        color: #999;
}

ul>li a.test.disabled,
ul>li a.test.disabled:hover
{
    background-image:   url(../theme/img/btn_menuitem_test_disabled.png);
        /* height: 2rem; */
        background-size: contain;
        color: #999;
}

ul>li a.module.complete {
    background-image: url(../theme/img/btn_menuitem_complete.png);
}

ul>li a.external.complete {
    background-image: url(../theme/img/btn_menuitem_external_complete.png);
}

ul>li a.test.complete {
    background-image: url(../theme/img/btn_menuitem_test_complete.png);
}

ul>li a.module,
ul>li a {
    background-image: url(../theme/img/btn_menuitem.png);
    background-size: contain;
}

ul>li a.external{
    background-image: url(../theme/img/btn_menuitem_external.png);
    background-size: contain;
}

ul>li a.test {
    background-image: url(../theme/img/btn_menuitem_test.png);
    background-size: contain;
}

ul>li a.module.complete:hover {
    background-image: url(../theme/img/btn_menuitem_over.png);
}

ul>li a.external.complete:hover {
    background-image: url(../theme/img/btn_menuitem_external_over.png);
}

ul>li a.test.complete:hover {
    background-image: url(../theme/img/btn_menuitem_test_over.png);
}

ul>li a.module:hover,
ul>li a:hover {
    background-image: url(../theme/img/btn_menuitem_over.png);
}

ul>li a.external:hover {
    background-image: url(../theme/img/btn_menuitem_external_over.png);
}

ul>li a.test:hover {
    background-image: url(../theme/img/btn_menuitem_test_over.png);
}

li>ul>li {
    font-weight: normal;
    border-bottom: 0.125rem dashed #c0bdb8;
    padding-top: 0.5rem;
    padding-right: 1rem;
    padding-left: 1rem;
}

li>ul>li:hover {}

li>ul>li:first-child {
    border-top: 1px dashed #c0bdb8;
}

.container-main {
    margin: auto;
    float: left;
    position: relative;
    width: 120rem;
    height: 67.5rem;
    background: url(../theme/img/bg_menu.png);
    background-repeat: repeat;
    background-size: auto auto;
    background-size: 100%;    
}

.container-main.hidden {
    background: url("../theme/img/bg_test.png");
}

.container-menu {
    overflow: hidden;
    height: auto;
    display: inline-block;
    margin-left: 30rem;
    margin-top: 3rem;
    background: none;
}

.container-overlay {
    position: absolute;
    top: 0rem;
    background-color: rgba(99, 97, 97, 0.5);
    width: 100%;
    height: 100%;
    z-index: 99;
}

.container-speechtext {
    position: absolute;
    top: 7.5rem;
    right: 0px;
    width: 24.375rem;
    height: 56.000rem;
    margin-right: 0.625rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    font-size: 1rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    background-image: url("../theme/img/bg_speechtext.png");
    background-repeat: no-repeat;
    background-size: 100%;
}

.container-speechtext p {
    margin: 1rem;
}

.container-header {
    height: 6.563rem;
    width: 120rem;
}

.container-controlbar {
    height: 4.063rem;
    width: 120rem;
    /* margin-top: -0.250rem; */
    background-image: url("../theme/img/bg_controlbar.png");
    clear: both;
}

.container-breadcrumbs {
    position: absolute;
    color: #777777;
    margin-left: 8rem;
    margin-top: -1.75rem;
}

.container-breadcrumbs a {
    text-decoration: none;
    color: #777777;
}

.container-loading {
    position: absolute;
    z-index: 200;
    left: 50%;
    top: 50%;
    /* height: 5rem; */
    background-color: lightgray;
    width: 20rem;
    /* background: rgba(211, 211, 211, 1) url('../theme/img/ajax-loader.gif') 50% 80% no-repeat; */
    padding: 0.5rem;
    box-shadow: 0.25rem 0.25rem rgba(0, 0, 0, 0.5);
    text-align: center;
    vertical-align: bottom;
    background-size: 2.5rem;
}

.loading-animation {
    height: 3rem;
    /* width: 100%; */
    background: url('../theme/img/ajax-loader.gif') 50% 50% no-repeat;
}

.progress-label {
    text-align: center;
}

.container-debugger,
.container-developer {
    position: absolute;
    left: 70rem;
    top: .5rem;
    background: #FEBA41;
    border: .063rem solid;
    padding: .375rem;
    width: 30rem;
    display: none;
}

.container-developer {
    left: 15rem;
    width: 50rem;
    background: red;
}

.img-header {
    height: 6.563rem;
    width: 120rem;
}

.btn-play-big {
    position: absolute;
    top: 55rem;
    left: 107rem;
    display: none;
    margin-left: -4rem;
    margin-top: -4rem;
}

.btn-play-big {
    background: url("../theme/img/btn_play_big.png");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 8rem;
    height: 8rem;
    border: none;
    border-radius: 1rem;
}

.btn-play-big:hover {
    background: url("../theme/img/btn_play_big_over.png");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 9rem;
    height: 9rem;
    border: none;
    border-radius: 1rem;
    margin-left: -4.5rem;
    margin-top: -4.5rem;
}

.btn-controlbar {
    width: 3.750rem;
    height: 3.750rem;
    margin-top: 0.188rem;
    border: none;
    float: left;
}

.btn-controlbar:hover {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 0.75rem;
}

.btn-controlbar:active {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 0.75rem;
}

.btn-controlbar.muted:hover {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 0.5rem;
}

.btn-controlbar.muted:active {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 0.5rem;
}

.btn-menu {
    background: url("../theme/img/btn_menu.png") no-repeat;
    background-size: 100%;
    margin-left: 1rem;
}

.btn-page-back {
    background: url("../theme/img/btn_page_back.png") no-repeat;
    background-size: 100%;
    margin-left: 5.375rem;
}

.btn-page-back.disabled {
    background: url("../theme/img/btn_page_back_disabled.png") no-repeat;
}

.btn-speech-back {
    background: url("../theme/img/btn_speech_back.png") no-repeat;
    background-size: 100%;
}

.btn-speech-back.disabled {
    background: url("../theme/img/btn_speech_back_disabled.png") no-repeat;
}

.btn-play {
    background: url("../theme/img/btn_play.png") no-repeat;
    background-size: 100%;
    display: none;
}

.btn-play.disabled {
    background: url("../theme/img/btn_play_disabled.png") no-repeat;
}

.btn-pause {
    background: url("../theme/img/btn_pause.png") no-repeat;
    background-size: 100%;
}

.btn-pause.disabled {
    background: url("../theme/img/btn_pause_disabled.png") no-repeat;
}

.btn-speech-forward {
    background: url("../theme/img/btn_speech_forward.png") no-repeat;
    background-size: 100%;
}

.btn-speech-forward.disabled {
    background: url("../theme/img/btn_speech_forward_disabled.png") no-repeat;
}

.btn-page-forward {
    background: url("../theme/img/btn_page_forward.png") no-repeat;
    background-size: 100%;
}

.btn-page-forward.disabled {
    background: url("../theme/img/btn_page_forward_disabled.png") no-repeat;
}

.slider {
    width: 60.563rem;
    height: 3.250rem;
    float: left;
    margin-left: 2.375rem;
    background: url("../theme/img/bg_slider.png");
    background-position-y: 1.25rem;
    background-repeat: no-repeat;
    background-color: white;
    margin-top: 0.75rem;
    box-shadow: inset 0rem 0.125rem 0.25rem rgba(0, 0, 0, 0.6);
    background-size: contain;
}

#slider_range,
#volume {
    border: none;
    background: none;
}

.slider-range {
    width: 60rem;
    border: none;
    background: none;
}

.slider-text {
    margin-top: 2rem;
}

.txt-slider-position {
    color: #ffffff;
    font-weight: bold;
    margin-left: 54rem;
}

.txt-slider-length,
.txt-slider-divider {
    color: #989696;
    font-weight: bold;
}

.ui-slider {
    height: 1.25rem;
    position: absolute;
    z-index: 2;
}

.ui-slider-range {
    height: 0.75rem;
    background: #b30000;
    margin-top: 0.25rem;
    border: none;
}

.ui-slider-handle {
    background: #b30000;
    height: 1rem;
    width: 1rem;
    border-radius: 50%;
    border: 0.5rem solid rgba(255, 255, 255, 1);
    box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0, 0, 0, 0.7);
    float: left;
    margin-top: -1.375rem;
    margin-left: -0.75rem;
    position: absolute;
    z-index: 20;
    outline: none;
}

.slider-pagemarker {
    position: absolute;
    z-index: 10;
    float: left;
    margin-top: -0.125rem;
    width: 0.188rem;
    height: 1.563rem;
}

.btn-muted {
    background: url("../theme/img/btn_muted.png") no-repeat;
    background-size: 100%;
    margin-left: 2rem;
    display: none;
    width: 2.3750rem;
    height: 2.3750rem;
}

.btn-mute {
    background: url("../theme/img/btn_mute.png") no-repeat;
    background-size: 100%;
    margin-left: 2rem;
    width: 2.3750rem;
    height: 2.3750rem;
}

.btn-mute.disabled {
    background: url("../theme/img/btn_mute_disabled.png") no-repeat;
}

.volume {
    width: 6rem;
    height: 1.25rem;
    float: left;
    margin-left: 0.5rem;
    background-color: white;
    margin-top: 0.75rem;
    box-shadow: inset 0rem 0.125rem 0.25rem rgba(0, 0, 0, 0.6);
}

.slider-volume {
    width: 5.88rem;
}

.volume .ui-slider-handle {
    background: #000000;
    height: 1.25rem;
    width: 0.313rem;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    float: left;
    margin-top: -1rem;
    margin-left: 0rem;
    position: absolute;
    z-index: 20;
}

.btn-stepmode {
    /*background: url("../theme/img/btn_stepmode.png") no-repeat;
        background-size: 100%;
        float: right;
        display: none;*/
}

.btn-speechtext {
    background: url("../theme/img/btn_speechtext.png") no-repeat;
    background-size: 100%;
    float: right;
}

.btn-speechtext-disable {
    background: url("../theme/img/btn_speechtext_off.png") no-repeat;
    background-size: 100%;
    float: right;
    display: none;
}

.btn-speechtext.disabled {
    background: url("../theme/img/btn_speechtext_disabled.png") no-repeat;
}

.btn-fullscreen {
    background: url("../theme/img/btn_fullscreen.png") no-repeat;
    background-size: 100%;
    margin-right: 1rem;
    float: right;
}

.btn-fullscreen-disable {
    background: url("../theme/img/btn_fullscreen_off.png") no-repeat;
    background-size: 100%;
    margin-right: 1rem;
    float: right;
    display: none;
}

.btn-fullscreen.disabled {
    background: url("../theme/img/btn_fullscreen_disabled.png") no-repeat;
    background-size: 100%;
    margin-right: 1rem;
    float: right;
}

.container-allgemein {
    background-color: rgb(221, 223, 226);
    width: 34rem;
    float: left;
    border-left: 0.475rem solid #ffffff;
    border-top: 0.5rem solid #ffffff;
    border-right: 0.025rem solid #ffffff;
}

.container-menu-specific {
    background-color: rgb(221, 223, 226);
    width: 85rem;
    float: right;
    border-right: 0.475rem solid #ffffff;
    border-top: 0.5rem solid #ffffff;
    border-left: 0.025rem solid #ffffff;
}

h1 {
    color: #ffffff;
    font-weight: bold;
    display: inline-block;
    margin-left: 1rem;
}

#dialog-message div h1 {
    color: #333;
    font-size: 1.5rem;
    margin: .5rem;
}

h2 {
    /* display: inline-block; */
    /* width: 1rem; */
    /* background: #cccccc; */
}

.menu-select {
    width: 16.9rem;
    height: 3.5rem;
    display: inline-flex;
    text-decoration: none;
    color: #353535;
    vertical-align: bottom;
    font-weight: bold;
}

.menu-spacer {
    width: 0.063rem;
    height: 3.5rem;
    vertical-align: bottom;
}

.menu-strafverfahren {
    background-image: url("../theme/img/bg_strafverfahren.png");
    background-size: cover;
    background-position: bottom;
    background-repeat: repeat-x;
}

.menu-strafverfahren:hover,
.menu-strafverfahren.active {
    background-image: url("../theme/img/bg_strafverfahren_over.png");
}

.menu-schule {
    background-image: url("../theme/img/bg_schulen.png");
    background-size: cover;
    background-position: bottom;
    background-repeat: repeat-x;
    width: 17rem;
}

.menu-schule:hover,
.menu-schule.active {
    background-image: url("../theme/img/bg_schulen_over.png");
}

.menu-opfer {
    background-image: url("../theme/img/bg_opfer.png");
    background-size: cover;
    background-position: bottom;
    background-repeat: repeat-x;
}

.menu-opfer:hover,
.menu-opfer.active {
    background-image: url("../theme/img/bg_opfer_over.png");
}

.menu-zeuge {
    background-image: url("../theme/img/bg_zeuge.png");
    background-size: cover;
    background-position: bottom;
    background-repeat: repeat-x;
}

.menu-zeuge:hover,
.menu-zeuge.active {
    background-image: url("../theme/img/bg_zeuge_over.png");
}

.menu-beschuldigter {
    background-image: url("../theme/img/bg_beschuldigter.png");
    background-size: cover;
    background-position: bottom;
    background-repeat: repeat-x;
}

.menu-beschuldigter:hover,
.menu-beschuldigter.active {
    background-image: url("../theme/img/bg_beschuldigter_over.png");
}

.menu-schoeffe {
    background-image: url("../theme/img/bg_geschworener.png");
    background-size: cover;
    background-position: bottom;
    background-repeat: repeat-x;
}

.menu-schoeffe:hover,
.menu-schoeffe.active {
    background-image: url("../theme/img/bg_geschworener_over.png");
}

.menu-verurteilter {
    background-image: url("../theme/img/bg_verurteilter.png");
    background-size: cover;
    background-position: bottom;
    background-repeat: repeat-x;
    width: 17rem;
}

.menu-verurteilter:hover,
.menu-verurteilter.active {
    background-image: url("../theme/img/bg_verurteilter_over.png");
}

.menu-text {
    margin: auto;
}

.menu-parent {
    /* position: absolute; */
    /* height: 100%; */
    /* float: left; */
    /* left: 1rem; */
    float: left;
    padding-bottom: 1500px;
    margin-bottom: -1500px;
    /* display: inline-block; */
    /* height: 100%; */
    background: gray;
}

a.topmenu.hide-text:before {
    content: "<";
    width: 1.5rem;
    /* background: aliceblue; */
    height: 1.5rem;
    display: inline-block;
    vertical-align: center;
    /* margin: auto; */
    /* padding-top: 100%; */
    color: #353535;
    padding: .5rem;
    /* padding-bottom: 1500px; */
    /* margin-bottom: -1500px; */
    /* margin-top: 100%; */
    text-decoration: none;
}

.topmenu {
    width: 1.5rem;
    background: #BFBFBF;
    /* background-size: contain; */
    margin-right: 1rem;
    margin-left: 1rem;
    /* vertical-align: top; */
    /* margin-top: 0.5rem; */
    padding-bottom: 1500rem;
    margin-bottom: -1500rem;
    /* overflow: hidden; */
    float: left;
    /* border-bottom: 0.25rem dashed #000000; */
    /* z-index: 1; */
    /* position: relative; */
    text-decoration: none;
}

.hide-text {
    /* text-indent: 100%; */
    overflow: hidden;
    white-space: nowrap;
}

.img-background {
    height: 51rem;
    position: absolute;
}

.container-content {
    position: absolute;
    top: 16rem;
}

h3 {
    padding-left: 30rem;
    padding-top: 5rem;
    color: rgb(196, 26, 63);
    font-size: 2rem;
    font-weight: bold;
}

#test_prescreen h3,
#test_moduleselection h3,
#test_overview h3,
#test_overview_result h3,
#test_result h3 {
    /* text-align: left; */
    padding-left: 0rem;
    padding-top: 0rem;
    color: #b30000;
    font-size: 2.375rem;
}

.arrow {
    list-style-image: none;
    padding-left: 30rem;
    font-size: 1.5rem;
    list-style-type: none;
    margin-top: 3rem;
    padding-right: 20rem;
}

.container-images {
    padding-left: 30rem;
    margin-top: 3rem;
    margin-bottom: 2rem;
}

img.content {
    height: 12rem;
    margin-right: 3rem;
    border: 0.125rem solid #353535;
}

#dialog-message .content {
    margin: .5rem;
}

.menu_link {
    font-size: 1.25rem;
}

#test {
    /* position: absolute; */
    display: none;
    width: 120rem;
    height: 56.875rem;
    /* background: #fff; */
    /* background: url(../theme/img/bg_test.png); */
    /* background-repeat: repeat; */
    /* background-size: auto auto; */
    /* background-size: 100%; */
}

#test_exercise {
    margin-left: 4rem;
    margin-top: 3rem;
    float: left;
    border: 0.063rem solid #666;
    width: 96.875rem;
    background: #fff;
}

.test_content .padding {
    padding-left: 1rem;
    padding-right: 1rem;
}



#test_content {
    /* margin-left: 2rem; */
    margin-top: 1rem;
    font-size: 1.25rem;
    /* margin-right: 0.5rem; */
    /* padding: .5rem; */
}

#test_content table {
    margin-left: 0.063rem;
}

.test_option,
.test_multi {
    margin-bottom: 1rem;
    line-height: 2.5rem;
    vertical-align: middle;
    max-width: 100rem;
}

#test_controlbar {
    margin-left: 4rem;
    background-color: #00366e;
    border-bottom: 0.063rem solid #666666;
    border-left: 0.063rem solid #666666;
    border-right: 0.063rem solid #666666;
    border-bottom-left-radius: 0.63rem;
    border-bottom-right-radius: 0.63rem;
    height: 3.438rem;
    line-height: 3.438rem;
    width: 96.875rem;
    text-align: right;
    float: left;
}

#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,
#user_input_buttons>button,
#test_result>button,
#dialog-message-buttons>button,
#test_solution>button {
    display: inline-block;
    vertical-align: middle;
    padding: 0.5rem 1.5rem;
    border: 0.063rem solid #ffffff;
    border-radius: 0.63rem;
    background: #c6d9ed;
    font: normal normal bold 1.125rem arial;
    color: #333333;
    text-decoration: none;
    min-width: 10rem;
}

#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-color: rgb(176, 207, 238);
    background: #eeffff;
    background-image: -moz-linear-gradient( 90deg, rgb(179, 204, 219) 0%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(179, 204, 219) 0%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(179, 204, 219) 0%, rgb(255, 255, 255) 100%);
}

#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>active {
    border-color: rgb(255, 255, 255);
    border-style: solid;
    background: rgb(124, 139, 149);
    background-image: -moz-linear-gradient( 90deg, rgb(255, 255, 255) 0%, rgb(207, 206, 206) 0%, rgb(166, 173, 178) 47%, rgb(124, 139, 149) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(255, 255, 255) 0%, rgb(207, 206, 206) 0%, rgb(166, 173, 178) 47%, rgb(124, 139, 149) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(255, 255, 255) 0%, rgb(207, 206, 206) 0%, rgb(166, 173, 178) 47%, rgb(124, 139, 149) 100%);
}

#test_controlbar>button {
    margin-right: 1rem;
}

button:before,
button:after {
    vertical-align: middle;
}

#test_controlbar>button.confirm:before,
#test_solution>button.confirm:before,
button.confirm:before {
    content: "\0000a0";
    display: inline-block;
    height: 1.438rem;
    width: 1.5rem;
    line-height: 1.5rem;
    margin: 0;
    position: relative;
    left: -.75rem;
    background: url("../theme/img/test/btn_confirm_icon.png") no-repeat left center transparent;
    background-size: 100% 100%;
}

#test_controlbar>button.reset:before,
button.reset:before {
    content: "\0000a0";
    display: inline-block;
    height: 1.5rem;
    width: 1.438rem;
    line-height: 1.5rem;
    margin: 0;
    position: relative;
    left: -.75rem;
    background: url("../theme/img/test/btn_reset_icon.png") no-repeat left center transparent;
    background-size: 100% 100%;
}

#test_controlbar>button.repeat:before,
button.repeat:before {
    content: "\0000a0";
    display: inline-block;
    height: 1.5rem;
    width: 1.688rem;
    line-height: 1.5rem;
    margin: 0;
    position: relative;
    left: -.75rem;
    background: url("../theme/img/test/btn_repeat_icon.png") no-repeat left center transparent;
    background-size: 100% 100%;
}

#test_navigation>button.next:after {
    content: "\0000a0";
    display: inline-block;
    height: 1.188rem;
    width: 1.25rem;
    line-height: 1.5rem;
    margin: 0;
    position: relative;
    left: .75rem;
    background: url("../theme/img/test/btn_next_icon.png") no-repeat left center transparent;
    background-size: 100% 100%;
}

#test_navigation>button.last:before {
    content: "\0000a0";
    display: inline-block;
    height: 1.188rem;
    width: 1.25rem;
    line-height: 1.5rem;
    margin: 0;
    position: relative;
    left: -.75rem;
    background: url("../theme/img/test/btn_last_icon.png") no-repeat left center transparent;
    background-size: 100% 100%;
}

#test_navigation>button.exit:before,
button.cancel:before {
    content: "\0000a0";
    color: #000;
    display: inline-block;
    height: 1.375rem;
    width: 1.438rem;
    line-height: 1.5rem;
    margin: 0;
    position: relative;
    left: -.75rem;
    background: url("../theme/img/test/btn_drag_icon_wrong.png") no-repeat left center transparent;
    background-size: 100% 100%;
}

#test_navigation>button.overview:before {
    content: "\0000a0";
    display: inline-block;
    height: 1.188rem;
    width: 1.875rem;
    line-height: 1.5rem;
    margin: 0;
    position: relative;
    left: -.75rem;
    background: url("../theme/img/test/btn_overview_icon.png") no-repeat left center transparent;
    background-size: 100% 100%;
}

#test_solution>button {
    float: right;
    margin: .5rem;
}

button.committest:before {
    content: "\0000a0";
    display: inline-block;
    height: 1.438rem;
    width: 1.938rem;
    line-height: 1.5rem;
    margin: 0;
    position: relative;
    left: -.75rem;
    background: url("../theme/img/test/btn_save_icon.png") no-repeat left center transparent;
    background-size: 100% 100%;
}

button.save:before {
    content: "\0000a0";
    display: inline-block;
    height: 1.438rem;
    width: 1.938rem;
    line-height: 1.5rem;
    margin: 0;
    position: relative;
    left: -.75rem;
    background: url("../theme/img/test/btn_save_icon.png") no-repeat left center transparent;
    background-size: 100% 100%;
}

button.starttest:before {
    content: "\0000a0";
    display: inline-block;
    height: 1.5rem;
    width: 1.938rem;
    line-height: 1.5rem;
    margin: 0;
    position: relative;
    left: -.75rem;
    background: url("../theme/img/test/btn_start_icon.png") no-repeat left center transparent;
    background-size: 100% 100%;
}

button.aborttest:before {
    content: "\0000a0";
    display: inline-block;
    height: 1.5rem;
    width: 1.688rem;
    line-height: 1.5rem;
    margin: 0;
    position: relative;
    left: -.75rem;
    background: url("../theme/img/test/btn_cancel_icon.png") no-repeat left center transparent;
    background-size: 100% 100%;
}

button.print:before {
    content: "\0000a0";
    display: inline-block;
    height: 1.438rem;
    width: 1.438rem;
    line-height: 1.5rem;
    margin: 0;
    position: relative;
    left: -.75rem;
    background: url("../theme/img/test/btn_print_icon.png") no-repeat left center transparent;
    background-size: 100% 100%;
}

button#test_confirm_exercise {
    display: none;
}

button#test_reset_exercise {
    display: none;
}

button#test_save_exercise {
    display: none;
}

button#test_next_exercise {
    display: none;
}

button#test_last_exercise {
    display: none;
}

#test_navigation>button {
    min-width: 8rem;
    margin-bottom: .5rem;
}

#test_navigation {
    /* margin-top: 3rem; */
    /* padding: 3.844rem; */
    /* padding-left: 3.844rem; */
    /* padding-right: 3.844rem; */
    padding-top: 1rem;
    text-align: center;
    float: right;
    /* padding: 0; */
    width: 17.438rem;
    height: 55.625rem;
    background-color: #808080;
    background: url("../theme/img/test/bg_navigation.png") repeat-x;
    background-size: contain;
}

#test_navigation_id {
    width: 100%;
    text-align: center;
    margin-bottom: 0.5rem;
    font-weight: bold;
    /* background: #00356d; */
    /* color: #fff; */
    /* padding-top: 0.5rem; */
    /* padding-bottom: .5rem; */
}

#test_navigation_position {
    width: 100%;
    text-align: center;
    margin-bottom: 0.5rem;
    font-weight: bold;
    background: #00356d;
    color: #fff;
    padding-top: 0.5rem;
    padding-bottom: .5rem;
    background: url("../theme/img/test/navigation_field_position.png") no-repeat;
}

#test_navigation_remaining_questions {
    width: 100%;
    text-align: center;
    margin-bottom: 0.5rem;
    line-height: 1.25rem;
    font-weight: normal;
}

#test_navigation_remaining_questions .remaining_number {
    background: url(../theme/img/test/navigation_field_open.png) no-repeat;
    color: #fff;
    height: 1.5rem;
    /* padding-bottom: 0.5rem; */
    /* padding-top: .5rem; */
    line-height: 1.5rem;
    font-weight: bold;
    /* background: green; */
}

#test_navigation_remaining_time {
    width: 100%;
    text-align: right;
    margin-bottom: 0.5rem;
    font-weight: normal;
    background: url("../theme/img/test/navigation_field_time.png") no-repeat;
    /* padding: .5rem; */
    line-height: 1.5rem;
    display: inline-block;
}

#test_navigation_remaining_time .remaining_time_header {
    font-weight: bold;
    margin-right: 1rem;
}

#test_navigation_remaining_time .remaining_time {
    color: #47874b;
    font-weight: bold;
    margin-right: 1rem;
    /* right: 1rem; */
}

#test_navigation_remaining_time .remaining_time.critical {
    color: red;
}

#test_navigation_menu {
    /* background: url("../theme/img/test/btn_exit.png"); */
    /* background-size: 100%; */
    /* width: 9.75rem; */
    /* height: 1.938rem; */
    /* margin: auto; */
    /* border: none; */
    /* padding: 0; */
    /* margin-bottom: 0.5rem; */
    /* font-weight: bold; */
    /* font-family: Arial Bold, ArialBold, Arial, sans-serif; */
    /* color: #333; */
    /* padding-left: 1.5rem; */
}

#test_navigation_menu:active {
    background-image: url("../theme/img/test/btn_exit_active.png");
    color: #fff;
}

#test_navigation_testscore {
    width: 100%;
    /* background: #fff; */
    margin-bottom: 1rem;
    font-weight: bold;
    display: inline-block;
    background: url("../theme/img/bg_navigation_progress.png");
    /* background: url("../theme/img/test/bg_navigation_progress.png"); */
}

#test_navigation_testscore_progressbar>.passed {
    background: #536388;
}

#test_navigation_testscore_score.passed {
    color: #fff;
}

#test_navigation_testscore_score {
    margin-top: -1.75rem;
    margin-left: 1rem;
}

#test_navigation_overview {
    /* font-weight: bold; */
    /* background: url("../theme/img/test/btn_overview.png"); */
    /* background-size: 100%; */
    /* width: 9.75rem; */
    /* border: none; */
    /* height: 2.563rem; */
    /* padding-left: 2.5rem; */
    /* color: #333; */
}

#test_navigation_overview:active {
    background-image: url("../theme/img/test/btn_overview_active.png");
    color: #fff;
}

[type="radio"] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}


/* One radio button per line */

#test label,
#test p {
    display: block;
    cursor: pointer;
    /* line-height: 1.5; */
    /* font-size: 1.25rem; */
    /* margin-left: -1rem; */
}

#test table {
    /* table-layout: fixed; */
    /* padding-left: 1rem; */
}

#test thead {
    background-color: #edf1f5;
}

#test th p {
    margin: 0;
    margin-bottom: .25rem;
}

#test td,
#test th {
    font-size: 1.25rem;
    padding: 1rem;
    padding-top: 0.25rem;
    padding-bottom: 0;    
}

#test td.pairtarget, #test td.pairlabel {
    padding: 1rem;
}

#test td:first-child {
    padding-right: 2.5rem;
}

#test tr:nth-child(even) {
    background-color: #eeeeee;
}

[type="radio"]+span {
    float: left;
    width: 5.875rem;
    height: 2.5rem;
    margin-right: 1rem;
    margin-left: -2.5rem;
    background-image: url("../theme/img/test/input_radio.png");
    background-size: 100%;
    margin-bottom: 0.5rem;
}

[type="radio"]+span.correct {
    background-image: url("../theme/img/test/input_radio_correct.png");
}

[type="radio"]+span.wrong {
    background-image: url("../theme/img/test/input_radio_wrong.png");
}

[type="radio"]:checked+span {
    background-image: url("../theme/img/test/input_radio_selected.png");
}

[type="radio"]:checked+span.correct {
    background-image: url("../theme/img/test/input_radio_selected_correct.png");
}

[type="radio"]:checked+span.wrong {
    background-image: url("../theme/img/test/input_radio_selected_wrong.png");
}

[type="checkbox"] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

[type="checkbox"]+span {
    float: left;
    width: 5.875rem;
    height: 2.5rem;
    line-height: 6.250rem;
    margin-right: 1rem;
    margin-left: -2.5rem;
    background-image: url("../theme/img/test/input_check.png");
    background-size: 100%;
    margin-bottom: 0.5rem;
}

[type="checkbox"]+span.correct {
    background-image: url("../theme/img/test/input_check_correct.png");
}

[type="checkbox"]+span.wrong {
    background-image: url("../theme/img/test/input_check_wrong.png");
}

[type="checkbox"]:checked+span {
    background-image: url("../theme/img/test/input_check_selected.png");
}

[type="checkbox"]:checked+span.correct {
    background-image: url("../theme/img/test/input_check_selected_correct.png");
}

[type="checkbox"]:checked+span.wrong {
    background-image: url("../theme/img/test/input_check_selected_wrong.png");
}

.test_listselect {
    display: inline-block;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    border: .063rem solid #666;
    min-height: 2rem;
    line-height: 2rem;
    /* background: url(http://i62.tinypic.com/15xvbd5.png) no-repeat 96% 0; */
    /* background: #fff; */
    /* background-image: none; */
    border-top-right-radius: .63rem;
    border-bottom-right-radius: .63rem;
    overflow: hidden;
    vertical-align: middle;
    overflow: hidden;
    /* padding-right: 2rem; */
    /* padding-left: .5rem; */
}

.test_listselect select {
    color: #000;
    font-size: inherit;
    border: none;
    /* background: transparent; */
    border: 0px solid #ccc;
    background-image: #eee;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    padding-left: .5rem;
    padding-right: 2.5rem;
    height: 2rem;
    float: left;
    /* background-size: 5% 5%; */
    /* background: url(http://i62.tinypic.com/15xvbd5.png) no-repeat 96% 0; */
}

.test_listselect select::-ms-expand {
    display: none;
}

.test_listselect div.icon:after {
    content: "\00a0";
    width: 1.125rem;
    height: 0.563rem;
    pointer-events: none;
    text-align: center;
    /* line-height: 1.5rem; */
    /* vertical-align: middle; */
    float: left;
    position: relative;
    left: .5rem;
    top: .875rem;
    background: url("../theme/img/test/input_select_icon.png") no-repeat left center transparent;
    background-size: 100% 100%;
}

.test_listselect.correct div.icon:after {
    content: "\0000a0";
    height: 1.375rem;
    width: 1.438rem;
    /* line-height: 1.5rem; */
    float: left;
    position: relative;
    left: .25rem;
    top: .388rem;
    background: url("../theme/img/test/btn_drag_icon_correct.png") no-repeat left center transparent;
    background-size: 100% 100%;
}

.test_listselect.wrong div.icon:after {
    content: "\0000a0";
    height: 1.438rem;
    width: 1.5rem;
    /* line-height: 1.5rem; */
    float: left;
    position: relative;
    left: .25rem;
    top: .25rem;
    background: url("../theme/img/test/btn_drag_icon_wrong.png") no-repeat left center transparent;
    background-size: 100% 100%;
    /* margin-left: -2rem; */
}

.test_listselect div.icon {
    padding-bottom: 100%;
    margin-bottom: -100%;
    vertical-align: middle;
    background: #ccc;
    min-height: 2rem;
    height: 2rem;
    line-height: 2rem;
    width: 2rem;
    float: right;
    border-left: .063rem solid #666;
    margin-left: -2rem;
    pointer-events: none;
}

.test_listselect.correct div.icon {
    background: #41a62a;
}

.test_listselect.wrong div.icon {
    background: #e54035;
}

select:invalid {
    color: gray;
}

.input_text {
    float: left;
    line-height: 2.5rem;
}

.test_input.type_string:before {
    content: attr(data-icon);
    color: #fff;
    height: 1.438rem;
    width: 1.563rem;
    text-align: center;
    /* line-height: 1.5rem; */
    float: left;
    position: relative;
    left: .5rem;
    top: .25rem;
    background: url("../theme/img/test/input_text_icon.png") no-repeat left center transparent;
    background-size: 100% 100%;
    /*margin-left: -2rem; */
}

.test_input.type_date:before {
    content: attr(data-icon);
    color: #fff;
    height: 1.375rem;
    width: 1.5rem;
    text-align: center;
    /* line-height: 1.5rem; */
    float: left;
    position: relative;
    left: .5rem;
    top: .125rem;
    background: url("../theme/img/test/input_date_icon.png") no-repeat left center transparent;
    background-size: 100% 100%;
    /*margin-left: -2rem; */
}

.test_input.type_number:before,
.test_input.type_estimate:before {
    content: attr(data-icon);
    color: #fff;
    height: 1.563rem;
    width: 1.25rem;
    text-align: center;
    /* line-height: 1.5rem; */
    float: left;
    position: relative;
    left: .563rem;
    top: .25rem;
    background: url("../theme/img/test/input_number_icon.png") no-repeat left center transparent;
    background-size: 100% 100%;
    /*margin-left: -2rem; */
}

.test_input.correct:before {
    content: "\0000a0";
    height: 1.375rem;
    width: 1.438rem;
    /* line-height: 1.5rem; */
    float: left;
    position: relative;
    /* left: .25rem; */
    top: .388rem;
    background: url("../theme/img/test/btn_drag_icon_correct.png") no-repeat left center transparent;
    background-size: 100% 100%;
    /* margin-left: -2rem; */
}

.test_input.wrong:before {
    content: "\0000a0";
    height: 1.438rem;
    width: 1.5rem;
    /* line-height: 1.5rem; */
    float: left;
    position: relative;
    /* left: .25rem; */
    top: .25rem;
    background: url("../theme/img/test/btn_drag_icon_wrong.png") no-repeat left center transparent;
    background-size: 100% 100%;
    /* margin-left: -2rem; */
}

#user_test_input {
    margin: 1rem;
    float: none;
}

.test_input {
    border: .063rem solid #535353;
    background-color: #ccc;
    color: #000;
    font-size: inherit;
    line-height: 2rem;
    min-height: 2rem;
    border-radius: .63rem;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    vertical-align: middle;
    overflow: hidden;
    float: left;
    margin-left: .5rem;
    margin-right: .5rem;
}

.test_input input {
    padding: 0;
    border: 0;
    height: 2rem;
    margin: 0;
    font-size: 1.25rem;
    background: none;
}

.test_input input:focus {
    border: 0;
    /* background: green; */
    outline: none;
}

.test_input div.icon {
    width: 2.5rem;
    /* float: left; */
    border-right: .063rem solid #666;
    padding-bottom: 100%;
    margin-bottom: -100%;
    vertical-align: middle;
    background: #ccc;
}

.test_input.correct div.icon {
    background: #41a62a;
}

.test_input.wrong div.icon {
    background: #e54035;
}

.test_input div.content {
    margin-left: 2.563rem;
    padding-left: .5rem;
    background: #fff;
    padding-right: .5rem;
}

.test_order {
    margin-left: 50px;
    min-height: 20rem;
    min-width: 20rem;
    background: #c6d9ed;
    padding-bottom: 0;
    margin-bottom: 0rem;
    border-radius: .63rem;
    margin-bottom: 3rem;
}

.test_drag {
    margin-left: 50px;
    min-height: 10rem;
    min-width: 20rem;
    background: #c6d9ed;
    padding-bottom: 0;
    margin-bottom: 0rem;
    border-radius: .63rem;
    margin-bottom: 3rem;
}

.test_pair {
    min-height: 2rem;
    min-width: 20rem;
    /* border: 1px solid; */
    background: #c6d9ed;
    /* margin-left: 50px; */
    padding-bottom: 0;
    margin-bottom: 0rem;
    width: 100%;
    /* height: initial; */
    border-radius: .63rem;
}

.test_order li:before {
    content: attr(data-icon);
    color: #fff;
    height: 1.688rem;
    width: 1.5rem;
    text-align: center;
    /* line-height: 1.5rem; */
    float: left;
    position: relative;
    left: .688rem;
    /* top: .125rem; */
    /*background: url("../theme/img/test/btn_drag_icon.png") no-repeat left center transparent;
        background-size: 100% 100%;
        margin-left: -2rem; */
}

.test_order li.correct:before {
    content: "\0000a0";
    height: 1.375rem;
    width: 1.438rem;
    /* line-height: 1.5rem; */
    float: left;
    position: relative;
    /* left: .25rem; */
    top: .388rem;
    background: url("../theme/img/test/btn_drag_icon_correct.png") no-repeat left center transparent;
    background-size: 100% 100%;
    /* margin-left: -2rem; */
}

.test_order li.wrong:before {
    content: "\0000a0";
    height: 1.438rem;
    width: 1.5rem;
    /* line-height: 1.5rem; */
    float: left;
    position: relative;
    /* left: .25rem; */
    top: .25rem;
    background: url("../theme/img/test/btn_drag_icon_wrong.png") no-repeat left center transparent;
    background-size: 100% 100%;
    /* margin-left: -2rem; */
}

.test_pair li:before,
.test_drag li:before {
    content: "\0000a0";
    height: 1.688rem;
    width: 1.5rem;
    /* line-height: 1.5rem; */
    float: left;
    position: relative;
    /* text-align: center; */
    left: .688rem;
    top: .125rem;
    background: url("../theme/img/test/btn_drag_icon.png") no-repeat left center transparent;
    background-size: 100% 100%;
    /* margin-left: -2rem; */
}

.test_pair li.correct:before,
.test_drag li.correct:before {
    content: "\0000a0";
    height: 1.375rem;
    width: 1.438rem;
    /* line-height: 1.5rem; */
    /* float: left; */
    position: relative;
    left: .688rem;
    top: .25rem;
    background: url("../theme/img/test/btn_drag_icon_correct.png") no-repeat left center transparent;
    background-size: 100% 100%;
    /* margin-left: -2rem; */
}

.test_drag li.wrong:before,
.test_pair li.wrong:before {
    content: "\0000a0";
    height: 1.438rem;
    width: 1.5rem;
    /* line-height: 1.5rem; */
    float: left;
    position: relative;
    /* left: .25rem; */
    /* text-align: center; */
    top: .25rem;
    background: url("../theme/img/test/btn_drag_icon_wrong.png") no-repeat left center transparent;
    background-size: 100% 100%;
    /* margin-left: -2rem; */
}

.test_order li,
.test_drag li,
.test_pair li {
    border: .063rem solid #535353;
    background-color: #ccc;
    color: #000;
    font-size: inherit;
    line-height: 2rem;
    min-height: 2rem;
    border-radius: .63rem;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    vertical-align: middle;
    overflow: hidden;
}

.test_order li div.icon,
.test_pair li div.icon,
.test_drag li div.icon {
    width: 2.5rem;
    /* float: left; */
    border-right: .063rem solid #666;
    padding-bottom: 100%;
    margin-bottom: -100%;
    vertical-align: middle;
    background: #ccc;
}

.test_order li.correct div.icon,
.test_pair li.correct div.icon,
.test_drag li.correct div.icon {
    background: #41a62a;
}

.test_order li.wrong div.icon,
.test_pair li.wrong div.icon,
.test_drag li.wrong div.icon {
    background: #e54035;
}

.test_order li div.content,
.test_pair li div.content,
.test_drag li div.content {
    margin-left: 2.563rem;
    padding-left: .5rem;
    background: #eee;
    padding-right: .5rem;
}

.test_pair_table ul.no-accept li.pair-placeholder {
    height: 0;
    min-height: 0px;
    margin: 0;
    padding: 0;
    border: 0;
    background-color: #ff0000;
}

.test_pair li.correct {
    /* border: 2px solid green; */
}

.test_pair li.wrong {
    /*border: 2px solid red;*/
}

.test_pair_table .pairlabel,
.test_pair_table .pairtarget {
    width: 50%;
}

.test_pair_table {
    width: 66%;
    float: left;
}

.test_pair.pairbutton {
    width: 33%;
    margin-left: 0;
    float: right;
    /* padding: .25rem; */
    min-height: 10rem;
    border-radius: .63rem;
}

.test_pair.pairbutton li,
.test_drag li,
.test_order li {
    margin-bottom: .5rem;
    margin-top: .5rem;
    position: relative;
    z-index: 100;
}

#test_drag_target:before {
    content: "Zielfeld";
    color: #fff;
    font-size: 3rem;
    position: absolute;
    z-index: 0;
}

.test_topic {
    /* color: #edf1f5; */
    /* margin-bottom: 0.5rem; */
    background: #edf1f5;
    padding-bottom: 1rem;
    padding-left: 1rem;
    /* padding-top: 1rem; */
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -moz-box;
}

.test_text {
    font-size: 1.5rem;
    line-height: 2rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: #edf1f5;
    /* width: 100%; */
}

.test_prompt {
    font-size: 1rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    background: #edf1f5;
    padding-right: 1rem;
    /* width: 100%; */

}

#test_links {
    background: #edf1f5;
    padding-left: 1rem;  
    font-size: 1.3rem;
    padding-right: 1rem;
    padding-bottom: .5rem;
    /* width: 94.9rem;   */
    /* width: 100%; */
}

#test_image {
    padding-left: 1rem;
    padding-top: .5rem;
}

#test_info {
    background: #edf1f5;
    padding-left: 1rem;  
    font-size: 1.3rem;
    padding-right: 1rem;
    padding-bottom: .5rem;
    /* width: 94.9rem;   */
    /* width: 100%; */
}
 
#test_links a {
    color: #000;
}

#test_info p,
#test_text p,
#test_prompt p {
    margin: 0;
}

#test_top_spacer {
    background: #edf1f5;
    padding-top: .5remrem;
}

#test_solution {
    min-height: 10rem;
    width: 37rem;
    /* padding: 0; */
    padding-bottom: 3.5rem;
    background: #fff;
    /* padding-top: 0; */
    /* margin: auto; */
    position: absolute;
    border-bottom-right-radius: 0.63rem;
    border-bottom-left-radius: 0.63rem;
    right: 45rem;
    border: .063rem solid #666;
    /* bottom: 5rem; */
    /* margin: auto; */
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.9);
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.9);
    border: .063rem solid #666;
    /* border bottom: ; */
    /* border-left: .063rem solid #666; */
    /* border-right: .063rem solid #666; */
    font-size: 1.25rem;
}

/* #test_solution.wrong {} */

/* #test_solution.partially {} */

/* #test_solution.correct {} */

#test_solution_title {
    /* padding-bottom: 0.5rem; */
    /* padding-top: 0.5rem; */
    /* float: left; */
    width: 100%;
    /* bottom: 0; */
    color: #fff;
    font-weight: bold;
    font-size: 1.125rem;
    /* height: 3.5rem; */
    line-height: 3.5rem;
    /* vertical-align: bottom; */
    /* border: .063rem solid #666; */
    border-bottom-left-radius: 0.63rem;
    margin: 0;
    position: absolute;
    border-bottom-right-radius: 0.63rem;
    bottom: 0rem;
    /* left: -.063rem; */
    /* border: .063rem solid #666; */
}

div#test_solution_title {}

#test_solution.correct>#test_solution_title {
    background: #009036;
}

#test_solution.correct>#test_solution_title:before {
    content: "\0020";
    vertical-align: text-top;
    /* padding-left: 0.5rem; */
    /* padding-right: 0.5rem; */
    width: 1.875rem;
    height: 1.813rem;
    display: inline-block;
    /* font-size: 1.75rem; */
    /* line-height: 0rem; */
    margin-right: 0.5rem;
    margin-left: .5rem;
    background: url("../theme/img/test/solution/icon_correct.png") top left no-repeat;
    background-size: 100%;
}

#test_solution.wrong>#test_solution_title {
    background: #e54035;
    /* background: url("../theme/img/test/bg_solution_title.png") top left no-repeat; */
    /* background-size: 100%; */
}

#test_solution.wrong>#test_solution_title:before {
    content: "\0020";
    vertical-align: middle;
    /* padding-left: 0.5rem; */
    /* padding-right: 0.5rem; */
    width: 1.938rem;
    height: 2.25rem;
    display: inline-block;
    /* font-size: 1.75rem; */
    /* line-height: 0rem; */
    margin-right: 0.5rem;
    margin-left: .5rem;
    background: url("../theme/img/test/solution/icon_wrong.png") top left no-repeat;
    background-size: 100%;
}

#test_solution.partially>#test_solution_title {
    background: #df6d08;
    /*background: url("../theme/img/test/bg_solution_title.png") top left no-repeat;*/
    background-size: 100%;
}

#test_solution.partially>#test_solution_title:before {
    content: "\0020";
    vertical-align: middle;
    /* padding-left: 0.5rem; */
    /* padding-right: 0.5rem; */
    width: 2.75rem;
    height: 1.118rem;
    display: inline-block;
    /* font-size: 1.75rem; */
    /* line-height: 0rem; */
    margin-right: 0.5rem;
    margin-left: .5rem;
    background: url("../theme/img/test/solution/icon_partially.png") top left no-repeat;
    background-size: 100%;
}

#test_solution_score {
    /* float: right; */
    margin-right: 1rem;
    padding-top: 0.25rem;
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    z-index: 99;
}

#test_solution_text {
    clear: both;
    padding: 1rem;
}

#test_solution_link {
    padding-left: 1rem;
    margin-bottom: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
}

#test_solution_pdf {
    padding-left: 1rem;
}

.icon-pdf {
    width: 1.875rem;
    height: 1.875rem;
    vertical-align: text-bottom;
}

.test_option_text {
    /* max-width: 100rem; */
    /* width: 100rem; */
    margin-left: 4.5rem;
    line-height: 2rem;
}



#test_overview_testscore {
    width: 30rem;
}

.block {
    width: 2rem;
    height: 2rem;
    border: none;
    /* margin-right: 15rem; */
    /* float: right; */
}

#test_overview_exercises {
    margin-left: -1rem;
}

.test_overview_exercise {
    width: 4rem;
    height: 4rem;
    background: grey;
    border: none;
    margin: .5rem;
    font-weight: bold;
    color: #fff;
}

.block.wrong,
.test_overview_exercise.wrong {
    background: #e54035;
}

.block.correct,
.test_overview_exercise.correct {
    background: #9bc24b;
}

.block.partially,
.test_overview_exercise.partially {
    background: #df6d08;
}

.block.unanswered,
.test_overview_exercise.unanswered {
    background-color: #adadad;
}

.block.saved,
.test_overview_exercise.saved {
    background-color: #c6d9ed;
}

.block.confirmed,
.test_overview_exercise.confirmed {
    background-color: #00366e;
}

.test_overview_exercise.correct {
    background: #9bc24b;
}

.test_overview_exercise.wrong {
    background: #e54035;
}

#test_overview>h1,
#test_overview_result>h1
 {
    color: #333;
}

#test_overview_testscore_progressbar {
    height: 3rem;
}

#test_overview_testscore_score {
    margin-top: -3rem;
    margin-left: 3rem;
    color: #333;
    font-size: 2rem;
    font-weight: bold;
}

#test_overview_testscore_score.passed {
    color: #fff;
}

#test_overview_testscore_progressbar>.passed {
    background: #536388;
}

#test_overview,
#test_overview_result {
    margin-left: 3rem;
    /* margin-top: 3rem; */
    padding-top: 3rem;
}

#test_overview_result {
    display: none;
}

#test_overview_buttons,
#test_overview_result_buttons {
    float: right;
    margin-top: -3rem;
}
/*
#test_overview_repeat {
    background: url("../theme/img/test/btn_repeat_test.png");
    background-size: 100%;
    width: 14.25rem;
    height: 2.063rem;
    border: none;
    font-weight: bold;
    color: #333;
    
    padding: 0;
    font-size: 0.75re;
}

#test_overview_repeat:active {
    background: url("../theme/img/test/btn_repeat_test_active.png");
    background-size: 100%;
    color: #fff;
}

#test_overview_print {
    background: url("../theme/img/test/btn_print.png");
    background-size: 100%;
    width: 14.25rem;
    height: 2.063rem;
    border: none;
    font-weight: bold;
    color: #333;
}

#test_overview_print:active {
    background: url("../theme/img/test/btn_print_active.png");
    background-size: 100%;
    color: #fff;
}*/


/*#dialog_message_ok:active {
                background: url("../theme/img/test/btn_confirm_active.png") no-repeat;
                background-size: 100%;
                color: #fff;
            }*/

#test_prescreen,
#test_moduleselection,
#test_overview,
#test_overview_result,
#test_result {
    /* width: 100rem; */
    margin-left: 4rem;
    margin-top: 3rem;
    /* margin-right: 3rem; */
    float: left;
    /* border: 0.063rem solid #666; */
    /* padding: 2rem; */
    /* width: 96.875rem; */
}

#test_overview,
#test_overview_result,
#test_result {
    margin-top: 0;
}

#test_prescreen .textblock,
#test_moduleselection .textblock {
    background-color: #536388;
    padding: 1rem;
    color: #fff;
    font-weight: bold;
    font-size: 1.438rem;
}

#test_button_start {
    float: right;
}

#test_prescreen>p,
#test_moduleselection>p,
#test_overview>p,
#test_overview_result>p,
#test_result>p {
    font-size: 1.313rem;
    color: #333;
    /*                float: left;*/
    margin-top: 2rem;
    margin-bottom: 3rem;
    line-height: 2rem;
}

#test_prescreen>.percentage {
    font-size: 1.625rem;
    font-weight: bold;
}

#test_prescreen>.end {
    color: #b30000;
    font-size: 1.75rem;
    font-weight: bold;
    float: left;
    margin-bottom: 0;
    margin-top: 0;
    margin-right: 65rem;
}

#test_moduleselection {
    display: none;
}

#test_modules {
    margin-top: 2rem;
}

.test_overview_exnumbers {
    float: left;
    font-size: 1.313rem;
    color: #333;
    line-height: 2.5rem;
}

.test_option_text {
    line-height: 2.5rem;
    margin-bottom: 1rem;
}

#sortable {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#sortable li {
    margin: 0 3px 3px 3px;
    padding: 0.4em;
    padding-left: 1.5em;
    font-size: 1.4em;
    height: 18px;
}

#sortable li span {
    position: absolute;
    margin-left: -1.3em;
}

.tab {
    float: right;
    margin-right: 25rem;
    text-align: left;
    width: 50rem;
    font-size: 1.5rem;
    color: #333;
    line-height: 2rem;
    font-weight: bold;
}

.tab.prescreen {
    margin-right: 35rem;
}

.tab.blocks {
    text-align: right;
    margin-right: 70.75rem;
    width: 6rem;
}

#test_overview_back,
#test_overview_confirm,
#test_overview_repeat,
#test_overview_end,
#test_overview_print {
    clear: both;
    float: right;
    height: 2.5rem;
    margin-left: 1rem;
    margin-right: 1rem;
    width: 17rem;
}

#test_overview_end {
    margin-top: -12rem;
}

#test_overview_print,
#test_overview_back {
    margin-top: -9rem;
}

#test_overview_repeat,
#test_overview_confirm {
    margin-top: -6rem;
}



#dialog-message>.header,
#test_commit>.header,
#test_abort>.header,
#user_input>.header {
    background: #ccc;
    color: #333;
    margin-bottom: .5rem;
}

#dialog_message_ok {
    float: right;
    background: url("../theme/img/test/btn_confirm.png") no-repeat;
    background-size: 100%;
    width: 8.875rem;
    height: 2.313rem;
    border: none;
    text-align: center;
    line-height: 2.313rem;
    text-decoration: none;
    margin: .5rem;
    color: #333;
    font-weight: bold;
}

#test_commit,
#test_abort,
#user_input,
#dialog-message {
    display: none;
    background: #fff;
    color: #000;
    padding: 0rem;
}

#test_commit>.content,
#test_abort>.content,
#user_input>.content,
#dialog-message>.content {
    padding: 1rem;
}

#test_commit_buttons,
#test_abort_buttons,
#user_input_buttons {
    padding: 1rem;
    float: right;
}

#test_end {
    height: 56.87rem;
}

.draggable,
.ui-draggable-handle {
    cursor: pointer;
    /* fallback: no `url()` support or images disabled */
    cursor: -webkit-grab;
    /* Chrome 1-21, Safari 4+ */
    cursor: -moz-grab;
    /* Firefox 1.5-26 */
    cursor: grab;
    /* W3C standards syntax, should come least */
}

.draggable:active,
.ui-draggable-dragging {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing;
}

#progressBar,
#progressBarOverall {
    width: 100%;
    height: 1.5rem;
    border: .063rem solid #111;
    background-color: #292929;
    margin-bottom: .5rem;
    margin-top: .5rem;
}

#progress_msg,
#progress_total {
    text-align: left;
}


#progressBar div,
#progressBarOverall div {
    height: 100%;
    color: #fff;
    text-align: right;
    line-height: 1.5rem; /* same as #progressBar height if we want text middle aligned */
    width: 0;
    background-color: #0099ff;
}

.ui-widget-content {
    border: 1px solid #aaaaaa;
    background: #ffffff;
    color: #222222;
}

