﻿*, body {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
}

@font-face{
    font-family:'digital-clock-font';
    src: url('../../kadoku/fonts/digital-7.ttf');
   }
   
@font-face{
    font-family:Calibri;
    src: url('../../whiteboard/fonts/calibri.ttf');
   }

html, body {
    /*height: 100%;*/
    width: 100%;
    padding: 0;
    margin: 0;
}
html { overflow: -moz-scrollbars-none; }
body {
    /*background: #ffffe5;*/
    /*background-color: #ffffe5;*/
    color: #000;
    display: block;
    font-family: Calibri;
    font-size: 20px;
    font-weight: normal;

    position: relative;
    right: 0;
    left: 0;
    top: 0;

    overflow-x: auto;
    overflow-y: auto;
    padding: 0 0 25px;
    word-break: break-word;
    word-wrap: break-word;
    max-width: 100%;
    min-height: 100%;
    margin: 65px 0 0;
    -webkit-overflow-scrolling: touch;
}
pre, code {
    background: transparent;
    font-size: 1.1em;
    font-style: normal;
    font-weight: bold;
    word-spacing: -5px;
}
blockquote { font-size: 1em; }

#navactivity {
    /*background: #ffffe5;*/
    background-color: #fff;
    border-bottom: 2px solid #2a27e7;
    display: block;
    color: #004f83;
    position: fixed;
    z-index: 1000;
    max-height: 60px;
    height: 60px;
    width: 100%;
    right: 0;
    left: 0;
    top: 0;
}
#navlogin {
    /*background: #ffffe5;*/
    background-color: #fff;
    display: block;
    color: #004f83;
    position: fixed;
    z-index: 1000;
    max-height: 60px;
    height: 60px;
    width: 100%;
    right: 0;
    left: 0;
    top: 0;
}
nav h3 {
    display: inline-block;
    font-size: 1.75em;
    font-weight: bold;
    vertical-align: middle;
    margin: 0;
}
nav h3 a {
    color:  #004f83;
    text-decoration: none;
    text-shadow: #666 1px 2px;
}
nav h3 a:visited { color:  #004f83; }
nav h3 a:hover {
    color: #004f83;
    text-decoration: none;
}
nav img.logo {
    display: inline-block;
    padding: 5px 10px 5px 15px;
    max-height: 50px;
    height: 100%;
}
nav a.logout {
    border-radius: 6px;
    float: right;
    margin: 10px 20px 0;
    padding: 6px 12px;
    color: #fff;
    background-color: #004FEF;
    font-size: 16px;
    max-height: 35px;
    display: block;
    min-width: max-content;
}

h3.section-title {
    border-bottom: 1px solid #ccc;
    padding: 0.5em 0 0.25em;
    font-weight: bold;
    font-size: 1.25em;
}
p.informational {
    padding: 0.25em 1em 0 0;
    font-style: italic;
}

section.system-message {
    background: transparent;
    display: block;
    position: absolute;
    text-align: center;
    z-index: 1000;
    width: 100%;
    bottom: 4em;
}
section.system-message .offline {
    background-color: #ff0;
    background: #ff0;
    border: 2px solid #000;
    border-radius: 1em;
    padding: 0.5em 1em;
    max-width: 475px;
    margin: 0 auto;
}
section.system-message .offline p {
    padding: 0;
    margin: 0;
    text-align: center;
}

section.login-form { 
    /*max-width: 400px;*/
    background-color: white;
    border-radius: 20px;
    margin-top: 10%;
    /*left: 0%;*/
    right:60%;
    /*min-height: 200px;*/
    min-width: 320px;
    float: left;
    border-style: solid;
    border-color: #dfdfdf;
    position: fixed;
}
section.login-form .logo {
    padding: 2em 0 1em;
    margin: 0 auto;
}
section.login-form .btn-login {
    /*max-width: 175px;*/
    min-width: 100px;
    margin: 2% 0 10%;
    width:80%;
    background-color: #004FEF;
}

section.four-hundred {
    background: #fff;
    border: 1px solid #eee;
    display: block;
    padding: 1em 2em 2em;
    text-align: center;

    margin: 20vh auto 0;
    max-width: 600px;
}
section.four-hundred h2 {
    font-size: 3em;
}

section.activity {
    background: #fff;
    /*border: 1px dashed #000;*/
    display: block;
    /* padding: 1em 1em;
    margin: 2em auto; */
    min-height: 220px; 
    /* max-width: 1024px;  */
    width: 100%;
}
section.activity h4 {
    display: block;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    margin: 0.5em 0 0.5em;
    width: 100%;
    margin-bottom: 30px;
}
section.activity p.status-message {
    background: transparent;
    display: block;
    padding: 2em 0 0;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
section.activity li { margin: 0 0 10px; }
section.activity input {
    /*border-top: none;
    border-left: none;
    border-right: none;*/
    /* border-bottom: 1px dashed #000; */
    display: inline-block;
    text-align: center;
    max-width: 150px;
    min-width: 150px;
    min-height: 40px;
    width: auto;
    padding: 6px 12px;
}

section.activity .message {      
    border: none; 
    color:white;  
    background: #94C2ED; 
    line-height: 26px; 
    font-size: 14px; 
    border-radius: 7px; 
    width: 33%; 
    position: relative;
    text-align: right;
}

section.activity .other-message {
    border: none; 
    color:white;  
    background: #C18ADE; 
    line-height: 26px; 
    font-size: 14px; 
    border-radius: 7px; 
    width: 33%; 
    position: relative;
    text-align: left;
}

section.activity .td-message {
    border: none; 
}

section.activity .chat-message{
    width: 100%;
    border: none;
    padding: 10px 20px;
    font: 14px/22px Calibri, Arial, sans-serif;
    margin-bottom: 10px;
    border-radius: 5px;
    resize: none;

}

.float-right {
    float: right;
}

.counterlabel{
    color: #A9AEB1;
    font-size: 12px ;
    text-align: left;
    width: 100%;
    padding-top: 0;
    padding-left: 15px;
}

section.activity table.whatquestioncss td.td-whatsquestion-input {
    border: 1px solid #000;
    padding: 3px 3px;
    text-align: left;
    min-width: 60px;
    max-width: calc(100% / 4); 
    /* display: block;  */
    /* border-collapse: collapse; */
     /* calc(100% / 4); */
}

section.activity table.whatquestioncss td.td-whatsquestion-input-exm {
    border: 1px solid #000;
    padding: 3px 3px;
    text-align: left;
    max-width: calc(100% / 4); 
    /* display: block;  */
    /* border-collapse: collapse; */
     /* calc(100% / 4); */
}

section.activity .wq-input{
    border-radius: 10px; 
    background-color: #C18ADE; 
    text-align: left;
    border: none;
    font-size: 16px;
    color: #000000;
    width: 400px;
    max-width: none;
    height: 45px;
}

.wq-input::placeholder{
    color: #D4D6D4;
    font-style: italic;
    font-weight: bolder;
}

section.activity .wq-input-answ{
    border: none; 
    background-color: #94C2ED; 
    border-radius: 10px; 
    text-align: left; 
    min-width:400px;
    height: 45px;
    font-size: 16px;
    color: #000000;
    padding-left: 10px;
    pointer-events: none;
}

section.activity table.whatquestioncss{
    width: 95%;
}

section.activity .WQAnswers{
    width: 250px;
    height: 80px;
    position: absolute;
    left: 150px;
}

.whatsquestion-chat-table{
    position: relative;
    margin: 0 auto;
    text-align: center;
    width: 400px;
    height: 400px;
    border: 1px solid #000;
    
}

.whatsquestion-chat-table-exam{
    position: relative;
    margin: 0 auto;
    text-align: center;
    width: 500px;
    min-height: 400px;
    overflow: hidden;
    text-align: center;
    vertical-align: top;
    position: relative; 
    border:2px solid lightgray;
    border-radius: 40px;
}

.whats-wrapper{
    height: 320px;
    overflow: auto;
}
.whatsquestion-chat-bar{
    position: absolute;
    bottom: 0px; 
    padding-left: 15px;
    width: 100%;
}

section.activity input.answered { 
    background-color: #27CC4C; 
    color: white;
    font-weight: bold;
    font-family: Calibri;
    font-size: 16pt;
    max-width: 150px;
    min-width: 150px;
    min-height: 40px;
    width: auto;
}
section.activity input.answeredblack { 
    background-color: #27CC4C; 
    color: black;
    font-weight: bold;
    font-family: Calibri;
    font-size: 16pt;
    max-width: 150px;
    min-width: 150px;
    min-height: 40px;
    width: auto;
}

section.activity input.unanswered { 
    background-color: #D9D9D9; 
    font-weight: bold;
    font-family: Calibri;
}

section.activity input.answered-exam { 
    background-color: #800080; 
    color: white;
    font-weight: bold;
    font-size: 16pt;
    font-family: Calibri; 
    max-width: 150px;
    min-width: 150px;
    min-height: 40px;
    width: auto;
}



section.activity input.notanswered-exam { 
    background-color: #800080; 
    color: white;
    font-weight: bold;
    font-family: Calibri; 
    font-size: 20px;
    max-width: 150px;
    min-width: 150px;
    min-height: 40px;
    width: auto;
}

section.activity input.notanswered {
    background-color: #FF041E; 
    color: white;
    font-weight: bold;
    font-family: Calibri;
    font-size: 20px;
    max-width: 150px;
    min-width: 150px;
    min-height: 40px;
    width: auto;
}

section.activity input.notansweredblack {
    background-color: #FF041E; 
    color: black;
    font-weight: bold;
    font-family: Calibri;
    font-size: 20px;
    max-width: 150px;
    min-width: 150px;
    min-height: 40px;
    width: auto;
}



section.activity table { margin: 10px auto 20px; }
section.activity table thead { display: none; }
section.activity table td {
    border: 1px dashed #000;
    /*padding: 3px 5px;*/
    text-align: center;
    /*min-width: 60px;*/
    max-width: calc(100% / 4);
}

section.activity .btn-activity {
    border: 1px solid #000;
    font-size: 1.25em;
    min-width: 150px;
    margin: 0 5px 10px 0;
}
section.activity .activity-hidden { opacity: 0 !important; }
section.activity .btn-incorrect { opacity: 0.25; }

section.activity .full-wide.align-center .random-bar,
section.activity .random-bar { display: none !important; }
section.activity .full-wide {
    display: block;
    width: 100%;
}


section.activity .full-wide.align-center {
    text-align: center;
    margin-top: 1%;
    /*position:absolute;*/ 
    margin-bottom: 30px;
}
section.activity .random-card {
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    min-height: 250px;
    max-height: 250px;
    min-width: 250px;
    max-width: 250px;
}
section.activity .random-card.bordered { 
    border: 1px solid #D9D9D9;     
    min-height: 180px;
    max-height: 180px;
    min-width: 180px;
    max-width: 180px;   
    border-radius: 10px;
    margin-left: 1%;
}
section.activity .random-card.tworows-card.bordered { 
    border: 1px solid #D9D9D9;     
    min-height: 180px;
    max-height: 120px;
    min-width: 180px;
    max-width: 120px;   
    border-radius: 10px;
    margin-left: 1%;
    font-size: 16px;
}
section.activity .random-card.tworows-card.bordered-safari { 
    border: 1px solid #D9D9D9;     
    min-height: 180px;
    min-width: 180px;
    border-radius: 10px;
    margin-left: 1%;
    margin-top: 2%;
    font-size: 16px;
}
section.activity .random-card .flash-card {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    margin: 4px;
    min-height: 240px;
    max-height: 240px;
    min-width: 240px;
    max-width: 240px;
}
section.activity .random-card .flash-card p {
    background: rgba(255,255,255,0.5);
    font-weight: bold;
    font-style: italic;
    font-size: 1.25em;
    position: absolute;
    margin: 210px 0 0;
    width: 240px;
}
section.activity .random-card .flash-icon p {
    font-size: 5em;
    padding: 27.5% 0 0;
    margin: 0;
}
section.activity .btn-generate {
    border: 1px solid #5ba525;
    border-radius: 50px;
    background: #5ba525;
    color: #fff;
    font-weight: bold;
    font-size: 1.5em;
    margin: 1em 0 0;
    min-height: 90px;
    max-height: 90px;
    min-width: 90px;
    max-width: 90px;
}
section.activity .btn-generate.grey,
section.activity .btn .grey {
    border-color: #ccc;
    background: #ccc;
}

section.activity .topic-card  {
    background-color: transparent;
    /* border: 1px solid #000; */
    border-radius: 15px;
    display: inline-block;
    /* padding: 5px; */
    /* perspective: 1000px; */
    min-height: 20vh;
    max-height: 45vh; 
    max-width: 13vw;  
    min-width: 10vw;
    /* min-height: 325px;
    max-height: 325px;
    max-width: 350px;
    min-width: 350px; 
    overflow:hidden;*/
}
section.activity .topic-card .inner {
    position: relative;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    cursor: pointer;
    min-height: 20vh;
    max-height: 45vh; 
    max-width: 13vw;  
    min-width: 10vw;
}
section.activity .topic-card.tictactoe .inner.tictactoe {
    min-height: 20vh;
    min-width: 10vw;
}
section.activity .topic-card.flipcard .inner.flipcard {
    min-height: 45vh;
    min-width: 13vw;
}

@media (max-width: 800px) {
    section.activity .topic-card {
        min-height: 10vh;
        max-height: 10vh;
        max-width: 10vw;
        min-width: 10vw;
    }
    section.activity .topic-card .inner {
        min-height: 10vh;
        max-height: 10vh;
        max-width: 10vw;
        min-width: 10vw;
    }
}
@media (max-width: 720px) {
    nav h3 { display: none; }
    section.activity .topic-card {
        min-height: 10vh;
        max-height: 10vh;
        max-width: 10vw;
        min-width: 10vw;
    }
    section.activity .topic-card .inner {
        min-height: 10vh;
        max-height: 10vh;
        max-width: 10vw;
        min-width: 10vw;
    }
}
@media (max-width: 575px) {
    section.activity .topic-card {
        min-height: 10vh;
        max-height: 10vh;
        max-width: 10vw;
        min-width: 10vw;
    }
    section.activity .topic-card .inner {
        min-height: 10vh;
        max-height: 10vh;
        max-width: 10vw;
        min-width: 10vw;
    }
}




section.activity .topic-card .inner.flip {
    transform: rotateY(180deg);
}
section.activity .topic-card .front,
section.activity .topic-card .back {
    backface-visibility: hidden;
    position: absolute;
    height: 100%;
    width: 100%;
    -webkit-backface-visibility: hidden;
}
section.activity .topic-card .back {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: 2px solid #D9D9D9;
    /* border-radius: 10px; */
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 10px; 
    background-size: cover; 
}

section.activity .topic-card .front p { 
    /* margin: 0 0 5px;  */
    text-align:left;
    word-wrap: break-word;
    /* margin-top:50%; */
    font-size: 11px;
}

section.activity .full-wide.flipcard li{
    /* margin: 0 0 0.75em;  */
    /* margin: 0 0 0.75em; */
    word-wrap: break-word;
    font-size:12px;
}
section.activity .topic-card .front {
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: 2px solid #D9D9D9;
    border-radius: 15px;
    color: #000;
    padding: 0 0px;
    transform: rotateY(180deg);
    overflow: hidden;
}

.newborder{
    border: solid 3px;
    border-color: #2a27e7;
    border-radius: 15px;
}
section.activity .topic-card .front ol,
section.activity .topic-card .front ul {
    /* padding: 0 10px 0 25px; */
    padding: 0 0px 0 0px;
    text-align: justify;
}

section.activity .topic-card .front ol li,
section.activity .topic-card .front ul li {
    margin: 0 0 2px;
}




@media (max-width: 768px) {
    section.igMini .btn-igm-visibility.open {
        left: 490px;
        top: 70px;
    }
    section.igMini .igm-wrapper {
        min-height: 130px;
        max-height: calc(100vh - 400px);
        max-width: 450px;
        min-width: 450px;
        width: 450px;
    }
    section.igMini .audio-controls button {
        margin: 0.25em 0.25em 0;
        min-width: 70px;
    }
}

section.ig.compress .audio-controls button { min-width: 50px; }

section.ig.compress .audio-controls {
    padding: 15px 0 5px;
    min-width: 300px;
    max-width: 300px;
}

section.ig.compress .audio-controls button { margin: 5px 9px 0 0; }
section.igPane .audio-controls { padding: 1em 2em 0.5em; }

section.media-area .audio-controls {
    display: block;
    margin: 0;
    padding: 5px 5px 10px;
    text-align: center;
    width: 100%;
}
section.media-area .audio-controls .audio-range { margin: 15px 0 25px; }

.audio-controls {
    display: block;
    margin: 0;
    padding: 1em 0 0.5em;
    text-align: center;
    width: 100%;
}

.audio-controls button {
    background-color: transparent;
    background: transparent;
    border: 1px solid #eee;
    color: #004f83;
    font-size: 1.25em;
    padding: 0.5em 0.333em 0.333em;
    margin: 0.25em 0.5em 0;
    min-width: 75px;
    max-width: 90px;
}
.audio-position {
    display: block;
    color: #004f83;
    font-size: 0.75em;
    padding: 0 0.5em 0 0;
    text-align: right;
    width: 100%;
}

.audio-controls .audio-range {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 5px;
    background: #ccc;
    outline: #000;
    -webkit-transition: .2s;
    transition: opacity .2s;
    margin: 0.25em 0 1em;
}
.audio-controls .audio-range:hover { opacity: 1; }
.audio-controls .audio-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 1em;
  height: 2.5em;
  background: #004f83;
  border: 2px solid #fff;
  cursor: pointer;
}
.audio-controls .audio-range::-moz-range-thumb {
  width: 1em;
  height: 2.5em;
  background: #004f83;
  cursor: pointer;
}

.audio-body {
    display: block;
    padding: 0 1.5em;
}
.audio-body .media-item {
    border-top: 1px solid #ccc;
    padding: 0.5em 0 0;
    list-style: none;
}
.audio-body .media-item .track-no {
    display: inline-flex;
    font-weight: bold;
}
.audio-body .media-item .file-size {
    display: inline-flex;
    font-style: italic;
    font-size: 0.75em;
    float: right;
}
.audio-body .media-item .audio-controls { padding: 0 1em 0.5em; }
.audio-body .audio-script {
    background: #ffffe5;
    border: 2px solid #a0413c;
    border-radius: 1em;
    display: block;
    line-height: 1.1em;
    list-style: none;
    padding: 0.5em 1em;
    margin: 0 1em 1em;
}
.audio-body .audio-script p {
    min-height: 1em;
    padding: 0;
    margin: 0 0 0.25em 1em;
    text-indent: -1em;
}

@media (max-width: 1024px) {
    .audio-controls .audio-range::-webkit-slider-thumb { width: 1.333em; }
    .audio-controls .audio-range::-moz-range-thumb { width: 1.333em; }
    section.ig .audio-controls { min-width: 400px; }
    section.ig .audio-controls button {
        padding: 0.5em 0.333em;
        max-height: 45px;
        max-width: 90px;
        min-width: 50px;
    }
    section.ig .audio-container {
        margin: 0 auto;
        width: 100%;
    }
    section.sgPane .sg-wrapper .sg-content .sg-page { max-width: 1024px; }
    section.stats { padding: 0 1em; }
}

@media (max-width: 768px) {
    .audio-controls .audio-range::-webkit-slider-thumb { width: 1.333em; }
    .audio-controls .audio-range::-moz-range-thumb { width: 1.333em; }

    nav,
    section.ig,
    section.sg,
    section.igPane,
    section.library {
        max-width: 100%;
        min-width: 768px;
    }
    section.ig .audio-container { margin: 0 0 1em; }
    section.sg .OVER01 table td.right {
        max-width: 375px;
        min-width: 275px;
    }
    section.sg .OVER01 td p, section.sg .OVER01 td em, section.sg .OVER01 td b { font-size: 20px; }
    section.sg .OTHR02 .dialog table {
        max-width: 650px;
        padding: 0;
        margin: 0;
    }
    section.sg .OTHR02 .othr-boxit { padding-top: 0 !important; }
    section.sg .dialog { max-width: 650px; }
    section.sg .OTHR03 .othr-boxit,
    section.sg .OTHR04 .othr-boxit {
        padding: 40px 20px 20px 30px;
        max-width: 680px !important;
    }
    section.sg .PRES04-half .image-square {
        width: 320px;
        height: auto;
    }
    section.sg .PRES01, section.sg .PRES02, section.sg .PRES03, section.sg .PRES04, section.sg .PRES05,
    section.sg .PRES06, section.sg .PRES07, section.sg .PRES08, section.sg .PRES09, section.sg .PRES10,
    section.sg .WMUP, section.sg .LISN01, section.sg .PRAC09, section.sg .PRES01-02-03 {
        width: 768px;
    }
    section.sg .PRAC09 table {
        max-width: 660px !important;
        margin: 0 auto !important;
    }
    section.sg .PRAC09 table .lite-purple,
    section.sg .PRAC09 table .lite-blue {
        font-size: 1.1em;
        padding: 0.25em 0.5em;
    }
    section.sg .PRAC09 .Table-Simple td {
        max-width: 300px !important;
        min-width: 300px !important;
        padding: 0 0.5em;
    }
    section.sg .PRES01-02-03 ul.en-dash {
        margin-bottom: 1em;
        max-width: 600px;
    }
    section.sg .READ02 ul.en-dash { max-width: 650px; }
    section.sg .LISN05 .Table-Simple td .cms-fill-in-block {
        margin: 0 0.333em;
        overflow: hidden;
        padding: 0 0.25em;
        width: calc(100% - 1em);
    }
    section.sg .full-width-image img {
        width: 650px !important;
        height: auto !important;
        margin: 1em 0 1em 2em;
    }

    section.ig .ig-content .unit-block .unit-highlights .segment .highlight-item.vocab,
    section.igPane .ig-content .unit-block .unit-highlights .segment .highlight-item.vocab {
        max-width: calc(100% - 5px);
        min-width: calc(100% - 5px);
        width: 100%;
    }
    section.ig .ig-content .unit-block .audio-script,
    section.igPane .ig-content .unit-block .audio-script {
        margin: 0 auto 5px;
    }
    section.ig.maximize .toggle {
        border-bottom: 2px solid #004f83;
        border-top: transparent;
        border-bottom-right-radius: 1em;
        border-bottom-left-radius: 1em;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        left: 525px;
    }
    .modal-dialog { margin: 75px auto 30px; }
    section.sgPane .sg-wrapper .sg-content .sg-page { max-width: 768px; }
}



section.activity .card-content { display: none !important; }

section.activity .mosaic-card {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    overflow: hidden;
    padding: 0;
    max-height: 600px;
    height: calc(100vw * 0.5625);
    width: 965px;
}
section.activity .mosaic-card img {
    opacity: 0;
    max-height: 100%;
    min-height: 100%;
    max-width: 100%;
    min-width: 100%;
}
section.activity .mosaic-card .brick {
    display: inline-block;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    cursor: pointer;
    float: left;
    padding: 0;
    margin: 0;
}
section.activity .mosaic-card .brick.cols10,
section.activity .mosaic-card .brick .cols10 {
    max-width: calc(100% / 10);
    min-width: calc(100% / 10);
}
section.activity .mosaic-card .brick.cols6,
section.activity .mosaic-card .brick .cols6 {
    max-width: calc(100% / 6);
    min-width: calc(100% / 6);
}
section.activity .mosaic-card .brick.cols5,
section.activity .mosaic-card .brick .cols5 {
    max-width: calc(100% / 5);
    min-width: calc(100% / 5);
}
section.activity .mosaic-card .brick.cols4,
section.activity .mosaic-card .brick .cols4 {
    max-width: calc(100% / 4);
    min-width: calc(100% / 4);
}
section.activity .mosaic-card .brick.cols3,
section.activity .mosaic-card .brick .cols3 {
    max-width: calc(100% / 3);
    min-width: calc(100% / 3);
}
section.activity .mosaic-card .brick.cols2,
section.activity .mosaic-card .brick .cols2 {
    max-width: calc(100% / 2);
    min-width: calc(100% / 2);
}
section.activity .mosaic-card .brick.rows10,
section.activity .mosaic-card .brick .rows10 {
    max-height: calc(600px / 10);
    height: calc(100vw * 0.5625 / 10);
}
section.activity .mosaic-card .brick.rows7,
section.activity .mosaic-card .brick .rows7 {
    max-height: calc(600px / 7);
    height: calc(100vw * 0.5625 / 7);
}
section.activity .mosaic-card .brick.rows6,
section.activity .mosaic-card .brick .rows6 {
    max-height: calc(600px / 6);
    height: calc(100vw * 0.5625 / 6);
}
section.activity .mosaic-card .brick.rows5,
section.activity .mosaic-card .brick .rows5 {
    max-height: calc(600px / 5);
    height: calc(100vw * 0.5625 / 5);
}
section.activity .mosaic-card .brick.rows4,
section.activity .mosaic-card .brick .rows4 {
    max-height: calc(600px / 4);
    height: calc(100vw * 0.5625 / 4);
}
section.activity .mosaic-card .brick.rows3,
section.activity .mosaic-card .brick .rows3 {
    max-height: calc(600px / 3);
    height: calc(100vw * 0.5625 / 3);
}
section.activity .mosaic-card .brick.rows2,
section.activity .mosaic-card .brick .rows2 {
    max-height: calc(600px / 2);
    height: calc(100vw * 0.5625 / 2);
}
section.activity .mosaic-card .brick.flip { transform: rotateY(180deg); }
section.activity .mosaic-card .brick .front,
section.activity .mosaic-card .brick .back {
    backface-visibility: hidden;
    border: 0.25px solid #ff0;
    position: absolute;
    height: 100%;
    width: 100%;
    -webkit-backface-visibility: hidden;
}
section.activity .mosaic-card .brick .back {
    background: #000;
    color: transparent;
}
section.activity .mosaic-card .brick .back span.back-num {
    color: #ff0;
    display: block;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    padding: 25% 0 0;
    margin: 0 auto;
    max-height: 100%;
    min-height: 100%;
    height: 100%;
    max-width: 100%;
    min-width: 100%;
    width: 100%;
}
section.activity .mosaic-card .cols4.rows2 .back span.back-num { padding: 50% 0 0; }
section.activity .mosaic-card .cols6.rows3 .back span.back-num { padding: 40% 0 0; }
section.activity .mosaic-card .cols3.rows2 .back span.back-num { padding: 33.3% 0 0; }
section.activity .mosaic-card .cols4.rows4 .back span.back-num,
section.activity .mosaic-card .rows5 .back span.back-num { padding: 17.25% 0 0; }
section.activity .mosaic-card .rows6 .back span.back-num { padding: 12.5% 0 0; }
section.activity .mosaic-card .rows7 .back span.back-num { padding: 5% 0 0; }
section.activity .mosaic-card .rows10 .back span.back-num { padding: 0; }
section.activity .mosaic-card .brick .front {
    background: transparent;
    transform: rotateY(180deg);
}
section.activity .mosaic-card .brick .front {
    background: transparent;
    transform: rotateY(180deg);
}
section.activity .mosaic-card .brick .solved .front,
section.activity .mosaic-card .brick.solved .front,
section.activity .mosaic-card .brick .solved .back,
section.activity .mosaic-card .brick.solved .back {
    border: 0 !important;
    color: transparent;
}

@media screen and (-ms-high-contrast: none) {
    .brick.cols6, .brick .cols6 {
        max-width: 16.66% !important;
        min-width: 16.66% !important;
        width: 16.66% !important;
    }
}
@supports (-ms-ime-align:auto) {
    .brick.cols6, .brick .cols6 {
        max-width: 16.66% !important;
        min-width: 16.66% !important;
        width: 16.66% !important;
    }
}

section.activity .something { display: none !important; }

section.reward-panel {
    display: block;
    margin: 0 auto;
    text-align: center;
}
section.reward-panel p {
    background-image: url('../img/gold.jpeg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #000;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    font-size: 12em;
    position: fixed;
    padding: 0;
    margin: 0;

    max-height: 300px;
    min-height: 300px;
    max-width: 300px;
    min-width: 300px;
}
section.reward-panel p.rotate {
    animation: rotation 2s infinite linear;
}

section.points-panel {
    background: #fff;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom: 2px solid #000;
    border-left: 2px solid #000;
    border-top: 2px solid #000;
    display: block;
    padding: 0 1em 0 0.5em;
    position: fixed;
    right: -5px;
    top: 75px;
    visibility:hidden;
}
section.points-panel h3 {
    display: block;
    font-style: italic;
    padding: 5px 10px 10px;
    margin: 0;
    text-align: center;
}
section.points-panel ol,
section.points-panel ul {
    list-style: none;
    padding: 0 10px;
    margin: 0 0 10px;
}
section.points-panel li { padding-bottom: 5px; }
section.points-panel li span.coin {
    background-image: url('../img/gold.jpeg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #000;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    font-size: 2em;
    padding: 0;
    margin: 0;
    min-height: 50px;
    max-height: 50px;
    min-width: 50px;
    max-width: 50px;
}
section.points-panel li span.coin i.fa-bolt { vertical-align: middle; }
section.points-panel li span.points {
    display: inline-block;
    font-size: 2em;
    padding: 0 0 0 0.25em;
    text-align: left;
    min-width: 75px;
}
section.image-cache {
    display: none;
    text-align: center;
    padding: 5px 10px 0;
    margin: 0 auto;
    width: 100%;
}
section.image-cache img {
    border: 1px solid #000;
    display: inline-block;
    padding: 3px;
    margin: 0 5px 5px 0;
    max-height: 100px;
    max-width: 100px;
}

@media (max-width: 1379px) {
    section.points-panel {
        border-bottom-left-radius: unset;
        border-top-right-radius: 10px;
        border-bottom: none;
        border-right: 2px solid #000;
        padding: 0;
        bottom: 0;
        right: 0;
        left: 0;
        top: auto;
    }
    section.points-panel h3 {
        max-width: calc(100% - 50px);
        width: 100%;
    }
    section.points-panel ol, section.points-panel ul {
        padding: 0;
        margin: 0 0 5px;
        text-align: center;
    }
    section.points-panel li {
        display: inline-block;
        padding-bottom: 5px;
    }
    section.rewardByAbility-panel.rewardByAbility {
        border-bottom-left-radius: unset;
        border-top-right-radius: 10px;
        border-bottom: none;
        border-right: 2px solid #000;
        padding: 0;
        bottom: 0;
        right: 0;
        left: 0;
        top: auto;
    }
    section.rewardByAbility-panel h3 {
        max-width: calc(100% - 50px);
        width: 100%;
    }
    section.rewardByAbility-panel ol, section.rewardByAbility-panel ul {
        padding: 0;
        margin: 0 0 5px;
        text-align: center;
    }
    section.rewardByAbility-panel li {
        display: inline-block;
        padding-bottom: 5px;
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

section.activity h4.qmeta {
    display: block;
    font-size: 36px;
    font-family: Calibri; 
    font-weight: bold;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
}

section.activity h6.qmeta {
    display: block;
    font-size: 30px;
    /* font-style: italic; */
    text-align: center;
    max-width: 100%;
    min-width: 94%;
    width: 94%;
}

section.activity li {
    font-size: 1em;
    margin-bottom: 20px;
    margin: 0 0 0.75em;
    max-width: unset; 
     min-width: 100px;
     /* width: 100px;  */
}
section.activity li input,
section.activity input.dropinput {
    /*border: none;
    /*border-bottom: 1px dashed #000;*/
    /*border-top-left-radius: 5px;*/
    /*border-top-right-radius: 5px;*/
    display: inline-block;
    line-height: normal;
    min-height: 30px;
    vertical-align: middle;
    text-align: center;
    max-width: 150px;
    min-width: 150px;
    min-height: 40px;
    /*position:absolute;*/
    font-size: 20px;
    /*display:block;*/
}
section.activity input.tworows-word {
    color: #000;
    font-family: Calibri;
    font-weight: normal;
    border-color: #fff;
    background-color:#fff;
    border-style: solid;
    border-width: 3px;
    background-repeat:round;
    display: block;
    border-radius:10px;
    line-height: normal;
    /*min-height: 30px;*/
    vertical-align: text-bottom;
    text-align: center;
    position:absolute;
    font-size:20px; 
    min-height: 170px;
    max-height: 170px;
    min-width: 170px;
    max-width: 170px;
    /*margin-left:3%;*/  
    margin-top:1%;   
    opacity:0.3;
    /*pointer-events:none;*/
    white-space:normal;
    padding: 6px 8px;
}

section.activity input.tworows-word-safari {
     font-family: Calibri;
    font-weight: normal;
    border-color: #fff;
    background-color:#fff;
    border-style: solid;
    border-width: 3px;
    background-repeat:round;
    display: block;
    border-radius:10px;
    line-height: normal;
    /*min-height: 30px;*/
    vertical-align: text-bottom;
    text-align: center;
    position:absolute;
    font-size:20px; 
    min-height: 170px;
    max-height: 170px;
    min-width: 170px;
    max-width: 170px;
    /*margin-left:3%;*/  
    margin-top:1%;   
    opacity:0.3;
    /*pointer-events:none;*/
    white-space:normal;
}
section.activity input.btn-answered {
    /*border-width: 3px;
    border-style: solid;
    border-color: #7CFC00;*/
    border-width: 12px;
    border-style: solid;
    border-color: #fff;
    background-size: cover;
}

section.activity input.btn-notanswered {
    /*border-width: 3px;
    border-style: solid;
    border-color: #fc0054 ;*/
    border-width: 12px;
    border-style: solid;
    border-color: #fff;
    background-size: cover;
}

section.activity li input .correct,
section.activity li input.correct {
    background: rgba(102, 255, 179, 0.333);
}
section.activity input .uppercase,
section.activity input.uppercase {
    text-transform: uppercase;
}
section.activity input.scramble-word {
    /*border: 1px solid #000 !important;*/
    border-radius: 0;
    display: inline-block;
    font-size: 16pt;
    text-align: center;
    vertical-align: middle;
    padding: 3px; 
    min-width: 50px;
    width: 50px;
    min-height: 40px;
    height: 40px;
    border-radius: 6px;
    border-color: #d9d9d9;
    border-style: none;
}

section.activity .scramble-hint p {
    font-style: italic;
    text-align: center;
}

section.activity .scramble-pp button {
    margin: 0 5px 0px 0;
    min-width: 60px;
    min-height: 60px;
    max-width: 60px;
    max-height: 60px;
    border-radius: 6px;
    font-size: 45px;
    border: none;
    font-family: Calibri;
    line-height:normal;
}
section.activity input.scramble-word {
    margin: 0 5px 0px 0;
    min-width: 60px;
    min-height: 60px;
    max-width: 60px;
    max-height: 60px;
    border-radius: 6px;
    font-size: 45px;
    border: none;
    font-family: Calibri;
    line-height:1.4;
    padding-top:2px;
    /*padding-left:0px;*/
}
section.activity .missingletter-pp button,
section.activity input.missingletter-word {
    margin: 0 5px 5px 0;
    border: none;
    border-radius: 10px;
    display: inline-block;
    font-size: 45px;
    text-align: center;
    vertical-align: middle;
    padding-Top: 3px;
    height: 60px;
    max-width: 60px;
    min-width: 60px;
    width: 60x;
    font-family: Calibri;
    font-weight: bolder;
    /*background-color: #D9D9D9;*/
}
section.activity .missingletter-pp button {
    margin: 0 5px 5px 0;
    border: none;
    border-radius: 10px;
    display: inline-block;
    font-size: 45px;
    text-align: center;
    vertical-align: middle;
    padding: 0px;
    height: 60px;
    max-width: 60px;
    min-width: 60px;
    width: 60x;
    font-family: Calibri;
    font-weight: normal;
    /*background-color: #D9D9D9;*/
}
section.activity p.spacer {
    overflow: hidden;
    max-height: 1px;
    height: 1px;
    padding: 0;
    margin: 0;
}
section.activity .full-wide,
section.activity .fullwide {
    /*margin: 1em 0 1.5em;*/
    max-width: 100%;
    min-width: 100%;
    width: 100%;
}
section.activity .align-center,
section.activity .text-center { text-align: center; }
section.activity .questions-list {
    display: block;
    text-align: center;
    margin: 1em 0 0;
    max-width: 100%;
    min-width: 100%;
    width: 100%;
}
section.activity .questions-list ol {
    display: inline-block;
    list-style-position: inside;
    text-align: center;
    width: 500px;
}
section.activity .questions-list ul {
    display: inline-block;
    list-style-position: inside;
    text-align: left;
    width: 500px;
}

section.rewardByAbility-panel {
    display: block;
    padding: 0 1em 0 0.5em;
    position: fixed;
    right: -5px;
    top: 75px;
}
section.rewardByAbility-panel h3 {
    display: block;
    font-style: italic;
    padding: 5px 10px 10px;
    margin: 0;
    text-align: center;
}
section.rewardByAbility-panel ol,
section.rewardByAbility-panel ul {
    list-style: none;
    padding: 0 10px;
    margin: 0 0 10px;
}
section.rewardByAbility-panel li { padding-bottom: 5px; }


section.rewardByAbility-bigPanel {
    background: #fff;
    border: 1px dashed #000;
    display: block;
    padding: 1em 1em;
    margin: 2em auto;
    min-height: 400px;
    max-width: 1024px;
    width: 100%;    
    align-items:center;
    justify-content:center;
}
section.rewardByAbility-bigPanel h3 {
    display: block;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    margin: 0.5em 0 1em;
    width: 100%;
}

section.rewardByAbility-bigPanel img{    
    width: 300px;
    position: absolute;
    display:flex;
    text-align: center;
    left: 40%;
}

section.rewardByAbility-bigPanel .ability-chart{    
    width: 300px;
    position: absolute;
    display:flex;
    text-align: center;
    padding: 0 1em 0 0.5em;
}
section.rewardByAbility-thumbPanel {
    display: block;
    padding: 1em 1em;
    margin: 2em auto;
    min-height: 400px;
    max-width: 400px;
    width: 100%;    
    align-items:center;
    justify-content:center;
}
section.rewardByAbility-thumbPanel h3 {
    display: block;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    margin: 0.5em 0 1em;
    width: 100%;
}

section.rewardByAbility-thumbPanel img{    
    width:100%;
    max-width:100px;
    position: absolute;
    display:flex;
    text-align: center;
    right: 2%;
    top: 5%;
}

.containerselanim{
    width: 100%;
    height: 100%;
}

section.rewardByAbility-thumbPanel .ability-chart{    
    width: 300px;
    position: absolute;
    display:flex;
    text-align: center;
    padding: 0 1em 0 0.5em;
}
.marginauto {
    margin: 10px auto 20px;
    display: block;
}

#slot1, #slot2, #slot3, #slot4, #slot5{
	display: flex;
	margin-top: 5px;
	width: 150px;
	height: 150px;
    position: relative; 
    align-items: center;
    justify-content: center;
    background-color:#fff;
}
.slotImage1, .slotImage2, .slotImage3, .slotImage4, .slotImage5{
    position: relative;
	background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: grid;
    align-items:center;
    margin: 4px;
    min-height: 170px;
    max-height: 180px;
    min-width: 170px;
    max-width: 180px;    
    background-image: url("../../kadoku/img/berlitz.png");
    background-color:#fff;
    border-color:#fff;
    border-style:solid;
    border-radius:10px;
}
.twoRowsImage1, .twoRowsImage2, .twoRowsImage3, .twoRowsImage4, .twoRowsImage5{
    position: relative;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: grid;
    align-items:center;    
    justify-items: left;    
    text-align: -webkit-left;
    margin: 3px;
    min-height: 170px;
    max-height: 170px;
    min-width: 170px;
    max-width: 170px;    
    background-color:#fff;  
    background-origin: border-box;
    border: 12px #fff;
    border-style: solid;
    border-radius: 20px;
    width:170px;
    height:170px;
}

.twoRowsImage1-safari, .twoRowsImage2-safari, .twoRowsImage3-safari, .twoRowsImage4-safari, .twoRowsImage5-safari{
    position: relative;
	background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: grid;
    align-items:center;    
    justify-items: left;    
    text-align: -webkit-left;
    margin: 4px;
    height: 170px;
    width: 170px;
    background-color:#fff;
    background-origin: border-box;
    border: 12px #fff;
    border-style: solid;
    border-radius: 20px;
    width:170px;
    height:170px;
}
section.activity .full-wide.imagescpt{
    float: left;
    max-width: 250px;
    background-size: cover;
    height: 250px;
    position: initial;
    background-repeat: no-repeat;
    margin-left:2%;
    /*left: 30%;*/
    min-width:fit-content; 
    border-radius: 10px;
    background-repeat: round;
}
section.activity .full-wide.audiofb,
section.activity .full-wide.audiocs{
    /*float: right;
    background-size: contain;
    position: absolute;
    padding-right: 5px;
    background-repeat: no-repeat;
    right: 55%;
    margin-top: 8%;    
    width: 300px;
    max-width: 300px;
    min-width: 300px;*/
    visibility:hidden;
    text-align-last:center;
}
section.activity .questions-list {
    display: flex;
    text-align: center;
    margin: 1em 0 0;
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    align-items:center;
    justify-content:center;
    /*position:absolute;*/
    /*margin-top: 4%;*/
}
section.activity .questions-list ol {
    display: inline-block;
    position:relative;
    list-style-position: inside;
    text-align: left;
    /*margin-top: 3%;*/
    /*left: 25%;*/
}

section.question-preview input.tworows-word,
.modal-dialog .activity-body input .tworows-word,
.modal-dialog .activity-body input.tworows-word {
    display: block;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
    padding: 3px;
    height: 40px;
    min-width: 75px;
    position:absolute;
    margin:auto;
}
.tworowsbottom{
    margin-top:70px;
}

.td-whatsquestion-text {
	visibility: hidden;
}
section.activity .whatsquestion-answers-table{
    visibility:hidden;
    height:0px;
}
.scramblewords-answ{
    visibility: hidden;
}
.scrambleletters-answ{
    visibility: hidden;
}


section.question-preview input.tworows-word,
.modal-dialog .activity-body input .tworows-word,
.modal-dialog .activity-body input.tworows-word {
    display: block;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
    padding: 3px;
    height: 40px;
    min-width: 75px;
    position:absolute;
    margin:auto;
}
section.activity .yesnoImage.selected{    
    border-color: #ccc;
    background: #ccc;
    opacity: 0.2;
}
section.activity #yesno-yes{
    width:200px;
    height:200px;
    background-size:cover;
    float:left;
    margin-left:25%;
    margin-right:50%;
    font-size: 50px;
}
section.activity #yesno-no{
    width:200px;
    height:200px;
    background-size:cover;
    position:absolute;
    margin-left: 55%;
    font-size: 50px;
}

section.activity .yesnotable{
    visibility:hidden;
}
section.activity .btn-generate-mix {
    border: 1px solid #5ba525;
    border-radius: 50px;
    background: #5ba525;
    color: #fff;
    font-weight: bold;
    font-size: 1.5em;
    margin: 1em 0 0;
    min-height: 90px;
    max-height: 90px;
    min-width: 90px;
    max-width: 90px;
    margin-left:47%;
}
section.activity .disableimage{
    pointer-events:none;
    opacity:0.2;
}

#whiteboard-pictionary {
    /*background-color: #0D0909;*/
    border: 1px solid  #000;
}
#canvaspict  {
    cursor: crosshair;
    border: 1px solid #000000;
    position:relative;
    background: #fff;
}
section.activity .pictionary-students{
    visibility:hidden;
}
section.activity .pictionary-timer {
    text-align: center;
    font-size:xx-large;    
    font-weight: bold;
}
section.activity .pictionary-image-drawer
{
    background-color: #fff;
    width: 400px;
    height: 800px;
    /*background-size: cover;*/
    background-repeat:no-repeat;
    background-position:center;
}

