html {
  height: 100vh !important;
  width: 100vw !important;
  overflow: hidden;
  background-image: url(../img/trSkin/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #29a4dd;
}
html.playerBody {
  background-image: url(../img/trSkin/bg-player-new-brick-owl-tale.jpg);
}

.hide-from-canvas {
  position: fixed !important;
  top: 0 !important;
  left: -999999px !important;
  width: 0px !important;
  height: 0px !important;
}

#mainBody {
  background: transparent;
  position: absolute;
  overflow: hidden;
  /* ALTER TO IPAD */
  /* width: 1920px; */
  width: 1024px;
  /* ALTER TO IPAD */
  /* height: 992px; */
  height: 768px;
  top: 0;
  /* ALTER TO IPAD */
  /* left: 960px; */
  left: 50%;
  transform: translateX(-50%);
  transform-origin: top center;
}
#mainBody:before {
  /* content: " "; */
  /* position: absolute; */
  /* top: 0; */
  /* left: 0; */
  /* width: 1024px; */
  /* height: 768px; */
  /* border: 2px solid #000; */
}

#mainBody.boxPlay {
  background: rgb(77, 77, 77); /* Old browsers */
  background: -moz-linear-gradient(
    left,
    rgba(77, 77, 77, 1) 0%,
    rgba(26, 26, 26, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(77, 77, 77, 1) 0%,
    rgba(26, 26, 26, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(77, 77, 77, 1) 0%,
    rgba(26, 26, 26, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4d4d', endColorstr='#1a1a1a',GradientType=1 ); /* IE6-9 */
}

.mainCanvas {
  width: 100% !important;
  margin: 0 !important;
  height: auto !important;
}
.mainHolder {
  width: 100% !important;
}
#mainBody:not(.playerBody) #firstHelp {
  position: fixed;
  top: 12px;
  right: 210px;
  width: 35px;
  height: 35px;
  padding: 0;
  cursor: pointer;
  outline: 0;
  -webkit-transition: background 0.2s ease-out !important;
  border: none !important;
  border-radius: 0 !important;
  background-color: transparent;
  background-image: url(../img/trSkin/help/first-help.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  display: block;
}
#mainBody.playerBody #firstHelp {
  display: none;
}
.tocPage {
  margin: 0 !important;
  width: 100% !important;
  height: auto !important;
  position: static !important;
}
.headerHolder {
  position: static !important;
  margin: 0 !important;
  height: 60px !important;
  width: 100%;
  padding: 0 !important;
  background: -moz-linear-gradient(
    left,
    rgba(30, 146, 250, 0.65) 0%,
    rgba(169, 62, 222, 0.65) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(30, 146, 250, 0.65) 0%,
    rgba(169, 62, 222, 0.65) 100%
  );
  background: linear-gradient(
    to right,
    rgba(30, 146, 250, 0.65) 0%,
    rgba(169, 62, 222, 0.65) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a61e92fa', endColorstr='#a6a93ede',GradientType=1 );
}

#mainBody.playerBody .headerHolder {
  background: rgb(64, 64, 65); /* Old browsers */
  background: -moz-linear-gradient(
    left,
    rgba(64, 64, 65, 1) 0%,
    rgba(0, 0, 0, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(64, 64, 65, 1) 0%,
    rgba(0, 0, 0, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(64, 64, 65, 1) 0%,
    rgba(0, 0, 0, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#404041', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
}

.headerTitle {
  font-size: 37px;
  color: #ffffff;
  font-family: Tahoma;
  line-height: 37px;
  /* ALTER TO IPAD */
  /* padding: 20px 35px; */
  padding: 10px;
  float: left;
  /* ALTER TO IPAD */
  /* width: 480px; */
  width: 200px;
  height: 60px;
}
#mainBody.boxPlay .headerTitle {
  width: 140px;
}
.trbc-lesson-img {
  float: left;
  width: 45px;
}
.headerTitle img {
  margin-right: 10px;
  max-width: 100%;
}
.trbc-lesson-title-wrapper {
  float: left;
  width: calc(100% - 47px);
  position: relative;
  height: 100%;
}
#mainBody.boxPlay .trbc-lesson-title-wrapper {
  opacity: 0;
}
.trbc-lesson-title-wrapper-centered {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  max-height: 42px;
  width: 100%;
}
.trbc-lesson-title {
  font-size: 14px;
  line-height: 1.2;
}
.trbc-class-title {
  font-size: 12px;
  line-height: 1.2;
}
.DropDownMenuHeader {
  display: none;
  /* ALTERED TO IPAD */
  /* width: 960px; */
  /* width: 722px; */
  width: 624px;
  float: left;
  position: relative;
  height: 60px;
}
body.playerBody .DropDownMenuHeader {
  display: block;
}
.openMenuImgfardy {
  position: absolute;
  right: 0px;
  cursor: pointer;
  top: 16px;
  height: 56px;
  width: 20px;
  z-index: 9;
}
.openMenuImgHolderlepto {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  height: 34px;
  width: 100%;
  background: #cecece;
}
.optionsHolder {
  position: static;
  bottom: initial;
  left: initial;
  /* ALTERED TO IPAD */
  /* width: 155px; */
  width: 180px;
  height: auto;
  margin: 0 10px;
  padding: 0;
  float: right;
}
.optionsHolder form {
  display: inline-block;
  float: left;
  position: relative;
}
.optionsHolder form:after {
  content: ' ';
  position: absolute;
  top: 13px;
  right: -1px;
  width: 2px;
  height: 35px;
  background: rgba(0, 0, 0, 0.5);
}
.optionsHolder .headerOptions form:after {
  display: none;
}
.optionsHolder input[type='submit'].options {
  height: 35px !important;
  width: 50px !important;
  margin: 12px 10px 12px 0 !important;
  padding: 0;
  cursor: pointer;
  outline: 0;
  position: static !important;
  left: initial !important;
  -webkit-transition: background 0.2s ease-out;
  border: none;
  background: transparent url(../img/trSkin/gears.png) no-repeat left top;
}
.optionsHolder input[type='submit'].options:hover {
  height: 35px !important;
  width: 50px !important;
  margin: 12px 10px 12px 0 !important;
  padding: 0;
  cursor: pointer;
  outline: 0;
  position: static !important;
  left: initial !important;
  -webkit-transition: background 0.2s ease-out;
  border: none;
  background: transparent url(../img/trSkin/gears.png) no-repeat left top;
}
.headerOptions,
.headerFullScreen {
  display: inline-block;
  float: left;
  height: 60px;
  width: 58px;
  text-align: left;
  line-height: 58px;
}
.backBrowser {
  text-align: right;
  line-height: 58px;
  float: left;
  height: 35px;
  width: 50px;
  margin: 12px 0 12px 0;
  padding: 0;
  cursor: pointer;
  outline: 0;
  -webkit-transition: background 0.2s ease-out !important;
  border: none !important;
  border-radius: 0 !important;
  background-color: transparent;
  background-image: url(../img/trSkin/icon-exit.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
}
.headerFullScreenBtn {
  text-align: right;
  line-height: 58px;
  float: left;
  height: 35px;
  width: 50px;
  margin: 12px 0 12px 0;
  padding: 0;
  cursor: pointer;
  outline: 0;
  -webkit-transition: background 0.2s ease-out !important;
  border: none !important;
  border-radius: 0 !important;
  background-color: transparent;
  background-image: url(../img/trSkin/icon-screen-full.svg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  position: relative;
}
.headerFullScreenBtn.close {
  background-color: transparent;
  background-image: url(../img/trSkin/icon-screen-small.svg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  opacity: 1;
}
.headerFullScreenBtn:after {
  content: ' ';
  position: absolute;
  top: 0;
  right: -1px;
  width: 2px;
  height: 35px;
  background: rgba(0, 0, 0, 0.5);
}

#mainBody .centralMenuButtonBack {
  display: none;
}
#mainBody.playerBody .optionsHolder,
#mainBody.playerBody .centralMenuButtonBack {
  display: block !important;
}
#mainBody.playerBody.testTheory .centralMenuButtonBack {
  display: none !important;
}

.menuHolder {
  margin: 0;
  width: 100%;
  /* max-width: 520px; */
  max-width: 500px;
  position: absolute;
  top: calc(50% - 30px);
  left: 50%;
  transform: translate(-50%, -50%);
  /* max-height: 800px; */
  max-height: 700px;
  margin-top: 60px;
  /* height: 825px; */
}

.menuHolder__head {
  background: -moz-linear-gradient(
    left,
    rgba(30, 146, 250, 0.85) 0%,
    rgba(169, 62, 222, 0.85) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(30, 146, 250, 0.85) 0%,
    rgba(169, 62, 222, 0.85) 100%
  );
  background: linear-gradient(
    to right,
    rgba(30, 146, 250, 0.85) 0%,
    rgba(169, 62, 222, 0.85) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a61e92fa', endColorstr='#a6a93ede',GradientType=1 );
  position: relative;
  height: 38px;
  margin: 26px 0 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.menuHolder__head_icon {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 50%;
  text-align: center;
  padding: 14px 14px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.menuHolder__head_icon img {
  max-width: 100%;
  width: auto;
}
.menuHeader {
  background: rgb(64, 64, 65);
  background: -moz-linear-gradient(
    left,
    rgba(64, 64, 65, 1) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(64, 64, 65, 1) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(64, 64, 65, 1) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#404041', endColorstr='#000000',GradientType=1 );
  padding: 30px 0 10px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  margin: 0;
}
.leftMenu {
  background: #775cea;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 5px;
  max-height: 500px;
  /* min-height: 200px; */
  overflow-y: auto;
}

.leftMenu > ul > li {
}

.menuChildrenHolder {
  background: none !important;
}

#menus div.leftMenuHolder > div > ul > li,
#menus div.rightMenuHolder > div > ul > li {
  margin-bottom: 2px;
}

/* Main Menu Text */
#menus div.leftMenuHolder > div.leftMenu > ul > li > span,
#menus div.rightMenuHolder > div.rightMenu > ul > li > span {
  width: 100%;
  margin: 0 0 0 -20px;
  padding: 8px 30px 8px;
  background: #e6e6e6;
  border-radius: 5px;
  text-align: center;
  color: #000;
  position: relative;
  font-weight: normal;
  z-index: 2;
  font-size: 14px;
}
#menus div > div > ul > li > span.selected {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.8);
}

#menus div > div > ul > li > span:before {
  content: '\e258';
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
div[data-tree-model] li .expanded {
  background: none !important;
}
#menus div > div > ul > li > span.selected:before {
  content: '\e114';
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.leftMenuHolder
  > .leftMenu
  > ul.ng-scope
  > li.ng-scope:first-child
  > .menuChildrenHolder
  > ul.ng-scope
  > li.ng-scope:first-child
  > span:before {
  content: '\e258';
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.leftMenuHolder
  > .leftMenu
  > ul.ng-scope
  > li.ng-scope:first-child
  > .menuChildrenHolder
  > ul.ng-scope
  > li.ng-scope:first-child
  > span.selected:before {
  content: '\e114';
}

#menus div > div > ul > li > div > ul > li > span {
  width: calc(100% - 16px);
  margin: 0px 8px 2px -12px;
  padding: 8px 20px 8px 20px !important;
  background: #b3b3b3;
  text-align: center;
  color: #000;
  position: relative;
  font-weight: normal;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.8);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.8);
  z-index: 1;
  font-size: 14px;
}

#menus div > div > ul > li > div > ul > li > span.selected {
  padding: 8px 20px 8px 20px !important;
  margin: 0px 8px 2px -12px !important;
}

#menus
  .leftM
  .leftMenuHolder
  .leftMenu
  ul
  li
  .menuChildrenHolder
  ul
  li
  .menuChildrenHolder
  ul
  li
  span {
  width: calc(100% - 32px) !important;
  margin: -2px 16px 3px -6px;
  padding: 8px 20px 8px 20px !important;
  background: #b3b3b3;
  text-align: center;
  color: #000;
  position: relative;
  font-weight: normal;
  font-size: 14px;
}

.menuHolder.open {
  /* ALTERED TO IPAD */
  /* max-width: 1040px; */
  max-width: 1000px;
}

.menuHolder__wrapper {
  float: left;
  width: 100%;
  /* ALTERED TO IPAD */
  /* max-width: 520px; */
  max-width: 500px;
}

.menuHolder__wrapper.rightM {
  padding-top: 64px;
  height: 100%;
  /* position: absolute; */
  /* ALTERED TO IPAD */
  /* left: 520px; */
  left: 500px;
  top: 0;
}

.rightMenu {
  background: #775cea;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 5px;
  /* height: calc(100% - 170px); */
  width: 100%;
  /* position: absolute; */
  /* top: 170px; */
  /* left: 0; */
  overflow-y: auto;
  max-height: 570px;
}

.mainHolder {
  height: auto !important;
  float: none !important;
  position: static !important;
  overflow: initial !important;
}

.modal-content {
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.optionsWindow {
  background: transparent;
}

#title {
  background: rgb(64, 64, 65);
  background: -moz-linear-gradient(
    left,
    rgba(64, 64, 65, 1) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(64, 64, 65, 1) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(64, 64, 65, 1) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#404041', endColorstr='#000000',GradientType=1 );
  color: #fff;
  padding: 14px 20px 12px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  position: relative;
  text-align: center;
  font-size: 22px;
}

#title .set__gear {
  position: absolute;
  top: 10px;
  left: 20px;
  width: 50px;
  height: 35px;
}
#optionsMidHolder {
  padding: 12px;
  background: rgba(225, 225, 224, 0.6);
  position: relative;
}
.optionsMidHolderRight {
  float: left;
  width: 80%;
  padding-left: 12px;
  margin-left: 20%;
}
.optionsMidHolderLeft {
  float: left;
  width: 20%;
  height: calc(100% - 24px);
  padding-right: 6px;
  position: absolute;
}
.optionPanel {
  border-radius: 10px;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 1) 0%,
    rgba(66, 67, 67, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 1) 0%,
    rgba(66, 67, 67, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 0%,
    rgba(66, 67, 67, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#424343',GradientType=0 );
}
.optionsMidHolderLeft .optionPanel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sliderExample {
  width: 16px;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  height: calc(100% - 120px);
  background: #e3e3e2;
  border-radius: 5px;
}

.sliderExample > div {
  margin: 0 !important;
  height: 100%;
  width: 100%;
  border: none;
  background: transparent;
}

#red .ui-slider-range {
  background: #29a4dd;
  border-radius: 5px;
}

#red .ui-slider-handle {
  width: 42px !important;
  height: 42px !important;
  border-radius: 50% !important;
  background: #fff !important;
  transform: translateX(-50%) !important;
  left: 50% !important;
  z-index: 1 !important;
  position: absolute !important;
  cursor: pointer !important;
  top: initial !important;
  bottom: 50%;
}

