@import url('https://fonts.googleapis.com/css?family=Roboto+Slab');

#body{
	overflow: hidden;
}

#header h1 {
    background: #fbfbf3;
}

.default_sticky_menu {
	position: fixed !important;
	top: 0px !important;
	background-color: #0E83B9;
	box-shadow: 0 0 5px #888;
	margin-left:0;
	padding-left:106px;
}
.default_sticky_menu a{
	/*color: #375 !important;*/
}

#header h1 {
    background: url('/public/site/banner_background.jpg') center center no-repeat;
	background-size: cover;
    /*background-image: linear-gradient(to bottom right,#6FE4F8, #66b4dc);*/
	height:153px;
    padding-bottom: 43px;
	box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.1);
}

#content{
	overflow-y: auto;
}
#main h2, #content h3 { 
	font-weight: bold;
	font-style: italic;
	color: #66b4dc;
    font-size: 24px;
    padding-top: 10px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

#breadcrumb {
	margin-bottom: 10px;
}

#breadcrumb a, #sidebar a, #pageFooter a  {
	color: #66b4dc;
	text-decoration: none;
}

#breadcrumb a:hover, #sidebar a:hover, #pageFooter a:hover {
	background: transparent;
	border-top: 1px solid #66b4dc;
    border-bottom: 1px solid #66b4dc;
}

#content a:not(.submit-button) {
	color: #375;
	text-decoration: none;
}

#content a:not(.submit-button, .pm-article-title):hover {
	border-bottom: 1px solid #66b4dc;
	background: transparent;
}

.submit{
	text-align: center;
}

a.submit-button {
	color: #66b4dc; /*rgb(111, 228, 248);*/
	box-shadow: #66b4dc 0 0px 0px 2px inset; /*rgb(111, 228, 248)*/
	-webkit-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
	-moz-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
	-ms-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
	-o-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
	transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
	display: block;
	max-width: 140px;
	text-decoration: none;
	border-radius: 4px;
	padding: 7px 7px;
	font-weight: bold;
	font-size: 1.2em;
}

a.submit-button:hover {
	color: rgba(255, 255, 255, 0.85);
	box-shadow: #66b4dc 0 0px 0px 40px inset; /*rgb(111, 228, 248)*/
}

#announcementsHome h3 {
	float: left;
}

#content, table.announcements  {
    border-top: none;
}

#content td.headseparator, #content td.endseparator {
	border-top: 1px dotted #66b4dc;
}

/*#main h2 {
	border-color: #66b4dc #dbdbdb #dbdbdb;
    border-image: none;
    border-style: solid;
    border-width: 5px 1px 0;
    width: 100%;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	padding: 10px 10px 0 10px;
	margin-top: 15px;
}*/

#main hr, #pageFooter hr{
	border: 0; 
  	height: 2px; 
  	background-image: -webkit-linear-gradient(left, #f0f0f0, #66b4dc, #f0f0f0);
  	background-image: -moz-linear-gradient(left, #f0f0f0, #66b4dc, #f0f0f0);
  	background-image: -ms-linear-gradient(left, #f0f0f0, #66b4dcb, #f0f0f0);
  	background-image: -o-linear-gradient(left, #f0f0f0, #66b4dc, #f0f0f0); 
	margin-bottom: 20px;
}

#content {
    border-color: #66b4dc #dbdbdb #dbdbdb;
    border-image: none;
    border-style: solid;
    border-width: 5px 1px 1px;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
    border-radius: 7px;
    padding: 10px;
}

#journalDescription {
	/*border-color: transparent #dbdbdb #dbdbdb;*/
    /*border-style: solid;*/
    /*border-width: 0px 1px 1px;*/
    /*box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.1);*/
	/*border-bottom-left-radius: 7px;*/
	/*border-bottom-right-radius: 7px;*/
	padding: 15px 10px 10px 10px;
	/*margin-top: -60px;*/
}

#announcementsHome {
	/*border-color: #66b4dc #dbdbdb #dbdbdb;*/
    /*border-image: none;*/
    /*border-style: solid;*/
    /*border-width: 5px 1px 1px;*/
    /*box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);*/
	/*border-radius: 7px;*/
	padding: 0 10px 10px 10px;
}

#navbar {
	position: absolute;
	top:115px;
	padding-top:7px;
	left:0px;
    width: 100%;
    border-bottom: none;
    z-index: 1000;
    padding-left: 9%;
}

#navbar a {
    font-size: 0.65em;
    color: #FFFFFF;
    font-weight: bold;
}

#navbar a:hover {
    background: none;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
}

ul.menu {
    margin-bottom: 1px;
    padding-left: 10px;
}

*, *:before, *:after {
    box-sizing: border-box;
    margin: 0;
}

#rightSidebar, #leftSidebar {
	margin-top: 83px;
}