section.activity .pictionary-drawersend,
section.activity .pictionary-block{
    visibility:hidden;
}

section.activity .yesnotable td,
section.activity .GenericT td,
section.activity .tworowsanswerstable td{
    border: none;
}
section.activity .pict-thing-to-draw{   
    visibility: hidden;
}

section.activity .pict-new-game{   
    visibility: hidden;
}
.listeningtable{
    display:none;
}
.listening-answ {
    visibility: hidden;
}
.listening-btnansw {
    visibility: hidden;
}



.cards-headsup{
    visibility: hidden;
}

.headsup-students-center{
    display:none;
} 

.headsup-students{
    display:none;
} 

.headsup-block{
    visibility: hidden; 
}

.headsup-headsupsend{
    display:none;
}



.txtwinner-scramble{
    font-family: Calibri;
    font-size: 25px;
}
.txtwinner-scramblewords{
    font-family: Calibri;
    font-size: 25px;
}
.txtwinner-fillblank{
    font-family: Calibri;
    font-size: 25px;
}

.winner {
    width:100%;
    text-align: center;
}

.winner-div-image {   
    /* background-image: url('../../themes/kadoku/img/winneris.png'); */
    height: 640px; 
     min-height: 440px; 
     max-height: 640px;
     width:100%;
     /*max-width: 1040px;*/   
     /* min-width: 640px;
     max-width: 1040px;    */
     background-image: url("../img/winneris.jpg");
     background-repeat: no-repeat;
     background-attachment: fixed;
     background-position: center; 
}

