body {
        background: white;
}

footer .underFooter {
        background: none;
}

footer .underFooter .central {
        display: grid;
        grid-template-columns: 1fr 1fr max-content;
        grid-gap: 10px;
}

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

html, body, div, span, object, iframe, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, sub, sup, var, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	font-family: 'Open Sans';
	font-weight: 600;
}

@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

h1, h2, h3, h4, h5 {
	font-family: 'Ubuntu' !important;
}

h5 a, h5 a:visited, h5 a:active, h5 a:link {
	font-weight: 600;
	text-decoration: none;
}

h5 a:hover {
	color: #ee2a24;
}

.heading h1, .heading h2, .heading h3, .heading h4, .heading h5, h1, h2, h3, h4, h5 {
	font-weight: 600 !important;
	color: black !important;
}

section.rotator {
	display: none;
}

ul#dropdown-inside {
        margin: 0px;
        list-style-type: none;
        padding: 0px 0px;
        background-color: #43B44A;
        -webkit-box-shadow: 0 0 7px 0 rgba(0,0,0,0.6);
        box-shadow: 0 0 7px 0 rgba(0,0,0,0.6);
}

#main ul{
	position:relative;
	left: 20px;
	margin-right: 20px;
}

#content ul{
	left: 15px;
	padding-bottom: 5px;
}

#content ul li{
	list-style-image: url('../../img/style/menu_item.png');
}

#tabs ul li {
	list-style-image: none;
	padding-bottom: 0px !important;
}

#tabs ul li a{
        vertical-align: middle;
}

#tabs ul li a img {
	vertical-align: middle;
	padding-right: 3px;
	padding-bottom: 3px;
}

#articleCitations ul li {
        list-style-image: url('../../img/style/menu_item.png');
}

input.textField, select.selectMenu, textarea.textArea {
	background-color: white;
        font-size: 14px;
/*        width: 85%; */
        margin-right: 10px;
	padding: 4px 5px;
}

input.uploadField {
	background-color: white;
	font-size: 14px;
	margin-right: 10px;
}

textarea.textArea {
	padding: 5px;
}

input.textField, select.selectMenu, input.uploadField {
/*        height: 26px; */
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 10px 0px 5px 0px;
    background: none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
    line-height: 25px;
    font-size: 14px;
}

ol {
	padding-left:25px;
}

table.data td.label {
  width: 20%;
}

input.defaultButton {
  background-color: #375;
  font-weight: normal;
}

input.button {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    border: 0;
    background: #0079c1; /* Old browsers */
	padding: 5px;
}

input.button:hover {
	background: #ee2a24;
}

a.icon.button {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    border: 0;
    background: #0079c1; /* Old browsers */
	padding: 5px;
	margin: 5px 0px;
}

a.icon.button:hover {
        background: #ee2a24;
}

a.icon img {
  border: 0;
  top: 6px;
  position: relative;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField, input[type="checkbox"] {
  background: white;
  border: 1px solid #092c51;
}

input.uploadField {
	position: relative;
	top: -2px;
}

.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
html, body {
    background: #f7f7f7;
    width: 100%;
    height: 100%;
}

a, a:visited, a:active, a:link {
    text-decoration: none;
    outline: 0 none;
    -moz-transition: color 0.2s 0.02s ease;
     -o-transition: color 0.2s 0.02s ease;
     -webkit-transition: color 0.2s 0.02s ease;
}

a:hover {
    background: none;
    color: #ee2a24;
}

h1,h2,h3,h4,h5 {
    margin: 10px 0px 5px 0px;
}

#body {
    max-width: 1890px;
    background: #f7f7f7;
}
#header {
	background: #fff;
}

#headerWrap {
	max-width: 1890px;
	width: 95%;
	margin: 0 auto;
	grid-template-columns: 0px 1fr 0px max-content;
}

#languageToggle {
	grid-column-start: 4;
	margin: unset;
	justify-content: flex-end;
}