#red .ui-slider-handle:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  background: #414242;
  border-radius: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}

#red .ui-slider-handle:after {
  content: ' ';
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #fff;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.optionPanel__vol {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
}

.optionsMidHolderRight .optionPanel {
  width: 100%;
  background: transparent;
  border-radius: 10px;
  background: red;
  overflow: hidden;
  color: #fff;
}
.optionsMidHolderRight .optionPanel:first-child {
  margin-bottom: 6px;
}

.optionsMidHolderRight .optionPanel .optionPanelHeader {
  background: rgb(66, 67, 67);
  background: -moz-linear-gradient(
    left,
    rgba(66, 67, 67, 1) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(66, 67, 67, 1) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(66, 67, 67, 1) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#424343', endColorstr='#000000',GradientType=1 );
  padding: 30px 35px 20px;
  font-size: 18px;
}

.optionsMidHolderRight .optionPanel .optionPanelHeader > div {
  display: inline-block;
}

.optionsMidHolderRight
  .optionPanel
  .optionPanelHeader
  .optionPanel__header__icon {
  width: 50px;
}

.optionPanel__time .blueSfareChoiceItemHolder {
  float: left;
  width: 25%;
  background: #fff;
  color: #c9c9c9;
  border: 1px solid #c9c9c9;
  position: relative;
}

.optionPanel__time .blueSfareChoiceItemHolder label {
  font-weight: bold;
  color: #221f1f;
  font-size: 20px;
  text-align: center;
  display: block;
  margin: 0;
  position: relative;
  z-index: 3;
  cursor: pointer;
  padding: 15px 0;
  height: auto;
}

.optionPanel__time .blueSfareChoiceItemHolder label span {
  width: 100%;
  display: block;
  font-size: 12px;
  font-weight: lighter;
}

.optionPanel__time .blueSfareChoiceItemHolder input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
}

.optionPanel__time .blueSfareChoiceItemHolder label:last-child {
  display: block;
  margin: 0px;
  padding: 0px;
  right: 0;
  top: 0;
  position: absolute;
  float: none;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 2;
}

.optionPanel__time .blueSfareChoiceItemHolder label:last-child span {
  display: none;
}

.optionPanel__time .blueSfareChoiceItemHolder input.ng-valid-parse + label {
  background: #29a4dd;
}

.blueSfareChoiceItemHolder.optionsPanel__time__choice--black {
  background: #000;
  font-size: 14px;
  text-align: center;
  padding: 15px 0;
  position: relative;
  z-index: 0;
}
.blueSfareChoiceItemHolder.optionsPanel__time__choice--black
  label.blueSfareChoice {
  position: relative;
  z-index: 3;
  margin: 0;
  width: 100%;
  display: block;
  height: auto;
  font-size: 14px;
  color: #fff;
}
.blueSfareChoiceItemHolder.optionsPanel__time__choice--black input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
}
.blueSfareChoiceItemHolder.optionsPanel__time__choice--black label:last-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 3;
  cursor: pointer;
}
.blueSfareChoiceItemHolder.optionsPanel__time__choice--black
  label:last-child
  span {
  display: none;
}

.optionsMidHolderRight .optionPanel .wrapper__options .slideDiv {
  width: 100%;
  height: auto;
  background: #221f1f;
}

.optionCheckboxHolder.onoff-switch {
  padding: 15px 35px;
}

.optionCheckboxHolder.onoff-switch label.optionCheckboxLabel {
  font-size: 14px;
  display: block;
  width: calc(100% - 70px);
  float: left;
  margin: 0;
}

.optionCheckboxHolder.onoff-switch .onoffswitch {
  position: relative;
  width: 50px;
  float: left;
  display: block;
  margin-right: 20px;
  height: 25px;
}

