@charset "utf-8";
@font-face {
    font-family: title;
    src: url(../fonts/Comfortaa-Bold_1.ttf);
}
@font-face {
    font-family: gktitle;
    src: url(../fonts/DK_Crayon_Crumble.ttf);
}
@font-face {
    font-family: BookFont;
    src: url(../fonts/OpenSans-Semibold_0.ttf);
}
@font-face {
    font-family: Open Sans;
    src: url(../fonts/OpenSans-Bold_1.ttf);
}
@font-face {
    font-family: Times New Roman;
    src: url(../fonts/times.ttf);
}
@font-face {
    font-family: UI-font;
    src: url(../fonts/ChamsBold.ttf);
}

.odd.leftSideshadow{
    width: 15%;
    height: 100%;
    z-index: 100;
    position: absolute;
    left: 0;
    top: 0;
	  pointer-events: none;
    background-image: linear-gradient(to right,rgba(0,0,0,0.15) 0%,rgba(127,127,127,0.07) 10%,rgba(0,0,0,0.07) 30%,rgba(255,255,255,0.0) 100%);
    background-image: -webkit-linear-gradient(to right,rgba(0,0,0,0.15) 0%,rgba(127,127,127,0.07) 10%,rgba(0,0,0,0.07) 30%,rgba(255,255,255,0.0) 100%);
    background-image: -moz-linear-gradient(to right,rgba(0,0,0,0.15) 0%,rgba(127,127,127,0.07) 10%,rgba(0,0,0,0.07) 30%,rgba(255,255,255,0.0) 100%);
    background-image: -o-linear-gradient(to right,rgba(0,0,0,0.15) 0%,rgba(127,127,127,0.07) 10%,rgba(0,0,0,0.07) 30%,rgba(255,255,255,0.0) 100%);
    background-image: -ms-linear-gradient(to right,rgba(0,0,0,0.15) 0%,rgba(127,127,127,0.07) 10%,rgba(0,0,0,0.07) 30%,rgba(255,255,255,0.0) 100%);
}
.even.rightSideshadow{
    width: 15%;
    height: 100%;
    z-index: 100;
    position: absolute;
    right: 0;
	  top: 0;
	  pointer-events: none;
    background-image: linear-gradient(to right,rgba(255,255,255,0.0) 0%,rgba(0,0,0,0.07) 70%,rgba(127,127,127,0.07) 90%,rgba(0,0,0,0.15) 100%);
    background-image: -webkit-linear-gradient(to right,rgba(255,255,255,0.0) 0%,rgba(0,0,0,0.07) 70%,rgba(127,127,127,0.07) 90%,rgba(0,0,0,0.15) 100%);
    background-image: -moz-linear-gradient(to right,rgba(255,255,255,0.0) 0%,rgba(0,0,0,0.07) 70%,rgba(127,127,127,0.07) 90%,rgba(0,0,0,0.15) 100%);
    background-image: -o-linear-gradient(to right,rgba(255,255,255,0.0) 0%,rgba(0,0,0,0.07) 70%,rgba(127,127,127,0.07) 90%,rgba(0,0,0,0.15) 100%);
    background-image: -ms-linear-gradient(to right,rgba(255,255,255,0.0) 0%,rgba(0,0,0,0.07) 70%,rgba(127,127,127,0.07) 90%,rgba(0,0,0,0.15) 100%);
}
.setTransform.shadow .even.rightSideshadow, .setTransform.shadow .odd.leftSideshadow{
    position: absolute;
    pointer-events: none;
    background-image: none;
    /* box-shadow: 1px 1px 10px 1px #c7c7c7; */
    height: 100%;
    top: 0%;
    width: 100%;
    left: 0%;
}


.sj-book .back-side .depth {
    right: 4px;
    background-position: right 0;
}
.sj-book .depth {
    background-image: url(../pics/pages-depth.png);
    position: absolute;
    top: 7px;
    width: 16px;
    height: 590px;
}