#sidebarUser, #sidebarNavigation, #sidebarFontSize, #sidebarKeywordCloud, #notification, #sidebarInformation, #sidebarWebFeed, .custom  {
    border-color: #66b4dc #dbdbdb #dbdbdb;
    border-image: none;
    border-style: solid;
    border-width: 5px 1px 1px;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
    border-radius: 7px;
    margin-bottom: 15px;
}

#keyword-text-whioce {
	margin-bottom: 15px;
}

#sidebar div.block {    
	padding: 0 10px 10px 10px;
}

div#sidebarFontSize.block {    
	padding-bottom: 20px;
}

span.blockTitle {
	border-bottom: 1px solid gray;
	color: #66b4dc;
	font-weight: bold;
	font-style: italic;
	text-transform: capitalize;
	margin-bottom: 10px;
	text-align: center;
}

input.textField, select.selectMenu {
	border-radius: 4px;
    border: 2px solid #66b4dc;
}

input.button {
 	border-radius: 5px;
    background-color: #66b4dc;
    color: #fff;
    font-size: 1em;
}

#sidebar input.button {
	width: 100%;
}

#sidebarUser input.button {
	margin-bottom: 10px;
}

#sidebarUser input.textField {
	width: 100%;
}

#sidebarFontSize #sizer{
	padding-bottom:10px;
}

#pageFooter{
	padding: 30px 30px 30px 30px;
}
/*#pageFooter {
	position: absolute;
	left: 0;
	background-image: linear-gradient(to bottom right, #66b4dc, #6FE4F8);
	height: 50px;
	width: 100%;
	box-shadow: 0px -4px 2px rgba(0, 0, 0, 0.1);
}
*/

/*#keyword-text-whioce a{
	font-size: 16px !important;
	border-bottom: 0px !important;
	text-decoration: underline !important;
	color:#000000 !important;
	/*font-weight: bold;*/
/*}

#keyword-text-whioce a:hover{
	border:0px !important;
	font-weight: bold !important;
	text-decoration: underline !important;
}*/

.article-box {
    margin-bottom: 30px!important;
}
.access-type {
    background-color: #4f5671;
    color: #fff;
    padding: 3px 5px;
    border-radius: 3px;
}
.article-type {
    background-color: #66b4dc;
    color: #fff;
    padding: 3px 5px;
    border-radius: 3px;
}
.article-title {
    font-size: 25px;
    display: inline-block;
    line-height: 30px;
    padding-top:15px;
    margin-bottom: 15px;
}
.article-title:hover {
	border: none!important;
}

/*Home Page Tabs*/
/* Style the tab */
div.tab {
    overflow: hidden;
    border: 1px solid #66b4dc;
    border-radius: 5px;
    background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
div.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
div.tab button:hover {
    background-color: #66b4dc;
    color: #fff;
}

/* Create an active/current tablink class */
div.tab button.active {
    background-color: #66b4dc;
    color: #fff;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    /*border: 1px solid #ccc;*/
    border-top: none;
}
/*End Home Page Tabs*/

iframe#additionalHomeContent_ifr {
	height: 250px!important;
}

#description_ifr {
	height: 250px!important;
}

#pageFooter {
	background: #373737;
	color: #fff;
}

/*Show-Hide List added by Justin on 1/7/2017*/
.sh-list { 
	list-style-type: none; 
	padding-left: 0px!important;
}
.sh-label{
	/*style later*/
}
.sh-label:hover{
	cursor: pointer;
	text-decoration: underline;
}
.sh-input { 
	display: none; 
}
.sh-input ~ div { 
	max-height: 0;
	max-width: 0;
	overflow: hidden;
	white-space:wrap;
   	text-align:justify;
}
.sh-input:checked ~ div {
	max-height: 100%;
	max-width: 100%;
}
/*End Show-Hide List*/

#headerTitle h1 {
	color: white;
	font-family: 'Roboto Slab', serif;
	font-weight: bold;
}
#headerTitle img{
	margin-right: 15px;
}

