@charset "UTF-8";
/* CSS Document */
@import "reset.css";

/* Basic CSS starts here*/

html 
{ 	
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%; 
}

html, html a {
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

body, select, input, textarea
{
	font: normal 13px/1.231 Arial,Verdana,sans-serif;
	font-smooth: always;
	color: #2d2d2d;
/*** Responsive Design Sysfore Add Style Start (18/10/2016) *****/
	position: relative;
/*** Responsive Design Sysfore Add Style End (18/10/2016) *****/
	background: #efefef;
}

body a, body a:visited
{
	color: #0968E9;
	text-decoration: none;
}

body a:hover 
{
	text-decoration: underline;
}
/*** Responsive Design Sysfore Change Font Size Start (18/10/2016) *****/
h1 {
    /*font-size: 24px;*/
	font-size: 20px;
/*** Responsive Design Sysfore Change Font Size Start (18/10/2016) *****/
}

h2
{
	font-size: 18px;
	color: #295667;
}

h3
{
	font-size: 16px;
}

a
{
	color: #2563d3;
}

a, input, button
{
	outline: none;
}

.clear
{
	display: block;
	clear: both;
}

.hidden
{
	display: none;
}

.bold
{
	font-weight: bold;
}

.align-left
{
	text-align: left;
}

.align-right
{
	text-align: right;
}

/* Basic CSS ends here*/

::-webkit-input-placeholder
{
   color: #e5e5e5;
}

:-moz-placeholder
{  
   color: #e5e5e5;  
}

/* Ipad CSS Start*/
/*Sysfore new class 'searchHistoryPopupView' -  start #100 23/12/2016 */
.searchHistoryPopupView
{	
max-height:250px;max-width:300px; margin: 0px auto; 
overflow-y: auto;overflow-x: hidden;/*Sysfore add new style - #56 - 09/01/2017 */

}
/*Sysfore new class 'searchHistoryPopupView' -  End #100 23/12/2016 */
@media screen and (max-width: 1024px){ 
	
.top-part 
{
/* 	min-width: 1000px; */
}
/*** Responsive Design Sysfore Change Width Size Start (18/10/2016) *****/
.middle-part {
   /*min-width: 1000px;*/
	min-width: 100%;
}

/*Supritha <Sprint 21, 2348, 9-3-2017> changes for theses starts*/
.middle-part1 {
   /*min-width: 1000px;*/
	min-width: 100%;
}
/*Supritha <Sprint 21, 2348, 9-3-2017> changes for theses ends*/
.bottom-part {
    /*min-width: 1000px;*/
	min-width: 100%;
}

footer {
    /*min-width: 1000px;*/
	min-width: 100%;
/*** Responsive Design Sysfore Change Width End (18/10/2016) *****/
}
/*** Responsive Design Sysfore Change Z-index Value Start (18/10/2016) *****/
.top-area .full-txt-opts.tab, .journal-tab li a {
     /*z-index: 999;*/
     z-index: 100;
/*** Responsive Design Sysfore Change Z-index Value End (18/10/2016) *****/
}
.top-area .full-txt-opts.tab.active, .journal-tab li a.active {
/*** Responsive Design Sysfore Remove Z-index Value Start (18/10/2016) *****/
/*z-index: 9999 !important;*/
/*** Responsive Design Sysfore Remove Z-index Value End (18/10/2016) *****/
}
article#mainbody ol.result-list, article#mainbody #bottom-controls {
	margin: 0;
}

article#mainbody section#top-controls
{
	display: block;
    margin: 0;
    padding: 0;
    width: 100%;
/*** Responsive Design Sysfore Remove Z-index Value Start (18/10/2016) *****/
	z-index: 100;
/*** Responsive Design Sysfore Remove Z-index Value End (18/10/2016) *****/
}

article#mainbody ol.result-list li.result
{
	float: left;
	width: 100%;
}
	
nav#facets form.filter-list-form .filter-list .label
{
	font-size: 13px;
}

nav#facets ol.filter-list
{
	padding-left: 1em;
	padding-right: 1em;
}
	
nav#facets ol.filter-list li
{
	border : none;
}

nav#facets li.collapsed-facet
{
	padding-top: 0;	
}

nav#facets li.expanded-facet
{
	padding-top: 0;
}
	
nav#facets form.filter-list-form .filter-list .label
{
	padding-right: 0;
}
	
}
/* Ipad CSS end */
/* Akshatha and Supritha 1/02/2017  Sprint19, #2048, Expert Search Implementation starts */
.and-btn {
 padding: 5px 5px;
    color: #2f2f2f;
    font-weight: bold;
    text-shadow: none;
    cursor: pointer;
    border: 1px solid #94a4b2;
    border-radius: 2px;
    box-shadow: none;
    margin-right: -6px;
    margin-left: 10px !important;
    padding-top: 6px;
    padding-bottom: 3px;
    margin-top: 2px;
    background: #aebfce;
    min-width: 86px;
}
/* Akshatha and Supritha 1/02/2017  Sprint19, #2048, Expert Search Implementation ends */
/* Layout style begins */
.content-wrapper
{
	width: 960px;
	margin: 0 auto;
}

/* Layout style ends */

/* common styles */

section
{
	clear: both;
}

.com-head
{
	clear: both;
    color: #F26422;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 10px;
    
    background: #D9E8FC;
}

.com-sub-head
{
	clear: both;
	font-size: 12px;
	font-weight: normal;
    color: #3399FF;
    padding: 10px 0 2px;
    margin: 0 30px 5px;
    
    border-bottom: 1px solid #D9E8FC;
}

.sub-title
{
	color: #3399FF;
	font-weight: normal;
	font-size: 12px;
	padding: 0 0 10px;
}

input[type="text"], input[type="file"], textarea, select
{
	padding: 2px 2px;
	
	border: 1px solid #bfbfbf;
	border-radius: 2px;
	background: #fdfdfd;
	background: -webkit-linear-gradient(top, #fdfdfd, #f9f9f9);
	background: -moz-linear-gradient(top, #fdfdfd, #f9f9f9);
	background: -linear-gradient(top, #fdfdfd, #f9f9f9);	
	box-shadow: 0 0 1px #FFFFFF inset;
}

input[type="text"].com-input
{
	font-size: 16px;
	padding: 5px;
	
	background: #fff;
	background: -webkit-linear-gradient(top, #d2d2d2, #fbfbfb 20%, #fff 100%);
	background: -moz-linear-gradient(top, #d2d2d2, #fbfbfb 20%, #fff 100%);
	background: -linear-gradient(top, #d2d2d2, #fbfbfb 20%, #fff 100%);	
	
	border: 1px solid #98adbf;
	border-radius: 3px;
	box-shadow: 0 1px 0 #FFFFFF;
/*** Responsive Design Sysfore added box sizing Start (18/10/2016) *****/
	box-sizing: border-box;
/*** Responsive Design Sysfore added box sizing end (18/10/2016) *****/
}

.loader
{
	display: none;
	height: 11px;
	width: 43px;
	z-index: 9999;
	
	background: url("../images/loader.gif") no-repeat;
}

.btn
{
	padding: 5px 10px;
	color: #0968e9;
	font-weight: bold;
	text-shadow: 0 1px 0 #fff;
	box-shadow: 0 1px 0 #fff inset;
	cursor: pointer;
	
	border: 1px solid #dbe1e7;
	border-radius: 3px;
	background: #ced0d1;
	background: -webkit-linear-gradient(top, #efefef, #f1f1f1);
	background: -moz-linear-gradient(top, #efefef, #f1f1f1);
	background: -linear-gradient(top, #efefef, #f1f1f1);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#f1f1f1');
}

.btn:hover
{
	background: #fefefe;
	background: -webkit-linear-gradient(top, #ced0d1, #fefefe);
	background: -moz-linear-gradient(top, #ced0d1, #fefefe);
	background: -linear-gradient(top, #ced0d1, #fefefe);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ced0d1', endColorstr='#fefefe');
}

.btn:active
{
	background: -webkit-linear-gradient(top, #adaeae, #fefefe);
	background: -moz-linear-gradient(top, #adaeae, #fefefe);
	background: -linear-gradient(top, #adaeae, #fefefe);	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#adaeae', endColorstr='#fefefe',GradientType=0 );
}

.com-btn, nav#facets form.filter-list-form .submit
{
	padding: 5px 10px;
	color: #2f2f2f;
	font-weight: bold;
	text-shadow: 0 1px 0 #D6DEE6;
	cursor: pointer;
	
	border: 1px solid #94a4b2;
	border-radius: 3px;
	background: #aebfce;
	background: -webkit-linear-gradient(top, #aebfce, #a5b8c9);
	background: -moz-linear-gradient(top, #aebfce, #a5b8c9);
	background: -linear-gradient(top, #aebfce, #a5b8c9);	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aebfce', endColorstr='#a5b8c9',GradientType=0 );
	box-shadow: 0 1px 0 #D3DCE4 inset;
}

/* By Kuresh on 06-11-2015<HighSpeedPhase-2, #1941 > OLARK Load restructured */
/*pranaya sahu <#2290,15-2-2017> changed the olark css for desktop view */
.olark-change
{
-webkit-font-smoothing: antialiased;
animation-direction: alternate;
animation-duration: 1s;
animation-iteration-count: 1;
animation-name: tab_in_bottom;
animation-timing-function: ease-in-out;
background-attachment: scroll;
background-clip: border-box;
background-color: rgb(42, 86, 103);
background-image: none;
background-origin: padding-box;
background-position: 0px 0px;
background-repeat: repeat;
background-size: auto;
border-bottom-color: rgb(0, 0, 0);
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
border-bottom-style: none;
border-bottom-width: 0px;
border-left-color: rgb(0, 0, 0);
border-left-style: none;
border-left-width: 0px;
border-right-color: rgb(0, 0, 0);
border-right-style: none;
border-right-width: 0px;
border-top-color: rgb(0, 0, 0);
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-top-style: none;
border-top-width: 0px;
box-sizing: content-box;
clear: none;
clip: auto;
color: rgb(235, 235, 235);
cursor: pointer;
direction: ltr;
display: block;
float: none;
font-family: 'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;
font-size: 1.0em!important;
font-style: normal;
font-variant: normal;
font-weight: 700;
height: 28px;
letter-spacing: normal;
line-height: 14px;
list-style-image: none;
list-style-position: inside;
list-style-type: disc;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
max-height: none;
max-width: none;
opacity: 1;
outline-color: rgba(0, 0, 0, 0);
outline-style: none;
outline-width: 0px;
overflow-x: visible;
overflow-y: visible;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
position: static;
table-layout: auto;
text-align: center;
text-decoration: none;
text-transform: none;
unicode-bidi: normal;
vertical-align: baseline;
visibility: visible;
white-space: normal;
width: 148px;
word-spacing: 0px;
/**** Sysfore change z-index value Start ****/
z-index: 7777;
/**** Sysfore change z-index value Start ****/
position: fixed;
bottom: 0px;
right: 20px;
border-radius: 8px 8px 0 0!important;
}
/* By Kuresh on 06-11-2015<HighSpeedPhase-2, #1941 > OLARK Load restructured */
nav#facets li.collapsible h3 span.expand-collapse
{	
	float: left;
	margin: 0 5px 0 0;
	width: 15px;
	text-align: center;
	
	border: 1px solid #80949B;
	border-radius: 3px;
	background: #f1f1f1;
}

/* Clear btn on advance page*/
#clear
{
	color: #2F2F2F;
    cursor: pointer;
    font-weight: bold;
    padding: 5px 10px;
    text-shadow: 0 1px 0 #D6DEE6;
    
	background: -moz-linear-gradient(center top , #AEBFCE, #A5B8C9) repeat scroll 0 0 transparent;
    border: 1px solid #94A4B2;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 0 #D3DCE4 inset;    
}

.com-form-block
{
	float: left;
	padding: 20px 10px;
}

.com-form-block label
{
 	display: inline-block;
 	margin: 0 10px 0 0;
    text-align: right;
    width: 135px;		
}

.com-form-block fieldset
{
	padding: 10px 25px;
}

.com-form-block legend
{
	padding: 5px 0;	
    color: #3399FF;
    width: 100%;
    
    border-bottom: 1px solid #d9e8fc;
}

.com-form-block .column
{
	float: left;
    padding: 0 16px;
}

.with-separator
{
	border-left: 1px solid #d9e8fc;
	border-right: 1px solid #d9e8fc;
}

.with-right-separator
{
	border-right: 1px solid #d9e8fc;
}

.com-form-block li
{
	line-height: 25px;
}

.input-large
{
	width: 465px;
}

.input-med
{
	width: 155px;
}

.com-form-block .input-small
{
	width: 25px;
}

.com-form-block .row
{
	clear: both;
	margin: 0 0 15px;
}

.com-form-block .info-italic
{
	font-size: 11px;
	font-style: italic;
	color: #3399ff;
}

.top-part
{
	min-height: 44px;
	
	background: url("../images/header-top-bg.png") repeat top left transparent;	
	text-align: center;
}

.top-part .content-wrapper
{
	position: relative;
}
/****Sysfore removed logo style start ****/
/*.logo
{
	position: absolute;
	left: 0;
	top: 10px;
	z-index: 1;
}*/
/****Sysfore removed logo style End ****/
.top-part nav
{
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	padding-top: 11px;
	padding-bottom: 11px;
}

.top-part nav li
{
	float: left;
	width: 100%;
}

.top-part nav li a#welcome
{
	overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 140px;
}

.top-part nav li a
{
	/* Changed the width from 100 to 131 by Supritha on 6-01-2017<Sprint 18 , #2289>  */
	width: 131px;
	text-align: left;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* CSS modified by Kuresh on 13-03-2013<Sprint 11B HotFix, #1587> for help files in scholar app start */	
.top-part nav li a, .top-part nav ul + a, .top-part nav ul + a + a
{
	display: block;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0,0,0,0.5);
	padding: 3px 10px;
	font-size: 13px;
	font-family: "Myriad Pro", arial;
}
	
.top-part nav li:hover, .top-part nav li a.selected, .top-part nav ul + a:hover, .top-part nav ul + a + a:hover
{
	background: #000;
	border-radius: 3px;
}
.top-part nav ul ul li:hover, .top-part nav ul ul a:hover {
/*** Responsive Design Sysfore Change Color Start (18/10/2016) *****/
/*color: #2d2d2d;*/	
color: #fff;
/*** Responsive Design Sysfore Change Color End (18/10/2016) *****/	border-radius: 0;
/*** Responsive Design Sysfore Change BG Color Start (18/10/2016) *****/
	/*	background: #C1CDD1;*/
background: #214553;
/*** Responsive Design Sysfore Change BG Color End (18/10/2016) *****/
}

.top-part nav ul ul li:last-child:hover 
{
	border-radius: 3px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.top-part nav ul + a, .top-part nav ul + a + a
{
	float: left;
}
/* CSS Modified by Kuresh on 13-03-2013<Sprint 11B HotFix, #1587> for help files in scholar app end */	
.middle-part
{
	height: 40px;
	
	background: url("../images/header-middle-bg.png") repeat top left transparent;	
}
/*Supritha <Sprint 21, 2348, 9-3-2017> changes for theses starts*/
.middle-part1
{
	height: 40px;
	
	background: url("../images/header-middle-bg.png") repeat top left transparent;	
}
/*Supritha <Sprint 21, 2348, 9-3-2017> changes for theses ends*/
/* pranaya sahu <#2270, 16-12-2016 T&D> modified the css of the context menu*/
.middle-part ul
{
    float: left;
    margin: 0px 0 0 225px;
    padding: 0; 
}

/*Supritha <Sprint 21, 2348, 9-3-2017> changes for theses starts*/
.middle-part1 ul
{
    float: left;
    margin: 0px 0 0 280px;
    padding: 0; 
}
/*Supritha <Sprint 21, 2348, 9-3-2017> changes for theses ends*/
.middle-part li
{
	float: left;
}
/*Supritha <Sprint 21, 2348, 9-3-2017> changes for theses starts*/
.middle-part1 li
{
	float: left;
}
/*Supritha <Sprint 21, 2348, 9-3-2017> changes for theses ends*/
/* Sangram 09/04/2015<J-Gate@VTU>Changes made for center alignment of 'All Journals' & 'My Favourite Journals'#1856 Start */
/* Sangram 20/05/2015<J-Gate@VTU Phase-II>Making center alignment of 'All Journals/Consortia Journals' & 'MyFavourite Journals' 
   For all product types(except Indian Journal) when MyLibrary is not configured, #1874 Start */

.middle-part#middle-part-others-nomylib li a  {
	
	padding: 10px  60px 9px;
}
.middle-part#middle-part-for-jgateandjccc-nomylib li a  {
	
	padding: 10px  10px 9px;
}
.middle-part#middle-part-jgateorjccc-subnotvalid li a  {
	
	padding: 10px  56px 9px;
}
/* Sangram 20/05/2015<J-Gate@VTU Phase-II>,#1874 end  */
/* Sangram 09/04/2015<J-Gate@VTU>Changes made for center alignment of 'All Journals' & 'My Favourite Journals'#1856 end */
.middle-part li a
{
	display: inline-block;
	color: #fff;
	float: left;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0,0,0,1);
	margin-top: 1px;
	padding: 10px 10px 9px;
	font-size: 15px;
	font-family: "Myriad Pro",arial;
}

.middle-part li a:hover
{
	background: rgba(193,205,209,0.3);
}
	
.middle-part li a.active
{		  
    color: #fb3a02;   
    text-shadow: 0 1px 1px #fff;
    font-weight: bold;
    
    background-color: #c1cdd1;
	background: -webkit-linear-gradient(top, #aac5cd, #c1cdd1);
	background: -moz-linear-gradient(top,  #aac5cd, #c1cdd1);
	background: -linear-gradient(top,  #aac5cd, #c1cdd1); 
}

.middle-part li img
{
	vertical-align: middle;
}

.middle-part li a + span
{
	color: #2C525F;
    font-size: 22px;
    text-shadow: 1px 0 0 #84a7b2;
    margin: 5px 0;
    float: left;
}
/*Supritha <Sprint 21, 2348, 9-3-2017> changes for theses starts*/
.middle-part1#middle-part-others-nomylib li a  {
	
	padding: 10px  60px 9px;
}
.middle-part1#middle-part-for-jgateandjccc-nomylib li a  {
	
	padding: 10px  10px 9px;
}
.middle-part1#middle-part-jgateorjccc-subnotvalid li a  {
	
	padding: 10px  56px 9px;
}
/* Sangram 20/05/2015<J-Gate@VTU Phase-II>,#1874 end  */
/* Sangram 09/04/2015<J-Gate@VTU>Changes made for center alignment of 'All Journals' & 'My Favourite Journals'#1856 end */
.middle-part1 li a
{
	display: inline-block;
	color: #fff;
	float: left;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0,0,0,1);
	margin-top: 1px;
	padding: 10px 10px 9px;
	font-size: 15px;
	font-family: "Myriad Pro",arial;
}

.middle-part1 li a:hover
{
	background: rgba(193,205,209,0.3);
}
	
.middle-part1 li a.active
{		  
    color: #fb3a02;   
    text-shadow: 0 1px 1px #fff;
    font-weight: bold;
    
    background-color: #c1cdd1;
	background: -webkit-linear-gradient(top, #aac5cd, #c1cdd1);
	background: -moz-linear-gradient(top,  #aac5cd, #c1cdd1);
	background: -linear-gradient(top,  #aac5cd, #c1cdd1); 
}

.middle-part1 li img
{
	vertical-align: middle;
}

.middle-part1 li a + span
{
	color: #2C525F;
    font-size: 22px;
    text-shadow: 1px 0 0 #84a7b2;
    margin: 5px 0;
    float: left;
}
/*Supritha <Sprint 21, 2348, 9-3-2017> changes for theses ends*/
.bottom-part
{
	height: 42px;
	font-family: "Myriad Pro",arial;
	
	background: url("../images/header-bottom-bg.png") repeat left top transparent;	
}

.main-search-links
{
	float: right;
    padding: 7px 0 0;   
}

.main-search-links li
{
	float: left;
	position: relative;
	margin: 0 0 0 20px;
}


.main-search-links li a
{
	text-decoration: none;
	display: block;
	color: #1d4453;
	padding: 3px 5px;
	font-weight: bold;
	font-size: 14px;
	text-shadow: 0 1px 0 #f4f4f4;
}

.main-search-links li a:hover, .main-search-links li a.active
{
	color: #fb3a02;	
}

.common-inner-container
{
	clear: both;
	margin: 20px 0;
	overflow: hidden;
	
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.table
{
	clear: both;
	width: 100%;
	overflow: hidden;
	
	border-collapse: separate;
    border-spacing: 1px;
	border: 1px solid #ccc;
	border-left: none;
	border-right: none;
	background: #fff;
}

.table th, .table td 
{
	padding: 5px;
}

.table th
{
	color: #f26422;
	font-weight: bold;
	
	background: #d9e8fc;
}

.pagination
{
	float: right;
	margin: 20px;
	padding: 5px 10px;
	font-size: 12px;
	
	background: #f2f2f2;
	border-radius: 3px;
}

.pagination a
{
	display: inline-block;
	margin: 3px 5px;
	text-decoration: none;
	font-size: 12px;
	height: 20px;
}

.pagination a.prev
{
	padding: 4px 0 0 23px;
	
	background: url("../images/icon-prev.png") no-repeat left top transparent;	
}

.pagination a.next
{
	padding: 4px 23px 0 0;
	
	background: url("../images/icon-next.png") no-repeat right top transparent;
	
}

.pagination img
{
	vertical-align: middle;
}

.align-center
{
	text-align: center;
}

.hide-visibility
{
	visibility: hidden;
}

.hide
{
	display: none;
}

.show
{
	display: block;
}

.ui-datepicker
{
	font-size: 10px;
}

.ui-datepicker-trigger
{
	vertical-align: middle;
	cursor: pointer;
}

/* common styles ends */


/* login page */
.form-container
{
    width: 440px;
    margin: 30px auto;
    padding: 20px 
}

.form-container .row
{
    clear: both;
    margin: 0 0 10px;
}

.create-forgot a 
{
	color: #2563D3;
}

.form-container h1
{
    font-size: 18px;
    color: #f15523;
    line-height: 60px;
    margin: 0 0 30px;
    padding: 0 0 0 45px;
    
    border-bottom: 1px solid #d8d8d8;
    background: url("../images/login-user-pic.png") no-repeat left top transparent;
}

.form-container h1 span
{
    display: inline-block;
    width: 325px;
    float: right;
    font-size: 12px;
    color: #878787;
    line-height: 15px;
    margin: 15px 0 0 0;
}

.form-container form
{
    clear: both;
}

.form-container label
{
	/*Sysfore changed width 140 to 145 start #30 24/11/2016 */
    width: 145px;
	/*Sysfore changed width 140 to 145 end #30 24/11/2016 */
    padding: 10px;
    text-align: right;
    display: inline-block;
    float: left;
    
    border: 1px solid #dcdcdc;
    background: #f5f5f5;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.form-container input[type="text"], .form-container input[type="password"] , .form-container textarea
{
    margin: 0 0 0 -2px;    
    padding: 10px;
    width: 258px;
    
    background: #fff;
    border: 1px solid #DCDCDC;
    box-shadow: 0 0 2px #CCCCCC;
    border-radius: 5px;
}

.form-container textarea{
	height: 63px;
}

.form-container .com-btn
{
    float: right;
    margin: 0 0 10px 10px;
}
/* login page ends*/
/* #2053 kumaraswamy profile login page starts*/
.formContainerProfileLogin
{
    width: 870px;
    margin: 30px auto;
}

.formContainerProfileLogin .row
{
    clear: both;
    margin: 0 0 10px;
}

.formContainerProfileLogin .create-forgot a 
{
	margin-top:10px;
	color:#f15523;
	float:none;
	text-decoration: none;
	font-weight: bold;
}

.formContainerProfileLogin h1
{
    font-size: 17px;
	width: 95%;
    color: #f15523;
    line-height: 45px;
    margin: 0 0 20px;
    padding: 0 0 0 35px;
	
    border-bottom: 1px solid #d8d8d8;
    background: url("../images/login-profile-user-pic.png") no-repeat left top transparent;
}

.formContainerProfileLogin h1 span
{
    display: inline-block;
    width: 740px;
    float: right;
    font-size: 12px;
    color: #878787;
    line-height: 25px;
    margin: 15px 0 0 0;
}
.formContainerProfileLogin h3
{
	font-size: 13px;
}

.formContainerProfileLogin form
{
    clear: both;
}

.formContainerProfileLogin label
{
	padding: 9px;
	width: 70px;
    text-align: right;
    display: inline-block;
    float: left;
    
    border: 1px solid #dcdcdc;
    background: #f5f5f5;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.formContainerProfileLogin input[type="text"], .formContainerProfileLogin input[type="password"] , .formContainerProfileLogin textarea
{
    margin: 0 0 0 -2px;  
	padding: 9px;
	width: 215px;
    
    background: #fff;
    border: 1px solid #DCDCDC;
    box-shadow: 0 0 2px #CCCCCC;
    border-radius: 5px;
}

.formContainerProfileLogin textarea{
	height: 63px;
}

.formContainerProfileLogin .com-btn
{
    float: right;
	width: 50px; 
	padding: 2px;
/*** Responsive Design Sysfore Change margin Start (18/10/2016) *****/
/**margin-left:35%**/	
margin-left: 0%
/*** Responsive Design Sysfore Change margin End (18/10/2016) *****/
}
.formContainerProfileLogin ul{
	margin-top:8px;
}
.formContainerProfileLogin li{
	/**** Sysfore change list-style & add padding-bottom Stsrt 22/10/2016 ****/
	list-style: disc !important;
	padding-bottom:3px;
	/**** Sysfore change list-style & add padding-bottom End 22/10/2016 ****/
	margin-left: 10%;
	font-size: 11px;
    font-weight: bold;
}
.formContainerProfileLogin .createNewUser{
	background: transparent url("/search/themes/client/images/icon-profile-user-reg.png") no-repeat scroll left top;
    color: #f15523;
    font-size: 15px;
    line-height: 50px;
    margin: 0 0 30px;
    padding: 0 0 0 40px;
}
.formContainerProfileLogin .errorblock{
	background:url("/search/themes/client/images/notification-error.png") no-repeat 10px 15px #ffdddd;
	border:1px solid #993333;
	padding:10px 35px;
	border-radius:5px;
	margin:0 0 10px;
	width: 40%;
}
/* #2053 kumaraswamy profile login page end*/

/* home page */
.jgate-subjects
{
	float: left;
	padding: 15px 0;
	width: 285px;
	min-height: 300px;
	
	background: #f9f9f9;
}

.jgate-subjects h3, .srch-filter-sec h2
{
	color: #295667;
	padding: 0 0 5px;
	margin-left: 15px;
}

.jgate-subjects li
{
	padding: 8px 0;
	text-indent: 3px;	
	cursor: default;
	margin:0 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	
	border-bottom: 1px solid #efefef; 
}

.jgate-subjects li.select-all:first-child,
#journal-search li.select-all:first-child
{
	color: #0968e9;
	margin: 0;
	padding-left: 15px;		
	
	background: #f0f0f0;
}

.Journal-search-opts li
{
	white-space: nowrap;
	overflow: hidden;
    text-overflow: ellipsis;
}

.Journal-search-opts li li
{
	width: 180px;
}

.jgate-subjects li.selectes
{
	font-weight: bold;
}

.search-wrapper
{
	float: left;
	margin: 20px 0 0 45px;
}

.search-section
{
	width: 570px;
    padding: 10px;
    
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	background: #f9f9f9;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.search-section h2
{
	float: left;
	font-weight: bold;
	font-size: 14px;
	margin: 0 5px 10px 0;
	color: #295667;
/*** Responsive Design Sysfore Add Width Start (18/10/2016) *****/
	width: 100%;
/*** Responsive Design Sysfore Add Width End (18/10/2016) *****/
}

.search-section h2 img
{
	vertical-align: middle;
}

.search-section a.srch-link-opts
{
	display: none;
	float: right;
	color: #3299FE;
}

.search-section a.srch-link-opts.link-srch-history
{
	display: block;
}

.search-section a.view-journal-listing
{
    float: right;
    font-size: 12px;
    margin: -10px;
    padding: 13px;
    text-decoration: none;
    
    background: #F1F1F1;
    border-left: 1px solid #DCDCDC;
}

.search-section form.searchform
{
	clear: both;
	float: left;
	padding: 8px 15px;
	width: 594px;
/*** Responsive Design Sysfore Add Margin Start (18/10/2016) *****/
	/* margin: 0 0 0 -28px; */ 
     margin: 0 0 10px -28px;
/*** Responsive Design Sysfore Add Margin End (18/10/2016) *****/
	background: #b2c6d7;
	background: -webkit-linear-gradient(top, #b2c6d7, #cadceb);
	background: -moz-linear-gradient(top, #b2c6d7, #cadceb);
	background: -linear-gradient(top, #b2c6d7, #cadceb);	
	
	border: 1px solid #8da3b4;
	border-radius: 3px;
	box-shadow: 0 1px 0 #FFFFFF inset;
}

.search-section form.searchform input[type='text'], .srch-box-inner form input[type='text']
{
	float: left;
	width: 499px;
	padding: 8px 5px;
	font-size: 16px;
	
	background: #fff;
	background: -webkit-linear-gradient(top, #d2d2d2, #fbfbfb 20%, #fff 100%);
	background: -moz-linear-gradient(top, #d2d2d2, #fbfbfb 20%, #fff 100%);
	background: -linear-gradient(top, #d2d2d2, #fbfbfb 20%, #fff 100%);	
	
	border: 1px solid #98adbf;
	border-radius: 3px;
	box-shadow: 0 1px 0 #FFFFFF;
}

.search-section form.searchform span, .srch-box-inner form span
{
	display: inline-block;
	padding: 7px 10px;
	margin: 0 0 0 -7px;
	text-shadow: 0 1px 0 #ccc;
	height: 21px;
	cursor: pointer;
	
	border: 1px solid #98adbf;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	background: #cadbe9;
	background: -webkit-linear-gradient(top, #cadbe9, #a0b4c5);
	background: -moz-linear-gradient(top, #cadbe9, #a0b4c5);
	background: -linear-gradient(top, #cadbe9, #a0b4c5);	
	box-shadow: 0 1px 0 #FFFFFF;
}
	
.search-section form.searchform input[type='submit'], .srch-box-inner form input[type='submit']
{
	padding: 0 0 0 20px;
	height: 22px;
	color: #2f2f2f;
	cursor: pointer;
	border: none;
	
	background: url("../images/icon-search.png") no-repeat left top transparent;
}

#journal-search ul.srch-filters
{
	background: #F6F6F6;
}

#journal-search li
{
	padding: 8px 0;
	margin: 0 15px;
	text-overflow: ellipsis;
    white-space: nowrap;   
    overflow: hidden;
    cursor: default;
    
    border-bottom: 1px solid #EFEFEF;
}

#journal-search  .journal-subjects ul ul

{
	display: none;
	margin: 0 0 0 25px;
}

#journal-search  .journal-subjects ul ul li
{
	width: 186px;
}

#journal-search .journal-subjects-opts
{	
	overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    
    background: #f6f6f6;
}

.journal-subjects, #journal-search ul.srch-filters
{
    width: 100%;	
}
	
#journal-search ul.srch-filters input 
{
	margin-right:5px;
	margin-top: 1px;
	vertical-align: middle;
}

#journal-search .journal-publisher, #journal-search .journal-LatestUpdate
{
	margin: 20px 0 0 10px;
	float: left;
}

#journal-result-list ol.result-list li.result .journal_name
{
	/*<pranaya sahu,#2188, 10-9-2016> modified the css for predatory field*/
	/* Akhilesh 06/05/2016  <Sprint15, #2067, Alignment of journal title on 'Journal Finder' and 'Add Page'> Start */
	/*** Responsive Design Sysfore Add Width Start (18/10/2016) *****/
     /*width: 480px;*/
     width: 490px;
/*** Responsive Design Sysfore Add Width End (18/10/2016) *****/
	/* Akhilesh 06/05/2016  <Sprint15, #2067, Alignment of journal title on 'Journal Finder' and 'Add Page'> End */
	/*Akhilesh, Shukla 07/04/2016  <Sprint15, #2055, > End*/
	float: left;
/*** Responsive Design Sysfore removed Start (18/10/2016) *****/
/*margin-right: 8px;*/
/*** Responsive Design Sysfore removed End (18/10/2016) *****/
}
#journal-result-list .sr-no
{
	line-height: 21px;	
}
	
#journal-search .journal-publisher a, .journal-LatestUpdate a
{    
    display: block;
    height: 24px;
    line-height: 24px;
    text-align: center;
    width: 227px;
    
    background: #E7E7E7;
}

#journal-search .journal-publisher a img, #journal-search .journal-LatestUpdate a img
{
	padding: 0 0 0 80px;
    vertical-align: middle;
}

#journal-search .journal-LatestUpdate a img
{
	padding-left: 52px;   
}

article#mainbody #publisher-result-list ol.result-list li.result .showArticleDesc
{
	width: 616px;
}

#publisher-result-list .accordion-content ol, #publisher-result-list .accordion-content ol li
{
	list-style-position: outside;
    list-style-type: decimal;
    line-height: 20px;
}

article#mainbody #publisher-result-list ol.result-list li
{
	 padding: 12px 0 5px;
}

article#mainbody #publisher-result-list ol.result-list li li
{
	padding: 5px 0;
    list-style: decimal;
    
	background: none repeat scroll 0 0 transparent;
    border: 0 none; 
/*** Sysfore add style #119 (31/01/2017) *****/	
position:relative;	
}
#publisher-result-list .accordion-content ol {
/*** Responsive Design Sysfore Changed margin Start (18/10/2016) *****/
	margin: 0 0 0 32px;
/*** Responsive Design Sysfore Changed margin End (18/10/2016) *****/
}

#publisher-result-list .accordion-content ol a
{
	text-decoration: none;
}

#publisher-result-list .accordion-content ol a:hover
{
	text-decoration: underline;
}

.starting-with-opts
{
	float: right;
	/*Sysfore changed margin Start 30/01/2017 */
    margin: 10px 0 0;
	/*Sysfore changed margin End  30/01/2017 */
}

.starting-with-opts select
{
	padding: 4px;
	
	background: #f8f7f7;
	border-color: #c8d1d4;
}
	
.search-section ul
{
	/**** Sysfore Removed Float right 18/10/2016 *****/
	/*Sanjeeb 9-3-2017  #2333 */
	float: right;
	padding: 0 10px;
/*** Responsive Design Sysfore Changed margin Start (18/10/2016) *****/
	margin: 0px 0 0 0;
}/*** Responsive Design Sysfore Changed margin End (18/10/2016) *****/
.error-msg, #noKeywordsErrorMessage
{
	color: #F00000;
	display: block;
	padding: 5px 0;
	position: absolute;
	top: 10px;
	right: 160px;
}

.search-section li
{
	line-height: 25px;	
}

.other-search-opts
{
	clear: both;
	padding: 20px 0 0 0;
}

.other-search-opts a
{
	text-decoration: none;
	padding: 5px 15px;
	color: #2d2d2d!important;
	margin: 0 0 0 15px;
	display: inline-block;
	color: #2D2D2D;
	
	background: #f9fafa;
	background: -webkit-linear-gradient(top, #fff, #f9fafa);
	background: -moz-linear-gradient(top, #fff, #f9fafa);
	background: -linear-gradient(top, #fff, #f9fafa);	
	border: 1px solid #dcdcdc;
	border-radius: 5px;
}

.other-search-opts a img
{
	vertical-align: middle;
}

.highlight-area
{
	clear: both;
	margin: 0 0 20px;
	
	border: 1px solid #c1c0c0;
	background: #e4e4e4;
	background: -webkit-linear-gradient(top, #e4e4e4, #dedcdc);
	background: -moz-linear-gradient(top, #e4e4e4, #dedcdc);
	background: -linear-gradient(top, #e4e4e4, #dedcdc);	
	border-radius: 5px;
	padding: 10px;
}

.highlight-area li
{
	float: left;
	color: #f15623;
	font-size: 14px;
	padding: 0 75px;
	
	border-right: 1px solid #c1c0c0;
	box-shadow: 1px 0 0 #FFFFFF; 
}

.highlight-area li.last-child
{
	border: none;
	box-shadow: none;
}

.highlight-area li img
{
	vertical-align: middle;
	padding: 0 10px 0 0;
}

/* Author-Journal-Finder*/
.author-journal-finder, .adv-search-opts,.Journal-search-opts
{
	display: none;
}

.Journal-search-opts
{
	display: none;
	height: 400px;
	width: 285px;
    overflow-x: hidden;
    overflow-y: auto;
}	
	

/* advance search */
#advanced-search .search-section
{
	position: relative;
}

.advance-search, .adv-search-opts
{
	display: none;
	clear: both;
}

.advance-search h3
{  
    clear: both;
    font-size: 12px;
    font-weight: bold;
    line-height: 25px;
    margin: 5px 0 10px;
    padding: 0 0 0 9px;
    color: #295667;
    
    border-bottom: 1px solid #DDDDDD;
    border-radius: 2px;
    background: #DDDDDD;    
}

#advanced-search h1
{
	font-weight: normal;
	font-size: 16px;
	margin: 0 0 10px;
}

#advanced-search .search-wrapper
{
	width: 610px;
	padding: 0 0 20px 0;
}

#advanced-search .jgate-subjects li ul
{
	margin: 5px 0 0 17px;
}

#advanced-search .jgate-subjects li li
{
    margin: 0 0 0 21px;
    padding: 2px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    
    border: none;
}

#advanced-search .jgate-subjects li input, .journal-subjects-opts li input
{
	margin-right:5px;
	vertical-align: middle;
}

#advanced-search .jgate-subjects li a, #journal-search .journal-subjects-opts a
{
	display: inline-block;
	text-decoration: none;
	text-align: center;
	color: #2d2d2d;
	width: 18px;
	height: 16px;
	
	border-radius: 2px;
	background: #e7e7e7;
}

#advanced-search .jgate-subjects li a:hover, #journal-search .journal-subjects-opts a:hover
{
	text-decoration: none;
}

#advanced-search .jgate-subjects ul ul 
{
	display: none;
}

.search-section .journal-Search-Type
{
	display: none;	
	float: left;
}

.search-section .journal-Search-Type input,
.srch-filters input
{
	float: left;
	margin-top: 5px;
	margin-right : 5px;
}

.search-section .journal-Search-Type li
{
	display: inline;
	margin-right: 10px;
	float: left;
}

.jgate-subjects .adv-search-opts li.select-all,
.jgate-subjects .Journal-search-opts li.select-all,
#journal-search li.select-all:first-child
{
	padding-left: 38px;	
}

.add-expression, .pick-journal-list a
{
	float: right;
	display: block;
	text-decoration: none;
	color: #295667;
	padding: 3px 8px;
	margin: 0 0 12px;	
	
	background: #f0f0f0;
	border: 1px solid #cbd3d9;
	border-radius: 3px;
}

#selectedJournals a
{
    margin: 0 5px;
    padding: 0 5px;
}

.advanced-search .article_name, .advanced-search .add-submit	
{
	clear: both;
    float: right;
    margin: 4px 0;
}

.advanced-search .add-submit div	
{
	float:right;
}

.advanced-search form fieldset
{
	float: left;
}

.advanced-search .article_name
{
	float: left;
}

.remove-expression
{
    display: inline-block;
    float: left;
    height: 25px;
    margin: 3px 20px 0 10px;
    text-indent: -9999px;
    width: 27px;
    
    background: url("../images/icon-remove.jpg") no-repeat scroll left top transparent;
}

#advanced-search .search-wrapper .com-input
{
	float: left;
	width: 330px;
	margin-bottom: 10px;
    margin-right: 8px;
}

#advanced-search .search-wrapper .control.operator
{
	clear: both;
    display: block;
    margin: 0 0 10px;
    width: 62px;
}

.add-expression span
{
	color: #f05223;
}
/* advanced search */

.limit-wrapper
{
	padding: 10px;
	overflow: hidden;
	
	border: 1px solid #e5e5e5;
}

.limit-wrapper h4
{
	margin-bottom: 10px;
	color: #295667;
}

	
.full_text_only, .pick-wrapper
{
	float: right;			
}

.pick-wrapper
{	
	margin: 10px 0 0;
	padding: 10px 0 0;
	width: 548px;	
	
	border-top: 1px solid #e5e5e5;
}

.full_text_only input
{
	margin: 3px 6px 0 0;
}

.limit-to
{
	clear: both;	
	padding: 6px;
	margin: 10px 0;
	
	border: 1px solid #e5e5e5;
	border-radius: 3px;
}

.limit-to input
{
	margin: 0 5px;
}

.pick-journal-list
{
	clear: both;   
    display: table;
    width: 100%;
}

.pick-journal-list a
{
	float: left;
	margin: 0;
}

.pick-journal-list #selectedJournals
{
	float: left;
	padding: 10px;	
	width: 526px;	 
	margin-top: 10px;
	
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	background: #fbfbfb;
}

.pick-journal-list #selectedJournals div
{
	padding: 0 0 5px;
}

.pick-journal-list #selectedJournals div input
{
	margin: 0 5px 0 0;
}

.controlfield, .advanced-search .control.field
{
	float: left;
	padding: 5px;
	width: 150px;
}

.publication-yr
{
	float: left;
    padding: 0 0 20px 0;   
}

.publication-yr span
{
	margin: 0 5px;
}

.result_Per_Page
{
	float: left;
	padding-bottom: 20px;
}

.sort_by
{
	clear: both;
}

.zero-results
{
	clear: both;
/*** Responsive Design Sysfore Changed Padding Start (18/10/2016) *****/
	padding: 0px 10px 30px;
}/*** Responsive Design Sysfore Changed Padding End (18/10/2016) *****/


.zero-results p
{
   	margin: 20px 0; 
}

.zero-results li
{
	list-style: disc outside none;
    margin: 0 0 0 15px;
    padding: 0 0 10px;
}

/* home page ends */
/* smt page */

.middle-part h1
{
	padding: 6px 0 0;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: normal;
    text-align: right;
}
/* kumaraswamy #2361 code changes for Theses start */
.middle-part1 h1
{
	padding: 6px 0 0;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: normal;
    text-align: right;
}
/* kumaraswamy #2361 code changes for Theses end */
.main-inner-nav
{
	float: left;
	width: 100%;
	height: 67px;
	margin: 10px 0;
	
	border: 1px solid #86b2d3;
	border-radius: 3px;
	box-shadow: 0 2px 2px #555555;
	background: #c5e0f1;
	background: -webkit-linear-gradient(top, #c5e0f1, #afcadb);
	background: -moz-linear-gradient(top, #c5e0f1, #afcadb);
	background: -linear-gradient(top, #c5e0f1, #afcadb);	
	
}

.main-inner-nav li
{
	float: left;
    height: 67px;
    width: 120px;
    text-align: center;    
    
    background: url("../images/nav-separator.png") no-repeat right top transparent;
}

.main-inner-nav li.last
{
	background: none;
}

.main-inner-nav li a
{
    display: block;
    padding: 5px 10px;
    height: 57px;
    font-family: "Myriad Pro";
    color: #383838;
    text-decoration: none;
    text-shadow: 0 1px 0 #eee;
}

.main-inner-nav li a:hover, .main-inner-nav li a.active
{
	background: #afcadb;
	background: -webkit-linear-gradient(top, #aec9db, #c5e0f1);
	background: -moz-linear-gradient(top, #aec9db, #c5e0f1);
	background: -linear-gradient(top, #aec9db, #c5e0f1);	
}

.search-box-holder
{
	float: left;
    padding: 20px 0 10px;
    width: 100%;
    
    background: #f1f1f1;
}

.search-box
{
	float: left;
	padding: 2px 8px;
	width: 250px;
	margin: 0 18px 15px;
	
	border: 1px solid #C5C5C5;
	border-radius: 15px;
	background: #c8c8c8;
	background: -webkit-linear-gradient(top, #f0f0f0, #c8c8c8);
	background: -moz-linear-gradient(top, #f0f0f0, #c8c8c8);
	background: -linear-gradient(top, #f0f0f0, #c8c8c8);	
}

.search-box label
{
	display: inline-block;
    width: 80px;
    text-align: right;
}

.search-box input[type="text"]
{
	width: 140px;
}

.search-box select
{
	width: 146px;
	padding: 2px;
	
	background: #f5f5f5;
	background: -webkit-linear-gradient(top, #f5f5f5, #e2e2e2);
	background: -moz-linear-gradient(top, #f5f5f5, #e2e2e2);
	background: -linear-gradient(top, #f5f5f5, #e2e2e2);	
	box-shadow: 0 0 1px #FFFFFF inset;
}

.search-box input[type="button"]
{	
	width: 16px;
	height: 16px;
	border: none;
	
	background: url("../images/icon-search-med.png") no-repeat right 2px transparent;
}

.table.client-list
{
	margin: 0 0 10px;
}

.table.client-list a
{
	text-decoration: none;
	margin: 0 20px 0 0;
}

.table.client-list a:hover
{
	text-decoration: underline;
}

.table.client-list td img
{
	vertical-align: middle;
}

.btn-box
{
	clear: both;
	padding: 20px;
	float: right;
}

.add-client .btn
{
	margin: 0 0 0 10px;
}

.ip-ranges input
{
	margin: 0 0 0 5px;
}

.add-ip-row
{
	margin: 0 0 0 80px;
}

.ip-listbox
{
	margin: -3px 0 10px;
}

.ip-listbox .ip-list
{
	display: inline-block;	
    margin: 5px -3px 0;
    padding: 5px;
    width: 148px;
    height: 80px;
    overflow: auto;
    
    border: 1px solid #ccc;
}

.ip-listbox .remove-all-ip
{
	position: relative;
    left: 5px;
}

.ip-list span
{
	display: block;
	padding: 2px;
}

.ip-list .delete-ip
{
	margin: 0 0 0 10px;	
}

/* smt page ends */

/* search area */

.common-search-container
{
	margin: 20px 0;
}

nav#facets
{
	float: left;
	width: 270px;
	overflow: hidden;
	padding: 0;
	margin: 0 auto;
	font-size: small;
	
	border: 1px solid #aab2b5;
	border-radius: 5px;
	background: #e0e6e8;
	background: -webkit-linear-gradient(top, #e0e6e8, #f6f6f6);
	background: -moz-linear-gradient(top, #e0e6e8, #f6f6f6);
	background: -linear-gradient(top, #e0e6e8, #f6f6f6);	
}

nav#facets a 
{
	color: #2d2d2d;
}
	
nav#facets ul.facet-list
{
	background: none;
	box-shadow: none;
	border: none;
}

nav#facets .facet
{
	margin: 0;
	float: none;
	clear: both;
}

nav#facets li.facet:last-child
{
	border: none;
}

nav#facets ol.filter-list li
{
	margin: 0;
	float: none;
	padding: 0 0 5px;
}

nav#facets ol.filter-list .metadata
{
	width: auto;
	margin: 4px 0 0;
	min-width: 50px;
	
	background: transparent;
}

nav#facets ol.filter-list .metadata .count,
article#mainbody ol.filter-tabs li .metadata	
{
	color: #F00000;
	
	background: transparent;
}

article#mainbody ol.filter-tabs
{
	margin: 0;
}

article#mainbody ol.filter-tabs li .metadata
{
	font-size: 12px;
    margin: 0 0 0 5px;
}

nav#facets ol.filter-list .metadata .count:before,
article#mainbody ol.filter-tabs li .metadata:before
{
	content: "(";
}

nav#facets ol.filter-list .metadata .count:after,
article#mainbody ol.filter-tabs li .metadata:after
{
	content: ")" !important;
}

nav#facets ol.filter-list .label
{
	margin-right: 12%;
    width: 180px;
}

nav#facets form.filter-list-form .filter-list .label
{
	margin-right: 0;
    overflow: hidden;
    padding-left: 2.45em;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 160px;
    line-height: 20px;
    /*
    <#3318, Sprint 36> By Kuresh & Pranaya, To handle camel case issue for Publisher Name Facet
    text-transform: capitalize; 
    */
}

nav#facets ol.filter-list li.more-link .label, 
.abstarct-link, .article-btm-sec .full-txt
{
    float: right;
    margin: 0;
    padding: 1px 5px 1px 0;
    text-align: right;
    width: 68px;
    color: #2d2d2d;
    
    background: #F8FAFC;
	background: -webkit-linear-gradient(top, #F8FAFC, #D4E2ED);
	background: -moz-linear-gradient(top, #F8FAFC, #D4E2ED);
	background: -linear-gradient(top, #F8FAFC, #D4E2ED);	
    border-radius: 3px 3px 3px 3px;
    border: 1px solid #9FBFD6;
}

nav#facets form.filter-list-form .submit
{
	margin: 10px;
}

article#mainbody ol.filter-tabs li.active, article#mainbody ol.filter-tabs li.active:hover, article#mainbody ol.filter-tabs li.active:active
{
	margin-left: 5px;
}

nav#facets h2
{  
	/* pranaya sahu 10/11/2015 <#239 journal finder apply filter button position> starts  */
	padding: 10px 10px;
	/* pranaya sahu 10/11/2015 <#239 journal finder apply filter button position> ends  */
	text-shadow: 0 1px 0 #fff;
	box-shadow: 0 1px 0 #FFFFFF inset;
	font-size: 16px;
	color: #295667;
	
	background: #d5dee0;
	background: -webkit-linear-gradient(top, #d5dee0, #dce2e4);
	background: -moz-linear-gradient(top, #d5dee0, #dce2e4);
	background: -linear-gradient(top, #d5dee0, #dce2e4);	
}

nav#facets li.collapsed-facet h3 
{
	background: #b7c7cc;
	background: -webkit-linear-gradient(top, #cfd7da, #dbe5e8);	
	background: -moz-linear-gradient(top, #cfd7da, #dbe5e8);
	background: -linear-gradient(top, #cfd7da, #dbe5e8);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfd7da', endColorstr='#dbe5e8',GradientType=0 );
	box-shadow: 0 1px 0 0 #e3e8e9 inset;		
	border: 1px solid #bec5c7;	
}


nav#facets  h3, nav#facets li.collapsed-facet.expanded-facet h3, 
nav#facets .collapsed-facet h3
{
	font-size: 13px;
	padding: 8px 10px;
	color: inherit;
	text-shadow: inherit;
	margin: 0;
	
	border: 1px solid #95a9b1;	
	background: #b7c7cc;
	background: -webkit-linear-gradient(top, #b7c7cc 59%, #aec2c9 61%);	
	background: -moz-linear-gradient(top, #b7c7cc 59%, #aec2c9 61%);
	background: -linear-gradient(top, #b7c7cc 59%, #aec2c9 61%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7c7cc', endColorstr='#aec2c9',GradientType=0 );
	box-shadow: 0 1px 0 0 #CDD8DB inset;
	text-shadow: 0 1px 0 #F6F6F6;	
}

nav#facets h3.ui-state-active
{
	border-top: 1px solid #95a9b1;
	background: #b3c6cd;
	background: -webkit-linear-gradient(top, #bccacf, #b4c6cd 50%, #acc0c7 51%, #b3c6cd 100%);
	background: -moz-linear-gradient(80%, 20%, #bac9ce, #b1c5cc);
	background: -linear-gradient(top, #bccacf, #b4c6cd 50%, #acc0c7 51%, #b3c6cd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bccacf', endColorstr='#b3c6cd',GradientType=0 );
}

nav#facets h4
{
	font-size: 12px;
	padding: 8px 10px;
	
	border-top: 1px solid #dbe3e6;
	border-bottom: 1px solid #d8e2e4;
	background: #eaeeef;
	background: -webkit-linear-gradient(top, #eaeeef, #f2f3f5);
	background: -moz-linear-gradient(top, #eaeeef, #f2f3f5);
	background: -linear-gradient(top, #eaeeef, #f2f3f5);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeeef', endColorstr='#f2f3f5',GradientType=0 );
}

.ui-icon
{
	height: 16px;
	width: 14px;
	display: block;
	float: left;
	margin: 0 5px 0 0;
}

.ui-icon-triangle-1-s
{
	background: url("../images/icon-minus.png") no-repeat right 2px transparent;
}

.ui-icon-triangle-1-e
{
	background: url("../images/icon-plus.png") no-repeat right 2px transparent;
}

.srch-filter-sec ul ul
{
	padding: 15px;
}

.srch-filter-sec ul ul li
{
	padding: 0 0 15px;	
}

.srch-filter-btn
{
	border-top: 1px solid #95a9b1;
}

.srch-filter-btn .com-btn
{
	margin: 5px;
	float: right;
}

article#mainbody
{
	float: left;
	margin: 0 0 0 5px;
	padding: 0;
	width: 681px;
	min-height: 200px;
	
	border: 1px solid #c0c4c5;
	border-radius: 5px;	
	
	background: #fff;
	background: -webkit-linear-gradient(top, #fff, #fafbfc 10%, #eef2f4 30%, #fff 100%);
	background: -moz-linear-gradient(top, #fff, #fafbfc 10%, #eef2f4 30%, #fff 100%);
	background: -linear-gradient(top, #fff, #fafbfc 10%, #eef2f4 30%, #fff 100%);
}

article#mainbody ol.result-list
{
	box-shadow: none;
	z-index: auto;
	/*** add new style - Start - #107 (23/12/2016) *****/
	position:relative;
	/*** add new style - end - #107 (23/12/2016) *****/
}

body.no-results article#mainbody
{
	width: 681px;
	padding: 0;
}
/* Shukla 27-04-2018 #2888 - Regression(Responsive): RSS alert should be aligned properly in basic search result page starts*/
.source_journal{
	 font-family: Arial, Verdana, sans-serif;
	 font-size: 13px;
	 position: relative;
	 font-weight: normal;
	 color: #2D2D2D;
     line-height: 20px;
     text-align: left;
     padding: 0px 30px 0px 2px;
}
/*#2888 - Regression(Responsive): RSS alert should be aligned properly in basic search result page ends  */
article#mainbody ol.result-list li.result h3
{
	font-family: Arial,Verdana,sans-serif;
	font-size: 13px;
	position: relative;
	font-weight: normal;
	color: #2D2D2D;
	line-height: 20px;
}

article#mainbody ol.result-list li.result p
{	
	text-align: justify;	
	line-height: 21px;
}

#author-list.author-new ol.result-list li.result p
{	
	width: 580px;
	display: inline-block;
}
	
article#mainbody ol.result-list li.result .loader
{   
    position: absolute;
    right: 13px;
}

article#mainbody section#top-controls #toggles
{
	padding: 0;
}

article#mainbody section#top-controls #toggles .toggle-controls
{
/*satyaban #2433 19/05/2017 extra pixel added to margin starts */
	margin: 8px -5px;
/*satyaban #2433 19/05/2017 extra pixel added to margin ends */
}

article#mainbody section#top-controls #toggles .sort-container
{
	margin-top: 14px;
}

article#mainbody section#top-controls .toggle-panes
{
	background: #c4cdd4;
}

article#mainbody section#top-controls .toggle-pane
{
	margin: 0 0 10px;
	 
	border-bottom: 1px solid #B3CADB;   
}

article#mainbody section#top-controls .response-statistics
{
	display: inline;
}

.top-area
{
	position: relative;
	float: left;
    width: 100%;
    border-radius: 5px;
    
    background: -webkit-linear-gradient(top, #ffffff 60%, #eef2f4 90%);	
	background: -moz-linear-gradient(top, #ffffff 60%, #eef2f4 90%);
	background: -linear-gradient(top, #ffffff 60%, #eef2f4 90%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eef2f4',GradientType=0 );
}

.top-area .srch-term
{
	float: left;
	color: #f05123;
/*** Responsive Design Sysfore Changed Padding Start (18/10/2016) *****/
	padding: 10px 10px 0;
/*** Responsive Design Sysfore Changed Padding End (18/10/2016) *****/
	width: auto;
}

.top-area .srch-term li
{
    float: left;
	/**** Sysfore add Changed Padding Start 22/10/2016 ****/
    padding: 3px 6px 3px 6px;
	/**** Sysfore add Changed Padding Start 22/10/2016 ****/
    margin: 0 5px 3px 0;
    
    background: #D5DEE0;
    border-radius: 3px;
}
/*#2986, Hiding the Search Term in breadcrumb in for Publisher Facet */
.top-area .srch-term li.breadcrumb.journal_name, .top-area .srch-term li.breadcrumb.subjects_name_l3,li.breadcrumb.speakers.optional,
.top-area .srch-term li.breadcrumb.book_series_name,.top-area .srch-term li.breadcrumb.editors,.top-area .srch-term li.breadcrumb.conf_series_name,li.breadcrumb.publishers.optional, li.breadcrumb.openaccess_type 
{
	display: none;
}
	
/* Sarada,Akshatha 14/11/2017 <Sprint-26 phase-1>  #2705 starts */
.top-area .srch-term li.breadcrumb.filter_metrix
{
	display: none;
}
/* Sarada,Akshatha 14/11/2017 <Sprint-26 phase-1>  #2705 ends */
	
	
.top-area .srch-term li.first label
{
	display: none;
}

.top-area .srch-term label
{
	display: inline-block;
	float: left;
	line-height: 20px;
	color: #295667;	
/*** Responsive Design Sysfore Add Margin Start (18/10/2016) *****/
	margin-right: 10px;
/*** Responsive Design Sysfore Add Margin End (18/10/2016) *****/
}

.top-area .srch-term li label
{
    margin: 0 3px 0 0;
    padding: 0 3px;
    line-height: normal;
    cursor: pointer;
    border-radius: 10px;
}


.srch-term span
{
	color: #2d2d2d;
	margin: 0 0 0 5px;
	display: inline-block;
}

div#searchBox
{
	position: relative;
	border: medium none;    
    float: right;
    margin: 8px 10px 15px 10px;
    left: 0;
}

div#searchBox .searchform legend
{
	display: none;
}

div#searchBox .searchform .query
{
	display: inline-block;
    float: left;
    width: 38%;
    border-radius: 5px;
}

div#searchBox .searchform span
{
	display: inline-block;
    float: left;
    margin: 0 0 0 8px;
}

div#searchBox .searchform .submit
{
	float: left;
	color: #2d2d2d;
	width: 100px;
	height: 29px;
	text-shadow: 0 1px 0 #CCC;
	
	border: 1px solid #98adbf;
	border-radius: 0 3px 3px 0;
	background: #cadbe9;
	background: -webkit-linear-gradient(top, #cadbe9 0%, #a0b4c5 50%);
	background: -moz-linear-gradient(top, #cadbe9 0%, #a0b4c5 50%);
	background: -linear-gradient(top, #cadbe9 0%, #a0b4c5 50%);	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cadbe9', endColorstr='#a0b4c5',GradientType=0 );
	box-shadow: 0 1px 0 #FFFFFF inset;
}

div#searchBox .searchform .submit#cNewSearchButton
{
    position: relative;
    float: left;
    margin-left: 15px;
    border-radius: 3px;
}

#cNewSearchButton.cNewSearchButton
{
    position: relative;
    float: right;
    margin-left: 15px;
    margin-top: 20px;
    margin-right: 20px;
    border-radius: 3px;
    color: #2d2d2d;
	width: 150px;
	height: 29px;
	text-shadow: 0 1px 0 #CCC;
	
	border: 1px solid #98adbf;
	background: #cadbe9;
	background: -webkit-linear-gradient(top, #cadbe9 0%, #a0b4c5 50%);
	background: -moz-linear-gradient(top, #cadbe9 0%, #a0b4c5 50%);
	background: -linear-gradient(top, #cadbe9 0%, #a0b4c5 50%);	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cadbe9', endColorstr='#a0b4c5',GradientType=0 );
	box-shadow: 0 1px 0 #FFFFFF inset;
	line-height: 1.5em;
	cursor: pointer;
}

div#searchBox .searchform .submit:hover, div#searchBox .searchform .submit:active
{
	background: #a0b4c5;
	background: -webkit-linear-gradient(top, #a0b4c5, #cadbe9);
	background: -moz-linear-gradient(top, #a0b4c5, #cadbe9);
	background: -linear-gradient(top, #a0b4c5, #cadbe9);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0b4c5', endColorstr='#cadbe9',GradientType=0 );
}

div#searchBox .searchform .form-controls {
    display: inline;
    float: left;
    margin: 14px 0 0;
}

.srch-box-inner
{
	position: absolute;
    right: 10px;
    top: 43px;
    z-index: 1;
}

.srch-box-inner form input[type="text"]
{
    width: 192px;
    height: 20px;
    padding: 4px;
}

.srch-box-inner form span {
	padding: 3px 5px;
}

.srch-inner-actions
{
	height: 20px;
    padding: 20px 10px;
    
    background: #fff;
}

.srch-inner-actions li.first-child
{
	float: left;
	line-height: 22px;
}

.srch-inner-actions li.last-child
{
	float: right;
}

article#mainbody section#top-controls
{	
	border: 1px solid #96B5BD;	
	border-left: none;
	border-right: none;
	background: none;
}

article#mainbody section#top-controls #toggles .top-wrapper
{	
	background: -webkit-linear-gradient(top, #ffffff 60%, #eef2f4 90%);	
	background: -moz-linear-gradient(top, #ffffff 60%, #eef2f4 90%);
	background: -linear-gradient(top, #ffffff 60%, #eef2f4 90%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eef2f4',GradientType=0 );
	overflow: hidden;	
}

article#mainbody .toggle-results span + span,
.jf-results #top-controls span + span
{	
    color: #295667;
    /* satyaban 11/05/2017 #2433 starts */
    margin-left: 8px;
    padding-left: 8px;
    /* satyaban 11/05/2017 #2433 ends */
    border-left: 1px solid #D9D9D9;
}

article#mainbody #sel-art-op-link-box
{
	margin-top: 12px;
}

article#mainbody .selected-article-operation-link
{
	padding: 0;
}

article#mainbody ol.result-list li.result
{
	 padding: 0.8em 0;	
	 position: relative;
}

article#mainbody .author-listing ol.result-list li.result
{
	float: left;
	width: 100%;
}

article#mainbody .author-listing .journal_name a
{
	color: #2d2d2d;
}
	
article#mainbody ol.result-list li.result input.articleName
{
	float: left;
	display: inline-block;
    margin: 4px 10px 0 12px;
}

article#mainbody ol.result-list li.result .show-hide.toggle-arrow
{
	background: url("../images/icon-arrow-up.png") no-repeat right top transparent;
}

article#mainbody ol.result-list li.result .showArticleDesc, article#mainbody ol.result-list li.result .showPublisherList
{
	display: inline-block;
    padding: 0 20px 0 0;
    width: 616px;
    cursor: pointer;
}

article#mainbody ol.result-list li.result .showPublisherList
{
    width: 584px;	
}

article#mainbody ol.result-list li.result .showArticleDesc.active-header,
article#mainbody ol.result-list li.result .showPublisherList.active-header
{
	background: url("../images/icon-arrow-up.png") no-repeat right 10px transparent;
}

article#mainbody ol.result-list li.result .showArticleDesc.inactive-header, 
article#mainbody ol.result-list li.result .showPublisherList.inactive-header
{
	background: url("../images/icon-arrow-down.png") no-repeat right 10px transparent;
}

.article_name
{
	font-weight: bold;
}

.articleDesc, .journalList, .unionCatalogList
{
	display: none;
  /*sysfore change margin & padding  #61 08/12/2016 */
	margin: 10px 0 -5px;
    padding: 15px 12px;
	/*sysfore add float value #61 08/12/2016 */
    background: #FFFFFF;
	background: -webkit-linear-gradient(top, #FFFFFF, #F5F5F5);
	background: -moz-linear-gradient(top, #FFFFFF, #F5F5F5);
	background: -linear-gradient(top, #FFFFFF, #F5F5F5);
    border-top: 1px solid #DDDDDD;
}

.articleDesc .field, .articleDesc label,
.journalList .field, .publisherList .label
{
	margin: 0 0 10px;
	float: left;
	width: 535px;
}

.articleDesc .field.journal_name
{
	float:right;
}

.articleDesc .field li, .journalList .field li
{
	float: left;
	margin: 0 2px 0 0;
}

.articleDesc .field li a, .journalList .field li a
{
	text-decoration: none;
	color: #0968E9;
}

.articleDesc .field li a:hover, .journalList .field li a:hover
{
	text-decoration: underline;
}

.articleDesc label, .journalList label
{
	clear: both;
	font-weight: bold;
	margin: 0 10px 6px 0;
	width: 105px;
}

.article-btm-sec
{
	clear: both;
	/*sysfore removed padding top #61 08/12/2016 */
    padding: 0px 0 0;
}

.peer-reviewed
{
	display: block;
	float: left;
	margin: 4px 10px 2px 0;
}
/*** Sysfore update style - start - #98  (23/12/2016) *****/
.article-btm-sec .full-txt
{
	text-decoration: none;
	width: 72px;
	padding: 2px 5px;
	display:inline-block;
	float:none;
	position: relative;
    top: 22px;
    margin: 0px 5px;
	 
}
.article-btm-sec {
	display:table;
}
/*** Sysfore Add new style - end - #98  (23/12/2016) *****/
.article-btm-sec .full-txt span
{
    display: inline;
    float: right;    
    width: 12px;
    height: 15px;
    margin-left: 5px;
    
    background: url("../images/icon-new-window.png") no-repeat right transparent;
}

.article-btm-sec .abstarct-link
{
	display: block;
	float: right;
	color: #2b94fe;
	text-decoration: none;
	padding:1px 0 0 0;
	height: 18px;
	text-align: center;
	margin-right: 10px;
}

article#mainbody #bottom-controls
{	
	margin-bottom: 0;
	float: left;
	width: 100%;	
	
	border: none;	
}

article#mainbody #bottom-controls .results-per-page
{
	width: 230px;
	padding-bottom: 0;
    padding-top: 5px;
}
	
article#mainbody #bottom-controls ol.pagination
{
	padding: 0;
	
	background: transparent;
}

article#mainbody #bottom-controls ol.pagination li
{
	height: 20px;
}

article#mainbody #bottom-controls ol.pagination li.active
{
	line-height: 21px;
}

article#mainbody #bottom-controls ol.pagination li.next a,
article#mainbody #bottom-controls ol.pagination li.previous a
{	
    border-width: 0;
    line-height: normal;
    width: 6px;
    height: 11px;
    margin-top: 5px;
    
    background: transparent;
}

article#mainbody #bottom-controls ol.pagination li.next a
{
	background: url("../images/icon-next.png") no-repeat left top transparent;
}

article#mainbody #bottom-controls ol.pagination li.previous a
{
	background: url("../images/icon-prev.png") no-repeat left top transparent;
}

/* page preview */

#page-preview h1
{
	font-size: 18px;
}

#page-preview h1 span
{
	float: right;
	font-size: 12px;
	font-weight: normal;
}

#page-preview .common-inner-container
{
	padding: 20px;
}

.table-preview
{
	width: 100%;
}

.table-preview td
{
	padding: 5px 0;
}

.table-preview hr
{
	margin: 0 0 10px;
	color: #ddd;
}

.prev-actions a
{
	margin: 0 0 0 10px;
}

.mail-poup h3
{
	font-size: 12px;	
	padding: 0 0 5px;
	margin: 0 0 10px;
	
	border-bottom: 1px solid #ddd;
}

.mail-poup label, .mail-poup input[type="text"]
{
	display: inline-block;
	float: left;
	margin: 0 0 10px;
}

.mail-poup input[type="text"], .mail-poup textarea
{
	width: 325px;
}

.mail-poup label
{
	clear: both;
    width: 80px;
}

.send-mail-btns
{
	clear: both;
	margin: 15px 0 0 80px;
}

/* page preview ends*/

/**/

.popup-container
{
	padding:10px;
   
    background:#fff;
}


/**/

/* footer */
footer {
/*** Responsive Design Sysfore Removed Clear Start (18/10/2016) *****/
/*clear: both;*/
/*** Responsive Design Sysfore Removed Clear End (18/10/2016) *****/

/*** Responsive Design Sysfore Add Width Start (18/10/2016) *****/
	width: 100%;
/*** Responsive Design Sysfore Add Width End (18/10/2016) *****/
	height: 60px;
	margin: 40px 0 0 0;
	padding: 20px 0;
	font-size: 14px;

	background: #b5b5b5;
	background: -webkit-linear-gradient(top, #b5b5b5, #909090);
	background: -moz-linear-gradient(top, #b5b5b5, #909090);
	background: -linear-gradient(top, #b5b5b5, #909090);	
}

.tips
{
	font-size: 12px;
    margin: -35px 0 16px;
    padding: 8px 0;
    text-align: center;
    
    background: #CCCCCC;
}

.tips img
{
	vertical-align: middle;
}

.foot-logo
{
	float: left;
	padding: 0 15px;
	height: 45px;
	
	border-left: 1px solid #b5b5b5; 
	border-right: 1px solid #b5b5b5;
}

.foot-logo > img {
    margin: 8px 0 0;
}

.foot-links
{
	float: left;
    margin: 0 auto;
    text-align: center;
    width: 627px;    
}

.foot-links ul
{
    height: 22px;
    margin: 3px auto;
/* Sysfore Change Width () Start 25/10/2016 */	
    width: 300px;
	/* Sysfore Change style End 25/10/2016 */	
    padding-left: 54px;
}

.foot-links li
{
	float: left;
}

.foot-links li a
{
	color: #303030;
	text-decoration: none;
	text-shadow: 0 1px 0 #ccc;
	padding: 0 10px 0 0;/*** sysfore change Style #74 26/10/2016 ****/
	margin: 0 10px 0 0;
	
	/*border-right: 2px groove #777777;*/
}

.foot-links li a:hover
{
	text-decoration: underline;
}

.foot-links li:last-child a
{
	border: none;	
}

.foot-links p
{
	clear: both;
	font-size: 12px;
	color: #fff;
    text-align: center;
}
	
.online-support a
{
	color: #303030;
	text-decoration: none;
}
	
/*tooltip styles*/

#tooltip
{
	position:absolute;
	z-index:9999;
	color:#fff;
	font-size:11px;
	text-indent: 0;
	padding: 5px 10px;
	
	background: #555;
	border-radius: 3px;
}

/* author list style*/

#facets .jgate-subjects
{
	padding: 0;
	width: 270px;
}

#author-list  div#searchBox, #journal-listing .journal-container  div#searchBox
{
	position: static;
	float: right;
	width: auto;
	margin-right: 20px;
	margin-bottom: 5px;
}

#author-list  div#searchBox fieldset
{
	margin: -8px 0 0;
}

#author-list  div#searchBox .query
{
	width: 170px;
}

.res-info-block
{
	float: left;
	clear: both;
	padding: 15px 0 0 10px;
}

.res-info-block span
{
	color: #295667;
	display: inline-block;
}

.res-info-block .response-statistics
{	
    display: inline-block;
    padding: 0 10px 0 0;
    
    border-right: 1px solid #a6a7a7;
}

.alphabets
{
	clear: both;
	padding: 5px 0;
	margin: 5px 0 0;
	
	border-top: 1px solid #acc0c7;
	border-bottom: 1px solid #acc0c7;
	background: #e5ecee;
	background: -webkit-linear-gradient(top, #e5ecee, #f4f7f8);
	background: -moz-linear-gradient(top, #e5ecee, #f4f7f8);
	background: -linear-gradient(top, #e5ecee, #f4f7f8);
}

.alphabets a, .alphabets span
{
	margin: 0 10px 0 0;
	color: #295667;
}

.alphabets a:hover
{
	text-decoration: underline;	
}
	
div#alphabets .unselect {
	color: #C6C6C6;
}

div#alphabets .active {
	font-weight: bold;
}

.author-listing-wrapper
{
	clear: both;	
	background: #fff;
	border-radius: 5px;
	
	border-top: 1px solid #e2e2e2; 
}

.author-listing-wrapper .journal-title, .field.publisher_name
{
	padding-left: 10px;	
	float: left;
}

 .field.publisher_name 
{
	/*<pranaya sahu,#2188, 10-9-2016> modified the css for predatory field */
	/*Sysfore changed width Start 18/11/2016 */
 	width:580px;
	/*Sysfore changed width End 18/11/2016 */
}
	
.author-listing-wrapper a
{
	text-decoration: none;	
}

.author-listing-wrapper a:hover
{
	text-decoration: underline;
}

.author-listing
{
	float: left;
    width: 460px;
    min-height: 415px;
    
    border-right: 1px solid #e2e2e2; 
} 
 
.journal-listing
{
	width: 680px;
	border: none;	
}

/* journal finder popup */

#journal-listing
{
	overflow-x: hidden;	
}
#journal-listing .journal-container  div#searchBox
{
	margin-top: 7px;
}

.popup-list 
{
	margin-top: 5px;
}
	
.popup-list article#mainbody, .popup-list  .journal-listing
{
	width: 100%;	
}

.popup-list .author-listing .sr-no
{
	margin-top: 2px;
	width: 65px;
}

.popup-list .field.journal_name
{
	width:600px;
	float: left;
}

.popup-list table 
{
	width: 98%;
}

.popup-list  #but-controls
{
	left: 0;
	top: 0;
	margin: 10px 0;
	float: right;
}

.popup-list  div#searchBox
{
	margin: 0 10px;
	top: 0;
}

.popup-list .starting-with-opts
{
	/*** Sysfore change Style Start 02/02/2017 ***/
	/*position: absolute;
	right: 310px;*/
	/*** Sysfore Add Style Start 27/10/2016 ***/
	margin-top: 15px;
	/*** Sysfore Add Style End 27/10/2016 ***/
	
	margin-right: 7px  !important;
    width: 105px !important;
	
	/*** Sysfore change Style End 02/02/2017 ***/
}
.popup-list .res-info-block
{
	padding:10px;
	float: left;
}

.popup-list .res-info-block div
{
	display: inline;
}

.butt-control
{
	padding: 5px 10px;
	color: #2f2f2f;
	font-weight: bold;
	text-shadow: 0 1px 0 #fff;
	cursor: pointer;
	
	border: 1px solid #94a4b2;
	border-radius: 5px;
	background: #aebfce;
	background: -webkit-linear-gradient(top, #aebfce, #a5b8c9);
	background: -moz-linear-gradient(top, #aebfce, #a5b8c9);
	background: -linear-gradient(top, #aebfce, #a5b8c9);	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aebfce', endColorstr='#a5b8c9',GradientType=0 );
	box-shadow: 0 1px 0 #fff inset;
}

#but-controls 
{
    bottom: 0;
    position: relative;
    left: 538px;
}

.journalCheckbox 
{
    position: absolute;
    bottom: 1px;
    left: 44px;
    top: 0;
}

#searchBox {
    left: 168px;
    position: absolute;
    top: 0px;
}

div#searchBox .searchform .query {
    border-radius: 5px;
    display: inline-block;
    float: left;
    width: 100%;
}
article#mainbody .searchform .query
{    
    color: #000000;
    float: left;
    font-size: 1em;
    height: 19px;
    line-height: 1.5em;
    margin: 0;
    outline: medium none;
    padding: 4px 10px;
    position: relative;
    width: 13em;
    z-index: 100;
    
    background-color: #FFFFFF;
    border: 1px solid #999999;
}

/* journal finder popup end */
	
	
.author-listing-head
{
	border-bottom: 1px solid #E2E2E2;
}

.author-listing-head li
{
	color: #295667;
	font-weight: bold;
	float: left;
	width: 100%;
	padding: 8px 0;
	
	background: #f1f4f6;
	background: -webkit-linear-gradient(top, #f1f4f6, #f7f9fa);
	background: -moz-linear-gradient(top, #f1f4f6, #f7f9fa);
	background: -linear-gradient(top, #f1f4f6, #f7f9fa);
}

.author-listing li
{
	clear: both;
}


.author-listing .sr-no
{
	float: left;
	width: 60px;
	text-align: center;
}

.journal-listing .view-country
{
	float: right;
	margin: 0 10px 0 0;
}

.journal-listing .field.country
{
	float: right;
    margin: 0 28px 0 0;
}

.journal-listing .field.accesstype
{
	float: right;
    margin: 0 10px 0 0;
}

.author-listing li span
{
	float: left;	
}

.author-listing li .result-list input + span
{
	width: 375px;
}
	
.author-listing li input[type='checkbox']
{
	float: left;
	margin: 2px 8px 0 0;
}

.author-listing ol.result-list li input[type='checkbox']
{
	margin-top: 4px;
}

.author-listing .author-name
{
	float: left;
	width: 370px;
}

.author-listing .field.authorname li
{
	clear: none;
    display: inline-block;
    margin: 0 5px 0 0;
}

#author-list .view-selected-authors
{
    float: left;
    width: 220px;   
    text-align: center;
    
    background: #fff;
}

.sel-auth-inner
{
	height: 425px;
    margin: 0 0 8px;
    overflow: auto;
}

.view-selected-authors p
{
	padding: 8px 5px;
	overflow: hidden;
	color: #f15623;
	text-align: center;
	
	background: #f5f7f8;
	background: -webkit-linear-gradient(top, #fff, #f5f7f8);
	background: -moz-linear-gradient(top, #fff, #f5f7f8);
	background: -linear-gradient(top, #fff, #f5f7f8);
	border-bottom: 1px solid #E2E2E2;
}

#selectedAuthors 
{
	padding: 5px;
}

#selectedAuthors > div 
{
    line-height: 20px;
    margin: 0 0 10px;
    padding: 5px;
    color: #2b94fe;
    overflow: hidden;
    
    border: 1px solid #E1E1E1;
    border-radius: 3px;
}

#selectedAuthors > div div 
{
	float: left;
	width: 150px;
	text-align: left;
}

#selectedAuthors .remove-author 
{
	float: right;
	display: block;
	width: 16px;
	height: 14px;
	margin: 3px 0 0;
	
	background: url("../images/icon-close.png") no-repeat left top transparent;
}

.view-selected-authors .btn
{	
	margin: 0 10px 0 0;
}

.view-selected-authors .add-journal 
{
	float: right;
	padding-right: 25px;
}
	
/*journal finder*/

#journal-listing .jgate-subjects
{
	padding: 0;
	width: 270px;
}

#journal-listing .apply-filter
{
	padding: 10px;
	float: right;
}

#journal-listing .apply-filter input
{
	text-align: center;
	/* pranaya sahu 23/11/2015 <#239, #1996 journal finder apply filter button: revert back to original value> starts  */
	width: 100px;
	/* pranaya sahu 23/11/2015 <#239, #1996 journal finder apply filter button: revert back to original value> ends  */
}
	/* pranaya sahu 23/11/2015 <#239 : new css for journal finder apply filter button > starts  */
#journal-listing .apply-filterJF
{
	padding: 10px;
	float: right;
}

#journal-listing .apply-filterJF input
{
	text-align: center;
	width: 80px;
}
	/* pranaya sahu 23/11/2015 <#239 : new css for journal finder apply filter button > ends  */

.displayTagbg 
{
	float: right;
	width: 100%;	
	margin-top: -1%;
	
	background: #F3F3F3;
}

.select{
	text-decoration: none;
	font-size: 13px;
}

/* .breadcrumb-list .optional
{
	display: none;
} */
.breadcrumb-list .subjects_name_l3
{
	display: none;
}

.breadcrumb-list .authors
{
	display: none;
}
.breadcrumb.pubmed_article_str{
	display: none;
}

.breadcrumb-list .journal_name
{
	display: none;
}

.breadcrumb-list .issue_year
{
	display: none;
}

.breadcrumb-list .journal_id
{
	display: none;
}

.breadcrumb-list .issue_id
{
	display: none;
}
/* Akhilesh, Susheel 15/12/2016  <Thesis Sprint 1, #2269 Hiding breadcrumb(T&D)> Starts */ 
.breadcrumb-list .resource_type_str
{
	display: none;
}

.breadcrumb-list .univ_name
{
	display: none;
}

.breadcrumb-list .guide_name
{
	display: none;
}

.breadcrumb-list .researcher
{
	display: none;
}
/* Akhilesh, Susheel 15/12/2016  <Thesis Sprint 1, #2269 Hiding breadcrumb(T&D)> Ends */
/* <pranaya sahu,#2635,7-09-2017> added new facet country name */
.breadcrumb-list .country_name {
	display: none;
}
/* <pranaya sahu,#2635,7-09-2017> added new facet country name */
/* back to journal button */

.back-to-journals
{
	float: right;
	/* Sysfore change margin start 08/11/2016 */
	/* #2336 26-04-2017 Susheel Position of 'Back To Journals' and 'Search' button is distorted in TOC page start */
    margin: 6px 0 0;
    /* #2336 26-04-2017 Susheel Position of 'Back To Journals' and 'Search' button is distorted in TOC page end */
	/* Sysfore change margin end 08/11/2016 */
}

.jf-article-details
{
	clear: both;
	margin: 10px 0 0 0;
	
	border-top: 1px solid #acc0c7; 
}

.top-area .article-header
{
	border-radius: 5px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	
	background: #fef6cf;
	background: -webkit-linear-gradient(top, #fef6cf, #fffbea);
	background: -moz-linear-gradient(top, #fef6cf, #fffbea);
	background: -linear-gradient(top, #fef6cf, #fffbea);
	border-bottom: 1px solid #f3dab2;
}

.top-area  .article-header h2
{
	position: relative;
	padding: 15px 10px 10px 0;
	margin-left: 10px;
	color: #f15423;
	min-height: 60px;
	font-weight: normal;	
}

.top-area  .article-header h2 span, .top-area  .article-header h2 em
{
	display: inline-block;
	font-size: 12px;
	color: #2D2D2D;
	width: 450px;
}

.top-area  .article-header h2 em
{
	position: absolute;
    right: 25px;
    top: 20px;
    width: auto;
    color: #3f6d7c;
}

.top-area  .article-header h2 span strong
{
	float: left;
	font-weight: bold;
}

.top-area  .article-header li 
{
	width: 425px;
}
.top-area .article-header .sjr-toc{
	margin-left: 65%;
}
.articl-no, .in-details, .in-details .field.keywords li, 
.in-details .field.authorname li, .in-details .field.authors li
{
	float: left;
}

.articl-no
{
	text-align: center;
    width: 35px;
}

article#mainbody ol.result-list li.result .in-details .title p
{
	width: 520px;
	color: #2d2d2d;
	padding-bottom: 10px;
}

.in-details
{
	position: relative;
	width: 630px;
	margin: 0 0 0 10px;
}

article#mainbody ol.result-list li.result .in-details p, .in-details label
{
	color: #8a8a8a;
}

.in-details label
{
	width: 75px;
	clear: both;
	float: left;
}

.in-details .page-info
{
	position: absolute;
	right: 0;
	top: 0;
	color: #899ea6;
	font-style: italic;
}

.in-details .field.keywords li
{
	margin: 0 5px 0 0;
}

article#mainbody ol.result-list p.zero-results
{
	font-size: 16px;
}

.meta-info
{
	display: none;
	float:left;
}
	
.year-month-sec li
{
	padding: 5px 10px 5px 20px;
	
	border-bottom: 1px solid #DDDDDD;
}

/* user registration */

#user-registration
{
	margin: 50px auto;
    width: 700px;    
    overflow: hidden;
    padding: 0;    
    
    border: 1px solid #e7e7e7;
    border-radius: 5px;
}

#user-registration form
{
	padding: 20px;
}

#user-registration #descProfile
{
	padding: 9px;
    width: 276px;
}

#user-registration .other-optn
{
	margin: 0 0 10px 160px;
}

#user-registration .identity-opts
{
	margin: 0 0 15px;
	
	border: 1px solid #e5e5e5;
	background: #f9f9f9; 
	border-radius: 5px;	
}	

#user-registration .identity-opts p, #user-registration .identity-opts li
{	
	padding: 10px;
	
	border-bottom: 1px solid #e5e5e5;    
}

#user-registration .identity-opts span
{
	display: inline-block;
    padding: 0 10px 0 0;
    text-align: right;
    width: 120px;
}

#user-registration img
{
	padding: 0 10px 0 0;
	vertical-align: middle;
}

#user-registration h2
{
	color: #3299fe;
	padding: 5px 10px;
	
	background: #fcfcfc;
	background: -webkit-linear-gradient(top, #fcfcfc, #f7f7f7);
	background: -moz-linear-gradient(top, #fcfcfc, #f7f7f7);
	background: -linear-gradient(top, #fcfcfc, #f7f7f7);
	border-bottom: 1px solid #e7e7e7;
}


.mandatory
{
    color: #EF0002;
}

/* user registration ends */

/**/
.form-container .row.change-pwd-btns
{
	margin-right: 220px;
}
/**/
	
/* general footer link page styles*/

.general-pages
{
	padding: 20px;
}

.general-pages h1, .general-pages h2
{
	color: #295667;
	padding: 0 0 10px 0;
}

.general-pages li
{
	padding: 0 0 5px;
}

.general-pages ul, .general-pages p
{
	margin: 0 0 10px 0;
}

/* general footer link page styles ends */


/* Removed hyperlink for top area */

.top-area .srch-term li a
{
	text-decoration: none;
	color: #2d2d2d;
}

.top-area .srch-term .breadcrumb-list .first a 
{
	cursor: default;
}

/* Full text check box in search page */

.full-txt-opts
{
	display: inline-block;
	margin: 12px 10px 0;
}

.top-area .full-txt-opts.tab, .journal-tab li a 
{	
	margin: 5px 0 0 5px;
	float: left;	
	font-weight: normal;
	color: #2e2e2e;
	padding: 0 10px;
	width: auto;
	position: relative;
	top: 2px;
	
	border-top-left-radius: 3px;
    border-top-right-radius: 3px;  
    border: 1px solid #96B5BD;
	/** sysfore Add border bottom start 29/10/2016 **/
	border-bottom: 0px solid #96B5BD;
	/** sysfore Add border bottom start 29/10/2016 **/
	background: #fff; 
}

.top-area .full-txt-opts.tab.active, .journal-tab li a.active 
{	  
    text-decoration: none;
    text-align: center;    
    font-weight: bold;
    position: relative;
/*** Responsive Design Sysfore Chnage Z-index value Start (18/10/2016) *****/
    z-index: 999;
/*** Responsive Design Sysfore Chnage Z-index value End (18/10/2016) *****/
	border: 1px solid #96B5BD;
    border-bottom: none;
    box-shadow: 0 1px 0 #FFFFFF inset;
}
	
.top-area .full-txt-opts.tab span 
{
	color: #f00000;
	margin-left: 5px;
}

.top-area .full-txt-opts.tab a
{
	text-decoration: none;
	color: #000;
}
	
.full-txt-opts input[type="checkbox"]
{
	margin: 0 5px 0 0;
}

.full-txt-opts span:first-child 
{	
	display: inline;
}

/* Added hover icons for all journal in header menu */

#myLibraryId span:first-child, #allJournalId span:first-child, #myFavoriteId span:first-child
{	
	font-family: "Myriad Pro" Arial;
	width: 24px;
	height: 29px;
	float: left;
	
	background: url("../images/icon-journals.png") no-repeat;
}

#myLibraryId span:first-child 
{
	background-position: 0 -30px;
	width: 25px;
	
}

#myFavoriteId span:first-child
{
	background-position: 0 -58px;
}


#myLibraryId span + span, #allJournalId span + span , #myFavoriteId span + span 	
{
    margin-left: 10px;
}

.peer-icon 
{
	width: 23px;
	height: 16px;	
	display: inline-block;
	
	background: url("../images/icon-peer-reviewed.png") no-repeat;
}

.full_text_only ul 
{
	margin: 0;
	padding: 0;
	float: none;
}

.display-none
{
	display: none;
}
.display-block
{
	display: block;
}

.add-submit .add-expression
{
	clear: both;
	float: none;
	width: 41px;
	display: block;
	/*** Responsive Design Sysfore Change Margin Start (18/10/2016) *****/
	margin-left: 64px;	
}	/*** Responsive Design Sysfore Change Margin End (18/10/2016) *****/

.top-part nav ul 
{
	position: relative;
	float: left;	
	max-width: 160px;
}

.top-part nav ul ul 
{
	display: none;
	position: absolute;
	left: 0;
	top: 22px;
	/* width: 150px; */
	/*#2055 Shukla  Changed the message from manage alerts to Manage Alerts / Folders  starts */
	width: 200px;
	/*#2055 Shukla  Changed the message from manage alerts to Manage Alerts / Folders  ends */
	background: #000;
	border-radius: 3px;
	border-top-left-radius:0;
	border-top-right-radius:0;
	border-bottom:2px solid #2d2d2d;
}

.top-part nav ul ul a:hover
{
	/* width:130px; */
	/*#2055 Shukla  Changed the message from manage alerts to Manage Alerts / Folders  starts */
	width:140px;
	/*#2055 Shukla  Changed the message from manage alerts to Manage Alerts / Folders  ends */
	border-radius: 0;
	text-shadow: 0 0 0 #000;	
}

/* search history */

.search-history
{
	position: relative;;
}

.search-history-head 
{
	padding: 10px;
	position: absolute;
	left: 0;
	right: 0;
	
}

.search-history-tab span
{
    padding: 10px;
    float: left;
    margin-right:5px;
    color: #000;
    text-decoration: none;
	
	border: 1px solid #bfbfbf;
	/**** Sysfore Removed border-bottom Start 20/10/2016 */
	/*border-bottom: none;*/
	/**** Sysfore Removed border-bottom End 20/10/2016 */
	border-radius: 5px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background: #f9f9f9;
	background: -webkit-linear-gradient(top, #f8f8f8, #ffffff);
	background: -moz-linear-gradient(top,  #f8f8f8, #ffffff);
	background: -linear-gradient(top,  #f8f8f8, #ffffff);
	
	box-shadow: 0 0 1px #FFFFFF inset;	
}

.search-history-tab span.active
{	
	color: #3577ae;
	
	border-bottom:1px solid #f9f9f9;
	background: #f9f9f9;
}
	
.search-history-grid 
{
	padding: 10px 0;
	margin-top: 47px;
	float:left;
	width:100%;	
	
	border-top: 1px solid #bfbfbf;
	background: -webkit-linear-gradient(top, #f9f9f9, #ffffff);
	background: -moz-linear-gradient(top,  #f9f9f9, #ffffff);
	background: -linear-gradient(top,  #f9f9f9, #ffffff);	
	box-shadow: 0 0 1px #FFFFFF inset;	
}
	
.search-history-list 
{	
	padding: 10px 15px;	
	display: table;
	width:932px;
	
	border-bottom: 1px solid #DCDEE0;
}

.search-history-list.header, .search-history-list.header div
{
	font-weight: bold;
	color: #2e5a6c;
}

.search-history-list a
{	
	text-decoration: none;
}
	
.search-history	.btn-container
{
	margin: 15px 10px 0 0;
	float: right;
}

.search-history-list div 
{
	float: left;
}

.search-history-list.header .column-2, .search-history-list.header .column-3, .search-history-list.header .column-4, 
.search-history-list.header .column-5, .search-history-list.header .column-6
{
	border-left: 1px solid #DCDEE0;
}

.search-history-list .column-2, .search-history-list .column-3, .search-history-list .column-4, 
.search-history-list .column-5, .search-history-list .column-6
{
	border-left: 1px solid transparent;
}
	
.search-history-list .column-1
{
	width: 25px;	
}

.search-history-list .column-2
{
	width: 50px;	
	padding-left: 5px;
	padding-right: 5px;
}

.search-history-list .column-3
{
	/* Akshatha & Supritha 19-04-2016 <JCCC Support Sprint-15> Changed from 359px to 200px #2048 Starts */
	width: 365px;	
	/*Akshatha & Supritha 19-04-2016 <JCCC Support Sprint-15> #2048 ends */
	padding-left: 10px;
}

.search-history-list .column-4
{
	/*Akshatha & Supritha 19-04-2016 <JCCC Support Sprint-15>Changed from 157px to 97px #2048 ends */
	width: 90px;	
	/*Akshatha & Supritha 19-04-2016 <JCCC Support Sprint-15> #2048 ends */ 
	padding-left: 7px;
}

.search-history-list .column-5
{
	width: 110px;	
	padding-left: 7px;
}

.search-history-list .column-6
{
	width: 150px;	
	color: #ff0000;
	padding-left: 7px;
}
	
.search-history-list .column-7
{
	width: 33px;		
}		
	
/* create journal folder */

.journal-folder
{
	/*Akhilesh, Shukla 07/04/2016  <Sprint15, #2055, > Start*/
	padding:45px 0 0;
	/*Akhilesh, Shukla 07/04/2016  <Sprint15, #2055, > End*/
	overflow: hidden;
}

.journal-folder h3
{
	color: #999;
	margin-left: 15px;
}
	
.journal-folder a 
{
	text-decoration:none;
}

.journal-head 
{	
	padding: 0 15px;	
	
	border-bottom: 1px solid #96B5BD;
}

.journal-head li, .full-txt-opts.tab
{
    text-decoration: none;
    text-align: center;   
    width: 250px;
    font-weight: bold;
    position: relative;
    top: 1px;
    display: inline-block;
    line-height: 30px;
    
    border:1px solid #96B5BD;
    border-bottom: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 0 1px 0 #FFFFFF inset;
    background-color: #A8BDC2;
}
.journal-head li.active-tab
{
	background: #fff;       
    text-decoration: none;
    text-align: center;
   
    border: 1px solid #96B5BD;
    border-bottom: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;   
    width: 250px;
    font-weight: bold;
    line-height: 30px;       
    box-shadow: 0 1px 0 #FFFFFF inset;
}

.journal-head li a
{
	color: #fff;
}

.journal-head li a:hover, .add-submit .add-expression:hover,
.pick-journal-list a:hover
{
	text-decoration: none;
}

.journal-head li.active-tab a
{
	color: #F15623;
}

.journal-details, .journal-details-search 
{
	padding: 10px;
	border-radius: 5px;
	float: left;
	background: #f7f7f7;
	width: 350px;
	border: 1px solid #D9D9D9;	
	min-height: 145px;
}

article#mainbody .journal-sub #journal-search li
{
	width: auto;
}

.journal-inner-wrapper
{
	padding: 30px;
	overflow: hidden;	
}

.journal-details li, .journal-details-search li
{
	margin-bottom: 10px;
	float: left;
	position: relative;
	width: 100%;
}

.journal-details span:first-child
{
	min-width:120px;
	display: inline-block;
}

.journal-details span + span 
{
	min-width:120px;
	display: inline-block;
	font-weight: bold;
}
	
.journal-details-search
{
	width: 415px;
	margin-left: 10px;
	padding: 10px 50px;
	margin-bottom: 20px;
}

.journal-details-search input[type="text"]
{	
    float: left;
    font-size: 16px;
    padding: 5px;
    width: 400px;
    
    background: -moz-linear-gradient(center top , #D2D2D2, #FBFBFB 20%, #FFFFFF 100%) repeat;
    border: 1px solid #98ADBF;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 0 #FFFFFF;
}

.journal-details-search .radio-btn
{	
	padding: 5px 10px;
	width: 185px;
	float: left;
	text-align: center;
	
	border: 1px solid #D9D9D9;
	background: #fff;
}


.journal-details-search .radio-btn-consortia
{	
	padding: 5px 10px;
	width: 116px;
	float: left;
	text-align: center;
	
	border: 1px solid #D9D9D9;
	background: #fff;
}


.journal-details-search .radio-btn input 
{
	margin-right: 5px;
	display: inline-block;
}

.journal-details-search li div + div
{
	margin-left: -1px;
}

.journal-details-search .grp-btns
{	
	width: 413px;
}

.journal-details-search .grp-btns .btn, .view-journal .grp-btns .btn
{
	font-weight: normal;
	float: right;
	margin-left: 10px;
}
	
.view-journal .grp-btns .btn
{
	line-height: 19px;
	min-height: 19px;
} 

.view-journal
{
	padding: 15px 30px;
}

.view-journal > div strong
{
	color: #ff0000;	
	font-weight: bold;
}

.view-journal li 
{
	padding: 5px 10px;
	width: 878px;
	display: inline-block;
	margin-bottom: 5px;
	
	background: #f7f7f7;
	box-shadow: 1px 0 0 #fff inset;
	border-radius : 5px;	
	border: 1px solid #D9D9D9;	
}

.view-journal .grp-btns
{
	display: inline;
}

.view-journal > div
{
	margin-bottom: 10px;
}
	
.folder, .edit, .view, .delete
{	
	width : 21px;
	height: 16px;
	float: left;
	margin-right: 10px;
	
	background-image: url("../images/view-journal-sprite.png");	
}

.view-journal li .folder
{
	margin-top: 8px;
	float: left;
	margin-right: 20px;
}	

.view-journal li .view
{
	background-position:left -26px; 
}

.view-journal li .edit
{
	background-position:left -53px; 
}

.view-journal li .delete
{
	background-position:left 19px; 
	height: 19px;
}

.view-journal li > a
{
	margin-top: 9px;
	float: left;
	cursor: default;	
	padding-left: 20px;
	color: #2d2d2d;
	text-decoration: none;
	
	border-left:1px solid #D9D9D9;
} 
	
/* edit registration */

.edit-reg
{
	margin:0 auto;
	width: 560px;	
}

.edit-reg label, .edit-reg .checkbox
{
	width: 150px;
}

.edit-reg .checkbox
{
	padding: 5px 10px;		
	float: left;
}

.edit-reg .checkbox input
{
	margin: 1px 0 0 10px;	
}

.edit-reg .checkbox span, .edit-reg .checkbox input 
{
	float: right;
}	

.edit-reg select 
{    
    margin: 0 0 0 -2px;
    padding: 9px 10px;
    width: 379px;
    height: 38px;
    
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    border-radius: 5px;
    box-shadow: 0 0 2px #CCCCCC;
}

.edit-reg .reset
{
	margin-top: 25px;	
	float: left;
	width: 558px;
	
	background: #f9f9f9;
	border-radius: 5px;
	border: 1px solid #D9D9D9;
}

.edit-reg .reset div:first-child
{
	border-right:1px solid #D9D9D9;
}
	
.edit-reg .reset div + div
{
	margin-left: -1px;	
	text-align: left;
	width: 350px;
}

.edit-reg input[type="text"] 
{
	width: 300px;
}

.edit-reg .show-pass
{
	margin-left: 182px;
	font-style: italic;
}

.edit-reg .show-pass input
{
	margin-right: 5px;
}

article#mainbody .searchform 
{
	/*Sysfore changed padding Start 06/11/2016 */
	padding: 5px 0px;
	/*Sysfore changed padding End 06/11/2016 */
}
	
/* tool tip for journal finder */

.tool-tip 
{
	width: 300px;
    min-height: 68px;
    display: none;
    position: absolute;
    right: 55px;
    top: -20px;
    z-index: 999;
    font-size: 13px;
    padding: 8px 10px;
    
	background: #CED7DA;	
    border: 1px solid #BEC5C7;   
    box-shadow: 0 1px 0 #CDD8DB inset;     
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);  
}

.tool-tip .curve
{
	position: absolute;
	right: -7px;
	top: 22px;
	width: 10px;
	height: 10px;
	
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
	border-right: 1px solid #BEC5C7;
	border-top: 1px solid #BEC5C7;
	background: #CED7DA;	
}
	
ol.result-list .accessType 
{
	cursor: pointer;
}	

/*unselect
{
	font: normal 13px/1.231 Arial,Verdana,sans-serif;
	font-smooth: always;
	color: #CECECE;
}*/

.changeSearchSetting a
{
	text-decoration: none;
	width: auto;
	padding: 5px 10px;
	margin:0 10px 5px 0;
	float: right;
	color: #0968e9;
	position: relative;
	/*z-index: 9999;*/
}

.changeSearchSetting a:hover
{
	text-decoration: underline;
}

.pop-up ol
{	
	padding-bottom: 5px;
	word-wrap: break-word;
	float: left;
	
	border-bottom: 1px solid #95A9B1;
}

.pop-up li
{
	float: left;
	clear: none;	
}

.pop-up ol.head
{
	width:100%;
	float: left;
	margin-bottom: 10px;
}

.author-listing .pop-up ol.head li span
{
	font-weight: bold;		
}

.author-listing .pop-up li span
{
	width: 80px!important ;	
	margin-right: 20px;
}

article#mainbody section#top-controls #toggles ul 
{	
	/* satyaban 11/05/2017 #2433 starts */
	padding: 0 2px;
	border-radius: 3px;
	/* satyaban 11/05/2017 #2433 ends */
	
	border: 1px solid #d9d9d9;
	background: -webkit-linear-gradient(top, #f2f2f2, #fefecececefe);
	background: -moz-linear-gradient(top, #f2f2f2, #ececec);
	background: -linear-gradient(top, #f2f2f2, #ececec);	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ececec',GradientType=0 );	
}

article#mainbody section#top-controls #toggles .toggle-controls ul li,
article#mainbody section#top-controls #toggles .toggle-controls li.last,
article#mainbody section#top-controls #toggles .toggle-controls dd.last,
article#mainbody section#top-controls #toggles .toggle-controls ul li:hover
article#mainbody section#top-controls #toggles .toggle-controls li.last:hover,
article#mainbody section#top-controls #toggles .toggle-controls li.dd:hover
{
	border: none !important;
	background: none !important;
	box-shadow: 0 0 0 #FFFFFF inset !important;	
}

article#mainbody section#top-controls #toggles .sort-container ul.sort
{
	background: none !important;
	border: none;
}

article#mainbody section#top-controls #toggles .sort-container ul.sort li.active
{	
	font-weight: bold;
	color: #fff;
	/* satyaban 11/05/2017 #2433 starts */
	padding:1px 2px;
	/* satyaban 11/05/2017 #2433 ends */
		
	box-shadow: 0 0 0 #fff;
	background: #f05123;
	border: none !important;
	border-radius: 0;
}

article#mainbody section#top-controls #toggles .sort-container ul.sort li.active  a
{
	color: #fff;
	background: #f05123;
	border-radius: 0;
}

article#mainbody section#top-controls #toggles .toggle-controls ul li
{
	padding:5px 5px 3px;
	font-size:12px;
}

article#mainbody section#top-controls #toggles .toggle-controls ul li:first-child 
{	
	margin-right: 10px;
	/* satyaban 11/05/2017 #2433 starts */
	padding-right: 2px;
	/* satyaban 11/05/2017 #2433 ends */
	/* #2276 susheel introduces Margin-right 3-15-2017 start  */
	margin-right:-12px;
	/* #2276 susheel introduces Margin-right 3-15-2017 end  */
	border-right:1px ridge #d9d9d9 !important;
}
	
article#mainbody section#top-controls #toggles .toggle-controls ul li + li a
{	
	/* satyaban 11/05/2017 #2433 starts */
/* satyaban 16/05/2017 #2456 starts */
	padding-left: 22px;
/* satyaban 16/05/2017 #2456 ends */
	height: 24px;
	float: left;
	/* #2276 susheel introduces Margin-left 3-15-2017 start  */
/* satyaban 16/05/2017 #2456, #2433 starts  */	
margin-left: 15px;
/* satyaban 16/05/2017 #2456, #2433 ends */
	/* satyaban 11/05/2017 #2433 ends */
	/* #2276 susheel introduces Margin-left 3-15-2017 end  */
	background: url("../images/toggle-sprite.png") no-repeat left -25px;
}

article#mainbody section#top-controls #toggles .toggle-controls ul li:first-child a
{			
	/* satyaban 11/05/2017 #2433 starts */
/* satyaban 16/05/2017 #2456, #2433 starts */
	padding-left: 24px;
	padding-right: 9px;
/* satyaban 16/05/2017 #2456, #2433 ends */
	/* satyaban 11/05/2017 #2433 ends */
	height: 24px;
	float: left;
	
	background: url("../images/toggle-sprite.png") no-repeat;
}

article#mainbody section#top-controls #toggles .toggle-controls li, 
article#mainbody section#top-controls #toggles .toggle-controls dd,
article#mainbody section#top-controls #toggles .toggle-controls li:hover, 
article#mainbody section#top-controls #toggles .toggle-controls dd:hover
{
	background: none !important;	
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
	
}

article#mainbody section#top-controls #toggles .sort-container ul.sort li,
article#mainbody section#top-controls #toggles .sort-container ul.sort li:hover,
article#mainbody section#top-controls #toggles .sort-container ul.sort li dd,
article#mainbody section#top-controls #toggles .sort-container ul.sort li dd:hover,
article#mainbody section#top-controls #toggles .sort-container ul.sort
{
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
}
/* satyaban 11/05/2017 #2433 starts */
.toggle-results
{
/* satyaban 16/05/2017 #2456, #2433 starts */
	padding: 10px;
/* satyaban 16/05/2017 #2456, #2433 ends */
	overflow: hidden;	
	clear: both;
}
/* satyaban 16/05/2017  #2433 starts */
.toggle-results
{	
 	float: left;
 	margin-left: 2px;
 	margin-top: 8px;
}
/* satyaban 11/05/2017 #2433 ends */
article#mainbody section#top-controls #selectAllArticle
{	
	margin-top: 2px;
	margin-right: 10px;
	color: #295667;
	float: left;
} 

.sort-container .sort li.last span
{
	display: none;	
}

/* journal finder tab */

.journal-tab 
{
	margin-top: 5px;		
	overflow: hidden;
	
	background: -webkit-linear-gradient(top, #ffffff 0%, #eef2f4 75%);	
	background: -moz-linear-gradient(top, #ffffff 0%, #eef2f4 75%);
	background: -linear-gradient(top, #ffffff 0%, #eef2f4 75%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eef2f4',GradientType=0 );
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.top-area-items 
{	
	position: relative;
	top: -1px;
	padding-top: 5px;
	
	border-top: 1px solid #96B5BD;
}

.journal-tab li a 
{
	padding: 10px;	
	font-weight: bold;	
	text-decoration: none;
	
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;	
}

.journal-tab li a.active 
{
	color: #fb3a02;
	
	border-bottom: 1px solid #fff;
}
/*Ticket #2327 15/02/2017 Sanjeeb and Susheel error message allignment issues Starts*/
#errorMsg p
{
	padding-left: 90px;
}
/*Ticket #2327 15/02/2017 Sanjeeb and Susheel error message allignment issues Ends*/
/* error messages */

#errorMsg 
{
	/*clear: both;
	float: right;
	width: 200px;
	margin-right: 20px;*/
	/*Sysfor add style start 06/05/2016 */
	clear: both;
    float: none;
    width: 100%;
    margin-right: 0;
    text-align: left;
	/*Sysfor add style end 06/05/2016 */
}

/* myjgate forget password */
/*Ticket #2327 15/02/2017 Sanjeeb and Susheel error message allignment issues Starts*/
/*#errorMsg p { padding-left:114px;} */
/*Ticket #2327 15/02/2017 Sanjeeb and Susheel error message allignment issues Ends*/
.create-forgot
{    
    clear: both;
    padding: 10px 0;
    
    border-top: 1px solid #D8D8D8;
}

.create-forgot span 
{
    float: right;
}

.form-container h1
{   
	float: left;
	width: 100%;
    color: #F15523;
    font-size: 18px;
    line-height: 60px;
    margin: 0 0 30px;
    padding: 0 0 0 45px;
    
    background: url("../images/login-user-pic.png") no-repeat scroll left top transparent;
    border-bottom: 1px solid #D8D8D8;
}

/* jf-article list */

article#mainbody .top-area.jf-results
{
	padding-bottom: 10px;
}

article#mainbody .top-area.jf-results #top-controls 
{
	padding: 10px 12px 0;
	border :none;
}

article#mainbody .top-area.jf-results .srch-term
{
	padding-top: 12px;
}

.top-area.jf-results .article-header h2 span:first-child,
.top-area.jf-results .article-header h2 img + span
{
	color: #F15423;
    font-size: 18px;
    width: 450px;    
}

.no-subject 
{
	margin-top: 10px;
	padding-left: 15px;
	color: #ff0000;
}

/* preview page */

#page-preview .common-inner-container
{	
    margin: 0;
    padding: 0;
    
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.preview-page header
{
	position: relative;
	overflow: hidden;
	padding: 20px 20px 15px;    
	
    border-bottom: 1px solid #fff;     
    background: -webkit-linear-gradient(top, #ffffff 35%, #eef2f4 95%);	
	background: -moz-linear-gradient(top, #ffffff 35%, #eef2f4 95%);
	background: -linear-gradient(top, #ffffff 35%, #eef2f4 95%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eef2f4',GradientType=0 );
}

.preview-page header h3, .preview-page header h4,
.preview-page header div, .preview-page header li,
.print-btn-wrapper div
{
	display: inline-block;
	font-weight: normal;	
}

.preview-page header hgroup
{
	margin-bottom: 10px;
}

.preview-page header div li
{
	font-weight: bold;	
}

.preview-page header h3
{
	color: #295667;
	font-size: 22px;
	padding-right: 10px;
	margin-right: 10px;
		
	border-right: 1px solid #000;
}

.print-btn-wrapper
{
	position: relative;
	overflow: hidden;
	padding: 5px 20px 5px 42px;    
	
    border-top: 1px solid #c5d3d8; 
    border-bottom: 1px solid #c5d3d8;     
    background: -webkit-linear-gradient(top, #eef2f4 10%, #ffffff 95%);	
	background: -moz-linear-gradient(top, #eef2f4 10%, #ffffff 95%);
	background: -linear-gradient(top, #eef2f4 10%, #ffffff 95%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eef2f4', endColorstr='#ffffff',GradientType=0 );
}

.print-btn-wrapper div:first-child 
{
	margin-top: 6px;
}

.print-btn-wrapper div:first-child span	
{
	display: inline;
	color: #214554;
}

.print-btn-wrapper input
{
	float: left;
	margin-right: 10px;
	margin-top: 2px;
}

.print-btn-wrapper div + div 
{
	float: right;	
}

.print-btn-wrapper div + div  a
{
	display: inline;
	margin-left: 10px;
}

.preview-page article 
{
	margin: 10px 20px;	
	overflow: hidden;	
	border-radius: 5px;
	
	border: 1px solid #d9d9d9;
}

.preview-page article > header 
{
	padding: 10px 20px;
	
	background: none;
}

.preview-page article > header div:first-child
{
	color: #295667;
}

.preview-page article section 
{
	margin-bottom: 20px;
}
	
.preview-page article section header
{	
	padding: 10px 20px;
	
	border-bottom: 1px solid  #d9d9d9;
	border-top: 1px solid  #d9d9d9;
	background: none;
}

.preview-page article header input
{
	float: left;
	margin-top: 2px;
	margin-right: 10px;
}

.preview-page article header span + span
{
	font-weight: bold;
	color: #295667;
	display: table;
}

.preview-page .author-details,
.preview-page .author-details + div
{
	padding: 15px 20px 0;
}

.preview-page .author-details li
{
	margin-bottom: 10px;
	position:relative;/* sysfore added 'position:relative' #82 30/11/2016*/
}

.preview-page .author-details span:first-child
{
	color: #295667;
	width: 115px;	
	float: left;
}
/*Sysfore add new class 'predatoryClass' start #82 30/11/2016 */
.predatoryClass{
	/*sysfore removed style #95 08/12/2016 */
	/*position: absolute;
    top: 0px;
    right: -15px*/
}
/* Sysfore add new class 'predatoryClass'  end #82 30/11/2016 */

.preview-page .author-details span + span
{
	display: table-row-group;
}	

.preview-page .author-details + div h3
{
	font-size: 16px;
	color: #295667;
	margin-bottom: 10px;
}

#page-preview .common-inner-container > h2,
.search-history-grid h3
{
	padding: 20px;
	text-align: center;
	color: #777;
}

/* Highlighting */

body li.result em
{
	padding: 0.1em 0.2em;
	margin: -0.1em 0em;	
	font-style: normal;
	font-weight: normal;
	
	background-color: #FFFF00;
	border-radius: 3px;
}

/* author new */

#author-list.author-new article#mainbody
{
	 width: 953px; 
}

#author-list.author-new article#mainbody .view-selected-authors
{
	text-align: center;
	width: 282px;
}

#author-list.author-new #alphabetl
{	
	text-align: left;
	padding-left: 15px;
}

#author-list.author-new .author-listing
{
	width: 670px;
}

#author-list.author-new #selectedAuthors > div div 
{
	width: 225px;
}

/* journal toc */

article#mainbody #publisher-result-list .showPublisherList 
{
	width: 651px;
}

article#mainbody #publisher-result-list .journalList div > div {
/*** Responsive Design Sysfore Change Margin Start (18/10/2016) *****/
/*margin-left: 34px;*/
	margin-left: 0px;
/*** Responsive Design Sysfore Change Margin End (18/10/2016) *****/
	font-weight: bold;
}

article#mainbody #publisher-result-list .journalList div > div  span,
.unionCatlog_Detail label
{
	margin-right: 20px;
	color: #295667;
}

article#mainbody #publisher-result-list .journalList li
{
	padding-left: 30px !important;
}

#publisher-result-list .showPublisherList  .field.country
{
	margin-right: 0;
	margin: 3px 0 0 0;
}

li.active, .unionCatlog_Detail label
{
	font-weight: bold;
	
}

.field-italic-small
{
	font-style: italic;
	font-size: 10.5px;
}

.limit-by-in-history
{
	font-size: 10.5px;
}

/* union catalog */

.popup-list .content-wrapper.union-catalog,
.popup-list .content-wrapper.union-catalog #mainbody
{
	margin: 0 auto;	
	width: 770px;
	
	border: none;
}

.union-catalog article#mainbody .top-area.jf-results 
{
	padding: 0;
}

.union-catalog article#mainbody  ol.result-list li.result .showPublisherList
{
	width: 670px;
}

.union-catalog .author-listing-wrapper
{
	background: #EFEFEF;
}

.union-catalog .article-header > span
{
	color: #295667;
    float: left;
    font-size: 18px;
    margin: 10px 0;
    text-align: center;
    width: 100%;
}

#mainbody.union-catalog .article-header  h2 span
{
	width: 100%;
}

.unionCatlog_Detail 
{
	padding-left: 55px;
}

.author-listing .unionCatlog_Detail .contact
{
	margin-top: 10px;
}
	
.union-footer 
{
	text-align: center;
	line-height: 21px;
}
.author-listing .unionCatlog_Detail .contact li .detailHeadPart
{
	width: 100px;
}

.showPublisherList h3
{
	margin: 0 !important;
}


/* footer htmls */

.static-page .common-inner-container
{
	padding: 20px;
}

.static-page p, .static-page h2, .static-page ul
{
	margin: 10px 0;
}

.static-page h2
{
	color: #295667;	
	font-size: 14px;
}

.floatRight
{
	float: right;
}

.static-page .feedbackForm label
{
	width:100px;
	float: left;
	margin-right: 10px;	
}

.static-page .alert
{
	color: red;	
}

.static-page strong
{
	font-weight: bold;
}

.static-page  h2.aboutUsh2, h2.pageh1
{
	color: #F15523;
	font-size: 18px;
}

#branchId h3
{	
    color: #295667;
    float: left;
    font-style: italic;
    margin-bottom: 10px;
    padding: 5px;
    text-align: center;
    width: 100%;
    background:#F0F0F0;	
}

#branchId div h3
{
	font-size: 12px;
	text-align: left;
}

#branchId p
{
	margin-bottom: 20px;
	width: 50%;
}

#branchId div p
{
	width: 100%;
}

#branchId div
{
	width: 48%;
	float: left;
}

#branchId div + div
{
	float: right;
}

.hint
{
	position:absolute;
	z-index:9999;
	font-size:12px;
	padding: 2px 5px;
	border-radius: 3px;
	top:20px;
	right:0;
	width:290px;
	
	background:-moz-linear-gradient(center top , #F8FAFC, #D4E2ED) repeat;
	background:-webkit-linear-gradient(top, #F8FAFC, #D4E2ED) repeat;
	background: -linear-gradient(center top, #F8FAFC, #D4E2ED);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F8FAFC', endColorstr='#D4E2ED');
	border:1px solid #9FBFD6;
}

.best-view
{
	width: 259px;
	height: 80px;
	margin: -61px 0 0;
	float: right;
	
	background: url("../images/best-view.png") no-repeat;
}
.best-view-powered
{
	width: 259px;
	height: 80px;
	margin: -61px 0 0;
	float: right;
	background: url("../images/powered_by_jgate.png") no-repeat;
}

.articleAbstract img {
	/*width: 100%;*/
	width: 10px;
	height: 15px;
}

/*   request Article Send  Email*/
#request-article.form-container{ 
	margin:0;
	width: auto; 
}
	
.identity-opts li{
	float: left;
	margin: 0 20px 5px 0;
	
}

.form-container select {
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DCDCDC;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 2px #CCCCCC;
    margin: 0 0 0 -2px;
    padding: 9px;
    width: 280px;
}


.requestarticlemailform , .requestarticlemailform h2 {
	clear: both;
	margin: 0 0 10px;
}

.requestarticlemailform .row {
	float: left;
	margin: 0 20px 5px 0;
	clear:none;
}

.ddrNote {
	padding: 24px 0;
}

.ddrNote strong {
	font-weight: bold;
	margin-right: 10px;
	
}



/* Consortia Logo */
/*Akshatha 22/05/2015 <changes added > for #1885 starts*/
 .library-name
 {
	margin-left: 120px;
	/* Akhilesh 02/05/2017  <Sprint 22, #2430 Institution Name is going behind the J-Gate logo> Starts */
	width: 558px;
	/* Akhilesh 02/05/2017  <Sprint 22, #2430 Institution Name is going behind the J-Gate logo> Ends */
	color: white;
	/*font-size: 20px;*/
	text-align: center;
	font-family: "Century Gothic", arial;
	text-shadow: 0 1px 2px #000;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
 }
 /*Akshatha 22/05/2015 <decreased width > for #1885 ends*/
/* Sangram 17/06/2015<J-Gate@VTU Phase-II>,#1910 start */
/* center alligning header banner for JGate */
 #centered {
    display: inline-block;
    vertical-align: middle;
    margin-left: 99px;
}
/* Sangram 17/06/2015<J-Gate@VTU Phase-II>,#1910 end */
 .header-consortia {
	/**** Sysfore Removed Padding-top Start 18/10/2016 ****/ 
	padding-top: 0px;
	/**** Sysfore Removed Padding-top End 18/10/2016 ****/
    padding-bottom: 5px;
	
	height:49px;
	color: #00278b;
	
	font-size: 30px;
    font-weight: bold;
	font-family: "Century Gothic", arial;
	
	background-color: #eaeaea;
}
 
 .header-consortia img {
	height : 49px;
	max-width : 940px;
}
 
 .header-consortia span {
	display: block;
    margin-top: 5px;
}
 
  #myConsortiaId span:first-child {
  float: left;
  width: 25px;
  height: 22px;
  margin-right: 10px;
  background: url("../images/icon-my-consortia.png") no-repeat;
  }
  
  
#requestArtMsg
{
	width : 650px;
	margin : auto;
	margin-top : 10px;
}

#requestArtMsg h2
{
	text-align : center; 
	font-family: 'Myriad Pro',arial;
	display : inline-block;
	margin-left : 150px;
}

#requestArtMsg .ref
{
	display : inline-block;
	margin-left : 60px;
}

#requestArtMsg .ref strong
{
	font-weight : bold;
}

#requestArtMsg .details
{
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

#requestArtMsg .details h3
{
	margin-top : 10px; 
	padding : 10pt 0pt 10pt 18pt;
	text-shadow: 0px 1px 0px #fff; 
	color: #295667;
	border-radius: 5px 5px 0px 0px;
	background: #b7c7cc; 
	background: -webkit-linear-gradient(top, #b7c7cc 59%, #aec2c9 61%); 
	background: -moz-linear-gradient(top, #b7c7cc 59%, #aec2c9 61%); 
	background: -linear-gradient(top, #b7c7cc 59%, #aec2c9 61%);
}

#requestArtMsg .details .content
{
	padding : 10px;
}

#requestArtMsg .details table
{
	width: 100%;
}

#requestArtMsg .details .secondTable
{
	margin-top : 15px;
}

#requestArtMsg .buttons
{
	text-align : right;
	margin-top : 10px;
	margin-bottom : 10px;
}
#requestArtMsg .buttons input:first-child
{
	margin-right : 10px;
}

#requestArtMsg .firstLine
{
	width : 330px; 
}

#requestArtMsg  td
{
	word-break: break-all;
	word-wrap: break-word;
	text-align : justify;
	padding-top: 5px;
}

#requestArtMsg  .emailTD
{
	word-break:break-all;
}

.identity-opts label {
	background: none;
	border: none; 	 	
	text-align: left;
	width: 260px;
}

.identity-opts label:first-child {
	font-weight: bold;
	text-align: right;
	width: 140px;
}

.ddr_heading {
padding: 17px 0px 0px 17px;
text-align: center;
color: #295667;
}

.legends-accesstype {
	color: #295667;
    float: right;
    font-family: bold;
    font-size: 13px;
    font-weight: bold;
    padding: 0 19px 8px 0;
}

#mainbody #journalName{
width: 100%;
}

.column-3 .bold{
font-weight: normal;
}
.column-3 .bold:first-child{
font-weight: bold;
}



#search-wrapper {
 overflow: hidden;
}

#search-wrapper .srch-term {
 width: auto;
 float: left;
 max-width: 97%;
}

#search-wrapper .srch-term span {
 width: auto;
 max-width: 85%;
}

#search-wrapper .srch-term span ol.breadcrumb-list {
 overflow: hidden;
}

#search-wrapper .srch-filter-sec-container {
 width: auto;
 float: right;
}

/* author search modified 
article#mainbody  .top-area .search-wrapper .search-section {
	height: 85px;
}

article#mainbody  .top-area .search-wrapper .search-section .author-journal-finder .author-search-form {
    background: -moz-linear-gradient(center top , #B2C6D7, #CADCEB) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #8DA3B4;
    border-radius: 3px;
    box-shadow: 0 1px 0 #FFFFFF inset;
    clear: both;
    float: left;
    margin: 0 0 0 -28px;
    padding: 8px 15px;
    width: 594px;
}

article#mainbody.author-mainbody{
border:0;
margin:0;
border-radius:0;
}
.author-jgate-subjects{
    width: 280px;
}

*/
/* fulltext access on all articles  */

/** Sysfore Changed Style start #62 23/12/2016 ***/
/*** Sysfore update Style -start- #118 10/01/2017 ***/
.article-btm-sec .find-in-library {
	/*background: url("../images/find-in-library.png") no-repeat scroll right center #dae6ef;*/
   /* font-size: 0;*/
    width: 115px !important;/*sysfore add important #123 16/01/2017*/ 
    height: 16px;
    margin-left: 5px;
	text-align:left;
	background: -moz-linear-gradient(top, rgba(248, 249, 252, 0.7) 0%, rgba(212, 226, 237, 0.65) 59%, rgba(212, 226, 237) 100%), url(../images/find-in-library.png) no-repeat right;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(248, 249, 252, 0.7)), color-stop(59%, rgba(212, 226, 237, 0.65)), color-stop(100%, rgba(212, 226, 237, 0.65))), url(../images/find-in-library.png) no-repeat right;
	background: -webkit-linear-gradient(top, rgba(248, 249, 252, 0.7) 0%, rgba(212, 226, 237, 0.65) 59%, rgba(212, 226, 237) 100%), url(../images/find-in-library.png) no-repeat right;
	background: -o-linear-gradient(top, rgba(248, 249, 252, 0.7) 0%, rgba(212, 226, 237, 0.65) 59%, rgba(212, 226, 237) 100%), url(../images/find-in-library.png) no-repeat right;
	background: -ms-linear-gradient(top, rgba(248, 249, 252, 0.7) 0%, rgba(212, 226, 237, 0.65) 59%, rgba(212, 226, 237) 100%), url(../images/find-in-library.png) no-repeat right;
	background: linear-gradient(to bottom, rgba(248, 249, 252, 0.7) 0%, rgba(212, 226, 237, 0.65) 59%, rgba(212, 226, 237) 100%), url(../images/find-in-library.png) no-repeat right;
}
/*** Sysfore update Style -end- #118 10/01/2017 ***/
	/*** Sysfore update Style -start- #123 12/01/2017 ***/
	.article-btm-sec .find-in-library:before {
	background:url(../images/find-in-library.png) no-repeat right;
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;	
	}
/*** Sysfore update Style -end- #123 12/01/2017 ***/

/** Sysfore Changed Style End #62 23/12/2016 ***/
.article-btm-sec .full-txt span.fulltext-lock{
	 background: url("../images/fulltext-lock.png") no-repeat right transparent;
	 width: 20px;
}

.article-btm-sec .full-txt span.fulltext-open{
	 background: url("../images/fulltext-open.png") no-repeat right transparent;
	 width: 20px;
}






/* admin login popup */
input[type="text"].com-un, input[type="password"].com-un
{
	padding: 2px 2px;
	border: 2px solid #bfbfbf;
	border-radius: 6px;
	background: #fdfdfd;
	background: -webkit-linear-gradient(top, #fdfdfd, #f9f9f9);
	background: -moz-linear-gradient(top, #fdfdfd, #f9f9f9);
	background: -linear-gradient(top, #fdfdfd, #f9f9f9);	
	box-shadow: 0 0 1px #FFFFFF inset;
	margin-left: -10px;
}
.sub-button
{
	outline: none;
	font-weight: bold;
    padding: 3px 7px;
    color: #2f2f2f;
    text-shadow: 0 0px 0 #fff;
    cursor: pointer;
    border: 0px solid #94a4b2;
    border-radius: 5px;
    background: #aebfce;
    background: -webkit-linear-gradient(top, #aebfce, #a5b8c9);
    background: -moz-linear-gradient(top, #aebfce, #a5b8c9);
    background: -linear-gradient(top, #aebfce, #a5b8c9);	
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aebfce', endColorstr='#a5b8c9',GradientType=0 );
    box-shadow: 0 -1px 0 #fff inset;
    margin-left: 60px;
	/** Sysfore add float & margin right Start 03/11/2016 **/
	float:right;
	margin-right:8px;
	/** Sysfore add float & margin right End 03/11/2016 **/
}
.export_radio 
{
 font-family: Arial,Verdana,sans-serif;
    font-size: 12px;
    height: 14px;
    margin-left: 33px;
    padding-top: 6px;
    width: 163px;
}
.downloadFormatPopUp h3 {
    border-bottom-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    font-size: 14px;
    margin-bottom: 11px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

.btndown {
	padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
	color: #0968e9;
	font-weight: bold;
	text-shadow: 0 1px 0 #fff;
	box-shadow: 0 1px 0 #fff inset;
	cursor: pointer;
	
	border: 1px solid #dbe1e7;
	border-radius: 3px;
	background: #ced0d1;
	background: -webkit-linear-gradient(top, #efefef, #f1f1f1);
	background: -moz-linear-gradient(top, #efefef, #f1f1f1);
	background: -linear-gradient(top, #efefef, #f1f1f1);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#f1f1f1');
}
.download-file-format {
	color: #0968e9;
	clear: both;
	margin-bottom: 0;
    margin-left: 57px;
    margin-right: 0;
/*** Responsive Design Sysfore Change margin Start (18/10/2016) *****/
	/*margin-top: 22px;*/
margin-top: 17px;
/*** Responsive Design Sysfore Change margin Start (18/10/2016) *****/
}

/*Rickdev.M 23/10/2014<Sprint 10>Style for Popup for Ticket #768 Start*/

/*For showing the whole popup while the page is being loaded*/
#popup_window{
padding: 10px;
cursor: pointer;
color: #FCFCFC;
}
/*For showing the background of the popup while the page is being loaded*/
.popup-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(196, 196, 196, .85);
    top: 0;
    left: 100%;
    opacity: 0;
    z-index: 1000;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -ms-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
}
/*For showing the opacity of the background of the popup while the page is being loaded*/
.overlay .popup-overlay {
    opacity: 0.25;
    left: 0
}
/*For setting the position of the popup while the page is being loaded*/
.popup {
    position: fixed;
    /* top: 45%; */
    left: 50%;
    z-index: -9999;
}
/*For showing the body of the popup while the page is being loaded*/
.popup .popup-body {
    width: 400px;
    margin-left: -200px;
    padding: 20px;
    /*Rickdev.M 3/12/2014<Sprint 10>Style for Popup for Ticket #1727 Start*/
    margin-top: 124px;
    /*Rickdev.M 3/12/2014<Sprint 10>Style for Popup for Ticket #1727 End*/
}
/*For setting the visibility of the popup*/
.popup.visible, .popup.transitioning {
    z-index: 9999;
}
/*For setting the visibility of the popup body*/
.popup.visible .popup-body {
    margin-top: 31px;
 	opacity: 1;
}
/*For setting the content of the popup*/
.popup .popup-content {
    overflow-y: auto;
}
/*For setting the popup content and popup title*/
.popup-content .popup-title {
    font-size: 24px;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 10px;
}
/*For setting the popup content paragraph*/
.popup-content p {
    font-size: 13px;
    text-align: justify;
}

/*Rickdev.M 23/10/2014<Sprint 10>Style for Popup for Ticket #768 End*/

/*Rickdev.M 29/10/2014<Sprint 10>For Enable Javascript text #1652 Start*/

/*For showing the whole popup while Javascript is disabled*/
			 
.popup-noScript{
	position: absolute; 
	z-index: 9999; 
	right: 37%; 
	top: 29%; 
}	

.popup-window-noScript{
	position: fixed;
	top: 0; 
	left: 0; 
	background: #000; 
	opacity: 0.21; 
	z-index: 998; 
	height: 100%; 
	width: 100%; 
}
/*For showing the relevant text in the popup window while Javascript is disabled*/
 .popup_txtNoScript{
	color: black;
    font-size: 12px;
}
/*Rickdev.M 29/10/2014<Sprint 10>For Enable Javascript text #1652 End*/

/*Rickdev.M 13/11/2014<Sprint 10>Changes for Ticket #1673 Start*/
/* For displaying the popup layout */
/**** Sysfore Changed Styles Start 20/10/2016*/
.popup-overlay-common{
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.35);
	z-index: 9999;
	height: 100%;
	width: 100%;
	display: none;
}
/**** Sysfore Changed Styles End 20/10/2016*/
/* for displaying the popup */
.popup-login-common{
	/*Sanjeeb 07/04/2016  <Sprint15, #2055, > Start*/
	/**** Sysfore Removed Styles Start 20/10/2016*/
	/*position: fixed; */
	/*Sanjeeb 07/04/2016  <Sprint15, #2055, > End*/
	/*z-index: 9999; 
	right: 36%; 
	top: 26%; */
	/**** Sysfore Removed Styles End 20/10/2016*/
	display: none;
	/*** Responsive Design Sysfore Add Style Start (25/8/2016) *****/
    width: 300px;
	margin: 15% auto 0px auto;
	/*** Responsive Design Sysfore Add Style End (25/8/2016) *****/
	
}
/*Rickdev.M 13/11/2014<Sprint 10>Changes for Ticket #1673 End*/


/*Rickdev.M 16/02/2015 Changes for Ticket #1798 Start */
.cera_header img {
	height: 54px;
	/*** Responsive Design Sysfore Change Margin Start (18/10/2016) *****/
	/*    margin-left: 470px;*/
margin-left: 340px;
	/*** Responsive Design Sysfore Change Margin End (18/10/2016) *****/
	max-width: 154px;
	position: absolute;
	top: 0px;
	width: 147px;
}
/*Rickdev.M 16/02/2015 Changes for Ticket #1798 End */

/* Supritha 09/04/2015 changes for ticket #1857 starts */
#nameJournalFolder{
    margin-top: -1px;
}

#topic{
	margin-top : 35px;
	font-weight: bold;
}

/* Akshatha & Supritha 19-04-2016 <JCCC Support Sprint-15> #2048 starts */
.search-history-list .column-8
{
	padding-left: 1px;		
}
.search-history-list .column-9
{
	padding-left: 11px;		
}


.search-history-list #popup
{
	position: inherit;
    z-index: 9999;
    color: #262626;
    font-size: 11px;
    text-indent: 0;
    padding: 5px 10px;
    background: #d3dade;
    border-radius: 1px;
    height: 200px;
    width: 300px;
}
/* Akshatha & Supritha 19-04-2016 <JCCC Support Sprint-15> #2048 ends */
/* Supritha 09/04/2015 changes for ticket #1857 ends */
/*Ticket #2049 Sanjeeb 03/05/2016 Styles for save and cancel button on popup window starts */
.alert-btn
{
	float: left;
	color: #2d2d2d;
	width: 100px;
	height: 29px;
	text-shadow: 0 1px 0 #CCC;
	cursor: pointer;
	
	border: 1px solid #98adbf;
	border-radius: 3px;
	background: #cadbe9;
	background: -webkit-linear-gradient(top, #cadbe9 0%, #a0b4c5 50%);
	background: -moz-linear-gradient(top, #cadbe9 0%, #a0b4c5 50%);
	background: -linear-gradient(top, #cadbe9 0%, #a0b4c5 50%);	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cadbe9', endColorstr='#a0b4c5',GradientType=0 );
	box-shadow: 0 1px 0 #FFFFFF inset;
}
.alert-btn:hover
{
	background: #a0b4c5;
	background: -webkit-linear-gradient(top, #a0b4c5, #cadbe9);
	background: -moz-linear-gradient(top, #a0b4c5, #cadbe9);
	background: -linear-gradient(top, #a0b4c5, #cadbe9);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0b4c5', endColorstr='#cadbe9',GradientType=0 );
}
/*Preeti & Harish 20/12/2017 Ticket #2757-Inclusion of Citation Formats in J-Gate Starts*/
.citation-btn
{
	float: left;
    padding: 5px 10px;
    color: #0968e9;
    text-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 #fff inset;
    cursor: pointer;
    border: 1px solid #dbe1e7;
    border-radius: 3px;
    background: #ced0d1;
    background: -webkit-linear-gradient(top, #efefef, #f1f1f1);
    background: -moz-linear-gradient(top, #efefef, #f1f1f1);
    background: -linear-gradient(top, #efefef, #f1f1f1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#f1f1f1');
	margin-top:8px;
	font-size:12px;
	font-weight: bold;
}
.citation-btn:hover
{
	background: -webkit-linear-gradient(top, #a0b4c5, #cadbe9);
	background: -moz-linear-gradient(top, #a0b4c5, #cadbe9);
	background: -linear-gradient(top, #a0b4c5, #cadbe9);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0b4c5', endColorstr='#cadbe9',GradientType=0 );
}
.csl-bib-body
{
border-style: solid;
padding:5px;
border-width:1px;
font-color: #000000;
font-size:12px;
}
#vancouverbtn{
	margin-top:12px;
	margin-right: -5px;
}

#mlabtn,#apabtn,#chiacagobtn,#harvardbtn,#vancouverbtn
{
float:right;
}

.popup-container.citationPopup h3{
    border-bottom-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    margin-bottom: 11px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
	}
@media screen and (max-width : 500px) { 
.citation-content{
	overflow: SCROLL !important;
}
	}
	@media screen and (max-width : 979px) {
	.citation-content{
	overflow: SCROLL !important;
}
	 }
@media screen and (min-width : 980px) { 
.bar {
    width:100%;
    height:20px;
    background-color:yellow;
    position:absolute;
    top:0;
    left:0;
    z-index:200;
}
.container-2 {
    width:440px;
    height:500px;
    position:relative;
   /*  border-bottom:1px solid black; */
}
.scrolled-content-wrapper {
   /*  position:absolute; */
    width:94%;
    height:70%;
    overflow-y:scroll;
    z-index:100;
}
}
/*Preeti & Harish 20/12/2017 Ticket #2757-Inclusion of Citation Formats in J-Gate Ends*/
/*Ticket #2049 Sanjeeb 03/05/2016 Styles for save and cancel button on popup window ends */
/*Ticket #2049 Sanjeeb 06/05/2016 Styles for vertical alignment of label on checkbox on popup window starts */
label.checkbox-label input[type=checkbox]{
    position: relative;
    vertical-align: middle;
    bottom: 1px;
}
/*Ticket #2049 Sanjeeb 06/05/2016 Styles for vertical alignment of label on checkbox on popup window ends */
/* Akshatha, Kumar <31/08/2016 JCCC support sprint 16 #2196> changes added for MyFavourite tab config starts */
.middle-part#middle-part-others-nomyfav li a  {
	padding: 10px  60px 9px;
}
/* Akshatha, Kumar <31/08/2016 JCCC support sprint 16 #2196> changes added for MyFavourite tab config End */
/*Supritha <Sprint 21, 2348, 9-3-2017> changes for theses starts*/
/* <pranaya sahu,#3395 , 18-03-2020> changed the padding for DAE Consortium*/
.middle-part1#middle-part-others-nomyfav li a  {
	padding: 10px  45px 9px;
}
/*Supritha <Sprint 21, 2348, 9-3-2017> changes for theses ends*/
.sjr-popup{
	display: none;
    width: 200px;
	margin: 15% auto 0px auto;
}
/******************** SYSFORE CSS *********************/

.header-wrapper {
	width: 960px;
	margin: 0 auto;
}
.logo {
	position: absolute;
	z-index: 1;
	margin: -35px 0px 0px 0px;
	text-align: left;
}
#mob-main-nav {
	display: none;
}
.left-nav {
	display: none;
}
.left-mob-view {
	display: none;
}
.left-mob-view-journalFinder {
	display: none;
}
.mob-user-menu {
	display: none;
}
#navigationMenu {
	display: none;
}
.login-back-but {
	margin-top: -25px;
}
.ProfileLogin-form {
	width: 40%;
	float: left;
}
.ProfileLogin-info {
	margin-left: 50%;
}
.profileinfo-sub {
	margin-left: 15% !important;
}
.seach-his-mobtitle {
	display: none;
}
.createfolder {
	width: 237px;
}
/* Sysfore Add Style Start 16/11/2016 */
.createfolder table { width:100% !important;}
/* Sysfore Add Style End 16/11/2016 */
.download-popup {
	width: 210px;
	height: auto;
	margin: 0px auto;
}
.send-mail-btns {
	clear: both;
	margin: 7px 0 0 0px !important;
}
.send-mail-btns .btn {
	margin-right: 10px;
}
.login-back-but {
	display: none;
}
/* Rajith 25/10/2016<Sprint 17> #2229 - In 'User Registration' page, provision to provide 'Back' button on top of the page  and 'Cancel' button should be replaced with 'Clear'.  Start */
.registation-back-but {
	display: none;
}
/* Rajith 25/10/2016<Sprint 17> #2229 - In 'User Registration' page, provision to provide 'Back' button on top of the page  and 'Cancel' button should be replaced with 'Clear'.  End */
.mob-create-user {
	display: none;
}
#left-submit {
	display: none;
}
#popupHeader {
	width: 344px !important;
}
#popupContent {
	width: 344px !important;
}
table.dataTable tbody th, table.dataTable tbody td {
	padding: 5px !important
}
.tbl-scroll {
	overflow: hidden !important
}
.mob-disclaimer {
	display: none;
}
.ui-widget-DDR-Diclaimer {
	display: block;
}
#Why-My-J-Gate {
	display: none;
}
#allSavedTableBody .showArticleDesc.inactive-header {
	padding: 5px;
}
.mob-result ol {
	margin-left: 25px !important;
}
.mob-result-title {
	width: 100%;
	padding-left: 32px;
}
center {
	word-wrap: break-word;
}
#popupContent {
	padding-bottom: 25px;
}
.srh-dropdown {
	display: none;
}
#adminppclose {
	margin-right: 5px;
	margin-top: -19px !important;
	margin-bottom: -28px !important;
}
#mainbody .top-area #tab-dropdown {
	display: none;
}
.mobuser-declaration {
	float: left;
}
#termsconditions {
	float: left;
}
.article-data {
	display: block;
}
.mob-errorMsg {
	position: absolute;
	right: 0px;
	margin-top: 40px;
}
#mob-article-detail {
	display: block;
}
#SavedFolderDiv {
	margin-top: 8px;
}
.personalisation-panel {
	margin-top: 8px;
}
.mob-product-support {
	display: none;
}
.mob-head-office {
	display: none;
}
.mob-fav-icon {
	/*Sysfore changed margin-left value start 16/11/2016 */
	margin-left: 16px !important;
	/*Sysfore changed margin-left value end 16/11/2016 */
}
.mob-page-title {
	margin-bottom: 0px !important;
}
.mob-favourite-icon {
	padding-left: 10px;
}
.mob-user-drop-menu {
	display: none !important;
}
#errorFN {
	margin-left: 0px !important;
}
.mob-request-head {
	display: none;
}
.mob-Requested-details {
	margin-top: 10px;
}
.dataTables_wrapper .dataTables_length {
	float: left;
	margin-top: 5px !important;
}
/** Sysfore Add Style Start 28/10/2016 ***/
.manageRss-icon { margin-right:10px; float:left;}
/** Sysfore Add Style Start 28/10/2016 ***/
/** Sysfore Add Style Start 29/10/2016 ***/
.new-window-close { display:none;}
.closetab { display:none;}
.resetpass-buttons-cancel { padding: 5px 10px;
    color: #2f2f2f;
    font-weight: bold;
    text-shadow: none;
    cursor: pointer;
    border: 1px solid #94a4b2;
    border-radius: 2px;
    background: #aebfce;
    background: -webkit-linear-gradient(top, #aebfce, #a5b8c9);
    background: -moz-linear-gradient(top, #aebfce, #a5b8c9);
    background: -linear-gradient(top, #aebfce, #a5b8c9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aebfce', endColorstr='#a5b8c9', GradientType=0);
    box-shadow: none;
	margin-left:-30px;
	}
	.resetpass-buttons-submit { padding: 5px 10px;
    color: #2f2f2f;
    font-weight: bold;
    text-shadow: none;
    cursor: pointer;
    border: 1px solid #94a4b2;
    border-radius: 2px;
    background: #aebfce;
    background: -webkit-linear-gradient(top, #aebfce, #a5b8c9);
    background: -moz-linear-gradient(top, #aebfce, #a5b8c9);
    background: -linear-gradient(top, #aebfce, #a5b8c9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aebfce', endColorstr='#a5b8c9', GradientType=0);
    box-shadow: none;
	/** Sysfore removed margin-left #132 25/01/2017 ***/
	/*margin-left:50px;*/
	}
	.Ddrtbl-scroll {overflow:hidden !important;}
/** Sysfore Add Style End 29/10/2016 ***/
/** Sysfore Add Style Start 31/10/2016 ***/

.dataTables_wrapper .dataTables_info:nth-child(2) { 
	float:none !important; text-align:right !important; margin-right:15px;}
/** Sysfore Add Style End 31/10/2016 ***/
/** Sysfore Add Style Start 04/11/2016 ***/
#popuptext { margin:0px auto !important; 
/* sysfore add width start 15/11/2016*/
width:300px !important;
/* sysfore add width end 15/11/2016 */
}
.mob-error-note { 
    
    width: 460px !important;
    margin: 50px auto 0px auto !important;
	display:block !important;
	    height: 40px;
}
.mob-error-msg { 
    width: 380px !important;
    float: left;
	}
.mob-error-button {
	width: 56px !important;
    float: left;
}
.mob-error-gif-img {
	display: block !important;
    width: 293px !important;
    height: 245px !important;
    margin: 0px auto !important;
}
.gif-img-one {
	float:left;
	height: 33px;
    margin-left: 116px;
    margin-right: 0px !important; 
    margin-top: 30px;
    width: 201px;
}
.gif-img-two {
	float:left;
	height: 33px;
    margin-left: 116px;
    margin-right: 0px !important; 
    margin-top: 61px;
    width: 201px;
}
/** Sysfore Add Style Start 04/11/2016 ***/
/** Sysfore Add Style Start 08/11/2016 ***/
#tab-2 { 
padding:0px !important;
padding: 0px !important;
    width: 285px;
    overflow-y: hidden !important;
}
.chart-desktop-view { display:block;}
.chart-mobview { display:none;}
#sharedEmailTable_wrapper table { width:100% !important;}
/** Sysfore Add Style end 08/11/2016 ***/
/** Sysfore Add Style Start 09/11/2016 ***/
.mob-error {
	clear: both !important;
	float: right  !important;
	width: 200px  !important;
	margin-right: 14px  !important;
	text-align:right;}
/** Sysfore Add Style End 09/11/2016 ***/
/** Sysfore Add Style Start 10/11/2016 ***/
.mob-autoscroll-top { display:none;}
.mob-pick-prom-list {width: 93%; float: left;}
.mob-pop-head {
    width: 300px !important;
}
.mob-pop-head-data {
    width: 300px !important;
}
.mob-popup-button {
    margin: 0px 0px 6px 12px !important;
}
/** Sysfore Add Style End 10/11/2016 ***/
/** Sysfore Add Style Start 14/11/2016 ***/
#journal-result-list ol.result-list li.result .journal_name
{
/*Sysfore changed width and margin value start 16/11/2016 */
/*Sysfore changed width #81 03/12/2016 */
    width: 430px;
	float: left;
	/*Sysfore changed margin-right #109 25/01/2017 */
	margin-right: 30px;
/*Sysfore changed width and margin value End 16/11/2016 */

}

/* Susheel added for #61 and #62 responsive project on 1-12-16 start*/
.mob-dow-mail-print-button-in-search {
	width:130px;
	float:left;
	/*Sysfore change margin-top #61 08/12/2016 */
	margin-top: 0px !important;
}
/* Susheel added for #61 and #62 responsive project on 1-12-16 end */

.mob-dow-mail-print-button {
	width:130px;
	float:left;
}
.mob-right-buttons {
	width:auto;
	float:right;
	
}
#popupHead { width:300px !important;}
/** Sysfore Add Style End 14/11/2016 ***/
/** Sysfore Add Style Start 16/11/2016 ***/
.mob-predatory-img { margin-left: -34px !important;}
.mob-header-img {background: url(../images/header-middle-bg.png)!important;}
/** Sysfore Add Style End 16/11/2016 ***/
/** Sysfore Add Style Start 17/11/2016 ***/
#search-alert-topic {
    position: relative !important;
    margin-top: 2px !important;
    float: right !important;
    margin-left: 0px !important;
    width: 125px !important;
    margin-right: 20px;
    margin-bottom: 8px;
	/** Sysfore Add top Start 18/11/2016 ***/
	top:0;
	/** Sysfore Add top End 18/11/2016 ***/
}
/** Sysfore Add Style End 17/11/2016 ***/
/** Sysfore Add Style Start 18/11/2016 ***/
.top-area .srch-term li {
    float: left;
    padding: 3px 6px 3px 6px !important;
    margin: 0 5px 9px 0 !important;
	/** Sysfore Add background-color & border Start #52 20/01/2017 ***/
   background-color: #D5DEE0 !important;
   border:0px !important;
  	/** Sysfore Add background-color & border End #52 20/01/2017 ***/
    border-radius: 3px;
    height: auto !important;
}
/* <pranaya sahu,#2527,17-08-17> removed important from width attribute */
.author-listing li .result-list input + span {
    width: auto;
}
.predatory-injFinder { margin-left:15px !important;}
/** Sysfore Add Style End 18/11/2016 ***/
/** Sysfore Add Style Start 22/11/2016 ***/
.desk-align {text-align:right;}
/** Sysfore Add Style End 22/11/2016 ***/
/** Sysfore Add Style Start #75 06/11/2016 ***/
.article-header #embargo_publisher { margin-left:0px !important;}
.article-header #embargo_publisher div { text-align:right !important; padding-right:20px; padding-top:10px;}
/** Sysfore Add Style End #75 06/11/2016 ***/
/** Sysfore Add Style start #89 06/11/2016 ***/
.mob-pop-head-data tbody tr td div {
    width: 280px !important;
}
/** Sysfore Add Style end #89 06/11/2016 ***/
/** Sysfore Add Style start #122 13/01/2017 ***/
.alert-add-toFavourite { float:left !important; width:auto !important; margin-right:15px; margin-bottom:0px !important;}
.mob-predatory{
float:left; 
}

/** Sysfore Add Style end #122 13/01/2017 ***/
/** Sysfore Add Style start #121 16/01/2017 ***/
.em-mesg { position:absolute !important; right:0;}
/** Sysfore Add Style End #121 16/01/2017 ***/
	/** Sysfore Add Style start #22 18/01/2017 ***/
.mob-menu-remove { display:inline-block;}
	/** Sysfore Add Style End #22 18/01/2017 ***/
/** Sysfore Add Style Start #115 30/01/2017 ***/	
.mob-srh-error { float:right; margin-top: 5px;}
/** Sysfore Add Style End #115 30/01/2017 ***/
/** Sysfore Add Style start #56 01/02/2017 ***/
.mob-folder-list { height:auto !important; word-wrap:break-word; margin-bottom: 10px;}
/** Sysfore Add Style end #56 01/02/2017 ***/	

/** Sysfore Add Style start 2/02/2017 ***/
.starting-with-opts .starting-with-select { margin-top:-5px !important;}
/** Sysfore Add Style end 2/02/2017 ***/
/* Akhilesh, Sanjeeb 03/03/2017  <Sprint 20, #2344 Theses implementation for advance Search> Starts */
.popup-list .field.univ_name {
    width: 600px;
    float: left;
}
/* Akhilesh, Sanjeeb 03/03/2017  <Sprint 20, #2344 Theses implementation for advance Search> Starts */

/* <pranaya, #2360,15-03-2017> classes added for personalisation theses starts*/
.heading-tab
{
	margin-top: 5px;		
	overflow: hidden;
	background: -webkit-linear-gradient(top, #ffffff 0%, #eef2f4 75%);	
	background: -moz-linear-gradient(top, #ffffff 0%, #eef2f4 75%);
	background: -linear-gradient(top, #ffffff 0%, #eef2f4 75%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eef2f4',GradientType=0 );
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.heading-tab li a 
{
	padding: 10px;	
	font-weight: bold;	
	text-decoration: none;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;	
	margin: 2px 0 0 4px;;
	float: left;	
	color: #2e2e2e;
	width: auto;
	position: relative;
	top: 2px;
    border: 1px solid #96B5BD;
	border-bottom: 0px solid #96B5BD;
	background: #fff; 
}

.heading-tab li a.active 
{
	color: #fb3a02;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	margin-bottom: 0px;
	position: relative;
	width: auto;
	border: 1px solid #96B5BD !important;
	border-bottom: 1px solid #fff !important;
	box-sizing: border-box;
    box-shadow: 0 1px 0 #FFFFFF inset;
	background: #d5dee0;
}
/* <pranaya, #2360,15-03-2017> classes added for personalisation theses ends*/
/* <pranaya,#2625,23-08-2017> classes added for downtime notification in production starts*/
.roll-out
{
	font-size: 14px;
}
.roll-out span
{
	color: #FA58D0;
	display: block;
    padding: 0px;
    margin: 0px 17px 20px -15px;
	font-weight: bold;
}
.roll-out_index
{
	font-size: 14px;
}

.roll-out_index span
{
	color: #FA58D0;
	float: left;
	font-weight: bold;
	font-size: 14px;
	margin: 0px -110px;
}
/* Sarada, Akshatha 17/11/2017 <Sprint-26 phase-1, #2705>, SORTING in search/jF page [sjr, hindex, naas] requirement */
/* <Sanjeeb, #2821, 13-03-2018> In search results page, bring the sort by ranking drop-down next to Date and Relevance Starts */
.sjr_journalRanking {
    margin-left: 88%;
    margin-right: 18%;
    margin-bottom: 15px;
    margin-top: -36.5px;
    width: 77px;
    float: left;
    background-image: linear-gradient(#e2e6e9, #c4cdd4);
    text-decoration: none;
    font-size: 0.857em;
    padding: 2.5px 2px;
    -webkit-border-radius: 0 0.35em 0.35em 0;
    height: 21px;
}

select#ItemsJournalRank option{
background: white;
color:black;
text-decoration: none;
}
/* <Sanjeeb, #2821, 13-03-2018> In search results page, bring the sort by ranking drop-down next to Date and Relevance ends */
.sjr_journalFinder
{
	margin-left :5px;
	margin-right:0px;
	margin-bottom: 0px;
	 margin-top: -3px;
	 width:97px; 
	 float:left;
}

.sort_by_JF
{
	float :left; 
	margin-left: 80px;
	font-weight:bold;
}

/* <pranaya,#2625,23-08-2017> classes added for downtime notification in production ends*/
/******************** MEDIA QUERIE CSS *********************/
	/** Sysfore Add Style start 01/02/2017 ***/
@media screen and (max-width:1024px) {
/*Sysfore add style #31 start 03/02/2017*/
	.query {
	
	
	 -webkit-appearance: none;
}	
.olark-change{
	padding: 10px 25px;
	color: #ffffff;
	font-weight: bold;
	text-shadow: none;
	cursor: pointer;
	border: 0px solid #94a4b2;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	background: #2a5667;
	background: -webkit-linear-gradient(top, #2a5667, #2a5667);
	background: -moz-linear-gradient(top, #2a5667, #2a5667);
	background: -linear-gradient(top, #2a5667, #2a5667);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a5667', endColorstr='#2a5667', GradientType=0);
	box-shadow: none;
	}
div#manage_dataTable_filter.dataTables_filter label input[type='search']
{
  -webkit-border-radius: 2px !important; 
}
	#search-alert-topic {
	position: relative !important;
	margin-top: 2px !important;
	float: right !important;
	margin-left: 0px !important;
	width: 125px !important;
	margin-right: 20px;
	margin-bottom: 8px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("../images/select-arrow.png") !important;
	background-color:#f9f9f9;
	background-position:103px 2px;
	background-repeat: no-repeat;
	outline: 0px;
	}
	
	.search-box select {
		position: relative !important;
	margin-top: 0px !important;
	float: right !important;
	margin-left: 0px !important;
	width: 125px !important;
	margin-right: 0px;
	margin-top: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("../images/select-arrow.png") !important;
	background-color:#f9f9f9;
	background-position:103px 2px;
	background-repeat: no-repeat;
	outline: 0px;
		
	}
	/*Sysfore add style #31 start 03/02/2017*/
	
	/** Sysfore Add Style start  02/02/2017 ***/	
	.popup-overlay-common{
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.35);
	z-index: 9999;
	height: 100%;
	width: 100%;
	display: none;
}
	/** Sysfore Add Style Enf  02/02/2017 ***/	
/** Sysfore Add Style start #44 01/02/2017 ***/	
.ui-datepicker .ui-datepicker-title select {
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/select-arrow.png) !important;
    background-position: 47px 6px;
	background-color:#fdfdfd;
	border: 1px solid #DCDCDC;
    background-repeat: no-repeat;
    outline: 0px;
    background-size: 11px;
    padding: 4px 10px !important;
}		
.search-box select {
	 background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/select-arrow.png) !important;
    background-position: 90px 6px;
	background-color:#f5f5f5;
	border: 1px solid #DCDCDC;
    background-repeat: no-repeat;
    outline: 0px;
    background-size: 11px;
    padding: 3px 10px !important;
	
}
.dataTables_length select {

background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/select-arrow.png) !important;
	/*Sysfore change  background-position #31 03/02/2017 */ 
    background-position: 40px 6px;
	background-color:#f5f5f5;
	border: 1px solid #DCDCDC;
    background-repeat: no-repeat;
    outline: 0px;
    background-size: 11px;
    padding: 5px 10px !important;
/*Sysfore Add width #31 03/02/2017 */ 	
	width:58px;
	
}
/** Sysfore Add Style End #44 01/02/2017 ***/	
	
}
/** Sysfore Add Style End 01/02/2017 ***/
@media screen and (max-width:991px) {	
/** Sysfore Add Style start 2/02/2017 ***/
.starting-with-opts .starting-with-select { margin-top:0px !important;}
/** Sysfore Add Style end 2/02/2017 ***/
	/** Sysfore Add Style start #52 20/01/2017 ***/
.select{
	text-decoration: none;
	font-size: 18px;
	margin:5px 15px 5px 0px !important;
    position: relative;
    display: inline-block;
}
.unselect {font-size: 18px;}
/** Sysfore Add Style End #52 20/01/2017 ***/	
	/** Sysfore Add Style start #22 18/01/2017 ***/
.mob-menu-remove { display:none;}	
	/** Sysfore Add Style End #22 18/01/2017 ***/	
	
/** Sysfore Add Style start #106 23/12/2016 ***/
.popup-overlay-common {
position:absolute;
}
/** Sysfore Add Style end #106 23/12/2016 ***/
.dataTables_wrapper .dataTables_paginate {
	margin-top: 0px !important;
	width: 300px;
	float: right !important;
	padding-right: 10px;
}
#manageTableDiv {
	margin: 0px !important;
}
#manage_dataTable {
	width: 100% !important;
}
#cNewSearchButton {
	height: 30px;
	width: 40px !important;
	background: url(../images/new-search-icon.png) no-repeat center 0px transparent !important;
}
#nav-dropdown ul ul {
	display: none;
}
#nav-dropdown ul li:hover >ul {
	display: block;
}
#nav-dropdown ul {
	background: #6ca655;
	padding: 0 0px;
	list-style: none;
	position: relative;
	display: inline-table;
	font-size: 13px;
	float: right;
}
#nav-dropdown ul li {
	float: left;
}
#nav-dropdown ul li:hover {
	background: #417e4a;
}
#nav-dropdown ul li:hover a {
	color: #fff;
}
#nav-dropdown ul li a {
	display: block;
	padding: 10px 10px;
	color: #fff;
	text-decoration: none;
}
#nav-dropdown ul ul {
	background: #5a9044;
	padding: 0;
	position: absolute;
	top: 100%;
	right: 0;
}
#nav-dropdown ul ul li {
	float: none;
	border-top: 1px solid #54863f;
	border-bottom: 1px solid #659452;
	position: relative;
	width: 125px;
	padding: 0px;
}
#nav-dropdown ul ul li a {
	padding: 10px 20px;
	color: #fff;
}
#nav-dropdown ul ul li a:hover {
	background: #417e4a;
}
#nav-dropdown ul ul ul {
	position: absolute;
	left: 100%;
	top: 0;
}
.srh-dropdown {
	width: auto;
	height: auto;
	background-color: red;
	float: right;
	position: relative;
	z-index: 9999;
	display: none;
}
.mob-refineSearch {
	display: none !important;
}
.articleDesc-align div {
	padding: 0px;
}
.butt-control {
	padding: 10px 17px;
	color: #2f2f2f;
	font-weight: bold;
	text-shadow: none;
	cursor: pointer;
	border: 1px solid #94a4b2;
	border-radius: 2px;
	background: #aebfce;
	/* background: -webkit-linear-gradient(top, #aebfce, #a5b8c9); */
	background: -linear-gradient(top, #aebfce, #a5b8c9);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aebfce', endColorstr='#a5b8c9', GradientType=0 );
	box-shadow: none;
}
.middle-part#middle-part-others-nomylib li a {
	padding: 15px 25px 14px !important;
}
/* kumaraswamy #2361 code changes for Theses start */
.middle-part1#middle-part-others-nomylib li a {
	padding: 15px 25px 14px !important;
}
/* kumaraswamy #2361 code changes for Theses end */
#cboxBottomRight {
	display: none;
}
#cboxBottomCenter {
	display: none;
}
#cboxBottomLeft {
	display: none;
}
#cboxMiddleLeft {
	display: none;
}
#cboxTopCenter {
	display: none;
}
#cboxMiddleRight {
	display: none;
}
#cboxTopLeft {
	display: none;
}
#cboxTopRight {
	display: none;
}
.export_radio {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	height: 14px;
	margin-left: 0px;
	padding: 2px 16px;
	width: auto;
}
.downloadFormatPopUp h3 {
	border-bottom-color: #ddd;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-size: 14px;
	margin-bottom: 11px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding-bottom: 10px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 10px;
}
#cboxContent {
	background: #fff;
	overflow: hidden;
	padding: 0px 0px 10px 0px;
	border-radius: 7px;
}
.download-file-format {
	color: #fff;
	margin-left: 64px;
}
#cboxClose {
	position: absolute;
	top: 6px;
	right: 6px;
	background: url(../images/colorbox/controls.png) no-repeat -25px 0;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
}
::-webkit-input-placeholder {
 color: #878787;
}

:-moz-placeholder { /* Firefox 18- */
 color: #878787;
}

::-moz-placeholder {  /* Firefox 19+ */
 color: #878787;
}

:-ms-input-placeholder {
 color: #878787;
}
.common-inner-container {
	border-radius: 2px;
	margin: 0px auto !important;
}
.online-support {
	display: block;
}
#uvTab {
	display: block;
}
.top-part {
	height: auto;
	width: 100%;
	text-align: left;
}
.middle-part {
	height: 0px;
	background: url("../images/mob-header-middle-bg.png") repeat top left transparent;
}
/* kumaraswamy #2361 code changes for Theses start */
.middle-part1 {
	height: 0px;
	background: url("../images/mob-header-middle-bg.png") repeat top left transparent;
}
/* kumaraswamy #2361 code changes for Theses end */
.header-consortia img {
	height: 49px;
	max-width: 100%;
}
.cera_header img {
	height: 54px;
	margin-left: 0px;
	max-width: auto;
	right: 0;
	position: absolute;
	top: 0px;
	width: auto;
	right: 0;
}
.header-wrapper {
	width: 100%;
	margin: 0;
}
/*** sysfore change style -Start- #91 29-12/2016 ***/
.logo {
	position: static;
	left: 0;
	top: 10px;
	z-index: 1;
	margin: 0px;
	height:50px; /*** sysfore add height #49 30/11/2016 ***/
	
}
/*** sysfore change style -End- #91 29-12/2016 ***/
	/*** sysfore add new class start  #49 30/11/2016 ***/
 .logo div {
height: 32px;
    overflow: hidden;
}	 
/*** sysfore add new class end   #49 30/11/2016 ***/
	
.logo img {
	width: 100px;
	height: 45px;
	margin-left: 5%;
	position: absolute; /*** sysfore change style - #91 29-12/2016 ***/
    clip: rect(0px,67px,33px,0px); /*** sysfore change style - #91 29-12/2016 ***/
}
#mob-main-nav {
	background: #295263;
	position: absolute;
	right: 3%;
	padding: 10px 35px 10px 15px;
	margin-top: -42px;
	color: #ffffff;
	border-radius: 2px;
	border: 0px solid #355e70;
	cursor: pointer;
	outline: 0;
	display: block;
	font-family: "Myriad Pro", arial;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 12px;
	/*** sysfore change the icon SVG TO PNG Start 25/10/2016 ***/
	background: url("../images/down-arrow.png") no-repeat;
	/*** sysfore change the icon SVG TO PNG End 25/10/2016 ***/
	background-position: right 12px;
	background-size: 28px;
}
/*.mob-main-nav:hover {
	background: #447686; 
	border:1px solid #508394;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	}**/
.library-name {
	margin: 0px auto !important;
	width: 90%;
	color: white;
	font-size: 15px;
	text-align: center;
	font-family: "Century Gothic", arial;
	text-shadow: 0 1px 2px #000;
	font-weight: normal;
	display: block;
	text-transform: uppercase;
	vertical-align: middle;
	padding: 6px 0px;
}
.library-name span {
	font-size: 15px;
	font-weight: bold;
}
.top-part nav {
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	padding-top: 11px;
	padding-bottom: 11px;
	float: right;
}
.content-wrapper {
	width: 90%;
	margin: 0 auto;
}
.title-bar {
	border-bottom: 1px solid #0d232d;
}
.logo-menu {
	border-top: 1px solid #295163;
	padding: 10px 0px 8px 0px;
}
.middle-part ul {
	float: none;
	margin: 1px 0 0 0px;
	padding: 0;
	display: none;
	position: absolute;
	z-index: 99999;
	background-color: rgba(41,86,103,0.95);
	width: 240px;
	right: 0;
}
/* kumaraswamy #2361 code changes for Theses start */
.middle-part1 ul {
	float: none;
	margin: 1px 0 0 0px;
	padding: 0;
	display: none;
	position: absolute;
	z-index: 99999;
	background-color: rgba(41,86,103,0.95);
	width: 240px;
	right: 0;
}
/* kumaraswamy #2361 code changes for Theses end */
.middle-part li {
	float: none;
	display: flex;
	text-align: left;
}
/* kumaraswamy #2361 code changes for Theses start */
.middle-part1 li {
	float: none;
	display: flex;
	text-align: left;
}
/* kumaraswamy #2361 code changes for Theses end */
#myLibraryId span:first-child, #allJournalId span:first-child, #myFavoriteId span:first-child {
	font-family: "Myriad Pro" Arial;
	width: 20px;
	height: 22px;
	float: left;
	display: none;
	background: url("../images/icon-journals.png") no-repeat;
}
#myLibraryId span + span, #allJournalId span + span, #myFavoriteId span + span {
	margin-left: 0px;
}
.middle-part li a + span {
	color: #2C525F;
	font-size: 22px;
	text-shadow: 0px 0 0 #84a7b2;
	margin: 5px 0;
	float: left;
	display: none;
}
/* kumaraswamy #2361 code changes for Theses start */
.middle-part1 li a + span {
	color: #2C525F;
	font-size: 22px;
	text-shadow: 0px 0 0 #84a7b2;
	margin: 5px 0;
	float: left;
	display: none;
}
/* kumaraswamy #2361 code changes for Theses end */
#myConsortiaId span:first-child {
	float: left;
	width: 25px;
	height: 22px;
	display: none;
	background: url("../images/icon-my-consortia.png") no-repeat;
}
.middle-part li a.active {
	color: #fff;
	text-shadow: none;
	font-weight: normal;
	background: #447686;
	width: 100%;
}
/* kumaraswamy #2361 code changes for Theses start */
.middle-part1 li a.active {
	color: #fff;
	text-shadow: none;
	font-weight: normal;
	background: #447686;
	width: 100%;
}
/* kumaraswamy #2361 code changes for Theses end */
.middle-part li a {
	display: inline-block;
	color: #fff;
	float: left;
	text-decoration: none;
	text-shadow: none;
	margin-top: 0px;
	padding: 15px 25px 14px;
	font-size: 14px;
	border-bottom: 1px solid #224c5c;
	text-transform: uppercase;
	font-family: "Myriad Pro", arial;
	width: 100%;
	box-sizing: border-box;
}
/* kumaraswamy #2361 code changes for Theses start */
.middle-part1 li a {
	display: inline-block;
	color: #fff;
	float: left;
	text-decoration: none;
	text-shadow: none;
	margin-top: 0px;
	padding: 15px 25px 14px;
	font-size: 14px;
	border-bottom: 1px solid #224c5c;
	text-transform: uppercase;
	font-family: "Myriad Pro", arial;
	width: 100%;
	box-sizing: border-box;
}
/* kumaraswamy #2361 code changes for Theses end */
.bottom-part {
	height: 0px;
}
.mob-nav-header {
	height: 50px;
	font-family: "Myriad Pro", arial;
	background: #f37920; /*#214554*/
	border-top: solid 1px #274e5e;
	border-bottom: solid 1px #f36122;
	width: 100%;
	position: relative;
	z-index: 9998;
	margin-bottom: 20px;
}
.main-search-links {
	float: left;
	padding: 0px 0 0 !important;
	display: none;
	width: 210px;
	background-color: #214553;
	position: absolute;
	z-index: 99999;
	margin-top: 52px;
	right: 0px;
	transition: right .5s ease-in-out;
}
.main-search-links li {
	float: none;
	position: relative;
	margin: 0 0 0 0px;
	border-bottom: 1px solid #1e3e4c;
}
.main-search-links li a {
	text-decoration: none;
	display: block;
	color: #fff;
	text-transform: uppercase;
	padding: 15px 20px;
	font-weight: normal;
	font-size: 14px;
	text-shadow: none;
	text-align: left;
}
.main-search-links li a:hover, .main-search-links li a.active {
	color: #fff;
	background-color: #3e6e83;
}
.main-search-links.open {
	right: 0px;
	display: block;
	transition: right .5s ease-in-out;
}
.left-nav {
	width: auto;
	height: auto;
	float: left;
	margin-left: 5%;
	padding: 20px 0px 16px 12px;
	display: block;
	color: #fff;
	cursor: pointer;
	/*** sysfore change the icon SVG TO PNG Start 25/10/2016 ***/
	background: url("../images/more.png");
	/*** sysfore change the icon SVG TO PNG End 25/10/2016 ***/
	text-transform: uppercase;
	letter-spacing: 1px;
	background-repeat: no-repeat;
	background-size: 17px;
	background-position: 0px 18px;
}
nav#facets h2 {
	display: none;
}
.left-wrapper {
	width: 260px;
	height: auto;
	position: absolute;
	left: -280px;
	background: #f9f9f9;
	box-shadow: none;
	margin-top: -21px;
	z-index: 9991;
}
.right-nav-part {
	width: auto;
	height: 42px;
	float: right;
	margin-right: 5%;
}
.mob-sub-menu {
	width: 30px;
	height: 42px;
	float: right;
}
.mob-user-menu {
	width: 30px;
	height: 30px;
	background-color: blue;
	float: right;
	margin-right: 14px;
	/*** sysfore change the icon SVG TO PNG Start 25/10/2016 ***/
	background: url("../images/user.png");
	/*** sysfore change the icon SVG TO PNG End 25/10/2016 ***/
	background-repeat: no-repeat;
	margin-top: 10px;
	display: block;
	outline: 0;
}
nav#facets li.collapsed-facet h3 {
	background: #224c5c;
	box-shadow: 0 1px 0 0 #183946 inset;
	border: 0px solid #bec5c7;
	text-shadow: none;
	color: #fff;
}
nav#facets h3, nav#facets li.collapsed-facet.expanded-facet h3, nav#facets .collapsed-facet h3 {
	font-size: 13px;
	padding: 14px 10px;
	color: #fff;
	text-shadow: inherit;
	margin: 0;
	border: 0px solid #95a9b1;
	background: #224c5c;
	background: -webkit-linear-gradient(top, #224c5c 59%, #224c5c 61%);
	background: -moz-linear-gradient(top, #224c5c 59%, #224c5c 61%);
	background: -linear-gradient(top, #224c5c 59%, #224c5c 61%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#224c5c', endColorstr='#224c5c', GradientType=0 );
	box-shadow: none;
	text-shadow: none;
}
.facet-title {
	padding: 10px !important;
}
nav#facets li.collapsible h3 span.expand-collapse {
	float: left;
	margin: -3px 5px 0 0;
	width: 15px;
	text-align: center;
	border: 1px solid #80949B;
	border-radius: 3px;
	background: none;
}
.top-part nav a {
	float: none;
	color: #fff;
	text-decoration: none;
}
.top-part nav {
	display: none;
}
.top-part nav li {
	float: none;
	width: 100%;
}
.top-part nav ul {
	position: relative;
	float: none;
	max-width: 100%;
}
.top-part nav ul + a, .top-part nav ul + a + a, .top-part nav ul + a + a + a, .top-part nav ul + a + a + a + a {
	float: none;
}
.top-part nav li a, .top-part nav ul + a, .top-part nav ul + a + a, .top-part nav ul + a + a + a, .top-part nav ul + a + a + a + a {
	display: block;
	color: #fff;
	text-decoration: none;
	text-shadow: none;
	padding: 11px 20px;
	font-size: 11px;
	font-family: "Myriad Pro", arial;
	box-sizing: border-box;
	border-bottom: 1px solid #1a3743 !important;
}
.top-part nav li:hover, .top-part nav li a.selected, .top-part nav ul + a:hover, .top-part nav ul + a + a:hover {
	background: #315665;
	border-radius: 0px;
}
#myDropdown a {
	display: block;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0,0,0,0.5);
	font-size: 11px;
	font-family: "Myriad Pro", arial;
}
#myDropdown ul a:hover {
	background: #315665;
	border-radius: 0px;
}
.top-part nav ul ul {
	position: static;
	left: 0;
	top: 22px;
	width: 194px;
	background: none;
	border-radius: 0px;
	border-bottom: 0px solid #2d2d2d;
}
.top-part nav ul ul li {
	border-bottom: 0px solid!important;
}
.top-part nav ul ul li a:hover {
	width: 194px;
	box-shadow: none !important;
}
.top-part nav {
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	padding-top: 0px;
	padding-bottom: 0px;
	width: auto;
}
.top-part nav li a#welcome {
	overflow: hidden;
	text-align: right;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 100%;
	border-bottom: 1px solid #1a3743 !important;
}
.top-part nav li a {
	width: auto !important;
	width: auto !important;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff !important;
	text-shadow: none;
}
.top-part nav li a:hover {
	width: auto !important;
}
.dropbtn {
	background-color: transparent;
	color: white;
	padding: 15px;
	font-size: 16px;
	border: none;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 12px 12px;
	box-shadow: none !important;
	border-radius: 0px;
	outline: 0px;
	text-shadow: none;
	margin-top: 0px;
}
/*.dropbtn:hover, .dropbtn:focus {
    background-color: #2b5365;
	background-position:12px 12px;
}*/
.dropdown {
	/*float: right;
    position: relative;*/
	display: inline-block;
}
button {
	box-shadow: none;
	text-shadow: none;
	outline: 0;
}
.dropdown-content {
	display: none !important;
	position: absolute;
	background-color: #214553;
	min-width: auto;
	overflow: auto;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	right: 98px;
	z-index: 9999999999999;
	margin-top: 121px;
}
.dropdown-content a {
	padding: 14px 20px;
	text-decoration: none !important;
	text-transform: uppercase;
	display: block;
	color: #fff !important;
	text-shadow: none;
	font-weight: normel;
	font-family: 'Open Sans', sans-serif;
	border-bottom: 1px solid #1a3743;
	text-align: left !important;
	transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}
.dropdown a:hover {
	background-color: #355765;
	color: #f36d21 !important;
}
.show {
	display: block !important;
}
#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
	width: 30px;
	height: 25px;
	position: relative;
	margin: 15px auto 0px auto;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}
#nav-icon2 {
}
#nav-icon2 span {
	display: block;
	position: absolute;
	height: 3px;
	width: 50%;
	background: #fff;
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
#nav-icon2 span:nth-child(even) {
	left: 50%;
	border-radius: 0px;
}
#nav-icon2 span:nth-child(odd) {
	left: 0px;
	border-radius: 0px;
}
#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
	top: 0px;
}
#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
	top: 8px;
}
#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
	top: 16px;
}
#nav-icon2.open span:nth-child(1), #nav-icon2.open span:nth-child(6) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#nav-icon2.open span:nth-child(2), #nav-icon2.open span:nth-child(5) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#nav-icon2.open span:nth-child(1) {
	left: 10px;
	top: 4px;
}
#nav-icon2.open span:nth-child(2) {
	left: calc(50% - 3px);
	top: 5px;
	opacity: 0;
}
#nav-icon2.open span:nth-child(3) {
	left: -24%;
}
#nav-icon2.open span:nth-child(4) {
	left: 15%;
}
#nav-icon2.open span:nth-child(5) {
	left: 10px;
	top: 13px;
}
#nav-icon2.open span:nth-child(6) {
	left: calc(50% - 3px);
	top: 14px;
	opacity: 0;
}
.jgate-subjects {
	float: left;
	padding: 15px 0px 0px 0px;
	width: 260px;
	min-height: auto;
	background: #f9f9f9;
	/* Sysfore Add border start 22/11/2016 */
	border: 1px solid #ccc;
	/* Sysfore Add border End 22/11/2016 */
}
.mob-subject {
	min-height: auto;
}
.left-desktop-view {
	display: none
}
.left-mob-view {
	display: block
}
#left-submit {
	width: auto;
	padding: 12px 12px;
	margin: -8px 11px 0px 0px;
	float: right;
	display: block;
	color: #2f2f2f;
	font-weight: bold;
	text-shadow: none;
	cursor: pointer;
	border: 0px solid #94a4b2;
	border-radius: 2px;
	background: url("../images/adminppclose.png") no-repeat;
	box-shadow: none;
}
article#mainbody section#top-controls #toggles .toggle-controls {
	overflow: hidden;
	float: right;
	margin-right: 20px;
}
#advanced-search .search-wrapper {
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
}
.search-wrapper {
	float: left;
	margin: 0px;
}
.search-section {
	width: 100%;
	padding: 0;
	border: 0px solid #dcdcdc;
	border-radius: 5px;
	background: none;
	box-shadow: none;
	box-sizing: border-box;
}
.search-section form.searchform {
	clear: both;
	float: left;
	padding: 0px;
	width: 100%;
	margin: 0 0 10px 0px;
	background: #b2c6d7;
	background: none;
	background: -moz-linear-gradient(top, #b2c6d7, #cadceb);
	background: -linear-gradient(top, #b2c6d7, #cadceb);
	border: 0px solid #8da3b4;
	border-radius: 1px;
	box-shadow: 0 0px 0 #FFFFFF inset;
	box-sizing: border-box;
}
.search-section form.searchform input[type='text'], .srch-box-inner form input[type='text'] {
	float: left;
	width: 100%;
	padding: 12px 58px 12px 15px;
	font-size: 16px;
	background: #fff;
	background: -webkit-linear-gradient(top, #d2d2d2, #fbfbfb 20%, #fff 100%);
	background: -moz-linear-gradient(top, #d2d2d2, #fbfbfb 20%, #fff 100%);
	background: -linear-gradient(top, #d2d2d2, #fbfbfb 20%, #fff 100%);
	border: 1px solid #98adbf;
	border-radius: 3px;
	box-shadow: 0 1px 0 #FFFFFF;
	box-sizing: border-box;
}
.search-section form.searchform span, .srch-box-inner form span {
	display: inline-block;
	/**** Sysfore change the style start 26/10/2016 ****/
	padding: 0px;
	/**** Sysfore change the style End 26/10/2016 ****/
	margin: 0 0 0 -42px;
	text-shadow: 0 1px 0 #ccc;
	/**** Sysfore change the style start 26/10/2016 ****/
	height: 43px;
	/**** Sysfore change the style End 26/10/2016 ****/
	cursor: pointer;
	border: 1px solid #98adbf;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	background: #cadbe9;
	background: -webkit-linear-gradient(top, #cadbe9, #a0b4c5);
	background: -moz-linear-gradient(top, #cadbe9, #a0b4c5);
	background: -linear-gradient(top, #cadbe9, #a0b4c5);
	box-shadow: 0 1px 0 #FFFFFF;
	position: absolute;
}
.search-section form.searchform input[type='submit'], .srch-box-inner form input[type='submit'] {
	/**** Sysfore change the style start 26/10/2016 ****/
	width: 40px;
	height:42px;
	background-position: center;
	padding: 0 0 0 41px;
	/**** Sysfore change the style End 26/10/2016 ****/
}
.error-msg, #noKeywordsErrorMessage {
	color: #F00000;
	display: block;
	/*Sysfore Changed padding Start 11/11/2016 */
	padding: 0px 0;
	/*Sysfore Changed padding End 11/11/2016 */
	position: inherit;
	top: 0px;
	right: 0;
	left: 0px;
	width: 312px;
}
.tab-leftalign {
	margin-left: 14px;
}
.top-area .full-txt-opts.tab.active, .journal-tab li a.active {
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	margin-bottom: 0px;
	position: relative;
	z-index: 888;
	width: 100%;
	border: 1px solid #96B5BD !important;
	border-bottom: 1px solid #fff !important;
	box-shadow: none;
	box-sizing: border-box;
}
.srch-term span {
	color: #2d2d2d;
	margin: 0 0 0 0px;
	display: inline-block;
}
/*.search-section ul {
	float: none;
	padding: 0 0px;
	margin: 10px 0 0px 0;
	text-align:right;
}
.search-section .journal-Search-Type input, .srch-filters input {
    float: right;
    margin-top: 5px;
    margin-left: 10px;
}

.full-text-only li input {
	float:right;
	margin:6px 5px 0px 10px;
}*/
.full-text-only {
	margin: 0px !important;
}
footer {
/** Sysfore changes the heights **/
	height: 110px;
	font-size: 12px;
}
.best-view {
	display: none;
}
.best-view-powered
{
	display: none;
}
.foot-links {
	float: left;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}
.popup-container {
	padding: 10px;
	background: #fff;
}
.foot-logo {
	float: none; /*** sysfore change Style #74 26/10/2016 ****/
	padding: 0 15px;
	height: 45px;
	border-left: 0px solid #b5b5b5;
	border-right: 0px solid #b5b5b5;
	width: 166px;
	margin: 0px auto;
}
/*** sysfore change width -Start- #74 29/12/2016 ****/
.foot-links ul {
	height: auto;
	margin: 3px auto;
	width: 230px;
	
	padding: 0px;
	display:table;
}
.foot-links li{
	display:table-cell; /*** sysfore change Style   #74 29/12/2016 ****/
	float:none;
	border-right: 2px groove #777777;
}

.foot-links li:last-child {
	border-right:none;
}
.foot-links li a {
	color: #303030;
	text-decoration: none;
	text-shadow: none;
	padding: 0 10px 0 0;
	margin: 0 0px 0 7px;
	/*border-right: 2px groove #777777;*/
}
/*** sysfore change width -End- #74 29/12/2016 ****/
.foot-links p {
	clear: both;
	font-size: 12px;
	color: #fff;
	text-align: center;
	margin-top:10px;/* sysfore change margin-top 30 to 20  #74 30/11/2016 */
	width: auto !important;
}
.pick-wrapper {
	margin: 10px 0 0;
	padding: 10px 0 0;
	width: 100%;
	border-top: 1px solid #e5e5e5;
}
article#mainbody {
	width: 100%;
	border-radius: 2px;
}
article#mainbody ol.result-list li.result .showArticleDesc, article#mainbody ol.result-list li.result .showPublisherList {
	display: block;
	padding: 0 0px 0 0;
	width: 98%;
	cursor: pointer;
}
body.no-results article#mainbody {
	width: 100%;
	padding: 0;
}
.com-btn, nav#facets form.filter-list-form .submit {
	padding: 7px 17px;
	color: #2f2f2f;
	font-weight: bold;
	text-shadow: none;
	cursor: pointer;
	border: 1px solid #94a4b2;
	border-radius: 2px;
	box-shadow: none;
	margin-left: 10px !important;
}

#clear {
	color: #2F2F2F;
	cursor: pointer;
	font-weight: bold;
	padding: 7px 22px !important;
	text-shadow: none;
	background: -moz-linear-gradient(center top, #AEBFCE, #A5B8C9) repeat scroll 0 0 transparent;
	border: 1px solid #94A4B2;
	border-radius: 2px !important;
	box-shadow: 0 1px 0 #D3DCE4 inset !important;
	margin-left: 10px;
	background: -webkit-linear-gradient(top, #efefef, #efefef) !important;
	background: -moz-linear-gradient(top, #efefef, #efefef);
	background: -linear-gradient(top, #efefef, #efefef);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#efefef', GradientType=0 );
	
}
input[type="text"].com-input {
	font-size: 16px;
	padding: 7px 15px;
	margin: 0px;
	border: 1px solid #DCDCDC;
	border-radius: 2px !important;
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input[type="text"].com-input:focus {
	border: 1px solid #a8d4e3;
	box-shadow: 0 0 5px rgba(168, 212, 227, 0.5);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
input[type="text"], input[type="file"], textarea, select {
	border: 1px solid #DCDCDC;
	border-radius: 2px !important;
	margin: 0 0 0 0px;
	width: 100%;
	/** Sysfore changed padding value start 04/11/2016 **/
	padding: 6px 3px 6px 9px ;
	/** Sysfore changed padding value start 04/11/2016 **/
	box-sizing: border-box;

}

input[type="text"].com-un, input[type="password"].com-un {
	border: 1px solid #DCDCDC;
	border-radius: 2px;
	margin: 0 0 0 0px;
	width: 100%;
	padding: 6px 3px;
	box-sizing: border-box;
}
.add-expression, .pick-journal-list a {
	padding: 7px 17px;
	border: 1px solid #94A4B2;
}
.publication-yr {
	float: left;
	padding: 0 0 20px 0;
	width: 50%;
	margin-right: 25px;
}
.publication-yr span {
	margin: 5px 0px;
	/* height: 25px; */
	float: left;
	width: 100%;
	text-align: center;
	font-weight: bold;
}
.full_text_only {
	float: left;
	width: 30%;
}
#advanced-search .search-wrapper .com-input {
	float: left;
	width: 91%;
	margin-bottom: 10px;
	margin-right: 8px;
}
.controlfield, .advanced-search .control.field {
	float: left;
	padding: 8px;
	width: 22px;
	margin-bottom: 0px;
	margin-left: 2px;
	
}
.add-submit .add-expression {
	clear: both;
	float: none;
	width: 41px;
	display: block;
	margin-left: 110px;
	padding: 7px 15px;
	border: 1px solid #94A4B2;
}
.advanced-search .article_name, .advanced-search .add-submit {
	clear: both;
	float: right;
	margin: 4px 0px 10px 0px;
}
.advanced-search form fieldset {
	float: left;
	width: 100%;
}
.top-area .srch-term {
	float: left;
	color: #f05123;
	padding: 30px 20px 0px 20px;
	width: 100%;
	box-sizing: border-box;
}
.mob-srch-term {
	width: 40% !important;
	padding: 20px 20px 0px 20px !important;
}
div#searchBox {
	position: relative;
	border: medium none;
	float: right;
	margin: 0px;
	left: 0;
	width: auto;
	box-sizing: border-box;
	padding: 5px 20px 0px 0px;
}
article#mainbody .searchform .query {
	color: #000000;
	float: left;
	font-size: 1em;
	height: 19px;
	line-height: 1.5em;
	margin: 0;
	outline: medium none;
	padding: 0px 88px 0px 10px;
	position: relative;
	width: 100%;
	height: 40px;
	z-index: 100;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	box-sizing: border-box;
}
div#searchBox .searchform .query {
	border-radius: 2px;
	display: inline-block;
	float: left;
	width: 100% !important;
}
.mob-top-space {
	width: 100%;
	height: 15px;
	float: left;
}
div#searchBox .searchform .packages-serchbox {
	width: 100% !important;
}
/*div#searchBox .searchform .suggest {
	width: 77% !important;
}*/
 div#searchBox .myfav-journal-srh .query {
width: 100% !important;
}
article#mainbody .searchform {
	zoom: 1;
	display: block;
	float: none;
	width: 300px;
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
	float: right;
	-webkit-transition: none;
}
div#searchBox .searchform span {
	display: table-cell;
	margin: 0px 0 0 6px;
}
#first-form fieldset span {
	float: right !important;
	margin-top: -40px !important;
}
#cRefineSearchButton {
	margin-top: 0px;
	margin-left: -5px !important
}
#cNewSearchButton {
	margin-top: 0px;
}
.changeSearchSetting a {
	text-decoration: none;
	width: auto;
	padding: 5px 10px;
	margin: 0 10px 5px 0;
	float: right;
	color: #0968e9;
	position: relative;
	z-index: 2222;
}
/* #2888 - Regression(Responsive): RSS alert should be aligned properly in basic search result page. */
.source_journal{
	 font-family: Arial, Verdana, sans-serif;
	 font-size: 13px;
	 position: relative;
	 font-weight: normal;
	 color: #2D2D2D;
     line-height: 20px;
     text-align: left;
     padding: 0px 30px 0px 37px;
     margin-left:16px;
}
/*  #2888 - Regression(Responsive): RSS alert should be aligned properly in basic search result page. */
article#mainbody ol.result-list li.result h3 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	position: relative;
	font-weight: normal;
	color: #2D2D2D;
	line-height: 20px;
	text-align: justify;
	padding: 0px 35px 0px 37px;
}
article#mainbody ol.result-list li.result input.articleName {
	float: left;
	display: inline-block;
	margin: 2px 10px 0 12px;
	position: absolute;
	z-index: 100;
}
.articleDesc .field, .articleDesc label, .journalList .field, .publisherList .label {
	margin: 0 0 0px;
	float: left;
	width: 100%;
	box-sizing: border-box;
}
.articleDesc, .journalList, .unionCatalogList {
	display: none;
	  /*sysfore change margin & padding  #61 08/12/2016 */
	margin: 10px 0 -5px;
    padding: 15px 20px;
	background: #FFFFFF;
	/*** Sysfore change style Start 26/10/2016 ****/
background: -webkit-linear-gradient(top, #FFFFFF, #ebebeb);
	background: -moz-linear-gradient(top, #FFFFFF, #ebebeb);
	background: -linear-gradient(top, #FFFFFF, #ebebeb);
	/*** Sysfore change style End 26/10/2016 ****/
	
	border-top: 1px solid #DDDDDD;
}
.articleDesc label, .journalList label {
	clear: both;
	font-weight: bold;
	margin: 7px 10px 7px 0;
	/* width: 90px; */
}
.mainbody-results-msg {
	margin: 0px !important;
	box-sizing: border-box;
	padding: 5px 10px !important;
}
.back-to-journals-toc {
	margin: 0px !important;
}
.articleDesc .author_name {
	padding: 0px !important;
	/*** Sysfore add style 30/01/2017 ****/
	position: relative;
}
/*** Sysfore add style #109 31/01/2017 ****/
.articleDesc .author_name ul li .rss_popup {left:0px; position: relative;}

article#mainbody #bottom-controls ol.pagination li {
	/*** Sysfore Changed the style Start 28/10/2016 ****/
	padding: 5px 5px;
	margin-bottom: 5px;
    border: 1px solid #98a8b3;
    margin-right: 5px;
	background: #e2e6e9;
    background: -webkit-gradient(linear, left top, left bottom, from(#f0f3f4), to(#d3dade));
    background: -moz-linear-gradient(#f0f3f4, #d3dade);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f0f3f4, endColorstr=#d3dade);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f0f3f4, endColorstr=#d3dade)";
    background-image: linear-gradient(#f0f3f4, #d3dade);
	/*** Sysfore Changed the style End 28/10/2016 ****/
}
nav#facets form.filter-list-form .filter-list .label {
	margin-right: 0;
	overflow: hidden;
	padding-left: 2.45em;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	width: 135px;
	line-height: 20px;
}
.filter-list {
	max-height: 178px;
	overflow: auto;
}
nav#facets li.expanded-facet {
	padding-bottom: 0;
	margin-bottom: 0;
}
nav#facets ol.filter-list input.checkbox {
	float: left;
	margin: 0px 0.5em 0.4em 0;
}
nav#facets ol.filter-list li {
	margin: 0;
	float: none;
	padding: 7px 0px;
}
.tab-size {
	padding: 0px 10px !important;
	width: auto !important;
	margin-bottom: -1px !important;
	margin-left: 20px !important;
	background-color: #fff !important;
	margin-right: -13px !important;
}
/***** Start Journal Finder Css *******/
#tab-dropdown {
	width: 180px;
	color: #fff;
	padding: 10px;
	display: block !important;
	margin: 20px 10px 0px 20px;
	border-radius: 3px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	/*** sysfore change the icon SVG TO PNG Start 25/10/2016 ***/
	background: url(../images/down-arrow.png) no-repeat;
	/*** sysfore change the icon SVG TO PNG End 25/10/2016 ***/
	background-color: #96b5bd;
	background-position: right 13px;
	background-size: 28px;
}
.journal-tab {
	display: none;
}
.journal-listing {
	width: 100%;
	border: none;
}
#journal-result-list ol.result-list li.result .journal_name {
	/**** Sysfore Changed width value Start 16/11/2016 ****/
	width: 70%;
	/**** Sysfore Changed width value End 16/11/2016 ****/
	float: left;
	/* left: 50px; */
	padding: 0px 0px 0px 0px;
	/**** Sysfore Changed width value End 16/11/2016 ****/
	/**** Sysfore Add margin-right Start 16/11/2016 ****/
	margin-right: 16px;
	/**** Sysfore Add margin-right End 16/11/2016 ****/
}
#journal-result-list ol.result-list li.result .mob-j-name {
	width: 100% !important;
}
.journal-listing .field.country {
	float: none;
	margin: 0px 28px 0 0 !important;
}
.journal-listing .field.country p {
	text-align: right !important;
	/**** Sysfore Add Styles Start 26/10/2016 ****/
    position: absolute;
    top: 0px;
    right: 32px;
	/**** Sysfore Add Styles End 26/10/2016 ****/
}
.primary_publisher_country {
	float: right !important;
}
.author-listing-head li {
	color: #295667;
	font-weight: bold;
	float: left;
	width: 100%;
	padding: 8px 7px;
	background: #f1f4f6;
	background: -webkit-linear-gradient(top, #f1f4f6, #f7f9fa);
	background: -moz-linear-gradient(top, #f1f4f6, #f7f9fa);
	background: -linear-gradient(top, #f1f4f6, #f7f9fa);
	box-sizing: border-box;
}
.alphabets {
	clear: both;
	padding: 15px 20px;
}
.author-listing .sr-no {
	float: left;
	width: 35px !important;
	text-align: center;
	/** Sysfore Add Style Start 05/11/2016 **/
	margin-top: -1px !important;
	/** Sysfore Add Style Start 05/11/2016 **/
}
div#searchBox .searchform .submit {
	height: 40px;
	/*** Sysfore Changed Style Start 27/10/2016 ***/
	background: url(../images/search-icon.png) no-repeat center 0px transparent;
	/*** Sysfore Changed Style End 27/10/2016 ***/
	background-color: #cadbe9 !important;
	width: 40px !important;
	padding: 0 0 0 40px !important;
	box-sizing: border-box;
}
div#searchBox .searchform .submit#cNewSearchButton {
	position: relative;
	float: left;
	margin-left: 2px;
	border-radius: 3px;
}
div#searchBox .searchform .submit:hover {
	/*** Sysfore Changed Style Start 27/10/2016 ***/
	background: url("../images/search-icon.png") no-repeat transparent;
	/*** Sysfore Changed Style End 27/10/2016 ***/
}
#author-list div#searchBox, #journal-listing .journal-container div#searchBox {
	position: static;
	float: right;
	width: auto;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-top: -8px;
}
#journalSearchWidget fieldset span {
	float: right!important;
	margin: -40px 0px 5px 0px !important;
}
#authorForm fieldset span {
	float: right!important;
	margin: -40px 0px 5px 0px !important;
}
.starting-with-opts {
	float: right;
/** Sysfore changes the margin **/
	margin: 7px 10px 0px 0px;
	/** Sysfore Add width 11/11/2016 **/
	width:115px;
}
nav#facets {
	float: left;
	width: 270px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	font-size: small;
	border: 0px solid #aab2b5;
	border-radius: 0px;
	background: #fff;
}
.left-mob-view-journalFinder {
	display: block;
	min-height: 450px;
	border-radius: 0px;
}
#journal-search .journal-subjects-opts {
	overflow-x: hidden;
	overflow: auto;
	width: 100%;
	background: #f6f6f6;
	max-height: 600px;
}
article#mainbody {
	margin: 0px !important;
	padding: 0px !important;
}
.author-listing li span {
	float: left;
	/*** Sysfore Change padding style start 31/01/2017 ***/
	padding-top: 8px;
	/*** Sysfore Change padding style End 31/01/2017 ***/
}
/*** Sysfore Add style start 31/01/2017 ***/
.rss_popup {position:absolute; top:0px; left: 20px;}
/*** Sysfore Add style End 31/01/2017 ***/
/*** Sysfore Add style start 03/11/2016 ***/
.author-listing li span img {
	width:13px;
	height:13px;
	
}
/*** Sysfore Add style End 03/11/2016 ***/
.mob-package-journal-data ol li span {
	/*Sysfore removed width start 18/11/2016 */
	/*width: auto !important;*/
	/*Sysfore removed width end 18/11/2016 */
	text-align: left;
	margin-left: 0px !important;
}
/*Sysfore removed style 18/11/2016 */
/*.mob-package-journal-data ol li span:nth-child(2n) {
	width: 290px !important;
}*/
.mob-package-journal-data ol li span:nth-child(3n) img {
	margin-right: 45px !important;
}
.mob-package-journal-data div span {
	margin-left: 0px !important;
	/*** Sysfore Change style start 26/10/2016 ***/
	margin-right: 20px !important;
	/*** Sysfore Change style End 26/10/2016 ***/
}
.author-listing li span:nth-child(2n) {
	margin-left: 12px;
}
.author-listing-wrapper .journal-title, .field.publisher_name {
	padding-left: 16px;
	padding-right: 16px;
	/*** Sysfore Change style start 17/11/2016 ***/
	float: left;
	/*** Sysfore Change style End 17/11/2016 ***/
	width: 85%;
}
article#mainbody ol.result-list li.result p {
	text-align: left;
	line-height: 21px;
}
.journal-title {
	margin-left: -12px !important;
}
#author-list div#searchBox fieldset {
	margin: 0px 0 0;
}
article#mainbody #publisher-result-list .showPublisherList {
	width: 98%;
}
.journal-tab {
	margin: 0px;
	overflow: hidden;
	background: none;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	float: left;
	width: 200px !important;
	margin: 0px 0px 0px 20px;
	position: absolute;
	z-index: 9999;
}
.top-area-items {
	position: relative;
	top: -1px;
	padding-top: 0px;
	border-top: 0px solid #96B5BD;
}
.journal-tab li a.active {
	color: #fff;
	background-color: #96b5bd;
	border-bottom: 0px solid #fff;
	border-radius: 0px;
	box-shadow: none;
}
.top-area .full-txt-opts.tab, .journal-tab li a {
	margin: 0px 0px 0px 0px;
	float: left;
	color: #2e2e2e;
	padding: 11px 10px;
	width: 100%;
	position: relative;
	top: 0px;
	border-radius: 0px;
	border: 1px solid #96B5BD !important;
	border: none;
	background: #edf2f3;
	box-sizing: border-box;
	text-align: center;
}
.top-area {
	position: relative;
	float: left;
	width: 100%;
	border-radius: 5px;
	background: -webkit-linear-gradient(top, #ffffff 60%, #eef2f4 90%);
	background: -moz-linear-gradient(top, #ffffff 60%, #eef2f4 90%);
	background: -linear-gradient(top, #ffffff 60%, #eef2f4 90%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eef2f4', GradientType=0 );
	z-index: 111;
}
#journalSearchWidget fieldset #addSearchBox {
	width: 100% !important;
}
.legends-accesstype {
	color: #295667;
	float: left;
	font-family: bold;
	font-size: 13px;
	font-weight: bold;
	padding: 5px 20px;
	box-sizing: border-box;
	text-align: right;
}
.mob-predatory {
	width: 100% !important;
	margin-top: 0px !important;
	float: right;
/** Sysfore changes the text align **/
	text-align: left;
	/* Sysfore change padding start 07/11/2016 */
	padding: 0px 20px 0px 20px !important;;
	/* Sysfore change padding end 07/11/2016 */
	box-sizing: border-box;
	/* sysfore add padding-left start 07/11/2016 */
   /* padding-left: 11px !important;*/
	/* sysfore add padding-left end 07/11/2016 */
}
.mob-predatory-img {
	margin: 0px 0px 0px -15px !important;
	
	/*** Sysfore Removed style Start 16/11/2016 ***/
	
	/*** Sysfore add style Start 26/10/2016 ***/
	/*position: absolute;*/
	/*** Sysfore Change right value Start 16/11/2016 ***/
    /*right: 101px;*/
	/*** Sysfore Change right value End 16/11/2016 ***/
	/*top:0px;*/
	/*** Sysfore add style End 26/10/2016 ***/
	
		/*** Sysfore Removed style End 16/11/2016 ***/
}
/*** Sysfore Add style Start 16/11/2016 ***/
.mob-predatory-img img { margin-top: 3px !important;}
/*** Sysfore Add style End 16/11/2016 ***/
.predatory-img-top {
	margin-top: 3px !important;
}
.tool-tip {
	width: 218px;
	min-height: 68px;
	display: none;
	position: absolute;
	right: 55px;
	top: -20px;
	/*** Sysfore Change z-index value Start 28/10/2016 ***/
	z-index: 9999999;
	/*** Sysfore z-index value End 28/10/2016 ***/
	font-size: 12px;
	padding: 8px 10px;
	background: #CED7DA;
	border: 1px solid #BEC5C7;
	box-shadow: 0 1px 0 #CDD8DB inset;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.author-listing .pop-up li span {
	width: 64px !important;
	margin-right: 8px !important;
}
.identity-opts label:first-child {
	font-weight: bold;
	text-align: left;
	width: 140px;
}
.identity-opts label {
	width: 240px !important;
}
.ddr_heading {
	padding: 15px 15px 0px 15px;
	text-align: center;
	color: #295667;
}
.requestarticlemailform .row {
	float: left;
	margin: 0 0 5px 0;
	clear: none;
	width: 48%;
}
.requestarticlemailform .right-space {
	margin-right: 25px !important;
}
.requestarticlemailform .row:nth-child(12n) {
	width: 100%;
}
.requestarticlemailform .row:nth-child(13n) {
	width: 100%;
}
.mob-errorMsg {
	position: absolute;
	right: 0px;
	margin-top: 0px;
}
#requestArtMsg {
	width: 90%;
	margin: 0px auto;
	margin-top: 10px;
}
#requestArtMsg h2 {
	text-align: center;
	font-family: 'Myriad Pro', arial;
	display: inline-block;
	margin-left: 0px;
}
/***** End Journal Finder Css *******/


/***** Start My Favourite Journals Css *******/

.mob-left-align {
	margin-left: 8px !important;
}
.mob-journal-title {
	/***** Sysfore chenge margin-left #109 01-02-2017 *******/
	margin-left: 0px !important;
}
#errorFN {
	margin-left: 0px !important;
}
.formContainerProfileLogin {
	width: 100%;
	margin: 0px auto;
	padding: 0px 0px;
	box-sizing: border-box;
}
.my-jgate-fixed-width {
	width: 480px;
	margin: 20px auto;
}
#Why-My-J-Gate {
	font-size: 14px;
	color: #2f2f2f !important;
	line-height: normal;
	margin: 0px 0px 23px 0px;
	text-align: left !important;
	display: block;
	cursor: pointer;
	padding: 7px 32px 7px 13px;
	width: auto;
	background-color: #f0f0f0 !important;
	border: 1px solid #cbd3d9 !important;
	border-radius: 2px;
}
#Why-My-J-Gate a {
	color: #2f2f2f !important;
	text-decoration: none;
}
.ProfileLogin-info {
	display: none;
}
.formContainerProfileLogin h1 {
	float: left;
	width: 100%;
	font-size: 14px;
	color: #f15523;
	line-height: normal;
	margin: 0px 0px 15px 0px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #d8d8d8;
	background: url(../images/login-profile-user-pic.png) no-repeat;
	background-position: center 11px;
	background-size: 28px;
}
.formContainerProfileLogin h1:nth-child(2n) {
	/*** sysfore change the icon SVG TO PNG Start 25/10/2016 ***/
	background: url(../images/drop-down-arrow.png) no-repeat;
	/*** sysfore change the icon SVG TO PNG End 25/10/2016 ***/
	background-position: right 11px;
	background-size: 22px;
}
.formContainerProfileLogin .open_arrow {
	
	background: url(../images/drop-up-arrow.png) no-repeat !important;
	background-position: right 11px !important;
	background-size: 22px !important;
	
	
	
	
	}
.common-inner-container {
	box-shadow: none;
	border: 1px solid #d8d8d8;
}
.formContainerProfileLogin h1 span {
	display: inline-block;
	width: 100%;
	float: right;
	font-size: 11px;
	color: #878787;
	line-height: 16px;
	margin: 10px 0 0 0;
	text-align: center;
	padding: 0px 25px 10px 25px;
	box-sizing: border-box;
}
.formContainerProfileLogin .com-btn {
	float: none;
	width: auto;
	margin-left: 0;
}
.login-back-but {
	margin: 0px 0px 25px 0px;
	display: block;
	text-align: left;
}
.login-back-but a button {
	/*** sysfore change the icon SVG TO PNG Start 25/10/2016 ***/
	background: url("../images/back.png") no-repeat center 0px transparent !important;
	/*** sysfore change the icon SVG TO PNG End 25/10/2016 ***/
	border: 0px !important;
}
/* Rajith 25/10/2016<Sprint 17> #2229 - In 'User Registration' page, provision to provide 'Back' button on top of the page  and 'Cancel' button should be replaced with 'Clear'.  Start */
.registation-back-but {
	margin: 5px 0px 0px 0px;
	display: block;
	text-align: left;
	float: right;
	width: 10%;
}
.registation-back-but a button {
	background: url("../images/back.png") no-repeat center 0px transparent !important;
	border: 0px !important;
	padding-bottom: 20px;
}
/* Rajith 25/10/2016<Sprint 17> #2229 - In 'User Registration' page, provision to provide 'Back' button on top of the page  and 'Cancel' button should be replaced with 'Clear'.  End */
.top-back-butt {
	display: none;
}
.my-jgate-mob {
	padding: 10px 25px;
	box-sizing: border-box;
}
.ProfileLogin-form {
	width: 100%;
	float: left;
	margin-bottom: 0px;
}
.formContainerProfileLogin label {
	width: auto;
	padding: 10px 0px;
	text-align: left;
	display: none;
	float: left;
	border: 0px solid #dcdcdc;
	background: none;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.formContainerProfileLogin input[type="text"], .formContainerProfileLogin input[type="password"], .formContainerProfileLogin textarea {
	margin: 0px;
	background: #fff;
	border: 1px solid #DCDCDC;
	box-shadow: none;
	border-radius: 2px;
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.formContainerProfileLogin .com-btn {
	padding: 8px 25px;
	color: #2f2f2f;
	margin-top: 10px;
	font-weight: bold;
	text-shadow: none;
	height:30px;
	cursor: pointer;
	border: 1px solid #94a4b2;
	border-radius: 2px;
	background: #aebfce;
	background: -webkit-linear-gradient(top, #aebfce, #a5b8c9);
	background: -moz-linear-gradient(top, #aebfce, #a5b8c9);
	background: -linear-gradient(top, #aebfce, #a5b8c9);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aebfce', endColorstr='#a5b8c9', GradientType=0);
	box-shadow: none;
}
#forgotPasswordLink {
	float: left;
	margin: 15px 0px 0px 0px;
}
.ProfileLogin-info {
	margin-left: 0px;
	margin-bottom: 25px;
	clear: left;
	width: 100%;
	border: 0px solid #dfecf0;
}
.ProfileLogin-info h3 {
	/*background-color: #f0f9fc;*/
	padding: 10px 0px;
	border-bottom: 0px solid #dfecf0;
}
.formContainerProfileLogin li {
	list-style:none !important;
	margin-left: 0px;
	font-size: 12px;
	font-weight: bold;
	padding: 7px 0px 7px 20px;
	list-style: none;
	border-bottom: 0px solid #dfecf0;
	background: url("../images/list-arrow.png") no-repeat 0px 4px transparent;
}
.formContainerProfileLogin li:last-child {
	border-bottom: 0px solid #dfecf0;
}
.profileinfo-sub {
	margin-left: 0px !important;
	padding-left: 42px !important;
	background: url("../images/list-arrow.png") no-repeat 22px 4px transparent !important;
}
.create-forgot {
	clear: both;
	padding: 0px 0;
	border-top: 0px solid #D8D8D8;
}
.formContainerProfileLogin ul {
	margin: 0px 0px;
}
.formContainerProfileLogin .createNewUser {
	background: none;
	color: #f15523;
	font-size: 13px;
	line-height: 50px;
	margin: 0px 0 0px 0px;
	padding: 0 0 0 0px;
	background-size: 26px;
}
.formContainerProfileLogin .errorblock {
	background: url("../images/notification-error.png") no-repeat 10px 15px #ffdddd;
	border: 1px solid #993333;
	padding: 10px 35px;
	border-radius: 2px;
	margin: 0 0 0px;
	width: 100%;
	box-sizing: border-box;
}
#journal-listing .apply-filter input {
	text-align: center;
	width: auto;
}
div#manage_dataTable_info.dataTables_info {
	width: 230px !important;
	padding: 0px 20px;
	box-sizing: border-box;
	float: left;
	text-align: left !important;
}

#allSavedTableDiv {
	margin: 0px !important;
}
div#allSavedTable_info.dataTables_info {
	width: 300px !important;
	padding: 0px 0px;
	box-sizing: border-box;
	float: left;
	text-align: left !important;
}
div#allSavedTable_filter.dataTables_filter label input {
	margin-right: 30px;
	background: white !important;
	height: 40px;
	width: 215px !important;
	border: 1px solid #999999;
	border-radius: 2px !important;
	border-right-width: 0px;
}
div#allSavedTable_filter.dataTables_filter {
	margin-right: 40px;
	height: 40px;
	margin-top: -6px;
	padding: 10px 0px;
}
div#ddr_dataTable_filter.dataTables_filter label input {
	margin-right: 43px;
	background: white !important;
	height: 40px;
	width: 215px !important;
	border: 1px solid #999999;
	-webkit-border-radius: 2px !important;
	-moz-border-radius: 2px !important;
	border-radius: 2px !important;
}
div#ddr_dataTable_filter.dataTables_filter label input {width: 100% !important; min-width:300px;}
.myButtonClass {
	height: 35px !important;
}
.myButtonClass {
	margin-left: -40px !important;
	text-align: center;
	width: 45px;
	height: 40px !important;
	text-shadow: none;
	padding: 5px 7px;
	color: transparent;
	cursor: pointer;
	border: 1px solid #98adbf;
	border-radius: 0px 3px 3px 0px;
	background: url("../images/icon-search.png") no-repeat 10px transparent;
	background-color: #aebfce;
	box-shadow: 0 1px 0 #FFFFFF inset;
	position: absolute !important;
	z-index: 444;
}
.myButtonClass:hover {
	background: url("../images/icon-search.png") no-repeat 10px transparent;
	background-color: #aebfce;
}
div#manage_dataTable_filter.dataTables_filter {
	margin-right: 40px;
	height: 40px;
	margin-top: -6px;
	padding: 10px 0px;
}
.desktop_create-user {
	display: none;
}
.mob-create-user {
	display: block;
	background-color: none;
	width: 100%;
	height: 40px;
	margin: 0px 0px 10px 0px;
	border-radius: 3px;
	border: 0px solid #dfecf0;
}
.createNewUser {
	line-height: 41px !important;
}
.dataTables_length select {
	width: 75px !important;
}
div#manage_dataTable_length.dataTables_length {
	width: 160px !important;
	float: left !important;
	margin: 2px 10px 10px 20px !important;
}
.dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
	text-align: right !important;
}
.mob-alert-predatory {
	width: 78% !important;
	padding: 0px 15px !important;
	/* Sysfore change float right to left Start 11/11/2016 */
	float: left !important;
	/* Sysfore change float right to left End 11/11/2016 */
    margin-right: 14px !important;
	/* Sysfore change text-alig-right to left Start 11/11/2016 */
	text-align: left;
	/* Sysfore change text-alig-right to left End 11/11/2016 */
}
.mob-alert-predatory img:nth-child(1n) {
	margin-left:0px !important;
}
/***** End My Favourite Journals Css *******/


/***** Start Search Results Css *******/
.search-history-head {
	padding: 10px;
	position: relative;
	left: 0;
	right: 0;
}
/***** End Search Results Css *******/



/***** Start Search History-list Css *******/

.mob-tab-leftalign {
	margin-left: 115px;
}
.mob-pop-head {
	width: 300px !important;
}
.mob-pop-head-data {
	width: 300px !important;
}
.mob-pop-head-data tbody tr td { box-sizing:border-box; padding:0px; }
.mob-pop-head-data tbody tr td div { width:280px !important; }
.mob-popup-button {
	margin: 0px 0px 6px 12px !important;
}
.mob-search-topic {
	display: none !important;
}
.search-history-grid {
	padding: 10px 0;
	/*sysfore add margin value  #22*/
	margin-top: -1px;
	float: left;
	width: 100%;
	border-top: 1px solid #bfbfbf;
	background: -webkit-linear-gradient(top, #f9f9f9, #ffffff);
	background: -moz-linear-gradient(top, #f9f9f9, #ffffff);
	background: -linear-gradient(top, #f9f9f9, #ffffff);
	box-shadow: 0 0 1px #FFFFFF inset;
}
.search-history-list .column-3 {
	width: 150px;
	padding-left: 10px;
}
.search-history-list .column-6 {
	width: 118px;
	color: #ff0000;
	padding-left: 7px;
}
.search-history-tab span.active {
	color: #3577ae;
	border-bottom: 1px solid #f9f9f9;
	background: #f9f9f9;
	/* margin-top: 5px; */
	/*sysfore removed position & Add float Start #22 28/11/2016 */
	/*position:absolute*/
	float:left !important
	/*sysfore removed position & Add float Start #22 28/11/2016 */
}
.srh-history-error {
	text-align: center;
}
/***** End Search History-list Css *******/


/***** Start User-Registration Css *******/

#user-registration {
	margin: 0px auto;
	width: 100%;
	overflow: hidden;
	padding: 0;
	border: 1px solid #e7e7e7;
	border-radius: 5px;
}
.form-container label {
	width: 100% !important;
	padding: 0px 0px 5px 0px;
	text-align: left;
	display: inline-block;
	float: left;
	border: 0;
	background: none;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	box-sizing: border-box;
	font-weight: bold;
}
.article-detail-label {
	font-weight: normal !important;
}
#mob-article-detail {
	display: none;
	width: 100% !important;
}
.requestarticlemailform h2 { padding:10px 0px;}
.head-article-detail {
	cursor: pointer;
}
.form-container input[type="text"], .form-container input[type="password"], .form-container textarea {
	margin: 0 0 0 0px;
	padding: 10px;
	width: 100%;
	background: #fff;
	border: 1px solid #DCDCDC;
	box-shadow: none;
	border-radius: 2px;
	box-sizing: border-box;
}
.form-container input[type="text"]:focus, .form-container input[type="password"]:focus, .form-container textarea:focus {
	border: 1px solid #a8d4e3;
	box-shadow: 0 0 5px rgba(168, 212, 227, 0.5);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#user-registration #descProfile {
	padding: 9px;
	width: 100%;
}
.form-container select {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #DCDCDC;
	border-radius: 2px;
	box-shadow: none;
	margin: 0 0 0 -2px;
	padding: 9px;
	width: 100%;
}
#user-registration .identity-opts p, #user-registration .identity-opts li {
	padding: 10px;
	border-bottom: 0px solid #e5e5e5;
}
#user-registration .identity-opts {
	margin: 13px 0 25px;
	border: 1px solid #e5e5e5;
	background: #f9f9f9;
	border-radius: 2px;
	width: 100%;
	box-sizing: border-box;
}
.head-article-detail {
	margin: 0 0 20px 0px;
	border: 1px solid #e5e5e5;
	border-radius: 2px;
	float: left;
	padding: 10px 30px 10px 13px;
	background: url(../images/down-arrow-black.png) no-repeat;
	background-position: right 17px;
	background-size: 28px;
	background-color: #f9f9f9;
}
.identity-opts {
	float: left;
	margin-bottom: 20px;
}
.mob-article-detail {
	width: 100%;
	float: left;
}
#user-registration .identity-opts span {
	display: inline-block;
	padding: 0 0px 0 6px;
	text-align: left;
	width: 120px;
}
.identity-opts li {
	float: left;
	margin: 0 0px 0px 0;
	width: 100%;
	box-sizing: border-box;
}
.form-container .row.change-pwd-btns {
	margin-right: 0px;
}
.form-container .row {
	clear: none;
	margin: 0px 0 10px 0px;
	width: 48%;
}
.full-width {
	width: 100% !important;
}
.left-margin {
	float: left !important;
}
.right-margin {
	float: right !important;
	margin-right: 0px !important;
}
/***** End User-Registration Css *******/

/***** Start  Manage Alerts / Folders  Css *******/
.tabs-menu li {
	height: 30px;
	line-height: 30px;
	float: left;
	margin-right: 1px;
	background-color: #ccc;
	border-top: 1px solid #d4d4d1;
	border-right: 1px solid #d4d4d1;
	border-left: 1px solid #d4d4d1;
}
.myfav-personalisation {
	float: left;
	width: 280px !important;
	min-height: 160px;
	background: #fff;
	padding-top: initial;
	padding-bottom: 0px;
	margin-top: 0px;
	/* Sysfore add border start 22/11/2016 */
	border:1px solid #ccc;
	/* Sysfore add border End 22/11/2016 */
}
.myfav-personalisation h1 {
	color: #295667;
	padding: 10px 15px;
	font-size: 16px;
	border: 0px solid #DCDCDC;
	border-radius: 0px !important;
	background: #d5dee0;
	display: none;
}
.pesonalisation-accord ul li li a {
	padding-left: 20px;
	color: #2d2d2d;
	font: normal 13px/1.231 Arial, Verdana, sans-serif;
	cursor: pointer;
	text-decoration: underline;
}
.pesonalisation-accord ul li span {
	margin-left: 15px !important;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	color: #2d2d2d;
	width: 18px;
	height: 16px;
	background: #e7e7e7;
	border-radius: 0px;
}
.pesonalisation-accord ul li {
	list-style-type: none;
	border-bottom: 1px solid #efefef;
	padding: 8px 0px;
	background: #f9f9f9;
	border-bottom: 1px solid #efefef;
	box-shadow: 0 0 0px #CCCCCC;
	border-radius: 0px;
}
.personalisation-panel {
	margin-top: 8px;
}
#journalFavouriteWidget fieldset {
	margin-top: 0px!important;
}
#journalFavouriteWidget fieldset span {
	margin: -40px 0px 5px 0px !important;
	float: right !important;
}
#journalFavouriteWidget fieldset span input {
	padding: 0px !important;
}
#journalFavouriteWidget fieldset input {
	padding-right: 50px !important;
}
.res-info-block {
	float: left;
	clear: both;
	padding: 7px 20px 10px 20px;
}
res-info-block .response-statistics {
	display: inline-block;
	padding: 0 10px 0 0;
	border-right: 0px solid #a6a7a7;
}
#search-alert-topic {
	position: relative !important;
	/*** Sysfore change margin-top 29/10/2016 ***/
	margin-top: 2px !important;
	float: right !important;
	margin-left: 0px !important;
	/*** Sysfore change width size Start 28/10/2016 ***/
	width: 125px !important;
	/*** Sysfore change width size End 28/10/2016 ***/
	margin-right: 20px;
	margin-bottom: 8px;
	/*** Sysfore Add Style Start #44 03/12/2016 ***/
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("../images/select-arrow.png") !important;
	background-position:96px 6px;
	background-repeat: no-repeat;
	outline: 0px;
	/*** Sysfore Add Style End #44 03/12/2016 ***/
	
	
}
.dropdown_val_consortia {
	width: 100%;
	height: 40px;
	float: left;
}
.contextSelect {
	margin-top: 0px !important;
	position: relative !important;
	top: 0px !important;
}
.author-listing {
	float: left;
	width: 100% !important;
	/*height: 200px;*/
	
	height: auto !important;
	min-height: 100% !important;
	border-right: 1px solid #e2e2e2;
	/*** Sysfore Removed style start 02/11/2016 ***/
	/*overflow-y: scroll;
	overflow-x: hidden;*/
	/*** Sysfore Removed style end 02/11/2016 ***/
}
/* Sysfore remove style '.alert-add-toFavourite' 2-1-2016*/
.filter-subjects-popup {
	width: auto !important;
	/* sysfore change margin Start 08/11/2016 */
	margin: -35px 0px 0px 21px !important;
	/* sysfore change margin End 08/11/2016 */
	float: left !important;
}
.filter-subjects-popup a {

    padding: 6px 6px;
	border-radius:2px;
    background: #f8f7f7;
    border:1px solid #c8d1d4;
	text-decoration:none !important;
	color:#2d2d2d;
}
	
	
.mob-journal_name {
	padding: 0px 40px 0px 10px!important;
	text-align: left !important;
}
.mob-favourite-icon {
	margin-top: -25px;
}
#allSavedTableBody .showArticleDesc.inactive-header {
	background: transparent url(/search/themes/client/images/icon-arrow-down.png) no-repeat scroll right 10px;
	padding: 7px;
}
table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
	padding-right: 10px !important;
}
table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
	padding-right: 10px !important;
}
.popup-login-common {
	width: 300px;
	margin: 30% auto 0px auto !important;
	display: none;
}
/***** End  Manage Alerts / Folders  Css *******/

/***** Start Popup  Css *******/
.mail-poup input[type="text"], .mail-poup textarea {
	width: 100%;
	box-sizing: border-box;
}
.mail-poup input[type="text"], .mail-poup textarea {
	width: 100% !important;
}
.sys-cboxTopCenter {
	width: 250px !important;
}
.sys4-colorbox {
	width: 250px !important;
}
.sys-cboxBottomCenter {
	width: 250px !important;
}
.createfolder {
	width: 237px !important;
}
/***** End Popup  Css *******/

/***** Start jFArticleDetails_new  Css *******/
.srch-filter-sec-container {
	width: 100% !important;
}
.srch-filter-sec-container .srch-filter-sec {
	margin-top: 0px !important;
}
.srch-filter-sec-container .srch-filter-sec .searchform form fieldset span {
	float: right !important;
}
.srch-filter-sec-container .srch-filter-sec .searchform form fieldset .submit {
	margin: -30px 0px 5px 0px !important;
}
.back-to-journals {
	float: left;
	margin: 0px 0 5px 10px;
}
.srch-filter-sec-container {
	width: 470px !important;
	margin-top: 10px !important;
}
.srch-filter-sec-container .srch-filter-sec {
	margin-top: 0px !important;
}
.srch-filter-sec-container .srch-filter-sec .searchform form fieldset span {
	float: right !important;
}
.srch-filter-sec-container .srch-filter-sec .searchform form fieldset .submit {
	margin: -40px 0px 5px 0px !important;
}
.back-to-journals {
	float: right;
	/** Sysfore change margin value Start 10/11/2016 **/
	margin: 8px 10px 5px 0px;
	/** Sysfore change margin value end 10/11/2016 **/
}
.mob-list-year > ul {
	height: 350px !important;
	overflow-x: auto;
}
nav#facets li {
	padding: 5px 0px;
	box-sizing: border-box;
	/*<pranaya sahu, #2407,18-08-2017> added overflow attribute for devices less than 1024px */
	overflow: initial;
}
.mob-list-year {
	padding-left: 10px;
}
.years > div > ul {
	padding-left: 10px;
}
/***** End jFArticleDetails_new  Css *******/

/***** Start My Profile Css *******/

.mob-edit-but {
	margin-right: 45px !important;
}
.right-margin {
	float: right !important;
	margin-right: 0px !important;
}
/***** End My Profile  Css *******/

/***** Start Advanced Search  Css *******/
.limit-wrapper {
	display: none;
}
#show-limit-result {
	background: url("../images/limit-results.png");
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: 10px 9px;
}
#show-limit-result a {
	text-decoration: none;
	color: #295667;
}
.advance-search h3 {
	cursor: pointer;
	background-color: #DDDDDD !important;
	padding: 6px 0px 3px 25px;
}
.popup-list div#searchBox {
	margin: 0 0px;
	top: 0;
}
.starting-with-opts select {
/*Ticket #2327 15/02/2017 Sanjeeb and Susheel error message allignment issues Starts*/
	/*margin-top: 0px !important;*/
/*Ticket #2327 15/02/2017 Sanjeeb and Susheel error message allignment issues Ends*/
}
.mob-result ol {
	margin-left: 25px !important;
}
.mob-result-title {
	width: 100%;
	padding-left: 32px;
	/* Sysfore add padding-right Start 18/11/2016 */
	padding-right: 25px;
	/* Sysfore add padding-right End 18/11/2016 */
}
.pick-journal-list #selectedJournals {
	float: left;
	padding: 10px;
	width: 100%;
	margin-top: 10px;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	background: #fbfbfb;
	box-sizing: border-box;
}
.remove-expression {
	display: inline-block;
	float: right;
	height: 35px;
	margin: 0px 0px 0 0px;
	text-indent: -9999px;
	width: 35px;
	background: url(../images/icon-remove01.jpg) no-repeat scroll left top transparent;
}
#advanced-search .jgate-subjects li a, #journal-search .journal-subjects-opts a {
	display: inline-block;
	text-decoration: none;
	text-align: center;
	color: #2d2d2d;
	width: auto;
	height: auto;
	border-radius: 2px;
	background: #e7e7e7;
	margin-right: 5px;
	padding: 2px 5px 2px 4px;
}
.jgate-subjects .adv-search-opts li.select-all, .jgate-subjects .Journal-search-opts li.select-all, #journal-search li.select-all:first-child {
	padding-left: 44px;
}
/***** End Advanced Search  Css *******/

/***** Start AuthorList_New Css *******/
#author-list.author-new article#mainbody {
	width: 100%;
}
#author-list.author-new ol.result-list li.result p {
	width: auto;
	display: inline-block;
}
.author_name {
	padding: 0px 20px 0px 70px;
}
.author-listing-head {
	border-bottom: 1px solid #E2E2E2;
	position: relative;
	z-index: 9990;
}
.mob-f-journals {
	width: 150px !important;
	text-align: center;
}
.author-listing-head .journal-title {
	width: 15% !important;
}
#author-list.author-new article#mainbody .view-selected-authors {
	text-align: center;
	width: 100%;
}
.sel-auth-inner {
	height: auto;
	margin: 0 0 8px;
	overflow: auto;
}
/***** End  AuthorList_New Css *******/


.search-box {
	border-radius: 0px;
}
#getDDRReportButton {
	margin-right: 22px !important;
}
#descProfile {
	width: 358px;
}
#artcle-search fieldset #addSearchBox {
	width: 100%!important;
}
.res-info-block .response-statistics {
	display: inline-block;
	padding: 0 1px 0 0;
	border-right: 0px solid #a6a7a7;
}
.author-listing li input[type='checkbox'] {
	float: left;
	margin: 3px 8px 0 7px;
	/** Sysfore Changed margin-top value Start 04/11/2016 **/
	margin-top: 1px !important;
	/** Sysfore Changed margin-top value Start 04/11/2016 **/
}
.journalCheckbox {
	margin-left: -22px !important;
}
.author-listing-head li input[type='checkbox'] {
	float: left;
	margin: 2px 8px 0 0px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
	box-sizing: border-box;
	display: inline-block;
	min-width: 1.5em;
	padding: 5px !important;
	margin-left: 2px;
	text-align: center;
	text-decoration: none !important;
	cursor: pointer;
	color: #333 !important;
	border: 1px solid transparent;
	border-radius: 2px;
}
.union-catalog .article-header > span {
	color: #295667;
	float: left;
	font-size: 18px;
	margin: 10px 11px;
	text-align: left;
	width: 100%;
}
#SavedFolderDiv .nav li a label:nth-child(1n) {
	margin-left: 10px !important;
	line-height: 17px;
}
#SavedFolderDiv .nav li a label:nth-child(2n) {
	margin-left: 0px !important;
}
.union-catalog article#mainbody ol.result-list li.result .name-result span {
	float: none !important;
}
.union-catalog article#mainbody ol.result-list li.result .name-result span div h3 {
	padding: 0px 30px 0px 47px !important
}
.mob-author-listing {
	height: auto !important;
}
.union-catalog .author-listing-wrapper {
	background: #ffffff;
}
.mob-author-name {
	margin-left: 5px !important;
}
.author-listing-head .mob-author-si-no {
	width: 35px !important;
}
.popup-list .content-wrapper.union-catalog, .popup-list .content-wrapper.union-catalog #mainbody {
	margin: 0 auto;
	width: 100%;
	border: none;
}
.union-catalog article#mainbody ol.result-list li.result .showPublisherList {
	width: 96%;
	float: none;
}
.unionCatlog_Detail {
	padding-left: 0px;
}
.union-footer {
	text-align: center;
	line-height: 21px;
	padding: 4px 10px 10px 10px;
}
.Name {
	margin-left: 10px;
}
div#allSavedTable_length.dataTables_length {
	width: 160px !important;
	float: left !important;
	margin: 10px 10px 10px 20px !important;
}
div#allSavedTable_paginate.dataTables_paginate.paging_simple_numbers {
	margin: 10px 10px 10px 10px !important;
}
.bottom {
	padding: 5px 0px;
}
.requestarticlemailform label {
	font-weight: bold;
}
.mobuser-declaration {
	float: left;
	cursor: pointer;
}
#termsconditions {
	float: left;
}
.article-data {
	display: none;
}
.journal_name_alignment {
	float: none !important;
}
.ui-widget-table-data:nth-child(2n) {
	float: right;
}
.ui-widget-table-data:nth-child(2n) .search-box {
	margin-right: 22px;
}
.ui-widget-table-data .search-box {
	margin-left: 22px;
}
#cNewSearchButton.cNewSearchButton {
	background-color: #cadbe9 !important;
	background-image: url("../images/newsearch.png") no-repeat center 9px transparent !important;
	margin-bottom: 12px;
	padding-bottom: 26px !important;
	height: 40px;
	color: #cadbe9;
	line-height: 92px;
}
.mob-user-submenu {
	display: none;
}
.mob-user-drop-menu {
	display: block !important;
}
.tab {
    border: 1px solid #d4d4d1;
    background-color: #fff;
    float: left;
    margin-bottom: 20px;
    width: 285px !important;
}
#tab-2 { padding:0px !important;}
/**** Syafore add Style start 25/10/2016 ***/
.tab-size {
    width: auto !important;}
	.view-selected-authors p { display:none;}
	.view-selected-authors .btn {
    margin: 7px 10px 7px 17px !important;
    float: left;
	background: #f37920;
    text-shadow: none;
    border: 0;
    color: #fff;
	padding: 7px 9px 5px 9px;
	 position: fixed;
    top: 35%;
    right: 33px;
	z-index:9999;
	box-shadow: 1px 1px 7px #999;
}
/*** sysfore Removed Style start 27/10/2016 ****/
/*.olark-change { width:120px !important; z-index:99999}*/
/*** sysfore Removed Style End 27/10/2016 ****/
.view-selected-authors p { display:none;}
.sel-auth-inner { display:none;}
/**** Syafore add Style End 25/10/2016 ***/
/**** Syafore add Style Start 26/10/2016 ***/
article#mainbody #publisher-result-list ol.result-list li {
    padding: 12px 0px;
}
.mob-package-journal-data ol li span:nth-child(4n) {
    width: 25px !important;
}
.mob-package-journal-data ol li span:nth-child(3n) {
	/* Sysfore change float value start 18/11/2016 */
    float: left;
	/* Sysfore change float value End 18/11/2016 */
    margin-right: 12px;
}
/**** Syafore add Style End 26/10/2016 ***/
/**** Syafore add Style Start 27/10/2016 ***/
div#searchBox .searchform #cRefineSearchButton {
	height: 40px;
	background: url(../images/refine-search.png) no-repeat center 0px transparent;
	background-color: #cadbe9 !important;
	width: 40px !important;
	padding: 0 0 0 40px !important;
	box-sizing: border-box;
}
/**** Sysfore add display:block Style 29/10/2016 ***/
.new-window-close {width:25px; height:25px;  position:absolute; top:15px; right:15px; display:block;}
/**** Sysfore add Style End 27/10/2016 ***/
/**** Sysfore add Style Start 28/10/2016 ***/
article#mainbody #bottom-controls ol.pagination {
    border-left: 0px solid #98a8b3;
    border-right: 0px solid #98a8b3;
    margin:4px 4px 0px 4px;
}
article#mainbody #bottom-controls ol.pagination li.next {
     border-right: 1px solid #98a8b3;
}
article#mainbody #bottom-controls ol.pagination li:last-child, article#mainbody #bottom-controls ol.pagination li.last { border-right: 1px solid #98a8b3;}
article#mainbody #bottom-controls ol.pagination li:hover {
	border:1px solid #98a8b3;
	background: #e2e6e9;
    background: -webkit-gradient(linear, left top, left bottom, from(#d3dade), to(#f0f3f4));
    background: -moz-linear-gradient(#d3dade, #f0f3f4);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d3dade, endColorstr=#f0f3f4);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#d3dade, endColorstr=#f0f3f4)";
    background-image: linear-gradient(#d3dade, #f0f3f4);
	}
	article#mainbody #bottom-controls ol.pagination li.active {
    cursor: default;
    font-weight: bold;
    border-left: 1px solid #98a8b3;
}
/**** Sysfore add Style End 28/10/2016 ***/
/**** Sysfore add Style Start 29/10/2016 ***/
.closetab { display:block;}
/**** Sysfore add Style End 29/10/2016 ***/
/**** Sysfore add Style Start 31/10/2016 ***/
.olark-change{
	padding: 10px 25px;
    color: #ffffff;
    font-weight: bold;
    text-shadow: none;
    cursor: pointer;
    border: 0px solid #94a4b2;
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background: #2a5667;
    background: -webkit-linear-gradient(top, #2a5667, #2a5667);
    background: -moz-linear-gradient(top, #2a5667, #2a5667);
    background: -linear-gradient(top, #2a5667, #2a5667);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a5667', endColorstr='#2a5667', GradientType=0);
    box-shadow: none;}
	.dataTables_wrapper .dataTables_info:nth-child(2) { 
	float:none !important; text-align:right !important; margin-right:15px;}
	.dataTables_wrapper .dataTables_paginate { 
    padding: 10px !important;
	
	
	/**** Sysfore add Style End 31/10/2016 ***/
}
/** sysfore add style Start 06/11/2016 **/
.facetchart ol li {
    overflow: hidden;
    list-style: none outside none;
    width: 100%;
    cursor: pointer;
    border-bottom: 1px solid #abb4ba;
    padding: 10px 0px;
}
.facetchart ol li label {
    float: left;
    width: 100%;
    padding-right: 1.5%;
    font-size: 13px;
    line-height: 20px;
    text-transform: capitalize;
}
.controlfield {
background: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("../images/select-arrow.png") !important;
	background-position: 4px;
	background-repeat: no-repeat;
	outline: 0px;
	background-size:13px;
	padding: 8px 10px !important;
	 }
/** sysfore add style start 30/11/2016 #44 **/	 
.controlfieldyear {
background: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("../images/select-arrow.png") !important;
	background-position: 84% 50%;
	background-repeat: no-repeat;
	outline: 0px;
	background-size:13px;
	padding: 8px 10px !important;
	width:45%;
	 }	 
	 
	.mobsearch-alert-topic {
 
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("../images/select-arrow.png") !important;
	background-position: 84% 50%;
	background-repeat: no-repeat; 
	background-color:#f8f7f7;
	 }	  
	 
	 
	 
	 select[name="manage_dataTable_length"] { 
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("../images/select-arrow.png") !important;
	background-position: 84% 50%;
	background-repeat: no-repeat; 
	background-color:#f8f7f7;
}

.library-head{
	width:60%;
	margin:0px 0px 0px 80px !important;
	
}

/** sysfore add style End 30/11/2016 #44 **/	  
	
	#advanced-search .search-wrapper .control.operator {
		background: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("../images/select-arrow.png") !important;
	background-position: 45px 8px;
	background-repeat: no-repeat;
	outline: 0px;
	background-size:13px;
	}
/** sysfore add style End 06/11/2016 **/

/** sysfore add style Start 08/11/2016 **/
.mob-predatory img {margin-left:0px !important; }
.Mobile-Declaration { width:100%; float:left;}
.chart-desktop-view { display:none !important;}
.chart-mobview { display:block;}
/** sysfore add style Start 08/11/2016 **/
/** sysfore add style Start 10/11/2016 **/
/** sysfore change style 29/11/2016 #10**/
.mob-pick-prom-list {width: 92%; float: left; margin-left: 5px; margin-top: 2px;}
/** sysfore add style End 10/11/2016 **/
/*** Sysfore Update style -Start- #118 10-01-1016 ***/
.article-btm-sec .find-in-library {
	/* background: url("../images/find-in-library.png") no-repeat scroll right center transparent; */
	font-size: 13px;
	/*** Sysfore Update Width -Start- #123 13-01-1016 ***/
	width: 110px;
	margin-left: 4px;
	padding: 3px 7px 1px 10px;
	text-align: left;
	/*background-color:#d3e1e8;
	background-size: 24px;*/
	background: -moz-linear-gradient(top, rgba(248, 249, 252, 0.7) 0%, rgba(212, 226, 237, 0.65) 59%, rgba(212, 226, 237) 100%), url(../images/find-in-library.png) no-repeat right;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(248, 249, 252, 0.7)), color-stop(59%, rgba(212, 226, 237, 0.65)), color-stop(100%, rgba(212, 226, 237, 0.65))), url(../images/find-in-library.png) no-repeat right;
	background: -webkit-linear-gradient(top, rgba(248, 249, 252, 0.7) 0%, rgba(212, 226, 237, 0.65) 59%, rgba(212, 226, 237) 100%), url(../images/find-in-library.png) no-repeat right;
	background: -o-linear-gradient(top, rgba(248, 249, 252, 0.7) 0%, rgba(212, 226, 237, 0.65) 59%, rgba(212, 226, 237) 100%), url(../images/find-in-library.png) no-repeat right;
	background: -ms-linear-gradient(top, rgba(248, 249, 252, 0.7) 0%, rgba(212, 226, 237, 0.65) 59%, rgba(212, 226, 237) 100%), url(../images/find-in-library.png) no-repeat right;
	background: linear-gradient(to bottom, rgba(248, 249, 252, 0.7) 0%, rgba(212, 226, 237, 0.65) 59%, rgba(212, 226, 237) 100%), url(../images/find-in-library.png) no-repeat right;
}
/*** Sysfore Update style -End- #118 10-01-1016 ***/
/** sysfore add style Start 18/11/2016 **/
.mob-package-journal-data { float:none !important;}
/** sysfore change top value #109 01/02/2017 **/
.predatory-injFinder { float:right!important; margin:-21px 40px 0px 0px !important; position:absolute; top:15px; right:15px; }
.mob-predatory-img { padding-left:0px !important;}
/** sysfore add style End 18/11/2016 **/
/*Sysfore add style start 22/11/2016 */ 
#noKeywordsErrorMessage p {
	margin-right:0px !important;	
}

.desk-align {text-align:left;}
/*Sysfore add style End 22/11/2016 */ 
/*Sysfore add style start #36 28/11/2016 */ 
.mob-button-alignment { width:100% !important; margin: -35px 0px 0px 0px !important; padding-left:21px !important; box-sizing: border-box; }
.mob-button-alignment  select { margin-right: 20px !important;}
.middle-part#middle-part-others-nomyfav li a {
    padding: 15px 25px 14px;
}
/* kumaraswamy #2361 code changes for Theses start */
.middle-part1#middle-part-others-nomyfav li a {
    padding: 15px 25px 14px;
}
/* kumaraswamy #2361 code changes for Theses end */
/*Sysfore add style end #36 28/11/2016 */
/*Sysfore add style Start #85 03/12/2016 */
/*Sysfore removed style #119 31/01/2017 */
/*article#mainbody #publisher-result-list ol.result-list li li span { float:left !important;}
article#mainbody #publisher-result-list ol.result-list li li span:nth-child(1) { width:5% !important;}
article#mainbody #publisher-result-list ol.result-list li li span:nth-child(2) { width:75% !important;}
article#mainbody #publisher-result-list ol.result-list li li span:nth-child(3) { width:5% !important;}
article#mainbody #publisher-result-list ol.result-list li li span:nth-child(4) { width:5% !important;}*/


/*Sysfore add style End #85 03/12/2016 */
/*Sysfore add style start #119 31/01/2017 */

.mob-manage-data-name { float:left; width:75%;     padding-left: 43px;}
article#mainbody #publisher-result-list .journalList li .mob-accordion-content3 { width:75% !important; padding-left: 0px; padding-top: 2px;}

article#mainbody #publisher-result-list .journalList li .mob-accordion-predatory { position:absolute; top:5px; right:15%;}
article#mainbody #publisher-result-list .journalList li .mob-accordion-favourite { position:absolute; top:5px; right:10%;}
article#mainbody #publisher-result-list .journalList li .mob-accordion-favourite img { margin-right:0px !important;}	
/*Sysfore add style end #119 31/01/2017 */
.sjr-popup {
	width: 200px;
	margin: 30% auto 0px auto !important;
	display: none;
}
}


/*Sysfore add new @media screen -  start #75 30/11/2016 */
@media screen and (max-width:600px) {
/*Sysfore new class 'searchHistoryPopupView' -  start #100 23/12/2016 */
.searchHistoryPopupView
{
	max-height:250px;max-width:300px; margin: 0px auto; overflow-x: scroll; overflow-y: overlay;
}
/*Sysfore new class 'searchHistoryPopupView' -  end #100 23/12/2016 */
	
	
#embargo_publisher{
	margin-left: 73%;
    padding-bottom: 5px;
    position: initial;/** Sysfore changed position #75 06/12/2016 ***/
    top: 18px;
    right: 10px;
	/*Sysfore change width & text-align#75 06/12/2016 */
    width: auto;
    text-align: left;
}




}
/*Sysfore add new @media screen - end #75 30/11/2016 */
@media screen and (max-width:800px) {
#advanced-search .search-wrapper .com-input {
	float: left;
	width: 89%;
	margin-bottom: 10px;
	margin-right: 8px;
}
.union-catalog article#mainbody ol.result-list li.result .showPublisherList {
	width: 95%;
	float: none;
}
.author-listing-wrapper .journal-title, .field.publisher_name {
	padding-left: 16px;
	padding-right: 16px;
	/**** Sysfore add Style Start 17/11/2016 ***/
	float: left;
	/**** Sysfore add Style End 17/11/2016 ***/
	width: 85%;
}
/* <pranaya sahu,#2527,17-08-17> added new css starts */
.author-listing li span {
	float: left;
	 padding-top: 2px; 
}
.author-listing li .result-list input + span{
	 width: 572px;
}
/* <pranaya sahu,#2527,17-08-17> added new css ends */
}

@media screen and (max-width:768px) {
	
	/*Sysfore add style start #109 01/02/2017 */
#journal-result-list ol.result-list li.result .mob-j-name {
	padding-top: 2px !important;
}
/*Sysfore add style End #109 01/02/2017 */
	
	/*Sysfore add style start #119 31/01/2017 */
article#mainbody #publisher-result-list .journalList li .mob-accordion-content3 { width:65% !important; padding-left: 0px; display:inline-block !important; padding-top: 2px;}

article#mainbody #publisher-result-list .journalList li .mob-accordion-predatory { position:absolute; top:5px; right:12%; width:20px;}
article#mainbody #publisher-result-list .journalList li .mob-accordion-favourite { position:absolute; top:5px; right:5%; width:15px;}
article#mainbody #publisher-result-list .journalList li .mob-accordion-favourite img { margin-right:0px !important;}	
/*Sysfore add style end #119 31/01/2017 */
	
	/** Sysfore Add style Start #115 30/01/2017 ***/
/*Ticket #2327 15/02/2017 Sanjeeb and Susheel error message allignment issues Starts*/
	/*#errorMsg p { padding-left:136px;}*/
/*Ticket #2327 15/02/2017 Sanjeeb and Susheel error message allignment issues Ends*/
	/** Sysfore Add style Start #115 30/01/2017 ***/
#advanced-search .search-wrapper .com-input {
	float: left;
	width: 88%;
	margin-bottom: 10px;
	margin-right: 8px;
}
#journal-result-list ol.result-list li.result .mob-j-name {
	width: 410px!important;
}

div#manage_dataTable_filter.dataTables_filter {
	
	height: 40px;
	margin-top: -6px;
	padding: 10px 0px;
}
.popup-list .starting-with-opts {
	position: static;
	right: 310px;
	margin: 10px 21px;
}
.popup-list .field.journal_name {
	width: auto;
	float: left;
}
.starting-with-opts select {
/*Ticket #2327 15/02/2017 Sanjeeb and Susheel error message allignment issues Starts*/
	/*margin-top: -3px !important;*/
/*Ticket #2327 15/02/2017 Sanjeeb and Susheel error message allignment issues Ends*/
	margin-right: 0px !important;
}
.requestarticlemailform .row {
	float: left;
	margin: 0 0 5px 0;
	clear: none;
	width: 47%;
}
.requestarticlemailform .right-space {
	margin-right: 23px !important;
}
.starting-with-opts {
	float: right;
	/*Sysfore change margin start 08/11/2016 */
	margin: 10px 20px 15px 0px;
	/*Sysfore change margin end 08/11/2016 */
}
.res-info-block {
	float: left;
	clear: both;
	padding: 7px 20px 10px 20px;
	width: auto;
	box-sizing: border-box;
	text-align: left;
}
.alert-add-toFavourite {
	width: 100% !important;
	padding-right: 20px!important;
	float: left !important;
	/* Sysfore change margin-bottom Start 06/11/2016 */
	margin-bottom: 5px !important;
	/* Sysfore change margin-bottom end 06/11/2016 */
	box-sizing: border-box;
	/* Sysfore change text-align Start 06/11/2016 */
	text-align: left;
	/* Sysfore change text-align End 06/11/2016 */
	margin-right: 10px;
}
.legends-accesstype {
	color: #295667;
/** Sysfore changes float position **/
	float: left;
	font-family: bold;
	font-size: 13px;
	font-weight: bold;
	padding: 5px 20px;
	box-sizing: border-box;
	/** Sysfore change text-align Start 10/11/2016 **/
	text-align: left;
	/** Sysfore change text-align Start 10/11/2016 **/
}
article#mainbody #bottom-controls .results-per-page {
	display: block !important;
}
article#mainbody #bottom-controls .results-per-page {
	width: 140px !important;
	padding-bottom: 10px;
	padding-top: 10px;
}
article#mainbody #bottom-controls .results-per-page h3 {
	text-align: left;
	float: left !important;
	margin: 0px !important;
}
.ui-datatable {
	min-width: 100% !important;
}
.Ddrtbl-scroll {
	overflow-x: scroll !important;
}
#ddr_dataTable {
	width: 850px !important
}
div#ddr_dataTable_info.dataTables_info {
	width: 230px !important;
	padding: 0px 20px;
	box-sizing: border-box;
	float: left;
	text-align: left !important;
	margin: 0px !important;
}
nav#facets li {
	padding: 5px 0px;
	box-sizing: border-box;
}
.publication-yr {
	float: left;
	padding: 0 0 20px 0;
	width: 40%;
	margin-right: 25px;
}
.full_text_only {
	float: left;
	width: 50%;
}
#journal-result-list ol.result-list li.result .journal_name {
	/* Sysfore change width #112 31/01/2014 */
	width: 65%;
	float: left;
	/* left: 50px; */
	padding: 6px 0px 0px 0px;
	/* Sysfore Add margin-right Start 16/11/2016 */
	margin-right: 0px;
	/* Sysfore Add margin-right Start 16/11/2016 */
}
article#mainbody section#top-controls .sort-container {
	float: left;
}
article#mainbody section#top-controls #toggles .sort-container {
	margin: 10px 0px 14px 0px;
}
article#mainbody section#top-controls #toggles ul {
	padding: 0 0px;
	border-radius: 2px;
}
#author-list div#searchBox, #journal-listing .journal-container div#searchBox {
	position: static;
	float: right;
	width: auto;
	margin-right: 0px;
	margin-bottom: 5px;
}
.dropdown-content {
	position: absolute;
	background-color: #214553;
	min-width: auto;
	overflow: auto;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	right: 88px;
	z-index: 9999999999999;
	margin-top: 121px;
}
.edit-reg {
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
}
.edit-reg input[type="text"] {
	width: 100% !important;
}
#descProfile {
	width: 100%;
}
.mob-edit-but {
	margin-right: 3px !important;
}
.mob-save-cancel {
	margin-right: 4px !important;
}
}

@media screen and (max-width:767px) {
	
	
.starting-with-opts {
    float: right;
    margin: 10px 20px 17px 0px;
    background-color:#f8f7f7;
}	
.starting-with-opts select {
	margin-top: 0px !important;
	margin-right: 0px !important;
	background: url(../images/drop-down-arrow.png) no-repeat !important;
	    background-position: right 10px !important;
	background-size: 22px !important;
-webkit-border-radius:2px !important;
	 -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
       padding: 6px 27px 6px 12px !important;
}

.res-info-block {
	float: left;
	clear: both;
	/* Sysfore change padding start 06/11/2016 */
	padding: 10px 20px 12px 20px;
	/* Sysfore change padding end 06/11/2016 */
	width: 100%;
	box-sizing: border-box;
	text-align: left;
}
/* Sarada, Akshatha 17/11/2017 <Sprint-26 phase-1, #2705>, SORTING in search/jF page [sjr, hindex, naas] requirement */
.sjr_journalRanking {
    margin-left: 5px;
    margin-right: 0px;
    margin-bottom: 4px;
    margin-top: 6px;
    width: 133px;

}
.sjr_sort{
	display: none;
}

.sort_inMobile
{
	display:none;
}

}

@media screen and (max-width:640px) {
	/** Sysfore Add style Start #115 30/01/2017 ***/
	#errorMsg p { padding-left:0px;}
	/** Sysfore Add style Start #115 30/01/2017 ***/
	/** Sysfore Add style Start #88 18/01/2017 ***/
	#access_journal { margin-left:0px !important; padding: 9px 0px 0px 0px !important;}
	#ceased_publisher { margin-left:10px !important; padding-bottom: 0px !important;}
	/** Sysfore Add style End #88 18/01/2017 ***/
	/** Sysfore Add style Start 08/12/2016 ***/
	.mob-right-buttons {
    width: auto;
    float: left;
}/** Sysfore Add style End 08/12/2016 ***/
	
	.popup-login-common {
    width: 300px;
    margin: 10% auto 0px auto !important;
    display: none;
}
	.dataTables_wrapper .dataTables_paginate {
		/** Sysfore Add Change Start 05/11/2016 ***/
	margin-top: 0px !important;
	/** Sysfore Add Width Start 31/10/2016 ***/
	width:auto!important;
	/** Sysfore Add Width End 31/10/2016 ***/
	/** Sysfore Add Change float 05/11/2016 ***/
	float: right !important;
	text-align:left !important;
/** Sysfore change the padding **/
	padding: 5px !important;
}
	#clear {
	color: #2F2F2F;
	cursor: pointer;
	font-weight: bold;
	padding: 7px 22px !important;
	text-shadow: none;
	background: -moz-linear-gradient(center top, #AEBFCE, #A5B8C9) repeat scroll 0 0 transparent;
	border: 1px solid #94A4B2;
	border-radius: 2px !important;
	box-shadow: 0 1px 0 #D3DCE4 inset !important;
	margin-left: 15px;
	background: -webkit-linear-gradient(top, #efefef, #efefef) !important;
	background: -moz-linear-gradient(top, #efefef, #efefef);
	background: -linear-gradient(top, #efefef, #efefef);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#efefef', GradientType=0 );
	
}
.dsk-request-head {
	display: none;
}
.mob-request-head {
	width: 100%;
	padding: 5px 0px;
	display: block;
}
.mob-Requested-details {
	margin-top: 10px;
	color: #f37920;
}
#requestArtMsg .details .secondTable {
	margin-top: 5px;
}
.mob-srch-term {
	width: 100% !important;
	padding: 20px 20px 0px 20px !important;
	box-sizing: border-box;
}
#journal-result-list ol.result-list li.result .mob-j-name {
	width: 333px!important;
}
#setEmailRssAlert form table {
	width: 300px !important;
	margin: 0px auto !important;
}
.srh-history-error {
	width: 100%;
	float: left;
	margin: 5px 0px !important;
}
.search-history-list {
	padding: 10px 15px;
	display: table;
	width: 100%;
	border-bottom: 1px solid #DCDEE0;
	box-sizing: border-box;
}
.seach-his-mobtitle {
	display: block;
	float: left;
	margin-right: 15px;
	padding-right: 10px;
	font-weight: bold;
	color: #2e5a6c;
	border-right: 1px solid #DCDEE0;
	width: 100px;
}
/* Akshatha and Supritha 1/02/2017  Sprint19, #2048, Expert Search Implementation starts */
.set-mob-box{
    width: 80px;
    margin-left: 20px;
}
.mob-check-box{
	width: 15px;
    margin-bottom: -20px !important;
    margin-top: 10px;
}
/* Akshatha and Supritha 1/02/2017  Sprint19, #2048, Expert Search Implementation ends */
.mob-popup-text {
	display: none;
}
.search-history-list.header, .search-history-list.header div {
	display: none;
}
.search-history-list .column-2 {
	float: none;
	width: 100%;
	padding: 10px 0px;
}
/* Akshatha and Supritha 1/02/2017  Sprint19, #2048, Expert Search Implementation starts */
.sub-col-2{
	padding: 8px 0px !important;
}
/* Akshatha and Supritha 1/02/2017  Sprint19, #2048, Expert Search Implementation ends */
.search-history-list .column-3 {
	float: left;
	width: 100%;
	padding: 5px 0px;
}
.search-history-list .column-4 {
	float: none;
	width: 100%;
	padding: 5px 0px;
}
.search-history-list .column-5 {
	float: none;
	width: 100%;
	padding: 5px 0px;
}
.search-history-list .column-6 {
	float: none;
	width: 100%;
	padding: 5px 0px;
}
.search-history-list .column-7 {
	float: left;
	padding: 5px 0px;
}
.search-history-list .column-8 {
	float: left;
	padding: 5px 10px 0px 0px;
}
.search-history-list .column-9 {
	float: left;
	padding: 5px 0px;
}
.col3-sub {
	/** Sysfore change width Start 15/11/2016 ***/
	width: 280px;
	/** Sysfore change width End 15/11/2016 ***/
	float: left;
}
.search-history-grid {
/* Supritha 21/03/2017, #2048,changes for 'OR Search' button in case of mobile view */
	margin-top: 5px;
/* Supritha 21/03/2017, #2048,changes for 'OR Search' button in case of mobile view */
	padding: 0px;
}
.ui-widget-table-data .search-box {
	margin-left: 0px;
}
.search-section .journal-Search-Type input, .srch-filters input {
	float: left;
	margin-top: 5px;
	margin-left: 0px;
}
.full-text-only li input {
	float: left;
	margin: 6px 5px 0px 0px;
}
.search-section ul {
	float: none;
	padding: 0 0px;
	margin: 0px 0 0px 0;
	text-align: left;
}
article#mainbody #publisher-result-list .showPublisherList {
	width: 96%;
}
.country p {
	text-align: right !important;
}
.author-listing-wrapper .journal-title, .field.publisher_name {
	padding-left: 16px;
	padding-right: 16px;
	/*** sysfore change style start 17/11/2016 ****/
	float: left;
	/*** sysfore change style End 17/11/2016 ****/
	width: 82%;
}
.main-search-links {
	float: left;
	padding: 0px 0 0 !important;
	display: none;
	width: 200px;
	background-color: #214553;
	position: absolute;
	z-index: 99999;
	margin-top: 52px;
	right: 0px;
	transition: right .5s ease-in-out;
}
.middle-part ul {
	float: none;
	margin: 1px 0 0 0px;
	padding: 0;
	display: none;
	position: absolute;
	z-index: 99999;
	background-color: rgba(41,86,103,0.95);
	width: 225px;
	right: 0;
}
/* kumaraswamy #2361 code changes for Theses start */
.middle-part1 ul {
	float: none;
	margin: 1px 0 0 0px;
	padding: 0;
	display: none;
	position: absolute;
	z-index: 99999;
	background-color: rgba(41,86,103,0.95);
	width: 225px;
	right: 0;
}
/* kumaraswamy #2361 code changes for Theses end */
.form-container .row {
	clear: both;
	margin: 0px 0 10px 0px;
	width: 100%;
	float: none;
}
.mob-result-title {
	width: 60% !important;
	padding-left: 32px;
}
.requestarticlemailform .row {
	float: left;
	margin: 0 0 5px 0;
	clear: none;
	width: 100%;
}
#journal-result-list ol.result-list li.result .journal_name {
	/* Sysfore Changed width value Start 20/01/2017 */
	width: 56%;
	/* Sysfore Changed width value End 20/01/2017 */
	float: left;
	padding: 0px 0px 0px 0px;
	/* Sysfore Add margin-right Start 16/11/2016 */
	margin-right: 10px;
	/* Sysfore Add margin-right Start 16/11/2016 */
}

div#allSavedTable_filter.dataTables_filter label input {
	margin-right: 0px;
	background: white !important;
	height: 40px;
	width: 100% !important;
	border: 1px solid #999999;
	border-radius: 2px !important;
	border-right-width: 0px;
	box-sizing: border-box;
	/*Sysfore Changed min-width value Start 11/11/2016 */
	min-width:100%;
	/*Sysfore Changed min-width value End 11/11/2016 */
}
div#allSavedTable_filter.dataTables_filter {
	margin-right: 0px;
	height: 40px;
	margin-top: -6px;
	padding: 0px 20px;
	width: 100%;
	box-sizing: border-box;
	float: left;
	margin-bottom: 10px;
}
div#allSavedTable_info.dataTables_info {
	width: 100% !important;
	padding: 0px 20px;
	box-sizing: border-box;
	float: right;
	text-align: right !important;
}
div#allSavedTable_length.dataTables_length {
	/** Sysfore change width 05/11/2016 **/
	width: 160px !important;
	float: left !important;
	/** Sysfore change margin 05/11/2016 **/
	margin: 10px 10px 10px 20px !important;
}
div#manage_dataTable_filter.dataTables_filter {
	margin-right: 0px;
	height: 40px;
	margin-top: -6px;
	padding: 0px 20px;
	width: 100%;
	box-sizing: border-box;
	float: left;
	margin-bottom: 10px;
}
div#manage_dataTable_filter.dataTables_filter label input {
	margin-right: 0px;
	background: white !important;
	height: 35px;
	width: 100% !important;
	border: 1px solid #999999;
	border-radius: 2px !important;
	border-right-width: 0px;
	box-sizing: border-box;
	/** Sysfore changed min-width Start 05/11/2016 **/
	min-width:100% !important;
	/** Sysfore changed min-width End 05/11/2016 **/
}
.dataTables_wrapper .dataTables_filter input {
	margin-left: 0px !important;
}
.myButtonClass {
	margin-left: -44px !important;
	height: 40px !important;
}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
	text-align: left!important;
}
.dataTables_length select {
/** Sysfore chenges the width(31/10/2016 **/
	width: 70px !important;
}
div#manage_dataTable_length.dataTables_length {
	width: 160px !important;
	float: left !important;
	margin: 2px 10px 10px 20px !important;
}
div#ddr_dataTable_filter.dataTables_filter label input {
	padding: 0px 100px 0px 10px;
	margin-right: 0px;
	background: white !important;
	height: 35px;
	width: 100% !important;
	border: 1px solid #999999;
	border-radius: 2px !important;
	border-right-width: 0px;
	box-sizing: border-box;
	/** Sysfore changed min-width Start 05/11/2016 **/
	min-width:100%;
	/** Sysfore changed min-width End 05/11/2016 **/
}
div#ddr_dataTable_filter.dataTables_filter {
	margin-right: 0px;
	height: 40px;
	margin-top: -6px;
	padding: 0px 20px;
	width: 100%;
	box-sizing: border-box;
	float: left;
	margin-bottom: 10px;
}
div#ddr_dataTable_info.dataTables_info {
	margin-bottom: 20px !important;
}
.search-box {
	width: 100% !important;
	box-sizing: border-box;
}
.ui-widget-table-data {
	float: left;
	width: 100%;
	padding: 0px 20px;
	box-sizing: border-box;
}
div#searchBox .searchform #cRefineSearchButton {
	background-color: #cadbe9 !important;
}
div#searchBox .searchform #cNewSearchButton {
	background-color: #cadbe9 !important;
}
#cRefineSearchButton {
	height: 30px;
	width: 40px !important;
	padding: 10px 0px 0px 40px !important;
}
#cRefineSearchButton:hover {
	width: 40px !important;
	padding: 10px 0px 0px 40px !important;
}
#cNewSearchButton {
	height: 30px;
	width: 40px !important;
	background: url("../images/new-search-icon.png") no-repeat center 0px transparent !important;
	padding: 10px 0px 0px 40px !important;
	box-sizing: border-box;
}
#cNewSearchButton:hover {
	width: 40px !important;
	padding: 0px 0px 0px 40px !important;
}
#cNewSearchButton.cNewSearchButton {
	background-color: #cadbe9 !important;
	background-image: url("../images/new-search-icon.png") no-repeat center 0px transparent !important;
	margin-bottom: 12px;
	margin-top: 5px;
	padding-bottom: 26px !important;
}
article#mainbody .searchform .query {
	color: #000000;
	float: left;
	font-size: 1em;
	height: 19px;
	line-height: 1.5em;
	margin: 0;
	outline: medium none;
	/*** Sysfore change padding style start 28/10/2016 ***/
	padding: 0px 53px 0px 10px;
	/*** Sysfore change padding style End 28/10/2016 ***/
	position: relative;
	width: 100%;
	height: 40px;
	z-index: 100;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	box-sizing: border-box;
}
div#searchBox .searchform .query {
	border-radius: 2px;
	display: inline-block;
	float: left;
	width: 100% !important;
}
div#searchBox .searchform .suggest {
	width: 77% !important;
}
#first-form fieldset span {
	float: right !important;
	margin-top: -40px !important;
}
.publication-yr {
	float: left;
	padding: 0 0 20px 0;
	width: 100%;
	margin-right: 0px;
}
.full_text_only {
	float: left;
	width: 100%;
}
#advanced-search .search-wrapper .com-input {
	float: left;
	width: 85%;
	margin-bottom: 10px;
	margin-right: 8px;
}
.controlfield, .advanced-search .control.field {
	float: left;
	padding: 8px;
	width: 22px;
	margin-bottom: 10px;
}
#advanced-search .search-wrapper .control.operator {
	clear: both;
	display: block;
	margin: 0 0 10px;
	width: 25%;
	padding: 8px;
}
.top-area .full-txt-opts.tab, .journal-tab li a {
	margin: 0px 0px 0px 0px;
	float: left;
	color: #2e2e2e;
	padding: 11px 10px;
	width: 100%;
	position: relative;
	top: 0px;
	border-radius: 0px;
	border: 1px solid #96B5BD !important;
	border: none;
	background: #edf2f3;
	box-sizing: border-box;
	text-align: left;
}
.top-area .full-txt-opts.tab.active, .journal-tab li a.active {
	text-decoration: none;
	text-align: left;
	font-weight: bold;
    position: relative;
	z-index: 99;
	width: 100%;
	border: none;
	box-shadow: none;
	box-sizing: border-box;
}
.journal-tab li a.active {
	color: #fff;
	background-color: #96b5bd;
	border-bottom: 0px solid #fff;
	border-radius: 0px;
}
.journal-tab {
	margin: 0px 0px 0px 20px;
	overflow: hidden;
	background: none;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.top-area-items {
	position: relative;
	top: -14px;
	padding-top: 20px;
	border-top: 0px solid #96B5BD;
}
.top-area .article-header h2 span, .top-area .article-header h2 em {
	display: inline-block;
	font-size: 12px;
	color: #2D2D2D;
	width: 70%;
}
.top-area .article-header h2 em {
	position: absolute;
	left: 0px;
	top: -3px;
	width: auto;
	color: #3f6d7c;
	text-align: left;
}
.top-area.jf-results .article-header h2 img:nth-child(2n), .top-area.jf-results .article-header h2 img:nth-child(2n) {
	position: absolute !important;
	top: -6px;
	right: 0px;
	z-index: 999999;
}
.top-area.jf-results .article-header h2 img:nth-child(3n), .top-area.jf-results .article-header h2 img:nth-child(3n) {
	position: absolute !important;
	top: -6px;
	right: 0;
}
.top-area .article-header {
	padding: 15px 0px;
}
.top-area .article-header .sjr-toc{
	margin-left: 3%;
}
.dropdown-content {
	position: absolute;
	background-color: #214553;
	min-width: auto;
	overflow: auto;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	right: 81px;
	z-index: 9999999999999;
	margin-top: 121px;
}
#ddr_dataTable_length {
	width: 160px !important;
	float: left !important;
	margin: 10px 10px 10px 20px !important;
}
/***** Sysfore Add styles Start 26/10/2016 *****/
.article-header-image {
    position: absolute !important;
	top: -6px;
	right: 0;		
}
.mobview-rssfav-icon { margin-right:40px !important;}
/***** Sysfore update  styles Start #49 03-01-/2017 *****/
.mobview-predatoryJournal-icon { margin-right:70px !important;
	top: -6px;
    right: 0;
    position: absolute;}
	/***** Sysfore update  styles End #49 03-01-/2017 *****/
/***** Sysfore Add styles End 26/10/2016 *****/
/***** Sysfore Add styles Start 27/10/2016 *****/
/* <pranaya sahu,#2290 12-01-17> modified olark css for responsive along with high speed */
.olark-change{
	background: url(../images/olark_offline.png) no-repeat center -6px transparent;
	height: 40px;
	color: rgba(248, 242, 242, 0);
    font-size: 100%!important;
    position: fixed!important;
    bottom: 15px!important;
    right: 20px!important;
    width: 9px!important;
    z-index: 10000000000000!important;
    border: 0!important;
    border-radius: 14px!important;
    box-shadow: 0 3px 15px 0 rgba(0,0,0,.25)!important;
    box-sizing: content-box!important;
    padding: 0 20px!important;
    -webkit-transition: all .4s,bottom .8s ease-in-out!important;
    transition: all .4s,bottom .8s ease-in-out!important;
    cursor: pointer!important;
    outline: 0!important;
    margin: 0!important;
    -webkit-tap-highlight-color: transparent!important;
    -webkit-animation-name: loadBubble;
    animation-name: loadBubble;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
	}
	/* <pranaya sahu,#2290, 12-01-17> modified olark css for responsive along with high speed ends */
	/**** Syafore add Style Start 28/10/2016 ***/
.main-search-links {
    width: 220px;
}
.middle-part ul {
    width: 250px;
}
/* kumaraswamy #2361 code changes for Theses start */
.middle-part1 ul {
    width: 250px;
}
/* kumaraswamy #2361 code changes for Theses end */
	/*** Sysfore change style start 07/12/2016 #57 ***/
/*** Sysfore change style - start - #106 23/12/2016 #57 ***/	
.popup-overlay-common {
position:absolute;
}
/*** Sysfore change style - end - #106 23/12/2016 #57 ***/
.limitSelect { width:45%; float:left;}
.publication-yr span { width:10%; float:left;}
/**** Sysfore add Style End 28/10/2016 ***/
/**** Sysfore add Style Start 29/10/2016 ***/
.author-listing .unionCatlog_Detail .contact li .detailHeadPart {
    width: 100%;
	font-weight:bold;
}
/**** Sysfore add Style End 29/10/2016 ***/
/**** Sysfore add Style Start 31/10/2016 ***/
.dataTables_wrapper .dataTables_info:nth-child(2) { 
/**** Sysfore removed text-align 08/11/2016 ***/
	float:none !important;  margin-left:13px;}
	/**** Sysfore add Style Start 31/10/2016 ***/
	/** sysfore add style start 04/11/2016 **/
.author-listing li span img {
    width: 13px;
    height: 13px;
	margin-top:2px !important;
} 
.starting-with-opts {
    float: right;
    margin: -2px 20px 17px 0px;
    background-color: #f8f7f7;
}
#popupHead { width:300px !important;}
/** sysfore add style end 04/11/2016 **/
/** sysfore add style Start 05/11/2016 **/
.Mob-srhTopic {
	/** sysfore change width Start 15/11/2016 **/
	width: 137px;
	/** sysfore change width End 15/11/2016 **/
    float: left;
}
/** sysfore add style Start 05/11/2016 **/
/** sysfore add style Start 06/11/2016 **/
article#mainbody .searchform {
    padding: 0px 0px;
}

#search-alert-topic { margin-right:0px !important;}

/** sysfore add style end 06/11/2016 **/

/** Sysfore Add Style Start 10/11/2016 ***/
/** Sysfore change display none to block  Start 17/11/2016 ***/
.mob-autoscroll-top { display:block;}
/** Sysfore change display none to block  End 17/11/2016 ***/
.back-to-journals {
    float: right;
    margin: 2px 10px 5px 0px;
}
/** Sysfore Add Style End 10/11/2016 ***/
/*Sysfore Add Style start 18/11/2016*/
.mob-package-journal-data ol li span:nth-child(2n) {
	width: 280px !important;
}
.mob-package-journal-data ol li span:nth-child(4n) {
    width: 25px !important;
	float:left !important;
}

/*Sysfore Add Style End 18/11/2016*/
/*Sysfore Add Style start #22 28/11/2016*/
.mob-tbl-icon { margin-left:129px;}
/*Sysfore add style #36 28/11/2016 */ 
.mob-button-alignment  #search-alert-topic { margin-right: 20px !important; margin-top: -8px !important;}
/*Sysfore Add Style End #22 28/11/2016*/

/*Sysfore Add Style start #85 03/12/2016*/
.mob-package-journal-data ol li span:nth-child(3n) {
    float: left;
    margin-right: 0px;
}

/*Sysfore add style start #119 30/01/2017 */
.mob-si-no { width:9% !important; margin-right:5px !important;}
/*Sysfore add style End #119 30/01/2017 */
.sjr-popup {
    width: 200px;
    margin: 10% auto 0px auto !important;
    display: none;
}
/* <pranaya sahu,#2527,17-08-17> added new css starts */
.author-listing li .result-list input + span {
    width: 375px;
}
/* <pranaya sahu,#2527,17-08-17> added new css ends */

/* Sarada, Akshatha 17/11/2017 <Sprint-26 phase-1, #2705>, SORTING in search/jF page [sjr, hindex, naas] requirement */
.sjr_journalRanking
{
	margin-left: 20px;
    margin-right: 0px;
    margin-bottom: 2px;
    margin-top: 6px;
    width: 133px;
}

}
/*Sysfore Add Style End #85 03/12/2016*/


@media screen and (max-width:550px) {
#advanced-search .search-wrapper .com-input {
	float: left;
	width: 83%;
	margin-bottom: 10px;
	margin-right: 8px;
}
#journal-result-list ol.result-list li.result .mob-j-name {
	width: 270px!important;
}
.mob-package-journal-data ol li span:nth-child(2n) {
	width: 200px !important;
}
#journal-result-list ol.result-list li.result .journal_name {
	width: 60%;
	float: left;
	padding: 0px 0px 0px 0px;
}
.my-jgate-fixed-width {
	width: 100%;
	margin: 20px auto;
}
/*Sysfore add style start #61 08/12/2016 */
.mob-dow-mail-print-button-in-search {
	width:100%;
	float:left;
	margin-top: 10px !important;
}

/*Sysfore add style End #61 08/12/2016 */
/* pranaya sahu #61, 28/12/16 Added class for media size max width 550 starts */
.article-btm-sec{
	clear: both;
	padding: 10px 0 0 0;
}
/* pranaya sahu #61, 28/12/16 Added class for media size max width 550 ends */
}

@media screen and (max-width:480px) {
/*Sysfore add style End #119 31/01/2017 */
	
	
/*Sysfore add style start #119 30/01/2017 */
.mob-si-no { width:17% !important; margin-right:5px !important;}
/*Sysfore add style End #119 30/01/2017 */	
.dataTables_wrapper .dataTables_paginate {
	width:96% !important;
}
div#searchBox {
    padding: 5px 20px 0px 20px;}
	
	
#ddr_dataTable_length {
	width: 160px !important;
	float: left !important;
	margin: 8px 5px 10px 15px !important;
	text-align: center !important;
}
.mob-top-space {
	width: 100%;
	height: 0px;
	float: left;
}
.mob-srh-result {
	width: 100% !important;
}
.mob-page-title {
	margin-bottom: 10px !important;
}
#journal-result-list ol.result-list li.result .mob-j-name {
	/*Sysfore Changed width Start #131 06/02/2017 */
	width: 155px!important;
	/*Sysfore Changed width End #131 06/02/2017 */
}
.mob-full-width-srh {
	width: 100% !important;
}
div#searchBox .myfav-journal-srh #journalFavouriteWidget fieldset span {
	margin-top: -40px !important;
}
/*	article#mainbody #bottom-controls ol.pagination li {
    padding: 10px 12px;
}*/
.mob-package-journal-data ol li span:nth-child(2n) {
	/*** Sysfore change style Start 26/10/2016 ****/
	width: 120px !important;
	/*** Sysfore Add margin-right Start #85 03/12/2016 ****/
	    margin-right: 15px;
	/*** Sysfore Add margin-right End #85 03/12/2016 ****/
}
article#mainbody .searchform {
	zoom: 1;
	display: block;
	float: none;
	width: 100%;
	padding-left: 0;
	padding-right: 1.5625%;
	margin-left: 0;
	margin-right: 0;
	float: left;
	-webkit-transition: none;
}
#adminppclose {
	margin-right: 5px;
	margin-top: -7px !important;
	margin-bottom: -16px !important;
}
#errorMsg {
	/** Sysfore changed style start 06/11/2016 **/
	clear: both;
    float: left;
    width: 194px;
    margin-right: 20px !important;
    margin-top: 0px !important;
    text-align: right;
    padding-left: 0px;
	/** Sysfore changed style End 06/11/2016 **/
	/** Sysfore add min-width #115 start 31/01/2017 **/
	min-width: auto !important;
	/** Sysfore add min-width #115 End 31/01/2017 **/
}
.mob-errorMsg {
	position: absolute;
	right: 0px;
	margin-top: 36px !important;
}
article#mainbody #bottom-controls .results-per-page {
	width: 140px !important;
	padding-bottom: 10px;
	padding-top: 5px;
	/*** Sysfore Add Style Start 28/10/2016 ****/
	margin: 0px 10px;
    float: left;
	/*** Sysfore Add Style End 28/10/2016 ****/
}
.changeSearchSetting a {
	margin-top: -10px !important;
}
.srch-filter-sec-container {
	width: 100% !important;
	margin-top: 10px !important;
}
.back-to-journals {
	float: right;
	margin: 3px 10px 5px 0px;
}
.starting-with-opts {
	float: right;
	/* sysfore change margin Start 08/11/2016 */
	margin: 0px 20px 17px 0px;
	/* sysfore change margin End 08/11/2016 */
}
#advanced-search .search-wrapper .com-input {
	float: left;
	width: 80%;
	margin-bottom: 10px;
	margin-right: 8px;
}
.mob-disclaimer {
	display: block;
	float: right;
	margin-top: -11px;
}
.ui-widget-DDR-Diclaimer {
	display: none;
}
.ui-widget-header {
	height: 46px !important;
	padding: 15px 10px 10px 10px !important;
}
.tbl-scroll {
	overflow-x: scroll !important
}
#manage_dataTable {
	width: 400px !important
}
#ddr_dataTable {
	width: 800px !important
}
#journal-result-list ol.result-list li.result .journal_name {
	/** Sysfore change Style Start #109 31/01/2017 ***/
	width: 30%;
	/** Sysfore change Style End #109 31/01/2017 ***/
	float: left;
	padding: 0px 0px 0px 0px;
}
.dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
	text-align: center !important;
}
div#manage_dataTable_length.dataTables_length {
	width: 100% !important;
    float: left !important;
    margin: 12px 0px !important;
    text-align: center !important;
}
.manage_dataTable_paginate {
	width: 188px;
	float: left;
}
div#allSavedTable_length.dataTables_length {
	/** Sysfore Changed Styles Start 05/11/2016 **/
	width: 100% !important;
    float: left !important;
    margin: 12px 0px !important;
    text-align: center !important;
	/** Sysfore Changed Styles Start 05/11/2016 **/
}
div#manage_dataTable_paginate.dataTables_paginate.paging_simple_numbers {
	margin-bottom: 12px !important;
}
div#searchBox .searchform .query {
	border-radius: 2px;
	display: inline-block;
	float: left;
	width: 95% !important;
}
div#searchBox .myfav-journal-srh .query {
	border-radius: 2px;
	display: inline-block;
	float: left;
	width: 100% !important;
}
div#searchBox .searchform .packages-serchbox {
	width: 100% !important;
}
.author-listing-wrapper .journal-title, .field.publisher_name {
	padding-left: 16px;
	padding-right: 16px;
	/**** Sysfore Add Styles Start 17/11/2016 ****/
	float: left;
	/**** Sysfore Add Styles End 17/11/2016 ****/
	width: 54%;
}
article#mainbody #publisher-result-list .showPublisherList {
	width: 96%;
}
.journal_name_alignment {
	width: 78% !important;
	padding-left: 48px !important;
	float: none !important;
}
article#mainbody section#top-controls #toggles .toggle-controls {
	overflow: hidden;
	float: right;
	margin-right: 20px;
}
article#mainbody section#top-controls .sort-container {
	float: right;
	margin-right: 20px!important;
}
.toggle-results {
	/* sysfore changed float from right to left 17/11/2016 */ 
	float: left;
	margin-right: 11px;
	margin-top: 8px;
}
#popupHeader {
	width: 300px !important;
}
#popupContent {
	width: 300px !important;
}
.popup-login-common {
	width: 300px !important;
	/*** Sysfore change style Start 28/10/2016 ****/
	margin: 50% auto 0px auto !important;
	/*** Sysfore change style End 28/10/2016 ****/
}
.createfolder {
	width: 237px !important;
}
.select-folder {
	width: 237px !important;
}
#journal-result-list ol.result-list li.result .journal_name {
	/*** Sysfore change padding #109 01/01/2017 ****/
	padding: 6px 0px 0px 0px;
}
.changeSearchSetting a {
	text-decoration: none;
	width: 100%;
	padding: 5px 11px;
	margin: 0 10px 5px 0;
	float: right;
	color: #0968e9;
	position: relative;
	z-index: 100;
	box-sizing: border-box;
	text-align: right;
}
article#mainbody ol.result-list li.result .showArticleDesc, article#mainbody ol.result-list li.result .showPublisherList {
	display: block;
	padding: 0 0px 0 0;
	width: 95%;
	cursor: pointer;
}
/* #2888 - Regression(Responsive): RSS alert should be aligned properly in basic search result page starts */
.source_journal{
	 font-family: Arial, Verdana, sans-serif;
	 font-size: 13px;
	 position: relative;
	 font-weight: normal;
	 color: #2D2D2D;
     line-height: 20px;
     text-align: left;
     padding: 0px 30px 0px 37px;
     margin-left: 16px;
    
}
/* #2888 - Regression(Responsive): RSS alert should be aligned properly in basic search result page ends */
article#mainbody ol.result-list li.result h3 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	position: relative;
	font-weight: normal;
	color: #2D2D2D;
	line-height: 20px;
	/*Sysfore Change text-align #67 03/12/2016*/
	text-align: left;
	padding: 0px 30px 0px 37px;
}
.formContainerProfileLogin h3 {
	font-size: 13px;
	margin-top: 0px;
}
#author-list div#searchBox, #journal-listing .journal-container div#searchBox {
	position: static;
	float: right;
	width: 100%;
	margin-right: 0px;
	margin-bottom: 5px;
}
.search-history-tab span.active {
	color: #3577ae;
	border: 1px solid #bfbfbf;
	border-bottom: 1px solid #f9f9f9;
	background: #f9f9f9;
	box-sizing: border-box;
	border-radius: 2px;
	margin: 0px !important;
}
.search-history-tab span {
	padding: 10px;
	float: left;
	margin: 0px 0px;
	color: #000;
	text-decoration: none;
	border: 1px solid #bfbfbf;
	border-radius: 2px;
	background: #f9f9f9;
	background: -webkit-linear-gradient(top, #f8f8f8, #ffffff);
	background: -moz-linear-gradient(top, #f8f8f8, #ffffff);
	background: -linear-gradient(top, #f8f8f8, #ffffff);
	box-shadow: 0 0 1px #FFFFFF inset;
	box-sizing: border-box;
}
.dropdown-content {
	position: absolute;
	background-color: #214553;
	min-width: auto;
	overflow: auto;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	right: 67px;
	z-index: 9999999999999;
	margin-top: 121px;
}
/**** Sysfore Add Style Start 26/10/2016 ****/
.top-area.jf-results .article-header h2 span { width:100%;}
.mob-package-journal-data ol li span:nth-child(4n) {
	width: 24px !important;
}
/**** Sysfore Add Style End 26/10/2016 ****/
/**** Sysfore Add Style Start 28/10/2016 ****/
article#mainbody #bottom-controls ol.pagination {
    border-left: 0px solid #98a8b3;
    border-right: 0px solid #98a8b3;
    margin: 5px 10px 0px 10px;
	/**** Sysfore Change width Start 02/11/2016 ****/
    width: 100%;
	/**** Sysfore Change width End 02/11/2016 ****/
    box-sizing: border-box;
    float: left;
}
/**** Sysfore Add Style End 28/10/2016 ****/
/**** Sysfore add Style Start 31/10/2016 ***/
.dataTables_wrapper .dataTables_info:nth-child(2) { 
	float:none !important; text-align:center !important; }
	/**** Sysfore add Style Start 31/10/2016 ***/
	
	/** Sysfore Sysfore Add style Start Start 02/11/2016 ***/
	.col3-sub {
	width: 245px;
	float: left;
}
/** Sysfore Sysfore Add style Start End 02/11/2016 ***/	
/** Sysfore Sysfore Add style Start  03/11/2016 ***/	
.sub-button {
	margin-right:0px;
}	
	.changeSearchSetting a {
    width: 165px;
	
}
.changeSearchSetting {
    width: 100%;
    float: left !important;
}
.all-journal-data ol.result-list img { margin-top:2px !important;
/** Sysfore Add margin-right start #125  13/01/2017 ***/ 
margin-right: 60px !important;
/** Sysfore Add margin-right End #125  13/01/2017 ***/ 
}
/** Sysfore Add style start #123  16/01/2017 ***/ 
.article-btm-sec span a {
    margin: 6px 6px 0px 0px !important;
}
/** Sysfore Add style End #123  16/01/2017 ***/

footer {
    height: 130px;
    
}
	/** Sysfore Sysfore Add style End  03/11/2016 ***/
	/** Sysfore Sysfore Add style Start  04/11/2016 ***/
	#popupHead {
    width: 300px !important;
}
	/** Sysfore Sysfore Add style End  04/11/2016 ***/
	/** Sysfore Sysfore Add style Start #10  28/11/2016 ***/
	.mob-pick-prom-list {
    width: 87%;
    float: left;
    margin-left: 5px;}
	
	/** Sysfore Sysfore Add style end #10  28/11/2016 ***/
	
	/*Sysfore add style Start #85 03/12/2016 */
	/*Sysfore removed style Start #119 31/01/2017 */	
/*article#mainbody #publisher-result-list ol.result-list li li span { float:left !important;}
article#mainbody #publisher-result-list ol.result-list li li span:nth-child(1) { width:8% !important;}
article#mainbody #publisher-result-list ol.result-list li li span:nth-child(2) { width:50% !important;}
article#mainbody #publisher-result-list ol.result-list li li span:nth-child(3) { width:8% !important;}
article#mainbody #publisher-result-list ol.result-list li li span:nth-child(4) { width:8% !important;}*/
/*Sysfore add style End #85 03/12/2016 */
	
/*Sysfor add style Start #115 18/01/2017 */
#errorMsg p {margin-top:0px; 
/*Sysfor add style Start #115 30/01/2017 */
    margin-top: 0px;
    margin-bottom: 5px;
/*Ticket #2327 15/02/2017 Sanjeeb and Susheel error message allignment issues Starts*/
    /*margin-left: 20px;*/
/*Ticket #2327 15/02/2017 Sanjeeb and Susheel error message allignment issues Ends*/
    width: 100%;
	/*Sysfor add style End #115 30/01/2017 */
	}
/*Sysfor add style End #115 18/01/2017 */	
.sjr-popup {
	width: 200px !important;
	margin: 50% auto 0px auto !important;
}
/* Akshatha and Supritha 1/02/2017  Sprint19, #2048, Expert Search Implementation starts */
.set-mob-box{
    width: 80px;
    margin-left: 20px;
}
.mob-check-box{
	width: 15px;
    margin-bottom: -20px !important;
    margin-top: 10px;
}

.and-btn {
 padding: 5px 5px;
 color: #2f2f2f;
 font-weight: bold;
 text-shadow: none;
 cursor: pointer;
 border: 1px solid #94a4b2;
 border-radius: 2px;
 box-shadow: none;
 margin-right: -1px;
 margin-left: 10px !important;
 padding-top: 3px;
 padding-bottom: 0px;
 margin-top: 2px; 
 background: #aebfce;
 min-width: 86px;
}
/* Akshatha and Supritha 1/02/2017  Sprint19, #2048, Expert Search Implementation ends */
/* Sarada, Akshatha 17/11/2017 <Sprint-26 phase-1, #2705>, SORTING in search/jF page [sjr, hindex, naas] requirement */
.sjr_journalRanking
{
	margin-left: 180px;
    margin-right: 0px;
    margin-bottom: 3px;
    margin-top: 6px;
    width: 133px;
}
}

@media screen and (max-width:360px) {
	/*Sysfore add style Start #119 02/02/2017 */
	article#mainbody #publisher-result-list .journalList li .mob-accordion-predatory { position:absolute; top:12px; right:12%; width:20px;}
	/*Sysfore add style End #119 02/02/2017 */
	/*Sysfore add style Start #119 31/01/2017 */
	article#mainbody #publisher-result-list .journalList li .mob-accordion-predatory {  padding:0px;}
	article#mainbody #publisher-result-list .journalList li .mob-accordion-predatory img { margin-right:5px;}
	
	article#mainbody #publisher-result-list .journalList li .mob-accordion-content3 {
    width: 54% !important;
    padding-left: 0px;
	padding-top: 0;
}
    /*Sysfore add style End #119 31/01/2017 */
	
	 /*Sysfore add style Start #119 01/02/2017 */
.mob-journal-favourite { margin-right:0px !important; text-align:right !important;}	
.author-listing-head .journal-title {
    width: 40% !important;
}
 /*Sysfore add style End #119 01/02/2017 */	
	
/*Sysfore add style Start #125 13/01/2017 */
	.all-journal-data ol.result-list img {
    margin-top: 2px !important;
    margin-right: 0px !important;
}
/*Sysfore add style End #125 13/01/2017 */
/*Sysfore add style Start #125 16/01/2017 */
 .author-listing ol li span img {
	  margin-right: 15px;	 
 }
 .favourite-icon-mob  { margin-right:50px !important;}
/*Sysfore add style End #125 16/01/2017 */	

	/*Sysfore add style Start #75 06/12/2016 */
	.article-header #embargo_publisher div { text-align:left !important; padding-right:0px; padding-top:10px;}
	/*Sysfore add style End #75 06/12/2016 */
#advanced-search .search-wrapper .com-input {
	float: left;
	width: 73%;
	margin-bottom: 10px;
	margin-right: 8px;
}
.mob-f-journals {
	width: 100px !important;
	text-align: center;
}
#journal-result-list ol.result-list li.result .mob-j-name {
	/*sysfore change width #131 06/02/2017 */
	width: 140px!important;
	font-size: 12px;
}
#journal-result-list ol.result-list li.result .mob-j-name h3 {
	/*sysfore change padding value #131 25/01/2017*/
	padding: 0px 33px 0px 0px!important
}
.address {
	display: block;
	width: 99.9%;
	clear: both
}
.mob-head-office {
	width: 100%;
	margin: 10px 0px;
	clear: both;
	display: block;
}
.mob-contact-hed {
	display: none;
}
.mob-product-support {
	width: 100%;
	margin: 10px 0px;
	clear: both;
	display: block;
}
.mob-package-journal-data ol li span:nth-child(2n) {
	/*Sysfore change width start 18/11/2016*/
	width: 130px !important;
	/*Sysfore change width End 18/11/2016*/
}
.mob-result-title {
	width: 52% !important;
	padding-left:0px; /***** Sysfore update  styles  #49 03-01-/2017 *****/
}
article#mainbody .searchform {
	zoom: 1;
	display: block;
	float: none;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
	float: right;
	-webkit-transition: none;
}
div#searchBox {
	position: relative;
	border: medium none;
	float: right;
	margin: 0px;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 5px 20px 0px 20px;
}
.popup-list .res-info-block {
	padding: 10px 18px;
	float: left;
}
#journal-result-list ol.result-list li.result .journal_name {
	/*Sysfore change width value start 31/01/2017 */
	width: 35%;
	/*Sysfore change width value end 31/01/2017 */
	float: left;
	/*Sysfore add padding top #109 31/01/2017 */
	padding: 6px 0px 0px 0px;
}
.mob-j-name {
	width: 53% !important;
}
.mob-j-name h3 {
	padding: 0px 20px 0px 10px!important;
}
/**** Sysfor add style start 26/10/2016 ****/
.mob-package-journal-data div span {
	margin-left: 0px !important;
	margin-right: 10px !important;
}
.mob-package-journal-data div span:nth-child(3n) { width:60px; }
	/*Sysfore removed style #119 31/01/2017 */
/*article#mainbody #publisher-result-list .journalList li {
    padding-left: 22px !important;
}*/
.mob-package-journal-data ol li span:nth-child(3n) {
	/*Sysfore change float & margin-left value start 18/11/2016*/
	float:left;
	margin-left:24px !important;
	/*Sysfore change float margin-left value End 18/11/2016*/
}
.mob-package-journal-data ol li span:nth-child(3n) img {
    margin-right: 0px !important;
}
.mob-package-journal-data ol li span:nth-child(4n) {
	width: 25px !important;
}
/**** Sysfor add style End 26/10/2016 ****/
/**** Sysfor add style Start 28/10/2016 ****/
#form_admin_login table { width:300px !important;}
#form_admin_login table td{ font-size:12px !important;}
/**** Sysfor add style End 28/10/2016 ****/
/** Sysfore Add style Start 02/11/2016 ***/
.col3-sub {
	width: 145px;
	float: left;
}
/** Sysfore Add style  End 02/11/2016 ***/
/** Sysfore Add style  Start 04/11/2016 ***/
#popupHead {
	width:300px !important;
}
#popuptext { 
    margin:0px auto !important; 
	width:300px !important;
	}
.mob-dow-mail-print-button {     
    width: 100%;
    float: right;
    padding: 10px 0px 0px 0px;
	}
	nav#facets ol.filter-list li.more-link .label, .article-btm-sec .full-txt {
		/*Sysfore change float #61 08/12/2016 */
		float:left;
		margin-right:2px;
	}
/*	.find-in-library  {float:right !important;}*/
	
	
	
	
	
/** Sysfore Add style  End 04/11/2016 ***/
/** Sysfore Add style end 10/11/2016 ***/
.mob-pick-prom-list {
	/*sysfore changed width & Float Start #10 28/11/2016 */
   width: 200px;
    float: left;
    margin-left: 6px;
}
/*sysfore changed width & Float End #10 28/11/2016 */
/** Sysfore Add style end 10/11/2016 ***/
/** Sysfore Add style Start 14/11/2016 ***/
.mob-right-buttons {
	width:auto;
	float:left;
	
}
/** Sysfore Add style Start 14/11/2016 ***/

/* Sysfore Add Style Start #85 28/11/2016 */
	.mob-package-journal-data ol li span:nth-child(3n) {
    float: left;
    margin-right: 18px;
}
/* Sysfore Add Style End #85 28/11/2016 */
	
/*** Sysfore Add Style Start #85 03/12/2016 ****/
.mob-package-journal-data ol li span:nth-child(2n) {
	margin-right: 0px;
}
/*** Sysfore Add margin-right End #85 03/12/2016 ****/
/* Akshatha and Supritha 1/02/2017  Sprint19, #2048, Expert Search Implementation starts */
.set-mob-box{
    width: 80px;
    margin-left: 20px;
}
.mob-check-box{
	width: 15px;
    margin-bottom: -20px !important;
    margin-top: 10px;
}
.and-btn {
 padding: 5px 5px;
    color: #2f2f2f;
    font-weight: bold;
    text-shadow: none;
    cursor: pointer;
    border: 1px solid #94a4b2;
    border-radius: 2px;
    box-shadow: none;
    margin-right: -8px;
    margin-left: -1px !important;
    padding-top: 3px;
    padding-bottom: 0px;
    margin-top: 2px;
    background: #aebfce;
    min-width: 86px;
    float: right;
}
/* Akshatha and Supritha 1/02/2017  Sprint19, #2048, Expert Search Implementation ends */
/*Sysfore add style Start #131 3/02/2017 */
/*Shruthi remerged sysfore changes as it had regressed position of Find in library button and four icons #131 - 8-02-2017 start*/
}
@media screen and (max-width:320px) {
	/*Sysfore add style Start #131 3/02/2017 */
	.result-list> .mob-predatory-img {
    position: absolute;
    right: 44% !important;
    width: 7px !important;
    max-width: 7px;
}
/*Shruthi remerged sysfore changes as it had regressed position of Find in library button and four icons #131 - 8-02-2017 end*/
	article#mainbody ol.result-list li.result .mob-j-name h3 
	{
	font-size: 11px !important;
	}
	/*Sysfore add style End #131 3/02/2017 */
	/*Sysfore add style Start #119 31/01/2017 */
	article#mainbody #publisher-result-list .journalList li .mob-accordion-content3 {
    width: 52% !important;
    padding-left: 0px;
}
    /*Sysfore add style End #119 31/01/2017 */
	
	/*Sysfore add style Start #125 16/01/2017 */
	.favourite-icon-mob {
    margin-right: 36px !important;
}

.journalList div span {
    
    word-wrap: break-word;
    width: 30%;
    padding-right: 4px;
}
/*Sysfore removed style #119 31/01/2017 */
/*.author-listing li span:nth-child(2n) {
    margin-left: 4px;
}
article#mainbody #publisher-result-list ol.result-list li li span:nth-child(2) {
    width: 45% !important;
}
/*Sysfore add style End #125 16/01/2017 */
	
	/*Sysfore add style start #119 31/01/2017 */
article#mainbody #publisher-result-list .journalList li .mob-accordion-content3 { width:60% !important; padding-left: 0px; display:inline-block !important;}

article#mainbody #publisher-result-list .journalList li .mob-accordion-predatory { position:absolute; top:10px; right:15%; width:20px !important;;}
article#mainbody #publisher-result-list .journalList li .mob-accordion-favourite { position:absolute; top:3px; right:0%; width:15px;}
article#mainbody #publisher-result-list .journalList li .mob-accordion-favourite img { margin-right:0px !important;}	
/*Sysfore add style end #119 31/01/2017 */
	
 /*Sysfore add style Start #119 01/02/2017 */
.mob-journal-favourite { margin-right:0px !important; text-align:right !important; padding-right:0px !important;}	
 /*Sysfore add style End #119 01/02/2017 */		
	
#advanced-search .search-wrapper .com-input {
	float: left;
	width: 69%;
	margin-bottom: 10px;
	margin-right: 8px;
}
#journal-result-list ol.result-list li.result .journal_name {
//*Sysfore changed width 11/11/2016 */
	width: 34%;
	float: left;
	padding: 0px 0px 0px 0px;
}
/* sysfore change start #74 30/11/2016 */
.foot-links li {
	float: none; /*** sysfore change Style #74 29/12/2016 ****/
	padding: 0px 0px 0px 0px;
	font-size:11px;
	display:inline;
}
/* sysfore change end #74 30/11/2016 */
.dropdown-content {
	position: absolute;
	background-color: #214553;
	min-width: 140px;
	overflow: auto;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	right: 66px;
	z-index: 9999999999999;
	margin-top: 121px;
}
/*** sysfore Add Style Start 27/10/2016 ****/
.main-search-links {
    width: 220px;
}
.middle-part ul  {
    width: 250px;
}
/* kumaraswamy #2361 code changes for Theses start */
.middle-part1 ul  {
    width: 250px;
}
/* kumaraswamy #2361 code changes for Theses end */
.mob-fav-icon {
	/*** sysfore change margin-left value Start 16/11/2016 ****/
    margin-left: 12px !important;
	/*** sysfore change margin-left value End 16/11/2016 ****/
}
#selectedJournals a {
    margin: 0px 0px 5px 0px;
    padding: 0 5px;
    width: 7px;
    float: none;
}
.pop-up li {
    float: left;
    clear: none;
    font-size: 10px !important;
}
.tool-tip {
 width: 200px;
 z-index:999999;
 top: -40px;
}
.tool-tip .curve {
    top: 43px;
}
.author-listing .pop-up li span {
    width: 55px !important;
    margin-right: 11px !important;
	
}
.changeSearchSetting { width:100%; float:left;}
.changeSearchSetting a { width:165px;}
/* <pranaya sahu,#2290, 12-01-17> modified olark css for responsive along with high speed  */
.olark-change{
    background: url(../images/olark_offline.png) no-repeat center -6px transparent;
	height: 40px;
	color: rgba(248, 242, 242, 0);
    font-size: 100%!important;
    position: fixed!important;
    bottom: 15px!important;
    right: 20px!important;
    width: 9px!important;
    z-index: 10000000000000!important;
    border: 0!important;
    border-radius: 14px!important;
    box-shadow: 0 3px 15px 0 rgba(0,0,0,.25)!important;
    box-sizing: content-box!important;
    padding: 0 20px!important;
    -webkit-transition: all .4s,bottom .8s ease-in-out!important;
    transition: all .4s,bottom .8s ease-in-out!important;
    cursor: pointer!important;
    outline: 0!important;
    margin: 0!important;
    -webkit-tap-highlight-color: transparent!important;
    -webkit-animation-name: loadBubble;
    animation-name: loadBubble;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    }
    /* <pranaya sahu,#2290, 12-01-17> modified olark css for responsive along with high speed ends */
/*** sysfore Add Style End 27/10/2016 ****/
/*** sysfore Add Style Start 29/10/2016 ****/
#journal-result-list ol.result-list li.result .mob-j-name {
	/*** sysfore change width #131 03/02/2017 ****/
    width: 110px!important;
    font-size: 12px;
	/*** sysfore Add padding-top #109 01/02/2017 ****/
	padding-top: 0px !important;
}
/*** sysfore Add Style End 29/10/2016 ****/
/** Sysfore Sysfore Add style Start Start 02/11/2016 ***/
	.col3-sub {
		width: 125px;/** Sysfore change 'width 130 to 125'  #44 30/11/2016 ***/
		float: left;
	}
/** Sysfore Add style Start 02/11/2016 ***/
/** sysfore add style Start 05/11/2016 **/
.Mob-srhTopic {
	width: 130px;
    float: left;
}
/** sysfore add style End 05/11/2016 **/
/** sysfore add style Start 09/11/2016 **/	
.error-msg, #noKeywordsErrorMessage {
	width:auto;
}
/** sysfore add style End 09/11/2016 **/
/** sysfore add style Start 16/11/2016 **/
.mob-predatory-img {
	/* sysfore changed margin style start 16/11/2016 */
    margin: 0px 0px 0px 7px !important;
	/* sysfore changed margin style end 16/11/2016 */
	/* sysfore Removed style start 16/11/2016 */
	/*
    position: absolute;
    right: 100px;
    top: 0px;*/
	/* sysfore Removed style End 16/11/2016 */
}

#journal-result-list ol.result-list li.result .journal_name {
    width: 31%;
    float: left;
	/* sysfore change style start #109 01-2017-2016 */
    padding: 6px 0px 0px 6px;
	margin-right:0px;/* sysfore change  margin-right '-16px' to '0px'  #44 16/11/2016 */
	/*font-size: 12px;*/
	/* sysfore change style End #109 01-2017-2016 */
}

/** sysfore add style End 16/11/2016 **/

/** sysfore add style Start 17/11/2016 **/
	.author-listing-wrapper .journal-title, .field.publisher_name {
    padding-left: 16px;
    padding-right: 16px;
    float: left;
    width: 64%;
}
/** sysfore add style End 17/11/2016 **/
/** sysfore add style Start 18/11/2016 **/
.predatory-injFinder { float:right!important; margin:-21px 40px 0px 0px !important; }
.mob-package-journal-data ol li span:nth-child(2n) {
	width: 90px !important;
}
.mob-package-journal-data ol li span:nth-child(4n) {
	width: 25px !important;
}
/** sysfore add style End 18/11/2016 **/	
/* Sysfore Add Style start 28/11/2016 #10 */
.mob-pick-prom-list {
    width: auto;
    float: none;
    margin-left: 5px;
}
	/* Sysfore Add Style End #10 28/11/2016 */
	/* Sysfore Add Style Start #85 28/11/2016 */
	.mob-package-journal-data ol li span:nth-child(3n) {
    float: left;
    margin-right: 20px;
}
/* Sysfore Add Style End #85 28/11/2016 */	
/* Akshatha and Supritha 1/02/2017  Sprint19, #2048, Expert Search Implementation starts */
	.set-mob-box{
    width: 80px;
    margin-left: 20px;
}
.mob-check-box{
	width: 15px;
    margin-bottom: -20px !important;
    margin-top: 10px;
}

.and-btn {
 padding: 5px 5px;
 color: #2f2f2f;
 font-weight: bold;
 text-shadow: none;
 cursor: pointer;
 border: 1px solid #94a4b2;
 border-radius: 2px;
 box-shadow: none;
 margin-right: 22px;
 margin-left: -20px !important;
 padding-top: 3px;
 padding-bottom: 0px;
 margin-top: 5px; 
 background: #aebfce;
 min-width: 86px;
}
/* Akshatha and Supritha 1/02/2017  Sprint19, #2048, Expert Search Implementation ends */
}

/* Sysfore Add new style - start - #61 29/12/2016 */	
#article-bottom-section{
	position: relative;width: 100%;text-align: right;
}
.articleFullTextNote{
	position:absolute;
	left:0;
	font-size: 11px; font-weight: bold; color: #006400; margin-top: 0px; margin-bottom: 3px;
	/* Sysfore Add width and text-align - start #114 -  13/01/2017 */	
	width:100%;
	text-align:right;
	/* Sysfore Add width and text-align - end #114 -  13/01/2017 */	
}
/* Sysfore Add new style - end - #61 29/12/2016 */	
 
 
/* Sysfore Add new @media - start - #107,#108 23/12/2016 */	
 
.myfavIcon{
	margin-right:30px !important;
}
@media screen and (max-width: 991px){
/* Akhilesh, Sanjeeb 03/03/2017  <Sprint 20, #2344 Theses implementation for advance Search> Starts */
	.popup-list .field.univ_name {
    width: 600px;
    float: left;
	padding-left: 33px;
}
/* Akhilesh, Sanjeeb 03/03/2017  <Sprint 20, #2344 Theses implementation for advance Search> Starts */
/* Sysfore Add Style start - #109 31/01/2017 */	
	.ddr-table-body tr td .rss_popup{top:7px;}
.ddr-table-body tr td {position:relative;}
/* Sysfore Add Style End - #109 31/01/2017 */		
.result-list>.sr-no{
	position: absolute;
    left: 0px;
}
.result-list>.rss_popup{
	position: absolute;
    left: 5%;
}
.result-list>.journal_name{
	position: relative;
    left: 10%;
}

.result-list>.mob-predatory-img{
	position: absolute;
	/*sysfore change right value #112 31/01/2017 */
    right: 20%;
}
.result-list>.mob-fav-icon{
	position: absolute;
     right: 15%;
}

.result-list>.accessType{
	position: absolute;
    right:0%;
}
 
 .myfavIcon{
	margin-right:10px !important;
}

.result-list > .mob-result-title{
	 left: 2%;
	 padding-left: 15px;
}
.predatoryIcons{
	right:15% !important;
}
}

@media screen and (max-width: 620px){
	/** Sysfore Add Style start #121 16/01/2017 ***/
.em-mesg { position:absolute !important; left:0; top: 4px;}
/** Sysfore Add Style End #121 16/01/2017 ***/
	
	.result-list >.rss_popup{
	position: absolute;
    left: 10%;
}
	.result-list > .journal_name{
	position: relative;
    left: 20%;
}


.result-list > .mob-result-title{
	 left: 5%;
	 padding-left: 15px;
}
.predatoryIcons{
	right:15% !important;
}

.result-list> .mob-predatory-img{
	position: absolute;
	/** Sysfore change Style #109 31/01/2017 ***/
    right: 42%;
	width:7px !important;
	max-width:7px;
}

.result-list > .accessType{
	position: absolute;
    right:0%;
	/** Sysfore Add Style #109 31/01/2017 ***/
	top:5px;
}

.myfavIcon{
	margin-right:0px !important;
}

.articleFullTextNote{
	/* Sysfore change margin-top #114 -  13/01/2017 */	
	margin-top:-6px;
	text-align:left;
}
#article-bottom-section{
	 text-align: left;
}
.downloadMailPrintDiv{
	margin-top:30px !important;
}
}

@media screen and (max-width:480px) {
	/*Sysfore add style start #109 31/01/2017 */
	.result-list>.mob-fav-icon {
    position: absolute;
    right: 30%;
}}

@media screen and (max-width: 390px){
		/* Sysfore change class name, margin #123 -  16/01/2017 */	
	.article-btm-sec span a{
	margin: 6px 6px 0px 0px !important;
		
	}
	
}
.alert-add-toFavourite{
	padding: 0 0px 0px 10px !important ;
	
}
.alert-add-toFavourite img{
	margin-left: 0px !important;
}
/* Ticket #114 JGate Responsive design 15/02/2017 Sanjeeb and Susheel access type allignment issues change margin-top property */
.legends-accesstype{
	float:none !important;
	margin-top:3px !important;
	margin-left:0px !important;
	padding: 0 0px 0px 10px !important ;
	    text-align: left;
}
/* Sysfore add style start 06/02/2017 */	
.alphabets {
	float: none !important;
    width: 100% !important;
    margin-right: 0px !important;
    padding: 5px 0px!important;
}
@media screen and (max-width:768px) {
	.alphabets { padding: 10px!important;
}
/* Sarada, Akshatha 17/11/2017 <Sprint-26 phase-1, #2705>, SORTING in search/jF page [sjr, hindex, naas] requirement */
.sjr_journalFinder {
    margin-left: 5px;
    /* margin-right: 0px; */
    /* margin-bottom: -10px; */
    margin-top: -5px;
    width: 133px;
    /* float: left; */
}

/* Sarada,Akshatha 21/11/2017 <Sprint-26 phase-1>code change for responsive view #2705 starts */
.sjr_journalRanking {
    margin-left: 5px;
    padding: 3px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-top: 4px;
    width: 133px;
    float: left;
}
/* Sarada,Akshatha 21/11/2017 <Sprint-26 phase-1>code change for responsive view #2705 ends */
}
/* Sysfore add style end 06/02/2017 */
.mob-predatory{
	width:100% !important;
	margin-top:0px !important;
	/* Sysfore change padding #123 -  16/01/2017 */	
	padding: 5px 0px 5px 10px !important ;
}
.mob-predatory img{
	margin-left: 0px !important;
}
.sjr-hindex-naas
{
	font-size: 11px;
    padding-left: 84px;
	color: #211199;
}
.sjr-hindex-naas-myfavjournaladd
{
	font-size: 11px;
    padding-left: 104px;
    color: #211199;
}
#sjr-hindex-naas-myfavjournalmanage
{
	font-size: 11px;
    padding-top: 2px;
    color: #211199;
}
div#sjrBody.popup-overlay-common {
    position: fixed !important;
}
#scimago-container
{
	padding-top: 1px !important;
}
.sjr-hindex-naas-journalpop {
    font-size: 11px;
    padding-left: 27px;
    color: #211199;
}
/* shukla 13-12-2017 #2736 To open Filter By country Popup starts*/
.country-popup{
	font-size: 14px;
    padding-left: 27px;
    color: #211199;
    margin-left: 44px;
}
/* shukla 13-12-2017 #2736 To open Filter By country Popup ends*/
#abc{
	    margin-left: 5px !important;
}
@media (max-width: 375px) and (min-width: 320px) {
/* Styles go here */
.sjr-hindex-naas {
    padding-left: 52px;
	}
.sjr-hindex-naas-myfavjournaladd
{
	padding-left: 56px;
}
#sjr-hindex-naas-myfavjournalmanage
{
	padding-left: 42px;
	padding-top: 2px;
}
/* <pranaya sahu,#2527,17-08-17> added new css starts */
.author-listing li .result-list input + span{
	 width: 300px;
}
/* <pranaya sahu,#2527,17-08-17> added new css ends */
}
@media (max-width: 375px) and (min-width: 375px) {
/* Styles go here */
.sjr-hindex-naas-myfavjournaladd
{
	padding-left: 66px;
}
}
@media (max-width: 432px) and (min-width: 412px) {
/* Styles go here */
.sjr-hindex-naas {
    padding-left: 60px ;
	}
.sjr-hindex-naas-myfavjournaladd
{
	padding-left: 71px;
}

#sjr-hindex-naas-myfavjournalmanage
{
	padding-left: 43px;
}
/* Sarada, Akshatha 17/11/2017 <Sprint-26 phase-1, #2705>, SORTING in search/jF page [sjr, hindex, naas] requirement */
.sjr_journalRanking
{
	margin-left :220px;
	margin-right:0px;
	margin-bottom: 0px;
	 margin-top: 6px;
	 width:133px;
} 

}
@media (max-width: 769px) and (min-width: 760px) {
/* Styles go here */
.sjr-hindex-naas {
    padding-left: 58px ;
	}
.sjr-hindex-naas-myfavjournaladd
{
	padding-left: 66px;
}

#sjr-hindex-naas-myfavjournalmanage
{
	padding-left: 35px;
}
}
@media (max-width: 768px) and (min-width: 768px) {
	#sjr-hindex-naas-myfavjournalmanage
{
	float:left;
	padding-left:40px;
}
}
.sjr-toc
{
	font-size: 11px;
	color: #211199;
}
/*Sanjeeb #2328 Sjr,H-index and Nass' rating should display below the Journal title in Pick from journal list STARTS*/
@media (min-width: 801px) {
.popup-list .field.journal_name
{
	width:1101px;
	float: left;
}
.sjr-hindex-naas-journalpop {
    padding-left: 71px;
    padding-top: 5px;
   }
}

/* satyaban, #2463, 31/05/2017 starts */
@media ( min-width : 260px) {
	#selectAllArticle {
		margin-bottom: 5px
	}
}
/* satyaban, #2463, 31/05/2017 ends */
/*Sanjeeb #2328 Sjr,H-index and Nass' rating should display below the Journal title in Pick from journal list ENDS*/
/* Sysfore Add new @media - end - #107,#108 23/12/2016 */
/*<pranaya sahu,#2337,22-06-2017> added new css for max pixel size 736 starts*/
@media  only screen and (max-device-width: 667px), only screen and (max-width: 736px) and (orientation : landscape)	{
.search-history-list.header, .search-history-list.header div {
	display: none;
}
.seach-his-mobtitle {
	display: block;
	float: left;
	margin-right: 15px;
	padding-right: 10px;
	font-weight: bold;
	color: #2e5a6c;
	border-right: 1px solid #DCDEE0;
	width: 100px;
}
.set-mob-box{
    width: 80px;
    margin-left: 20px;
}
.mob-check-box{
	width: 15px;
    margin-bottom: -20px !important;
    margin-top: 10px;
}
.search-history-list .column-2 {
	float: none;
	width: 100%;
	padding: 10px 0px;
}
.search-history-list .column-3 {
	float: left;
	width: 100%;
	padding: 5px 0px;
}
.col3-sub {
	width: 280px;
	float: left;
}
.Mob-srhTopic {
	width: 150px;
    float: left;
}
.search-history-list .column-4 {
	float: none;
	width: 100%;
	padding: 5px 0px;
}
.search-history-list .column-5 {
	float: none;
	width: 100%;
	padding: 5px 0px;
}
.search-history-list .column-6 {
	float: none;
	width: 100%;
	padding: 5px 0px;
}
.mob-tbl-icon {
	margin-left:129px;
	}
	/*<pranaya sahu,#2337,22-06-2017> added new css for max pixel size 736 ends*/
	/* <pranaya sahu,#2527,17-08-17> added new css starts */
.author-listing li .result-list input + span{
	 width: 606px;
}
/* <pranaya sahu,#2527,17-08-17> added new css ends */
}
/* <pranaya sahu,#2527,17-08-17> added new css starts */
@media only screen and (min-device-width : 320px) 
and (max-device-width : 568px) { 
.author-listing li .result-list input + span{
	 width: 300px;
}
/* <pranaya sahu,#2527,17-08-17> added new css ends */
}
/* Sarada, Akshatha 17/11/2017 <Sprint-26 phase-1, #2705>, SORTING in search/jF page [sjr, hindex, naas] requirement */
.sort_By_JR {
	float :left;
	margin-top:10px;
	margin-left: 40px;
	font-weight:bold;
}
/* Shukla 13-12-2017 #2736 To open Filter By country Popup starts*/
@media screen and (min-width : 980px) { 
	 .country_Finder {
		margin-right: 31px;
	    float: right;
	    margin-top: 8px;
	    position: relative;
	    top: 2px;
	} 
}
@media screen and (max-width : 979px) { 
	.country_Finder {
		margin-left: 11px;
	    float: left;
	    margin-top: 8px;
	    position: relative;
	    top: 2px;
			   
	} 
}
@media screen and (max-width : 500px) { 
	.country_Finder {
	    /* margin-top: 5px;
	    padding-left: 10px; */
	    float: left;
        margin-left: 10px;
	}
}
/* Shukla 13-12-2017 #2736 To open Filter By country Popup ends*/

/* #2793, By Kuresh, 07-02-2018, Display of Journal Count against country name */
@media screen and (min-device-width : 710px)  { 
 .country-journal-count{
  position: absolute;
     right: 50%;
 }
 .journal-count-popup{
  margin-left:243px;
 }
}
@media screen and (min-width : 980px) { 
 .country-journal-count{
  position: absolute;
     right: 72%;
 }
 .journal-count-popup{
  margin-left:200px;
 }
}
/*Harish 23-02-2018 <Sprint29 #2802>Style for Displaying Publication type below every Publisher Name Starts*/
#datatypePublisherAccordion{
float:left; 
font-size:11px; 
margin-left:1.5%; 
font-weight:bold; 
color:#211199;
}
/*Harish 23-02-2018 <Sprint29 #2802>Style for Displaying Publication type below every Publisher Name Ends*/

/* Akhilesh 29/03/2018 <Sprint29, #2799, Handling dropdown responsiveness in Add Screen> Starts */
#subPubDropdown{
	float: right;
	margin-right: 8px;
	margin-top: -2px;
}

@media screen and (max-width:991px){
	#subPubDropdown{
		float: right;
   		margin-right: 8px;
   		margin-top: -7px;
	}
}

@media screen and (max-width:667px){
	#subPubDropdown{
		float: right;
   		margin-right: 8px;
   		margin-top: -7px;
	}
	
	#TypeBelowTitle{
	    margin-left: 5.5% !important;
}

#scimago-container
{
	margin-left: 0%;
}
}

@media screen and (max-width:375px){
	#subPubDropdown{
		float: right;
   		margin-right: 16px;
   		margin-top: -8px;
	}
}

@media screen and (max-width:345px){
	#favouriteHeader{
		margin-top: -8px;
	}
}
/* Akhilesh 29/03/2018 <Sprint29, #2799, Handling dropdown responsiveness in Add Screen> Starts */

/* Harish 30/04/2018 <Sprint29, #2890, Handling responsiveness for BookSeries Popup Starts */
#bsText{
	float: left;
	margin-left: 150px;
	margin-top: 15px;
  }
  #btText{
    float: left;
	margin-left: 170px;
	margin-top: 15px;
  }
  
@media screen and (max-width:991px){
	#bsText{
	float: left;
	margin-left: 45px;
	margin-top: 13px;
  }
  #btText{
    float: left;
	margin-left: 65px;
	margin-top: 13px;
  }
  .bookSeries-content, .book-content{
	overflow: SCROLL !important;
	width: 463px;
  }
}

@media screen and (max-width:667px){
	#bsText{
	float: left;
	margin-left: 45px;
	margin-top: 13px;
  }
  #btText{
    float: left;
	margin-left: 60px;
	margin-top: 13px;
  }
  .bookSeries-content, .book-content{
	overflow: SCROLL !important;
  }
}

@media screen and (max-width:375px){
	#bsText{
	float: left;
	margin-left: 45px;
	margin-top: 13px;
  }
  #btText{
    float: left;
	margin-left: 60px;
	margin-top: 13px;
  }
  .bookSeries-content, .book-content{
	overflow: SCROLL !important;
  }   
}

@media screen and (max-width:345px){
   #bsText{
	float: left;
	margin-left: 45px;
	margin-top: 13px;
  }
  #btText{
    float: left;
	margin-left: 60px;
	margin-top: 13px;
  }
  .bookSeries-content, .book-content{
	overflow: SCROLL !important;
  }
}
/* Harish 30/04/2018 <Sprint29, #2890, Handling responsiveness for BookSeries Popup Ends *//* Akhilesh 29/03/2018 <Sprint29, #2799, Handling dropdown responsiveness in Add Screen> Starts */
/*Sarada 30/04/2018 <Sprint #2898> responsive view of Browse A-Z */
#TypeBelowTitle{
	width: 116%;
	font-size: 11px;
	margin-left: 0.5%;
	margin-bottom: 3px;
	font-weight:  bold;
	color: #211199;
}
/*Satyaban 16/03/2019 <Sprint34, #3196 Feedback button> starts*/
.feedback-button{
    position: fixed;
    right: 0;
    top: 35%;
    background-color: #f37920;
    width: 25px;
    height: 90px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 999997;
     border-radius: 10px 0px 0px 10px;
}

.feedback-button span{
    position:absolute;
    transform: rotate(270deg);
}
/*Satyaban 16/03/2019 <Sprint34, #3196 Feedback button> ends*/