*{
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

html{
  overflow: hidden;
}

body{
  overflow:hidden;
  margin:0;
  border:#f00 0px solid;
  width:100%;
  height:100%;
  font-size: 16px;
  user-select:none;
  -webkit-user-select:none;
  -moz-user-select:none;
  -o-user-select:none;
}
#appCont{
  transform-origin: top left;
  -webkit-transform-origin: top left;
  height:100%;
  background: url(../images/bg.jpg);
  background-size: contain;
}
#blackBox{
  background-color: wheat;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  font-family: BookFont;
  font-size: 30px;
  color: red;
  z-index: 2;
  text-align: center;
  text-shadow: 2px 1px 2px #888;
}
#blackBox p {
  margin: 50% auto;
}
.default{
  height: 720px !important;
  width: 1280px !important;
}

video::-webkit-media-controls-fullscreen-button {
    display: none;
}
.page-wrapper{
  width: 518px !important;
}
#myEmbed{
    height: 302px;
    width: 96%;
    border: none;
    overflow: auto;
}
img {
  -ms-interpolation-mode:bicubic;
  -webkit-interpolation-mode:bicubic;
  -webkit-backface-visibility:hidden;
  image-rendering: crisp-edges;
}
#_root{
  position:relative;
  width:100% !important;
  height:100%;
  left:0px !important;
  margin:0% !important;
  transform:scale(1) !important;
}
#root{
    position: absolute;
    height:880px;
    overflow:hidden;
    padding:0;
    background-size: cover;
}

#ebook-cross-cont{
  display: none;
  position: fixed;
  right:5px;
  top: 5px;
  margin-bottom: 5px;
}
#ebook-cross{
  display: block;
  width:45px;
  height: 45px;
  background-image: url('../images/close.png');
  background-color: transparent;
  margin-bottom: 5px;
  cursor: pointer;
  outline: none;
}
#ebook-cross-tip{
  visibility: hidden;
  font-family: title;
  font-size: 14px;
  background-color: #000;
  color: #fff;
  padding: 6px 6px;
  line-height: 24px;
  border-radius: 10px;
  letter-spacing: 1px;
}

.forceHide{
  display: none !important;
}

#ebook-cross:hover ~#ebook-cross-tip{
  visibility: visible;
}

.rootAnim{
  transition:all 0.5s;
  transition-timing-function: cubic-bezier(0.46, 0.03, 0.52, 0.96);
}

#zoomedSoundcont{
  display:none;
  position:absolute;
  height:50px;
  width:100%;
  padding:0;
  text-align:center;
  text-align: -moz-center;
  text-align: -webkit-center;
  justify-content: space-around;
}
.zoomedSoundDiv{
  display:inline-block;
  height:100%;
  margin:0;
  cursor: pointer;
}
.zoomedSoundDiv div{
    border: 2px solid #9d9d9d;
    border-radius: 15px;
  vertical-align:middle;
    background-color: rgba(255,255,255,1);
    font-family: cursive;
    padding: 5px;
}
.zoomedSoundDiv div > img{
  vertical-align:middle;
}
#recordTitle{
  color:#FFF;
  font-family:BookFont;
  font-size:18px;
  text-align:center;
  line-height:32px;
  font-weight:bold;
  background-color:#356f9d;
  border-bottom:#FFF 2px solid;

}

#recordTitle span{
  float: right;
  display: inline-block;
  width: 40px;
  font-size: 25px;
  color:#ffff00;
  cursor: pointer;
  text-shadow: 3px 3px #040000;
}

#spotRange{
  position: absolute;
  min-width:100px;
  padding-left:10px;
  background-color: #000;
  height: 48px;
  z-index: 1;
  left: 290px;
  border-radius: 25px;
  display:none;
  border:2px solid white;
  bottom:0px;
  justify-content: center;
  align-items: center;
}


#startR {
  width: 70px;
  font-size: 1rem;
  text-align: center;
  padding: 8px;
  background: #fff;
  color: #7f512b;
  font-weight: bold;
  border-radius: 5px;
  box-shadow: 2px 2px 2px 1px #202020;
  cursor: pointer;
}

