#draggablePanelListPage .panel-heading, #draggablePanelListContent .panel-heading {
    cursor: move;
}

.answerList {
    list-style: none;
}

.matrixTable, .pageAnswer, .pageAnswerHeader {
    display: none;
}
.conditions-wrap {
    padding: 10px;
    margin: 10px 0;
    background-color: #EEE;
    border: 2px solid #BBB;
}
.disabled-conditions:hover,
.disabled-conditions:focus,
.disabled-conditions {
    background-color: #eee !important;
    color:#888 !important;
    border: 1px solid #888 !important;
    cursor: default;
}
td.has-error {
    background-color: #f99 !important;
}
.answerList li .control-label {
    display: inline;
}

.matrixTable th:first-child {
    text-align: left;
    padding-left: 0;
}
.matrixTable .pageAnswer td, .matrixTable th {
    text-align: center;
}
.matrixTable .pageAnswer td:first-child {
    text-align: left;
}

.matrixTable .pageAnswer.has-error {
    background-color: #fee;
}
.matrixTable .pageAnswer.has-error td {
    background-color: #f99 !important;
}
.matrixTable .pageAnswer.has-error td:first-child {
    background-color: #f99 !important;
}
.matrixTable .pageAnswer.has-error td:last-child {
    background-color: #f99 !important;
}
.matrixTable tbody th {
    font-weight: normal;
}
.matrixTable td {
    text-align: center !important;
}
.matrixTable td input[type="radio"] {
    display: inline !important;
    margin: 0 0 0 1px !important;
    width:14px;
    height:14px;
    -webkit-appearance: radio;
}

.missingItemErrorMessage {
    margin-top: 2em;
    color: #f33;
    font-weight: bold;
}

#testrunContainer .has-error .form-control, #testrunContainer .has-error textarea {
    border: 1px solid #f99;
    background-color: #f99;
    color: #fff;
}
#testrunContainer .has-error .form-control::placeholder {
    color: #fff;
}
#testrunContainer .has-error .help-block,
#testrunContainer .has-error .control-label,
#testrunContainer .has-error .radio,
#testrunContainer .has-error .checkbox,
#testrunContainer .has-error .radio-inline,
#testrunContainer .has-error .checkbox-inline,
#testrunContainer .has-error.radio label,
#testrunContainer .has-error.checkbox label,
#testrunContainer .has-error.radio-inline label,
#testrunContainer .has-error.checkbox-inline label {
    color: #f33;
}


#conditionToggle {
    cursor: pointer;
}
#conditionPanel {
    overflow: hidden;
}
#conditionPanel.collapsed {
    border: 0 none;
    height: 0;
    padding: 0;
    margin: 0;
}
.thumbnail img {
    max-height: 175px;
}
.vcenter {
    margin: 10px;
    height: 20px;
}
.movecontainer_submit, .movecontainer_select {
    display: none;
}
.langselect {
    cursor: pointer;
    border: 2px solid #fff;
}
.langselect:hover,
.langselect.active {
    border: 2px solid #a92222;
}
.testframe {
    padding-top: 3em;
}

.level + .level {
    border-top: 1px dashed #333;
    padding-top: 30px;
}
.level .jumbotron {
    height: 13em;
    text-align: center;
}
.level .glyphicon-ok-sign{
    position: absolute;
    left: -1em;
    top: -0.2em;
    height: 3em;
    width: 3em;
    font-size: 5em;
    color: #00aa00;
}
label.ex_text_label {
    min-width: 8.5%;
}
.btn-float-right {
    float: right;
}
.btn-float-left {
    float: left;
}
.level .future h3 {
    color: #999;
}
.level .jumbotron h3 {
    font-size: 1.3em;
    position: relative;
}
a.subtitle {
    margin-top: 0.75em;
    font-size: 0.7em;
    display: block;
}
div.contextlinks {
    text-align:right;
    margin-top: 0.5em;
}

div.contextlinks .btn-link:hover {
    text-decoration: none;
}

.pdfView .progress-bar {
    height: 20px;
}

.gamification_clicktarget {
    display: none;
    position: absolute;
    cursor: pointer;
    width: 91%;
    height: 87%;
    top: 0;
    left: 0;
    margin: 0 0 0 1em;
    z-index: 3;
}
.rfcopyright, .rfcopyright a, .rfcopyright a:hover {
    color: #ccc;
    font-size: 9px;
}
.has-error textarea {
    border: 1px solid #a94442;
    background-color: #fee;
}
.progress-bar-benchmark{background-image:-webkit-linear-gradient(top,#f0ad4e 0,#ec971f 100%);}

.feedback #tabs div {
    padding-top: 12px;
}

.orqas-header {
    width: 100%;
    padding: 0;
}
.orqas-header-clear {
    clear: left;
    border-top: 1px solid #000;
    height: 0.2em;
    width: 100%;
}
.orqas-header-left, .orqas-header-middle, .orqas-header-right {
    float: left;
    padding: 0.5em 0 0.2em;
    width: 33%;
}

input[type="radio"] {
    width: 50px;
}

#osb_formfield_city {
    display: none;
}