#navbar {
  margin-top: 5px;
  text-align: center;
  border-bottom: none;
  background-color: #fff;
  height: 40px;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: 1px;
  bottom: 0px;
}

#navbar ul {
  padding: 0;
  padding-top: 0px;
  text-align: center;
  margin-right: 0px;
  left: 0px;
}

#navbar ul li {
  display: -moz-inline-stack;
  zoom: 1;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: left;
  height: 40px;
}

#navbar a {
  padding: 10px 30px;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  background: none;
  position: relative;
  top: 0px;
  letter-spacing: 1px;
  line-height: 40px;
  font-weight: 600;
}

#navbar a:hover {
    color: #ee2a24;
    background-color: #fff;
}

nav ul li.sep {
  display: none;
}

#navbar ul li ul {
    margin-top: 0px !important;
    opacity: .95;
    border: 1px solid #e7e8e9;
    -webkit-box-shadow: 0 5px 15px 0 rgba(40, 44, 60, .1);
    -moz-box-shadow: 0 5px 15px 0 rgba(40, 44, 60, .1);
    box-shadow: 0 5px 15px 0 rgba(40, 44, 60, .1);
    width: 270px;
    border-radius: 2px;
}

#navbar ul li ul li {
	background-color: #fff;
	list-style: none;
}

#navbar ul li ul li a:hover {
	background-color: #1ff743;
}

#navbar ul li ul li {
    width: 100%;
}

#navbar ul li ul li a {
    top: 0px;
    padding: 0px 15px;
    font-size: 14px;
    text-transform: none;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0;
    text-transform: none;
    padding: 10px 15px 10px 28px;
    background: none;
}

#content {
	margin-top: 0px;
}

#content h5 {
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	padding-top: 0px;
	text-align: left;
        padding-top: 0px;
	font-size: 14px;
}

#breadcrumb {
  padding-top: 5px;
  font-size: 12px;
  color: #90939e;
}

#breadcrumb a {
  color: #010101;
  text-decoration: none;
}

#breadcrumb a:hover {
	color: #ee2a24;
}

#main {
	margin-left: 0;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0px 25px 0px 0px;
	float: none;	
	width: auto;
}

#main p {
	padding-bottom: 5px;
}

table.listing {
  margin-top: 10px;
  border: 0 none;
  background-color: #ffffff;
  border-collapse: separate;
  border-spacing: 2px;
  width: 100%;
}

table.listing tr.data td {
 border-top: 0 none;
 border-bottom: 0 none;
}

table.listing td {
  padding: 7px 5px;
  text-align: left;
  vertical-align: middle;
  font-size: 14px !important;
}

table.listing tr.heading {
  background: #fff !important;
  color: #212748 !important;
  font-size: 16px !important;
  font-weight: 600;
}

table.info td.heading {
  font-size: 16px !important;
  padding: 0.5em;
  font-weight: 600;
}

.dropdown {
	background: #fff;
}

section.navbar {
	background: #fff;
}

table.listing tr.heading a, table.listing tr.heading td a {
 font-weight: 600;
}

table.listing tr.heading a: hover, table.listing tr.heading td a:hover {
 color: #ee2a24;
}


table.listing tr.heading td {
 color: #212748;
 font-weight: 600;
}

table.listing td.dark {
        background-color: rgb(248, 248, 248);
}
table.listing td.light {
        background-color: rgb(255, 255, 255);
}

table.listing tr.dark td{
        background-color: rgb(248, 248, 248);
}
table.listing tr.light td {
        background-color: rgb(255, 255, 255);
}

table.listing .action a {
  background: url('../../img/style/menu_item.gif') 15px center no-repeat;
  padding: 5px 5px 5px 30px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
}

table.info {
  margin-top: 10px;
  background-color: #ffffff;
  border-collapse: separate;
  border-spacing: 2px;
  width: 100%;
}

table.info td {
  padding: 7px 5px;
  text-align: left;
  vertical-align: middle;
  font-size: 14px;
}

