﻿@font-face {
    font-family: 'Arial Rounded MT';
    src:         url('fonts/ARLRDBD.TTF') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

p, td, li {

    font-family: Verdana,Geneva,sans-serif;
    margin-bottom: 5px;
    font-size: 10pt;
}
#wrapper {
    font-family: Arial;
    display: none;
}

#main_screen {
    display: inline;
}

#topics_screen {
    display: none;
}

#topic_screen {
    display: none;
}

#activity_screen {
    display: none;
}

.menu_stripe {
    background-color: #FFCC00;
    width: 100%;
    height: 45px;
}

.menu_stripex ul{
     padding: 0; /* Remove padding */
    margin: 0; /* Remove margins */
}

.menu_stripex li{
   list-style-type: none; /* Remove bullets */
    padding: 0; /* Remove padding */
    margin: 0; /* Remove margins */
    text-align: left;
    color: #006BD7;
    font-weight: bold;
    font-family: 'Arial Rounded MT';
    font-size: 18px;
    cursor: pointer;
    margin-bottom: 5px;
}

.langauge_menu_text {
    /*float: left;  */
    /*width: 50%;  */
    text-align: left;
    color: #006BD7;
    font-weight: bold;
    font-family: 'Arial Rounded MT';
    font-size: 18px;
    cursor: pointer;
    margin-bottom: 5px;
}

#wrapper {
    background-color: #ffffff;
    position: absolute;
    width: 1023px;
    margin: 0px;
    padding: 5px;
}

@media only screen and (min-width: 1023px) {
    div#wrapper {
        left: 50%;
        transform: translate(-50%,0);
    }
}

#topics_screen_title, #activity_screen_title, #topic_screen_title {
    height: 50px;
    color: white;
    font-weight: bold;
    font-family: 'Arial Rounded MT';
    font-size: 40px;
    background-color: #FFCC00;
    background-color: #006BD7;
    padding-left: 20px;
}
#topics_screen_title,  #topic_screen_title {
     padding-top: 8px;
     padding-left: 0px;
}
/*#topic_screen_title {
    float: left;
    padding-top: 8px;
}*/

#activity_screen_title_text {
    float: left;
    /*line-height: 120%;
            margin-top: 0px;
            padding-top: 0px;*/
}

.titlebar {
    height: 64px;
    color: white;
    font-weight: bold;
    font-family: 'Arial Rounded MT';
    font-size: 40px;
    background-color: #FFCC00;
    background-color: #006BD7;
    padding-left: 10px;
    user-select: none;
}



.topics_tab {
    float: left;
    font-family: 'Arial Rounded MT';
    /*font-weight: bold; */
    font-size: 20px;
    color: #808080;
    color: #006BD7;
/*    background-color: #F0F0F0;  */
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    width: 496px;
    cursor: pointer;
}

.tab_selected {
    background-color: white;
}

#topics_screen_inner {
    padding-left: 20px;
}

ol.topics_list{
    margin-left: 0px;
    margin-top: 0px;
    padding-inline-start: 25px;
    margin-left: 5px;
}
 .topics_list li{
 }

#topics_screen_topics_rows
{
    float:left;


}
.topics_row {
    width: 300px;
    height: 18px;
    background-color: white;
    color: #006BD7;
    font-size: 16px;
    padding-left: 0px;
    padding-top: 3px;
    margin: 0px;
    padding-bottom: 3px;
    display: none;
    margin-bottom: 5px;
    cursor: pointer;
    user-select: none;
}

.activity_heading_row {
    height: 22px;
    color: black;
    font-size: 14px;
    padding-left: 0px;
    padding-top: 5px;
    display: none;
    font-weight:normal;
    margin:0;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: -30px;
    margin-inline-end: 0px;
    user-select: none;
    /*padding-bottom: 5px;
    margin-bottom: 5px;*/
}

.activity_row {
    /*width: 95%;  */
    height: 17px;
    /*background-color: #F0F0F0;  */
    color: #006BD7;
    font-size: 14px;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    display: none;
    margin-bottom: 2px;
    cursor: pointer;
    user-select: none;
}

