/*@media (max-width: 2290px) {*/
body {
    /*font-family: "Calibri", Arial, Helvetica, sans-serif;*/
    color: #000;

}
h1{font-size:26px;}
.panel-heading h1{font-size:18px; margin:0;}
.modal-header .close{
 color:#fff;
 opacity:1; 
}

/*NEW SUB MENU CSS STARTS*/
@media only screen and (min-width : 780px) and (max-width : 2400px) {
.promo-banner-div{ 
	width:100%; 
	float:left; 
	text-align:center;
}
.promo-banner-img{ 
	 margin:10px 0;
	 border:1px solid #09F;	 
}
.dropdown-submenu {
    position: relative;
}
	
.dropdown-submenu li{
    border-bottom:1px solid #f6f6f6;
    word-wrap: break-word;
}	

.dropdown-submenu li a{
    position: relative;
    word-wrap: break-word;
    font-family: tahoma;
	font-size:14px;
}
	
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
	width:250px;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
}
/*NEW SUB MENU CSS ENDS*/



.main_search {
	margin-top: 70px;
}
.main_search input{
	width:80% !important; 
	border-radius: 4px !important;
	border-bottom-right-radius: 0 !important; 
    border-top-right-radius: 0 !important;
}
.main_search button{
	border-bottom-left-radius: 0 !important;  
	border-top-left-radius: 0 !important;
	margin-left: -1px !important;
}

.main_search .search-radios{
	float:left;
	width:100%;
}
.main_search .search-radios input{
	float:left;
	margin:3px 5px 0 15px;
	width:auto !important;
}
.main_search .search-radios label{
	width:auto;
	float:left;
	margin-top:10px;
	margin-bottom:15px;
}

/*.social_n_links {
	padding-top: 75px;
	text-align: right;
}*/
.social_n_links {
    padding-top: 75px;
    text-align: right;
    padding-left: 5px;
}
.social_n_links a {
	padding: 3px;
	margin:0px;
}

#content .row {
	margin-top: 20px;
}
.quick_links {
	background-color: #eeeeee;
	padding: 5px 5px;
	border-radius: 5px;
	border: 1px solid #ccc;	
}

#home .testimonials .panel-body{
	height:auto !important;
}
#home .testimonials .panel-body blockquote{
	margin-bottom:0px;
	padding-bottom:0px;	
}

.quick_links h2 {
	font-size:14px; font-weight:bold;
	margin:0;
}
.quick_links div {
	background-color: #FFF;
	padding: 5px;
	margin-top:3px;
	border-radius: 5px;
}
.quick_links div img {
	padding:10px;
	width: auto;
	height:60px;
	float:none;
	margin:auto;
}

.r-t>div:first-of-type{
	padding: 5px 5px !important;
	border-radius: 5px !important;
	border: 1px solid #ccc !important;
	box-shadow: none !important;
	background: #eeeeee !important;
	height: auto !important;
	}
.r-t>div>div:first-of-type{
	height:auto !important;
}	
.r-t h1{
	font-family: sans-serif !important;
	font-weight: normal  !important;
	line-height: 1.1;
	color: inherit;
	margin-top: 10px;    
	margin-bottom: 10px;
	font-size: 18px;
		}
.r-t hr{
	margin:5px 0;
	}
.r-t h2{
	margin:5px 0;
	color:#333 !important;
	font-weight:normal !important;
	}
.r-t h2:before {
	content: "\2022 \20 \20 ";
	}
.m-p{
	float:left;
	}		
.m-p a{
	padding:0;
	text-align:center;
	padding-top:23px;
	}
.m-p a img{
	padding:0px;
	height:37px;
	}

.top_links{
	text-align:right;
	padding:0px;
	margin:30px 0 -50px 0;
	float:right;
	z-index:10;
}
.top_links b{
	float:right;
	margin:0px 0 0 0px;
}
.top_links_margin{
	text-align:right;
	padding-bottom:38px;
}
.top_links a{
	float:right;
	outline: none;
	text-decoration: none;
	padding-left: 12px;
}

.top_links a:hover{
	text-decoration: underline;
}
.top_links .dropdown-menu{
	border:5px solid #676767;
	margin-top:20px;
	background-color:rgba(60, 60, 60, 0.87);
	color:#fff;
	float: none;
    left: 50%;
	position: absolute;
	top: 0px;
	margin: auto;
}
.top_links .dropdown-menu input{	
	border:1px solid #01599a;
}
.top_links .dropdown-menu button{
	background-color:#0D0D0D;
	color:#FFF;
	width:100%;
}
.top_links .dropdown-menu a{
	text-decoration:none;
	color:#fff;
	float:left;
}
#journallist{
	z-index:10003;	
}

#journallist .list-group{
	height:500px;
	overflow:scroll;
}
#ebooklist{
	z-index:10003;	
}

