td{
    vertical-align: top;
}

.disable-selection {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

div#webapp-wrapper {
    background-color: #ffffff;
}

@media only screen and (min-width: 1023px) {
    div#webapp-wrapper {
        width: 1023px;
        position: absolute;
        left: 50%;
        transform: translate(-50%,0);
        margin:0px;
        padding:5px;       
    }
}


div.header{
    margin-left:12px; font-size: 80%; color: #0066CC; letter-spacing: 1px;
}


/* For navbar colour */
.bg-custom {
	background-color: #C8D9F9 !important;
}

div.teacher-title {
    font-weight: bold;
    margin-left: 15px;
}

div.teacher-name {
    font-weight: bold;
    margin-left: 15px;
}

div.teacher-photo {
    float: left;
    margin-left: 15px;
}

div.indicator-image {
    margin: 2px 5px 2px 5px;
    float: left;
}

div.teacher-title,
div.technical-help-title,
div.coursework-worksettitle,
div.orallesson-title,
div.outcome-title {
    float: left;
    /*font-weight: bold;*/
    margin-left: 5px;
}

div.technical-help-title {
    float: left;
    font-weight: bold;
    margin-left: 5px;
    font-size: 18px;
}

div.outcome-heading,
div.outcome-description,
div.teacher-heading,
div.technical-help-email-heading {
    float: left;
    font-weight: normal;
    /*width: 110px; */
    margin-left: 10px;
    color: #555555;
    font-size: 100%;
    padding-right: 5px;
    padding-top:5px;
}


@media only screen and (max-width: 1023px) {
    .coursework-heading-row {
        display: none;
    }
}


.coursework-heading-row span{
    font-size:90%;
    padding-left:20px;
    display:inline;
    float:left;
}


/* ------------  Oral lessons  ----------------------- */
@media only screen and (max-width: 1023px) {
    .orallessons-heading-row {
        display: none;
    }
}

.orallessons-heading-row span {
    font-size: 90%;
    padding-left: 20px;
    display: inline;
    float: left;
}

@media only screen and (min-width: 1023px) {
    .orallesson-due-date-width {
        width: 70px;
    }

    .orallesson-completed-date-width {
        width: 90px;
    }

    .orallesson-grade-width {
        width: 70px;
    }
}

div.orallesson-heading {
    float: left;
    font-weight: normal;
    /*width: 110px; */
    margin-left: 10px;
    color: #555555;
    font-size: 100%;
    padding-right: 5px;
    padding-top: 5px;
}

@media only screen and (min-width: 1023px) {
    div.orallesson-heading {
        display: none;
    }
}



@media only screen and (min-width: 1023px) {
    div .orallesson-value {
        padding-left: 10px;
    }
}

div .orallesson-value-comments {
    /* width: 260px; */
    width: calc(100% - 30px);
}

@media only screen and (min-width: 1023px) {
    div .orallesson-value-comments {
        /* width: 340px; */
        width: calc(100% - 30px);
    }
}


div.coursework-heading {
    float: left;
    font-weight: normal;
    /*width: 110px; */
    margin-left: 10px;
    color: #555555;
    font-size: 100%;
    padding-right: 5px;
    padding-top: 5px;
}

@media only screen and (min-width: 1023px) {
    div.coursework-heading {
        display: none;
    }
}

.phone-layout-force-newline {
    display:none;

}

@media only screen and (max-width: 1023px) {
    .phone-layout-force-newline {
        display:block;
        clear: both;
    }
}


/*
@media only screen and (max-width: 600px) {
    div.coursework-heading,
    div.orallesson-heading,
    div.outcome-heading,
    div.outcome-description,
    div.teacher-heading,
    div.technical-help-email-heading {
        float: left;
        font-weight: normal;
        width: 110px;
        margin-left: 45px;
        color: red;
    }
}*/
div.technical-help-email-heading {
    width: 50px;
}

div.outcome-heading {
    width: 150px;
}

div.outcome-description {
    width: 200px;
}

div.coursework-value,
div.orallesson-value,
div.outcome-value,
div.teacher-value,
div.technical-help-email-value {
    float: left;
    padding-top: 5px;
    color: #660000;
}

@media only screen and (min-width: 1023px) {
    .coursework-due-date-width {
        width: 70px;
    }

    .coursework-submitted-date-width {
        width: 90px;
    }

    .coursework-grade-width {
        width: 70px;
    }
}







@media only screen and (min-width: 1023px) {
        div .coursework-value {
        padding-left:10px;
    }
}

div .coursework-value-comments {
    width: 260px;
}

@media only screen and (min-width: 1023px) {
    div .coursework-value-comments {
        width:340px;
    }
}

div.technical-help-bodytext {
    float: left;
    margin-left: 5px;
}

div.floatleft {
    float: left;
}

/*
.orallesson td:nth-child(2) {
    color: #333333;
    font-weight: normal;
    cursor: auto;
}
    */
.outcome-date-completed {
    color: #660000;
}

.outcome-feedback-button {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #339933;
    /*height: 20px;    */
    padding: 5px 20px 5px 20px;
    border-radius: 25px 25px 25px 25px;
    margin: 10px 0px 10px 40px;
    text-align: center;
    cursor: pointer;
    width: 150px;
    font-size: 120%;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}