#stopR {
  width: 70px;
  font-size: 1rem;
  text-align: center;
  padding: 8px;
  background: #fff;
  color: #7f512b;
  font-weight: bold;
  border-radius: 5px;
  box-shadow: 2px 2px 2px 1px #202020;
  cursor: pointer;
}
.disableBtn{
  color: #c1bcbc !important;
}

#closeBtn{
  position:absolute;
  visibility:hidden;
  z-index:2000;
  left:0;
  top:0;
  cursor:pointer;
}


.ifFramDeco {
  left:0px;
  border:none;
  width:518px;
  height:670px;
  /* border-left:2px solid #ababab; */
}

#book{
  width: 1036px;
    height: 670px;
    display: flex;
  transform-origin:0 0;
  -webkit-transform-origin:0 0;
  position:absolute;
}
.bookAnim{
  transform-origin:0 0;
  -webkit-transform-origin:0 0;
  transition:all 0.5s;
  transition-timing-function: cubic-bezier(0.46, 0.03, 0.52, 0.96);
}
#bookpatch{
  position:absolute;
  width:100%;
  height:100%;
  z-index:20100;
}
.showHide{
  display:none !important;
  width:0px !important;
}

#bookin{
  position: absolute !important;
  background:url(../pages/blankPage.jpg);
  transform-origin: -50% -50% !important;
  -webkit-transform-origin: -50% -50% !important;
}

.depth-left {
  width: 32px;
  height: 100.5%;
  background-image: url(../images/pages-depth.png);
  position: absolute;
  left: -15px;
  background-repeat: no-repeat;
  background-size: 32px 680px;
  top: -2px;
}

.depth-right {
  width: 32px;
  height: 100.5%;
  background-image: url(../images/pages-depth.png);
  position: absolute;
  right: -15px;
  background-repeat: no-repeat;
  background-size: 32px 680px;
  top: -2px;
}


#page-number{
    width: 100px;
    height: 30px;
    text-align: center;
    color: #000;
}
#page-number::-moz-placeholder {
   color:#000000;
   opacity:1;
}
input#page-number::-webkit-input-placeholder {
   color:#000000;
   opacity:10;
}


#i_pauseMc{
  position:absolute;
  top:0px;
  width:1280px;
  height:720px;
  z-index:1;
  display:block;
  background-color: #fff;
  border:#ccc 1px solid;
  visibility:hidden;
}
#pause_off{
  position: absolute;
    top: 671px;
  left: 1015px;
    cursor: pointer;

    background-position: -602px 0px;
    width: 44px;
    height:44px;
}

#bookin .turn-page{
  background-color:white;
}
#bookin .cover{
  background:#F99;
}

#bookin .loader{
  background-image:url(../images/loader.gif);
  width:24px;
  height:24px;
  -webkit-height:24px;
  display:block;
  position:absolute;
  top:238px;
  left:188px;
}

#controls{
	width: 100%;
    height: 50px;
    font: 30px arial;
    font-family: Verdana, Geneva, sans-serif;
    border-top: #fffaf6 solid 2px;
    text-align: center;
    background-color: #9e9e9e;
    background-image: url(../images/patch.png);
    background-repeat: repeat;
    background-position: bottom;
    background-size: 10px 10px;
    border-bottom: #9e9e9e solid 2px;
}
#bookCover{
  position:absolute;
  /*left:0px;*/
  top:0px;
  display:block;
  z-index:1000;
  width:100%;
  height:100%;
  background:#fff;
  border:#ccc solid 0px;
  cursor:pointer;
  align-items: center;
  justify-content: center;
}
#bookCover img{
  box-shadow: 0px 0px 10px #888888;
  -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
}

#controls input, #controls label{
  font:20px arial;
}

#coverImg{
    background:#fff;
}

