@charset "UTF-8";
:root {
	--mb-blue: #009688;
	--mb-lightyellow: #36B5A9;
}
@font-face {
	font-family: TG;
	src: url(../__fonts/MyriadVariableConcept-Roman.otf);
	font-style: normal;
	font-weight: bold;
}
@font-face {
	font-family: Tab;
	src: url(../__fonts/MyriadProSemibold.ttf);
}
@font-face {
	font-family: Chams;
	src: url(../__fonts/ChamsBold.ttf);
}
* {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
}
html {
	overflow: hidden;
}
body {
	overflow: hidden;
	background-color: #fcfcfc;
	margin: 0;
	padding: 0;
	user-select: none;
	-webkit-user-select: none;
}
ul,
li {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
#BGmusic {
	display: none;
}
#bookCover {
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(../images/loader.gif) center no-repeat, url(../images/loaderback.jpg);
}
#bookCover img {
	cursor: pointer;
	/* width: 100%;
	height: 100%; */
	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;
	/* object-fit: contain; */
	transition-property: transform;
}
#app {
	width: 100vw;
	height: 100vh;
	background-color: #909090;
	overflow: hidden;
	max-height: 100vh;
	max-width: 100vw;
}
#spotContainer {
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	visibility: hidden;
	z-index: 0;
	background-color: rgba(0, 0, 0, 0);
}
#spot-rect {
	position: absolute;
	width: 100%;
	height: calc(100% - 50px);
}
#spotLight {
	position: absolute;
	top: 100px;
	left: 100px;
	width: 250px;
	height: 250px;
	border-radius: 50%;
	background: transparent;
	box-shadow: 0 0 0 2500px rgba(0, 0, 0, .85);
}
#spotTools {
	height: 50px;
	position: absolute;
	bottom: 0;
	left: 0;
}
#SpotlightOff {
	display: inline-block;
	position: absolute;
	cursor: pointer;
	height: 50px;
	width: 50px;
	margin: 0px;
	background-image: url("../images/tools.png");
	background-position: -50px 0;
}
#range-cont {
	position: absolute;
	display: flex;
	min-width: 200px;
	background-color: #000;
	height: 48px;
	z-index: 1;
	border-radius: 25px;
	border: 2px solid white;
	bottom: 0px;
	justify-content: center;
	align-items: center;
}
#spot-range {
	width: 90%;
	background-color: #1bd7fc;
	height: 12px;
	border-radius: 7px;
	outline: none;
}
input[type=range] {
	-webkit-appearance: none;
}
#spot-range::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 40px;
	height: 25px;
	background: #fff;
	cursor: pointer;
	border-radius: 8px;
}
#spot-range::-moz-range-thumb {
	width: 40px;
	height: 25px;
	background: #fff;
	cursor: pointer;
	border-radius: 8px;
}
#asset-container {
	position: fixed;
	height: 100%;
	width: 100%;
	background-color: #fff;
	top: 0px;
	left: 0px;
	border: 0px solid red;
	z-index: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
