@font-face {
	font-family: 'BYekan';
	src: url('fonts/BYekan.eot@#') format('eot'),
	url('fonts/BYekan.ttf') format('truetype'),
	url('fonts/BYekan.woff') format('woff');
}
a img{
	border:none;
}

body { 
	font:13px 'BYekan',tahoma;
	/*font:11px tahoma, Arial, Helvetica, sans-serif;*/
	background:white;
	direction:rtl;
}
/*opac main page*/

.navbar-brand {
	padding: 0px 0px;
}

#appopac {
	padding:0;
	margin:0;
}
#opac_header{
	/*left: 0;*/
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}
#opac_header {
background: #f5f5f5;
background: -moz-linear-gradient(top,#fafafa,#f5f5f5);
background: -webkit-linear-gradient(top,#fafafa,#f5f5f5);
background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fafafa),color-stop(1,#f5f5f5));
background: linear-gradient(top,#fafafa,#f5f5f5);
border-bottom: 1px solid #eee;
color: #444;
min-height: 44px;
padding: 14px 65px 13px 0px;
}
#opac_header h1, #opac_header h2 {
float: right;
font-size: 32px;
font-weight: 300;
line-height: 1.375;
margin: 0;
padding-right:50px;
}
	
#header-nav-x{
	padding-right: 35px;
	position: fixed;
	top: 70px;
	width: 100%;
	height: 35px;
	z-index: 999;
	background-color:white;
	border-bottom: 1px solid #CCCCCC;/*#eee;*/
	box-shadow: 0px 1px 2px #CCCCCC;
	-webkit-box-shadow: 0px 1px 2px #CCCCCC;
	-moz-box-shadow: 0px 1px 2px #CCCCCC;
}
#header-nav-x ul {
	padding: 0px 60px;
	list-style: none;
	margin: 0;
	position: relative;
}
#header-nav-x a, ##header-nav-x li a {
display: block;
margin: -6px 0;
padding: 6px 0;
}
#header-nav-x  li {
float: right;
font-size: 14px;
line-height: 1.43;
margin: 0 20px 0 0;
padding: 6px 0;
text-shadow: 0 -1px 0 transparent;
}

input,
textarea,
select{
  display: inline-block;
  padding: 4px;
  margin-bottom: 9px;
}

input[type=checkbox], input[type=radio]{
	margin-left:10px;
	margin-right:10px;
}
/*input,
textarea,
select{
  display: inline-block;
  height: 28px;
  padding: 4px;
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 18px;
  color: #555555;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: tahoma;
}
input,
textarea{
  margin-left: 0;
}
 input,
textarea {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
input:focus,
textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0;
  outline: thin dotted \9;
  

}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}*/

/**********************************************/
#connection {
		width:170px;
		left:65px;
		top:2px;
		float :left;
		position: absolute;
		/*font-weight: bold;*/
	}
#connection form {
		margin-bottom:0;
	}
#connection a.menu-open {
	background: #ddeef6!important;
	color: #666!important;
	outline: none;
}	
#connection a.signin {
	background: #88bbd4;
	padding: 4px 6px 6px;
	text-decoration: none;
	color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	float: left;
}
a.signin span {
	background-image: url("images/toggle_down_light.png");
	background-repeat: no-repeat;
	background-position: 0% 50%;
	padding: 4px 0px 6px 16px;
}
a.signin {
	position: relative;
	margin-left: 3px;
}

#signin_menu {
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	display: none;
	background-color: #ddeef6;
	position: absolute;
	width: 250px;
	z-index: 100;
	border: 1px transparent;
	text-align: right;
	padding: 12px;
	top: 23px;
	left: 2px;
	margin-top: 5px;
	margin-left: 0px;
	color: #789;
}

a.signin.menu-open span {
	background-image: url("images/toggle_up_dark.png");
	color: #789;
}
#signin_menu input[type=text], #signin_menu input[type=password] {
display: block;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border: 1px solid #ACE;
font-size: 13px;
margin: 0 0 5px;
padding: 5px;
width: 203px;
}
#home-icon {
background-image: url('images/home.gif');
background-repeat: no-repeat;
display: inline-block;
height: 16px;
margin-top: 2px;
margin-right: 5px;
vertical-align: top;
width: 16px;
}
#search-icon {
background-image: url('images/search.gif');
background-repeat: no-repeat;
display: inline-block;
height: 17px;
margin-top: 2px;
margin-right: 5px;
vertical-align: top;
width: 17px;
}

/**********************************************/

#intro {
	position:absolute;
	top:200px;
	left:40px;	
	width:144px;
}

#s_rslt{
	padding-bottom:100px;
	margin-right:20px;
	
	}	
	
	#map_link_return{
		z-index:2000;
		position:absolute;
		left:30px;
		top:19px;
		width:140px;
		height:115px;
	}