/*#bookin .odd{
   background-image: linear-gradient(to right,rgba(0,0,0,0.15) 0%,rgba(127,127,127,0.07) 10%,rgba(0,0,0,0.07) 30%,rgba(255,255,255,0.0) 100%);
   background-image: -webkit-linear-gradient(to right,rgba(0,0,0,0.15) 0%,rgba(127,127,127,0.07) 10%,rgba(0,0,0,0.07) 30%,rgba(255,255,255,0.0) 100%);
   background-image: -moz-linear-gradient(to right,rgba(0,0,0,0.15) 0%,rgba(127,127,127,0.07) 10%,rgba(0,0,0,0.07) 30%,rgba(255,255,255,0.0) 100%);
   background-image: -o-linear-gradient(to right,rgba(0,0,0,0.15) 0%,rgba(127,127,127,0.07) 10%,rgba(0,0,0,0.07) 30%,rgba(255,255,255,0.0) 100%);
   background-image: -ms-linear-gradient(to right,rgba(0,0,0,0.15) 0%,rgba(127,127,127,0.07) 10%,rgba(0,0,0,0.07) 30%,rgba(255,255,255,0.0) 100%);
}

#bookin .even{
    background-image: linear-gradient(to right,rgba(255,255,255,0.0) 0%,rgba(0,0,0,0.07) 70%,rgba(127,127,127,0.07) 90%,rgba(0,0,0,0.15) 100%);
    background-image: -webkit-linear-gradient(to right,rgba(255,255,255,0.0) 0%,rgba(0,0,0,0.07) 70%,rgba(127,127,127,0.07) 90%,rgba(0,0,0,0.15) 100%);
    background-image: -moz-linear-gradient(to right,rgba(255,255,255,0.0) 0%,rgba(0,0,0,0.07) 70%,rgba(127,127,127,0.07) 90%,rgba(0,0,0,0.15) 100%);
    background-image: -o-linear-gradient(to right,rgba(255,255,255,0.0) 0%,rgba(0,0,0,0.07) 70%,rgba(127,127,127,0.07) 90%,rgba(0,0,0,0.15) 100%);
    background-image: -ms-linear-gradient(to right,rgba(255,255,255,0.0) 0%,rgba(0,0,0,0.07) 70%,rgba(127,127,127,0.07) 90%,rgba(0,0,0,0.15) 100%);
}*/

 #childId{
    background-color:#FF9;
    color:#555;
  }

.input_style{
  border:0px solid #6A3738;
  font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
  font-weight:bold !important;
  background-color:RGBA(0,0,0,0);
  outline:none;
  font-weight:bold;
  }
/*==================================note css*/
#container{
  position:relative;
}
#notes{
  position:absolute;

  z-index:1000;
}
#iconCont{
  display: flex;
  width:100%;
  max-width:1000px;
  justify-content: space-around;
}
.inumber{
      width: 100%;
    z-index: 1000;
    opacity: 1;
    display: flex;
    justify-content: center;
    height: 100%;
}

#tFullScr{
  position:absolute;
  z-index:10000;
}

.UIBtns{
  background-image: url("../images/tools.png");
  height: 44px;
  width: 44px;
}

#ispot{
  background-position: 0px 0px;
}
#record{
   background-position: -88px 0px;
}
#notesPin{
    opacity:0.5;
    position: relative;
   background-position: -132px 0px;
}

#gotosearch{
  background-image: url(../images/goto.png);
  background-size: 100% 100%;
  height: 44px;
  width: 160px;
}

#i_onOff{

   background-position: -558px 0px;

}
#i_music{
  cursor:pointer;
  position: relative;
  background-position: -646px 0px;
}
#help{
   background-position: -690px 0px;
}
.cellBg{
  border-radius:10px;
  background:#666666;
}
.tocElement {
  cursor:pointer;
  margin-top:10px;
  font-size:20px;
  height:auto;
  background-color:#FC9;
  width:400px;
  -webkit-user-select:none;
  -moz-user-select:none;
}
.slimScrollDiv{
  height: auto !important;
}
#tableOfCont{
  width:215px;
  /* background: url(../images/baseBook.jpg),url(../images/tableOfCont.jpg);  */
}
#sideTop{
  width:215px;
  height:149px;
  background-image: url('../images/sideTop-small.jpg');
  background-position: top;
  position: relative;
}
.book-name{
  font-family: title;
  font-weight: bold;
  position: absolute;
  top: 65px;
  left: 0;
  width: 100%;
  text-align: center;
}
#sideLeft{
  background: url(../images/baseBook.jpg);
  width: 215px;
  height: 100%;
}
#sidebar{
  font-family: UI-font;
  padding-top: 0px;
  padding-left: 0px;
  top: 0px;
  left: 0px;
  margin: 0px;
  /* display: inline-block; */
  width: 260px;
  background-color: rgba(0,0,0,0.1);
  display: none;
}
.sidebarAnim{
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition-delay: 0s;
}
.hideSidebar{
  transform: translate3d(-215px,0,0);
  -webkit-transform: translate3d(-215px,0,0);

}
.showSidebar{
  transform: translate3d(0,0,0);
  -webkit-transform: translate3d(0,0,0);
}