#asset-nav {
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: fixed;
	padding: 0 50px;
	bottom: 20px;
}
#asset-nav img {
	cursor: pointer;
}
.loader {
	background-image: url('../images/loader.gif');
	background-repeat: no-repeat;
	background-position: 50%;
}
#sidebar {
	padding-left: 0px;
	text-align: center;
	/* background-color: #fffded; */
	background-color: var(--mb-lightyellow);
	height: 100%;
}
#sidebar-top {
	height: 100px;
	margin-bottom: 10px;
}
#sidebar-top>img {
	position: absolute;
	right: 50px;
	top: 10px;
}
#siderbar-mid {
	/* background-image: url("../images/sidebar_bg.png");
	background-repeat: repeat-y; */
	height: calc(100% - 160px);
}
#siderbar-bottom {
	position: absolute;
	bottom: 0px;
	height: 50px;
	width: 100%;
	/* background-color: blue; */
}
#iRecorder {
	position: absolute;
	height: calc(100% - 160px);
	width: 100%;
	background-color: #366184;
	margin: 0;
}
#iRecorder iframe {
	width: 90%;
	border: none;
	overflow: auto;
	height: 400px;
}
#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;
}
#myCloseRect {
	float: right;
	display: inline-block;
	width: 40px;
	font-size: 25px;
	color: #ffff00;
	cursor: pointer;
	text-shadow: 3px 3px #040000;
}
.blankspace {
	height: 150px;
	background-color: wheat;
	margin-bottom: 10px;
}
#TOC-cont {
	height: calc(100% - 100px);
	width: 100%;
}
.col-shortcuts {
	display: none;
	position: fixed;
	width: 50px;
	height: calc(100% - 50px);
	background: #dbe9f5;
	z-index: 4;
	text-align: center;
}
.tab {
	height: 80px;
	width: 150px;
	background-color: red;
	border: 2px solid blue;
	margin: 5px;
}
.shortcut-container {
	margin: 4px 0px;
}
.label-shortcut {
	height: 45px;
	width: 45px;
	background-color: #1fc08e;
	border-radius: 50%;
	display: inline-block;
	cursor: pointer;
	font-size: 120%;
	text-align: center;
	line-height: 45px;
	font-weight: bold;
	color: #fffa06;
	letter-spacing: 2px;
	text-shadow: 2px 2px 2px black;
	box-shadow: 2px 2px 2px #5d5d5d;
	cursor: pointer;
	outline: none;
}
#shortcut-tg {
	background-image: url("../images/tgicon.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 75%;
}
#tab-tg {
	font-family: TG;
	font-size: 25px;
	color: #000;
	background-repeat: no-repeat;
	background-image: url(../images/tg-tag-bg.png);
	border: none;
}
.label-cont {
	display: flex;
	align-items: center;
	justify-content: space-around;
	/* border:1px solid red; */
	margin-bottom: 3px;
}
.label-tab {
	font-family: Tab;
	font-weight: bold;
	font-size: 20px;
	height: 47px;
	width: calc(100% - 55px);
	background: #FFF9C6;
	text-align: left;
	line-height: 47px;
	color: #000;
	border: 2px solid gray;
	cursor: pointer;
	padding-left: 10px;
}
.jstree-container-ul {
	height: 100%;
}
input[type=radio]:checked.assign-type-btn+label {
	background: #fff;
	border: 2px solid #374c5d;
	color: #3ea7f9;
	text-shadow: none;
}
#assetsBar {
	background-color: #89d8a4;
	height: 50px;
}
#bookContainer {
	height: 100%;
	background-color: #857dd2;
}
.book {
	display: block;
	font-family: BookFont;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	color: #fff;
	text-shadow: 2px 1px 5px #000;
}
.chapter {
	background: #5aadd4;
	color: #ffffff;
}
.poem {
	background: #5aadd4;
	color: #ffffff;
}
.class4 {
	display: block;
	font-family: BookFont;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	color: #fff;
	text-shadow: 2px 1px 5px #000;
}
.Asset {
	display: block;
	font-family: BookFont;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	color: #fff;
	text-shadow: 2px 1px 5px #000;
}
.assetFrame {
	height: 720px;
	width: 1280px;
	overflow: hidden;
	/* border: 1px solid blue; */
}
iframe {
	border: none;
}
/*//////////////////E-book css//////////////////////////////*/
.iFrm-ebook {
	width: 100%;
	height: 100%;
	overflow: hidden;
	transform-origin: 0 0;
	border: none;
	/* pointer-events: none; */
}
#ebook-cont {
	overflow: hidden;
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
}
#flipbook-viewport {
	height: 670px;
	width: 1036px;
	/* border:1px solid red; */
}
#flipbook-viewport #container {
	position: absolute;
	left: 50%;
	margin: auto;
}
#flipbook {
	width: 1036px;
	height: 670px;
	left: calc(-50% + 18px);
	transform-origin: 50% 50%;
	background-image: url("../pages/blankPage.jpg");
	background-position: 0 0;
	background-repeat: repeat no-repeat;
	background-size: 50% 100%;
	/* border: 1px solid blue; */
}
#flipbook-viewport .page {
	width: 518px;
	height: 670px;
	background-color: white;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