#ebooklist .list-group{
	height:500px;
	overflow:scroll;
}
.search_date a {
	padding: 10px;
	border-bottom: 1px #CCCCCC solid;
	text-decoration: none;
	text-align: center;
}
.search_date a:hover {
	background-color: #039;
	color: #FFF;
}
.advance_search {
	background-color: #0D60A4;
	padding: 0px;
	border-radius: 5px;
	margin: 0px !important;
}
.advance_search label {
	color: #FFF;
}
.advance_search h3 {
	color: #FFF;
	padding-bottom: 5px;
	border-bottom: 1px solid #f6f6f6;
}
.future-ebooks-list ul{
	max-height: 500px;
    overflow: hidden;
    overflow-y: scroll;
}
.alpha_search ul {
	width: 100%;
}
.alpha_search li a {
	background-color: #0D60A4;
	color: #fff;
	width: 3.77%;
	text-align: center;
}
.alpha_search li a:hover {
	background-color: #fff;
	color: #0D60A4;
}
.button_list {
	margin-top: 30px;
}
.jumbotron .button_list a {
	margin-bottom: 5px;
}
#content .jumbotron .row {
	margin-top: 0px;
}
#volume .jumbotron{	
	background: -webkit-linear-gradient(0deg, #dee3e6 25%, #ebebeb 10%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(90deg, #dee3e6 25%, #ebebeb 10%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(90deg, #dee3e6 25%, #ebebeb 10%); /* For Firefox 3.6 to 15 */
    background: linear-gradient(90deg, #dee3e6 25%, #ebebeb 10%); /* Standard syntax (must be last) */
}

.jumbotron .col1, .jumbotron .col2, .jumbotron .col3 {
	padding-top: 20px;	
}
.jumbotron .col1 {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	padding-bottom: 7%;
	text-align: center;
	padding-left: 2.5%;
	padding-right: 2.5%;
	padding-top: 50px;
}
.jumbotron h1{
	word-wrap: break-word;
	font-size: 30px;
}
.jumbotron h2{
	word-wrap: break-word;
}

.jumbotron .col1 p {
	text-align: center;
}
.jumbotron .col-md-7 .btn-link {
	margin: 0px;
	padding: 0px;
}
.jumbotron .impact_factor {
	background: url(../images/impact_factor.gif) left top;
	padding: 45px 10px 10px 10px;
	width: 108px;
	height: 101px;
	text-decoration: underline;
	color: #FFF;
	text-align: center;
	font-size: 11px;
	margin-top: 55px;
}

.jumbotron .back{
	float: left;
    margin: 0px 5px !important;
}

.related .panel-heading {
	background-color: #01599a;
}
.related .list-group {
	float: left;
}
.related .panel-body {
	height: auto;
	padding: 10px;
}

.intro_border{
	background-color: white;
	border-radius: 12px;
	padding: 10px;"
}
.share_article a {
	border-right: #999 1px solid;
	color: #000;
	padding: 2px 5px 2px 22px;
	margin: 0 5px 0 5px;
}
.share_journal {
	margin-top: 90px;
	float: right;
}
.share_journal a {
	color: #000;
	padding: 2px 0px;
	margin: 50px 3px 0 3px;
	background-size: 25px 150px;
	float:left;
}
.share_journal .facebook {
	background: url(../images/social_icons.gif) 0px 0px no-repeat;
}
.share_journal .linkedin {
	background: url(../images/social_icons.gif) 0px -70px no-repeat;
}

.share_journal .rss {
    background: url(../images/rss_icon.png) 0px 0px no-repeat;
    width: 35px;
  	height: 35px;
	-webkit-background-size:100%;
}
.volume-pro-panel .panel-body {
	height: auto;
	word-wrap: break-word;
}
.article_list .tab-content {
	border: 1px solid #DDD;
	border-top: none;
	padding: 5px;
}
.article_list .nav-tabs li a {
	background-color: #01599a;
	color: #fff;
	font-size: 13px;
	margin-right: 3px;
	padding: 5px 5px;
}
.article_list .nav-tabs li a:hover {	
	color: #01599a;
	background-color: #f5f5f5;
	font-size: 13px !important;
	margin-right: 3px !important;
	padding: 5px 5px !important;
	
}
.article_list .nav-tabs ul .active {
	background-color: #00243F;
}
.article_list .other_tracks {
	margin-top: 20px;
}
.article_list .issue_free {
	color: #F00;
	margin-left: 30px;
	font-size: smaller;
}
.article_list .panel-title {
	font-size: 15px;
}
.article_list .collapsed:hover, .article_list .collapsed:focus {
	text-decoration: none;
}
.article_list .btn-primary {
	margin-top: 5px;
}
.graph_abs{     
	margin: 0 auto;
    width: 100%;
    text-align: center;
    float: left;}
.graph_abs img {
	width: auto;
    max-width: 100%;
    float: none;
}
#volume .btn-primary {
	padding: 2px 3px;
}
#volume #chapter_list .btn-primary {
	padding: 5px 10px;
}
#volume #chapter_list .jumbotron .col-md-9 .btn_all{
	padding:0px;
}
#volume #chapter_list .jumbotron .col-md-9 .btn_all a{
	float:left;
	margin-right:5px;
}

/*.facebook {
	background: url(../images/social_icons.gif) 0px 0px no-repeat;
	background-size: 20px 115px;
}
.linkedin {
	background: url(../images/social_icons.gif) 0px -41px no-repeat;
	background-size: 20px 115px;
}
.gplus {
	background: url(../images/social_icons.gif) 0px -61px no-repeat;
	background-size: 20px 115px;
}
.wordpress {
	background: url(../images/social_icons.gif) 0px -81px no-repeat;
	background-size: 20px 115px;
}
.youtube {
	background: url(../images/social_icons.gif) 0px 0px no-repeat;
	background-size: 20px 115px;
}
.twitter {
	background: url(../images/social_icons.gif) 0px 0px no-repeat;
	background-size: 20px 115px;
}*/
/*abstract page starts*/

.abstract_area {
	padding: 2%;
	width: 98%;
	border: 1px solid #CCC;
	border-radius: 10px;
	margin-left: 16px;
}
.abstract_area .btn-primary {
	margin-top: 5px;
}

.abstract_area form {
	margin:0 5px 0 0px;
	float:left;
	max-height: 35px;
}

.abstract_area .btn{
	margin-left:5px;
} 

.abstract_area .share_article a {
	margin: 5px 5px 5px 0px;
	padding: 2px 5px 2px 4%;
}
/*abstract page end*/

/*Forthcoming list starts*/

.forthcoming .well img{
	width:100%;
	float:left;
	margin-bottom:15px;
}

.forthcoming .well .btn-primary{
	float:left;
	width:100%;
}

/*Forthcoming list ends*/

/*Ebook page starts*/

.jumbotron table td {
	padding-bottom: 10px;
}
#chapter_list .jumbotron .col1{
	background:none;
}

#chapter_list .jumbotron .col1 img {
	box-shadow: 10px 10px 5px #fff;
	width: 160px;
}


#chapter_list .jumbotron .col2{
border-radius:0px 10px 10px 0px !important;
}