.column {
    float: left;
    width: auto;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

.coursework-heading {
    color: #888888;
    font-size: 100%;
}

.coursework-worksettitle, .orallesson-title, .outcome-title {
    font-size: 120%;
    padding-top: 3px;
}
.coursework-worksettitle {
    color: #0066CC;
    
}
/*  xxxxxxxxxxxxxxxxxxxxxxx   seminars styles */

div.seminars_divs {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 30px;
    width: 100%;
    font-weight: normal;
    font-size: 90%;
}

div.seminar_divs-column1 {
    margin-left: 0px;
    margin-right: 0px;
    float: left;
    width: 90%;
}

div.seminar_divs-column2 {
    margin-left: 20px;
    margin-right: 0px;
    float: left;
    /*width: 50%;*/
}

.seminar_divs-title {
    color: #0066CC;
    font-size: 110%;
    font-weight: normal;
    margin: 10px 0px 0px 10px;
    font-family: Calibri, Verdana, Ariel, sans-serif;
    font-size: 13pt;
    overflow-x: hidden;
    text-align: left;
}

.seminars_divs h3 {
    color: #0066CC;
    font-weight: normal;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: Calibri, Verdana, Ariel, sans-serif;
    font-size: 150%;
    overflow-x: hidden;
    text-align: left;
}

div.seminar {
    margin: 10px;
    border: thin solid #777777;
    padding: 10px;
    display: flex;
    flex-direction: column;
    padding: 5px;
    background-color: #ffffff;
    border: thin solid #0066cc;
    margin: 0px 0px 20px 0px;
}

.seminarDetails hr {
    margin: 10px;
    border-bottom: thin solid #777777;
    background-color: #FFFFFF;
}

div.seminarDetails {
    padding: 10px;
    background-color: #C8D9F9;
}

div.seminar h2 {
    font-size: 150%;
    color: #0066CC;
    margin-left: 0px;
}

div.seminar li {
    margin-bottom: 0px;
}

div.seminar ul {
    margin-bottom: 5px;
}

div.seminar p {
    margin-bottom: 5px;
    margin-top: 0px;
}

div.seminar a {
    color: #CC6600;
    font-size: 100%;
    margin-left: 0px;
    margin-right: 0px;
}

div.seminar h3 {
    font-size: 110%;
    margin-bottom: 5px;
    margin-top: 10px;
}


.seminar_divs-column1 {
    flex: 2;
    margin-right: 15px;
}

.seminar_divs-column2 {
    flex: 1;
    margin-left: 10px;
}

div.seminar-selector {
    display: block;
    cursor: pointer;
}

div.seminar-name {
    font-size: 120%;
    user-select: none;
    color: #0066cc;
    cursor: pointer;
    float: left;
}

.dt {
    float: right;
    font-weight: bold;
}

.seminar-selector::after {
    content: "+";
    margin-left: 5px;
}
/*
.active::after {
    content: "-";
    margin-left: 5px;
}*/

.myDIV {
    margin-top: 5px;
    padding: 10px;
    border-top: thin dashed #0066cc;
    display: none;
}

.coursework_template_holder {
    cursor: pointer;
    margin-top: 3px;
    margin-bottom: 3px;
    font-size: 80%
}

.section-titles {

    font-weight: 700;
    color: #0066CC;
    padding-top: 5px;
    font-size: 1.5em;
}



.template_holder {
    margin-top: 3px;
    margin-bottom: 3px;
    font-size: 80%
}

#courseDiv .heading-row {
    background-color: #0066CC;
    height: 60px;
}







/* -----------------------------------------  WORKSET -----------------------------*/
#worksetDiv {
    display: none;
    font-size: 12pt;
    padding-left: 0px;
    font-family: Calibri, Verdana, Ariel, sans-serif;
}
#worksetDiv .contentindent{
    margin-left: 20px;
    margin-right: 20px;

}

    #worksetDiv .heading-row {
        background-color: #0066CC;
        height: 60px;
    }

    #worksetDiv .home-button {
        padding-left: 5px;
        float: left;
    }


    #worksetDiv .heading-texts {
        float: left;
    }

    #worksetDiv .heading-language-and-year-text {
        padding-top: 5px;
        color: #FFFFFF;
        font-size: 80%;
        padding-left: 10px;
        padding-top: 10px;
        line-height: 90%;

    }

    #worksetDiv .heading-workset-name {
        color: #FFFFFF;
        font-size: 180%;
        padding-left: 10px;
        line-height: 90%;
    }

    #worksetDiv .activities-menu {
        color: #0066CC;
        font-size: 18px;
        float: left;
        font-style: bold;
    }

    #worksetDiv .main-body {
        padding-left: 10px;
        font-size: 20px;
        float: left;
        display: inline;
    }

#workset_overallcomments {
    display: none;
}


#worksetDiv .multiActView_corrected_upload {
    display: none;
}

#worksetDiv .multiActView_corrected_mailed {
    display: none;
    background-color: #FFD6D6;
}

#worksetDiv .viewholder {
    display: none;
}

