/*
This CSS resource incorporates links to font software which is the valuable copyrighted
property of Monotype Imaging and/or its suppliers. You may not attempt to copy, install,
redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
Imaging with any questions regarding Web Fonts:  http://www.fonts.com
*/
@import url("http://fast.fonts.net/t/1.css?apiType=css&projectid=d06212dd-3c00-4ebe-b871-60c14e9c9897");
@import url("http://fast.fonts.net/t/1.css?apiType=css&projectid=9b24e369-a603-4996-a3af-902a0786a0fe");
@import url("http://fast.fonts.net/t/1.css?apiType=css&projectid=a01adcb0-c7a4-467f-9110-806933fbb796");
@import url("http://fast.fonts.net/t/1.css?apiType=css&projectid=575c0ec7-9188-4f75-96b1-21fcdd8d09dc");
@font-face {
  font-family: '__notdef';
  src: url("webfont/NotdefBMPBasic.woff"); }

.notdef-glyph-preload {
  position: absolute;
  font-family: '__notdef';
  font-size: 5px;
  visibility: hidden; }

.fontscom-dummy {
  display: none;
  font-family: AxisStd-Regular, sans-serif; }

#simulator {
  width: 100%;
  height: 680px;
  /*border: solid 1px #898989;*/
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: sans-serif;
  -webkit-font-feature-settings: 'liga', 'kern';
  font-feature-settings: 'liga', 'kern'; }

  #simulator[v-cloak] {
    visibility: hidden; }
  #simulator:-moz-full-screen {
    height: 100%; }
  #simulator:-ms-fullscreen {
    height: 100%; }
  #simulator:-webkit-full-screen {
    height: 100%; }
  #simulator:fullscreen {
    height: 100%; }

    article[data-v-44bdb634]{
      box-sizing:border-box;
      -webkit-box-sizing:border-box;
      -moz-box-sizing:border-box;
    }
/*****************
     canvas
 ******************/
#canvas-wrapper {
  width: 100%;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
  padding: 40px 0 0 40px;
  box-sizing: border-box; }

#canvas {
  position: relative;
  width: 100%;
  height: 100%; }

#dummy-canvas {
  position: absolute;
  width: calc(100% - 40px);
  height: 100%; }

#svg-canvas {
  position: absolute;
  width: 100%;
  height: 100%; }

.dummyGlyph {
  position: relative;
  font-size: inherit;
  line-height: 1;
  color: inherit;
  visibility: hidden; }

.svgGlyph {
  overflow: visible; }

#support-test {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden; }
  #support-test > span {
    font-size: 100px;
    font-family: '__blank'; }

/*****************
    control
******************/
#control-wrapper {
  width: 180px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-flex-flow: column;
  flex-flow: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: stretch;
  align-items: stretch;
  padding: 10px;
  font-size: 12px;
  font-weight: normal; }
  #control-wrapper > * {
    margin: 10px; }

#sentence {
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-bottom: 7px;
  padding: 10px 14px;
  border: none;
  outline: none;
  resize: none;
  overflow-y: auto;
  line-height: 1.7em;
  font-family: sans-serif;
  font-size: 12px; }

.control-col {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  font-family: AxisStd-Regular, sans-serif; }

/* slider */
.slider-title-value {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: baseline;
  align-items: baseline;
  height: 19px; }
  .slider-title-value .slider-title, .slider-title-value .slider-value {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    height: 100%; }
  .slider-title-value .slider-title {
    width: 67%; }
  .slider-title-value .slider-value {
    width: 33%;
    padding: 0;
    border: none;
    text-align: right;
    font-size: 12px;
    font-family: AxisStd-Regular, sans-serif;
    color: inherit;
    background-color: transparent; }
    .slider-title-value .slider-value:hover:not(:disabled) {
      outline: solid gray 1px; }
    .slider-title-value .slider-value:focus {
      color: black;
      background-color: white; }

.slider-range {
  height: 12px;
  margin-top: 3px; }