.optionCheckboxHolder.onoff-switch .onoffswitch label.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: none;
  height: 25px;
  margin: 0;
  border-radius: 25px;
}

.optionCheckboxHolder.onoff-switch
  .onoffswitch
  label.onoffswitch-label
  span.onoffswitch-inner {
  display: block;
  width: 100px;
  height: 25px;
}

.optionCheckboxHolder.onoff-switch
  .onoffswitch
  label.onoffswitch-label
  span.onoffswitch-inner:before {
  content: ' ';
  background: #29a4dd;
  height: 25px;
}

.optionCheckboxHolder.onoff-switch
  .onoffswitch
  label.onoffswitch-label
  span.onoffswitch-inner:after {
  content: ' ';
  background: #969595;
  height: 25px;
}

.optionCheckboxHolder.onoff-switch
  .onoffswitch
  label.onoffswitch-label
  span.onoffswitch-switch {
  width: 27px;
  height: 27px;
  border: none;
  top: -1px;
}

.footerOptionsSettings {
  background: #000;
  padding: 15px 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.footerOptionsSettings input {
  float: left;
  width: 33.333%;
  display: block;
  color: #fff;
  background: #000;
  border: none;
  font-size: 18px;
  line-height: 18px;
  padding: 0;
}

#mainBody #playerSideMenu {
  display: none !important;
  position: absolute;
  /* ALTERED TO IPAD */
  /* top: 900px; */
  top: 725px;
  /* ALTERED TO IPAD */
  /* width: 800px; */
  width: 668px;
  left: 0;
  transform: rotate(-90deg);
  z-index: 999999999;
  /* -webkit-transition: all .5s ease; */
  /* -moz-transition: all .5s ease; */
  /* -ms-transition: all .5s ease; */
  /* -o-transition: all .5s ease; */
  /* transition: all .5s ease; */
}
#mainBody.playerBody #playerSideMenu {
  display: block !important;
}
#mainBody.playerBody #playerSideMenu.toTest,
#mainBody.testTheory #playerSideMenu {
  display: none !important;
}
div#playerSideMenu > div {
  -webkit-box-shadow: 0px 6px 10px -4px rgba(0, 0, 0, 1);
  box-shadow: 0px 6px 10px -4px rgba(0, 0, 0, 1);
}
#mainBody #playerSideMenu.trbcHideTools {
  /* left: -84px; */
  /* top: initial; */
  /* bottom: 0px; */
  /* transform: rotate(0); */
  /* animation-name: chaptersDown; */
  /* animation-duration: 4s; */
  /* animation-fill-mode: forwards; */
  /* animation-iteration-count: 1; */
  /* animation-timing-function: ease; */
}

@keyframes chaptersDown {
  0% {
    width: 150px;
  }
  1% {
    width: 150px;
    transform: rotate(0);
  }
  100% {
    width: 150px;
    transform: rotate(0);
    top: initial;
    bottom: 0px;
  }
}
@keyframes example {
  0% {
    background-color: red;
    left: 0px;
    top: 0px;
  }
  25% {
    background-color: yellow;
    left: 200px;
    top: 0px;
  }
  50% {
    background-color: blue;
    left: 200px;
    top: 200px;
  }
  75% {
    background-color: green;
    left: 0px;
    top: 200px;
  }
  100% {
    background-color: red;
    left: 0px;
    top: 0px;
  }
}

#mainBody #playerSideMenu.trbcHideTools .chapter,
#mainBody #playerSideMenu.trbcHideTools .paragraph {
  /* display: none; */
}
#mainBody.playerBody.boxPlay #playerSideMenu {
  /* display: none; */
}

.playerSideMenu__btn__opener {
  width: 150px;
  color: #fff;
  border: 3px solid #000;
  border-bottom: 0;
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  padding: 12px;
  margin-left: calc(100% - 150px);
  background: #000;
  /* background: rgb(30,146,250); */
  /* background: -moz-linear-gradient(left, rgba(30,146,250,1) 0%, rgba(169,62,222,1) 100%); */
  /* background: -webkit-linear-gradient(left, rgba(30,146,250,1) 0%,rgba(169,62,222,1) 100%); */
  /* background: linear-gradient(to right, rgba(30,146,250,1) 0%,rgba(169,62,222,1) 100%); */
  /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e92fa', endColorstr='#a93ede',GradientType=1 ); */
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  cursor: pointer;
  position: relative;
  display: block;
  position: fixed;
  bottom: 28px;
  left: 0px;
  margin: 0;
  transform: rotate(90deg);
}

.playerSideMenu.trbcHideTools .playerSideMenu__btn__opener {
  bottom: 0;
  left: 0;
  transform: rotate(0deg);
}

#trbcPlBtnOpenMenu {
  display: block;
  width: 150px;
  color: #fff;
  background: #000;
  border: 3px solid #000;
  border-bottom: 0;
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  padding: 12px;
  /* background: rgb(30,146,250); */
  /* background: -moz-linear-gradient(left, rgba(30,146,250,1) 0%, rgba(169,62,222,1) 100%); */
  /* background: -webkit-linear-gradient(left, rgba(30,146,250,1) 0%,rgba(169,62,222,1) 100%); */
  /* background: linear-gradient(to right, rgba(30,146,250,1) 0%,rgba(169,62,222,1) 100%); */
  /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e92fa', endColorstr='#a93ede',GradientType=1 ); */
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  cursor: pointer;
  position: fixed;
  bottom: 0;
  right: 0;
}

.toolBar-actions.trbcHideTools #trbcPlBtnOpenMenu,
.playerSideMenu.trbcHideTools .playerSideMenu__btn__opener {
  background: #26a9e0;
  color: #000;
}

#mainBody .toolBar-actions #trbcPlBtnOpenMenu,
#mainBody .playerSideMenu .playerSideMenu__btn__opener {
  display: none;
}
#mainBody.play .toolBar-actions #trbcPlBtnOpenMenu,
#mainBody.play .playerSideMenu .playerSideMenu__btn__opener {
  display: block;
}

.trbcHideTools .playerSideMenu__btn__opener {
  /* display: block; */
}

#mainBody.boxPlay .playerSideMenu .playerSideMenu__btn__opener {
  display: none !important;
}
#mainBody.playerBody.play.boxPlay #playerSideMenu {
  display: none !important;
}
.playerSideMenu__btn__opener:before,
#trbcPlBtnOpenMenu:before {
  content: ' ';
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 18px 12px 18px;
  border-color: transparent transparent #000000 transparent;
  cursor: pointer;
}

#playerSideMenu .chapter {
  /* ALTERED TO IPAD */
  /* padding: 15px 20px 15px 135px; */
  padding: 7px 20px 8px 135px;
  background: #fff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  text-align: center;
  /* ALTERED TO IPAD */
  /* font-size: 20px; */
  font-size: 16px;
  font-weight: lighter;
  position: relative;
  overflow: hidden;
}

#playerSideMenu .chapter:before {
  content: attr(data-title);
  position: absolute;
  top: 50%;
  left: 0;
  width: 120px;
  transform: translateY(-50%);
  /* ALTERED TO IPAD */
  /* padding: 10px 20px; */
  background: #000;
  color: #fff;
  z-index: 3;
}

#playerSideMenu .chapter:after {
  content: ' ';
  position: absolute;
  top: 0%;
  left: 0;
  height: 100%;
  width: 120px;
  background: #000;
  z-index: 2;
}

#playerSideMenu .paragraph {
  margin: 0 35px;
  /* ALTERED TO IPAD */
  /* padding: 15px 20px 15px 155px; */
  padding: 7px 20px 8px 155px;
  background: #fff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  text-align: center;
  /* ALTERED TO IPAD */
  /* font-size: 20px; */
  font-size: 16px;
  font-weight: lighter;
  position: relative;
  overflow: hidden;
}

#playerSideMenu .paragraph:before {
  content: attr(data-title);
  position: absolute;
  top: 50%;
  left: 0;
  width: 140px;
  transform: translateY(-50%);
  padding: 15px 20px;
  background: #000;
  color: #fff;
  z-index: 3;
}

#playerSideMenu .paragraph:after {
  content: ' ';
  position: absolute;
  top: 0%;
  left: 0;
  height: 100%;
  width: 140px;
  background: #000;
  z-index: 2;
}

#playerSideMenu .chapter span,
#playerSideMenu .paragraph span {
  max-height: 22px;
  display: block;
  overflow: hidden;
}

#owl {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  /* ALTERED TO IPAD */
  /* width: 300px; */
  width: 110px;
  /* height: 250px; */
  height: 110px;
  background-image: url(../img/trSkin/owl.svg);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 140%;
}

body.playerBody #owl {
  display: block;
}
body.playerBody.play #owl {
  display: none;
}

#contentPlayerPage {
  /* width: calc(100% - 600px); */
  /* ALERED TO IPAD */
  /* width: 1350px; */
  /* width: 1650px; */
  width: 1022px;
  margin: 0 auto;
  /* max-width: 1060px; */
  position: relative;
  /* ALERED TO IPAD */
  /* height: 902px; */
  /* height: 826px; */
  height: 678px;
}

body#mainBody.boxPlay #contentPlayerPage {
  width: 1022px !important;
}