.reslink {
    height: 17px;
    color: #006BD7;
    font-size: 14px;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 2px;
    cursor: pointer;
    text-decoration: none;
    line-height: 170%;
    user-select: none;
}
#topic_screen_interactives_row {
    float: left;
 /*   border: thin solid red;  */
}

#topic_screen_description {
    float: left;
    width: 40%;
    margin-left: 10px;
}

#activity_screen_inner {
    height: 500px;
}


.popups-style {
    z-index: 1000;
    opacity: 1;
    display:none;
    position: fixed;
    width: 1023px;
    height: 0px;;
    background: rgba(0,0,0,0.5);
    top: 5px;
    left: 5px;
    right: 0;
    bottom: 0;
}

.activity-popups-style {
    z-index: 1000;
    opacity: 1;
    visibility: hidden;
    position: fixed;
    width: 1023px;
    height: 550px;
    background: rgba(0,0,0,0.5);
    top: 92px;
    left: 5px;
    right: 0;
    bottom: 0;
}

.activity-popup-button {
    float: right;
    cursor: pointer;
}

.activity-popup-button img:hover{
    transform: rotate(10deg);
}
/*.activity-popup-button img:active{
    transform: scale(0.9, 0.9);;
}*/

.activity_popups_pop {
    background-color: white;
    width: 620px;
    height: 340px;
    border: 3px solid #ffd800;
    margin: auto;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    top: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 77px;
}

.activity-popup-heading {
    width: 100%;
    height: 50px;
    background-color: #ffd800;
  /*
    background-color: #545471;*/
}

.activity-popup-heading_text-style {
    font-family: 'Arial Rounded MT';
    background-color: #ffd800;
    color: white;
 color: black;
    font-size: 32px;
    padding-left: 10px;
    font-weight: bold;
    float: left;
    padding-top: 5px;
}

#activity-popup-close-button, #popup-close-button {
    float: right;
    cursor: pointer;
}

#activity-popup-instructions-content,
#activity-popup-hint-content,
#activity-popup-cultural-content,
#popup-share-content {
    font-size: 14px;
    margin: 0 20px 0 20px;
    display: none;
    user-select: none;
}

#activity-popup-hint-content,
#activity-popup-cultural-content {
    overflow-y: auto;
    height: 275px;
    width: 590px;
    font-family: Verdana,Geneva,sans-serif;
}
#activity-popup-hint-content p{
    margin-top: 2px;
    margin-bottom: 8px;
    font-family: Verdana,Geneva,sans-serif;
}

#activity-popup-share-content,
#popup-share-content {
    margin-top: 20px;
    margin-bottom: 8px;
    font-family: Verdana,Geneva,sans-serif;
    user-select: auto;
}

div#share_popup_copy_button
{
    user-select: none;
    margin-left:20px;
    margin-top:10px;
    width:90px;
    /*height:25px;  */
    text-align:center;
    border-radius: 10px 10px 10px 10px;
 /*   border:1px solid #777;  */
    background-color:#006BD7;
    border: thin solid #006BD7;
    color: white;
    cursor:pointer;
    padding: 5px;
    font-size: 90%;
}

div#share_popup_copy_button:active {
    background-color: white;
    color:    #006BD7;
}

#popup-share-link{
    border: thin solid #777;
    padding: 5px;
    background-color: #E2E9F8;
}

#activity-popup-instructions-content  h3{

    font-family: Verdana,Geneva,sans-serif;
    margin-bottom: 10px;
}
#activity-popup-instructions-content  li{

    font-family: Verdana,Geneva,sans-serif;
    margin-bottom: 5px;
}
#activity-popup-instructions-content  p{
     color: black;
   /* font-family: Verdana,Geneva,sans-serif;
    margin-bottom: 5px;*/
}


#activity-popup-glossary-content {
    font-size: 14px;
    margin: 10px 20px 0 20px;
    display: none;
    height: 260px;
    overflow-y: auto;
    user-select: none;
}


.glossary_english_column {
    font-style: italic;
    padding-left: 10px;
    border-bottom: thin dotted #BBBBBB ;

}

.glossary_lote_column {
    font-weight: bold;
    border-bottom: thin dotted #BBBBBB ;
}

#activity-popup-hiragana-chart {
    display: none;
}

