.resultsBlk {display:inline-block;float:right;margin-bottom:10px;}

.bar {font-size:1px;margin:0 -4px;padding-bottom:4px;}
.bar.progressBar {position:relative;}
.bar.progressBar:before {background:#000;content:"";display:block;margin:0;position:relative;height:4px;width:100%;}
.sel .progressBar:before {background:#ddd;}
.b-divider {height:12px;margin:-4px -1px 0 0;position:relative;width:1px;}
.gen-sub-tab .b-divider {background:rgba(255,255,255,.12);}
.gen-sub-tab.sel .b-divider {background:rgba(0,0,0,.24);}
.progress-bar-fill {background:#00bfff;height:4px;position:absolute;top:0;}
.row.progressBar > *, .row.student-test-result > * {padding:0}

.h-mark {color:#fff;display:inline-block;*display:inline;padding:5px;zoom:1;}
.question-blk.highlight {background-color:#ecefcf; padding: 4px 4px;border-radius: 4px}
.multichoice {list-style:lower-alpha inside;}


.testDialogV2 .radioBlk{
    margin-top:4px;
}
.testDialogV2 .radioBlk label{
    margin-right:4px;
}
.testDialogV2 .radioBlk * {
    padding: 4px;
}

.actionMessage {
    font-weight: bold;
    margin: 2px 2px
}

.adaptive-test-content {
    min-height: 250px;
}

.skip-question {
    background-color: #F44336 !important;
}

.gen-sub-tab a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 42px;
}

.gen-sub-tab.disabled, .gen-sub-tab.disabled > * {
    cursor: default;
}
.lesson-diagnostic-test .test-wrapper .progressBars > div{
    height: 5px;
}

.lesson-diagnostic-test .switch {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 16px;
}

.lesson-diagnostic-test .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.lesson-diagnostic-test .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.lesson-diagnostic-test .slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 1px;
    bottom: 1px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.lesson-diagnostic-test input:checked + .slider {
    background-color: #2196F3;
}

.lesson-diagnostic-test input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

.lesson-diagnostic-test input:checked + .slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}

/* Rounded sliders */
.lesson-diagnostic-test .slider.round {
    border-radius: 34px;
}

.lesson-diagnostic-test .slider.round:before {
    border-radius: 50%;
}

.right-arrow-icon-img{
    background-image:url('https://cdn.edjin.com/static/home/template/v2/img/icons/icon-arrow-forward-blue-f95abfe79e6083b94c993577fbb00c88.svg');
    background-repeat: no-repeat;
}

right-arrow-icon-img:hover{
    text-decoration: underline;
}