#library_intro {
	margin-bottom:10px;
	background:white url('images/menu_middle.png') repeat-y;	
}
	#library_intro h3{
		background-image:url('images/menu_top.png');	
		background-repeat:no-repeat;
		padding:10px 5px 5px 15px;
		font-size:12px;
		color:#222;
		font-weight:bold;
		margin:0;
		text-decoration:underline;
	}
	#library_intro ul {
		list-style-type:none;
		padding: 0;
		margin: 0;
	}
	#library_intro li {
		margin:4px 0;
		text-indent: 0px;
	}
	#library_intro li a{
		background:#E0E0ff url('images/bullet2.png') no-repeat 4px 6px;
		padding:2px 5px 3px 15px;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		text-decoration:none;
		display:block;
		width:110px;
	}
	#library_intro li a:hover {
		color:#000;
		background:#ffffff url('images/bullet2.png') no-repeat;
		background-position:6px 6px;
		padding-left: 17px;
		padding-right: 3px;
	}
	
	#library_intro .p1{
		text-indent:14px;
		margin:0 5px;
		padding-bottom:2px;
	}
	#library_intro .p2{
		text-indent:16px;
		background-image:url('images/menu_bas.png');
		background-position:bottom left;
		background-repeat:no-repeat;
		padding:10px 10px 21px 10px;
	}
	#library_intro .p2 img{
		width:auto!important;
		width:100px;
		max-width:100px;
		overflow:hidden;
	}
		
#all_footer {
	position:absolute;
	top:460px;
	padding-left:10px;
	left:65px;
}

	#main {
		display: block;
		padding: 30px 80px 0 80px;
		
		margin:0;
		margin-left:0px;
				
		
	}
	/* #inner_main_div{
		min-height:500px;
		height:auto!important;
		height:500px5;
		margin:0;
		padding-bottom:60px;
		margin-right:0px;
	}*/
	#container{
		-moz-box-shadow: 0 0 35px rgba(0,0,0,.4);
		-webkit-box-shadow: 0 0 35px rgba(0,0,0,.4);
		box-shadow: 0 0 35px rgba(0,0,0,.4);
		margin : 110px 15px 0px 10px;
		clear: both;
		padding: 10px 0px 10px 0px;
		min-height:500px;
		/*height:auto!important;*/
		/*padding-right: 0px;*/
		    /*margin: 0 auto;*/
	}
	.container{
		display:table;
		width: 98%;
	}
	/*add for ie support*/
	.nav-tabs > li {
		float:none;
		display: table-cell;
		width: 1%;
	}

	/*.row{
		height: 100%;
		display: table-row;
	}*/	
	.row.like-table-row { display: table-row; height: 100%;}
	.row.like-table.row > div { display: table-cell; vertical-align: middle; border: 1px solid #000; }	
	h3 { 
		margin-top:15px;
		margin-bottom:10px;
		font-size:14px!important;
		color:#555577;
	}

	#main h3 { 
		margin-top:15px;
		margin-bottom:10px;
		font-size:14px;
		color:#555577;
	}

	#main h3 span {
		font-size:14px;
		color:#555577; 
	}

    #main  #search_crl {
    	clear:both;
    	}      

.div_clr {
    	clear:both;
    	}  

	#location {
		clear:both;
	}

	/*#search, #tabs_list {
		margin-top:10px;
    	padding:5px;
    	background:white url('images/p_top.png') repeat-x;
    	margin:40px 0;
		border:1px solid #A8AEBC;
		width:100%;
				
		
	}
	
	#search ul.search_tabs, #tabs_list ul.list_tabs{
		margin:0;
		padding:0;
        list-style:none;
        clear:right;
        height:24px;
		

	}
	
	#tabs_list{
		margin-top:40px;	
	}
	#search ul.search_tabs li, #tabs_list ul.list_tabs li{
		position:relative;
		top:-24px;
		float:right;
       	margin-right:2px;
		margin-bottom:0px;
       	height:19px;
		padding:0px 2px;
	}
	/*#search input, #search select {
		border: 1px solid #A8AEBC;
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
		margin-top:2px;
	}
	
	#search p{position:relative; top:-10px;padding-bottom:20px;}
	#search form{position:relative; top:-20px;}
	#search #s_srch_zone{position:relative; top:10px;}
	#search ul.search_tabs li a,  #tabs_list ul.list_tabs li a{
		text-decoration:none;
		font-weight:normal;
		background:#eee;
		border:1px solid #A8AEBC;
		padding:2px 7px 2px 7px;
		color:#222;
		-moz-border-radius-topleft:6px;
		-moz-border-radius-topright:6px;
		-webkit-border-top-left-radius:6px;
    	-webkit-border-top-right-radius:6px;
		position:relative;
		top:-1px;
		height:20px;
		display:block;
		width:140px\9;
		text-align:center\9;
	}
	#search ul.search_tabs li a:hover,  #tabs_list ul.list_tabs li a:hover{
		top:-5px;
		padding:4px 7px -1px 7px;
		background:#F19C12;
		border-color:#555;
	}     
	#search ul.search_tabs li#current, #tabs_list ul.list_tabs li#current{
		font-weight:bold;
		border:1px solid #A8AEBC;
		padding:2px 7px 0px 7px;
		margin:0 4px 0 2px;
		color:#222;
		background:#CDE41A;
		-moz-border-radius-topleft:6px;
		-moz-border-radius-topright:6px;
		-webkit-border-top-left-radius:6px;
    	-webkit-border-top-right-radius:6px;
		top:-28px;
		    height: 24px;
	}
	
	#search ul.search_tabs li#current a, #tabs_list ul.list_tabs li#current a {
		font-weight:bold;
		border:none;
		margin-top: -4px;
		color:#222;
		background: none;
	}
	#search ul.search_tabs li#current a:hover, #tabs_list ul.list_tabs li#current a:hover {
		margin-top: -1px;
	}
	
	.search_dico {
		
	}
	*/
	#aut_see {
		background: rgba(231,228,157,0.25);
		color: rgba(0,0,0,0.65);
		font-style: italic;
		border-color: rgba(231,228,157,0.15);
		border-style: solid!important;
		border-width: 5px!important;
		margin-bottom: 1.286em;
		padding: .75em 15px;		
	}
	#aut_see h3{font-size:13px;padding-left:10px}
	#aut_see ul, #aut_details ul{list-style-type:none;padding:10px}
	#aut_see a{color:#222;}
	#aut_see a:hover{color:#000;}

	#navigator {
		display:table;
		margin:-25px 0 0 100px;
		z-index:200;
		position:relative;
	}
	#navigator strong { display:none;}

	#navigator td {
		padding-right: 10px;
		text-align: center;
		font-size: 11px;
		font-weight: italic;
	}
	#navigator a{text-decoration:none;color:#23338f;}
	#navigator a:hover{text-decoration:underline;}