#chapter_list .jumbotron, #chapter_list .jumbotron .col2  {
background-image: -ms-radial-gradient(center, circle farthest-corner, #FFFFFF 0%, #E1E3E8 100%);
background-image: -moz-radial-gradient(center, circle farthest-corner, #FFFFFF 0%, #E1E3E8 100%);
background-image: -o-radial-gradient(center, circle farthest-corner, #FFFFFF 0%, #E1E3E8 100%);
background-image: -webkit-gradient(radial, center center, 0, center center, 506, color-stop(0, #FFFFFF), color-stop(1, #E1E3E8));
background-image: -webkit-radial-gradient(center, circle farthest-corner, #FFFFFF 0%, #E1E3E8 100%);
background-image: radial-gradient(circle farthest-corner at center, #FFFFFF 0%, #E1E3E8 100%);
border-radius:10px;
-webkit-border-radius:10px;
}

.jumbotron .ebook_head {
	border-radius: 10px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(47%, #f6f6f6), color-stop(100%, #ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 ); /* IE6-9 */
	box-shadow: 0px 0px 0px 1px rgba(187, 187, 187, 1), 0px 0px 0px 6px rgba(255, 255, 255, 1), 0px 0px 0px 7px rgba(187, 187, 187, 1);
}

.jumbotron .ebook_head hr{
	margin-top:10px;
	margin-bottom:10px;
	border:1px solid #D7D7D7;
}

.jumbotron .ebook_head .p-ebook{
	float:left;
}

.jumbotron .free{
	background-color: #0a69af;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#0a69af),to(#01599a));
	background-image: -webkit-linear-gradient(top,#0a69af,#01599a);
	background-image: -moz-linear-gradient(top,#0a69af,#01599a);
	background-image: -ms-linear-gradient(top,#0a69af,#01599a);
	background-image: -o-linear-gradient(top,#0a69af,#01599a);
	background-image: linear-gradient(top,#0a69af,#01599a);
	border: 1px solid #01599a;
	border-radius: 10px 0 0 10px;
	-webkit-box-shadow: -2px 2px 6px -1px rgba(0,0,0,.25),inset 0 1px 0 0 rgba(255,255,255,.25);
	-moz-box-shadow: -2px 2px 6px -1px rgba(0,0,0,.25),inset 0 1px 0 0 rgba(255,255,255,.25);
	box-shadow: -2px 2px 6px -1px rgba(0,0,0,.25),inset 0 1px 0 0 rgba(255,255,255,.25);
	color: #FFF;
	font-weight:bold;
	padding: 6px 33px 6px 10px;
	position: absolute;
	right: 22%;
	top: 50%;
}
#chapter_list .jumbotron { margin-right:0px;}
/*Ebook page end*/

footer {
	margin-top: 20px;
}

#cart-form-products .form-item{
	float:left;
	width:5%;
	margin-left:1%;
	text-align: center;
}

#cart-form-products .form-item input[type="text"] {	
    background-color: #01599a;
    color: #fff;
    border: none;
    padding: 5px;
    text-align: center;
    width: 35px;	
    height: 35px;	
	border-radius:80%;
}

#cart-form-products a{
	float:left;
	width:70%;
	word-break: break-word;	
	
}
#cart-form-products .pp .uc-price{ float:none;}

#cart-form-products .uc-price{
	float:right;
	width:10%;
	/*margin-top: 10px;*/
	font-size:15px;
	
}

#cart-form-products .discount{
	float:right;
	width:10%;
	margin-top: 10px;
	font-size:15px;
	
	clear: both;	
}

#cart-form-products hr{
	float:left;
	width:100%;
}

.login_image{
	width:30%;
	float:left;
}

/*Bootstrap braked CSS starts*/

.btn-primary {
	background-color: #01599a;
}
.nav>li>a {
	font-weight: bold;
}
.navbar-default .navbar-nav>li>a {
	color: #01599a !important;
	padding: 15px 14px;
	font-size:13px;
}
.navbar-default {
	background-color: #fff;
	box-shadow: 0px 2px 10px #cccccc;
	border: none;
}
.carousel-inner {
	height: 392px;
}
.carousel-inner>.item>img, .carousel-inner>.item>a>img {
	width: 100%;
}
.panel {
/*box-shadow: 0px 2px 10px #cccccc;*/
}
#home .panel-body {
	height: 450px;
}
#home .second .panel-body {
	height: 590px;
}
#home .second .panel .panel-body.scroll {
	overflow: hidden;
    overflow-y: scroll;
}
#home .second .panel-body::-webkit-scrollbar {
    width: 0.6em;
}
 
#home .second .panel-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
#home .second .panel-body::-webkit-scrollbar-thumb {
  background-color: rgba(169, 169, 169, 0.51);
  outline: 1px solid slategrey;
}

@media only screen and (min-width : 780px) and (max-width : 2400px) {
.navbar-nav>.dropdown:hover>.dropdown-menu {
	display: block;
	left:0;
	width:250px;
}
.navbar-nav>.more-links.dropdown:hover>.dropdown-menu {
	width:auto !important;
	left:-200%;
}
.thumbnail .caption{
 height:115px;
}

.thumbnail .caption h5{
 width: 100%;
 text-overflow: ellipsis;
 overflow: hidden;
 max-height: 116px;
 display: -webkit-box;
 -webkit-line-clamp: 4;
 -webkit-box-orient: vertical;
}
}

.dropdown:hover>.dropdown-menu a{
	white-space:normal;
}

.container .jumbotron, .container-fluid .jumbotron {
	padding: 0px;
	margin-left: 0px;
	margin-top: 0px !important;
}
.jumbotron p {
	font-size: 14px;
}
#edit-keys-wrapper .form-control{
	width:50%;	
}
.proximity{
	
}

.input_half .form-item .form-control {
	width:50%;
}

.paypal  .text-margin{
	margin-top: 10px;
    float: left;
}
.paypal .form-item #edit-EXPMONTH, .paypal .form-item #edit-EXPYEAR{
	width:100%;
}
#continue-shopping-link{
	position: relative;
    right: 50px;
    top: 30px;
    z-index: 10;
	}

.apply-promo{	
	float: left;
	height: 34px;
	margin: 0px 5px 0 5px !important;
}
 	
.promo-code{	
	width: 100%;
	margin-top: 50px;	
}

.promo-code  label { margin-right:8px;}
.promo-code .form-text {width:50%; float:left;}

.page-static{
	padding-left:10px;
	padding-right:10px;
}

.page-static .heading, #feedback-form .heading{
	padding-left:0px !important;
	padding-right:0px !important;
	color:#333 !important;
}


.page-static p{
	margin-bottom:15px;
}

.page-static ol{
	margin-bottom:15px;
}

.page-static ol li{
	margin:5px 0;
}

.order-subs.page-static h4, .contact-us.page-static h4{
	margin-bottom:10px;
}
.page-static h4{
	margin-top:25px;
	margin-bottom:20px;	
}

.static_content{
	padding-left:25px;
	padding-right:25px;
}
.static_content p{
	margin-bottom:15px;
}
.static_content h4{
	margin-top:25px;
	font-weight:bold;
}

.static_content h5{
	font-weight:bold;
	margin-bottom:5px;
	margin-top:20px;
}


.search-by-year{
 
 	margin-top:-21px !important ;
 
 }