.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-style {
    cursor: pointer;
    position: relative;
    top: -73px;
    right: 0;
    left: 430px;
    width: 150px;
    display: none;
}

.activity-restart-button-style {
    cursor: pointer;
    position: relative;
    top: -73px;
    right: 0;
    left: 430px;
    width: 150px;
    display: none;
}

.restart-text {
    font-size: 60px;
    margin-left: 110px;
    margin-top: 80px;
    color: #a0a0a0;
    font-weight: bold
}

.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;
    color: red;
}

#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: -140px;
    right: 0px;
}

.activity-end-screen-style {
    background-color: #C0C0C0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 600px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: none; /* needs to be flex when displaying */
   /* padding-top: 100px;   */
   margin-top: -20px;
}

/*.activity-end-screen-popup {
    background-color: white;
    width: 600px;
    height: 340px;
    font-weight: bold;
    border: 3px solid #ffd800;
    margin: auto;
}*/
.activity-end-screen-popup {
    /*background-color: white; */
    width: 640px;
    height: 480px;
    font-weight: bold;
 /*   border: 3px solid #ffd800;     */
    margin: auto;
}
#activity-end-screen-popup-image {
    margin-top: 20px;
    margin-bottom: 25px;
}

#activity-end-screen-score-title {
    font-size: 14px;
    font-weight: normal;
   color: white;
   background-color: #ffd800;
   background-color: #FFCC00;
    text-align:center;
    display:none;
    width: 130px;
    padding: 5px;
    padding-bottom: 0px;
    margin: auto;
    margin-top: -250px;
    border-radius: 10px  10px 0px  0px;
    position: relative;
    Z-INDEX: 10;
}
#activity-end-screen-score-value {
    font-size: 40px;
    font-weight: bold;
    text-align:center;
    display:none;
    color: #ffd800;
    color: white;
    width: 130px;
    padding: 5px;
    padding-top: 0px;
    margin: auto;
    line-height: 110%;
    border-radius:  0px 0px 10px 10px;
    background-color: #FFCC00;
    position: relative;
    Z-INDEX: 10;
}

#activity-end-screen-results-value {
    font-size: 25px;
    font-weight: bold;
}

#activity-end-screen-results-text {
    font-style: italic;
    font-size: 12px;
}

#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;
}

#activity-language-and-topic-number {
    font-size: 12px;
    line-height: 120%;
    padding-top: 3px;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxx   from the old LO website */
table.blue {
    /*background-color:#3399ff;  */
    background-color: #006BD7;
    /* background-color:#003366;    */
    vertical-align: middle;
    /* height: 65px; */
    width: 100%;
}

.blue td {
    vertical-align: middle;
    padding-left: 10px;
}

    .blue td h1 {
        color: white;
        margin: 0px;
    }

.bluewrapper {
    background-color: #006BD7;
    overflow: auto;
    margin-bottom: 6px;
}

.blueright {
    padding: 5px;
    float: right;
    text-align: right;
    display: inline;
}

.blueleft {
    padding-top: 10px;
    padding-left: 10px;
    float: left;
    display: inline;
}

.subtitle {
    color: #FFFFFF;
    margin-top: -45px;
    padding-left: 15px;
}

table.hometable {
    width: 100%;
}

.hometable td {
    /* border: thin solid red; */
    padding: 0px;
    font-size: 10pt;
}

.hometable p {
    margin-top: 0px;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 10pt;
    line-height: 140%;
}

#breadcrumbs {
    display: none;
    margin-bottom: 5px;
    margin-top: 5px;
}

.nav_home {
    float: left;
    cursor: pointer;
    margin: 0px;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 10pt;
}

.nav_language {
    float: left;
    margin: 0px 0px 0px 5px;
    cursor: pointer;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 10pt;
}

.nav_topic {
    float: left;
    margin: 0px 0px 0px 5px;
    cursor: pointer;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 10pt;
}

#share_button {
    /*float: right;   */
    width: 80px;
    cursor: pointer;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 10pt;
}

#nav_prev {
    float: right;
    width: 80px;
    cursor: pointer;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 10pt;
    display: none; 
}

#nav_next {
    float: right;
    width: 60px;
    cursor: pointer;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 10pt;
    display: none;
}