/*#worksetDiv .webapp-h1 {
    font-size: 240%;
    color: #0066CC;
    font-weight: normal;
    margin: 0px 0px 10px -10px;
    background-color: #C8D9F9;
    padding-bottom: 1px;
    padding-left: 20px;
    padding-right: 5px;
    padding-top: 1px;
}*/
#worksetDiv h1 {
    font-size: 240%;
    color: #0066CC;
    font-weight: normal;
    margin: 0px 0px 10px -10px;
    background-color: #C8D9F9;
    padding: 1px 5px 1px 20px
}
#worksetDiv  h2 {
    font-size: 160%;
    font-weight: bold;
    color: #0066CC;
    margin: 0px 0px 10px 0px;
    padding-bottom: 0px;
    padding-right: 5px;
    padding-top: 10px;
}

#worksetDiv h3 {
    font-size: 140%;
    color: #0066CC;
    font-weight: bold;
    margin-top: 10px;
    padding-bottom: 0px;
    padding-right: 5px;
    font-weight: normal;
    border-bottom: thin solid #0066CC;
}

 p {
    color: #000000;
    margin: 0px 0px 10px 0px;
    padding-bottom: 0px;
    padding-right: 10px; /*
    padding-top: 10px;*/
}

#worksetDiv .multichoiceradiobtn  {
    color: red;
}

#worksetDiv input[type='radio'] {
    height: 20px;
    width: 20px;
    vertical-align: middle;
}


#worksetDiv iframe {
         width: 640px;
         height: 360px;
     }
#worksetDiv div.options {
    margin: 0px 20px 0px 0px;
    padding: 0px 0px 0px 0px;
    border: 4px solid #C8D9F9;
}


#worksetDiv p.or {
    background-color: #C8D9F9;
    color: #0066CC;
    padding: 3px 10px 3px 10px;
    text-align: center;
    margin: 0px 0px 10px 0px;
    font-size: 100%;
}

#worksetDiv p.or2 {
    text-align: left;
}

#worksetDiv a.WFSlink {
    display: block;
    color: #FFFFFF;
    text-decoration: none;
    background-color: #0066CC;
    height: 35px;
    padding: 5px 20px 5px 20px;
    border-radius: 25px 25px 25px 25px;
    color: #FFFFFF;
    margin: 10px 0px 10px 10px;
    font-size: 100%;
    background-image: url(../images/download_icon.png);
    background-repeat: no-repeat;
    background-position: right;
    width: 310px;
}

#worksetDiv div#pagenav {
    margin-top: 30px;
    border-top: 4px solid #C8D9F9;
    height: 50px;
}

#worksetDiv #right {
    margin-top: 5px;
    float: right;
    width: 50px;
    height: 50px;
    background-image: url("../images/next.png");
    background-repeat: no-repeat;
}

/* ------------------------ navigation link tags ------------------------ */
#worksetDiv a.nav {
    FONT-SIZE: 100%;
    margin-left: 20px;
    color: #003399;
    text-decoration: underline;
    margin-right: 0;
    font-weight: bold;
}

#worksetNextPage
{
	float:right;
}

/* ------------------------ bottom navigation------------------------ */

div#pagenav{
    margin-top: 30px;
    border-top: 4px solid #C8D9F9;
    width:90%;
    margin-left: 20px;
    padding=top: 20px;
    height: 50px;
}

#left{
    margin-top: 5px;
    float:left;
    width:50px;
    height: 50px;

    background-image: url("../images/prev.png");
    background-repeat:no-repeat;
}

#right{
  margin-top: 5px;
    float:right;
    width:50px;
    height: 50px;
    background-image: url("../images/next.png");
    background-repeat:no-repeat;
   }


 table.pagenav{
    width: 90%;
    background: #DDDDDD;

}
td.previous:before{
       /* background-image:   url("../images/prev.png");        */
    content: url("../images/prev.png");;
    height: 60px;
    vertical-align: middle;

}
/* ------------------------ tags for resource page ------------------------ */






#worksetDiv .blue-colour {
    color: #003399;
}

#worksetDiv a.pdflink {
    background-color: #990000
}

#worksetDiv .options h4 {
    color: #0066CC;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 20px;
    font-size: 100%;
    font-weight: 400;
    line-height: 100%;
    overflow: hidden;
}



#worksetDiv .submitbox-inner {
    /*border: 4px solid #0066CC;
    border-radius: 25px 25px 25px 25px;
    margin-right: 20px;*/
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
  /*  background-color: #FFFFCC; */
}


#worksetDiv div.submitworkset {
    height: 40px;
    background-color: #0066CC;
    padding: 5px 20px 0px 20px;
    border-radius: 25px 25px 25px 25px;
    /* display:inline-block;  */
    vertical-align: bottom;
    color: #FFFFFF;
    width: 200px;
    margin: 10px 0px 0px 40px;
    font-weight: bold;
    font-size: 140%;
    text-decoration: none;
    text-align: center;
}

/* ------------------------   workset submit tags for summary page   */

#worksetDiv .workset-page-nav-button {
    color: #003399;
    border: 1px solid #0066cc;
    border-radius: 5px;
    margin-right: 3px;
}

#worksetDiv div.submitbox {
    /*border: 4px solid #0066CC;
    margin: 10px 40px 20px 40px;
    border-radius: 25px 25px 25px 25px;
    padding-bottom: 20px;
    padding-left: 20px;
    background: #EEEEEE;
    width: 700px;*/
    margin-right: 20px;
}

#worksetDiv .submitbox li {
    font-size: 90%;
}