.centralMenufardy {
  position: fixed;
  top: 100px;
  right: 0;
  width: 74px;
  height: 170px;
  z-index: 2;
}
.centralMenulepto {
  position: fixed;
  top: 100px;
  right: 0;
  width: 74px;
  height: 170px;
  z-index: 9999999999;
}

.dropDownMenuImgfardy {
  max-width: 100%;
  width: 100% !important;
  position: absolute;
  z-index: 99;
  background: transparent;
  top: 0px;
  left: 0;
  height: 60px;
}

.dropDownMenuSelectionImagefardy {
  width: 100% !important;
  padding: 0;
  margin-top: 0;
  background: rgba(50, 50, 50, 1);
  padding-top: 60px;
}

.openMenuImgHolderfardy {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: transparent;
}
.dropDownMenuImglepto {
  position: relative;
  text-align: center;
  width: 100% !important;
  height: 60px;
}
#erotisiToReturn.ng-binding {
  background: #606368;
  color: #fff;
  font-size: 1.4em;
  line-height: 1;
  position: absolute;
  width: 100%;
  padding: 15px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 9;
  text-align: center;
  display: none;
}
#canvasMenuSelected {
  top: 50%;
  transform: translateY(-50%);
  width: auto !important;
  max-width: 100%;
  z-index: 1;
  padding-right: 37px;
  position: absolute;
}
.dropDownMenuImglepto #canvasMenuSelected {
  height: 34px !important;
}
.dropDownMenuImgfardy #canvasMenuSelected {
  max-height: 60px;
}
.dropDownMenuOptions {
  position: relative !important;
  height: auto !important;
  width: 100% !important;
  margin-bottom: 2px;
}

.dropDownMenuOptions canvas {
  display: block !important;
  width: auto;
  position: static !important;
  height: auto !important;
  background: #fff;
  margin: 0 auto;
  max-width: 100%;
}

.dropDownMenuOptions > div {
  height: 100% !important;
}
.trbc-player__top {
  position: absolute;
  height: 50%;
  width: 100%;
  top: 0;
  left: 0;
}
.trbc-player__top__chain__wrapper {
  position: relative;
  height: 160px;
}
.trbc-player__top__chain {
  position: relative;
  height: 100%;
  background-color: transparent;
  background-image: url(../img/trSkin/chain_part.png);
  background-repeat: repeat-y;
  background-position: top center;
}
.trbc-player__top__chain.left {
  float: left;
  width: 123px;
  margin-left: 80px;
}
.trbc-player__top__chain.right {
  float: right;
  width: 123px;
  margin-right: 80px;
}
.trbc-player__wrapper {
  position: absolute;
  top: 169px;
  left: 0;
  width: 100%;
}
body#mainBody.boxPlay .trbc-player__wrapper {
  /* width: 845px; */
  width: 737px;
  left: 80px;
}
.trbc-player__wrapper:before,
.trbc-player__wrapper:after {
  content: ' ';
  top: -13px;
  height: 13px;
  width: 123px;
  background-color: transparent;
  position: absolute;
  background-image: url(../img/trSkin/chain_holder.png);
  background-repeat: no-repeat;
  background-position: top left;
}
.trbc-player__wrapper:before {
  left: 80px;
}
.trbc-player__wrapper:after {
  right: 80px;
}
.trbc-player__top__border {
  width: 100%;
  height: 12px;
  background-color: #000;
  background-image: url(../img/trSkin/playerBorderHor.png);
  background-repeat: repeat;
  background-size: contain;
  position: relative;
}
.trbc-player__top__border:before,
.trbc-player__top__border:after {
  content: ' ';
  position: absolute;
  top: 50%;
  width: 5px;
  height: 24px;
  transform: translateY(-50%);
  background-color: transparent;
  background-image: url(../img/trSkin/playerBorderEnd.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.trbc-player__top__border:before {
  left: -5px;
}
.trbc-player__top__border:after {
  right: -5px;
}

.trbc-player__middle {
  position: relative;
  padding: 0 20px;
}

.trbc-player__center {
  position: relative;
}

.trbc-player__left,
.trbc-player__right {
  width: 6px;
  top: 0;
  position: absolute;
  width: 6px;
  height: 100%;
  background: rgb(64, 64, 65);
  background: -moz-linear-gradient(
    left,
    rgba(64, 64, 65, 1) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(64, 64, 65, 1) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(64, 64, 65, 1) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#404041', endColorstr='#000000',GradientType=1 );
  z-index: 1;
}

.trbc-player__left {
  left: 14px;
}
.trbc-player__right {
  right: 14px;
}
.trbc-player__bottom {
  /* margin-bottom: 200px */
}
.trbc-player__bottom_rope {
  text-align: center;
}

#contentDiv {
  margin: 0;
  padding: 0;
  /* width: calc(100% - 40px); */
  width: 100%;
  top: 0;
  left: 0;
  /* left: 20px; */
  position: absolute;
  height: 100%;
  float: none;
}

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

.blackBoardHolder {
  display: none;
}
.bottomLineBoarder {
  position: absolute;
  bottom: -70px;
  left: 0;
}
.aitiologisiButtonHolder {
  background: #25739a;
  border-radius: 4px;
  border: 2px solid #000;
  padding: 8px 15px;
  font-size: 16px;
  line-height: 16px;
  transition: background 0.5s ease;
}
.aitiologisiButtonHolder:hover {
  background: #000;
}

input[type='submit'].aitiologisiButton {
  border: none;
  background: transparent;
  color: #fff;
}
.aitiologisiButtonHolder input:focus {
  outline: none;
}

.scoImageHolder {
  /* margin-left: 0; */
  /* margin-right: 0; */
  /* left: 0!important; */
  /* top: 0 !important; */
  /* width: 100% !important; */
  /* height: 100% !important; */
  /* position: absolute; */
  /* margin: 0; */
  /* max-height: 620px; */
}
.scoImageHolder {
  margin-left: auto;
  margin-right: auto;
  max-height: 620px;
  position: absolute;
  margin-bottom: 0px;
}
#fogDiv {
  z-index: 1;
}

#presentationHolder #sections {
  /* display: none; */
}

.myImagesContainer {
  max-width: 100%;
  position: relative;
  z-index: 1;
  width: calc(100% - 10px);
}

.myImagesContainer img {
  max-width: 100%;
}

#myXtraInfoContainer {
  z-index: 2;
}

.mCSB_scrollTools {
  z-index: 3;
}

#headPointer {
  /* margin-left: -20px; */
  margin-left: 0;
}

#fogCanvas {
  /* width: 1280px !important */
}

.checkAutoCompleteMessageModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999999;
  background: rgba(0, 0, 0, 0.8);
}

.checkAutoCompleteMessageHolder {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.checkAutoCompleteMessagetxtwrong {
  color: #fff;
  text-align: center;
  width: 100%;
  font-weight: normal;
  font-size: 28px;
  margin-bottom: 32px;
}

.checkAutoCompleteMessageButtonsHolder {
  text-align: center;
}

.checkAutoCompleteMessageButtonMask {
  display: inline-block;
}

button[type='button'].AutoCompleteCheckMessagecss {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  padding: 5px;
  border: 5px solid #25739a;
  background: #000;
  color: #fff;
  font-weight: bold;
  margin-right: 15px;
  transition: all 0.5s ease;
}

button[type='button'].AutoCompleteCheckMessagecss:hover {
  background: #25739a;
}

.leftMediaHolder,
.rightMediaHolder {
  display: block;
  width: 100%;
  height: auto;
}

.boxPlay .rightMediaHolder {
  display: none;
}

.toolBar-actions {
  position: fixed;
  /* top: 100px; */
  top: 270px;
  right: 0;
  width: 74px;
  z-index: 999999;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#toolBar {
  position: relative;
  z-index: 2;
  top: 1px; /* Windows Crome Bug for child elements on position fixex and z-index */
}

.toolBar-actions.trbcHideTools {
}

.leftMediaHolder > div,
.rightMediaHolder > div {
  display: block;
  width: 74px;
  height: 80px;
  background: #000;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-bottom: 5px;
  overflow: hidden;
  position: relative;
}

.leftMediaHolder > div > form > input,
.rightMediaHolder > div > form > input {
  height: 80px;
  width: 75px;
  border: 0;
  padding: 0;
  background-color: #000;
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: center center;
}

.leftMediaHolder > div > form > input[type='submit'].helpButton {
  background-image: url(../img/trSkin/media/media-help.svg);
}
.leftMediaHolder > div > form > input[type='submit'].infoButton {
  background-image: url(../img/trSkin/media/media-info.png);
}
.rightMediaHolder > div > form > input[type='submit'].hideEyeButton {
  background-image: url(../img/trSkin/media/media-solution.svg);
}
.rightMediaHolder > div > form > input[type='submit'].showEyeButton {
  background-image: url(../img/trSkin/media/media-solution.svg);
  background-color: #26a9e0;
}
.rightMediaHolder > div > form > input[type='submit'].showTheoryButton {
  background-image: url(../img/trSkin/media/icon-show-theory.svg);
}
.rightMediaHolder > div > form > input[type='submit'].hideTheoryButton {
  background-image: url(../img/trSkin/media/icon-exit-theory-arrow.svg);
}
.rightMediaHolder > div > form > input[type='submit'].showQuestionsButton {
  background-image: url(../img/trSkin/media/icon-exit-theory.svg);
}
.rightMediaHolder > div > form > input[type='submit'].backButton {
  background-image: url(../img/trSkin/media/playBox/back2theory.svg);
}
.rightMediaHolder > div > form > input[type='submit'].hearEarButton {
  background-image: url(../img/trSkin/media/playBox/ear.svg);
}
.rightMediaHolder > div > form > input[type='submit'].muteEarButton {
  background-image: url(../img/trSkin/media/playBox/ear.svg);
  background-color: #26a9e0;
}
#mainBody .rightMediaHolder #contentPlayerMenuButtonBack {
  display: none !important;
}
#mainBody.testTheory .rightMediaHolder #contentPlayerMenuButtonBack {
  display: block !important;
}

