/* CSS developed by Lawrence Gosset (www.gosseti.com) */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700);
* html object.MediaPlayerNotForIE {
  display: none;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  background-color: #f9f9f9;
  height: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  font: 400 .875em/1.5 "Open Sans", sans-serif;
  color: #333;
  position: relative;
  margin: 0 auto;
  max-width: 70em;
  padding: 1.5em 4% 0 4%;
  min-height: 100%;
  background-color: #fff;
}

body:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (min-width: 50em) {
  body {
    font-size: 1em;
  }
}

a {
  color: #2980B9;
  text-decoration: none;
}

a:hover {
  color: #409ad5;
}

input,
textarea,
select,
button {
  -webkit-font-smoothing: antialiased;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

input,
textarea {
  border: solid 1px #ccc;
  -webkit-transition: border 0.25s ease;
          transition: border 0.25s ease;
}

input:focus,
textarea:focus {
  border-color: #b3b3b3;
}

input,
textarea,
select,
button {
  outline: none;
}

p {
  text-align: left;
  margin: 0px;
}

ul,
ol {
  padding-left: 1em;
}

button {
  display: inline;
}

.ExerciseTitle {
  font-size: 1.4em;
  margin: 0;
}

.ExerciseSubtitle {
  font-size: 1.25em;
  margin-top: .5em;
}


.WritingTextDiv {
  background-color: #CEE3F6;
  padding: 1em;
  border: solid 1px #f7ecb5;
  margin-bottom: 1em;
}

.YellowTextDiv {
  background-color: #F8F9F9;
  padding: 1em;
  border: solid 1px #F2F4F4;
  margin-bottom: 1em;
}


#InstructionsDiv {
  background-color: #FCF8E3;
  padding: 1em;
  border: solid 1px #f7ecb5;
  margin-bottom: 1em;
}

#InstructionsDiv:empty {
  display: none;
}

/* EndCorePageCSS */
button p.RTLText {
  text-align: center;
}

.Guess {
  font-weight: bold;
}

.CorrectAnswer {
  font-weight: bold;
}

div#Timer {
  padding: 0.25em;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

span#TimerText {
  padding: 0.25em;
  border-width: 1px;
  border-style: solid;
  font-weight: bold;
  display: none;
}

.LeftItem {
  text-align: left;
}

.RightItem {
  font-weight: bold;
}

.Feedback {
  position: fixed;
  top: 0 !important;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(34, 34, 34, 0.85);
  z-index: 1;
  display: none;
  height: 100%;
}

.feedback-inner {
  background-color: #fff;
  top: 50% !important;
  z-index: 1;
  border-style: solid;
  border-width: 1px;
  padding: 1.5em;
  position: relative;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: solid 1px #eee;
  box-shadow: 0 0 1.25em rgba(50, 50, 50, 0.5);
  min-width: 14em;
  max-width: 30em;
  margin: 0 auto;
}

.LeftContainer,
.RightContainer {
  border-style: none;
  margin-bottom: 0;
}

@media screen and (min-width: 40em) {
  .LeftContainer,
  .RightContainer {
    float: left;
    width: 47.5%;
  }
}

@media screen and (min-width: 40em) {
  .RightContainer {
    float: right;
    overflow-y: scroll;
    height: 600px;
  }
}

@media screen and (min-width: 40em) {
  .LeftContainer {
    float: left;
    overflow-y: scroll;
    height: 600px;
  }
}

.ReadingText {
  text-align: left;
}

.GapBox {
  min-width: 5em;
  padding: 0 0.25em;
  margin: .25em 0;
  line-height: 1;
}

/* JMatch flashcard styles */
#MatchDiv {
  margin-bottom: 1.5em;
}

table.FlashcardTable {
  background-color: transparent;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 2em;
  margin-bottom: 2em;
  width: 90%;
  position: relative;
  text-align: center;
  padding: 0px;
}

table.FlashcardTable tr {
  border-style: none;
  margin: 0px;
  padding: 0px;
}

table.FlashcardTable td.Showing {
  font-size: 1.4em;
  text-align: center;
  width: 50%;
  display: table-cell;
  padding: 2em;
  margin: 0px;
  border-style: solid;
  border-width: 1px;
}

table.FlashcardTable td.Hidden {
  display: none;
}

/* JMix styles */
div#SegmentDiv {
  margin-top: 2em;
  margin-bottom: 2em;
  text-align: center;
}

a.ExSegment {
  font-size: 1.25em;
  font-weight: bold;
  text-decoration: none;
 /* display: block; */
}

span.RemainingWordList {
  font-style: italic;
}

.DropLine {
  position: absolute;
  text-align: center;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  width: 80%;
}

/* JCloze styles */
.ClozeWordList {
  text-align: center;
  font-weight: bold;
}

.ClozeBody {
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  line-height: 1.8;
}

span.GapSpan {
  font-weight: bold;
}

/* JCross styles */
table.CrosswordGrid {
  margin: auto auto 1em auto;
  border-collapse: collapse;
  padding: 0px;
  background-color: #000000;
}

