.listbar {
	position: fixed;
	z-index: 1003;
	width: 70px;
	height: 31px;
	top: 27%;
	right: 8%;
	text-align: right;
	font-size: 10pt;
}
.listbar a {
    text-align: center;
    display: inline-block;	
	width: 70px;
	height: 31px;
	position: relative;
	font-size: 10pt;
	transition: linear 0.3s;
}
.u_view_title { 
	font-size: 16pt;
	font-weight: bold; 
	margin: 15px;
}
.u_view_subtitle  {
	font-size: 14pt;
	font-weight: bold;
	margin-bottom:10px;
}
.u_btn_viewback {
	margin-top: 5px;
	display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
	float : right;
}
.pager li {
	margin-right: 50px;
	margin-left: 50px;
}
/* reader-view style */
.u_view_readerInput .panel .panel-heading {
	padding-left: 40px;
    color: #fff;
    background: #616161;
	font-size: 14pt;
}
.u_view_readerInput .btn  i{
	font-size: 15pt !important;
}
.u_view_readerInput .input-group-addon{
	min-width: 44px;
}
.u_view_readerInput i{
	font-size: 13pt;
}
.u_readerI_block{
	margin-top: 15px;
	float: left;
}
.u_readerI_block a {
	margin-top: 34px;
	margin-left: -2px;
}
.u_cpatcha_block {
	min-height: 70px;
	max-width: 300px;
}
#image_captcha {
	display: inline-block;
	height: 70px;
	width: 250px;
}
.u_btn_readerI {
	width: 100%;
	color: #616161;
	background-color : #eee;
	margin-top:5px;
}
.u_btn_readerI:hover{
	transition: all 0.5s ease-in-out;
	background-color: #616161;
	color: #fff;
}
.u_serial_block {
	padding: 0% 3% 1% 3%; 
}
.u_serial_label{
    padding: 0.5% 1%;
    text-align: center;
	border-radius: 3px;
    background-color: #616161;
    color: white;
    font-size: 12pt;
    font-weight: bold;
}
.u_serial_container{
	padding: 0px 2%;
}
.u_serial_container div{
	padding: 3px 4px;
}
.u_serial_container div:hover{
	background: #eee;
}
.u_list_categName {
    padding: 0 5px;
    color: #397ecc;
}
/*responsive display*/
@media (max-width:767px) {
 .u_view_container_xs {
	padding:0 !important;
 }
 .pager li {
	margin-right:5px;
	margin-left:5px;
}
}
@media (max-width:365px) {
 .u_readerI_block a {
    margin-top: 0px;
 }
}
.u_serial_block_serials {
	text-align:left;
}