#worksetDiv .submitbox ul {
    margin-bottom: 30px;
}

#worksetDiv .submitbox a {
    margin-top: 50px;
}

#worksetDiv div.aftersubmit {
    display: none;
}

#worksetDiv .submitlink {
    display: inline-block;
    color: #FFFFFF;
    text-decoration: none;
    background-color: #0066CC;
    background-color: #CC0000;
    padding: 5px 30px 5px 30px;
    border-radius: 25px 25px 25px 25px;
    color: #FFFFFF;
    margin: 10px 0px 10px 0px;
    font-weight: bold;
    font-size: 130%;
    text-align: center;
	cursor:pointer;
}

#worksetDiv div.submitmessage {
    /*background-color: #FFCC33; */
    margin: 40px;
    margin-top: 10px;
    color: #CC0000;
    font-weight: bold;
    background-color: #FFB9B9;
    padding: 10px;
    border: 3px dashed #CC0000;
    font-weight: normal;
    display: none;
}



#worksetDiv .submitmessage p {
    margin-left: 0px;
    font-size: 90%;
}

#worksetDiv .audio-track-name {
    font-weight: bold;
}

#worksetDiv  div.audiobtn {
        width: 25px;
        height: 25px;
        background-image: url(../images/audio2.png);
        background-repeat: no-repeat;
    }

#worksetDiv audio {
    /*width: 500px;    */
    padding: 10px 0px 10px 0px;
    }

#worksetDiv audio::-webkit-media-controls-panel {
    background-color: #C8D9F9 !important;
}


#worksetDiv #listening-tracks {
    padding-left: 10px;
}

#worksetDiv #aims-and-feedback {
    padding-left: 10px;
}

#worksetDiv #submission {
    padding-left: 5px;
}


#worksetDiv textarea {
    border: 1px solid #888;
    margin-left: 0px;
    width: 98%;
    background: #e9f0f6;
    /* background: #FFCC99; */
    padding: 5px;
    font-size: 100%;
    height: 22px;
    font-family: Calibri, Verdana, Ariel, sans-serif;
    color: #660000;
}


#worksetDiv  .Textbox_word {
    width: 100px;
    height: 25px;
    padding: 2px;
    vertical-align: middle;
    min-width: 100px;
    resize: horizontal;
    /*margin-left: 20PX;    */

    }
#worksetDiv .Textbox_quarter {
    width: 200px;
    height: 12px;
    margin:0px;
    margin-left:5px;
    margin-right:5px;

    padding: 3px;
}

#worksetDiv .Textbox_half {
    width: 300px;

    margin-left: 20PX;
    padding: 3px;

}

#worksetDiv .Textbox_1_lines {
   height: 30px;
    min-height: 30px;
    resize: vertical;

}

#worksetDiv .Textbox_2_lines {
   height: 60px;
    min-height: 30px;
    resize: vertical;
  }

#worksetDiv .Textbox_4_lines {
   height: 90px;
    min-height: 30px;
    resize: vertical;
}

#worksetDiv .Textbox_8_lines {
   height: 120px;
    min-height: 30px;
    resize: vertical;
  }
#worksetDiv   .Textbox_16_lines {
   height: 240px;
    min-height: 30px;
    resize: vertical;
  }
#worksetDiv  .Textbox_20_lines {
   height: 300px;
    min-height: 30px;
    resize: vertical;
  }
#worksetHomeButton {
    cursor: pointer;
}

#worksetDiv .listening-player-row {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 2px dashed #777777;
    ;
}

.upload_form_cont {
}

#upload_form {
}


    #upload_form > div {
        margin-bottom: 10px;
    }

#speed, #remaining {
    float: left;
    width: 100px;
}

#b_transfered {
    float: right;
    text-align: right;
}

.clear_both {
    clear: both;
}

input {
}

    input[type=button] {
    }

#progress_info {
    font-size: 10pt;
}

#fileinfo, #workset_file_error, #workset_upload_network_error, #abort, #warnsize {
    display: none;
    font-size: 12pt;
    margin-top: 5px;
    color: red;
}

