/* 
 * The stylesheet which is included in the Dashboard or backend of the WP site as well as th Front end for the UEB Plugin
 */

/* Set up the braille font face that we need to use on the site to display the output text */
@font-face {
  font-family: 'rbraille';
  src: url('fonts/rbraille-webfont.eot?6');
  src: url('fonts/rbraille-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts/rbraille-webfont.woff2?6') format('woff2'),
       url('fonts/rbraille-webfont.woff?6') format('woff'),
       url('fonts/rbraille-webfont.ttf?6') format('truetype'),
       url('fonts/rbraille-webfont.svg#rbrailleregular?6') format('svg');
  font-weight: normal;
  font-style: normal;
}
.braille {
  font-family: 'rbraille';
}

.ueb_exercise_answer_edit {
  color: black;
  padding: 10px;
  border: 2px solid #bbb;
  width: 100%; /* 900px; */
  line-height: 1.3em;
  height: 100%; /* 400px; */
  overflow-y: scroll;
  overflow-x: auto;
  outline: none;
  background: white;
  font-size: 35px;
  letter-spacing: 3px;
  white-space: pre;
  box-sizing: border-box;
}
.ueb_exercise_alternate_answer_edit {
  height: 250px;
  background: lightyellow;
  color: blue;
}
.ueb_exercise_answer_content_inner {
  height: 100%;
}
.ueb_exercise_answer_content_inner textarea {
  resize: none;
}
.ueb_exercise_answer_edit.fourtycharmarker {
  background: white url("images/exercise-answer-bg.png") repeat-y 90% 0%;
}
.ueb_exercise_answer_edit.plain_text {
  font-size: 18px;
  letter-spacing: 1px;
  font-family: "courier-std","Courier",monospace;
  line-height: 1.4em;
  font-weight: 400;
  white-space: pre-wrap;
}
.in_high_contrast_mode .ueb_exercise_answer_edit.plain_text {
  font-size: 1.2em;
}
.ueb_exercise_answer_caret {
  height: auto;
  position: absolute;
  top: 0;
  left: -9999px;
}
.uebCaretMarker {
  position:absolute;
}
#ueb_braille_width_test_1 {
  width: 600px;
  font-size: 22px;
}
#ueb_braille_width_test_2 {
  width: 750px;
  font-size: 28px;
}
#ueb_braille_width_test_3 {
  width: 900px;
  font-size: 35px;
}
#ueb_keyboard_test_edit {
  width: 670px;
}
.braille_test_header {
  font-weight: bold;
  margin: 20px 0 3px 0;
}

.exercise_container .ui-resizable-se {
  bottom: 0px !important;
}

.exercise_saved_indicator {
  color: green;
}
#hidden_measurer, #hidden_text_measurer {
  display: none;
  width: auto;
  float: left;
  overflow: hidden;
  max-width: 100%;
}
#hidden_text_measurer {
  padding: 0;
}
.lesson-letter {
  float: left; 
  min-width: 10em;
  padding-right:20px;
}
.lesson-letter-double {
  min-width: 18em;
}
.lesson-letter-triple {
  min-width: 24em;
}

.lesson-braille {
  float: left; 
  padding-right:20px;
}

.lesson-dot-code {
  float: left; 
  min-width: 4em;
  padding-right:20px;
}

.lesson-column-divider {
  float: left; 
  min-width: 40px;
}
.lesson-hidden-comma {
  color:rgb(199, 232, 249);
}

.lesson-hidden-spoken-words {
  color:rgb(199, 232, 249);
}

.lesson-row{
  width: 100%;
  float:left;
  margin-bottom: 10px;
}

.lesson-col1{
  min-width:500px;
}

.braille-dot-spacer{
  
}

#ueba_accessibility_panel{
  position: absolute;
top: 30px;
left: 0;
right: 0;
margin: auto;
line-height: 30px;
text-align: center;
width: 200px;
height: 30px;
background-color: darkblue;
color: white;
cursor: pointer;
z-index:1000;
}

.admin-bar #ueba_accessibility_panel{
  top: 62px;
}
#ueba_accessibility_panel label{
  cursor: pointer;
  display: block;
}
#lv_mode{
  display:none;
  cursor: pointer;
}

.print_answer_question {
  font-size: 1.2em;
  line-height: 1.5em;
  font-family: courier;
  margin-bottom: 20px;
}
.print_answer_answer {
  font-size: 2.3em;
  line-height: 1.5em;
  margin-bottom: 40px;
  page-break-after: always;
  letter-spacing: 5px;
}
.print_answer_question.mathjax {
  margin-bottom: 10px;
  margin-top: 20px;
}
.braille.using_mathjax {
  margin-bottom: 5px;
  font-size: 2.3em;
  line-height: 1.5em;
  letter-spacing: 5px;
}
.print_answer_line .braille.using_mathjax {
  white-space: pre;
}
.print_answer_alternate_0 {
  color: green;
}
.print_answer_alternate_1 {
  color: blue;
}
.print_answer_line {
  page-break-inside: avoid;
}
@media only screen and (min-width: 1280px) {
  .ueb_exercise_answer_edit {
    font-size: 38px;
    letter-spacing: 6px;
  }
  body:not(.in_high_contrast_mode) #wrapper {
    max-width: 1280px;
  }
  body:not(.in_high_contrast_mode) .error_highlighter_bg {
    height: 42px;
    width: 24px;
  }
}