/* add information to display subj_head */
div.row_categ {
 display: block;
 clear: left;
}

#subj_head {margin-bottom:30px; }
	
#subj_head h1  
	{ }
#subj_head h3 {
	margin:0px;
	margin-top:0px;
	padding-left:5px;
	font-size:20px;
	font-weight:bold;
	color:#999;
	}	

#subj_head a {
	color:#999;
	text-decoration:none;
}

#subj_head A:hover {
	color:#111;
	text-decoration:underline;
}

/* add information to display subj_head */
#subj_head-container {
	padding:20px 0 0 10px;
	display:block;
	padding-bottom:5px;
	border:1px solid #A8AEBC;
	background:white url('images/p_top.png') repeat-x;
}

div.category {	
	color:white;
	padding:2px;
}
		
#subj_head-container h2 {
	font-size:13px;
	color:white;
}
		
#subj_head-container h2 {
	font-size:12px;
	padding-bottom :0px;
	padding-left:25px;
	color:#333;
	background-image: url('images/folder.png');
	background-repeat:no-repeat;
	margin:3px 0;

}

#subj_head-container h2 img {display:none;}
#subj_head-container h2 a {color:#333;}
#subj_head-container h2 a:hover {color:#333;}
#subj_head-container ul {margin:2px;padding:0;}
#subj_head-container li  {display: inline;}
#subj_head-container li a {text-decoration:none;color:#777;}
#subj_head-container li a:hover {text-decoration:underline;color:#555;}
#subj_head-container li:after  {content: " - "; }

#subj_head ul.search_tabs {
	list-style-type:none;
	position:relative;
	top:-20px;
	margin:0 0 0 120px;
	padding:0;
}	

#subj_head ul.search_tabs li{
	float:right;
	background:#eee;
	padding: 2px 5px;
	margin-left:5px;
	border: 1px solid #A8AEBC;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	-webkit-border-top-left-radius:6px;
    -webkit-border-top-right-radius:6px;
    height:15px;
}
#subj_head ul.search_tabs li:hover {
	background-color:#F19C12;
	border-color:#555;
}
#subj_head ul.search_tabs li#current:hover {
	background-color:#CDE41A;
	border-color:#A8AEBC;
}
#subj_head ul.search_tabs li a{
	color:#4f5f88;
}
#subj_head ul.search_tabs li a:hover{
	color:#000;
	text-decoration:none;
}
#subj_head ul.search_tabs li#current{
	color:#000;
	font-weight:bold;
	background-color:#CDE41A;
}

/* Page layout of display columns of search 
   by authors, publishers, series , sub-series and subj_head */
.categ_column {
}
/* reset of  widths #subj_head */
/* after a float: left; the next block element must have attribute clear: both selects to avoid a bug in display */

#last_entries { clear:both; }

#shelves { clear:both; }

#pageHeader 
	{ }

#band { 
	position:absolute;
	clear:both;
	top:4px;
	right:38px;
	padding:5px;
	text-align:right;
	width:100%;
}
#band input, #band select{
	background:white;
	border:1px solid #999;
	margin-bottom:2px;
	font-size:11px;
	font-family : tahoma, Arial, Helvetica, sans-serif;
	font-size : 11px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	}
	#band div {
		padding-left:5px;
		padding-right:5px;
	}
	
	#band h3 {
		font-weight:bold;
		font-size:11px;
	}

	#band p.centered {
		text-align:center;
	}

	#band span {
		font-size:9px;
	}
		
	#band h3 span {
		font-size:11px;
	}
	#band li {}
	#band #address, #band img, #band h3, #band label{display:none;}
	
	
