﻿.century {
    font-family: Century;
}

.lucida {
    font-family: 'Lucida Handwriting';
}

.box {
    border: 2px solid #000000;
    padding: 1em 1.5em;
    margin-bottom: 0.5em;
}

.grouptitle {
    margin-bottom: 0.5em;
}

.gappedtext {
    line-height: 2.5em;
}

    .gappedtext input {
        line-height: 1em;
    }

.stimulus {
    line-height: 1.5em;
}

.questionnumber {
    font-weight: bold;
}

.extratext {
    margin-bottom: 0.5em;
}

.question {
    margin-top: 1em;
    margin-bottom: 1em;
}

    .question .questionnumber {
        float: left;
    }

    .question .indent {
        margin-left: 2em;
    }

.example .indent {
    margin-left: 6em;
}

.optiontext {
    margin-left: 0;
    display: block;
}

.optionletter {
    display: none;
    margin-right: 7px;
}

.optionsinput {
    display: none;
}

.optionsend {
    display: none;
}

.correctoption {
    border: 1px solid #000000;
    border-radius: 15px;
    margin-top: -1px;
    margin-bottom: -1px;
    margin-left: -5px;
    padding-left: 4px;
}

.optioninput {
    display: block;
    float: left;
    height: 1.5em;
}


.questiongap {
    display: inline-block;
    min-width: 6em;
    border: none;
    border-bottom: 2px dotted #000000;
    margin-left: 4px;
    margin-right: 4px;
    outline: none;
}

    .questiongap:focus {
        border-bottom: 2px dotted #067cc1;
    }

input.questiongap::-ms-clear {
    display: none;
}


select.questiongap {
    /* for Firefox */
    -moz-appearance: none;
    /* for Chrome */
    -webkit-appearance: none;
}

    /* For IE10 */
    select.questiongap::-ms-expand {
        display: none;
    }

.longgap {
    height: 1em;
    margin-bottom: 1em;
    display: block;
}