#progress {
    border: 1px solid #ccc;
    display: none;
    float: left;
    height: 14px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: -moz-linear-gradient(#66cc00, #4b9500);
    background: -ms-linear-gradient(#66cc00, #4b9500);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #66cc00), color-stop(100%, #4b9500));
    background: -webkit-linear-gradient(#66cc00, #4b9500);
    background: -o-linear-gradient(#66cc00, #4b9500);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66cc00', endColorstr='#4b9500');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#66cc00', endColorstr='#4b9500')";
    background: linear-gradient(#66cc00, #4b9500);
}

#progress_percent {
    float: right;
}

#upload_response {
    margin-top: 10px;
    padding: 20px;
    overflow: hidden;
    display: none;
    border: 1px solid #ccc;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 0 0 5px #ccc;
    background: -moz-linear-gradient(#bbb, #eee);
    background: -ms-linear-gradient(#bbb, #eee);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bbb), color-stop(100%, #eee));
    background: -webkit-linear-gradient(#bbb, #eee);
    background: -o-linear-gradient(#bbb, #eee);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bbb', endColorstr='#eee');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#bbb', endColorstr='#eee')";
    background: linear-gradient(#bbb, #eee);
}

a.viewuploadlink {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #0066CC;
    height: 25px;
    padding: 5px 20px 5px 20px;
    border-radius: 25px 25px 25px 25px;
    color: #FFFFFF;
    margin: 10px 0px 10px 40px;
    font-size: 100%;
    text-align: center;
    display: none;
}

/* ------------------------   vew uploaded file, button   */

a.viewuploadlink {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #0066CC;
    height: 25px;
    padding: 5px 20px 5px 20px;
    border-radius: 25px 25px 25px 25px;
    color: #FFFFFF;
    margin: 10px 0px 10px 40px;
    font-size: 100%;
    text-align: center;
    display: none;
}

/* ------------------------   view corrected version of uploaded file, button   */

a.viewcorrecteduploadlink {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #339933;
    height: 25px;
    padding: 5px 20px 5px 20px;
    border-radius: 25px 25px 25px 25px;
    color: #FFFFFF;
    width: 150px;
    margin: 0px 0px 0px 0px;
    font-weight: bold;
    font-size: 70%;
    text-align: center;
    display: none;
}


a.uploadlink {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #0066CC;
    height: 25px;
    padding: 5px 20px 5px 20px;
    border-radius: 25px 25px 25px 25px;
    color: #FFFFFF;
    margin: 10px 0px 10px 40px;
    font-size: 100%;
    text-align: center;
}

.contentindent a.savebtn, .submitbox a.savebtn {
    color: #38648A;
    font-size: 120%;
    padding: 6px 20px 6px 20px;
    border-radius: 25px 25px 25px 25px;
    border: 2px solid #38648A;
    margin: 10px 0px 20px 0px;
    background-color: #e9f0f6;
    display: block;
    width: 90px;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
}

#resources-div {
    display: none;
}

#resources-div .heading-row {
    background-color: #0066CC;
    height: 60px;
}

#resources-div .back-button {
    padding-left: 5px;
    float: left;
}

#resources-div .heading-texts {
    float: left;
}

#resources-div .heading-language-and-year-text {
    padding-top: 2px;
    color: #FFFFFF;
    font-size: 18px;
}

#resources-div .resouce-library-name {
    color: #FFFFFF;
    font-size: 20px;
    padding-top: 0px;
    margin-top: 0px;
}



#resource-content h5 {
    margin: 10px 5px 5px 0px;
    padding: 5px 5px 5px 5px;
    color: #003399;
    font-weight: bold;
    background-color: #C8D9F9;
    width: 300px;
}

#resources-back-button {
    cursor: pointer;
}

.resources-button {
    padding-top: 4px;
    padding-right: 5px;
    float: right;
    cursor: pointer;
}

#logout-div {
    display: none;
}

.course-list-item {
    font-size: 25px;
    color: #0066CC;
    cursor:pointer;
}

#course-selector-heading {
    font-size: 30px;
    margin-left: 20px;
}

#course-back-button {
    float: left;
    cursor: pointer;
}

.heading-course-name {
    color: #FFFFFF;
    float: left;
    font-size: 240%;
    line-height: 100%
}


#alert-div .heading-row {
    background-color: #0066CC;
    height: 60px;
    margin-bottom:20px;
}

#alert-div-popup{
margin: 5px;
padding: 5px;
border: 4px solid #0066CC;
border-radius: 25px 25px 25px 25px;
margin: auto;
}

@media only screen and (min-width: 768px) {
    #alert-div-popup {
      width: 40%;
    }
}
@media only screen and (min-width: 1023px) {
    #contact-content {
        width: 50%;
        overflow-x: hidden;
        overflow-y: auto;
        height:653px;
        padding-left:10px;
    }
    #news-content {
        width: 50%;
        overflow-x: hidden;
        overflow-y: auto;
        height: 653px;
        padding-right: 10px;
    }
}

#workset-content-pages
{
	float:left;
	width:790px;
	margin-left:20px;
	height:710px;
	overflow-y:auto;
}
#coursework-content-div
{
    padding:5px;
	height:658px;
}

#resource-content {
	padding: 10px 5px 0px 0px;
	height:710px;
	overflow-y:auto;
}

#activity-wrapper{
	height:710px;
}

/* ------------------------ activity heading table ------------------------ */

div.activity {
    /*background-color: #003399;  */

    border:     4px solid #0066CC;
    width: 600px;
    height: 42px;
    color: #0066CC;
    font-size: 130%;
    font-weight: bold;
    padding: 2px 5px 2px 10px;
    border-radius: 25px 25px 25px 25px;
    display:inline-block;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 0px;
}
div.actArrow{
   float: right;
   margin-right:5px;
   content:url(../images/circle_arrow.png);

}

div.actStatus {
  float:right;
  padding-top:4px;
  padding-right:10px;
  font-size:18px;
  font-weight:normal;
    font-family: Calibri, Verdana, Ariel, sans-serif;
}
span.actSub{
   font-size:80%;
   font-weight: normal;
   color: #777777;
    font-family: Calibri, Verdana, Ariel, sans-serif;
}

div.wrap{
	border: 2px dashed #777777;
	padding: 10px;
}

a.downloadlink {
text-decoration: none;
background-color: #FFFFff;
height: 25px;
padding: 5px 20px 5px 45px;
color: #0066CC;
width: 150px;
margin: 10px 0px 10px 20px;
font-size: 100%;
background-image: url(../images/download.png);
background-repeat: no-repeat;
}