#flipbook .page {
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
#flipbook-viewport .page img {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin: 0;
}
#flipbook-viewport .shadow {
	-webkit-transition: -webkit-box-shadow 0.5s;
	-moz-transition: -moz-box-shadow 0.5s;
	-o-transition: -webkit-box-shadow 0.5s;
	-ms-transition: -ms-box-shadow 0.5s;
	-webkit-box-shadow: 0 0 20px #ccc;
	-moz-box-shadow: 0 0 20px #ccc;
	-o-box-shadow: 0 0 20px #ccc;
	-ms-box-shadow: 0 0 20px #ccc;
	box-shadow: 0 0 20px #ccc;
}
#flipbook .draggable {
	-ms-touch-action: none;
	touch-action: none;
}
#asset-cont {
	position: absolute;
	display: none;
	top: 0;
	transform: translate(50px, 0);
	;
	height: calc(100% - 50px);
	width: calc(100% - 50px);
	background: rgba(245, 222, 179, 0.5);
	z-index: 15;
	background-image: url('../images/asset-cont.png');
	background-size: 90% 90%;
	background-repeat: no-repeat;
	background-position: 50%;
	border: 1px solid red;
	transition-property: transform, width;
	transition-duration: 300ms;
	transition-timing-function: ease-out;
	padding: 5% 7%;
}
#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: 40px;
	border-radius: 50%;
	outline: none;
	cursor: pointer;
	border: none;
}
#chapter-assets {
	margin: 0 20px;
	text-align: center;
}
.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;
}
#chapter-title {
	float: left;
	font-family: Chams;
	font-size: 30px;
	margin: 0 20px;
	/* background-image: url("../images/chapter-title.png"); */
	/* background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 0;
	height: 100%;
	text-align: center;
	line-height: 50px;*/
}
.leftPin {
	float: left;
	clear: both;
	margin-left: -30px;
}
.rightPin {
	float: right;
	margin-right: -30px;
}
/* #chapter-assets{
	border: 1px solid red;
	height: 50px;
	margin-bottom: 20px;
}
#chapter-title{
	font-family: Chams;
	font-size: 30px;
	background-image: url("../images/chapter-title.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 0;
	height: 100%;
	text-align: center;
	line-height: 50px;
} */
.assetBox {
	display: inline-block;
	background-image: url('../images/icons.png');
	cursor: pointer;
	margin: 10px 5px;
}
.icon-box {
	width: 100%;
}
/*///////////toolbar icons...................................*/
#toolbar-cont {
	width: 100%;
	display: flex;
	justify-content: center;
	text-align: center;
	background-color: var(--mb-blue);
}
#toolbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1280px;
	height: 50px;
	width: 100%;
	background-color: var(--mb-blue);
	bottom: 0px;
	padding: 0px 20px;
	overflow-x: auto;
	overflow-y: hidden;
}
.toolbarButton {
	display: inline-block;
	cursor: pointer;
	height: 50px;
	width: 50px;
	min-width: 50px;
	margin: 0px;
	background-image: url(../images/tools.png);
	background-color: transparent;
}
#toggleSpotlight {
	background-position: 0 0;
}
#iRecord {
	background-position: -100px 0;
}
#notes {
	background-position: -150px 0;
}
#resetZoom {
	background-position: -200px 0;
}
#zoomIn {
	background-position: -250px 0;
}
#zoomOut {
	background-position: -300px 0;
}
#prevPage {
	background-position: -350px 0;
}
#gotoPage {
	width: 150px;
	min-width: 150px;
	background-position: -400px 0;
}
#gotoNum {
	font-family: Chams;
	height: 50px;
	width: 130px;
	line-height: 50px;
	font-size: 26px;
	color: white;
	border: 0px solid black;
	text-align: center;
	background: rgba(0, 0, 0, 0);
	outline: none;
	box-shadow: inset 0px 0px 5px 0px black;
}
#gotoNum:focus {
	outline: none;
	border: 0px solid black;
}
#gotoPage input[type=number]::-webkit-outer-spin-button,
#gotoPage input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
#gotoPage input[type=number] {
	-moz-appearance: textfield;
}
#nextPage {
	background-position: -550px 0;
}
#toggleEye {
	background-position: -650px 0;
}
#eyeOn {
	display: inline-block;
	position: absolute;
	cursor: pointer;
	height: 50px;
	width: 50px;
	margin: 0px;
	background-image: url("../images/tools.png");
	background-position: -700px 0;
	bottom: 0;
}
#toggleMusic {
	background-position: -600px 0;
}
#help {
	background-position: -750px 0;
}
.disabled {
	opacity: 0.3;
	pointer-events: none;
}
/*..............Notes css..............................*/
/*Notes CSS....................*/
.note-bar-data {
	pointer-events: none;
	width: 70%;
	display: flex;
	justify-content: space-between;
}
.note-bar-data>span {
	text-wrap: nowrap;
	overflow: hidden;
}
.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.gif) no-repeat;
	height: 155px;
	background-position: -4px -1px;
	filter: drop-shadow(5px 5px 5px #F00);
}
.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: 100%;
	height: 47px;
}
#lister {
	position: absolute;
	/* top: 0px; */
	/* left: 0px; */
	width: 100%;
	/* height: 47px; */
	/* background: #66C; */
	z-index: 0;
}
#cListbar {
	color: #fff;
	padding: 3px;
	line-height: 40px !important;
	padding-bottom: 3px;
	background: #278bed;
	text-align: center;
	font: 21px arial;
	vertical-align: middle;
	cursor: pointer;
	height: 47px;
	text-shadow: 1px 1px 4px #000;
	letter-spacing: 1px;
}
#cListbar img {
	float: right;
}
#listing {
	height: 200px;
	background: #f9f7f7;
	overflow-y: auto;
	overflow-x: hidden;
	direction: rtl;
}
.cSingleNote {
	direction: ltr;
	padding: 8px 0px 8px 8px;
	height: 42px;
	background: #FFF;
	font: 16px arial;
	border-bottom: 1px #c7c7c7 solid;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.cSingleNote * {
	pointer-events: none;
}
.cSingleNote>input[type='image'] {
	pointer-events: all;
}
.cSingleNote-selected {
	background: #aaff4f;
}
.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);
}
.note-icon {
	background: aqua;
	height: auto;
	width: 37px;
	border-radius: 50%;
	border: 2px solid;
	line-height: 32px;
	font-size: 15px;
	margin-right: 5px;
	font-weight: bold;
}
.rotate {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
/*.............Notes css ends.........................*/
#accordion {
	height: calc(100% - 47px);
	direction: rtl;
	overflow-y: auto;
}
#accordion>div {
	transition: background-color 0.3s;
}
#accordion .sub-status {
	height: 30px;
	display: inline-block;
	/* background: #000000; */
	color: #000;
	width: 50px;
	font-size: 1.4rem;
	line-height: 30px;
	box-shadow: 1px 1px 1px 2px #ccc;
	margin-right: 8px;
	margin-top: 5px;
}
.assign-list-header {
	background: cadetblue;
	padding-bottom: 0.2%;
	color: #fff;
	text-shadow: 2px 2px 2px #000;
	display: flex;
	justify-content: space-between;
	padding: 0 6px;
}
.assign-list-header h2 {
	margin-left: 35px;
}
#accordion .student-list {
	display: flex;
	flex-direction: column;
}
#accordion * {
	direction: ltr;
}
#accordion .row-wrap {
	display: flex;
	justify-content: space-between;
	font-family: cursive;
	margin: 5px auto !important;
	background-color: #fff;
	/*#ccffee;*/
	cursor: pointer;
	border: 1px solid #c5c5c5;
}
/* .row-wrap img{
	margin-right: 3px;
} */
#accordion .center-95 {
	padding: 0 1px;
	width: 99%;
	margin: 0 auto;
	border-radius: 12px;
}
#accordion .row-wrap h3 {
	margin: 0;
	line-height: 40px;
	font-size: 1.2rem;
	width: 80%;
	text-align: left;
	padding-left: 5px;
}
#accordion .sub-status~img {
	object-fit: cover;
	margin-right: 4px;
}
#accordion .row-wrap.clicked {
	background-color: #fff182 !important;
}
#accordion .some-submission {
	color: #052df9 !important;
}
#accordion .no-submission {
	color: #ad1c1c;
}
#accordion .no-submission~img {
	object-position: 0px;
}
#accordion .some-submission~img {
	object-position: -80px;
}
#accordion .all-submission {
	color: #0c6710 !important;
}
#accordion .all-submission~img {
	object-position: -40px;
}
#accordion .label-wrap {
	margin: 0;
	padding: 2px 0;
}
.invisibleInput {
	position: absolute;
	visibility: hidden;
}
label.s-lbl {
	display: flex;
	justify-content: space-between;
	font-size: 1.1rem;
	cursor: pointer;
	background: beige;
}
label .qaratio {
	min-width: 40px;
	min-height: 30px;
	height: 30px;
	background: #ffe200;
	line-height: 29px;
	border-radius: 8px;
	margin: 2px 3px 2px 0;
	box-shadow: 1px 1px 3px 1px gray;
	text-align: center;
}
label .s-roll {
	min-width: 30px;
	min-height: 30px;
	height: 30px;
	line-height: 29px;
	border-radius: 8px;
	margin: 2px 3px 2px 0;
	box-shadow: 1px 1px 3px 1px gray;
	text-align: center;
}
label .s-name {
	margin-left: 20px;
	line-height: 30px;
}
/*input[type="radio"]:checked~label{
	background-color: wheat;
}*/
/*input[type="radio"]:checked~label>.s-roll{
	background-color: #ffa600;
}*/