.opac_sel_lang{
	float: right;
	padding: 0 50px 0 0;
}
.footer_date{
	float: left;
	padding: 0 0 0 24px;
}	
	

#footer {
	background-color:#f1f1f1;
	bottom:-10px;
  	border-top: 1px solid #eee;
	text-align: center;
	margin-left:5px;
	display: block; 
}
#footer .container_links{
	margin:0 78px;
}
#footer .links{
	display:block;
	width:100%;

	position:relative;
	top:-18px;
}
#footer a {
	color:#444;
	padding-left:10px;
	text-decoration:none;
}

#footer a:hover {color:#000;}
#footer_coin_left{
	position:absolute;
	left:0px;
}
#footer_coin_right{
	position:absolute;
	right:0px;
	right:-1px\9;
}
#footer .link_app_footer{display:none;}
#rss{
	padding-bottom:80px;
	margin-bottom:20px;
	background:white url('images/chronomontage.png') no-repeat 50% bottom;
}

#record 
	{  }

	#record h3
	{ }
		
	#record span 
	{ }

/*                            BALISES HTML                                    */
/*  stylesheets applied a tag without classes specified IDs */
A 	{
	color: #2a308d;
	text-decoration: none;
	
	/*--CSS3--*/
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

A:hover {
	color: #f7110f;
	text-decoration: underline
	}

.categmouseout {
	border: solid 2px #555555;
	background-color: #fff;
	color: #000000;
	position: absolute;
	visibility:hidden;
	z-index: 2000;
}

.categmouseover {
	border: solid 2px #555555;
	background-color: #fff;
	color: #000000;
	position: absolute;
	visibility:visible;
	z-index: 2000;
	margin-top: 2px;
}

.Listdescription {
	border: solid 2px #555555;
	background-color: #fff;
	color: #000000;
	position: absolute;
	visibility:hidden;
	z-index: 2000;
}

table{
	width:100%;
}
td {
	font-size : 12px;	
	}
/*table{
	border-collapse:collapse;
	margin: 10px 0;
	width:100%;
}

tr
	{ }

th { 
	text-align: right ;
	background-color: #FFaF4c;
}

td {
	font-size : 14px;	
	}

td.prog_bar
	{	}

td.visible
	{ }

td.visible-centered
	{ }

tr.even {
	background: #E0E0ff;
	}
tr.highlighted {
	background: #CDE41A;
	}
tr.odd
	{ }
*/

/*  GENERIC CLASSES : stylesheets applied to classes of tags                        */
/* for various displays simple text   */

.row
	{ clear: both; }

.right,
.right-50,
.right-15,
.right-85 
	{	float: right; }

.right-50 {	width: 50%; }

.right-15 {	width: 15%; }

.right-85 {	width: 85%; }


.right-clear-right,
.right-50-clear-right
	{	float: right;
		clear: right; }

.left-clear-left,
.left-50-clear-left
	{	float: left;
		clear: left; }

.left,
.left-50,
.left-15
	{	float: left;}

.left-50
	{	width: 50%;}

.left-15
	{	width: 15%;}

.left-85
	{	width: 85%;}

.spacer
	{	clear: both;
		visibility: hidden;
		display: none;
		margin-bottom: -10px;
		margin-top: -10px; }

.p1 {	}
/*search input box*/	

.parent-background {
	}

.article-background {
	}
	
/*select, textarea{
		border:1px solid #ccc;
		background:white;
		font-family:tahoma;
	}
input.btn ,.search_btn {
		background-color: #4173c9;
		background-image: -moz-linear-gradient(top,#5e8ee4,#4173c9);
		background-image: -webkit-linear-gradient(top,#5e8ee4,#4173c9);
		background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#5e8ee4),color-stop(1,#4173c9));
		background-image: linear-gradient(top,#5e8ee4,#4173c9);
		border: 1px solid #fff;	
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		color: #fff;
		cursor: pointer;
		display: inline-block;
		font-family: tahoma;
		font-size: 13px;
		
		line-height: 0.8;
		padding: 7px 12px;
		text-align: center;
		text-shadow: 0 -1px 0 rgba(0,0,0,.08);
}*/
	
input.imp_btn {
	padding-left:3px;
	padding-right:3px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background-color:#CC2E2E;
	color:white;
}

input.imp_btn:hover {
	border-color : white;
}
input[disabled].btn:hover {
	background-color:white;
	color:grey;
}


input.number_page 
	{ }

ul#tabs_isbd_public {
    list-style-type: none;
    padding-bottom: 24px;
    border-bottom: 1px solid #aaaaaa;
    margin: 0;
    padding-left:2px;
}

ul#tabs_isbd_public li {
    float: left;
    height: 23px;
    margin: 2px 2px 0 2px;
	font-size: 10px;
    border: 1px solid #aaaaaa;
	border-bottom: 0px;
    background-color: #EEEEEE;
    -moz-border-radius-topleft:5px;
    -moz-border-radius-topright:5px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
}