table.info td.dark {
        background-color: rgb(248, 248, 248);
}
table.info td.light {
        background-color: rgb(255, 255, 255);
}

table.info .action a {
  background: url('../../img/style/menu_item.gif') 15px center no-repeat;
  padding: 5px 5px 5px 30px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
}

section.rotator {
    background: url(../../lib/pkp/templates/images/icons/endojournals/banner_top_bg.jpg) left top repeat;
    -webkit-box-shadow: 0 0 7px 0 rgba(0,0,0,0.6);
    box-shadow: 0 0 7px 0 rgba(0,0,0,0.6);
    height: 250px;
    overflow: hidden;
    position: relative;
    margin: 12px 7px 0px 7px;
}
section.rotator #rotatorBlock > div {
    width: 100% !important;
}
section.rotator #rotatorBlock > div:after {
    content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;
}
section.rotator #rotatorBlock {
    height: 100%;
}
section.rotator #rotatorBlock img.thumb {
    width: 115px;
    height: 164px;
    display: block;
    float: left;
    margin: 20px 10px 20px 80px;
}
section.rotator #rotatorBlock .txt {
    padding: 20px 80px 20px 0;
    position: relative;
}
section.rotator #rotatorBlock .txt h3 {
    text-transform: uppercase;
    padding: 0;
}
section.rotator #rotatorBlock .txt p {
    padding: 0;
    margin: 10px;
    font-size: 14px;
    display: block;
    height: 95px;
    overflow: hidden;
}
section.rotator #rotatorBlock .txt ul {
    display: block;
    padding: 0 0 0 205px;
    margin: 0;
    list-style: none;
}
section.rotator #rotatorBlock .txt ul li {
    background: url(../../lib/pkp/templates/images/icons/endojournals/menu_item.png) left 5px no-repeat;
    margin: 3px 0;
    padding: 0 0 0 10px;
    list-style: none;
}
section.rotator #rotatorBlock .txt p ul li a {
    font-size: 15px;
}
section.rotator #rotatorBlock .txt a.more {
    display: block;
    width: 125px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    right: 90px;
    bottom: 30px;
    text-decoration: none;
    border: 0;
    background: #096eda; /* Old browsers */
    background: -moz-linear-gradient(top, #096eda 0%, #047aff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#096eda), color-stop(100%,#047aff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #096eda 0%,#047aff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #096eda 0%,#047aff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #096eda 0%,#047aff 100%); /* IE10+ */
    background: linear-gradient(to bottom, #096eda 0%,#047aff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#096eda', endColorstr='#047aff',GradientType=0 ); /* IE6-9 */
}
section.rotator #rotatorNav {
    width: 645px;
    height: 139px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -320px;
    z-index: 2;
    text-align: center;
    background: url(../../lib/pkp/templates/images/icons/endojournals/ban_top_pager_bg.png) bottom center no-repeat;
}
section.rotator #rotatorNav .wrap {
    width: 100%;
    height: 40px;
    position: absolute;
    z-index: 3;
    text-align: center;
    left: 0;
    bottom: 10px;
}
section.rotator #rotatorNav a {
    display: block;
    width: 37px;
    height: 40px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 0 5px;
    border: 1px solid #6f6f6f;
}

section.rotator #rotatorNav a img {
    width: 100%;
    height: 100%;
}
section.rotator #rotatorNavLeft, section.rotator #rotatorNavRight {
    width: 41px;
    height: 40px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    background-image: url(../../lib/pkp/templates/images/icons/endojournals/banner_rows_for_js.png);
    z-index: 999;
    cursor: pointer;
}

section.rotator #rotatorNavLeft {
    left: 20px;
    background-position: left top;
}
section.rotator #rotatorNavRight {
    right: 20px;
    background-position: right top;
}

section.similarJournals {
	display: block;
	padding: 7px;
	margin-top: -20px;
}

section.similarJournals dl.even {
}