.winner-scramble-div-image {   
    height: 150px; 
    background-image: url("../img/Accept.png");
    background-repeat: no-repeat;
     /* background-attachment: fixed; */
     background-position: center; 
}
.winner-scramblewords-div-image {   
    height: 150px; 
    background-image: url("../img/Accept.png");
    background-repeat: no-repeat;
    background-position: center; 
}
.winner-fillblank-div-image {   
    height: 150px; 
    background-image: url("../img/Accept.png");
    background-repeat: no-repeat;
    background-position: center; 
}

.refresh{
    visibility: hidden; 
}



.min-wide {
    /* display: block; */
    /* height: 150px; */
    width: 100%;
    /* min-height: 400px; */
    text-align: center;
}
.headtr{
    height: 50px;
}

section.activity table.qi_rewards_tictactoe td.td_rewards_tictactoe {
    border: 0px dashed #000;
    padding: 3px 3px;
    text-align: center;
    min-width: 60px;
    max-width: calc(100% / 4); 
    /* display: block;  */
    /* border-collapse: collapse; */
     /* calc(100% / 4); */
}
section.activity h4.qmeta_tictactoe {
    display: block;
    font-size: 36px;
    font-family: Calibri; 
    font-weight: bold;
    text-align: center;
    width: 100%;
    margin-bottom: 0px;
    /* margin: 0.5em 0 1em; */
}
section.activity table.qi_rewards_tictactoe { 
    margin: 0px; 
    width: 60%;
    text-align: center;
}
.audio-controls {   
    display:none;
}