/* ----------------------    Activity and Help / Instructions divs ------------------------*/


#activity-div .heading-row {
    background-color: #0066CC;
    height: 60px;
}

#activity-div .home-button {
    padding-left: 5px;
    float: left;
    cursor: pointer;
}


#activity-div .heading-texts {
    float: left;
}

#activity-div .heading-language-and-year-text {
    padding-top: 5px;
    color: #FFFFFF;
    font-size: 14px;
}

#activity-div .heading-workset-name {
    color: #FFFFFF;
    font-size: 20px;
}

#activity-div .instructions-button {
    padding-top: 4px;
    padding-right: 5px;
    float: right;
    cursor: pointer;
}

.activity-start-screen-style {
    background-color: #C0C0C0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 708px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: none; /* needs to be flex when displaying */
}

.activity-start-screen-popup {
    background-color: white;
    width: 600px;
    height: 340px;
    font-weight: bold;
	position:relative;
	top:-65px;
}


.activity-start-screen-popup-title {
    background-color: #ffd800;
    color: white;
    font-size: 30px;
    margin: 5px;
    height: 50px;
    text-align: left;
    padding-left: 10px;
}

#activity-start-screen-text {
    margin: 10px 0px 30px 0px;
    text-align: left;
    margin: 20px;
	height:180px;
	overflow-y:auto;
}

#activity-start-screen-text h3 {
    font-size: 20px;
    text-align: left;
}



#activity-start-screen-english-button {
    background: #E0E0E0;
    width: 120px;
    height: 30px;
    color: white;
    float: right;
    margin-right: 20px;
    margin-top: 20px;
    cursor: pointer;
}

#activity-start-button
{
	cursor:pointer;
	position: relative;
	top: -62px;
	right: 0px;
}

.activity-instructions-screen-style {
    background-color: #C0C0C0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 708px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: none; /* needs to be flex when displaying */
}

.activity-instructions-screen-popup {
    background-color: white;
    width: 600px;
    height: 340px;
    font-weight: bold;
	position:relative;
	top:-65px;
}


.activity-instructions-screen-popup-title {
    background-color: #ffd800;
    color: white;
    font-size: 30px;
    margin: 5px;
    height: 50px;
    text-align: left;
    padding-left: 10px;
}

#activity-instructions-screen-text h3 {
    font-size: 20px;
    text-align: left;
}

#activity-instructions-screen-text {
    margin: 10px 0px 30px 0px;
    text-align: left;
    margin: 20px;
	height:180px;
	overflow-y:auto;
}

#activity-instructions-screen-english-button {
    background: #E0E0E0;
    width: 120px;
    height: 30px;
    color: white;
    float: right;
    margin-right: 20px;
    margin-top: 20px;
    cursor: pointer;
}

#activity-instructions-close-button
{
	cursor:pointer;
	position: relative;
	top: -62px;
	right: 0px;
}

.activity-end-screen-style {
    background-color: #C0C0C0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: none; /* needs to be flex when displaying */
}

.activity-end-screen-popup {
    background-color: white;
    width: 600px;
    height: 340px;
    font-weight: bold;
}


.activity-end-screen-popup-title {
    background-color: #ffd800;
    color: white;
    font-size: 30px;
    margin: 5px;
    height: 50px;
    text-align: left;
    padding-left: 10px;
}

#activity-end-screen-text h3 {
    font-size: 20px;
    text-align: left;
}

#activity-end-screen-text {
    margin: 10px 0px 30px 0px;
    text-align: left;
    margin: 20px;
}



/* ------------------------ text highlight and colours ------------------------ */
span.highlight {
    background-color: #FFFF00;
}

span.red {
    color: #CC0000;
    font-weight: bold;
}

.maroon {
    color: #643102;
    /* font-weight: bold; */
    padding-top: 10px;
    font-size: 100%;
}

span.blue {
    color: #0033CC;
    font-weight: bold;
}

.darkblue {
    color: #2B3F6F;
    /*font-weight: bold; */
    padding-top: 10px;
    font-size: 100%;
}

span.green {
    color: #006600;
    font-weight: bold;
}

span.purple {
    color: #7030A0;
    font-weight: bold;
}

/* ------------------------ table with grey lines ------------------------ */