section.similarJournals dl {
    width: 100%;
    overflow: hidden;
    height: unset;
	min-height: 250px;
    margin-bottom: 10px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    background: #fdfdfd; /* Old browsers */
    border: solid 1px #ccc;
    border-top: solid 3px #0079c1;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
section.similarJournals dl:after {
    content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;
}

section.similarJournals dl dt {
    display: block;
    width: 170px;
    height: 210px;
    float: left;
    padding: 20px;
}

section.similarJournals dl dt a {
	width: 170px;
    height: 210px;
    display: block;
}

section.similarJournals dl dt a img {
    width: auto;
    height: 100%;
    margin: auto;
	display: block;
}

section.similarJournals dl dd {
    padding: 20px;
}
section.similarJournals dl dd div.info {
    margin:4px 0;
    display: block;
    overflow: hidden;
	max-height: unset;
}
section.similarJournals dl dd ul {
    list-style: none;
    margin: 0;
    padding: 0;
	padding-left: 180px !important;
}
section.similarJournals dl dd ul li {
    margin: 1px 0;
    list-style: none !important;
	padding-left: 0px;
}
section.similarJournals dl dd ul li a {
	font-size: 14px;
    text-decoration: none;
	background: none !important;
}
section.similarJournals dl dd ul li a:hover {
    color:#ee2a24;
}

#journalDescription {
	overflow: auto;
}

#main h2 {
  margin: 0px 0px 10px 0px;
  font-size: 20px;
  font-weight: bold;
  padding-top: 0px;
  line-height: 1.33;
}

#announcementsHome {
	margin: 0px;
	padding-top: 20px;
}

table.announcements a {
  font-size: 14px;
  font-weight: bold;
}

table.announcementsMore a {
  font-size: 14px;
  font-weight: bold;
}

#main h3 {
  margin: 0px 0px 10px 0px;
  font-size: 18px;
  font-weight: bold;
  padding-top: 0px;
  text-align: left;
  line-height: 30px;
}

#main h4 {
  margin: 10px 0px 10px 0px;
  font-size: 16px;
  font-weight: bold;
  padding-top: 0px;
  text-align: left;
  line-height: 25px;
}

div.separator {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 1px;
  border-bottom: 0px none;
  font-size: 0px;
  line-height: 0px;
  background-color: #0079c1;
}

hr {
  color: #0079c1;
  height:1px;
  background-color: #0079c1;
  border:0px none;
}


table.announcements td.endseparator {
  border-top: 1px solid #0079c1;
  font-size: 0.25em;
  line-height: 10%;
}

table.announcements td.headseparator {
  border-top: 1px solid #0079c1;
  font-size: 0.25em;
  line-height: 10%;
}

table.spec.arhiveItem td.one {
    text-align: left;
}
table.spec.arhiveItem td.int.one, .contents table.spec td.int.two {
    text-align: center;
}
table.spec.arhiveItem td.two {
    text-align: center;
    white-space: nowrap;
}
table.spec.arhiveItem td.three {
    text-align: center;
}
table.spec.arhiveItem td.two a {
    width: 43px;
    height: 58px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    text-align: center;
    white-space: nowrap;
    margin: 4px;
    position: relative;
	font-size: 14px;
}

table.spec {
    background-color: #ffffff;
    border-collapse: separate;
    border-spacing: 2px;
    width: 100%;
}

div.issueArticlesInformation div.heading {
    background: none !important;
    font-weight: 600;
    font-size: 16px;
}