ul#tabs_isbd_public li.isbd_public_active {
    background-color: #CDE41A;
}

ul#tabs_isbd_public a {
    float: left;
    display: block;
    color: #666;
    text-decoration: none;
    padding: 4px;
    cursor: default ;
}

ul#tabs_isbd_public li.isbd_public_inactive a:hover {
    background: #FFF;
    cursor: pointer ;
    -moz-border-radius-topleft:5px;
    -moz-border-radius-topright:5px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    }

ul#tabs_isbd_public li.tab_basket,
ul#tabs_isbd_public li.tab_basket a {
    border: none;
	background:none;
    cursor: pointer ;
	width:25px;
	}

ul#tabs_isbd_public li.tab_tags,
ul#tabs_isbd_public li.tab_tags a {
    border: none;
	background:none;
    cursor: pointer ;
	text-decoration:underline;
	}

/* columns */
.column2 {
  float: right;
  width: 50%;
}

.column_suite {
  float: left;
}

.bg-grey {
  background-color: D3BDEF;/*#D8D8F7;/*#E0E0ff;#F7E0DE;#FACAC4;rgba(0,0,0,.2);#FAEAEA;*/
  vertical-align:top;
  border-bottom: 1px solid #fff;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
}

/* shelves */
.shelf {
	background:white url('images/separator.png') repeat-x bottom;
	padding-bottom:10px;
	margin-top:20px;
	margin-right:0px;
}

#shelf-title h1 {
	font-size : 13px;
	margin-bottom:0px;
	border-bottom : 1px dotted #999;
	padding:0px 0 0px 15px;
	background:#FFFFFF url(images/Bookshelf-40x201_6.png) no-repeat 3px 5px;
}
#shelf-title h1 a {
	color:#333;
	text-decoration:none;
}
#shelf-title h1 a:hover {
	color:#222;
	text-decoration:underline;
}

#shelf-title a {
}
.shelf_cmnt  {
	font-size:11px;
	color:#B0AEAE;
	text-align:center;
	font-style:italic;
	position:relative;
	margin-right: 20px;
}

#shelf-record-list {
	padding-left:5px;
	background:white;
}


/* navigation bar */


.list_perd_issue {
    padding-left: 3px;
    padding-right: 3px;
    	}  
.record-header {
    font-family: tahoma, helvetica, arial, geneva, sans-serif;
	text-decoration: none;
    font-size: 11px;
    font-weight: bold;
	padding-top:5px;
}
.parent-record {
    font-family: tahoma, helvetica, arial, geneva, sans-serif;
    color: #000000;
    margin-left: 0px;
    font-size: 8pt;
    text-decoration: none;
	margin-top : 15px;
}
.img_plus {
	background-color: #ffcc00;
}

.child-record {/*access num holding under record show*/
    font-family: tahoma, helvetica, geneva, sans-serif;
    margin-left: 25px;
    width: 100%;
    padding-left: 4px;
    padding-right: 4px;
    text-align: right;
    border-style: solid;
    border-width: 1px;
    border-color: #c0c0c0;
	border-top-style: none;
    
}

.child-record td.bg-grey{
	width:20%;
	min-width:150px;
	padding-right: 0.2em;
}

.child-record h3 {
	margin-bottom: 0px!important;
}

.child-record table {
	margin-bottom: 0px;
}

.child-record  {
	margin-top: 0px;
	margin-bottom: 10px;
}
table.table-by-border, .copy-list {
	width: 100%;
	border-collapse: collapse;
	margin: 10px 0 20px 0;
	box-shadow: 0 1px 2px #D1D1D1;
	border: 1px solid #CCC;
	border-radius: 3px;
	color: #333;
	font-weight: normal;
	font-size: 13px;
}
table.table-by-border th {
	background: #E0E0E0;
	color: #666;
	padding: 15px;
	font-size: 14px;
	font-weight: normal;
	border-bottom: 1px solid #E0E0E0;
	/* border-top: 1px solid #FAFAFA; */
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(240,240,240,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 );
}
/*td.DigiDoc {
	font-size: x-small;
	border: 0px solid #e5e5e5;
	height: 130px;
	width: 20%;
}
.digcopy_type {
	font-size: 12px;
	word-wrap: normal;
	background-color: #f5f5f5;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	height: 30px;
	bottom: 0;
	position: absolute;
	width: 100%;
	font-weight: bold;
	color: #777;
}
td.DigiDoc>div {
	text-align: center;
	padding: 15px 0 0 0;
	border: 1px solid #e5e5e5;
	height: 118px;
	position: relative;
}*/
table.table-by-border td {
	padding: 10px 15px;
	border: 1px solid #E0E0E0;
}
.heada {
    font-family: tahoma, helvetica, arial, geneva, sans-serif;
	text-decoration: none;
    font-weight: bold;
}
.parent {
    font-family: tahoma, helvetica, arial, geneva, sans-serif;
    color: #000000;
    margin-left: 0px;
    text-decoration: none
}
.child {
    font-family: tahoma, helvetica, geneva, sans-serif;
    margin-left: 25px;
    width: 98%;
    padding-left: 4px;
    padding-right: 4px;
    text-align: justify;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #c0c0c0;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #c0c0c0;
    border-right-style: none;
    border-top-style: none;
}