section.activity .timer-block,
section.activity .timer-start,
section.activity .timer-stop
{   
    visibility: hidden;
}
section.activity .timer-show.full-wide.align-center p {
    text-align: center;
    font-family: Calibri;
    font-size:80px;
}

.btn-yesnoreset{
    visibility: hidden; 
}

div.divresponsive {
    /* width: 100%; */
    position: relative;
    margin:0 auto;
    line-height: 1.4em;
    }
    
 @media (min-width: 375px) {       
    .divresponsive {
      width: 50%;
      margin: 30px auto;
       height: 25%;
    }
}


/* standard buttons */
.btn-default{
    background-color: #D9D9D9;
    color: #000000;
    border-style: none;
    font-family: Calibri;
    font-size: 20px;
    border-radius: 10px;
    display: inline-block;
    text-align: center;
    max-width: 150px;
    min-width: 150px;
    min-height: 40px;
    width: auto;
    padding: 6px 12px;
    margin: 0.25em 3px;
}
/* .btn-dragdrop-blue{
    background-color: #0449B0;
    color: #FFFFFF;
    font-family: Calibri;
    font-size: 16pt;
    border-radius: 6px;
    display: inline-block;
    text-align: center;
    max-width: 150px;
    min-width: 150px;
    min-height: 40px;
    width: auto;
    padding: 6px 12px;
    margin: 0.25em 3px;
} */
.btn-dragdrop-blue{
    background-color: #0449B0;
    color: #FFFFFF;
    font-family: Calibri;
    font-size: 20px;
    border-radius: 10px;
}