.listItemChoiceHolder > div {
  width: auto !important;
  max-width: 100%;
}

.infoPath {
  height: auto;
  margin-top: 15px;
  position: fixed;
  z-index: 10000;
  top: 90px;
  width: 1020px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  background: transparent;
  color: #fff;
  font-size: 18px;
  padding: 10px 15px;
}
.infoPath:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgb(65, 66, 66);
  background: -moz-linear-gradient(
    left,
    rgba(65, 66, 66, 1) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(65, 66, 66, 1) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(65, 66, 66, 1) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#414242', endColorstr='#000000',GradientType=1 );
}

.mediaPlayerHolder {
  position: fixed;
  bottom: 0;
  right: calc(50% - 285px);
  width: 570px;
  height: 150px;
  /* border: 15px solid #000; */
  border-radius: 90px;
  background: rgb(65, 66, 66);
  background: -moz-linear-gradient(
    left,
    rgba(65, 66, 66, 1) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(65, 66, 66, 1) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(65, 66, 66, 1) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#414242', endColorstr='#000000',GradientType=1 );
  z-index: 9999999999;
  transition: all 0.5s ease;
}

.mediaPlayerHolder.open {
  /* position: fixed; */
  /* right: -580px; */
  /* bottom: 0; */
  /* bottom: -180px; */
}

.trbc-toolMediaBtns img {
  max-width: 100%;
  height: auto;
}

.trbc-toolMediaBtns__part {
  float: left;
}

.trbc-toolMediaBtns__part--left {
  width: 60px;
  height: 150px;
  margin: 0 17px 0 23px;
}

.trbc-toolMediaBtns__btnSlide {
  padding: 0;
  border: 0;
  margin-top: 45px;
  background: transparent;
  cursor: pointer;
}

.mediaPlayerHolder.open .trbc-toolMediaBtns__btnSlide {
  transform: translate(100%, 100%) scale(-1);
}

.trbc-toolMediaBtns__part--center {
  width: calc(100% - 200px);
}

.trbc-toolMediaBtns__part--center slider-player {
  width: 100%;
  display: block;
}

.mediaButtonsHolder {
  display: block;
  width: 100%;
}

.mediaButtonsHolder .contentPlayerButtonMask {
  float: left;
  margin-right: 20px;
}

.mediaButtonsHolder .contentPlayerButtonMask:last-child {
  margin-right: 0;
}

.mediaButtonsHolder .contentPlayerButtonMask input {
  width: 55px;
  height: 55px;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 70px 70px;
  border: 0;
  border-radius: 50%;
  padding: 0;
  margin: 5px 0 0 0;
}

.mediaButtonsHolder .contentPlayerButtonMask input:disabled {
  opacity: 0.5;
  border: none !important;
}

.mediaButtonsHolder
  .contentPlayerButtonMask
  input[type='submit'].stopButtoncss {
  background-image: url(../img/trSkin/media/playerLoop.svg);
}
.mediaButtonsHolder
  .contentPlayerButtonMask
  input[type='submit'].stopButtonSelectedcss {
  background-image: url(../img/trSkin/media/playerLoop.svg);
  border: 4px solid #26a9e0;
}
.mediaButtonsHolder
  .contentPlayerButtonMask
  input[type='submit'].pauseButtoncss {
  padding: 0;
  margin: 0;
  width: 70px;
  height: 70px;
  background-size: 70px 70px;
  background-image: url(../img/trSkin/media/playerPause.png);
}
.mediaButtonsHolder
  .contentPlayerButtonMask
  input[type='submit'].pauseButtonSelectedcss {
  padding: 0;
  margin: 0;
  width: 70px;
  height: 70px;
  background-size: 70px 70px;
  background-image: url(../img/trSkin/media/playerPause.png);
  border: 4px solid #26a9e0;
}
.mediaButtonsHolder
  .contentPlayerButtonMask
  input[type='submit'].playButtoncss {
  padding: 0;
  margin: 0;
  width: 70px;
  height: 70px;
  background-size: 70px 70px;
  background-image: url(../img/trSkin/media/playerPlay.svg);
}
.mediaButtonsHolder
  .contentPlayerButtonMask
  input[type='submit'].playButtonSelectedcss {
  padding: 0;
  margin: 0;
  width: 70px;
  height: 70px;
  background-size: 70px 70px;
  background-image: url(../img/trSkin/media/playerPlay.svg);
  border: 4px solid #26a9e0;
}
.mediaButtonsHolder
  .contentPlayerButtonMask
  input[type='submit'].stepButtoncss {
  background-image: url(../img/trSkin/media/playerRepeat.svg);
}
.mediaButtonsHolder
  .contentPlayerButtonMask
  input[type='submit'].stepButtonSelectedcss {
  background-image: url(../img/trSkin/media/playerRepeat.svg);
  border: 4px solid #26a9e0;
}
.mediaButtonsHolder
  .contentPlayerButtonMask
  input[type='submit'].prevSectionButtoncss {
  background-image: url(../img/trSkin/media/playerBackwords.svg);
}
.mediaButtonsHolder
  .contentPlayerButtonMask
  input[type='submit'].prevSectionButtonSelectedcss {
  background-image: url(../img/trSkin/media/playerBackwords.svg);
  border: 4px solid #26a9e0;
}
.mediaButtonsHolder
  .contentPlayerButtonMask
  input[type='submit'].nextSectionButtoncss {
  background-image: url(../img/trSkin/media/playerForward.svg);
}
.mediaButtonsHolder
  .contentPlayerButtonMask
  input[type='submit'].nextSectionButtonSelectedcss {
  background-image: url(../img/trSkin/media/playerForward.svg);
  border: 4px solid #26a9e0;
}

.mediaButtonsHolder .contentPlayerButtonMask input:focus {
  outline: none;
}

.tapeSliderMask {
  width: 100%;
  padding: 23px 0 23px 45px;
  position: relative;
}

.tapeSliderMask:before {
  content: ' ';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-color: transparent;
  background-image: url(../img/trSkin/media/playerTime.svg);
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: center center;
}

#tapeSlider {
  background: #26a9e0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border: 0;
  height: 16px;
  border-radius: 8px;
  position: relative;
}

.ui-slider-horizontal .ui-slider-range-max {
  height: 16px !important;
  background: #fff !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  height: 35px !important;
  width: 35px !important;
  border-radius: 50% !important;
  border: 5px solid #fff !important;
  background: rgb(65, 66, 66) !important;
  background: -moz-linear-gradient(
    left,
    rgba(65, 66, 66, 1) 0%,
    rgba(0, 0, 0, 1) 100%
  ) !important;
  background: -webkit-linear-gradient(
    left,
    rgba(65, 66, 66, 1) 0%,
    rgba(0, 0, 0, 1) 100%
  ) !important;
  background: linear-gradient(
    to right,
    rgba(65, 66, 66, 1) 0%,
    rgba(0, 0, 0, 1) 100%
  ) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#414242', endColorstr='#000000',GradientType=1 ) !important;
  outline: none;
}

.ui-state-default:after,
.ui-widget-content .ui-state-default:after,
.ui-widget-header .ui-state-default:after {
  content: ' ';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
}

.trbc-toolMediaBtns__part--right {
  width: 60px;
  height: 150px;
  margin: 0 23px 0 17px;
}

.trbc-toolMediaBtns__btnmove {
  margin-top: 22px;
}

.soundSliderHolder {
  width: 12px;
  height: 100px;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  float: left;
  margin-right: 8px;
  position: relative;
}

.soundSlider {
  width: 12px;
  background: #26a9e0;
  height: 100px;
  bottom: 0;
  position: absolute;
}

.soundButtonsHolder {
  float: left;
  width: 40px;
  height: 100px;
}

input#volumeUpButton {
  width: 29px;
  height: 29px;
  border: 0;
  background-color: #000;
  background-image: url(../img/trSkin/media/media-volume-plus.svg);
  background-repeat: no-repeat;
  background-size: 29px 29px;
  background-position: center center;
}

input#volumeDownButton {
  width: 29px;
  height: 29px;
  margin-top: 50px;
  border: 0;
  background-color: #000;
  background-image: url(../img/trSkin/media/media-volume-minus.svg);
  background-repeat: no-repeat;
  background-size: 29px 10px;
  background-position: center center;
}