/* sdi_baskets */
#sdi_bask {
	background:#EEEEFF; 
	border:#cccccc 1px solid;
}

#sdi_bask-title h1 {
	background: url("links.png") top left;
	width:99%;
	margin:0px;
	padding:5px;
	font-size:13px;
	font-weight:bold;
}
#sdi_bask-title h1 a {
	color:#000000;
}

#sdi_bask-title a {
}

#sdi_bask-comment h2 {
	width:97%;
	text-align:right;
	font-style:italic;
	font-size:16px;
	color:#ffffff;
	margin:0px;
	padding:0px;
	margin-top:-3px;
	padding-bottom:5px;
}

#sdi_bask-record-list {
	padding-left:5px;

}

#sdi_bask-record-list A {
}
#sdi_bask-record-list A:hover {
}

/*.alert {
	color: red;
	font-size:14px;
	}*/

.opinion_scale {
	background-color: #eeeeee;
	padding: 7px;
	margin: 3px;
	border:1px solid #BBBBCC;
}

.text_search0 {
	background-color: yellow;
	text-decoration: underline;
}

.text_search1 {
	background-color: #dd9797;
	text-decoration: underline;
}

.text_search2 {
	background-color: #ddb397;
	text-decoration: underline;
}

.text_search3 {
	background-color: #cd97dd;
	text-decoration: underline;
}

.text_search4 {
	background-color: #97c2dd;
	text-decoration: underline;
}

.text_search5 {
	background-color: #97ddae;
	text-decoration: underline;
}

#title-popup {
		
		margin-top:5px;
		padding-top: 5px;
		padding-bottom: 5px;
		background:#CCCCEE;
		border:1px solid #BBBBCC;
		color: #fee064;
	}

.Fld_label {
	font-size: 12px;
	font-weight:bold;
	}

#websubscribe h1 {
	font-size : 13px;
	margin-bottom:15px;
	border-bottom : 1px dotted #999;
	padding:15px 0 4px 15px;
	background:#FFFFFF url(images/butterfly1.png) no-repeat -1px 1px;
}

.subsform {
	width:200px;
}

#websubscribe .error {
	color: #FF0000 ;
	font-size:13px;
	display: inline-block;
	width: 80%;
}

/*#borrower_tab {
 	margin:15px 0px 0px 0px;
 	    padding:0 10px;
 	    background:#fff url('images/p_top.png') repeat-x;
 	    border:1px solid #7F848F;
 	    border-bottom:none;
}

#borrower_tab ul.borrower_tabs{
	list-style:none;
	font-size:11px;
       clear:right;
       height:24px;
	position:absolute;
	margin-top:-22px;
	padding-left:15px;
}

#borrower_tab ul.borrower_tabs li{
	float:right;
	border:1px solid #7F848F;
	color:#9A9CA1;
	font-weight:bold;
	padding:0px 10px 0px 0px;
    height:20px;
	background:#eee;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	-webkit-border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	margin: 0 5px;
}

#borrower_tab ul.borrower_tabs li:hover {
	background-color:#F19C12;
}
#borrower_tab ul.borrower_tabs li a{
	display:table;
	float:right;
	text-decoration:none;
	font-weight:normal;
	color:#555;
	height:17px;
	padding:3px 0 0 10px;
}
#borrower_tab ul.borrower_tabs li a:hover{
   	color:#111;
   }
#borrower_tab ul.borrower_tabs li#current{
	float:right;
	border:1px solid #7F848F;
	color:#9A9CA1;
	font-weight:bold;
	padding:0px 10px 0px 0px;
    height:20px;
	background:#CDE41A;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	-webkit-border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
}

ul.borrower_subtabs{
	margin:15px 0 0 0;
	padding:0;
	list-style:none;
       clear:right;
}
*/
/*ul.borrower_subtabs li{
	border:1px solid #7F848F;
	margin:0 2px;
	display:inline;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background:url('images/borrower.png') right no-repeat #f3f3f3;
}

ul.borrower_subtabs li:hover {
	border:1px solid #53565D;
	color:#999;
	background:url('images/borrower_hover.png') right no-repeat #fff;
}

 ul.borrower_subtabs li a{
	text-decoration:none;
	padding-right:0px;
	margin:1px 7px;
	height:17px;
}

#tabs_list .list_tabs li#current a {
	border: none;
	background: none;
	top: 0;
	margin-top: 0px !important;
	color: #555555! important;
	font-weight: normal;
}

#tabs_list .list_tabs li#current a:hover {
	margin-top: -2px !important;
	color: #000000;
}

#sheet-borrower,#change-pwd,#borrower-all, #borrower-late, #borrower-old, #borrower-rsrv, #borrower-sdi, #borrower-sugg, #borrower-list, #brwr-rqst, .borrower_tab_content {
	padding:5px 12px 15px 12px;
	border: 1px solid #7F848F;
	border-top:none;
} 

*/