.btn-standard{
    color: #FFFFFF;
    background-color: #546CFF;
    border-style: none;
    font-family: Calibri;
    font-size: 20px;
    border-radius: 10px;
    display: inline-block;
    text-align: center;
    max-width: 150px;
    min-width: 75px;
    min-height: 40px;
    width: auto;
    padding: 6px 12px;
    margin: 0.25em 3px;
}

.btn-right-answerd{
    color: #FFFFFF;
    background-color: #27CC4C;
    border-style: none;
    font-family: Calibri;
    font-size: 20px;
    border-radius: 6px;
    display: inline-block;
    text-align: center;
    max-width: 150px;
    min-width: 150px;
    min-height: 40px;
    width: auto;
    padding: 6px 12px;
    margin: 0.25em 3px;
    font-weight: bold;
}
.btn-wrong-answerd{
    color: #FFFFFF;
    background-color: #FF041E;
    border-style: none;
    font-family: Calibri;
    font-size: 20px;
    border-radius: 6px;
    display: inline-block;
    text-align: center;
    max-width: 150px;
    min-width: 150px;
    min-height: 40px;
    width: auto;
    padding: 6px 12px;
    margin: 0.25em 3px;
    font-weight: bold;
}
.btn-exam-answerd{
    color: #FFFFFF;
    background-color: #800080;
    border-style: none;
    font-family: Calibri;
    font-size: 20px;
    border-radius: 6px;
    display: inline-block;
    text-align: center;
    max-width: 150px;
    min-width: 150px;
    min-height: 40px;
    width: auto;
    padding: 6px 12px;
    margin: 0.25em 3px;
    font-weight: bold;
}
/* standard buttons */
/* standard Letters */
.h4-title{
    font-size: 36px;
    font-family: Calibri; 
}
.h6-Subtitle{
    font-size: 30px;
    font-family: Calibri; 
}
.p-text{
    font-size: 24px;
    font-family: Calibri; 
}
/* standard Letters */