#edit-pass-pass1-wrapper .form-text{
	 display: block;
	  width: 50%;
	  height: 34px;
	  padding: 6px 12px;
	  font-size: 14px;
	  line-height: 1.42857143;
	  color: #555;
	  background-color: #fff;
	  background-image: none;
	  border: 1px solid #ccc;
	  border-radius: 4px;
	  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#edit-pass-pass2-wrapper .form-text{
	 display: block;
	  width: 50%;
	  height: 34px;
	  padding: 6px 12px;
	  font-size: 14px;
	  line-height: 1.42857143;
	  color: #555;
	  background-color: #fff;
	  background-image: none;
	  border: 1px solid #ccc;
	  border-radius: 4px;
	  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#edit-organizationname-wrapper .form-text{
	  display: block;
	  width: 50%;
	  height: 34px;
	  padding: 6px 12px;
	  font-size: 14px;
	  line-height: 1.42857143;
	  color: #555;
	  background-color: #fff;
	  background-image: none;
	  border: 1px solid #ccc;
	  border-radius: 4px;
	  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.login-panel-body{
  background-color: #fff;
  background:none;
}

#edit-subject-wrapper,#edit-ebook-wrapper,#edit-journal-wrapper{	
  width: 30%;
  float:left;
  margin-right: 10px;		
}

#edit-field1-wrapper,#edit-field2-wrapper,#edit-field3-wrapper,#edit-field4-wrapper
,#edit-field5-wrapper,#edit-field6-wrapper,#edit-field7-wrapper,#edit-field8-wrapper{	
  width: 30%;
  float:left;
  margin-right: 10px;		
}

#edit-search1-wrapper,#edit-search2-wrapper,#edit-search3-wrapper,#edit-search4-wrapper,#edit-search5-wrapper,#edit-search6-wrapper,#edit-search7-wrapper,#edit-search8-wrapper{
  width: 50%;
  float:left;
  margin-right: 10px;
	
}

#edit-condition1-wrapper,#edit-condition2-wrapper,#edit-condition3-wrapper,#edit-condition4-wrapper,#edit-condition5-wrapper,#edit-condition6-wrapper,#edit-condition7-wrapper{
  width: 15%;
  float:left;
  margin-right: 10px;
	
}


.thumbnail>img, .thumbnail a>img{
	min-height:328px;
}
/*Bootstrap braked CSS ends

}*/

@media only screen and (max-width: 1199px) {
.social_n_links, .main_search {
	padding-left: 0px;
	padding-right: 0px;
}
.social_n_links a {
	padding: 5px 1px;
	margin:0px;
}	
.social_n_links img {
	width: 25px;
	height: 25px;
}
.login-captcha-img  {
border: solid rgb(205, 205, 205)!important;
width:100%!important; height: auto!important;}
.carousel-inner {
	height: auto;
	background-color: none;
}
.promotions img {
	width: 100%;
}
#home .panel-body {
	height: 590px;
}
#home .second .panel-body {
	height: 670px;
}
#home .second .panel .panel-body.scroll {
	overflow: hidden;
    overflow-y: scroll;
}
.free_online {
	width: 49%;
}
.related img {
	width: 100%;
}
.related .panel-body {
	padding: 5px;
}
.jumbotron .impact_factor {
	 position: relative;
	 left: -28px;
	 background-repeat:no-repeat;
	 background-position:center top;
	 background-size:95%;
	 padding-left:10px;
}
.jumbotron .button_list {
	margin-left: -14px;
	margin-right: -5px;
	float: right;
}
.ris_access button {
	margin-top: 5px;
}
.graph_abs{     
	margin: 0 auto;
    width: 100%;
    text-align: center;
    float: left;}
.graph_abs img {
	width: auto;
    max-width: 100%;
    float: none;
}
}
 @media (max-width: 780px) {
	 
.dropdown-submenu .dropdown-menu{
	margin-left:15px;	
}
	 
header .col-md-2 {
	text-align: center;
	padding-top: 30px;
}
.main_search {
	margin-top: 0px;
	padding: 0 15px;
	margin-bottom: 5px;
}
.main_search button {
	background-color: #0D60A4;
	color: #fff;
	border: none;
}
.main_search .input-group-btn{
	width:20% !important;
} 
.main_search .input-group,.main_search .input-group-btn button{
	width:100% !important;
}	
.main_search input{
	height:32px;
} 	
.main_search .search-radios input{
	height:auto;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	color: #FFFFFF;
	background-color: #033966;
	border-bottom: 1px solid #0D60A4;
}
.navbar-header img {
	margin-top: 13px;
	margin-left: 10px;
}
.dropdown:hover .dropdown-menu {
	display: none;
}
.dropdown.open .dropdown-menu {
	display: block;
}
.carousel-inner {
	height: auto;
	background-color: none;
}
.panel-body, #home .panel-body, #home .second .panel-body {
	height: auto;
}
.alpha_search li a {
	background-color: #0D60A4;
	color: #fff;
	width: 13.9%;
	margin: 0px;
	text-align: center;
	border-radius: 10px !important;
}
/*Volume srats*/

.container .jumbotron {
	margin: 20px 0 0 0px !important;
}
#volume .jumbotron {
	background: -webkit-linear-gradient(90deg, #dee3e6 33%, #ebebeb 10%);
	background: -o-linear-gradient(90deg, #dee3e6 33%, #ebebeb 10%);
	background: -moz-linear-gradient(90deg, #dee3e6 33%, #ebebeb 10%);
	background: linear-gradient(90deg, #dee3e6 33%, #ebebeb 10%);
}
.jumbotron .back{
	float: left;
    margin: 0px 5px 0 0 !important;
}
.jumbotron .col1 {
	background: none;
	padding-bottom: 1%;
}

#chapter_list .jumbotron .col-sm-4{
	width:30%;
}

#chapter_list .jumbotron .col-sm-8{
	width:70%;
}

#chapter_list .jumbotron .free{
	right:10%;
	top:67%;
}

.pgn_mob {
	margin: 0px;
}
.share_article a {
	margin: 5px 5px 5px 0px;
	padding: 4px 0px 0px 22px;
	border: none;
}
/*.facebook {
	background: url(../images/social_icons.gif) 0px 0px no-repeat;
	background-size: 20px 115px;
}
.linkedin {
	background: url(../images/social_icons.gif) 0px -41px no-repeat;
	background-size: 20px 115px;
}
.gplus {
	background: url(../images/social_icons.gif) 0px -61px no-repeat;
	background-size: 20px 115px;
}
.wordpress {
	background: url(../images/social_icons.gif) 0px -81px no-repeat;
	background-size: 20px 115px;
}
.youtube {
	background: url(../images/social_icons.gif) 0px 0px no-repeat;
	background-size: 20px 115px;
}
.twitter {
	background: url(../images/social_icons.gif) 0px 0px no-repeat;
	background-size: 20px 115px;
}*/