table.vmid {
    margin-left: 60px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.vmid td {
    border: none;
    padding: 5px 5px 5px 5px;
    vertical-align: middle;
}

table.box {
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
    border-collapse: collapse;
    background: #E8EFFD;
}

.box td {
    border: 1px solid #777777;
    padding: 5px 5px 5px 10px;
    /* text-align: center;   */
}
/* fiddle to make right  border of last td show inside app
.box tr td:last-child {
    border-right: 2px solid #777777;
}

.box tr:last-child {
    border-bottom: 2pt solid black;
}
*/
.box th {
    border-top: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    padding: 5px 8px 5px 8px;
    /*text-align: center; */
    font-weight: bold;
    background: #FFFFFF;
}

.box td ul {
    margin-left: 10px;
}


.box td li {
    font-size: 90%;
    margin-left: 5px;
}

LI table.box {
    margin: 5px 0px 5px 0px;
}


.block {
margin-bottom:20px;
}

/* ------------------  HTML multichoice  ------------------------- */
.radiobtn{
  	      position:relative;
          border: medium solid #DDDDDD;
          margin-top:20px;
          margin-bottom:20px;
          margin-left: 0px;
          width: 580px;
          height: 250px;
          padding: 10px;
          padding-left: 0px;
	   }

.radiobtn td{
  vertical-align: middle;
  font-size: 100%;
  color: #0066CC;
  padding-bottom: 5px;
  padding-right: 10px;
}

.cluetable td{
     color: black;
    padding-bottom: 10px;
}

.checktable td{
    padding-top: 20px;
}

#worksetDiv .inst  {
    font-size: 100%;
    font-weight: normal;
    color: #003399;
    margin-top: 15px;
    margin-bottom: 15px;
    /*margin-left: 50px;  */


}
.acttable
{
    margin-left: 40px;
    margin-right: 20px;
    font-family: Calibri, Verdana, Ariel, sans-serif;
    font-size: 13pt;
    color: #000000;
    overflow-x:hidden;

    text-align: left;
}

.imageButton
{
	position: absolute;
	cursor:hand;
	/*border: 3px solid transparent; */
	font-size: 100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}



/* ----------------------  For HTML Text Input ------------------------*/

/* Can't use global styles
textarea{
    border: 1px solid #888;
    margin-left: 0px;
    width: 98%;
    background: #e9f0f6;
     overflow: hidden;
     color: #660000;
    padding: 5px;
    font-size: 100%;
    height: 22px;
}
*/
.Textbox_word {
    border: 1px solid #888;
    margin-left: 0px;
    background: #e9f0f6;
	overflow: hidden;
	color: #660000;
    padding: 5px;
    font-size: 100%;
	
    width: 100px;
    height: 25px;
    padding: 2px;
    vertical-align: middle;
    min-width: 100px;
    resize: horizontal;
    /*margin-left: 20PX;    */
    }
	
.Textbox_quarter {
	border: 1px solid #888;
	margin-left: 0px;
	background: #e9f0f6;
	overflow: hidden;
	color: #660000;
	padding: 5px;
	font-size: 100%;

	width: 200px;
	height: 12px;
	margin:0px;
	margin-left:5px;
	margin-right:5px;
	padding: 3px;
}

.Textbox_half {
    border: 1px solid #888;
    margin-left: 0px;
    background: #e9f0f6;
	overflow: hidden;
	color: #660000;
    padding: 5px;
    font-size: 100%;
	
    width: 300px;
    margin-left: 20PX;
    padding: 3px;
}

.Textbox_1_lines {
	border: 1px solid #888;
	margin-left: 0px;
	background: #e9f0f6;
	overflow: hidden;
	color: #660000;
	padding: 5px;
	font-size: 100%;

	height: 30px;
	min-height: 30px;
	resize: vertical;

}

.Textbox_2_lines {
	border: 1px solid #888;
	margin-left: 0px;
	width: 98%;
	background: #e9f0f6;
	overflow: hidden;
	color: #660000;
	padding: 5px;
	font-size: 100%;

	height: 60px;
	min-height: 30px;
	resize: vertical;
  }

.Textbox_4_lines {
	border: 1px solid #888;
	margin-left: 0px;
	width: 98%;
	background: #e9f0f6;
	overflow: hidden;
	color: #660000;
	padding: 5px;
	font-size: 100%;

	height: 90px;
	min-height: 30px;
	resize: vertical;
}

.Textbox_8_lines {
	border: 1px solid #888;
	margin-left: 0px;
	background: #e9f0f6;
	overflow: hidden;
	color: #660000;
	padding: 5px;
	font-size: 100%;


	height: 120px;
	min-height: 30px;
	resize: vertical;
  }
  .Textbox_16_lines {
	border: 1px solid #888;
	margin-left: 0px;
	width: 98%;
	background: #e9f0f6;
	overflow: hidden;
	color: #660000;
	padding: 5px;
	font-size: 100%;


	height: 240px;
	min-height: 30px;
	resize: vertical;
  }
 .Textbox_20_lines {
	border: 1px solid #888;
	margin-left: 0px;
	width: 98%;
	background: #e9f0f6;
	overflow: hidden;
	color: #660000;
	padding: 5px;
	font-size: 100%;


	height: 300px;
	min-height: 30px;
	resize: vertical;
  }
  
table.inputtable{
    width: 90%;

}
.inputtable td + td{
      width: 25px;
  /*  background:red; */
    vertical-align: bottom;
}

table.dialogue{
     /* background-color: #FFFFEA;
      border: 3px dashed #BBBBBB;    */
      border-collapse: collapse;
      margin-left: 10px;
      margin-right: 20px;
      margin-bottom: 20px;
    }
    .dialogue td{
      padding: 10px;
      vertical-align: top;
      color: #000000;
      border-bottom: thin dashed #777777;
    }
    .dialogue td + td{
       font-style: normal;

    }
    .dialogue tr:nth-child(even) TD {
      /*color: #643102;
      background-color: #FFFFFF;     */
      font-style: italic;
      }
    .dialogue tr:nth-child(odd) TD {
      /*color: #2B3F6F;
      background-color: #EEEEEE;   */
      }

