a { 
	color: #f47920;
}

.table > tbody > tr > td {
	border: 0;
}

p.clarificationerror {
	color: #990000;
}

.alphabets li span {
	color: #ccc;
}

.logo a {
	display: block;
	position: relative;
    z-index: 99;
}

.jumpmenu {
	padding: 20px 0;
}

.help h2 {
    color: #646464;
    border-top: 1px solid #646464;
    font-size: 20px;
    padding-top: 20px;
    margin-top: 30px;
    display: inline-block;
}

.help .title-block2 a {
	color: #fff;
}

.help .title-block2 a:hover {
	color: #f47920 !important;
}

.jumpmenu a {
	color: #646464;
	margin: 0 15px;
}

.jumpmenu a:first-child {
	margin-left: 0;
}

.topnext {
	float: right;
}

.topnext a:hover {
	color: #646464;
	text-decoration: none;
}

.advsearch-holder {
	margin-top: 5px;
}

.advsearch-holder a {
	color: #646464;
}

.advsearch-holder a:hover,
.advsearch-holder a:focus {
	/* color: #f47920; */
	color: #ee6f14;
  	text-decoration: none;
  	border-bottom: 2px solid #a69393;
  	transition: transform 0.3s ease-in-out;
  	transform: scale(1);
}

.search-form2 input {
	width: 100%;
	padding: 4px 10px;
	/* background: #f0f0f0; */
	/* border: 0; */
}

.search-form2 label {
	margin-top: 7px;
}

.search-form2 .row	{
	margin: 5px 0;
}
#advancedsearchOpen{
	text-align: right;
}
.search-form2 #advsearch_submit{    
    background: #BD580F;
    color: #fff;
    padding: 8px 50px;
    font-size: 20px;    
	outline-offset: 3px;
	position: relative;
  	left: 14px;
}
.search-form2 #advsearch_submit:hover,
.search-form2 #advsearch_submit:focus{
	background: #7B3909 !important;
  	text-decoration: underline;
	-webkit-box-shadow: 0px 0px 2px rgba(12,12,12,0.5);
	-moz-box-shadow: 0px 0px 2px rgba(12,12,12,0.5);
	box-shadow: 0spx 0px 2px rgba(12,12,12,0.5);

	
}
.search-form2 #advsearch_submit:focus{
	outline: 3px solid #2ab8f0ff;

}	

#activityreport #useraccountsubmit {
    width: auto;
    background: #f47920;
    color: #fff;
    border: none;
    padding: 3px 18px;
    margin: 0 0 0px;
    font-size: 14px;
    line-height: 22px;
    border-radius: 0;
}


#seeFullData,
#seeFullBook,
#excel,
#pdf,
.justOne {
	background: #f47920 !important;
	border: 0 !important;
	padding: 3px 10px !important;
	border-radius: 0 !important;
}

.justOne {
	margin: 8px;
}

#useraccountsubmit,
#useraccountdel {
	position: relative;
	top: 14px;
}

.linkdisp a{
	padding-left: 20px;
	background: url('/images/icon-arrow-right.png') no-repeat top left;
	background-size: 12px;
}

.linkdisp a {
	color: #ca4205 !important;
	font-size: 15px !important;
	font-weight: normal !important;
	display: block;
}
.linkdisp a:hover{
	color: #0843f4 !important;
}
.linkdisp a:focus{
	text-decoration: underline;
	color: black !important;
	font-weight: bold !important;
}

.detail-block.bl {
	padding: 12px 15px 12px;
    margin-bottom: 16px;
}

/* Responsive Overrides */

/* Greater then tablets
-------------------------------------------------------------- */
@media only screen and (min-width: 768px) {

    
}


/* Tablet & Small Desktop Widths 768px - 1280px
--------------------------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1280px) {
    

}

@media only screen and (max-width: 1023px) {
    
	#advancedsearchOpen{
		text-align: left !important;
	}
	.nav-area #nav .open ul {
		overflow-y: scroll;
		max-height: 250px;
	}
}
/* All Devices under 960px
--------------------------------------------------------------*/
@media only screen and (max-width: 959px) {
    
}

/* Tablet Landscape
--------------------------------------------------------------*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
   
}

/* Tablet Portrait
--------------------------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

}

/* Between Phone and Mobile
--------------------------------------------------------------*/
@media only screen and (max-width: 500px) {


}

/* Phone Portrait and Landscape
--------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
    .content-block .btns-holder a.book span:before, 
	.articles-block .links-holder a.book:before {
	    top: -4px;
	    height: 26px;
	    width: 26px;
	}
	
	.content-block .btns-holder a.readtomebook span:before,
	.articles-block .links-holder a.readtomebook:before {
		height: 28px;
	    width: 28px;
	    top: -5px;
	}
	
	.content-block .btns-holder a.database span:before,
	.articles-block .links-holder a.database:before {
		top: -7px;
	    height: 29px;
	    width: 29px;
	}

    .content-block .btns-holder a.intbook span:before,
    .articles-block .links-holder a.intbook:before {
	    top: -5px;
		height: 28px;
		width: 28px;
    }
    
    .content-block .btns-holder a.eboost span:before,
    .articles-block .links-holder a.eboost:before {
	    top: -5px;
		height: 28px;
		width: 28px;
    }
}

/* Phone Landscape
--------------------------------------------------------------*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
     
}

/* Phone Portrait
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
	
	.advsearch-holder a,
	.breadcrumbs .open {
		font-size: 13px;
	}
 
	.search-form2 label {
		font-size: 13px;
	}
	
	.jumpmenu a {
    margin: 5px;
	}
}