#volume #chapter_list .jumbotron .col-md-9 .btn_all .btn{	
	margin-top:5px;
}

/*Forthcoming list starts*/

.forthcoming .well .col-sm-4{
	width:40%;
	float:left;
}

.forthcoming .well .col-sm-8{
	width:60%;
	float:left;
}
 	
/*Forthcoming list ends*/
 	
/*Volume ends*/

.ris_access button {
	margin-top: 5px;
}
/*Bootstrap braked CSS starts*/
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	background-color: #000;
}

.nav>li{
	border-bottom:1px #E7E7E7 solid;
}
.navbar-default {
	box-shadow: none;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	z-index: 10002;
} 
.navbar-default .row{		
	margin: 0px;
	padding: 0px;
	
}
.navbar-default .container-fluid {
	margin: 0px;
}
.col-sm-6{ 
	width:50%;
}
.thumbnail>img, .thumbnail a>img{
	min-height:327px;
}
.thumbnail .caption{
 height:115px;
}

.thumbnail .caption h5{
 width: 100%;
 text-overflow: ellipsis;
 overflow: hidden;
 max-height: 116px;
 display: -webkit-box;
 -webkit-line-clamp: 4;
 -webkit-box-orient: vertical;
}

.graph_abs{ margin:0 auto; width: 100%; text-align:center;}
.graph_abs img {
	width: 100%;
}
#diseasenav{
	padding-left:0px;
}

#diseasenav{
	padding-left:0px;
}

#diseasenav>ul>li{	
    width: 50% !important;
	margin:10px 0px 0px 0px  !important;
}	

#s-m-scroll{
	height:auto !important;
}	


/*Bootstrap braked CSS ends*/
}
 @media (max-width: 480px) {


.dropdown-submenu .dropdown-menu{
	margin-left:15px;	
}

.promo-banner-div{ 
	width:100%; 
	float:left; 
	text-align:center;
	margin:0px !important;
}
.promo-banner-img{ 
	 margin:10px 0;
	 border:1px solid #09F;	 
	 
}
header .col-md-2 {
	text-align: center;
	padding-top: 30px;
}
.main_search {
	margin: 0px;
	padding: 0 15px;
}
.main_search .container-inline{
	width:100%;
	float:left;
	margin:0px;
	padding:0px;
	display:flex;
}
.main_search .container-inline .form-item{
	width:70%;
}
.main_search input{
	width:100% !important; 
	border-radius: 4px !important;
	border-bottom-right-radius: 0 !important; 
    border-top-right-radius: 0 !important;
}

.main_search .input-group-btn{
	float:left;
	margin:14px 0px;
	padding:0px;
	height:35px;
	width:30% !important;
} 
.main_search button{
	border-bottom-left-radius: 0 !important;  
	border-top-left-radius: 0 !important;
	margin-left: -1px !important;
}
.navbar-header img {
	margin-top: 13px;
	margin-left: 10px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	background-color: #0D60A4;
}
.navbar-default .navbar-nav>li>a {
	color: #fff !important;
	border-bottom: #fff 1px solid;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	color: #fff;
}
.promotions img, .jumbotron .col1 img {
	width: 100%
}
.main_search button {
	background-color: #0D60A4;
	color: #fff;
	border: none;
}
.main_search .search-radios{
	display:none;
}
.search_date a {
	padding: 10px;
	border-bottom: 1px #CCCCCC solid;
	text-decoration: none;
	text-align: center;
	float: left;
}
.journal_image {
	width: 100%;
	float: left;
}
.pgn_mob {
	margin: 0px;
}

.well .col-md-2 ,.well .col-md-3  {
	margin:10px;
	padding:0px;
}
 	
/*VOULUME PAGE*/

.container .jumbotron {
	margin: 20px 0 0 0px !important;
	background: -webkit-linear-gradient(90deg, #dee3e6 35%, #ebebeb 10%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(90deg, #dee3e6 35%, #ebebeb 10%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(90deg, #dee3e6 35%, #ebebeb 10%); /* For Firefox 3.6 to 15 */
    background: linear-gradient(90deg, #dee3e6 35%, #ebebeb 10%)  !important; /* Standard syntax (must be last) */

}
.jumbotron .col1 {
	background: none;
	padding-bottom: 1%;
}
.jumbotron h1 {
	font-size: 26px;
}
.jumbotron h2 {
	font-size: 26px;
}
.jumbotron .btn {
	white-space: pre-wrap;
	margin: 5px 0px;
	width: 100%;
}
.jumbotron .col-md-9 .col-md-12 .btn_set {
 float: left !important;
 width:100%;
}
.jumbotron .back{
	float: left;
    margin: 0px 5px 0 0 !important;
	width:100%;
}
.jumbotron .ebook_head .p-ebook{
	float:left;
	width:100%;
}
#volume .tab-pane.panel-body {
	height: auto !important;
}
#volume .tab-pane p a {
	word-wrap: break-word;
}
#volume .article_list {
	padding: none;
}
#volume .article_list .nav-tabs li {
	width: 100%;
	float: left;
	margin: 2px 0px;
	border-radius: 10px;
}
#volume .article_list .nav-tabs li a {
	border-radius: 5px;
	margin: 0px;
	border-bottom: 1px solid #ddd;
}
#volume .article_list .nav-tabs li .active, #volume .article_list .nav-tabs .active a {
	background-color: #03243C !important;
	border-bottom: 1px solid #ddd;
	color: #fff;
}
#volume .article_list .btn-primary {
	margin-bottom: 5px;
}
.share_article {
	margin: 0px;
	padding: 0px;
}
#chapters .share_article {
	clear: both; 
}
.share_article a, .abstract_area .share_article a {
	margin: 5px 5px 5px 0px;
	padding: 5px 0px 1px 22px;
	border: none;
	line-height: 2em;
}
.abstract_area .doi {
	word-break: break-all;
}
/*.facebook {
	background: url(../images/social_icons_sm.gif) 0px 1px no-repeat;
}
.linkedin {
	background: url(../images/social_icons_sm.gif) 0px -22px no-repeat;
}
.gplus {
	background: url(../images/social_icons_sm.gif) 0px -44px no-repeat;
}
.wordpress {
	background: url(../images/social_icons_sm.gif) 0px -88px no-repeat;
}
.youtube {
	background: url(../images/social_icons_sm.gif) 0px -132px no-repeat;
}
.twitter {
	background: url(../images/social_icons_sm.gif) 0px -66px no-repeat;
}*/
.issn_mobile {
	width: 105%;
}
.other_tracks .badge {
	float: left;
	margin: 2px 5px 5px 0;
}
/*VOULUME PAGE ENDS*/