.maskedgap {
    display: inline-block;
    position: relative;
}

    .maskedgap .letter {
        display: inline-block;
        font-family: 'Courier New';
        font-size: 1.2rem;
        width: 1ch;
        margin-left: 1ch;
    }

    .maskedgap input.questiongap {
        border-bottom: none;
        font-family: 'Courier New';
        font-size: 1.2rem;
        letter-spacing: 0.5ch;
        min-width: initial;
        background-image: linear-gradient(90deg, #000000, #000000 66%, #ffffff 66%);
        background-size: 1.5ch 2px;
        background-position-y: bottom;
        background-repeat: repeat-x;
        outline: none;
    }

        .maskedgap input.questiongap:focus {
            background-image: linear-gradient(90deg, #067cc1, #067cc1 66%, #ffffff 66%);
        }

.maskborder {
    position: absolute;
    right: 0px;
    bottom: -2px;
    height: 4px;
    width: 1ch;
    background-color: #ffffff;
}

.maskunderline {
    display: inline-block;
    height: 4px;
    width: 1ch;
    border-top: 2px solid #000000;
    margin-right: 0.5ch;
}

.horizontal .option {
    display: inline-block;
    margin-right: 1.5em;
}

.MC_Graphic .questions {
    border: 1px solid #ffffff;
    clear: both;
}

.MC_Graphic .option {
    display: inline-block;
    position: relative;
    width: 25%;
    margin-bottom: 1em;
    padding-right: 1em;
    text-align: center;
    page-break-inside: avoid;
}

    .MC_Graphic .option .optiontext {
        min-height: 4em;
        line-height: 4em;
        width: 100%;
        border:8px solid #dadada;
        border-radius:16px;
        padding:0;
        transition: 0.25s ease-in-out;
        cursor: pointer;
    }

.MC_Graphic .optioninput {
    display:none;
}


.MC_Graphic .optioninput:checked + .optiontext
{
    border:10px solid #067cc1;
    transition: 0.25s ease-in-out;
    margin-top: -2px;
    -webkit-box-shadow: 0px 0px 17px -2px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 17px -2px rgba(0,0,0,0.3);
    cursor: not-allowed;
}

.MC_Graphic .option .optionletter {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -2em;
    text-align: center;
}

.MC_Graphic .option img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.MC_Graphic .optionsend {
    display: block;
    height: 1px;
    overflow: hidden;
    clear: both;
}

.blankpage {
    page-break-before: always;
    font-weight: bold;
    padding-top: 30em;
}

.sectionheader {
    font-weight: bold;
    font-size: 18pt;
    page-break-before: always;
    clear: both;
}

.extracontent {
    margin-top: 5em;
}

.questionswithsimulus {
    page-break-before: always;
}

.rubric {
    position: absolute;
    background-color: #e0f2f6;
    font-style: italic;
    left: 0px;
    right: 0px;
    padding: 1em 15px 1em 15px;
    border-bottom: 1px solid #cccccc;
}

.timerArea {
    display: inline-block;
    width: 60%;
    max-width:250px;
    margin-bottom: 1em;
}

.timerIcon {
    display: inline-block;
    width: 30%;
    max-width: 100px;
    text-align: center;
    color: #dddddd;
}

.timerHeader {
    display: block;
    background-color: #eeeeee;
    padding: 8px;
    text-align: center;
}

.timerContent {
    display: block;
    background-color: #999999;
    color: #ffffff;
    padding: 8px;
    text-align: center;
}

.activeTimer .timerIcon {
    /*color: #e83046;*/
    color: #ff3399;
}

.activeTimer .timerHeader {
    /*color: #e83046;*/
    color: #ff3399;
}

.activeTimer .timerContent {
    /*background-color: #e83046;*/
    background-color: #ff3399;
}

#speakingUpload {
    display: none;
}

.titleTimer {
    position: absolute;
    top: 12px;
    left: 50%;
    width: 300px;
    margin-left: -150px;
    text-align: center;
    line-height: 32px;
    color: #ffffff;
}

    .titleTimer .timerContent {
        display: block;
        background-color: transparent !important;
        color: #ffffff;
        padding: 0px;
        text-align: center;
    }


.stimulus {
    position: absolute;
    left: 0px;
    top: 15px;
    right: 51%;
    bottom: 15px;
    overflow: auto;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 15px;
    padding-right: 15px;
    margin: -15px;
    border: 15px solid #f1f1f1;
    box-shadow: 1px 0px 0px 0px #cccccc;
    background-color: #f1f1f1;
}

    .stimulus img {
        width: 100%;
    }

.speakingstimulus {
    background-color: #ffffff;
    border: 15px solid #ffffff;
}

.writingstimulus {
    background-color: #ffffff;
    border: 15px solid #ffffff;
}


.questionswithsimulus {
    position: absolute;
    left: 51%;
    top: 15px;
    right: 0px;
    bottom: 15px;
    overflow: auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 15px;
}

.questionsnostimulus {
    position: absolute;
    left: 0px;
    top: 3.5em;
    right: 0px;
    bottom: 15px;
    overflow: auto;
    padding-left: 15px;
    padding-right: 15px;
}



.prompt {
    margin-bottom: 1em;
    font-weight:bold ;
}

.grouptitle {
    font-weight: bold;
}

.box {
    padding: 1px;
    margin-bottom: 1.6em;
}

.questiongroup {
    page-break-inside: avoid;
}

.question {
    page-break-inside: avoid;
    margin-bottom: 2.5em;
}

.box .question:first-child {
    margin-top: 0em;
}

.box .question:last-child {
    margin-bottom: 0em;
}


.ET .questiongroup {
    page-break-inside: auto;
}

.ET .question {
    page-break-inside: auto;
}

.questionnumber::after {
    content: ".";
    margin-left: -0.2em;
}


.inlinequestion {
    white-space: nowrap;
}

    .inlinequestion .questionnumber {
        font-weight: bold;
    }

        .inlinequestion .questionnumber::before {
            content: "(";
        }

        .inlinequestion .questionnumber::after {
            content: ")";
            margin-left: 0em;
        }

.marks {
    font-style: italic;
    text-align: right;
    padding-top: 1em;
    clear: both;
}

.box.GM {
    line-height: 2em;
}


.MT .question {
    margin-bottom: 0px !important;
}

    .MT .question:last-child {
        margin-bottom: 2.5em !important;
    }

.MT .prompt {
}

.MT .option {
    display: inline-block;
}

.MT .prompt img{
    width:75%;
}

.MT .optioninput {
    opacity: 0;
    position: absolute;
}

.MT .optiontext {
    border: 1px solid #cccccc;
    background-color: #ffffff;
    border-radius: 2px;
    margin-left: 0px;
    margin-right: 0px;
    min-width: 2em;
    text-align: center;
    text-transform: uppercase;
}

    .MT .optiontext:hover {
        border: 1px solid #adadad;
        background-color: #e6e6e6;
    }

.MT input[type="radio"]:focus + .optiontext {
    outline: dotted;
    outline-width: 1px;
}

.MT input[type="radio"]:checked + .optiontext {
    background-color: #5bc0de;
    border: 1px solid #5bc0de;
    color: #ffffff;
}

    .MT input[type="radio"]:checked + .optiontext:hover {
        background-color: #31b0d5;
        border: 1px solid #2aabd2;
    }

.matchingoptions .optionletter {
    display: inline-block;
    float: left;
    text-transform: uppercase;
}

.matchingoptions .optiontext img {
    width: 50%;
}

.extendedText
{
    position:absolute;
    left:0px;
    top:0px;
    bottom:0px;
    right:0px;
}

.extendedTextInput{
    position:absolute;
    left:0px;
    top:0px;
    bottom:32px;
    right:0px;
}

.extendedTextWordcount{
    position:absolute;
    left:0px;
    bottom:0px;
    right:0px;
    height:32px;
    text-align:right;
    font-style:italic;
    line-height:32px;
}

.extendedTextInput textarea {
    width: 100%;
    height: 100%;
    border: none;
    background-attachment: local;
    background-image: url(images/essay.png);
    line-height: 31px;
    padding: 0px 24px 0px 24px;
    resize: none;
}



ol.LetteredList {
    counter-reset: my-counter;
    list-style-type:none;
    margin-left:0px;
    padding-left:0px;
}

ol.LetteredList li
{
    margin-left:3em;
    margin-bottom:1em;
}

ol.LetteredList li:before {
    content: counter(my-counter, upper-alpha);
    counter-increment: my-counter;
    display:inline-block;
    margin-left: -3em;
    width:3em;
    font-weight: bold;
}