div.issueArticlesInformation div.heading {
    color: #212748 !important;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}

table.spec tr.head_row {
	background: none !important;
	font-weight: 600;
	font-size: 16px;
}

table.spec tr.head_row td {
    color: #212748 !important;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}

table.spec tr.head_row td a, table.spec tr.head_row td span {
    color: #212748;
}
table.spec tr.head_row td a {
    text-transform: lowercase;
}
.dark {
	background-color: rgb(248, 248, 248);
}
.light {
        background-color: rgb(255, 255, 255);
}
table.spec td {
    padding: 7px 5px;
    text-align: left;
    vertical-align: middle;
    font-size: 14px;
}
table.spec td.two {
	max-width: 20%;
	min-width: 100px;
}
table.spec td a {
    font-size: 14px;
    color: #0079c1;
    text-decoration: none;
}
table.spec td a:hover {
    color: #ee2a24;
    text-decoration: none;
}
table.spec td.justify {
    text-align: left;
}
table.spec td .total {
    color: #c84701;
    font-weight: bold;
}
table.spec td .authors {
    color: #000;
    font-style: italic;
    margin-top: 4px;
    font-size: 14px;
}
table.spec td .pages {
    color: #555;
    margin-top: 4px;
	font-size: 14px;
}

table.spec td .pages b {
	font-size: 14px;
}

table.spec.arhiveList td.one {
    text-align: center;
    width: 15%;
    font-weight: bold;
}
table.spec.arhiveList td.two {
    text-align: left;
    width: 85%;
}
table.spec.arhiveList td.int.two {
    text-align: center;
}

table.spec.arhiveList td.two a:hover, .contents table.spec.arhiveList .action a:hover {
    background-color: unset;
}
table.spec.arhiveList .action {
    text-align: right;
}
table.spec.arhiveList .action a {
    background: url('../../img/style/menu_item.gif') 15px center no-repeat;
    padding: 5px 5px 5px 30px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
table.spec.arhiveList .zero td {
    padding: 0;
    font-size: 0;
}

.topBlock .titleAuthors ul li {
  margin: 8px 0;
  list-style: none;
}

#tabs .ui-tabs-nav {
	left: 0px;
	 margin-right: 0px;
	padding-bottom: 0px;
}

#tabs.interface > ul li i {
    display: block;
    width: 27px;
    height: 17px;
    float: left;
    background-image: url('../../img/style//flags.jpg');
    background-repeat: no-repeat;
    margin-right: 5px;

}
#tabs.interface > ul li i.rus {
    background-position: left center;
}
#tabs.interface > ul li i.eng {
    background-position: right center;
}
.newInterfaceStep3 .instruct {
    font-size: 13px;
    color: #555;
}
.newInterfaceStep3 .textField {
    width: 100%;
    padding: 7px;
}
.newInterfaceStep3 .textArea {
    width: 100%;
    padding: 7px;
}
.newInterfaceStep3 .selectMenu {
    width: 100%;
    padding: 7px;
}
.newInterfaceStep3 .data td {
    vertical-align: top;
    padding: 10px;
}
.newInterfaceStep3 .data td.label {
    font-weight: bold;
    padding-top: 17px;
    padding-left: 0;
}
.newInterfaceStep3 p .button, .newInterfaceStep4 p .button {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: auto;
    height: 35px;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    border: 0;
    background: #0079c1;
}
.newInterfaceStep3 .button.defaultButton, .newInterfaceStep4 .button.defaultButton {
    background: #096eda; 
    width: 250px;
}
.newInterfaceStep4 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.newInterfaceStep4 ul li {
    list-style-image: url('../../img/style/menu_item.png');
    padding-left: 15px;
}

ul.steplist {
    margin: 10px 0;
    left: 0px !important;
    padding: 0px;
    padding-left: 0px;
    list-style: none;
}
ul.steplist li {
    text-transform: none;
    margin: 0;
    padding: 0 !important;
    list-style: none;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    background: none !important;
    position: relative;
}

li.current a {
    color: #ee2a24;
}

ul.menu a {
   font-size: 1em;
   font-weight: 600;
}

ul.menu {
   min-height: 40px;
}

ul.steplist li.current a {
    color: #ee2a24;
}

ul.steplist li.current a, ul.steplist li span {
    background: none;
}
ul.steplist li .left, ul.steplist li .right {
    display: block;
    width: 10px;
    height: 33px;
    background: none;
    position: absolute;
    top: 0;
}
ul.steplist li .left {
    background: none;
    left: 0;
    display: none;
}
ul.steplist li .right {
    background: none;
    background-color: #fff;
    right: 0;
    display: none;
}
ul.steplist li.current .right {
    background-position: left top;
}
ul.steplist li a, ul.steplist li span {
    padding: 10px 5px;
    display: block;
    font-weight: 600;
    text-decoration: none;
    background: none;
    position: relative;
    font-size: 16px;
}
ul.steplist li a:hover {
    background: none;
    color: #ee2a24;
}
ul.steplist li a:hover .right {
    background: none;
    color: #ee2a24;
}