/*Forthcoming list starts*/

.forthcoming .well .col-sm-4{
	width:100%;
	float:left;
	margin:0px;
}

.forthcoming .well .col-sm-8{
	width:100%;
	float:left;
}
 	
/*Forthcoming list ends*/

.future-ebooks-list ul{
	height: auto;
    overflow: hidden;
    overflow-y: scroll;
}

/*Chapter list starts*/
#chapter_list .jumbotron .col1 {
	padding:10px 14%;
	background:#808080;
	border-radius:10px 10px 0px 0px;
	width:100%;
}
#chapter_list .jumbotron .col1 img{
	z-index:0;
}

.jumbotron .free{
	position:relative;
	right:5%;
	float:right;
	margin-top:-170px;
	z-index:1;
	
	height: 80px;
	width: 80px;
	padding: 17px 0px 0 0;
	border-radius: 88px;
}

#chapter_list .jumbotron .col2{
	padding-top:0px;
	width:100%;
	border-radius:0px 0px 10px 10px !important;
}
#chapter_list .jumbotron .col2 h1{
	font-size:16px;
	font-weight:bold;
	line-height:1.5em;
	color:#0D60A4;
}

#chapter_list .jumbotron .col2 h2{
	font-size:16px;
	font-weight:bold;
	line-height:1.5em;
	color:#0D60A4;
}

.stToolPop, .stToolPopLink {
	display:none !important;
	visibility:hidden !important;
}

#chapter_list .jumbotron .col1 img{
	width:200px;
	box-shadow:1px 1px 1px 1px #CCC;
}

#chapter_list .nav-tabs li{
	width:100%;
	margin-bottom:5px;
	border-radius:5px;
}

#chapter_list .nav-tabs>li.active>a, #chapter_list .nav-tabs>li.active>a:hover, #chapter_list .nav-tabs>li.active>a:focus{
	background-color:#CCC;
}

#chapter_list .nav-tabs li a{
	border:none;
	border-radius:5px;
}

.article_list .collapse.in .issue_free{
	margin-left:0px;
	float:right;
	max-width:50%;
}
 	
.article_list .list-group-item{
	overflow: hidden;
} 	
 



 
/*Chapter list ends*/


.quick_links div img{
	width:45%;
	height:auto;
}
.m-p{
	margin-top:25px;
}
.m-p
.third .col-md-4 {		
	height:auto;
	width:100%;	
}
/*Bootstrap braked CSS starts*/

.navbar-default {
	box-shadow: none;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	z-index: 10002;
} 

.navbar-default .row{		
	margin: 0px;
	padding: 0px;
	
}
.navbar-default .container-fluid {
	margin: 0px;
}
.carousel-inner {
	height: auto;
}
 	
#edit-keys-wrapper .form-control{
	width:100%;	
}
 	
.input_half .form-item .form-control {
	width:100%;
}

.paypal .form-item #edit-EXPMONTH, .paypal .form-item #edit-EXPYEAR{
	width:50%;
}
.paypal .form-item  #edit-CREDITCARDTYPE{
	width:100% !important;
}

#direct-order-reprint-form .input_half .form-item .form-control, #eprint-articleinfo-wrapper .input_half .form-item .form-control {
	width:100% !important;
	font-size:12px;
}

#continue-shopping-link{
	 width:100%;
	}

.apply-promo{	
	float: left;	
}
 	
.promo-code{	
	width: 100%;
	margin-top: 55px;	
}
.page-static ul, .page-static ol{	
	
	padding:0 0 0 10px;
}
.page-static .tb-impect td{
	width: auto;
	padding:3px;
}
.page-static .tb-impect a{
	white-space:normal;
}
 	
#marklist .well .delete-marklist {
  margin-top: 4px;
  }	
#marklist .well form{
	 width:49%;
	 margin-right:4px !important;
	 height:auto !important;
}
#marklist .well form:last-of-type{
	margin-right:0px !important;
}
#marklist .well form .btn{
	width:100%;
	margin-top:10px;
	margin-right:4px;
}
#marklist>.well>a{
	width:49%;
}
 	
#edit-pass-pass1-wrapper .form-text{
	  display: block;
	  width: 100%;
	  height: 34px;
	  padding: 6px 12px;
	  font-size: 14px;
	  line-height: 1.42857143;
	  color: #555;
	  background-color: #fff;
	  background-image: none;
	  border: 1px solid #ccc;
	  border-radius: 4px;
	  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
} 	
.form-text{width:100% !important;}	
#edit-pass-pass2-wrapper .form-text{
	  display: block;
	  width: 100%;
	  height: 34px;
	  padding: 6px 12px;
	  font-size: 14px;
	  line-height: 1.42857143;
	  color: #555;
	  background-color: #fff;
	  background-image: none;
	  border: 1px solid #ccc;
	  border-radius: 4px;
	  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
 	
#edit-organizationname-wrapper .form-text{
	  display: block;
	  width: 100%;
	  height: 34px;
	  padding: 6px 12px;
	  font-size: 14px;
	  line-height: 1.42857143;
	  color: #555;
	  background-color: #fff;
	  background-image: none;
	  border: 1px solid #ccc;
	  border-radius: 4px;
	  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
 	
 	
#edit-subject-wrapper,#edit-ebook-wrapper,#edit-journal-wrapper{	
  width: 100%;
	
}
	
#edit-field1-wrapper,#edit-field2-wrapper,#edit-field3-wrapper,#edit-field4-wrapper
,#edit-field5-wrapper,#edit-field6-wrapper,#edit-field7-wrapper,#edit-field8-wrapper{	
  width: 100%;
  margin-top: 30px !important;
  		
}

#edit-search1-wrapper,#edit-search2-wrapper,#edit-search3-wrapper,#edit-search4-wrapper,#edit-search5-wrapper,#edit-search6-wrapper,#edit-search7-wrapper,#edit-search8-wrapper{
width: 100%;
	
}

#edit-condition1-wrapper,#edit-condition2-wrapper,#edit-condition3-wrapper,#edit-condition4-wrapper,#edit-condition5-wrapper,#edit-condition6-wrapper,#edit-condition7-wrapper{
  width: 100%;
	
}
 	
.thumbnail>img, .thumbnail a>img{
	min-height:190px !important;
} 	
 	