body.play #previousParagraph,
body.play #nextParagraph {
  width: 74px;
  height: 80px;
  margin-bottom: 5px;
  margin-left: 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
  transition: all 0.5s ease;
}
body.play #previousParagraph.hideParagraph,
body.play #nextParagraph.hideParagraph {
  margin-left: 75px;
}
input[type='submit'].prevParagraphButton,
input[type='submit'].nextParagraphButton {
  height: 80px;
  width: 75px;
  border: 0;
  padding: 0;
  background-color: #000;
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
input[type='submit'].prevParagraphButton {
  background-image: url(../img/trSkin/media/sidemenu_prev.svg);
}
input[type='submit'].nextParagraphButton {
  background-image: url(../img/trSkin/media/sidemenu_next.svg);
}
input[type='submit'].prevParagraphButton:disabled,
input[type='submit'].nextParagraphButton:disabled {
  display: none;
}

#playerSideMenu,
#mediaPlayerHolder,
.toolBar-actions,
#previousParagraph,
#nextParagraph {
  visibility: visible;
}
#playerSideMenu.eyeON,
#mediaPlayerHolder.eyeON,
.toolBar-actions.eyeON,
#previousParagraph.eyeON,
#nextParagraph.eyeON {
  visibility: hidden;
}
#eye {
  visibility: visible;
}

#contentDivHolder,
.mCustomScrollBox {
  background: #fff;
  z-index: 2;
  position: relative;
  min-height: 170px;
}
/* TODO: Check other players for errors */
/*.mcButtonHolder {
    position: absolute;
    top: 0;
    width: 710px;
    height: 550px;
    left: 50%;
    transform: translateX(-50%);
}*/
.mcButtonHolder {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
}

input[type='button'].mcCheckBox1,
input[type='button'].mcCheckBox1false,
input[type='button'].mcCheckBox1true {
  color: #404041;
  height: 35px;
  width: 35px;
  z-index: 9;
  position: absolute;
  background: #fff;
  border: 2px solid #404041;
  cursor: pointer;
  outline: none;
  font-weight: bold;
  transition: all 0.5s ease;
}

input[type='button'].mcCheckBox1true {
  color: #25739a;
  border-color: #25739a;
}

input[type='button'].mcCheckBox1:hover,
input[type='button'].mcCheckBox1false:hover,
input[type='button'].mcCheckBox1true:hover {
  background: #25739a;
  color: #fff;
}

input[type='button'].mcCheckBox1:disabled,
input[type='button'].mcCheckBox1false:disabled,
input[type='button'].mcCheckBox1true:disabled {
  opacity: 0.5;
}

#mainBody.boxPlay .trbc-player__wrapper {
  position: relative;
  top: 0 !important;
}
#mainBody.boxPlay .trbc-player__top {
  display: none;
}
#mainBody.boxPlay .trbc-player__top__border {
  display: none;
}
#mainBody.boxPlay .aitiologisiButtonHolder {
  display: none;
}
#mainBody.boxPlay .trbc-player__bottom {
  display: none;
}
#mainBody.boxPlay .trbc-player__left {
  display: none;
}
#mainBody.boxPlay .trbc-player__right {
  display: none;
}
#mainBody.boxPlay .trbc-player__wrapper:after {
  display: none;
}
#erotisiToReturn {
  display: none;
}
#mainBody.boxPlay #erotisiToReturn {
  display: block !important;
}
#mainBody.testTheory #erotisiToReturn {
  display: block !important;
}
#mainBody.testTheory .dropDownMenuSelectionImagelepto {
  display: none !important;
}

#mainBody.boxPlay .trbc-player__middle {
  padding: 0 0 10px;
  border: 10px solid #000;
  border-top: 0px;
  background: #fff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  margin: 0 3px 3px;
}