/*suggestion Multiple*/

.tab_sug{
	table-layout: fixed;
}

.tab_sug th, .tab_sug td{
	border:1px solid #CCCCCC;
	border-collapse:collapse;
	overflow:hidden;	
	vertical-align:center;
	text-align: center;
	padding: 0px!important;
}

.tab_sug  input, .tab_sug textarea{
   width:110%;
   height:110%;
   padding: 0px;
	margin-bottom: 0px;
}
.tab_sug select{
	width:100%;
}

.error_input {
	background-color: #ff0000;
}

/***********************
 * carousel newsletter *
 ***********************/
.carousel_Perd_Iss{
	text-align : center;
	/*border : 1px solid black;*/
}

.carousel_Perd_Iss .active{
	border : 1px solid black;
	cursor : pointer;
}

.carousel_Perd_Iss .current_PerioIss_carousel{
	border : 1px solid black;
	font-weight : bold;
}

.authorities{
	background : #A8A8A8;
}

.thumbnail_img {
  max-width: 140px;
  max-height: 200px;
  /*width: expression(this.width > 140 ? "140px" : true);
  height: expression(this.height > 200 ? "200px" : true);*/
}

#search_tab {
 	margin:15px 0px 0px 0px;
 	    padding:0 10px;
 	    background:#fff url('images/p_top.png') repeat-x;
 	    border:1px solid #7F848F;
 	    border-bottom:none;
}

#search_tab ul.search_tabs{
	list-style:none;
	font-size:11px;
    clear:right;
    height:24px;
	position:absolute;
	margin-top:-22px;
	padding-left: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
}

#search_tab ul.search_tabs li{
	float:right;
	border:1px solid #7F848F;
	color:#9A9CA1;
	font-weight:bold;
	padding:0px 10px 0px 0px;
    height:20px;
	background:#eee;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	-webkit-border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	margin: 0 5px;
}

#search_tab ul.search_tabs li:hover {
	background-color:#F19C12;
}
#search_tab ul.search_tabs li a{
	display:table;
	float:right;
	text-decoration:none;
	font-weight:normal;
	color:#555;
	height:17px;
	padding:3px 0 0 10px;
}
#search_tab ul.search_tabs li a:hover{
   	color:#111;
   }
#search_tab ul.search_tabs li.current{
	float:right;
	border:1px solid #7F848F;
	color:#9A9CA1;
	font-weight:bold;
	padding:0px 10px 0px 0px;
    height:20px;
	background:#CDE41A;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	-webkit-border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
}


/* ---------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------*/
/*                               Social links                                */
/* ---------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------*/


table td div.addthis_toolbox {
	margin-bottom: 10px;
}

a.addthis_button_facebook_like iframe {
	height: 20px !important;
    width: 60px !important;
}

a.addthis_button_tweet iframe {
    width: 105px !important;
}


/* -----------------------------------------------------*/
/*                 periodical list                    */
/* -----------------------------------------------------*/


#perio_a2z {
	margin-top: 20px
}

#perio_a2z #perio_a2z_search {
	margin-top: 5px;
	margin-bottom: 10px;
	width: 50%;
}

table.a2z_contens {
	margin-top: 10px;
}

table.a2z_contens td {
	vertical-align: top;
}

table.a2z_perio_list {
	width: 220px;
	margin-right: 10px;
}

table.a2z_perio_list tr td {
    padding-bottom: 3px;
    padding-top: 2px;
}

#a2z_perio b .header_title {
	font-size: 16px;
	text-transform: uppercase;
}

#a2z_perio .navbar {
	margin-top: 10px;
}

input#a2z_abt_active {
	vertical-align: middle;
	margin-left: 2px;
	margin-right: 2px;
}

#form_search_PerioIss form {
	margin-top: 10px;
}

#form_search_PerioIss form table td {
	vertical-align: middle;
}




.index_help_nav_item img {
float: right;
margin: -8px;
}
.index_help_nav_item {
margin-bottom: 20px;
min-height: 85px;
}
.index_help_nav_item p {
margin-right: 110px;
min-height: 70px;
}
.index_help_nav_item h4{
	margin-right: 110px;
}
#frame_record_preview {
	display:none;
	border:2px solid #ddd;
	border-top:10px solid #ddd;
	/*-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;*/
	padding:10px;
	z-Index:1000;
	position:absolute;
	background: #eee;
	width:700px;
	height:550px;
}
/*#frame_record_preview {
	display: none;
	border: 2px solid #777799;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
	z-Index: 1000;
	position: absolute;
	background: #eee;
	width: 680px;
	height: 500px;
}*/

form.register fieldset.row1 {
	border:0;
	border-top: 1px solid #F1F1F1;
	padding: 5px;
	float: right;
	width: 48%;
	width: 100%;
	padding: 5px;
	float: right;
	margin-bottom: 15px;
}
form.register legend {
	color: #81A606;
	padding: 2px;
	margin-left: 14px;
	font-weight: bold;
	font-size: 14px;
	font-weight: 100;
}