/*Bootstrap braked CSS ends*/
#cart-form-products .form-item{
	float:left;
	width:20%;	
	margin-top:10px;
	margin-bottom:10px;
}

#cart-form-products .form-text{
	float:right;
}

#cart-form-products .form-item input[type="text"]{
	width:35px !important;
}

#cart-form-products a{
	float:left;
	width:100%;
	word-break: break-word;
}

#cart-form-products .uc-price{
	/*float:left;*/
	width:20%;
	/*margin-top:10px;*/
}

#cart-form-products .discount{
	float:right;
	width:20%;
	margin-top:10px;
}

#cart-form-products hr{
	float:left;
	width:100%;
}

.col-xs-12{
	width:100%;
}

.user-menu ul{
	margin-top:25px;
}
 	
.user-menu ul li{
	width:100%;
}

.user-menu ul li a{
	margin-top:5px;
	border-radius: 2px;
}
 
 .graph_abs{ margin:0 auto; width: 100%; text-align:center;}
.graph_abs img {
	width: 100%;
}

.abstract_area {
   
    width: 90%;
    border: 1px solid #CCC;
    border-radius: 10px;
    margin: 0px 0 0 15px;
}
#continue-shopping-link{
	  margin: 0;
	}
.uc-cart-update	{ width:100%; padding:0;}
.uc-cart-update	.form-submit{ width:100%;}
.apply-promo{	
	float: left;
	height: 34px;
	margin: 10px 0px 0 0px !important;
	width: 100%;
	
}
 	
.promo-code{	
	width: 100%;
	margin-top: 50px;
	float:left;	
}

.promo-code  label { margin-right:8px;}
.promo-code .form-text {width:50%; float:left;}
 	
#continue-shopping-link{
	  /*margin: 0 200px -59px 0;*/
	  position: relative;
    right: 0px;
    top: -5px;
    z-index: 10;
	}

#diseasenav{
	padding:10px 0px !important;
}

#diseasenav>ul>li{	
    width: 100% !important;
	margin:10px 0px 0px 0px  !important;
}		

}

/*SPECIAL SCREENS ()*/

@media only screen and (min-width : 780px) and (max-width : 992px) {
header .container-fluid {
	margin: 0;
	padding: 0;
}
header .col-md-2 {
	width: 16%;
	overflow: hidden;
}
header .col-md-2 img {
	width: 180px;
	float: left;
	margin-left: -35px;
}
header .main_search {
	width: 30%;
}
header .main_search .container-inline input{
	width: 60% !important;
}

header nav .col-xs-9{
	display:none!important;
}
.social_n_links {
	display: block !important;
}
.social_n_links a, .social_n_links .text-primary a {
	padding: 5px 1px;
	margin:0px;
}
.social_n_links .text-primary {
	padding: 5px 1px 5px 5px;
	margin:0px;
}	
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	margin: 0px;
	padding: 0px;
}

.admin-menu header .navbar-default .navbar-nav>li>a{
	font-size: 10.5px;
  padding: 15px 1px !important;
}
	
.admin-menu header	.top_links{
	padding-bottom: 35px;
}
	
header .navbar-default .navbar-nav>li>a {
  padding: 15px 1px;
}

.top_links  {
  padding-bottom: 55px;
}	
.nav>li>a {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px
}
.container .jumbotron, .container-fluid .jumbotron {
	margin-right: 0px;
}
}

@media only screen and (min-width : 780px) and (max-width : 1200px) {
.navbar-collapse{
	padding:0px !important;
}

.navbar-right, .navbar-header{
	width:100%;
	margin:0px;
}

.navbar-header .nav>li{
	padding:0 1%;
}

.navbar-header.nav>li>a{
	padding:15px 0;
	width:auto;
}
header .main_search input{
	width: 75% !important;
}


.admin-menu header .navbar-default .navbar-nav>li>a{
	font-size: 10.5px;
  padding: 15px 1px;
}
	
.admin-menu header	.top_links{
	padding-bottom: 35px;
}
	
header .navbar-default .navbar-nav>li>a {
  padding: 15px 1px;
}	

.main-menu .navbar-header .nav>li{
	padding:0 0.7%;
}

.main-menu .navbar-header .nav>li>a{
	padding:15px 0;
}
	
.jumbotron .free{
	right:16%;
}

.jumbotron .ebook_head .p-ebook{
	float:left;
	padding:0px;
	margin:0 5px;
}

.article_list .nav-tabs li a{
	  width: auto;
	  max-width: 98px;
	  word-break: break-word;
	  white-space: normal;
	  padding: 4px;
	  height: 45px;
}

}
@media only screen and (min-device-width: 255px)  and (max-device-width: 568px)  and (-webkit-min-device-pixel-ratio: 2)  and (orientation: landscape) {

.dropdown-submenu .dropdown-menu{
	margin-left:15px;	
}
	
	
.promo-banner-div{ 
	width:100%; 
	float:left; 
	text-align:center;
	margin:0px !important;
}
.promo-banner-img{ 
	 margin:10px 0;
	 border:1px solid #09F;	 
	 
}
   
#wrapper.toggled #sidebar-wrapper{
 top:55px !important;
 height:125%;
}   

.article_list .nav-tabs li a{
	  width: auto;
	  max-width: 86px;
	  word-break: break-word;
	  white-space: normal;
	  padding: 4px;
	  height: 61px;
}
.form-text {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.sidebar{
	z-index: 99999;
	margin-top:-90px;
	top: 85% !important;
}
.sidebar #side-menu #s-m-scroll{
	height:200px !important;
}
}

.full_text_box  form{

	float:none !important;
}

#search_results_table em {
  font-style: normal;
  font-weight: bold;
  background-color: yellow;
}

