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

h5 a:hover {
	color: #105883;
}

section.rotator {
	display: none;
}

ul#dropdown-inside {
        margin: 0px;
        list-style-type: none;
        padding: 0px 0px;
        background-color: #105883;
        -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;
    color: #292c3d;
    line-height: 25px;
    font-size: 14px;
}

ol {
	padding-left:25px;
}

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

input.button {
    padding: 0em 1em 0em 1em;
    line-height: 25px;
    margin: 2px 0px 0px 0px;
    position: relative;
    top: -2px;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    border: 0;
    letter-spacing: .9px;
    font-weight: 600;
    background: #0079c1; /* Old browsers */
    margin-top: 5px;
}

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

a.icon.button, a.authorArrow, .authorCheckbox:after {
    cursor: pointer;
    background: #0079c1; /* Old browsers */
}

a.icon.button:hover, a.authorArrow:hover, .authorCheckbox:after:hover {
        background: #105883;
}

.pkp_form .authorButton {
	border: 2px solid #1875a6;
}

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

div div.heading {
    background: #1875a7;
}

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: #ffffff;
    width: 100%;
    height: 100%;
}

a, a:visited, a:active, a:link {
    text-decoration: none;
    outline: 0 none;
    color: #0079c1;
    -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: #105883;
}

#header, #section, #sidebar, #aside, #nav, #article, #footer {display: block;}

h1, h2, h3, h4, h5, h1 a, h2 a, h3 a, h4 a, h5 a, #main h1, #main h2, #main h3, #main h4, #main h5 {
	font-weight: 600;
	color: #0079c1;
}

#container {
	min-height: calc(100vh - 85px);
}

#body {
    width: 100%;
    margin: 0 auto;
    position: relative;
    background: #ffffff;
}

#header {
	background: #ffffff;
	padding: 0px;
}

#headerWrap {
	padding-left: 0px;
	padding-right: 0px;
	background: linear-gradient(180deg, #1976a8, #105883 110px);
	border: 2px double #c7c7c7;
	border-radius: 5px;
	box-sizing: border-box;
	min-height: 135px;
}

#languageToggle {
	display: flex;
	justify-content: flex-end;
}

#languageToggle div.active {
	background-color: #105883;
}

#headerTitle {
	font-size: 22px;
	color: #ffffff;
}

.navbar {
	max-width: 1440px;
	margin: 0 auto;
  text-align: center;
  border-bottom: none;
  background-color: #fff;
  color: #0079c1;
  font-weight: 600;
  letter-spacing: 1px;
  bottom: 0px;
  background: linear-gradient(0deg, #d5d5d5, white);
  border-radius: 0px 0px 3px 3px;
}

.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;
}

.navbar a {
  padding: 7px 30px;
  font-size: 16px;
  text-transform: uppercase;
  color: #0079c1;
  text-decoration: none;
  background: none;
  position: relative;
  top: 0px;
  letter-spacing: 1px;
  line-height: 19px;
  font-weight: 600;
}

@media (max-width: 1199px) {
    .navbar a {
        line-height: 31px;
    }
}

.navbar a span {
    color: #0079c1;
}

.navbar a:hover {
    color: white;
    background: linear-gradient(0deg, #1976a8, #105883);
}

nav ul li a, nav ul li a:visited {
    color: #0079c1;
}

.navbar a:hover span {
    color: white;
}

.navbar ul li.sep {
  display: none;
}

.navbar ul li ul {
    margin-top: 0px !important;
    opacity: 1;
    -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);
    border-radius: 2px;
}

.navbar ul li ul li {
	color: white;
	background: #1875a7;
}

.navbar ul li ul li a {
	color: #1875a7;
}

.navbar ul li ul li a:hover {
    background: #105883;
    color: #fff;
}

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

#content {
	padding: 10px 0px;
	border: none;
}

#content h5 {
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	padding-top: 0px;
	color: #292C3D;
    padding-top: 0px;
	font-size: 14px;
}

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

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

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

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

#sidebar {
	margin-top: 10px;
}

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

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

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: #1874a6 !important;
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 600;
}

table.info td.heading {
  background: #1874a6 !important;
  color: #ffffff !important;
  font-size: 16px !important;
  padding: 0.5em;
  font-weight: 600;
}

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

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