#inlinePdfResizer {
   width: auto;
   height: 610px;
}

#pdfObject {
	width: 100%;
	height: 100%
}

#inlinePdf {
  width: 99%;
  height: 600px;
}

#sidebar div.block {
	background: #fdfdfd; /* Old browsers */
	border: 0px solid #aaaaaa;
	padding: 10px;
	margin-bottom: 25px;
}

#sidebar div.block.custom {
        margin: 10px auto;
        background: #fff;
        border: 0px solid #aaaaaa;
	padding: 0px;
	margin-bottom: 25px;
}

#sidebar div.block table {
	width: 100%;
	padding: 0px;
}
#sidebar div.block span.blockTitle {
    color: #212748;
    background: none;
    font-size: 18px;
    text-transform: none;
    margin: 0px;
    padding: 10px 10px 0px 10px;
    line-height: 26px;
    font-weight: 600;
    position: relative;
    top: -10px;
    left: -10px;
    width: 230px;
}

#sidebar div.block input {
   display: block;
   border: 1px solid #092c51;
/*   margin-bottom: 5px; */
   padding: 4px 0px 4px 5px;
   color: #000;
   width: 97%;
}
#sidebar div.block select {
   display: block;
   border: 1px solid #092c51;
   margin-bottom: 5px;
   padding: 4px 0px 4px 0px;
   color: #000;
   width: 100%;
}
#sidebar div.block input#remember {
    display: inline;
    padding: 0;
    width: auto;
}
#sidebar div.block input#remember, #sidebar div.block label {
    line-height: 20px;
    cursor: pointer;
    color: #084aa4;
    font-size: 13px;
}

#sidebar div.block input[type="submit"] {
    background: #0079c1; /* Old browsers */
}

#sidebar div.block input[type="submit"]:hover {
        background: #ee2a24;
}

#sidebar div.block ul {
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
  display: block;
  padding-left: 20px;
}

#authorBio {
	width: 90%;
}

#sidebar div.block ul li {
  margin: 3px 0;
  list-style-image: url(../../img/style/menu_item.png);
}

#sidebar div.block a {
  color: #0079c1 !important;
  font-size: 14px;
  text-decoration: none;
}

#sidebarUser a {
	font-size: 14px !important;
}

#sidebar div.block a:hover {
	color: #ee2a24 !important;
	text-decoration: none;
}

footer {
	width: 100%;
	margin: 30px auto 0 auto;
}

footer a {
	color: #fff !important;
	font-size: 14px;
}

footer p, footer .underFooter p {
        color: black !important;
        font-size: 14px;
}

footer p strong {
        color: #81afd4 !important;
        font-size: 14px;
}

footer .footerTop p strong, footer .footerTop a {
	color: black !important;
}


footer:before {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}

footer .separator {
    height: 12px;
    margin-bottom: 0px;
    background: none;
}

footer, footer .footerTop, footer .underFooter {
    background: none;
    text-align: center;
	max-width: 1890px;
    margin: 0 auto;
}

footer a, footer .underFooter a {
    color: #0079c1 !important;
    font-size: 14px;
}

footer .footerTop .central {
    max-width: 1890px;
    width: 95%;
    margin: 0 auto;
    height: 100%;
    line-height: 20px;
    padding: 10px 0px 0px 10px;
    text-align: center;
}

footer .underFooter .central {
    max-width: 1890px;
    margin: 0 auto;
    height: 100%;
    line-height: 20px;
    padding: 0px 0px 0px 10px;
    text-align: center;
    width: 95%;
}