#sideClick{
  cursor: pointer;
    position: absolute;
    width: 45px;
    height: 100%;
    background: url(../images/TOC.png);
    left: 215px;
    writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    text-align: center;
    line-height: 45px;
    font-weight: bolder;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transition: transform 0.3s;
    transition-delay: 0.5s;
    /*! transform: scaleX(-1); */
    /*! -webkit-transform: scaleX(-1); */

  background: wheat;
}
.flip{
  transform: scaleX(1) !important;
  -webkit-transform: scaleX(1) !important;
}

#spotligheSize{
	visibility:hidden;
	width: 90%;
	background-color: #1bd7fc;
	height: 12px;
	border-radius: 7px;
}


#myCloseWin{
  z-index: 1000;
  right: 2px;
  top: 9px;

}
#closeBtnToolTip {
  visibility: hidden;
  width: 120px;
  height:20px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 9000;
  bottom: 150%;
  left: 95%;
  margin-left: -60px;
  font-size:14px;
  top:45px;
  line-height: 10px;
}
#myCloseWin:hover ~#closeBtnToolTip{
  visibility: visible;
}
.newWidow{
   background:#fff;
   background-image:url(../images/loader.gif);
   background-repeat:no-repeat;
   background-position:center;
   width:100%;
   height:100%;
}

.newWindIfrm{
  -webkit-transform-origin:0 0;
  transform-origin:0 0;
  left:0px;
  /*width:1280px;
  height:720px;*/
  width: 100%;
  height: 100%;
  overflow:auto;
  position:absolute;
}


#activities{
  position:absolute;
  z-index:10000;
  width:100%;
  height:100%;
    align-items: center;
  -webkit-align-items: center;
    justify-content: center;
  -webkit-justify-content: center;
  display:none;
    background-color: #fff;
}

#iball_record{
  visibility:hidden;
  position:absolute;
  z-index: 1000;
    background-color: #012847;
    border: 2px solid #fff;
    display: block;
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
  width:215px;
  text-align:center;
}


#testGen{
  font-family: UI-font;
  font-weight: bold;
  font-size: 22px;
  width: 211px;
  /* padding: 0px 0 58px 0; */
  display: block;
  z-index: 999;
  cursor: pointer;
  background: url(../images/tg.png) no-repeat;
  background-size: 100% 68px;
  text-align: center;
  height: 68px;
  width: 215px;
  line-height: 50px;
}

#treeofknow{
  font-family: UI-font;
  font-weight: bold;
  font-size: 22px;
  width: 211px;
  /* padding: 0px 0 58px 0; */
  display: block;
  z-index: 999;
  cursor: pointer;
  background: url(../images/tg.png) no-repeat;
  background-size: 100% 61px;
  text-align: center;
  height: 67px;
  width: 211px;
  line-height: 26px;
}


#langLab{
  font-family: UI-font;
  font-weight: bold;
  font-size: 22px;
  width: 211px;
  /* padding: 0px 0 58px 0; */
  display: block;
  z-index: 999;
  cursor: pointer;
  background: url(../images/lang_lab.png) no-repeat;
  background-size: 100% 47px;
  text-align: center;
  height: 50px;
  width: 195px;
  line-height: 50px;
  margin-bottom: 5px;
}

