
/* Content Search /// */

#reader #book .book-content-search {
	display: inline-block;
	width: 40%;
	min-width: 450px;
	max-height: 80%;
	left: 2px;
	font-size: 14px;
	background-color: #18222E;
	/*bottom: -60px;*/
	bottom: 0;
	-webkit-transform: translate3d(0,20px,0);
	-moz-transform: translate3d(0,20px,0);
	-ms-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
	opacity: 0;
	z-index: 0;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	transition-property: transform, opacity;
	-webkit-transition-duration: .5s, .5s;
	-moz-transition-duration: .5s, .5s;
	-ms-transition-duration: .5s, .5s;
	transition-duration: .5s, .5s;
	-webkit-transition-delay: 0s, 0s;
	-moz-transition-delay: 0s, 0s;
	-ms-transition-delay: 0s, 0s;
	transition-delay: 0s, 0s;
}
#reader #book .book-content-search:after {
	left: 137px;
	border-color: #18222E transparent;
}
#reader #book .book-content-search .bubble-header {
	height: 45px;
}
#reader #book .book-content-search .bubble-content {
	height: 0;
}
#reader #book .book-content-search .bubble-content.searchresult {
	height: 89%;
	height: calc(100% - 57px); 
}
#reader #book .book-content-search .bubble-footer {
	height: 12px;
}
#reader #book .book-content-search.visible {
	/*	60px if parent is #book*/
	/*bottom: 60px;*/
	/*	14px if parent is #bookarea*/
	/*bottom: 14px;*/
	-webkit-transform: translate3d(0,-60px,0);
	-moz-transform: translate3d(0,-60px,0);
	-ms-transform: translate3d(0,-60px,0);
	transform: translate3d(0,-60px,0);
	opacity: 1;
	z-index: 2;
}
#reader[data-isApp="true"] #book .book-content-search.visible {
	bottom: 7px;
}
/* Content Search Top */

#reader #book .book-content-search .book-content-search-wrapper {
	width: 70%;
	width: calc(100% - 120px);
	margin: 6px 0 3px 6px;
}
#reader #book .book-content-search .book-content-search-wrapper input[type="search"] {
	font-size: 14px;
}

/* //Content Search Top */

/* Content Search Main */

#reader #book .book-content-search .book-content-search-main {
	width: 100%;
	height: 100%;
}
#reader #book .book-content-search .book-content-search-item {
	padding: 0 10px;
	border: 1px #D6D6D6 solid;
	color: #18222E;
}
#reader #book .book-content-search .book-content-search-item-label {
	left: 0;
	right: 0;
	width: 80%;
	width: calc(100% - 65px);
	text-indent: 4px;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	white-space: nowrap;
}
#reader #book .book-content-search .book-content-search-item-pageno {
	float: right;
	padding-right: 5px;
	width: 20px;
	text-align: center;
}

/* //Content Search Main */

#reader #book .book-content-search .icon {
	display: none;
}
#reader #book .book-content-search.visible .icon:not(.button-search-cancel),
#reader #book .book-content-search.visible .custom-search input:valid + .button-search-cancel {
	display: inline-block;
}

/* /// Content Search */
