#libs .list-group-item {
	padding: 5px 15px;
	//border-color: #848484;
}

/*#libs h4 {
	white-space: nowrap;
	overflow: ellipsis;
}*/

.hoursMoreButton {
	padding: 2px 10px;
}

.hiddenContent .hourshide {
	display:none;
}

.showContent .hourshide {
	display:block;
}

/*following three rules must remain in order, style for site search box*/
/* #sitesearch input[type="text"]{
	width:40px;
	padding-left:40px;
	border:1px;
	margin-left: 10px;
	background-color: transparent;
	background-image: url("../search_ffffff_24.png");
	background-repeat: no-repeat;
	background-position: 0% 50%; 
	-moz-transition:all .5s ease;
	-webkit-transition:all .5s ease;
}	  
#searchQuery:focus {
	width:200px !important;	
	padding:12px 6px 12px 35px !important;
	border: 1px !important;
	background-color: #FFFFFF !important;
	background-image: url("../search_777777_24.png") !important;
	background-position: 3% 50% !important; 
}
#searchQuery:hover{
	background-image: url("../search_777777_24.png") !important;
}*/			
/*preceding three rules must remain in order*/

#title18826504, #title18828737, #title18829900, #title18829943{
	display: none;
}

.tab-content.libguides {
    border-left: 1px solid #bbb;
    border-right: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
}

.nav-tabs.libguides {
	margin-bottom: 0px;
	display: block !important;
}

#subject, #librarian, #featured, #popular, #recent, #all, #uglTech, #mpalTech, #libsearchpanel {
    //max-height: 400px;
    //min-height: 400px;
    height: 300px;
    overflow-y: scroll;
    
}

#example_info {
	display: none;
}

#example_filter {
	float: left;
}

#libsearchbox{
    border-top: 1px solid #bbb;
    border-left: 1px solid #bbb;
    border-right: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
}

/* removing bullets in library events feed, dynamic content */
#libnewsli ul, #libevents ul  {
	list-style-type: none;
}

/* date style for dates in library events, dynamic content */
.libnewsdate {
    color: #808080;
    font-size: 11px;
    font-style: italic;
    margin-bottom: 4px;
}

/* border style for software search */
#softsearch table.dataTable thead th {
	border-bottom: none;
}

#softsearch .dataTables_wrapper.no-footer .dataTables_scrollBody {
	border-bottom: 1px solid #bbb;
	border-top: 1px solid #bbb;
}
/* making th right width on page load */
#softsearch .dataTables_scrollHeadInner, #softsearch table{

	

	width: 100% !important;
}

/*featured news image size*/
#library_featured_news {
    width: 100%;
}

#news_feat_img, #news_feat_cont {
	padding-left: 0px;
}

a:focus { 
    outline: none; 
}

/*getting libguide browse and search headers equal in height*/
#libguidelist a {
	padding-top: 13px;
	padding-bottom: 14px;
}

#myaccount {
	background-color: #022544; 
	color: #fff;
	padding: 6px 12px;
}



/*JK added custome css style temporarily*/
h4.list-group-item-heading{
	word-wrap:break-word;
}
