@charset "utf-8";
/* CSS Document tabs  */
/* tabs nav-tabs and surrounding widget */


#s-lg-guide-tabs-title-bar { border-top:none; }

.s-lib-jqtabs.ui-widget-content { border:0; }
.s-lib-jqtabs .ui-widget-header { background:none; border:none;  }

.s-lib-jqtabs .ui-tabs-tab.ui-state-default { 
  background:#eee none; 
  border-color:#ccc; 
  color:#000; 
  text-transform: uppercase; 
  text-shadow: 1px 1px 1px #fff;  
}

.s-lib-jqtabs div.tab-content { border:1px solid #ddd; }

.s-lib-jqtabs .ui-tabs-tab.ui-state-active { 
  background: #ad0000 none;
  border-color:#900000; 
  color:#fff; 
}

.s-lib-jqtabs .ui-tabs-tab.ui-state-active a.ui-tabs-anchor {
  color:#fff;   
  background-color:#ad0000; 
}


.s-lib-box-content .ui-tabs .ui-tabs-panel { 
  padding: 1rem; 
  border: 1px solid #ccc; 
}


.ui-tabs .ui-tabs-nav { 
  border-top:0; 
  border-left:0; 
  border-right:0; 
  padding:0; 
}

.ui-tabs .ui-tabs-nav


.s-lib-box-content .ui-widget, 
.s-lib-jqtabs .ui-corner-all,
.s-lib-jqtabs .ui-tabs-tab { 
  border-radius:0; 
}


.tab-pane { margin-top:1rem; }
#s-lg-side-nav-content .tab-pane { margin-top:0; }

.nav-tabs { border-bottom:none; display:flex; flex-wrap:wrap; }

.nav-tabs a { 
  text-decoration: none; 
  font-weight:bold; 
  white-space: nowrap; 
}

.nav-tabs>li>a { 
  border:none; 
  border-radius:0; 
  margin-right:0; 
}

#s-lg-guide-tabs .nav-tabs li { margin: 0 .3rem .3rem 0; }

/* SIDE-NAV */

#s-lg-tabs-container .nav-pills.nav-stacked > li > a.s-lg-tab-top-link {
	border-top-right-radius: 0; 
	border-bottom-right-radius: 0; 
	width:calc(100% - 2.9rem);
	}

.nav-stacked li.dropdown.open ul.s-lg-subtab-ul.dropdown-menu { position:relative; }

.nav-stacked .s-lg-subtab-ul a { white-space:normal; }

.nav-stacked .dropdown-open>li+li { margin-top:.5rem; }

.s-lg-tabs-side .nav li { line-height:1.3; }
.s-lg-tabs-side .nav li a { padding:.5rem 0; }

.s-lg-tabs-side .s-lg-boxnav .list-group-item { background-color:white;}

i.glyphicon.glyphicon-share-alt.new-page {font-size:smaller; }

/* PROFILES GUIDES BY LIBRARIAN */
#s-lg-profile-cols .btn-help-popover, 
#s-lg-profile-cols .s-lib-profile-div strong, 
#s-lg-profile-cols .s-lib-profile-contact a, 
#s-lg-profile-cols .s-lib-profile-social { display:none; }

#s-lg-profile-cols .s-lib-profile-container .label-info { 
  background-color:transparent;
  color:#000000; 
  text-shadow:none; 
  border:none;
  text-decoration: underline #ad0000; 
}

#s-lg-profile-cols .s-lib-profile-contact { text-align:center; }

#guidesLibrarian select, #guidesLibrarian button {height:3.6rem; }

#guidesLibrarian select { 
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  }
#guidesLibrarian button { 
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;

}
/* 
  _____  ______  _____ _____   ____  _   _  _____ _______      ________ 
 |  __ \|  ____|/ ____|  __ \ / __ \| \ | |/ ____|_   _\ \    / /  ____|
 | |__) | |__  | (___ | |__) | |  | |  \| | (___   | |  \ \  / /| |__   
 |  _  /|  __|  \___ \|  ___/| |  | | . ` |\___ \  | |   \ \/ / |  __|  
 | | \ \| |____ ____) | |    | |__| | |\  |____) |_| |_   \  /  | |____ 
 |_|  \_\______|_____/|_|     \____/|_| \_|_____/|_____|   \/   |______|
                                                                        
*/





@media (max-width:767.9px) {
  
	#s-lg-box-14560246 .ui-tabs .ui-tabs-nav { display:none; } /* hide search box tabs */

}



@media (min-width:992px) { 
  #s-lg-side-nav-content { width:940px;}

}

@media (min-width:1200px) { 
  #s-lg-side-nav-content { width:1140px;}

}


@media print { 

	#s-lg-guide-main .s-lib-box-content .ui-tabs-nav li.ui-tabs-active>a { border:0; }
}