input[type='range'] {
  position: relative;
  top: -4px;
  width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: top;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none; }
  input[type='range']::-moz-range-thumb {
    border: none;
    height: 11px;
    width: 11px;
    border-radius: 50%;
    background-color: white; }
  input[type='range']::-webkit-slider-thumb {
    -webkit-appearance: none;
    position: relative;
    top: -4px;
    border: none;
    height: 11px;
    width: 11px;
    border-radius: 50%;
    background-color: white; }
  input[type='range']::-ms-thumb {
    border: none;
    height: 11px;
    width: 11px;
    border-radius: 50%;
    background-color: white; }
  input[type='range']:disabled {
    cursor: default; }
    input[type='range']:disabled::-moz-range-thumb {
      background-color: gray; }
    input[type='range']:disabled::-webkit-slider-thumb {
      background-color: gray; }
    input[type='range']:disabled::-ms-thumb {
      background-color: gray; }
  input[type='range']::-moz-range-track {
    height: 3px;
    border: none;
    border-radius: 2px;
    background-color: gray; }
  input[type='range']::-webkit-slider-runnable-track {
    position: relative;
    top: 6px;
    height: 3px;
    border: none;
    border-radius: 2px;
    background-color: gray; }
  input[type='range']::-ms-track {
    margin-top: 2px;
    height: 3px;
    border-style: solid;
    border-width: 5px 0;
    border-radius: 2px;
    background-color: gray; }
  input[type='range']:focus::-moz-range-track {
    background-color: #3c9afc; }
  input[type='range']:focus::-webkit-slider-runnable-track {
    background-color: #3c9afc; }
  input[type='range']:focus::-ms-track {
    background-color: #3c9afc; }
  input[type='range']::-ms-tooltip,
  input[type='range']::-ms-fill-lower, input[type='range']::-ms-fill-upper,
  input[type='range']::-ms-ticks-before, input[type='range']::-ms-ticks-after {
    display: none; }
  input[type='range']::-moz-focus-outer {
    border: 0; }

/* checkbox */
.checkbox-wrapper {
  height: 22px;
  margin-bottom: 3px; }
  .checkbox-wrapper input[type='checkbox'] {
    display: inline-block;
    position: relative;
    bottom: 1px;
    margin: 0 4px 0 -1px;
    vertical-align: middle; }

/* color button */
.color-buttons {
  height: 25px;
  position: absolute;
  top: -1px;
  right: 0; }
  .color-buttons > .color-button {
    display: inline-block;
    width: 14px;
    height: 10px;
    margin-left: 2px;
    padding: 0 0 1px 0;
    border: transparent solid 3px;
    vertical-align: middle;
    text-align: center;
    line-height: 1;
    cursor: pointer; }
    .color-buttons > .color-button:hover, .color-buttons > .color-button.selected {
      border: #3c9afc solid 3px; }
    .color-buttons > .color-button#color-black {
      background-color: white;
      color: black; }
    .color-buttons > .color-button#color-white {
      background-color: black;
      color: white; }

/* select */
.dropdown {
  position: relative;
  margin: 8px 0; }
  .dropdown select {
    display: block;
    width: 100%;
    height: 21px;
    padding: 0 0 0 5px;
    border: solid #bbb 1px;
    border-radius: 4px;
    font-size: 12px;
    color: black;
    background-color: white;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    .dropdown select:disabled {
      color: gray;
      background-color: #bbb; }
    .dropdown select::-ms-expand {
      display: none; }
  .dropdown select, .dropdown optgroup, .dropdown option {
    font-family: AxisStd-Regular, sans-serif; }
  .dropdown optgroup {
    font-style: normal; }
  .dropdown::after {
    position: absolute;
    top: 0;
    right: 6px;
    bottom: 0;
    width: 0;
    height: 0;
    margin: auto;
    content: '';
    border-top: 4px solid gray;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent; }

.js-font-load-test {
  position: static;
  left: 0;
  bottom: 0;
  visibility: hidden;
  background-color: pink; }

#simulator #canvas-wrapper {
  transition-property: color, background-color;
  transition-duration: 750ms; }

#simulator #svg-canvas {
  transition-property: fill;
  transition-duration: 750ms; }

#simulator #control-wrapper {
  transition-property: color, background-color;
  transition-duration: 750ms; }

#simulator #sentence {
  transition-property: color, background-color;
  transition-duration: 750ms; }

#simulator input[type='range']::-ms-track {
  transition-property: border-color;
  transition-duration: 750ms; }

#simulator.black #canvas-wrapper {
  color: black;
  background-color: white; }

#simulator.black #svg-canvas {
  fill: black; }

#simulator.black #control-wrapper {
  color: black;
  background-color: #dedede; }

#simulator.black input[type='range']::-ms-track {
  border-color: #dedede; }

#simulator.black #sentence {
  color: black; }

#simulator.black input[type='range']:not(:disabled)::-moz-range-thumb {
  background-color: black; }

#simulator.black input[type='range']:not(:disabled)::-webkit-slider-thumb {
  background-color: black; }

#simulator.black input[type='range']:not(:disabled)::-ms-thumb {
  background-color: black; }

#simulator.white #canvas-wrapper {
  color: white;
  background-color: black; }

#simulator.white #svg-canvas {
  fill: white; }

#simulator.white #control-wrapper {
  color: white;
  background-color: #222; }

#simulator.white input[type='range']::-ms-track {
  border-color: #222; }

#simulator.white #sentence {
  color: white;
  background-color: #2b2b2b; }

#simulator.white input[type='range']:not(:disabled)::-moz-range-thumb {
  background-color: white; }

#simulator.white input[type='range']:not(:disabled)::-webkit-slider-thumb {
  background-color: white; }

#simulator.white input[type='range']:not(:disabled)::-ms-thumb {
  background-color: white; }
