/*
	Otak Otaku
	Author: Dedy F. Setyawan
*/
.popover_otaku{
	min-width: 450px;
	height: 258px;
}
.popover_otaku > .popover-title{
	display: none;
}
.popover_otaku > .popover-content{
	padding: 0px;
	padding-bottom: 10px;
	height: 100%;
}
.popover_otaku .pop_content{
	float: left;
	height: 100%;
	width: 100%;
	padding: 5px 10px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.popover_otaku a, .popover_otaku a:hover, .popover_otaku a:focus, .popover_otaku a:active{
	color: #333 !important;
}
.popover_otaku .pop_img{
	float: left;
}
.popover_otaku .pop_img > img{
	margin-top: -1px;
	height: 100%;
	position: absolute;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	max-width: 41%;
	object-fit: cover;
}
.popover_otaku .pop_img > .pop_tipe_anime{
	position: absolute;
	background-color: #fff;
	padding: 5px 7px;
	font-size: 0.7em;
	right: -1px;
	top: 4px;
	border: 1px solid #ddd;
	border-right-color: transparent;
	font-weight: 600;
}
.popover_otaku .pop_sinopsis{
	height: 160px;
	overflow: hidden;
	margin-bottom: 12px;
}
.popover_otaku .pop_detail{
	width: 100%;
	float: left;
}
.popover_otaku .pop_detail > .pop_skor{
	width: 64px;
}
.popover_otaku .pop_skor{
	border: 1px solid #ddd;
	float: left;
	margin-right: 3px;
}
.popover_otaku .pop_skor > .pop_skor_data{
	text-align: center;
	font-weight: 600;
	padding: 5px 0px;
	font-size: 1.4em;
	opacity: 0.9;
	border-bottom: 1px solid #ddd;
}
.popover_otaku .pop_skor > .pop_skor_user{
	text-align: center;
	padding: 3px 0px;
	opacity: 0.8;
}
.popover_otaku .pop_skor_user > span{
	font-size: 0.8em;
}
.popover_otaku .pop_info{
	float: left;
	width: calc(100% - 70px);
	border: 1px solid #ddd;
	padding: 4px 8px;
}
.popover_otaku .pop_info > div{
	font-size: 0.8em;
	margin-bottom: 3px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.popover_otaku .pop_des{
	max-height: 100px;
	overflow: hidden;
	margin-bottom: 12px;
}
.popover_otaku .pop_list{
	float: left;
	width: 100%;
}
.popover_otaku .pop_list > .pop_list_con{
	float: left;
	max-height: 40px;
	overflow: hidden;
	margin-bottom: 4px;
	width: 100%;
}
.popover_otaku .pop_list > .pop_list_con > img{
	float: left;
	width: 36px;
	max-height: 51px;
	margin-right: 4px;
	text-align: center;
	border: 1px solid #ddd;
}
.popover_otaku .pop_list > .pop_list_con > .pop_list_con_judul{
	float: left;
	width: calc(100% - 46px);
	font-size: 0.9em;
}
.popover_otaku .pop_list > .pop_list_con > .pop_list_con_meta{
	float: left;
	width: calc(100% - 46px);
	font-size: 0.8em;
}
.popover_otaku .pop_list > .pop_list_con > .pop_list_con_d{
	float: left;
	width: calc(100% - 84px);
	font-size: 0.9em;
}
.popover_otaku .pop_list_con_d > .pop_list_con_h1{
	float: left;
	font-size: 0.9em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
}
.popover_otaku .pop_list_con_d > .pop_list_con_m1{
	float: left;
	font-size: 0.8em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
}