.fontcirclesentence{
    font-size: 20px;
    /*font-family:Calibri;*/
}

.btn-circle{
    display: inline-block;
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border-radius: 10px;
    min-width: 150px;
    min-height:40px;
    font-family:Calibri
}

.btn-primary-circle{
    color: #000000;
    background-color: #D9D9D9;
    border-style: none;
    font-size: 20px;
    font-family: Calibri;
}
.btn-dragondrop{
    border-style: none;
    background-color: #0449B0;
    width: 60px;
    height: 60px;
    font-size: 45px;
}
section.activity .tworowsanswerstable{
    visibility:hidden;
}
.btn-tworows {
    min-height: 170px;
    max-height: 170px;
    min-width: 170px;
    max-width: 170px;
    color:black !important;
    background-repeat:round;
    border-radius:10px;
    border-width:12px;
    margin-left:1%;
    white-space: inherit;
    font-size: 16px;    
    text-align: -webkit-left;
    overflow:hidden;
    border-color:#fff;
    line-height:normal;
}
.btn-tworows-safari {
    height: 170px;
    width: 170px;
    color:black;
    background-repeat:round;
    border-radius:10px;
    border-width:4px;
    margin-left:1%;
    white-space: inherit;
    font-size: 16px;    
    text-align: -webkit-left;
    overflow:hidden;
    border-color:#fff;
    line-height:normal;
}
.tworowsanswers-table {
    visibility:hidden;
    position:absolute;
}

.student-bar {
    visibility:hidden;
}
section.activity .tworowsbottom.full-wide.align-center {
    margin-top:185px;
}
section.activity .tworowsbottom-safari.full-wide.align-center {
    margin-top:155px;
}
.tworows-buttons-bar{
    text-align:center;
    margin-top:2%;
}
.btn-tworows:focus, 
.btn-tworows:active:focus,
.btn-tworows-safari:focus, 
.btn-tworows-safari:active:focus {
    border-color:#fff !important ;
    /*border: none;*/
    outline: none !important;
}
.btn-primary.btn-tworows:hover,
.btn-tworows:active:hover,
.btn-primary.btn-tworows-safari:hover,
.btn-tworows-safari:active:hover {
    color: #000 !important;
    border-color:#fff !important;
}
.btn-audiofb{
    font-size:20px;
    border-radius:10px;    
    width: 150px;
    height: 40px;
}
.dropfb{
    /*opacity: 0.5;*/
    border-radius:6px;
    border:none;
    background-color: #d9d9d9;
    /*border-width: thick;
    border-style: solid;
    border-color: black;*/
}
section.activity .full-wide li{
    margin: 0 0 0.75em;
    font-size:20px;
    word-wrap: break-word;
}