/*article listing start*/
.pm-article-box{
	padding: 1.1em;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;
	-moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;
    background-color: #fff!important;
    border-radius: 4px!important;
}
.tocSectionTitle {
	font-size: 1.3em;
}
.pm-article-title{
	text-decoration:none;
	font-weight: bold;
	font-size: 1.4em;
}
.pm-article-title:hover{
	font-style: normal;
	border-bottom: none;
	background: transparent;
}
.tocAuthors{
	font-size: 1em;
	padding-left: 0;
}
.pm-hr{
	border: 0;
    border-top: 1px solid #eee;
    margin: 8px 0 8px 0;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
.pm-article-view{
	text-align: right;
	color:#A0A2A3;
}
.pm-toc-btn{
	display: inline-block;
	border: 1px solid #5175C0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 1.2em;
	padding: 0.1rem 1rem;
	margin: 10px 5px 0 0;
  	background-color: transparent;
  	transition: all 0.3s ease-in-out;
  	-webkit-transition: all 0.3s ease-in-out;
  	-moz-transition: all 0.3s ease-in-out;
  	
}
.pm-toc-btn:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
.pm-toc-btn a:hover {
	font-style: normal;
}
.pm-toc-btn:first-child{
	margin-left: 0;
}
.tocArticleGalleysPages{
	padding: 8px 0 10px 0;
}
.issue_volume{
	color: #5175C0;
	font-weight: bold;
}
.pm-table-content{
	text-align: center;
    background-color: #B13B53;
    color: #fff;
    padding: 5px 0 5px 0 !important; 
	margin: 1em -5em !important;
	width:120%;
}
/*article listing end*/

/* new 20/6/2017 */
div.tocTitle a {
    font-family: Helvetica,Arial;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
    margin-top: 5px;
}
div.tocTitle a:hover {
	color: #66b4dc !important;
}
.titleLabel {
	display: inline-block;
    /*font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;*/
    font-weight: normal;
    line-height: 1;
    margin-bottom: auto;
    position: relative;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    background-color: #66b4dc;
    color: #fff;
    font-size: 11px;
    padding: 3px 6px;
	margin-top: 0px;
	border-radius: 2px;
}
div.collapseAbstract {
	/*border: 1px solid #000000;*/
	display: -webkit-box;
	line-height: 1.4;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	margin-bottom: 10px;
	height: 4em;
}
div.collapseAbstract > p {
	margin: 0px;
}
.tocButton {
	text-align: center;
    display: inline-block;
}
a.tocBigButton {
	color: #66b4dc !important; /*rgb(111, 228, 248);*/
	box-shadow: #66b4dc 0 0px 0px 1px inset; /*rgb(111, 228, 248)*/
	-webkit-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
	-moz-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
	-ms-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
	-o-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
	transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
    display: inline-block;
	border-radius: 4px;
	padding: 4px 7px;
	font-size: 1.2em;
}

a.tocBigButton:hover {
	color: rgba(255, 255, 255, 0.85) !important;
	box-shadow: #66b4dc 0 0px 0px 40px inset; /*rgb(111, 228, 248)*/
}
/* end new */


a:hover {
	background-color: transparent;
	cursor: pointer;
}


 


.nav__submenu{
	width: 100% !important;
	z-index:999 !important;
}
.nav__submenu-item a{

		text-align:center !important;
}

#nav a{
	text-transform:capitalize !important;
}
.book-right .email .images{
	width:11% !important;
	float:left;
}
.book-right .email .images .photo{
	width:100% !important;
	height:130px !important;
}
.book-right .email .conx{
	width:86% !important;
	float:left;
	padding-left:15px !important;
}
.conx .names h3{
	margin-top:0 !important;
	padding-top: 0 !important;
	font-weight:600 !important;
}

.contentss strong{
	font-weight:normal !important;
}
.info h2{
	font-size:22px !important;
}
.title h3 a{
	font-size:19px !important;
}
#navbar li:first-child{
	margin-left:0 !important;
}
.keywords p,.keywords span{
	font-size:16px !important;
	font-family:Verdana,Arial,Helvetica,sans-serif !important;
}
.email{
	overflow:hidden;
}

.keywords span p span{
	font-family:Verdana,Arial,Helvetica,sans-serif !important;
	font-size:16px !important;
}
.contentss p span{
		font-family:Verdana,Arial,Helvetica,sans-serif !important;
	font-size:16px !important;
}
.top_menu ul,.top_menu li{
	list-style:none;
	margin-top:0 !important;
	padding-top:0;
}
.top_menu li{
	float:right;
	margin-left:20px;
	line-height:35px;

}
.top_menu li a{
	color: #fff;
	font-size:.9em;
}

.title h3{
	font-family: 'Open Sans', sans-serif !important;
	font-size:1.6em !important;
	font-weight:bold !important;
	
}
.title h3 a{
	color:#000 !important;
	font-size:16px !important;
}
.keywords p{
	font-size: 16px;
}
.book-right a,.book-right span,.book-right b,.book-right p,.book-right strong{
	font-size: 16px !important;
	font-family:'Georgia,'Times New Roman',Times,serif' !important;
}
.book-right div{
margin-bottom:15px !important;
}
.b-text b{
	font-size: 20px !important;
	font-family:'Georgia,'Times New Roman',Times,serif' !important;
}
.book-right h3{
	font-size:18px !important;
}

.book-right h2{
	font-size:18px !important;
	font-weight:600 !important;
}
.keywords strong{
	font-weight:normal !important;
}
.book-title h1{
	font-size:19px !important;
}

.book-right .email .images{
	width:10% !important;
}

.book-right .email .conx{
	width:80% !important;
}