/*Notes CSS....................*/
.noteTextFielf{
  position:absolute;
border:#00F solid 1px;
resize:none;
margin:0px;
z-index:200;
}
.noteBar{
position:absolute;
width:200px !important;
color:#FFF;
text-align:left;
border:thick #F00;
position:relative;
background:#7f512b;
margin:0px;
}
.NoteClass{
  position:absolute;
  transform:translate(0px,0px);
  background:url(../images/flag_pin.png) no-repeat;
  height:155px;
  background-position: -4px -1px;
}
.Cross{
  position:absolute;
z-index:201;
}
.lowerD {
  position:absolute;
  border:#F00 medium;
  background:#7f512b;

}
.lowerD-selected {
  box-shadow:#666 5px 5px 5px;
}
.saveNoteB{
  position:absolute;
  z-index:205;
}
#listCont {
  position:absolute;
  overflow:hidden;
  width:214px;
  height:30px;
}
#lister {
  position:absolute;
  top:0px;
  left:0px;
  width:214px;
  height:30px;
  background:#66C;
  z-index:0;
}

#cListbar {
  color:#fff;
  padding:5px;
  padding-bottom:3px;
  background:#963;
  text-align:center;
  font:21px arial;
  vertical-align:middle;
  cursor:pointer;
  -webkit-user-select:none;
  -moz-user-select:none;
}
#listing {
  height:200px;
  background:#f9f7f7;
    overflow-y: scroll;
    overflow-x: hidden;
}
.cSingleNote {
  padding:6px 0px 6px 6px;
  height:18px;
  background:#FFF;
  font:11px arial;
  border-bottom:1px #f6f6f6 solid;
  cursor:pointer;
}
.cSingleNote-selected {
  background:#CCC;
}
.closedNote {
  background:url(../images/flag_pin.png);
  width:50px;
  height:41px;
}
.draggable.switch-bg {
  background-color: #f40;
}
.draggable.large {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}
.rotate {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
/*Notes CSS ends.......................................*/

#gramVocab{
  clear:both;
  text-align:center;
}
.popupDisplay{
  width:500px;
  height:150px;
  border-radius:15px;
  background:rgba(44,157,249,0.50);
  border:#fff solid 2px;
}
.popupDisplaybt{
  width:160px;
  height:50px;
  z-index:1000;
  background:#00f;
  cursor:pointer;
  border-radius:15px;
}

.blackPatch{
  position:absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.9);
  top:0px;
  left:0px;
}

#soptLightId{
  position:absolute;
  top:100px;
  left:100px;
  border-radius:50%;
  background:transparent;
  box-shadow:0 0 0 2500px rgba(0,0,0,.85);
}
#spotContainer{
  overflow:hidden;
  position:absolute;
    top: 0;
  visibility:hidden;
}

/*===============================================*/
#npspan{
 position: absolute;
    bottom: 1%;
    left: 0px;
    pointer-events: none;
    width: 90%;
    margin-left: 5%;
}
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 9000;
    bottom: 48px;
    font-size:14px;
    margin-left: -36px !important;

}
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
    /*transform: rotate(-270deg)*/;
}

.tooltip .tooltiptextRight {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 9000;
    bottom: 125%;
    font-size:14px;
}
.tooltip .tooltiptextRight::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 73%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.tooltip .tooltiptextLeft {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 9000;
    bottom: 125%;
    font-size:14px;
}
.tooltip .tooltiptextLeft::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 23%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.even > .ifFramDeco{
  border: none;
}
.odd > .ifFramDeco{
  border: none;
}
.jstree-container-ul {
  overflow: hidden;
  overflow-Y: scroll;
  padding: 0;
  margin: 0px;
}
.jstree-icon{
  display: none !important;
}
.jstree-anchor{
  display: block !important;
  font-family: UI-font !important;
  color: #000 !important;
  font-weight: bold !important;
  margin-left: 0px !important;
  text-align: center !important;
  /*! margin-bottom: 5px !important; */
  padding: 14px;
  background-size: 100% 100% !important;
  outline: none;
  padding-top: 25px;
}