ul.menu li:hover .dropdown-inside {
	display: block;
	left: 0 !important;
}

ul.menu li ul li {
        text-align: left !important;
	height: auto !important;
}

ul.menu li ul li a {
	text-align: left !important;
	padding-top: 7px !important;
	padding-bottom: 7px !important;
	display: block;
}

#citationEditorMainTabs ul {
        margin-right: 400px;
}

#citationImprovement ul {
	left: 0px;
	margin-right: 0px;
}

#citationEditor div ul li {
        list-style-image: none;
}

#fullScreenButton {
	z-index: 100;
}

#citationGridContainer div div.scrollable {
	height: 515px;
}

#container::after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

#header #sidebarUser {
    height: auto;
    position: absolute;
    top: 0px;
    left: 10px;
    width: 230px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding-top: 15px;
}

#header #sidebarUser a {
	font-size: 15px;
	color: white;
	font-weight: normal;
}

div.central {
    height: 100%;
    margin: 0 auto;
    max-width: 1880px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}
#sidebarUser .textField {
    border: 1px solid #00244b;
    box-sizing: border-box;
    display: block;
    margin-bottom: 5px;
    padding: 3px 8px;
    width: 100%;
}

#sidebarUser .loginFormRight {
    float: right;
    text-align: right;
    width: 150px;
}
#sidebarUser .loginFormRight label {
    font-size: 11px;
    color: #fff;
    cursor: pointer;
}
#sidebarUser .loginFormRight a {
    color: #00ffae;
    font-size: 11px;
    text-decoration: underline;
}

#sidebarUser .logged {
        color: white;
}

#sidebarUser .logged strong {
        color: white;
        font-size: 16px;
}

#sidebarUser .logged a {
        color: #00ffae;
}

#sidebarUser .logged ul {
        list-style: none;
}

#headerLogo table tr td img {
	max-width: 60px;
	height: auto;
}

#headerIssn span {
	color: #9a8479;
	text-shadow: none;
}

blockquote {
	padding-left: 2em;
	padding-right: 2em;
}

div.info p, div.info span, div.info div span, div.info strong, div.info div strong {
        padding-bottom: 0px !important;
        font-size: 12px;
}

div.info h5 {
        margin: 0px !important;
}

#sidebar div#retractedArticlesBlock, #sidebar div#prePrintsBlock {
padding-bottom: 0px;
background: none;
}

#sidebar div#retractedArticlesBlock span.blockTitle a {
        text-decoration: none;
        color: white !important;
        font-size: 18px
}

#sidebar div#prePrintsBlock span.blockTitle a {
        text-decoration: none;
        color: white !important;
        font-size: 18px
}

#sidebar div#prePrintsBlock span.blockTitle, #sidebar div#retractedArticlesBlock span.blockTitle {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    line-height: 36px;
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    border: 0;
    letter-spacing: .9px;
    font-weight: 600;
    background: #0079c1; /* Old browsers */
    margin-top: 5px;
}

#sidebar div#prePrintsBlock span.blockTitle:hover, #sidebar div#retractedArticlesBlock span.blockTitle:hover {
        background: #ee2a24;
}

a.file table tbody tr td {
	color: #0079c1;
}

a.file table tbody tr td:hover {
	color: #ee2a24 !important;
}

#headerTitle {
	grid-column-start: 2;
	grid-column-end: 3;
	display: flex;
	justify-content: flex-start;
	margin: unset;
}

#headerTitle img {
	width: 100%;
}

footer .footerTop .central {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 50px;
}

#content table.announcements tr.details td {
	border-bottom: 1px solid #cccccc;
}

@media (max-width: 1199px) {
	#headerWrap {
                grid-template-columns: 1fr;
        }

	#headerTitle {
		grid-column-start: 1;
		grid-column-end: 2;
	}

	footer .footerTop .central, footer .underFooter .central {
		grid-template-columns: 1fr;
		grid-gap: 5px;
	}

	#languageToggle {
		grid-column-start: 1;
                grid-column-end: 2;
        }
}