table.listing tr.heading td {
 color: #ffffff;
 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: 14px;
}
section.rotator #rotatorBlock .txt a.more {
    display: block;
    width: 125px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    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.similarJournals {
	display: block;
	padding: 0px;
	margin-top: -20px;
}

section.similarJournals dl.even {
}

section.similarJournals dl {
    width: 100%;
    overflow: hidden;
    height: unset;
    margin-bottom: 10px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    background: #ffffff; /* 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 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 {
    color: #0079c1;
	font-size: 14px;
    text-decoration: none;
	background: none !important;
}
section.similarJournals dl dd ul li a:hover {
    color:#105883;
}

#journalDescription {
	overflow: auto;
}

#homepageImage img{
  float: left;
  margin-right: 20px;
  border: 1px solid #989898;
}

#main h2 {
  margin: 0px 0px 10px 0px;
  font-size: 20px;
  font-weight: bold;
  padding-top: 0px;
  text-align: left;
  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%;
}

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;
}
table.spec tr.dark {
	background-color: rgb(248, 248, 248);
}
table.spec tr.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: #105883;
    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 {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    padding-right: 5px;
    margin-right: 15px;
    line-height: 30px;
}
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 .preview {
  width: 170px;
  float: left;
}

.topBlock .rightBlock .downloadPDF #topBar {
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
}

#content .topBlock {
  position: relative;
  display: table;
  width: 100%;
}

.topBlock .preview img {
  border: 1px solid #989898;
  width: 150px;
  height: 225px;
}

.topBlock .titleAuthors ul {
	margin: 10px 0 10px 20px;
}

.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: #105883;
}

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

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

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: 0px 5px;
    display: block;
    color: #0079c1;
    font-weight: 600;
    text-decoration: none;
    background: none;
    position: relative;
    font-size: 16px;
}
ul.steplist li a:hover {
    background: none;
    color: #105883;
}
ul.steplist li a:hover .right {
    background: none;
    color: #105883;
}

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

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

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

#rightSidebar {
	width: 250px;
	padding: 0;
	font-size: 100%;
	height: 100%;
	margin-right: 0;
	margin-left: 0;
}

#leftSidebar {
    float: left;
    width: 250px;
    padding: 0;
    font-size: 100%;
    height: 100%;
    margin-left: 0;
    margin-right: 25px;
    display: inline;
    overflow: hidden;
}

#sidebar div.block {
	margin: 0px auto 10px auto;
	background: #ffffff; /* Old browsers */
	border: 0px solid #aaaaaa;
	padding: 10px;
}

#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: white;
	background: #1875a7;
    font-size: 18px;
    text-transform: none;
    margin: 0px;
    padding: 5px 10px;
    line-height: 20px;
    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"] {
    display: block;
    width: 100px;
    line-height: 25px;
    margin-top: 5px;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    float: right;
    border: 0;
    letter-spacing: .9px;
    font-weight: 600;
    background: #0079c1; /* Old browsers */
}

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

#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: #105883 !important;
	text-decoration: none;
}

footer {
	width: 100%;
	max-width: 1440px;
	margin: 0px auto 0 auto;
	color: white !important;
	background: #1875a6;
	padding-bottom: 30px;
	min-height: 60px;
}

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

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

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


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

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

footer .footerTop {
    background: none;
    text-align: center;
    margin: 0 auto;
}

footer .underFooter {
    background: none;
    text-align: center;
    height: 60px;
    margin: 0 auto;
}

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

footer .underFooter a {
    color: white !important;
    font-size: 14px;
}

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

footer .underFooter .central {
    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;
}

div.central {
    height: 100%;
    margin: 0 auto;
    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;
}

#headerIssn {
	color: #ffffff;
	text-shadow: none;
	font-size: 16px;
	font-weight: bold;
}

#siteLogo img {
	margin-top: -20px;
	margin-left: 20px;
}

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;
		font-size: 18px;
}

#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: #105883;
}

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

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

div span.heading {
	background: #1875a6;
}

#cookieInformer div h2 {
	color: #c3e4f9 !important;
}

#cookieInformer {
	background: #1875a6b0;
	border: #1875a6 5px solid;
}