form.register fieldset.row2 {
	border:0;
	border-top: 1px solid #F1F1F1;
	border-left: 1px solid #F1F1F1;
	padding: 5px;
	float: right;
	width: 48%;
}
form.register fieldset.row3 {
	border:0;
	border-top: 1px solid #F1F1F1;
	padding: 5px;
	float: right;
	margin-bottom: 15px;
	width: 48%;
}
#facet{
    max-height: 300px;
    overflow-y: scroll;
	overflow-x: hidden;
}
.col-md-3  h3{
	display: block;
	margin: 0px;
	height:25px;
	padding-top: 3px;
    padding-bottom: 3px;
	text-align:center;
	margin-bottom: 5px;
}

/*.LeftBand{
	width: 170px;
    padding-left: 10px;
    background-color: #ffffff;
    float: left;
    margin-top: 220px;
	top: 0;
    position: absolute;
    left: 50;
	}*/
	
.no_brd{
	border: none;
	padding: 0px 20px;
}	
.nav {
	padding-right: 0;}
.sm_hdg{
	height: 30px!important;
}	
.sm_hdg h5{
	color:cornflowerblue!important;
	margin-top: 0px!important;
}
.sm_pn {
	padding: 0px 0px 0px 0px;
}
.btn{
	top: 0px;
}
.bs_row{
	margin-right: -15px;
	margin-left: -15px;
}
.row{
	margin-right: 0px!important;
	margin-left: 0px!important;
	margin-bottom: 3px;
}
.tab-pane{
	margin-right: 15px!important;
	margin-left: 10px!important;
}
#facet_wrapper{
	margin-right: 2px;
    margin-left: 5px;
}
.container-fluid {
	padding-top: 7px;
}
.tooltip {
    font-family: tahoma;
}
.left_bt{
	margin-left: 10px;
    margin-bottom: 10px;
}
.navbar{
	padding: 10px;
	min-height:45px;
}
hr.faded {
  clear: both; 
  float: none; 
  width: 100%; 
  height: 1px;
  margin: 1.4em 0;
  border: none; 
  background: #ddd;
  background-image: -webkit-gradient(
      linear,
      left bottom,
      right bottom,
      color-stop(0, rgb(255,255,255)),
      color-stop(0.1, rgb(221,221,221)),
      color-stop(0.9, rgb(221,221,221)),
      color-stop(1, rgb(255,255,255))
  );
  background-image: -moz-linear-gradient(
      left center,
      rgb(255,255,255) 0%,
      rgb(221,221,221) 10%,
      rgb(221,221,221) 90%,
      rgb(255,255,255) 100%
  );
}
/*#lvl1{
	margin-top:-40px;
}*/
.list-group-item {
	padding-top: 0px!important;
	height: 35px;
}
.form-contents label{
	color: black;
}
.nav>li>a {
	padding: 5px 10px;
}
.make_sugg  .input-group{
	width: 95%;
}
.panel.with-nav-tabs .panel-heading {
    padding: 5px 5px 0 5px;
	line-height: 2;
}
.panel.with-nav-tabs .nav-tabs {
    border-bottom: none;
}
.table thead{
	font-size: 12px;
}
.with-nav-tabs.panel-info .nav-tabs > li.active > a, .with-nav-tabs.panel-info .nav-tabs > li.active > a:hover, .with-nav-tabs.panel-info .nav-tabs > li.active > a:focus {
    color: #31708f;
    background-color: #fff;
    border-color: #bce8f1;
    border-bottom-color: transparent;
}
.with-nav-tabs.panel-info .nav-tabs > li > a, .with-nav-tabs.panel-info .nav-tabs > li > a:hover, .with-nav-tabs.panel-info .nav-tabs > li > a:focus {
    color: #31708f;
}
h4 {
	font-size: 13px;
	font-weight:bold;
	margin-top: 0px;
    margin-bottom: 0px;
	color:cornflowerblue!important;
}
label {    
    font-weight: bold;
	font-size: 10.5px;
}
.panel-primary h4{
	color:white!important;
}

.panel-title a:after {
    font-family:'Glyphicons Halflings';
    content:"\e113";
    float: right;
    margin: 0 0 0 4px;
}
.panel-title a.collapsed:after {
    content:"\e114";
}
.arrow:before {
	content: '';
	border-color: transparent transparent #EEEEEE transparent;
	border-style: solid;
	border-width: 10px;
	position: absolute;	
    border-top-width: 0;
    border-bottom-color: #E3E3E3;
	left: 97.6%;
	top: -10px;
	z-index: 0;
}
.well {
    position:relative;
}
.arrow{
	margin-top:10px
}
.digi-cell{
	text-align: center;
	padding: 0px 0px 5px 5px;
	width: 25%;
}
.nav  .glyphicon{
	padding: 0 0 0 2px;
}

.panel-primary .panel-heading li>a{
	color:#fff;
}
.panel-primary .panel-heading .active a{
	color:#337ab7;
}
.panel-primary li>a:hover{
	color:#337ab7;
}