.yellowbox  .dialogue tr:last-child TD {
         border-bottom: none;
}

      table.examples
{
        border-collapse: collapse;
        background: #F4F4F4;
        margin: 15px 20px 15px 20px;

}

.examples td
{
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;

 border-top: 4px solid #FFFFFF;
    vertical-align: top;
    /*font-weight: bold; */

}

.examples td:nth-child(odd) {
        font-weight: bold;
}
.examples td:nth-child(even) {
        font-style: italic;
}


div.bluebox{
    border: 2px solid #BBBBBB;
    padding: 10px;
    background: #D3F4F8;
    margin-left: 20px;
    margin-right: 40px;
    width: 80%;
    color: #000000;
    margin-bottom: 20px;

}

.bluebox h2{
  font-size: 150%;
}


div.yellowbox{
    border: 3px dashed #BBBBBB;
    padding: 20px;
    background: #FFFFEA;
    margin-right: 40px;
    margin-left: 20px;


    color: #666666;
    margin-bottom: 20px;

}



.yellowbox P{
    margin-bottom: 15px;
    margin-top: 5px;
    margin-left: 10px;
    line-height: 150%;
    font-size: 100%;

}

.yellowbox H2{
    margin-bottom: 10px;
    margin-top: 0px;
    padding-left: 0px;
    color: red;
    font-size: 130%;
}

.yellowbox H4{
    margin-bottom: 0px;
    margin-top: 0px;
    margin-left: -10px;
    color: #444444;
}


.yellowbox table{
    margin: 0px;

}
.yellowbox li, .yellowbox td{
    color: #000000;

}
.yellowbox li{
    margin-left: 0px;

}
.yellowbox hr{
    margin-left: 0px;
    margin-right: 0px;
    	border-top: 1px solid #666666;

}

/*#workset-content-pages a  {  */
.contentindent a  {
    margin-left: 0;

    color : #CC6600;
    text-decoration: underline;
     margin-right: 0;

}

.contentindent a:hover{
    margin-left: 0;
    text-decoration : underline;
    margin-right: 0;
}

 table.texttype {
    border-collapse: collapse;
    border: 1px solid #777777;
    border-right: 2px solid #777777;
    border-bottom: 2px solid #777777;
    margin-right: 40px
}
.texttype td {
    padding: 10px;
}
.texttype td:nth-child(1) {
    text-align: right;
    width: 20%;
}
.texttype td:nth-child(1) h4 {
    text-align: right;
    padding: 0px;
    font-size: 110%;
}
.texttype td:nth-child(1) p {
    text-align: right;
    padding: 0px;
    font-size: 80%;
    margin: 0px;
}
.texttype td:nth-child(2) {
    background-color: #E5FFFF;
}
.texttype td:nth-child(2) p {
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
}


/* ------------------------ tip text table ------------------------ */


    div.tip{
        width: 80%;
        border: 4px solid #C8D9F9;
        margin-bottom: 20px;
        margin-top: 20px;
        margin-left: 20px;
        text-align: left;
        background-color: #FFFFFF;
        padding: 0px 20px 20px 0px;

}



.tip h2{
    height: 40px;
    background-color: #C8D9F9;
    color: #003399;
    background-image: url("../images/tip.png") ;
    background-repeat: no-repeat;
    padding: 7px 0px 3px 50px;
    margin:-60px -20px 20px 0px;
    font-size: 130%;
    font-weight: normal;
 }
.tip p{
    padding-left: 20px;
}

.tip ul, .tip ol, .tip table{
    padding-left: 40px;
}

 p.types{
        width: 85%;
        background-color: #CCFF66;
        padding: 10px;
    }
	
		


.nav-right {
	margin-top: 5px;
	float: right;
	width: 50px;
	height: 50px;
	background-image: url("../images/next.png");
	background-repeat: no-repeat;
		cursor:pointer;
}
.nav-left {
	margin-top: 5px;
	float: left;
	width: 50px;
	height: 50px;
	background-image: url("../images/prev.png");
	background-repeat: no-repeat;
	cursor:pointer;
}		

.workset-navigation-page-ul{
   list-style-type: none;
   padding: 0;
   margin:0;
}
.workset-navigation-page-ul li {
  line-height: 110%;
  margin-top: 8px;
  margin-bottom: 2px;
}
.workset-navigation-page-ul li a{
   color: #0066CC;
}

.workset-navigation-activity-ul
{
   list-style-type: none;
	padding: 0;
   margin-left:15px;
}
.workset-navigation-activity-a{
	color:#888888;
	text-decoration:none;
	cursor:pointer
}
 .workset-navigation-activity-ul li {
	padding: 0;
  margin-top: 2px;
  margin-bottom: 4px;
}

.workset-navigation-activity-ul li a{
   color:#888888;
}



#worksetPageNavbar-interactive{
	float:left;
	width:198px;
	margin-left:5px;
	display:none;
}

#workset-pagenav
{
	border-top:4px solid #C8D9F9;
	margin-top: 20px;
}

.activity-results-screen-popup 
{
	background-color: white;
	width: 800px;
	height: 600px;
}
activity-results-screen-text 
{
	margin: 10px 0px 30px 0px;
	text-align: left;
	margin: 20px;
}

#activity-results-screen-results-text
{
	margin:10px 20px 10px 20px;
	text-align:left;
}	
	