.reset-bar{
    margin-top:10%;

}

/* Multiple Choice */
.multiplechoiceImage1, .multiplechoiceImage2, .multiplechoiceImage3, .multiplechoiceImage4, .multiplechoiceImage5
{
    position: absolute;
    width: 180px;
    height: 180px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-top:20px
}
.amultiplechoiceImage1, .amultiplechoiceImage2, .amultiplechoiceImage3, .amultiplechoiceImage4, .amultiplechoiceImage5
{
    width: 180px;
    height: 180px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
section.activity .multiplechoice-table
{    
    left: 180px;
    position: absolute;
    width: 90px;
    height: 90px;
    font-size:14px;
    /*margin-top: 30px;*/
}
section.activity .multiplechoicebl {
    min-height: 260px;
    max-height: 180px;
    min-width: 500px;
    max-width: 360px;
    border-radius: 10px;
    margin-left: 20px;
    margin-top: 20px;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    vertical-align: top;
    position: relative; 
    border-color: lightgray;
    border-style: solid;
}
section.activity .amultiplechoicebl {
    min-height: 450px;
    max-height: 500px;
    min-width: 280px;
    max-width: 560px;
    border-radius: 10px;
    margin-left: 20px;
    margin-top: 20px;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    vertical-align: top;
    position: relative; 
    border-color: lightgray;
    border-style: solid;
}
section.activity .btn-multiplechoice{
    display: inline-block;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 400;
    /* //white-space: nowrap; */
    vertical-align: middle;
    touch-action: manipulation;
    user-select: none;
    background-image: none;
    border-radius: 10px;
    border: none;
    background-color: #D9D9D9;
    white-space: normal;
    word-wrap: break-word;
}
section.activity .btn-multiplechoicelarge{
    width: 455px;
    text-align: left;
}
section.activity .btn-multiplechoiceshort{
    width: 150px;
    height: 40px;
    margin: 15px 15px auto;
    text-align: center;
    font-family: Calibri;
    font-size: 20px;
}
.multiplechoice-select .inputtf1, 
.multiplechoice-select .inputtf2,
.multiplechoice-select .inputtf3,
.multiplechoice-select .inputtf4,
.multiplechoice-select .inputtf5{    
    height: 1.5em;
    display: inline-block;
    text-align: center;
    max-width: 180px;
    min-width: 30px; 
    padding: 6px 12px;
}
section.activity .multiplechoice-select{
    border: none;
    min-width: 30px;
}
section.activity .multiplechoice-td{
    width: 2px;
    border: none;
    min-width: 10px;
}


section.activity .multiplechoice-text{
    border: none;
    text-align: justify;
    min-width: 280px; 
    font-size: 18px;
}
section.activity .amultiplechoice-text{
    border: none;
    text-align: center;
    min-width: 280px; 
    font-size: 25px;
}
section.activity .multiplechoice-answers-table{
    visibility:hidden;
    height:0px;
}
.multiplechoiceImageT1, .multiplechoiceImageT2, .multiplechoiceImageT3, .multiplechoiceImageT4, .multiplechoiceImageT5{
    position: absolute;
    width: 180px;
    height: 260px;
    background: #FFF;
    font-weight:bold;
    font-style:italic; 
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: lightgrey;
    border-left: #fff;
    border-top: #fff;
    border-bottom: #fff;
    border-style: double;
    font-size: 13px;
}
section.activity .multiplechoice-table td
{    
    border: none;
    /*min-width: 0;*/
    text-align:left;
}
section.activity .multiplechoice-table .multiplechoice-select td {
    min-width: 0;
}
section.activity .mctitle{
        font-weight:bold;
        font-style:calibri; 
        font-size: 20px;
}
section.activity .amctitle{
    font-weight:bold;
}

/* True False */
.truefalseImage1, .truefalseImage2, .truefalseImage3, .truefalseImage4, .truefalseImage5
{
    position: absolute;
    width: 180px;
    height: 180px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-top:20px
}
.atruefalseImage1, .atruefalseImage2, .atruefalseImage3, .atruefalseImage4, .atruefalseImage5
{
    width: 150px;
    height: 150px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
section.activity .truefalse-table
{    
    left: 180px;
    position: absolute;
    width: 90px;
    height: 90px;
    font-size:14px;
}
section.activity .truefalsebl {
    min-height: 260px;
    max-height: 180px;
    min-width: 500px;
    max-width: 360px;
    border-radius: 10px;
    margin-left: 20px;
    margin-top: 20px;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    vertical-align: top;
    position: relative; 
    border-color: lightgray;
    border-style: solid;
}
section.activity .atruefalsebl {
    min-height: 400px;
    max-height: 450px;
    min-width: 280px;
    max-width: 400px;
    border-radius: 10px;
    margin-left: 20px;
    margin-top: 20px;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    vertical-align: top;
    position: relative; 
    border-color: lightgray;
    border-style: solid;
}
section.activity .btn-truefalse{
    display: inline-block;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 400;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    user-select: none;
    background-image: none;
    border-radius: 10px;
    border: none;
    background-color: #D9D9D9;
}
section.activity .btn-truefalselarge{
    width: 455px;
    text-align: left;
}
section.activity .btn-truefalseshort{
    width: 150px;
    height: 40px;
    margin: 15px 15px auto;
    text-align: center;
    font-family: Calibri;
    font-size: 20px;
}
.truefalse-select .inputtf1, 
.truefalse-select .inputtf2,
.truefalse-select .inputtf3,
.truefalse-select .inputtf4,
.truefalse-select .inputtf5{    
    height: 1.5em;
    display: inline-block;
    text-align: center;
    max-width: 180px;
    min-width: 30px; 
    padding: 6px 12px;
}
section.activity .truefalse-select{
    border: none;
    padding-top: 5px;
}
section.activity .truefalsee-text{
    border: none;
    text-align: justify;
    min-width: 280px; 
    font-size: 18px;
}
section.activity .atruefalse-text{
    border: none;
    text-align: center;
    min-width: 280px; 
    font-size: 25px;
}
section.activity .truefalse-answers-table{
    visibility:hidden;
    height:0px;
}
.truefalseImageT1, .truefalseImageT2, .truefalseImageT3, .truefalseImageT4, .truefalseImageT5{
    position: absolute;
    width: 180px;
    height: 260px;
    background: #FFF;
    font-weight:bold;
    font-style:italic; 
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: lightgrey;
    border-left: #fff;
    border-top: #fff;
    border-bottom: #fff;
    border-style: double;
    font-size: 13px;
}
section.activity .truefalse-table td
{    
    border: none;
    text-align:left;
}
section.activity .truefalse-table .truefalse-select td {
    min-width: 0;
}
section.activity .tftitle{
        font-weight:bold;
        font-style:calibri; 
        font-size: 20px;
}
section.activity .atftitle{
    font-weight:bold;
}



 .slide-control {
    background: #fff;
    border-radius: 15px;
    bottom: 5px;
    display: block;
    padding: 0.25em 0.5em;
    text-align: center;
    position: fixed;
    opacity: 0.75;
    margin: 0 10%;
    z-index: 1000;
    width: 80%;
}
 .slide-control button {
    background: #fefefe;
    border: 2px solid #337ab7;
    padding: 5px 10px;
    min-width: 50px;
}
 .slide-control button .selected,
 .slide-control button.selected {
    background: #337ab7;
    color: #fff;
    font-weight: bold;
}
.slide-control progress {
    display: block;
    margin: 0 auto;
    min-height: 25px;
    height: 25px;
    width: 100%;
}
.hero-text-back {
    text-align: justify;
    position: absolute; 
    left: 45%;
    top: 50%; 
    transform: translate(-50%, -50%);
    color: white;
}
.hero-text-front {
    text-align: left;
    position: absolute;  
    left: 5%;
    top: 50%; 
    transform: translate(0%, -50%);
    color: black;
    overflow-wrap: normal;
}
.hero-back {
    height: 225px;
    width: 350px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10%;
    background-size: cover;
    position: relative;
  }

section.activity .topic-card .flipcard p  {
    font-size: 20px;
}

  .modal-header {
    padding: 10px 0 0px;
    /* padding-top: 10px;
    padding-bottom: 5px; */
  }
  .modal-body {
    padding: 0px;
    padding-bottom: 0px;
  }
.form-group {
    margin-bottom: 5px;
}
.h4, h4 {
    margin-top: 0px;
    margin-bottom: 5px;
}
.front{
    text-align:justify;
    /* margin:auto;
    position: absolute;   */
    /* transform: translate(-50%, -50%); */
}
section.activity .questions-list li{
    min-width: 450px;
    margin-bottom: 10px;
    width: 450px;
}
/*section.activity .questions-list ul{
    display:inline-block;
}*/
section.activity .topic-card .tictactoefont p {
    margin: 0 0 0px;
    text-align: center;
    margin-top: 20px;
    font-size: 15px;
}

/* Select an image css */

section.activity h6.qmetaselect {
    display: block;
    font-size: 30px;
    font-family: Calibri; 
    /* font-weight: bold; */
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
}
.fat_selectanimage {
    display: flex;
    justify-content: center;
}
section.activity table.t_selectanimage {
    min-width: 20%;
    /* max-width: 50%; */
}
section.activity td.td_selectanimage{
    padding: 10px;
    border: 0px;
    border-spacing: 0px;
}
div.nonselected_selectanimage {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: 2px solid #DAD7D7;
    border-radius: 10px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-size: cover;
    padding: 10px;
}
div.selected_selectanimage {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: 3px solid #004FEF;
    border-radius: 10px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-size: cover;
	border-radius:10px;
    -webkit-border-radius:10px;
    box-shadow: 0px 0px 15px 15px #ec731e;
    -webkit-box-shadow: 0px 0px 5px 5px #004FEF;
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}

div.selected-exam {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: 3px solid #800080;
    border-radius: 10px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-size: cover;
	border-radius:10px;
    -webkit-border-radius:10px;
    box-shadow: 0px 0px 15px 15px #ec731e;
    -webkit-box-shadow: 0px 0px 5px 5px #800080;
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}

.img-responsive-selim {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 10px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-size: cover;
}
.selectanimage-answ {
    visibility: hidden; 
}
.selectanimagetable{
    display:none;
}
/* Select an image css */

/* Listening css */
.h6.qmeta.Listening {
    font-size: 20px;
    /* font-style: italic; */
    text-align: center;
    margin-bottom: 30px;
}

section.activity h2.h_listening{
    font-size: 30px;
    font-family: Calibri;
    padding-bottom: 30px;
}


section.activity table.t_listening {
    min-width: 20%;
}
.fat_listening {
    display: flex;
    justify-content: center;
}
section.activity td.td_listening{
    padding: 10px;
    border: 0px;
    border-spacing: 0px;
}
div.nonselected_listening {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: 2px solid #D9D9D9;
    border-radius: 10px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-size: cover;
    padding: 10px;
    width:150px; 
    height:150px;
    font-size: 20px;
    font-family: Calibri;
}
div.selected_listening {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: 2px solid #0449B0;
    border-radius: 10px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-size: cover;
	border-radius:10px;
    width:150px; 
    height:150px;
    font-size: 20px;
    font-family: Calibri;
    -webkit-border-radius:10px;
    box-shadow: 0px 0px 15px 15px #ec731e;
    -webkit-box-shadow: 0px 0px 5px 5px #0449B0;
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}
div.selected_listening_ans {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: 2px solid #27CC4C;
    border-radius: 10px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-size: cover;
	border-radius:10px;
    -webkit-border-radius:10px;
    box-shadow: 0px 0px 15px 15px #ec731e;
    -webkit-box-shadow: 0px 0px 5px 5px #27CC4C;
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}
.txtwinner-listening{
    font-family: Calibri;
    font-size: 25px;
}
.winner-listening-div-image {   
    height: 150px; 
    background-image: url("../img/Accept.png");
    background-repeat: no-repeat;
    background-position: center; 
}


/* Listening css */

.exam.Title,
.btn-exam-students,
.reset-bar,
.ExamDetailResult,
.broadcast-table-exam,
.close,
.Table_exam_TotalScore {
    visibility: hidden;
}

.examCover.Title{    
    font-size: 20px;
    font-weight: bold;
    color: blue;
}
.btn-start-exam,
.btn-next-activity
 {    
    background-color: #546CFF;
    color: white;
    font-size: 18px;
    text-align: center;
    border-radius: 10px;
    /* margin-right: -50%; */
}
.next-activity{
    /*left: 45%;*/
    /*top: 70%;*/
    /*transform: translate(-50%);*/
    position:relative;
    text-align-last: center;
    text-align: center;
}


.base-timer {
  position: relative;
  width: 100px;
  height: 100px;
}

.base-timer__svg {
  transform: scaleX(-1);
}

.base-timer__circle {
  fill: none;
  stroke: none;
}

.base-timer__path-elapsed {
  stroke-width: 7px;
  stroke: grey;
}

.base-timer__path-remaining {
  stroke-width: 7px;
  stroke-linecap: round;
  transform: rotate(90deg);
  transform-origin: center;
  transition: 1s linear all;
  fill-rule: nonzero;
  stroke: currentColor;
}

.base-timer__path-remaining.green {
  color: rgb(65, 184, 131);
}

.base-timer__path-remaining.orange {
  color: orange;
}

.base-timer__path-remaining.red {
  color: red;
}

.base-timer__label {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
}
#examTimer {    
    right: 10px;
    top: 5px;
    position: absolute;
}
.btn-sw {
    background-color: #0449B0;
    /* border-color: #0449B0; */
    font-family: Calibri;
    font-size: 20px;
    border-radius: 6px;
    display: inline-block;
    text-align: center;
    max-width: 150px;
    min-width: 150px;
    min-height: 40px;
    width: auto;
    padding: 6px 12px;
    margin: 0.25em 3px;
}
input.dropsw {
    border-top:none;
    border-left: none;
    border-right: none;
    border-bottom: none;
    background-color: #D9D9D9;
    border-radius: 6px;
    display: inline-block;
    text-align: center;
    max-width: 150px;
    min-width: 150px;
    min-height: 40px;
    width: auto;
    padding: 6px 12px;
    margin: 0.25em 5px;
    font-size: 16px;
}
.btn-scramblewordsreset{
    margin-top: 30px;
}

section.activity .questions-list p{
    margin: 10px 10% 10px;
    line-height: 50px;
    text-align:justify;
}
section.activity .full-wide.align-center.circlesentencetext {
    /*max-width: 85%;
    min-width: 85%;*/    
    padding-left:120px;
    padding-right:120px;
    font-size: 24px;
    text-align: center;
    /*font-family:Calibri;*/
}
#sessionClock{
    width:200px;
    margin-top: 3%;
}
#sessionTime{
    margin-top: 3%;
    font-weight: bold;
    color: lightgray;
}
#sessionContact{
    font-weight: bold;
}
.login-bg{
    /*background-image: url('../img/Giraffe.jpg');*/
    background-size:cover;
    background-repeat:space;
}
.frmLogin{
    text-align: -webkit-center;
}
.fntLoginTitle{
    font-size:22px;
    font-weight:bold;
    padding-top:5%;
}
.inpLogin{
    width:80%;
    text-align:left;
}
.loginWarning{
    color: red;
    font-size:14px;
    margin-top: 1%;
}
.imgCheck{    
    width: 25px;
    height: 25px;
    margin-top: -9%;
    margin-left: 90%;
    background-image: url('../img/warning.png');
    background-size: cover;
}
.msgwelcome{
    border: 0;
    display: inherit;
    word-wrap: break-word;
    word-break: break-all;
    font-size: 16px;
    background-color: transparent;
    color: #000000;
    text-align: right;
    margin-top: 4%;
    font-weight: bold;
    margin-right: 20px;
    position:absolute;
    right:0px;
}
section.activity h4.qmeta.circletitle {
    /*font-family: Calibri;*/
    font-size: 36px;
}
section.activity h6.qmeta.circlesubtitle {
    width: 100%;
    text-align:center;
    margin-top:0%;
    margin-bottom:30px;
    font-size: 30px;
    font-family: Calibri;
}
.circlesentence{
    margin-top:0%;
    margin-bottom:30px;
}