.order-review-table .pane-title-row{
display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #01599A;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

.fieldset-border .form-radios .form-item{
	margin-right:50px; 
	display:inline!important; 
	float:left!important;
}

.form-radios .form-item .option{
	font-weight:normal; 
	
	}

.reprint .form-radios .form-item{
	margin-right:50px; 
	display:inline!important; 
	float:left!important;
}

.form-text {
    display: block;
    width: 50%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
#search-keyword-form .form-text{width: 90% !important;}
#user-login-form .form-text{width: 100% !important;}
#user-login .form-text{width: 100% !important;}
.advance_search .form-text{width: 100% !important;}
#edit-search-results-number {width: auto !important;}
.form-text:focus {
    border-color: #66AFE9;
    outline: 0px none;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(102, 175, 233, 0.6);
}
#user-register h1{
display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: inherit;
    color: #01599A;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
#user-register h2{
display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: inherit;
    color: #01599A;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
.item-list {padding:5px;}
.item-list, .item-list ul {
	padding:0px;
	margin:0px;
}

.item-list ul li {
	/*list-style:none;*/
	margin:5px 0;
	
}

.item-list ul li a{
	text-decoration:none;
	font-size: 12px;
}

#uc-migs-form .form-submit {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 3px 5px !important;
    font-size: 12px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	background-color:#01599a;
	color:#FFFFFF;
}
#uc-migs-form .form-submit:hover{background-color:#002946;}	

.side-menu{
  display:none;  
  background-color:#0D60A4;  
  border: 1px solid rgba(0, 0, 0, 0.9);
  border-radius:10px 0px 0px 10px;
  padding: 50px 5px;
  width:auto;  
  position:fixed;
  right:0;
  top:56%;
  z-index:10;
  color:#fff;
  margin-top:-61px;
}
 
.side-menu:hover{
  cursor: pointer;
  background-color:#ccc;
  color:#000;
}

.side-menu .icon-bar {
  border-radius: 1px;
  display: block;
  height: 2px;
  width: 22px;
  margin-top: 3px;
}

.side-menu .icon-bar {
  background-color: #fff;
}

#slide-submenu{
  background: rgba(0, 0, 0, 0.45);
  display: inline-block;
  padding: 0 8px;
  border-radius: 4px;
  cursor: pointer;
}

.sidebar{
	position:fixed;
  	right:0;
	top:50%;
  	z-index:1000;
	padding:0px;
	margin-top:-200px;
}

#s-m-scroll{
	height:370px !important;
	overflow: scroll;
	overflow-x:hidden;
}

.sidebar .list-group-item:first-child{
	border-top-right-radius: 0px;
 	border-top-left-radius: 4px;
}

.sidebar .list-group-item:last-child{
	border-top-right-radius: 4px;
 	border-top-left-radius: 0px;
}
	
.rowcolor1{ background-image:none; background-color:#ebebeb !important;}
.rowcolor2{ background-image: radial-gradient(circle farthest-corner at center, #FFFFFF 0%, #E1E3E8 100%) !important;}
.rowcolor3{ background-image:none; background-color:#dee3e6 !important;}
.rowcolor4{ background-image:none; background-color:#ffffff !important;}
.rowcolor{background-image:none; box-shadow: 0px 2px 10px #cccccc !important;background-color:#ebebeb !important;}	

.rowcolor1 .row .col-md-4, .rowcolor2 .row .col-md-4, .rowcolor3 .row .col-md-4, .rowcolor4 .row .col-md-4, .rowcolor .row .col-md-4{
	margin:5px;
	width:32%;
	float:left;
	border-radius: 10px;
    min-height: 170px;
    background-color: #fff;
    height: auto;
}


.form-checkboxes {
    height: 100px;
    overflow: auto;
    width: 200px;
    border: solid 1px grey;
}	

.primary-button-set{
	float: left;
	margin-right: 10px;
}

[disabled] {
    background-color: #dcdcdc;
}
.italicred{ color:#F00; font-style:italic;}

/***********Browser Hacks***********/

/*Fire Fox*/
@-moz-document url-prefix() { 
  .navbar-nav>li>a {
     padding: 15px 14px;
  }
  .main_search button{
	  padding: 6px 9px;	  
}
}

#direct-order-reprint-form .input_half .form-item .form-control {
	font-size:12px!important;
}



.caret-down {
  position: relative;
  cursor: pointer;
}
.caret-down {
  content: '';
 	float: right;
	margin-right:15px;
	margin-top: 7px;
  border-top: 8px solid #000;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
.caret-down:hover:before {
  border-top-color: #222;
}
.caret-up {
  position: relative;
  cursor: pointer;
}
.caret-up {
  content: '';
 	float: right;
	margin-right:15px;
	margin-top: 7px;
  border-bottom: 8px solid #666;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
.caret-up:hover:before {
  border-top-color: #222;
}

#diseasenav{
	/*background-color:#484747;*/
	float:left;
	width:100%;
	padding:10px;	
}

#diseasenav>ul{
	margin:0px;
	padding:0px;
	float:left;
}
#diseasenav>ul>li{	
	display: block;
    /*background-color: #3498db;
	background-color:#004F84;*/
	background-image: radial-gradient(circle farthest-corner at right, #FFFFFF 0%, #E1E3E8 0%);
    width: 30.7%;
    height: auto;
    padding:10px 0;
    float: left;
    border: 2px solid transparent;
    color: #333;
    position: relative;
	margin:10px 10px 0px 10px;	
	text-align:left;
	
}
#diseasenav>ul>li>a{ font-weight:bold;}
#diseasenav li {
list-style-type: square;
padding:0 0 5px 0;
	}
#diseasenav li a{
	margin:0px;
	padding:0px;
	float:none;
	color:#333;
	min-height:60px;
	padding:10px 5px;
}
#diseasenav>ul>li>a{
	margin:0px;
	padding:0px;
	float:none;
	color:#333;
	min-height:60px;
	padding:10px;
}
#diseasenav>ul>li>ul{
	margin:10px 0px 0px 10px;
	padding:10px;
	float:left;
	width:100%;
}
/*#diseasenav{
	background-color:#484747;
	float:left;
	width:100%;	
}

#diseasenav ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

#diseasenav li
{
display: block;
color: #FFF;
background-color: #036;
width: 9em;
padding: 3px 12px 3px 8px;
text-decoration: none;
border-bottom: 1px solid #fff;
font-weight: bold;
width: 30.7%;
height: auto;
}

#diseasenav a:hover
{
background-color: #369;
color: #FFF;
}

#diseasenav li li a
{
display: block;
color: #FFF;
background-color: #69C;
width: 9em;
padding: 3px 3px 3px 17px;
text-decoration: none;
border-bottom: 1px solid #fff;
font-weight: normal;

}*/
#cart-form-products input[type=checkbox] {
display:none !important;
}
 
#cart-form-products  label
{
background: url('/images/delete.png')  no-repeat scroll 0 0 transparent !important;
height: 16px !important;
width: 16px !important;
display:inline-block !important;
padding: 0 0 0 0px !important;
cursor:pointer;
}
#cart-form-products input[type=checkbox]:checked  label
{
background: url('/images/delete.png')  no-repeat scroll 0 0 transparent !important;
height: 16px !important;
width: 16px !important;
display:inline-block !important;
padding: 0 0 0 0px !important;
}