table.CrosswordGrid tbody tr td {
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  vertical-align: middle;
  font-size: 1.4em;
  padding: 1px;
  margin: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
  color: #000000;
}

table.CrosswordGrid span {
  color: #000000;
}

table.CrosswordGrid td.BlankCell {
  background-color: #000000;
  color: #000000;
}

table.CrosswordGrid td.LetterOnlyCell {
  text-align: center;
  vertical-align: middle;
  background-color: #ffffff;
  color: #000000;
  font-weight: bold;
}

table.CrosswordGrid td.NumLetterCell {
  text-align: left;
  vertical-align: top;
  background-color: #ffffff;
  color: #000000;
  padding: 1px;
  font-weight: bold;
}

.NumLetterCellText {
  cursor: pointer;
  color: #000000;
}

.GridNum {
  vertical-align: super;
  font-size: .75em;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
}

.GridNum:hover, .GridNum:visited {
  color: #000000;
}

#Clues {
  margin: auto;
  vertical-align: top;
  width: 100%;
}

#Clues td {
  vertical-align: top;
}

.ClueList {
  margin: auto;
  width: 100%;
}

.ClueNum {
  text-align: right;
  font-weight: bold;
}

.Clue {
  text-align: left;
}

#ClueEntry {
  text-align: left;
  margin: 1.5em 0;
}

/* Keypad styles */
.Keypad {
  text-align: center;
  display: none;
  /* initially hidden, shown if needed */
  margin-bottom: 0.5em;
}

.Keypad button {
  font-size: 1.25em;
  background-color: #ffffff;
  color: #000000;
  width: 2em;
}

/* JQuiz styles */
#ReadingDiv,
#MainDiv {
  padding-bottom: 1.5em;
}

.QuestionNavigation {
  text-align: center;
}

.QNum {
  margin: 0em 1em 0.5em 1em;
  font-weight: bold;
  vertical-align: middle;
}

.QuestionText {
  text-align: left;
  margin: 0px;
}

.Answer {
  display: block;
  margin: 0 0 1em 0;
  font-size: 1.25em;
}

.PartialAnswer {
  font-size: 1.25em;
  letter-spacing: 0.1em;
}

.Highlight {
  color: #000000;
  background-color: #ffff00;
  font-weight: bold;
  font-size: 1.25em;
}

.QuizQuestions {
  text-align: left;
  list-style-type: none;
  margin-top: 0;
}

#QNav {
  display: none;
}

.QuizQuestion {
  display: block !important;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #ddd;
  margin-bottom: 1.5em;
}

.QuizQuestion:last-of-type {
  margin-bottom: 0;
  border: none;
}

.QuizQuestion li {
  margin-bottom: 1.5em;
}

.QuestionText {
  font-weight: normal;
  margin-bottom: 1.5em;
}

.MCAnswers {
  text-align: left;
  list-style-type: upper-alpha;
}

.MSelAnswers {
  text-align: left;
  list-style-type: lower-alpha;
  padding: 1em;
}

.ShortAnswer {
  padding: 1em;
}

.FuncButton,
.FuncButtonUp,
.FuncButtonDown {
  margin: 0px 4px 0px 0px;
  text-align: center;
  color: #fff;
  background-color: #2980b9;
  padding: 0.5em 1em;
  cursor: pointer;
  border: none;
  -webkit-transition: all 0.25s ease;
          transition: all 0.25s ease;
  font-weight: bold;
}

.NavButton,
.NavButtonUp,
.NavButtonDown {
  text-align: center;
  color: #fff;
  background-color: #2980b9;
  padding: 0.5em 1em;
  cursor: pointer;
  border: none;
  -webkit-transition: all 0.25s ease;
          transition: all 0.25s ease;
  font-weight: bold;
}

.FuncButton:hover,
.FuncButtonUp:hover,
.FuncButtonDown:hover,
.NavButton:hover,
.NavButtonUp:hover,
.NavButtonDown:hover {
  background-color: #2F90D0;
}

.MCAnswers .FuncButton,
.MCAnswers .FuncButtonUp,
.MCAnswers .FuncButtonDown,
.MCAnswers .NavButton,
.MCAnswers .NavButtonUp,
.MCAnswers .NavButtonDown {
  padding: 0.25em 0.5em;
  width: 2.5em;
  text-align: center;
}

#ClueEntry .FuncButton,
#ClueEntry .FuncButtonUp,
#ClueEntry .FuncButtonDown,
#ClueEntry .NavButton,
#ClueEntry .NavButtonUp,
#ClueEntry .NavButtonDown {
  margin: 0 0 0 0.5em;
}

#ClueEntry input {
  padding: calc(.5em - 1px) 0.5em;
  min-width: 10em;
}

/*BeginNavBarStyle*/
.NavButtonBar {
  margin: 2px 0px 10px 0px;
  text-align: center;
  clear: both;
}

/*EndNavBarStyle*/
.CardStyle {
  position: absolute;
  padding: 5px;
  border-style: solid;
  border-width: 1px;
  left: -50px;
  top: -50px;
  overflow: visible;
}