.scramble-hint,
.scramble-pp,
.scramble-input{    
    margin-bottom: 30px;
}

.scramble-word{
    background-color: #d9d9d9;
}
.trShort{    
    text-align: -webkit-center;    
    justify-items: center;
    font-size: 20px;
    padding: 0;
}
.trLong{    
    text-align: left;    
    justify-items: lefy;
    font-size: 20px;
    overflow:hidden;
    padding: 0;
}
section.activity .random-card.tworows-card.answeredbtns{
    border-color:#0449B0;
    border-width:4px;
}
.input-tr{
    min-width: 180px;
    min-height: 180px;
    max-width: 180px;
    max-height: 180px;
    margin-top: 1%;
    position: absolute;
    border-color: #D9D9D9;
    border-style: solid;
    border-width: 3px;
    border-radius: 10px;
}
.btninp-answered {
    border-width: 3px;
    border-style: solid;
    border-color: #27CC4C;
}

.btninp-notanswered {
    border-width: 3px;
    border-style: solid;
    border-color: #FF041E ;
}

.btn-answeredexam {
    border-width: 3px;
    border-style: solid;
    border-color: #800080 ;
}
#bgImages{
    float: left;
    width: 450px;
    height: 450px;
    min-width: 300px;
    min-height: 300px;
    max-width: 500px;
    max-height: 500px;
    background-size: contain;
    position: absolute;
    left: 50%;
    display: inline-block;
    background-repeat:no-repeat;    
    background-position-y: center;
    z-index:-1;
}
section.activity li input, section.activity input.fbdefault{
    background-color: #d9d9d9;
}
.reward-coin{
    visibility:hidden;
}