.nbook{
  font-size: 22px !important;
  background: url(../images/nbook.png) no-repeat !important;
  width: 195px !important;
  background-size: 100% 100% !important;
}

.creditClass{
  font-size: 22px !important;
  background: url(../images/nbook.png) no-repeat !important;
  width: 195px !important;
  background-size: 100% 100% !important;
}

.chapter{
    font-size: 17px !important;
    background: url(../images/chapter.png) no-repeat !important;
    width: 210px !important;
    background-size: 100% 100% !important;
}

.book-1{
    font-size: 15px !important;
    background: url(../images/class1.png) no-repeat !important;
    background-size: 100% 100% !important;
}
.book-2{
    font-size: 15px !important;
    background: url(../images/classLr.png) no-repeat !important;
    background-size: 100% 100% !important;
}
.classAk{
    font-size: 15px !important;
    background: url(../images/classAk.png) no-repeat !important;
    background-size: 100% 100% !important;
}
.classCr{
    font-size: 15px !important;
    background: url(../images/classCr.png) no-repeat !important;
    background-size: 100% 100% !important;
}
.class1{
    font-size: 15px !important;
    background: url(../images/class1.png) no-repeat !important;
    background-size: 100% 100% !important;
}
.class2{
    font-size: 14px !important;
    background: url(../images/class2.png) no-repeat !important;
    background-size: 100% 100% !important;
    color: #53321a !important;
}
.teacherClass{
    font-size: 14px !important;
    background: url(../images/Asset.png) no-repeat !important;
    background-size: 100% 100% !important;
}

.Asset{
    font-size: 17px !important;
    background: url(../images/Asset.png) no-repeat !important;
    width: 195px !important;
    background-size: 100% 100% !important;
}

.teacherAsset{
    font-size: 17px !important;
    background: url(../images/tg.png) no-repeat !important;
    width: 195px !important;
    background-size: 100% 100% !important;
}

.turnAnim{
  -webkit-transform: scale(0);
  transform: scale(0);
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes turnLeft {
    from {-webkit-transform: scale(1); }
    to {-webkit-transform: scale(0);}
}
/* Standard syntax */
@keyframes turnLeft {
    from {transform: scale(1);}
    to {transform: scale(0);}
}
input[type=range] {
  -webkit-appearance: none;

  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 12.8px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  background: #1bd7fc;
  border-radius: 25px;
  border: 0px solid #000101;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 20px;
  width: 39px;
  border-radius: 7px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -3.6px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #1bd7fc;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 12.8px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  background: ##683302;
  border-radius: 25px;
  border: 0px solid #000101;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 20px;
  width: 39px;
  border-radius: 7px;
  background: #ffffff;
  cursor: pointer;
}


/* From MainCSS.css */
select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
#menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

#goHome{
  position:absolute;
  top:0px;
  cursor:pointer;
}
/*Asset container ...................*/
#asset-cont{
  position: absolute;
  display: none;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(255,255,255,0.9);
  z-index: 15;
  background-image: url('../images/asset-cont.png');
  background-size: 90% 90%;
  background-repeat: no-repeat;
  background-position: 50%;
  transition-property: transform, width;
  transition-duration: 300ms;
  transition-timing-function: ease-out;
  padding: 5% 10%;
  text-align: left;
}

#pure-toggle-left:checked ~ #asset-cont{
  width: calc(100% - 300px);
  transform: translate(300px, 0);
}

.closeButton{
  width: 45px;
  height: 45px;
  /* position: absolute; */
  background-image: url('../images/close.png');
  top: 20px;
  /* right: 5%; */
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  border: none;
}


#chapter-assets {
  /* margin: 0px 20px 20px 20px; */
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#icon-container{
  height: calc(100% - 80px);
  overflow: auto;
}

