@font-face{
  font-family: 'disclaimer';
  src:url('../fonts/font.woff2') format('woff2'),
        url('../fonts/font.woff') format('woff');
  font-weight:normal;
  font-style:normal
}
#background-left {
  width: 25px;
  height: 100%;
  top: 0px;
  left: 0px;
  background-image: url(../img/BackgroundLeft.svg);
  background-repeat: repeat-y;
  position: absolute;
  z-index: -1;
}
#background-center {
  width: 100%;
  height: 100%;
  top: 0px;
  background-image: url(../img/Background.svg);
  background-repeat: repeat-y;
  background-size: cover;
  position: absolute;
  z-index: -2;
}
#background-right {
  width: 25px;
  height: 100%;
  top: 0px;
  right: 0px;
  background-image: url(../img/BackgroundRight.svg);
  background-repeat: repeat-y;
  position: absolute;
  z-index: -1;
}
#calcimg, #calcimg2 {
  position: absolute;
  z-index: 3;
}
#calcback {
  position: absolute;
  z-index: 0;
  background: #ffffff;
  /* display: none; */
}
#calcsceen {
  position: absolute;
  z-index: 2;
  background: rbga(117, 118, 122, 0.2);
  display: none;
}
@media screen and (min-width: 768px)  {
  .visible-s {
    display: none;
  }
}
@media screen and (max-width: 767px)  {
  .hidden-s {
    display: none;
  }
  .visible-s {
    display: block;
  }
}
#keyboardcontainer {
  text-align: center;
  direction: ltr;
  background: #3f3b30;
  position: absolute;
  bottom: 0px;
  width: 100%;
}
#keyboard {
  height: 300px;
  width: 1000px;
  max-width: 100%;
  padding-top: 38px;
  padding-bottom: 5px;
}
.ltr .kbAltLeft {
  margin-right: 0
}
.ltr .kbAltRight {
  margin-left: 0
}
.rtl .kbAltLeft {
  margin-left: 0
}
.rtl .kbAltRight {
  margin-right: 0
}
@media screen and (max-width: 550px) and (orientation: portrait) {
  #keyboard .cell {
    height: 204px
  }
  #keyboard .cell .kbContainer {
    padding: 2px 0
  }
  #keyboard .cell .kbContainer .kbRow {
    height: 36px;
    padding: 2px 0
  }
  #keyboard .cell .kbContainer .kbRow .kbKeyContainer {
    display: inline-block;
    padding: 0 2px;
  }
  #keyboard .cell .kbContainer .kbRow .kbKeyContainer .kbAlt {
    height: 40px;
    margin-top: -40px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
  }
  #keyboard .cell .kbContainer .kbRow .kbKeyContainer .kbAlt .kbAltKey {
    width: 32px;
    height: 36px;
    display: inline-block;
    cursor: pointer;
    font-size: 20px;
    line-height: 36px;
    margin: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
  }
  #keyboard .cell .kbContainer .kbRow .kbKeyContainer .kbAlt.kbDouble {
    margin-left: -16px
  }
  #keyboard .cell .kbContainer .kbRow .kbKeyContainer .kbKey {
    width: 100%;
    height: 36px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 20px;
    line-height: 36px;
    border-bottom: 1px solid #898a8e
  }
  #keyboard .cell .kbContainer .kbRow .kbKeyContainer .kbKey.small {
    font-size: 14px;
  }
  #keyboard .cell .kbContainer .kbRow .kbKeyContainer .kbKey .kbKeySecondary {
    top: 2px;
    right: 2px;
    font-size: 8px;
    line-height: 8px
  }
  #keyboard .cell .kbContainer .kbRow .kbKeyContainer .kbKey.large {
    font-size: 24px
  }
  #keyboard .cell .kbContainer .kbRow .kbKeyContainer:first-child .kbDouble {
    margin-left: 0
  }
  #keyboard .cell .kbContainer .kbRow .kbKeyContainer:last-child .kbDouble {
    margin-left: -32px
  }
}
@media screen and (max-width:420px) and (orientation:portrait) {
  #keyboard .cell .kbContainer .kbRow .kbKeyContainer:last-child .kbDouble {
    margin-left: -40px
  }
  #keyboard .cell .kbContainer .kbRow .kbKeyContainer {
    display: inline-block;
    padding: 0 2px;
  }
}
@media screen and (max-height: 550px) and (orientation: landscape) {
  #keyboard .cell {
    height: 144px
  }
  #keyboard .cell .kbContainer {
    padding: 2px 0
  }
  #keyboard .cell .kbContainer .kbRow {
    height: 24px;
    padding: 2px 0
  }
  #keyboard .cell .kbContainer .kbRow .kbKeyContainer {
    display: inline-block;
    padding: 0 2px;
  }
  #keyboard .cell .kbContainer .kbRow .kbKeyContainer .kbAlt {
    height: 32px;
    margin-top: -32px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
  }
  #keyboard .cell .kbContainer .kbRow .kbKeyContainer .kbAlt .kbAltKey {
    width: 40px;
    height: 28px;
    font-size: 24px;
    line-height: 28px;
    margin: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
  }
  #keyboard .cell .kbContainer .kbRow .kbKeyContainer .kbAlt.kbDouble {
    margin-left: -20px
  }
  #keyboard .cell .kbContainer .kbRow .kbKeyContainer .kbKey {
    width: 100%;
    height: 24px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 24px;
    border-bottom: 1px solid #898a8e
  }
  #keyboard .cell .kbContainer .kbRow .kbKeyContainer .kbKey.small {
    font-size: 16px;
  }
  #keyboard .cell .kbContainer .kbRow .kbKeyContainer .kbKey .kbKeySecondary {
    top: 2px;
    right: 2px;
    font-size: 8px;
    line-height: 8px
  }
  #keyboard .cell .kbContainer .kbRow .kbKeyContainer .kbKey.large {
    font-size: 20px
  }
  #keyboard .cell .kbContainer .kbRow .kbKeyContainer:first-child .kbDouble {
    margin-left: 0
  }
  #keyboard .cell .kbContainer .kbRow .kbKeyContainer:last-child .kbDouble {
    margin-left: -40px
  }
}
@media screen and (min-width: 551px) and (max-width: 1024px) and (orientation: portrait) {
  #keyboard .cell {
    width: auto;
    padding: 0
  }
  #keyboard .cell .kbContainer {
    padding: 3px 0
  }
  #keyboard .cell .kbContainer .kbRow {
    height: 48px;
    padding: 3px 0
  }
  #keyboard .cell .kbContainer .kbRow .kbKeyContainer {
    display: inline-block;
    padding: 0 3px;
  }
  #keyboard .cell .kbContainer .kbRow .kbKeyContainer .kbAlt {
    height: 56px;
    margin-top: -56px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px
  }
  #keyboard .cell .kbContainer .kbRow .kbKeyContainer .kbAlt .kbAltKey {
    height: 48px;
    width: 48px;
    display: inline-block;
    cursor: pointer;
    font-size: 36px;
    line-height: 48px;
    margin: 4px
  }
  #keyboard .cell .kbContainer .kbRow .kbKeyContainer .kbAlt.kbDouble {
    margin-left: -20px
  }
  #keyboard .cell .kbContainer .kbRow .kbKeyContainer .kbKey {
    width: 100%;
    height: 48px;
    border-radius: 8px;
    font-size: 24px;
    line-height: 48px
  }
  #keyboard .cell .kbContainer .kbRow .kbKeyContainer .kbKey.small {
    font-size: 15px;
  }
  #keyboard .cell .kbContainer .kbRow .kbKeyContainer .kbKey .kbKeySecondary {
    top: 3px;
    right: 3px;
    font-size: 13px;
    line-height: 16px
  }
  #keyboard .cell .kbContainer .kbRow .kbKeyContainer .kbKey.large {
    font-size: 30px
  }
  #keyboard .cell .kbContainer .kbRow .kbKeyContainer:first-child .kbDouble {
    margin-left: 0
  }
  #keyboard .cell .kbContainer .kbRow .kbKeyContainer:last-child .kbDouble {
    margin-left: -36px
  }
}
@media screen and (max-width: 1024px) and (min-height: 551px) and (orientation: landscape) {
  #keyboard .cell {
    width: auto;
    padding: 0
  }
  #keyboard .cell .kbContainer {
    padding: 3px 0
  }
  #keyboard .cell .kbContainer .kbRow {
    height: 48px;
    padding: 3px 0
  }
  #keyboard .cell .kbContainer .kbRow .kbKeyContainer {
    display: inline-block;
    padding: 0 3px;
  }
  #keyboard .cell .kbContainer .kbRow .kbKeyContainer .kbAlt {
    height: 56px;
    margin-top: -56px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px
  }
  #keyboard .cell .kbContainer .kbRow .kbKeyContainer .kbAlt .kbAltKey {
    height: 48px;
    width: 72px;
    display: inline-block;
    cursor: pointer;
    font-size: 36px;
    line-height: 48px;
    margin: 4px
  }
  #keyboard .cell .kbContainer .kbRow .kbKeyContainer .kbAlt.kbDouble {
    margin-left: -36px
  }
  #keyboard .cell .kbContainer .kbRow .kbKeyContainer .kbKey {
    width: 100%;
    height: 48px;
    border-radius: 8px;
    font-size: 24px;
    line-height: 48px
  }
  #keyboard .cell .kbContainer .kbRow .kbKeyContainer .kbKey.small {
    font-size: 15px;
  }
  #keyboard .cell .kbContainer .kbRow .kbKeyContainer .kbKey .kbKeySecondary {
    top: 3px;
    right: 3px;
    font-size: 13px;
    line-height: 16px
  }
  #keyboard .cell .kbContainer .kbRow .kbKeyContainer .kbKey.large {
    font-size: 35px
  }
  #keyboard .cell .kbContainer .kbRow .kbKeyContainer:first-child .kbDouble {
    margin-left: 0
  }
  #keyboard .cell .kbContainer .kbRow .kbKeyContainer:last-child .kbDouble {
    margin-left: -56px
  }
}
@media screen and (min-width: 1025px) and (min-height: 551px) and (max-height: 640px) {
  #keyboard .cell {
    height: 204px
  }
  #keyboard .cell .kbContainer {
    padding: 2px 0
  }
  #keyboard .cell .kbContainer .kbRow {
    height: 36px;
    padding: 2px 0
  }
  #keyboard .cell .kbContainer .kbRow .kbKeyContainer {
    display: inline-block;
    padding: 0 2px;
  }
  #keyboard .cell .kbContainer .kbRow .kbKeyContainer .kbAlt {
    height: 40px;
    margin-top: -40px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
  }
  #keyboard .cell .kbContainer .kbRow .kbKeyContainer .kbAlt .kbAltKey {
    width: 32px;
    height: 36px;
    display: inline-block;
    cursor: pointer;
    font-size: 20px;
    line-height: 36px;
    margin: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
  }
  #keyboard .cell .kbContainer .kbRow .kbKeyContainer .kbAlt.kbDouble {
    margin-left: -16px
  }
  #keyboard .cell .kbContainer .kbRow .kbKeyContainer .kbKey {
    width: 100%;
    height: 36px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 20px;
    line-height: 36px;
    border-bottom: 1px solid #898a8e
  }
  #keyboard .cell .kbContainer .kbRow .kbKeyContainer .kbKey.small {
    font-size: 14px;
  }
  #keyboard .cell .kbContainer .kbRow .kbKeyContainer .kbKey .kbKeySecondary {
    top: 2px;
    right: 2px;
    font-size: 8px;
    line-height: 8px
  }
  #keyboard .cell .kbContainer .kbRow .kbKeyContainer .kbKey.large {
    font-size: 27px
  }
  #keyboard .cell .kbContainer .kbRow .kbKeyContainer:first-child .kbDouble {
    margin-left: 0
  }
  #keyboard .cell .kbContainer .kbRow .kbKeyContainer:last-child .kbDouble {
    margin-left: -32px
  }
}
@media screen and (max-width: 319px) {
  #keyboard .cell .kbContainer .kbRow .kbKeyContainer {
    width: 25px;
  }
}
@media screen and (min-width: 320px) and (max-width: 359px) {
  #keyboard .cell .kbContainer .kbRow .kbKeyContainer {
    width: 30px;
  }
}
@media screen and (min-width: 360px) and (max-width: 374px) {
  #keyboard .cell .kbContainer .kbRow .kbKeyContainer {
    width: 36px;
  }
}
@media screen and (min-width: 375px) and (max-width: 410px) {
  #keyboard .cell .kbContainer .kbRow .kbKeyContainer {
    width: 37px;
  }
}
@media screen and (min-width: 411px) and (max-width: 510px) {
  #keyboard .cell .kbContainer .kbRow .kbKeyContainer {
    width: 40px;
  }
}
@media screen and (min-width: 511px) and (max-width: 610px) {
  #keyboard .cell .kbContainer .kbRow .kbKeyContainer {
    width: 50px;
  }
}
@media screen and (min-width: 611px) and (max-width: 767px) {
  #keyboard .cell .kbContainer .kbRow .kbKeyContainer {
    width: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 911px) {
  #keyboard .cell .kbContainer .kbRow .kbKeyContainer {
    width: 70px;
  }
}
#progressbar {
  position: absolute;
  display: none;
  background-color: transparent;
  border: 1px solid #4d5139;
  z-index: 21;
}
#progressbar > div {
  background-color: #4d5139;
  width: 0%;
  height: 20px;
  border-radius: 0px;
}
#fnbuttonsarea .fnbuttons {
  position: absolute;
  z-index: 20;
  background: transparent;
  border-radius: 100%;
  cursor: pointer;
}
#fnbuttonsarea .keybuttons {
  position: absolute;
  z-index: 20;
  background: transparent;
  border-radius: 10%;
  cursor: pointer;
}
#fnpressedcontainer .keyimgs {
  display: none;
  position: absolute;
  z-index: 4;
}
#buttonsarea .keybuttons {
  position: absolute;
  background: transparent;
  border-radius: 100%;
  cursor: pointer;  
  z-index: 20;
}
#buttonscontainer .keyimgs {
  position: absolute;
  z-index: 2;
}
#pressedcontainer .keyimgs {
  display: none;
  position: absolute;
  z-index: 2;
}
#adjustbar {
  width: 100%;
  min-height: 25px;
  background-image: url('../img/Pull.svg');
  background-repeat: repeat-x;
  cursor: pointer;
  cursor: -webkit-grab;
  cursor: grab;
}
#adjustbar.clicked {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
#adjustbartooltip {
  display: none;
  position: absolute;
  z-index: 10002;
  display: none;
  opacity: 1;
}
#adjustbartooltip .tooltip-inner {
  max-width: 350px;
  padding: 10px 10px;
  color: #fff;
  font-size: 14px;
  background-color: #000000;
  text-align: center;
}
#adjustbartooltip .tooltip-inner p {
  margin-bottom: 0px;
}
#disclaimertooltip {
  display: none;
  position: absolute;
  z-index: 10002;
  display: none;
  opacity: 1;
}
#disclaimertooltip .tooltip-inner {
  max-width: 350px;
  padding: 10px 10px;
  color: #fff;
  font-size: 14px;
  background-color: #000000;
  text-align: center;
}
#disclaimertooltip .tooltip-inner p {
  margin-bottom: 0px;
  font-size: 16px;
}
#disclaimer {
  display: none;
  position: absolute;
  z-index: 10003;
  top: 25%;
  left: 0px;
  width: 100%;
  opacity: 1;
  background-image: url(../img/Gradewide.svg);
  background-repeat: repeat-x;
  cursor: pointer;
  background-size: cover;
  background-position: center;
}
#disclaimer-content {
  padding: 0px 15px;
  color: white;
  width: 100%;
  max-width: 768px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: disclaimer;
}
#disclaimer-content p {
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  #disclaimer-content p {
    margin-bottom: 0px;
  }
  #disclaimertooltip p {
    font-size: 14px;
  }
}