/*-------------- Testing ---------------*/
.attempt-body {
    text-align: left;
    min-height: 370px;
}

.attempt-questions {
    margin: 20px auto 0;
}

.attempt-questions .grading,
.attempt-questions font,
.attempt-questions .gradingdetails,
.attempt-questions .prompt,
.attempt-questions .info span.edit{
    display: none;
}

.attempt-questions label {
    font-weight: normal;
    margin-bottom: 0;
    padding-top: 2px;
}

.start-test a{
    color: #0f6003;
}
.que {
    padding-bottom: 30px;
}
.que .info {
    float: left;
    margin-right: 10px;
    min-width: 30px;
}
.que .content {
    padding-left: 40px;
}
.que td {
    vertical-align: top;
}
.que input[type="text"] {
    background: #eee none repeat scroll 0 0;
    border: 1px solid #999;
    height: 26px;
    margin: 2px 0;
}
.answer input[type="radio"] {
    margin-right: 10px;
    outline: none;
    margin-top: 3px;
}
.test-page label{
    margin: 0;
}
.answer label{
    padding-right: 15px;
}
.test-page {
    background-color: rgba(219, 235, 248, 0);
    margin: 0;
    padding: 50px 0;
    position: relative;
}
.test-page::before {
    border-left: 1px solid #e0dbd1;
    border-right: 1px solid #e0dbd1;
    content: "";
    display: block;
    height: 100%;
    left: 100px;
    position: absolute;
    top: 0;
    width: 5px;
}
.test-page-title {
    font-size: 24px;
    font-weight: normal;
    margin: 0;
    padding-left: 120px;
}
.test-page-content {
    background: transparent url("../images/line.png") repeat scroll 0 0;
    line-height: 30px;
    min-height: 300px;
    padding: 30px 30px 30px 120px;
}
.test-page-content p{
    margin: 0;
}
.test-page-content ul{
    margin: 0 0 30px;
}
.test-page-content h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    margin: 30px 0;
}
.test-page-body{
    margin: 30px 0;
}
.test-title, .blue{
    color: #0078a5;
}
.test-actions {
    text-align: center;
}
.test-bt {
    -moz-box-shadow:inset 0px 1px 0px 0px rgba(255, 255, 255, 0.7);
    -webkit-box-shadow:inset 0px 1px 0px 0px rgba(255, 255, 255, 0.7);
    box-shadow:inset 0px 1px 0px 0px rgba(255, 255, 255, 0.7);
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffb700), color-stop(1, #f0a400) );
    background:-moz-linear-gradient( center top, #ffb700 5%, #f0a400 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb700', endColorstr='#f0a400');
    background-color:#ffb700;
    border: 1px solid #efaf00;
    border-radius: 6px;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.7) inset;
    color: #fff;
    font-weight: bold;
    margin: 0 10px;
    padding: 10px 30px;
    position: relative;
}
.test-bt:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f0a400), color-stop(1, #ffb700) );
    background:-moz-linear-gradient( center top, #f0a400 5%, #ffb700 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0a400', endColorstr='#ffb700');
}
.test-bt:active {
    top: 1px;
}
.test-bt.download-doc, .test-bt.test-save {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ccc), color-stop(1, #aaa) );
    background:-moz-linear-gradient( center top, #ccc 5%, #aaa 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccc', endColorstr='#aaa');
    background-color:#ccc;
    border: 1px solid #a7a7a7;
    color: #555;
}
.test-bt.download-doc:hover, .test-bt.test-save:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #aaa), color-stop(1, #ccc) );
    background:-moz-linear-gradient( center top, #aaa 5%, #ccc 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#aaa', endColorstr='#ccc');
}
.test-bt.download-doc {
    display: inline-block;
    margin: 19px 10px;
}
.test-page-footer {
    padding: 10px 0 10px 120px;
}
.test-support {
    background: rgba(0, 0, 0, 0) url("../images/support.png") no-repeat scroll 0 center;
    float: left;
    padding: 8px 20px 8px 45px;
}
.red{
    color: #f53535;
}
.qtext {
    margin-bottom: 10px;
}
.question-indicators {
    padding: 0;
    margin: 15px auto 5px;
    text-align: left;
}
.question-indicator {
    font-size: 16px;
    list-style: none;
    float: left;
    position: relative;
    padding-left: 20px;
    margin: 0 20px 10px 0;
    width: 80px;
    cursor: pointer;
}
.question-indicator::before, .question-indicator::after {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    top: 50%;
    left: 0;
    margin-top: -8px;
}
.question-indicator:before {
    border: 1px solid #9a9a9a;
}
.question-indicator.active:after {
    background: transparent url("../images/qi-sticky.png") no-repeat scroll center center;
}

.answer td {
    vertical-align: middle;
}
.MJXc-display {
    display: inline-block !important;
    margin: 0 5px 5px !important;
}
.mjx-chtml {
    padding: 0 !important;
}