.header-subedar {
    display: inline-block;
    border: 10px solid transparent;
    border-image: url(../images/ch_border.png) 10;
    background-color: #f6d257;
    /* padding-left: 30px; */
    /* padding-right: 30px; */
    width: calc(90% - 15px);
    max-width: calc(90% - 15px);
    /* margin-right: 0px; */
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#chapter-title{
	float: left;
	font-family: UI-font;
	/* font-size: 30px; */
	/* margin: 0 20px; */
	font-size: 130%;
	/* margin: 0 20px; */
	flex-flow: wrap;
	/* max-width: calc(90% - 45px); */
}
.leftPin {
    float: left;
    clear: both;
    /* margin-left: -30px; */
}
.rightPin {
    float: right;
    /* margin-right: -30px; */
}

.assetBox{
  display: inline-block;
  font-family: UI-font;
  text-align: center;
  background-image: url('../images/icons.png');
  cursor: pointer;
  margin: 10px 5px;
}

.assetText {
    display: inherit;
    position: relative;
    margin-top: 67%;
    display: inline-block;
    position: relative;
    margin-top: 67%;
    font-size: 13px;
    line-height: 12px;
}
.icon-box{
  width: 100%;
}

/*Asset container ...................end*/
@media screen and (max-width: 565px){
  #iconCont {
   transform: scale(0.9);
  }
}
/*
@media screen and (max-width: 520px){
  #iconCont {
   transform: scale(0.85);
  }
}
@media screen and (max-width: 500px){
  #iconCont {
   transform: scale(0.8);
  }
}
@media screen and (max-width: 460px){
  #iconCont {
   transform: scale(0.7);
  }
}
@media screen and (max-width: 400px){
  #iconCont {
   transform: scale(0.6);
  }
}
@media screen and (max-height: 400px){
  .book-name{
    top: 14px;
  }
  #rslogo{
    display: none;
  }
  #sideTop{
    height:50px;
  }
} */


/* =========================tooltip updated========================= */
.tooltip img#next, .tooltip img#prev, .tooltip img#zoomOut, .tooltip img#zoomIn, .tooltip img#zoomReset{
	width: 40px;
  vertical-align: middle;
  cursor: pointer;
}
[data-img="hide"], .tooltip #record{
	cursor: default !important;
	pointer-events: none;
	display: none !important;
}
.tooltip {
    display:table-cell;
    position:relative;
}

.tooltip .zoomReset, .tooltip .zoomIn, .tooltip .zoomOut, .tooltip .prev {
    min-width:130px;
    max-width:130px;
    top:-20px;
    left:50%;
    transform:translate(-30%,-100%);
    padding:10px 20px;
    color:#ffffff;
    background-color:#000000;
    font-weight:normal;
    font-size:14px;
    border-radius:8px;
    position:absolute;
    z-index:99999999;
    box-sizing:border-box;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
    display:none;
}

.tooltip .next {
    min-width:130px;
    max-width:130px;
    top:-20px;
    left:50%;
    transform:translate(-70%,-100%);
    padding:10px 20px;
    color:#ffffff;
    background-color:#000000;
    font-weight:normal;
    font-size:14px;
    border-radius:8px;
    position:absolute;
    z-index:99999999;
    box-sizing:border-box;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
    display:none;
}

.tooltip:hover .zoomReset, .tooltip:hover .zoomIn, .tooltip:hover .zoomOut, .tooltip:hover .prev, .tooltip:hover .next {
    display:block;
}

.tooltip .zoomReset i, .tooltip .zoomIn i, .tooltip .zoomOut i, .tooltip .prev i {
    position:absolute;
    top:100%;
    left:30%;
    margin-left:-15px;
    width:30px;
    height:15px;
    overflow:hidden;
}
.tooltip .next i {
    position:absolute;
    top:100%;
    left:30%;
    margin-left:40px;
    width:30px;
    height:15px;
    overflow:hidden;
}
.tooltip .zoomReset i::after, .tooltip .zoomIn i::after, .tooltip .zoomOut i::after, .tooltip .prev i::after, .tooltip .next i::after {
    content:'';
    position:absolute;
    width:15px;
    height:15px;
    left:50%;
    transform:translate(-50%,-50%) rotate(45deg);
    background-color:#000000;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
}

/* =========================tooltip updated========================= */