#mainBody.boxPlay .trbc-player__wrapper:before {
  top: 0;
  left: 0;
  content: ' ';
  width: 100%;
  height: calc(100% + 3px);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  position: absolute;
  background: rgb(30, 146, 250); /* Old browsers */
  background: -moz-linear-gradient(
    left,
    rgba(30, 146, 250, 1) 0%,
    rgba(169, 62, 222, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(30, 146, 250, 1) 0%,
    rgba(169, 62, 222, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(30, 146, 250, 1) 0%,
    rgba(169, 62, 222, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e92fa', endColorstr='#a93ede',GradientType=1 ); /* IE6-9 */
}

.boxPlaySidebar {
  position: fixed;
  top: 60px;
  right: 0;
  /* width: 222px; */
  width: 165px;
  height: 708px;
  padding-top: 26px;
  background: rgb(77, 77, 77); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(77, 77, 77, 1) 0%,
    rgba(26, 26, 26, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(77, 77, 77, 1) 0%,
    rgba(26, 26, 26, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(77, 77, 77, 1) 0%,
    rgba(26, 26, 26, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4d4d', endColorstr='#1a1a1a',GradientType=0 ); /* IE6-9 */
}
.timerHolder {
  position: relative;
  /* width: 178px; */
  width: 146px;
  background: #000;
  /* height: 178px; */
  height: 146px;
  margin: 0 auto;
  border-radius: 50%;
  line-height: 178px;
  text-align: center;
}

.timerHolder:before {
  content: 'Χρόνος';
  position: absolute;
  top: 50px;
  color: #fff;
  left: 0;
  width: 100%;
  height: 12px;
  line-height: 12px;
  z-index: 4;
  font-size: 12px;
}

.timerHolder:after {
  content: ' ';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  /* width: 168px; */
  width: 140px;
  /* height: 168px; */
  height: 140px;
  border-radius: 50%;
  background: rgb(30, 146, 250); /* Old browsers */
  background: -moz-linear-gradient(
    left,
    rgba(30, 146, 250, 1) 0%,
    rgba(169, 62, 222, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(30, 146, 250, 1) 0%,
    rgba(169, 62, 222, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(30, 146, 250, 1) 0%,
    rgba(169, 62, 222, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e92fa', endColorstr='#a93ede',GradientType=1 ); /* IE6-9 */
}

.timerTextcss {
  color: #fff;
  background: #000;
  z-index: 3;
  position: absolute;
  top: 5px;
  left: 5px;
  /* width: 158px; */
  width: 136px;
  /* height: 158px; */
  height: 136px;
  /* line-height: 158px; */
  line-height: 136px;
  text-align: center;
  border-radius: 50%;
  font-size: 17px;
  border: 0;
}

.infoHolder {
  width: 140px;
  border-radius: 15px;
  margin: 20px auto 0;
  overflow: hidden;
  background: rgb(77, 77, 77);
  background: -moz-linear-gradient(
    left,
    rgba(77, 77, 77, 1) 0%,
    rgba(26, 26, 26, 1) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(77, 77, 77, 1) 0%,
    rgba(26, 26, 26, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(77, 77, 77, 1) 0%,
    rgba(26, 26, 26, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4d4d', endColorstr='#1a1a1a',GradientType=1 );
  -webkit-box-shadow: 0 0 40px 2px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 40px 2px rgba(0, 0, 0, 0.8);
}

.infoHoldeWrapper {
  font-size: 17px;
  color: #fff;
  text-align: left;
  background: rgb(30, 146, 250);
  background: -moz-linear-gradient(
    left,
    rgba(30, 146, 250, 1) 0%,
    rgba(169, 62, 222, 1) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(30, 146, 250, 1) 0%,
    rgba(169, 62, 222, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(30, 146, 250, 1) 0%,
    rgba(169, 62, 222, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e92fa', endColorstr='#a93ede',GradientType=1 );
  padding-bottom: 1px;
}

.infoHoldeWrapper:last-child {
  padding-bottom: 0;
  padding-top: 9px;
}

.infoHolderWrapperBG {
  background: rgb(77, 77, 77); /* Old browsers */
  background: -moz-linear-gradient(
    left,
    rgba(77, 77, 77, 1) 0%,
    rgba(26, 26, 26, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(77, 77, 77, 1) 0%,
    rgba(26, 26, 26, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(77, 77, 77, 1) 0%,
    rgba(26, 26, 26, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4d4d', endColorstr='#1a1a1a',GradientType=1 ); /* IE6-9 */
}

.infoHolderItem {
  display: block;
  float: left;
  background: transparent;
}
.infoHoldeWrapper span {
  width: 100px;
  padding: 10px 0 10px 10px;
}
.infoHoldeWrapper input {
  width: 40px;
  border: 0;
  text-align: right;
  padding: 10px 10px 10px 0;
  background: transparent;
}

.checkQuestionQuizMessageModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9;
}

.checkQuestionQuizMessageHolder {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  height: auto;
  text-align: center;
}
.checkQuestionQuizMessageButtonsHolder {
  text-align: center;
}

.checkQuestionQuizMessage {
  font-size: 40px;
}

button[type='button'].QuestionCheckMessagecss {
  background: #25739a;
  border-radius: 4px;
  border: 2px solid #000;
  padding: 8px 15px;
  font-size: 16px;
  line-height: 16px;
  transition: background 0.5s ease;
  outline: none;
  color: #fff;
}

button[type='button'].QuestionCheckMessagecss.trbcBtnCircle {
  width: 126px;
  height: 126px;
  border-radius: 50%;
  background: #000;
  font-size: 26px;
  line-height: 100px;
  margin: 12px;
  padding: 0;
}

button[type='button'].QuestionCheckMessagecss.trbcBtnCircle.trbcBtnCircle--blue {
  border: 6px solid #25749a;
}
button[type='button'].QuestionCheckMessagecss.trbcBtnCircle.trbcBtnCircle--purple {
  border: 6px solid #8f468e;
}

.checkQuestionQuizMessageButtonMask {
  display: inline-block;
}

.feedbackButtonHolder {
  width: 35px !important;
  height: 35px !important;
  padding-right: 0px;
  padding-left: 0px;
  margin-left: 0px;
  margin-right: 0px;
  white-space: nowrap;
  min-width: 0px;
  float: left;
  overflow: hidden;
  z-index: 1;
  position: relative;
}

input[type='submit'].mcPlayStopHintBoxfalse {
  height: 35px;
  width: 35px;
  border: 0;
  background-image: url(../img/trSkin/media/playerPlay.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
  outline: none;
}

input[type='submit'].mcPlayStopHintBoxtrue {
  height: 35px;
  width: 35px;
  border: 0;
  background-image: url(../img/trSkin/media/playerStop.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
  outline: none;
}
input[type='submit'].mcPlayStopHintBoxtrue:disabled {
  background-image: url(../img/trSkin/media/playerPlay.svg);
  opacity: 0.5;
}
.checkButtonsHoldercss {
  width: 140px;
  margin: 20px auto 0;
}

.trbcBtnsSideActions {
  width: 100%;
  border: 0;
  background: rgb(77, 77, 77);
  background: -moz-linear-gradient(
    left,
    rgba(77, 77, 77, 1) 0%,
    rgba(26, 26, 26, 1) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(77, 77, 77, 1) 0%,
    rgba(26, 26, 26, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(77, 77, 77, 1) 0%,
    rgba(26, 26, 26, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4d4d', endColorstr='#1a1a1a',GradientType=1 );
  -webkit-box-shadow: 0 0 40px 2px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 40px 2px rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  margin-bottom: 10px;
  outline: none;
}

.trbcBtnsSideActions.instructionscsstrue {
  background: #1e92fa;
}

.trbcBtnsSideActions span {
  display: block;
  color: #fff;
  font-size: 17px;
  text-align: left;
  float: left;
  line-height: 36px;
}

.trbcBtnsSideActions span:first-child {
  width: 24px;
  margin: 0px 7px;
  text-align: center;
}

.trbcBtnsSideActions span:first-child img {
  max-width: 100%;
}

.trbcNextQBtn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -53px;
}

input[type='submit'].mcNextQButtoncss {
  width: 40px;
  height: 70px;
  border: none;
  outline: none;
  background-color: transparent;
  background-image: url(../img/trSkin/media/playBox/playBoxNext.png);
  background-repeat: no-repeat;
  background-size: contain;
  padding: 0;
}

input[type='submit'].mcNextQButtoncss:disabled {
  opacity: 0.5;
}

.mcBottomBarHolder.trbcBottomBarHolder42 {
  position: absolute;
  bottom: -94px;
  left: 0;
  width: 100%;
  height: 70px;
  background: rgb(30, 146, 250);
  background: -moz-linear-gradient(
    left,
    rgba(30, 146, 250, 1) 0%,
    rgba(169, 62, 222, 1) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(30, 146, 250, 1) 0%,
    rgba(169, 62, 222, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(30, 146, 250, 1) 0%,
    rgba(169, 62, 222, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e92fa', endColorstr='#a93ede',GradientType=1 );
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.trbcBtmBarHolder42Wrapper--left {
  float: left;
  width: 278px;
  font-size: 20px;
  padding: 8px 15px;
  line-height: 20px;
}

.trbcBtmBarHolder42Wrapper--right {
  float: left;
  width: 278px;
}

.trbcBtmBarHolder42Wrapper--center {
  float: left;
  width: 154px;
  position: relative;
}

.trbctrbcBtmBarHolder42Item {
  display: inline-block;
}

.trbctrbcBtmBarHolder42ItemCheck {
  width: 20px;
}

.mcCorrectAnsCountcss,
.mcWrongAnsCountcss {
  font-size: 22px;
  background: transparent;
  border: none;
  width: 30px;
  text-align: right;
}

.trbctrbcBtmBarHolder42ItemBullets {
  position: relative;
}

.trbctrbcBtmBarHolder42ItemBullets--default {
  width: 234px;
  height: 22px;
  background: transparent url(../img/trSkin/media/playBox/bar-default.png)
    no-repeat left top;
}

.mcCorrectLedButtonsHolderBg,
.mcWrongLedButtonsHolderBg {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  max-width: 234px;
  width: 0;
  background: transparent url(../img/trSkin/media/playBox/bar-correct.png)
    no-repeat left top;
}

.mcWrongLedButtonsHolderBg {
  background: transparent url(../img/trSkin/media/playBox/bar-wrong.png)
    no-repeat left top;
}

.trbcBtmBarHolder42Wrapper__playBtnWrapper {
  width: 130px;
  height: 130px;
  background: #fff;
  margin: -10px auto 0;
  border-radius: 50%;
  z-index: 0;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
  padding: 10px;
}

.trbcBtmBarHolder42Wrapper__playBtnWrapper:before {
  content: ' ';
  position: absolute;
  width: 75px;
  height: 25px;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  z-index: -1;
}

button[type='button'].submitQuestioncss {
  border: 10px solid #000;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  margin: 0;
  color: #fff;
  font-size: 38px;
  line-height: 38px;
  background: rgb(30, 146, 250);
  background: -moz-linear-gradient(
    left,
    rgba(30, 146, 250, 1) 0%,
    rgba(169, 62, 222, 1) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(30, 146, 250, 1) 0%,
    rgba(169, 62, 222, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(30, 146, 250, 1) 0%,
    rgba(169, 62, 222, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e92fa', endColorstr='#a93ede',GradientType=1 );
}

.trbcBtmBarHolder42Wrapper--right {
  float: left;
  width: 278px;
  font-size: 20px;
  padding: 8px 15px;
  line-height: 20px;
  text-align: left;
}
input[type='button'].mcCheckBox1,
input[type='button'].mcCheckBox1true,
input[type='button'].mcCheckBox1false,
input[type='button'].mcCheckBox2,
input[type='button'].mcCheckBox2true,
input[type='button'].mcCheckBox2false {
  width: 35px;
  height: 35px;
  border: 5px solid #000;
  border-radius: 5px;
  background: #ccc;
}

input[type='button'].mcCheckBox2true {
  background: #ccc url(../img/trSkin/media/playBox/icon-check-correct.svg)
    no-repeat center center;
}

div#subMenuLabelSelection {
  width: 100%;
  max-height: 580px;
  overflow-y: auto;
  cursor: pointer;
  background: #e1e1e1;
  margin-top: 60px;
  position: absolute;
  z-index: 100000000;
}
.dropDownMenuSelectionItemLabel {
  width: 100%;
  line-height: 36px;
  font-size: 1.4em;
  text-align: center;
}

/* #openMenuImgHolder:after, #openMenuImgHolderLabel:after, */
.trbc-openMenuImgHolder,
.trbc-openMenuImgHolderLabel {
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 38px;
  height: 100%;
  background: #cecece;
  line-height: 65px;
  color: #000;
  font-size: 26px;
  font-family: FontAwesome;
  z-index: 9;
  cursor: pointer;
}
.dropDownMenuImglepto #openMenuImgHolderLabel .trbc-openMenuImgHolderLabel {
  width: 34px;
  height: 34px;
  line-height: 34px;
}

/* #openMenuImgHolder:after, */
.trbc-openMenuImgHolder {
  height: 34px;
  top: 0;
  width: 34px;
  line-height: 34px;
}

.openMenuImgHolderfardy .trbc-openMenuImgHolder {
  top: 50%;
  transform: translateY(-50%);
  color: #cecece;
  background: #000;
}

.trbc-openMenuImgHolder:after,
.trbc-openMenuImgHolderLabel:after {
  content: '\f078';
}

.presentationMenuButtonChat {
  display: none !important;
}
.dropDownMenuSelectionImagelepto {
  text-align: center;
  width: 100% !important;
  cursor: pointer;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: #cecece;
  top: 60px;
  position: absolute;
  z-index: 100000000;
  /* max-height: 70vh; */
}

#helpDivHolderTRBC,
#mainHelp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999999999;
  color: #fff;
}

.helpWindowTRBC {
  position: relative;
  width: 100%;
  height: 100%;
}

.helpWindow__sidebar {
  position: absolute;
  top: 99px;
  right: 0;
  width: 250px;
  height: 708px;
}
.helpWindow__sidebar__btn {
  position: relative;
  display: block;
  height: 80px;
  margin-bottom: 5px;
}
.helpWindow__sidebar__btn > div {
  float: left;
}
.helpWindow__sidebar__btn__text {
  width: 150px;
  height: 80px;
  display: table;
  position: relative;
}
.helpWindow__sidebar__btn__text:after {
  content: ' ';
  position: absolute;
  top: 20px;
  right: 0;
  width: 1px;
  height: 40px;
  background: #fff;
}
.helpWindow__sidebar__btn__text span {
  display: table-cell;
  vertical-align: middle;
  min-height: 80px;
  text-align: right;
  padding-right: 15px;
}
.helpWindow__sidebar__btn__line {
  width: 25px;
  height: 1px;
  background: #fff;
  margin-top: 37px;
}
.helpWindow__sidebar__btn__ring {
  width: 75px;
  height: 80px;
  border: 1px solid #fff;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.helpWindow__topmenu__btn {
  text-align: center;
  float: left;
}
.helpWindow__topmenu__btn__ring {
  width: 100%;
  border: 1px solid #fff;
  height: 60px;
}
.helpWindow__topmenu__btn__line {
  height: 20px;
  margin: 0 auto;
  width: 1px;
  background: #fff;
}
.helpWindow__topmenu__btn__text {
  text-align: center;
  position: relative;
}
.helpWindow__topmenu__btn__text:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 35px;
  height: 1px;
  background: #fff;
}

.helpWindow__topmenu__btn--class {
  width: 180px;
  height: 60px;
}
.helpWindow__topmenu__btn--class > div {
  display: none;
}
.helpWindow__topmenu__btn--paragraph {
  padding: 0 20px;
  width: 665px;
}
.helpWindow__topmenu__btn--settings {
  margin-left: 43px;
  width: 62px;
}
.helpWindow__topmenu__btn--back {
  margin-left: 5px;
  width: 69px;
}

.helpWindow__paragraphs {
  position: absolute;
  top: 60px;
  left: 0;
  height: 665px;
  display: none;
}
.helpWindow__paragraphs > div {
  float: left;
}
.helpWindow__paragraphs__ring {
  width: 75px;
  height: 100%;
  border: 1px solid #fff;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}
.helpWindow__paragraphs__line {
  width: 20px;
  height: 1px;
  margin-top: 332px;
  background: #fff;
}
.helpWindow__paragraphs__text {
  width: 85px;
  text-align: center;
  margin-top: 303px;
  position: relative;
  padding-left: 5px;
}
.helpWindow__paragraphs__text:before {
  content: ' ';
  position: absolute;
  top: 20px;
  left: 0;
  width: 1px;
  height: 20px;
  background: #fff;
}

.helpWindow__popup__btn {
  position: absolute;
  bottom: 0;
  width: 200px;
}
.helpWindow__popup__btn--left {
  left: 0;
}
.helpWindow__popup__btn--right {
  right: 0;
}
.helpWindow__popup__btn__ring {
  width: 150px;
  height: 45px;
  border: 1px solid #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.helpWindow__popup__btn--left .helpWindow__popup__btn__ring {
  margin-right: 50px;
}
.helpWindow__popup__btn--right .helpWindow__popup__btn__ring {
  margin-left: 50px;
}
.helpWindow__popup__btn__line {
  height: 25px;
  width: 1px;
  background: #fff;
}
.helpWindow__popup__btn--left .helpWindow__popup__btn__line {
  margin-left: 100px;
}
.helpWindow__popup__btn--right .helpWindow__popup__btn__line {
  margin-left: 100px;
}
.helpWindow__popup__btn__text {
  position: relative;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
}
.helpWindow__popup__btn--left .helpWindow__popup__btn__text {
  margin-left: 0;
  padding-left: 5px;
  text-align: left;
}
.helpWindow__popup__btn--right .helpWindow__popup__btn__text {
  margin-right: 0;
  padding-right: 5px;
  text-align: left;
}

.helpWindow__player {
  position: absolute;
  bottom: 0;
  left: 227px;
  width: 570px;
}
.helpWindow__player__time {
  position: absolute;
  bottom: 102px;
  left: 135px;
  width: 335px;
}
.helpWindow__player__time__text {
  text-align: center;
  padding-bottom: 5px;
  position: relative;
  border-bottom: 1px solid #fff;
  width: 200px;
  margin-left: 135px;
}
.helpWindow__player__time__line {
  width: 1px;
  height: 118px;
  background: #fff;
  margin: 0 auto;
}
.helpWindow__player__time__ring {
  width: 100%;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 10px;
}
.helpWindow__player__volume {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 80px;
}
.helpWindow__player__volume__text {
  text-align: center;
  padding-bottom: 5px;
  position: relative;
  width: 120px;
  border-bottom: 1px solid #fff;
}
.helpWindow__player__volume__line {
  width: 1px;
  height: 25px;
  background: #fff;
  margin: 0 auto;
}
.helpWindow__player__volume__ring {
  border: 1px solid #fff;
  border-radius: 20px;
  height: 110px;
}
.helpWindow__player__btns--hide {
  position: absolute;
  bottom: 37px;
  left: 0px;
  width: 75px;
}
.helpWindow__player__btns__text {
  position: relative;
  text-align: left;
  padding-bottom: 5px;
  width: 200px;
  border-bottom: 1px solid #fff;
}
.helpWindow__player__btns__line {
  width: 1px;
  margin: 0 auto;
  background: #fff;
}
.helpWindow__player__btns--hide .helpWindow__player__btns__line {
  height: 280px;
}
.helpWindow__player__btns__ring {
  border: 1px solid #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin: 0 auto;
}
.helpWindow__player__btns__ring.big {
  width: 70px;
  height: 70px;
}
.helpWindow__player__btns--repeat {
  position: absolute;
  bottom: 25px;
  left: 88px;
  width: 75px;
}
.helpWindow__player__btns--repeat .helpWindow__player__btns__line {
  height: 275px;
}
.helpWindow__player__btns--play {
  position: absolute;
  bottom: 15px;
  left: 171px;
  width: 75px;
}
.helpWindow__player__btns--play .helpWindow__player__btns__line {
  height: 245px;
}
.helpWindow__player__btns--playall {
  width: 75px;
  position: absolute;
  bottom: 25px;
  left: 253px;
}
.helpWindow__player__btns--playall .helpWindow__player__btns__line {
  height: 195px;
}
.helpWindow__player__btns--prev {
  width: 75px;
  position: absolute;
  bottom: 25px;
  left: 328px;
}
.helpWindow__player__btns--prev .helpWindow__player__btns__line {
  height: 135px;
}
.helpWindow__player__btns--next {
  width: 75px;
  position: absolute;
  bottom: 25px;
  left: 403px;
}
.helpWindow__player__btns--next .helpWindow__player__btns__line {
  height: 110px;
}

.trbc-help-img img {
  width: 100%;
  height: auto;
}

.dropDownMenuImglepto #openMenuImgHolderLabel {
  height: 34px !important;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 !important;
}
#mainHelp input[type='submit'],
#helpDivHolderTRBC input[type='submit'] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  color: transparent;
  z-index: 9;
  cursor: pointer;
}

.boxPlay input[type='submit'].nextParagraphButton,
.boxPlay input[type='submit'].prevParagraphButton {
  display: none;
}

body#mainBody.playerBody .trbc-player__top,
body#mainBody.playerBody .trbc-player__wrapper {
  opacity: 0;
}
body#mainBody.playerBody.play .trbc-player__top,
body#mainBody.playerBody.play .trbc-player__wrapper {
  opacity: 1;
}
body#mainBody.playerBody.boxPlay .trbc-player__top,
body#mainBody.playerBody.boxPlay .trbc-player__wrapper {
  opacity: 1;
}

.mcChoicesHolder {
  width: 710px;
  left: 0px;
  top: 0px;
  position: absolute;
  margin: 0px;
  padding: 0px;
  margin-top: 75px;
  height: 450px;
  z-index: 2;
}

body#mainBody.playerBody.boxPlay #content.presentationHolder {
  display: none;
}
body#mainBody.playerBody.boxPlay #contentDivHolder {
  height: 560px !important;
}
body#mainBody.playerBody.boxPlay #contentDivHolder #scoImageHolder {
  height: 560px !important;
}
body#mainBody.playerBody.boxPlay .myImagesContainer {
  width: 100%;
}
body#mainBody.playerBody.boxPlay .myImagesContainer img {
  width: 100%;
}

.fullScreenMsg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

.fullScreenMsg__box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  background: #1a1a1a;
  padding: 15px;
  border-radius: 10px;
  color: #fff;
  -webkit-box-shadow: 0 0 20px 2px #000000;
  box-shadow: 0 0 20px 2px #000000;
}

.fullScreenMsg__box > div {
  float: left;
}

.fullScreenMsg__box__img {
  width: 150px;
}

.fullScreenMsg__box__img > img {
  max-width: 100%;
}

.fullScreenMsg__box__text {
  width: 420px;
  padding-left: 15px;
}

.fullScreenMsg__box__text h3 {
  margin: 0 0 32px;
  font-weight: 400;
  font-size: 31px;
}

.fullScreenMsg__box__text p {
  font-weight: 700;
  font-size: 18px;
  margin: 0;
}

.headerFullScreenLabel {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -175px;
  background: #1a1a1a;
  padding: 10px;
  line-height: 1;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  display: block;

  animation-name: trbcFlash;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;

  -webkit-animation-name: trbcFlash;
  -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;

  -moz-animation-name: trbcFlash;
  -moz-animation-duration: 2s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
}

.headerFullScreenLabel:after {
  content: ' ';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16.2px 0 16.5px 24px;
  border-color: transparent transparent transparent #1a1a1a;
  position: absolute;
  top: 0px;
  right: -23px;
}

@keyframes trbcFlash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes trbcFlash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes trbcFlash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

#mcQuestionHolder {
  max-width: 100%;
}

#boxPlayBack {
  position: fixed;
  top: 0;
  right: 22px;
}