.nav_divider {
    float: left;
    margin: 0 3px 0 3px;
}

.activity-popup-button {
    display: none;
}


#footer {
    text-align: center;
    background-color:white;
    margin-top: 20px;
    border-top: thin dashed #777777;
    padding-top: 10px;
    font-size: 85%
}
#footer p{
    margin: 0px;
    margin-bottom: 5px;
}

#alternative {
    text-align: center;
    margin-top: 10px;
    display: none;
}

.topics_heading {

    font-family: Verdana,Geneva,sans-serif;
    font-family: 'Arial Rounded MT';
    font-weight:normal;
    font-size: 20px;
    color: #006BD7;
    padding-bottom: 0px;
    user-select: none;
    margin-top:0;
	margin-bottom: 10px;
}
#interactives_list_column
{
    width:300px;
    vertical-align:top;
}

#resources_column {
    width: 300px;
    vertical-align: top;
}

#language_focus_column {
    width: 300px;
    vertical-align: top;
}

ul.focus {
    margin-top: 0px;
}


 table.examples
{
        border-collapse: collapse;
        /*background: #F4F4F4;    */
        margin: 5px 20px 15px 5px;
        width: 90%;

}

.examples td
{
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    border-bottom: 1px dashed #777777;
    vertical-align: top;
    font-size: 10pt;
    /*font-weight: bold; */

}

.examples td:nth-child(odd) {
        font-weight: bold;
}
.examples td:nth-child(even) {
        font-style: italic;
}

.lote{
    font-weight: bold;
}

table.hinttable
{
    border-collapse: collapse;
    margin-bottom: 10px;
    margin-right: 10px;
}
.hinttable td
{
    padding: 5px;
    border: 1px solid #777;
    vertical-align: top;
}
.hinttable th
{
    padding: 5px;
    border: 1px solid #777;
    text-align: center;
    font-weight: normal;
    background-color: #FFFFCC;
}

#activity-popup-hint-content li{
      margin-bottom: 10px;
  }

.centretd td{
    text-align: center;
}

p.hintheading{
    font-weight: bold;
    border-bottom: thin dashed #777;
}
 .redtext, .red{
     color: #CC0000;
     font-weight: bold;
     text-decoration: underline;

 }

  .bluetext, #activity-popup-hint-content .blue{
     color: #3366CC;
     font-weight: bold;
    text-decoration: underline;

 }

 .alt{
     margin-left: 20px;
 }
 .alt #footer p, .alt p{
     font-size: 90%;
 }

.alt  h3{
    font-family: Verdana,Geneva,sans-serif;
    font-size: 12pt;
    margin-bottom: 10px;
    color: #3366CC;
}

.alt  h4{
    font-family: Verdana,Geneva,sans-serif;
    font-size: 12pt;
    margin-bottom: 8px;
    font-weight: normal;
    font-style: italic;
    color: #3366CC;
}

table.curriculum{
    border-collapse: collapse;
    border: thin solid #777;

}
.curriculum td{
    width: 25%;
    padding: 3px;
    border: thin solid #777;
    font-size: 9pt;
    vertical-align: top;
}

.curriculum th{
    width: 25%;
    padding: 3px;
   /* border: thin solid #777;*/
    font-size: 11pt;
    vertical-align: top;
    background-color: #3366CC;
    color: white;
    font-family: Verdana,Geneva,sans-serif;
    text-align: left;
    border: thin solid #777;
}

td.cat1 {
    background-color: #CEDAF3;
    color: black;
    font-size: 12pt;
    font-weight: bold;
}

td.cat2 {
    color: black;
    font-size: 10pt;
    font-weight: bold;
    background-color: #EEEEEE;
}

#topics_screen_right {
    float: left;
    padding-left:100px;
}

#topics_screen_topics_comment {
    clear: both;
    margin-left: 13px;
    font-size: 85%;
    padding-top: 10px;
    font-family: Verdana,Geneva,sans-serif;

}


#topic_link_to_victorian_curriculum {
    text-decoration: none;
    color: #006BD7;
}

#topic_image{
    /* Placeholder */
}

.footerlink, a{
    color: #006BD7;
    text-decoration: none;

}
 .footerlink:hover, a:hover{
    text-decoration: none;

}
