@font-face {
	font-family: "comic sans ms";
	src: url("/kkk/style/fonts/Comic-Sans-MS.ttf");
}

@font-face {
	font-family: "Lucida Calligraphy" src :  
		 url("/kkk/style/fonts/Lucida-Calligraphy-Italic.ttf");
}

@font-face {
	font-family: "RAVIE";
	src: url("/kkk/style/fonts/RAVIE.ttf");
}

.highlight {
	font-weight: bold;
}

#btnCollapseBookList, #bookInfoHeader {
	display: none !important;
}

.disabled {
	pointer-events: none;
	opacity: 0.4;
	cursor: context-menu;
}

#story_video_data_block {
	display: none;
}

.wheat {
	background-color: wheat;
}

#goBack {
	position: absolute;
	left: 2%;
	color: black;
	background-color: #ffa50000;
}

#goNext {
	position: absolute;
	right: 2%;
	color: black;
	background-color: #ffa50000;
}

#storyData .brief {
	margin-left: 20px;
}

#storyData h4 {
	margin: 0px;
}

#storyData p {
	display: none;
	width: 80%;
	background-color: #e3fb08;
	color: black;
	position: absolute;
	top: 0px;
	border: 2px #dcaf02 solid;
	border-radius: 15px;
	padding: 5px;
	z-index: 1;
	font-size: 0.8em;
}

p {
	text-align: justify;
	font-family: "comic sans ms", sans-serif;
	line-height: 1.7em;
	padding-left: 5px;
	padding-right: 5px;
	direction: ltr;
}

.booksTitle {
	text-align: center;
	color: green;
	border-radius: 10px 10px 0px 0px;
	border: 1px solid #4766a9;
	margin-bottom: 0px;
	border-bottom: none;
	background-color: #4766a9;
	color: white;
}

#saveCtrl {
	display: none;
	padding-bottom: 5px;
}

.bookCtrl {
	padding-right: 5px;
	padding-left: 5px;
}

.hide1 {
	display: none;
}

.img_right {
	float: right;
	margin: 20px;
}

#collapseBookList {
	color: white;
	background-color: #ff8000;
	width: 300px;
	padding: 5px;
	border-radius: 10px;
	margin: auto;
	cursor: pointer;
}

#btnCollapseBookList {
	display: inline-block;
	margin: auto;
	margin-top: 5px;
	margin-left: 35%;
}

#navigatingPages {
	display: inline-block;
	position: absolute;
	top: 45%;
	left: 0%;
	width: 100%
}

.definition {
	background-color: lightgrey;
}

.p_special {
	clear: both;
}

h1 {
	text-align: center;
	font-family: "Lucida Calligraphy", Ravie;
	color: black;
	font-size: 26px;
}

h2 {
	font-family: Jokerman, "Lucida Calligraphy";
	color: grey;
}

.img1 {
	border-radius: 10%;
	width: 40%;
	margin: 0;
	padding: 0;
	float: left;
	margin-right: 5px;
	vertical-align: text-bottom;
}

#bookViewer {
	font-size: 1.2em;
}

.scrollbar {
	/*     margin-left: 30px; 
    float: left;*/
	height: 400px;
	width: 97%;
	background: #fff;
	overflow-y: scroll;
	margin-bottom: 25px;
}

.force-overflow {
	min-height: 400px;
}

.bookElement {
	width: 90%;
}

.bookSize {
	width: 97%;
}

#slider {
	background-color: azure;
	display: block;
	width: 90%;
}

.ui-slider-handle {
	background-color: orange !important;;
}

#custom-handle {
	border-radius: 30px !important;
	width: 3em;
	height: 1.6em;
	top: 50%;
	margin-top: -.8em;
	text-align: center;
	line-height: 1.6em;
}

.storyList {
	background-color: #FFF;
	color: #000;
	border: 2px ridge #4766a9;
	border-radius: 0px 0px 10px 10px;
	margin-bottom: 2px;
	cursor: pointer;
	padding: 2px;
	margin-top: 0px;
}

#storyData {
	background-color: wheat;
	text-align: center;
	border-radius: 10px;
	width: 80%;
	margin: auto;
}

#div_control {
	position: relative;
	width: 95% !important;
}

#commentArea {
	width: 95% !important;
}

#story_jak {
	background-color: #FFF;
	position: absolute;
	top: 0px;
}

.storyList li:hover {
	background-color: highlight;
}

h4 {
	font-weight: bold;
}

span.label {
	color: blue;
	font-weight: bold;
	font: inherit;
}

.scrollbar-sunny-morning::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
	background-color: #F5F5F5;
	border-radius: 10px;
}

.scrollbar-sunny-morning::-webkit-scrollbar {
	width: 12px;
	background-color: #F5F5F5;
}

.scrollbar-sunny-morning::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
	background-image: -webkit-linear-gradient(330deg, #f6d365 0%, #fda085 100%);
	background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%);
}

.bookList {
	text-align: inherit !important;
}

@media only screen and (min-device-width : 280px) and (max-device-width
	: 480px) {
	#btnCollapseBookList {
		margin-left: 20%;
	}
	.pictureText {
		position: absolute;
		bottom: 2px;
		width: 90%;
		left: 20%;
		border: 1px dashed black;
		background-color: rgba(200, 205, 30, 0.8);
		text-align: center;
	}
	.pictureTextUp {
		float: left;
		padding: 10px;
		font-family: "comic sans ms", sans-serif;
	}
	.midText {
		top: 40% !important;
	}
	.pictureText1 {
		background-color: rgba(200, 100, 200, 0.8);
		color: white;
	}
	/* .pictureImg{
border-radius:25px;
width:90%;
} */
	.divImg {
		position: relative;
		text-align: center;
		font-size: 1.2em;
	}
	.divImg a {
		font-size: 0.7em;
		cursor: pointer;
		text-decoration: none;
		color: blue;
	}
	#slider, #div_control {
		display: none !important;
	}
	#id_Social {
		margin-top: -30px !important;
	}
}

@media only screen and (min-device-width : 481px) and (max-device-width
	: 700px) {
}

@media only screen and (min-device-width :700px) {
	.pictureText {
		position: absolute;
		bottom: 2px;
		width: 60%;
		left: 20%;
		border: 1px dashed black;
		background-color: rgba(200, 205, 30, 0.8);
		text-align: center;
	}
	.pictureTextUp {
		position: absolute;
		font-family: "comic sans ms", sans-serif;
		top: 0px;
		width: 60%;
		left: 20%;
		text-align: center;
		background-color: rgba(200, 205, 30, 0.8);
		text-align: center;
	}
	.midText {
		top: 40% !important;
	}
	.pictureText1 {
		background-color: rgba(200, 100, 200, 0.8);
		color: white;
	}
	.pictureImg {
		border-radius: 25px;
		/* width:60%; */
	}
	.divImg {
		position: relative;
		text-align: center;
		font-size: 1.2em;
	}
	.divImg a {
		font-size: 0.7em;
		cursor: pointer;
		text-decoration: none;
		color: blue;
	}
}