@charset "UTF-8";
/* Host Settings
----------------
- vars, functions, mixins */
/*LAYOUT: Main
===================================
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨*/
html {
  font-size: 14px;
  overflow-x: hidden;
  height: 100%; }

html, body {
  font-family: "Open Sans", sans-serif;
  line-height: 22px; }

body {
  position: relative;
  min-height: 100vh; }

h1, h2, h3, h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600; }
  h1.required, h2.required, h3.required, h4.required {
    color: darkred; }

h1 {
  margin-bottom: 20px;
  font-size: 20px;
  font-size: 1.42857rem; }
  h1#journal-name {
    font-size: 23px;
    font-size: 1.64286rem;
    font-family: "Noto Serif", serif;
    color: #333;
    font-weight: Bold; }
  h1.admin-header {
    margin-bottom: 0;
    color: #333;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
    padding-bottom: 5px; }

h2, h3 {
  font-size: 16px;
  font-size: 1.14286rem; }

h3 {
  font-weight: normal; }

h4 {
  font-size: 13px;
  font-size: 0.92857rem;
  color: #979797;
  text-transform: uppercase; }

p {
  font-size: 16px;
  font-size: 1.14286rem;
  font-family: "Open Sans", sans-serif;
  color: #333;
  font-weight: normal; }

.button.free {
  width: 80%;
  margin-left: 0;
  line-height: 20px;
  border-color: #6e9610;
  background: #9bc127; }
  .button.free:hover {
    background: #abd135; }

#bigScreen-go-top {
  display: none;
  position: fixed;
  outline: 0;
  right: 2px;
  top: -1px;
  padding: 20px 4px;
  font-size: 33px;
  font-size: 2.35714rem;
  color: #ccc;
  border-radius: 30px;
  background: none;
  z-index: 10000000000000000000; }
  #bigScreen-go-top i {
    display: block;
    height: 0;
    margin: 0;
    padding: 0;
    line-height: 3px; }

#site-content.bottom-off {
  margin-bottom: 0;
  padding-bottom: 0; }

#site-footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  background: #333333;
  z-index: 0;
  z-index: 1; }
  #site-footer #institutional {
    width: 100%;
    height: 72px;
    font-size: 12px;
    font-size: 0.85714rem;
    font-family: "Lato", sans-serif;
    color: #797C8F;
    background: #333; }
    #site-footer #institutional .logo, #site-footer #institutional .smallprints {
      float: left; }
    #site-footer #institutional .smallprints {
      position: absolute;
      bottom: 23px;
      left: 240px;
      color: #6D6E70;
      line-height: 20px;
      font-weight: bold; }
    #site-footer #institutional .logo {
      padding: 12px 10px; }
    #site-footer #institutional .links {
      float: right;
      text-align: right;
      margin-top: 26px; }
      #site-footer #institutional .links a {
        margin-left: 15px;
        font-size: 13px;
        font-size: 0.92857rem;
        color: #6D6E70;
        font-weight: bold; }
        #site-footer #institutional .links a:hover {
          text-decoration: underline; }
  #site-footer.site-footer {
    background: #FAFAFA;
    color: #6a6a6b;
    border-top: 1px solid #ddd;
    padding: 20px;
    padding-bottom: 110px; }
    #site-footer.site-footer .nav-footer {
      column-count: 2; }
      #site-footer.site-footer .nav-footer ul, #site-footer.site-footer .nav-footer li {
        list-style: none;
        margin: 0; }
      #site-footer.site-footer .nav-footer li.active {
        text-decoration: underline; }
      #site-footer.site-footer .nav-footer a {
        color: #6a6a6b; }
        #site-footer.site-footer .nav-footer a:hover, #site-footer.site-footer .nav-footer a.active {
          text-decoration: underline; }
    #site-footer.site-footer p {
      color: #888 !important;
      font-size: 13px; }
    #site-footer.site-footer #footerSearch input {
      margin: 0 !important;
      width: 80% !important; }
    #site-footer.site-footer #footerSearch a {
      width: 20% !important;
      margin: 0 !important;
      padding-left: 0 !important;
      padding-right: 0 !important;
      text-align: center !important;
      padding-bottom: 7px !important;
      border: 1px solid #ccc; }
    #site-footer.site-footer .footer-search-area hr {
      margin-top: 5px;
      display: none; }
    #site-footer.site-footer .footer-search-area #journal-social a {
      float: right; }

.browse-footer-link {
  display: none; }

.logo-site {
  background: #333333;
  float: none;
  text-align: center;
  float: left;
  width: 100%;
  padding: 5px 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
  z-index: 1000;
  position: absolute;
  bottom: 0; }
  .logo-site img {
    width: 125px; }

/*PAGE: index
===================================
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨*/
#top-highlight {
  float: left;
  width: 100%;
  padding: 100px 15px; }
  #top-highlight.index {
    float: none; }
  #top-highlight div {
    padding: 0; }
  #top-highlight img {
    vertical-align: middle;
    max-height: 512px; }
  #top-highlight h1 {
    padding-top: 150px;
    font-size: 40px;
    font-size: 2.85714rem;
    font-family: "Lato", sans-serif;
    color: #797C8F;
    line-height: 48px; }
  #top-highlight p {
    font-size: 18px;
    font-size: 1.28571rem;
    color: #6A6A6B; }
  #top-highlight h1, #top-highlight p {
    font-weight: 300;
    padding-left: 95px; }
  #top-highlight .button {
    margin-left: 95px;
    font-size: 17px;
    font-size: 1.21429rem;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    border: 1px solid #1e6dcd;
    border-radius: 2px;
    background: #2B96F1; }
    #top-highlight .button:hover {
      background: #45a7fb; }
  #top-highlight.contact h1 {
    padding-top: 100px; }

/*PAGE: Signup
===================================
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨*/
#form-signup {
  float: right;
  width: 100%;
  margin-top: 100px;
  margin-right: 25px;
  padding: 20px !important;
  border: 1px solid #e4e4e4;
  background: white; }
  #form-signup h2 {
    margin-bottom: 0;
    font-size: 32px;
    font-size: 2.28571rem;
    color: #F38F1E;
    font-weight: bold; }
  #form-signup h2, #form-signup #change-plan, #form-signup input, #form-signup label {
    float: left; }
  #form-signup h2, #form-signup #change-plan, #form-signup .plan-price, #form-signup .free-test {
    font-family: "Lato", sans-serif; }
  #form-signup .price-call, #form-signup input {
    clear: left; }
  #form-signup .plan-price, #form-signup .free-test {
    color: #797C8F; }
  #form-signup #change-plan {
    cursor: pointer;
    position: relative;
    margin-left: 10px;
    padding-top: 23px;
    font-size: 12px;
    font-size: 0.85714rem;
    color: #8e8e8e;
    text-decoration: underline; }
  #form-signup #plan-name {
    text-transform: capitalize; }
  #form-signup .price-call {
    width: 100%; }
  #form-signup .plan-price {
    font-size: 18px;
    font-size: 1.28571rem;
    font-weight: bold;
    text-decoration: line-through; }
  #form-signup .free-test {
    font-size: 16px;
    font-size: 1.14286rem; }
  #form-signup .form-fields {
    margin-top: 20px; }
  #form-signup input[type=text], #form-signup input[type=email], #form-signup textarea {
    widtt: 100%;
    height: 43px;
    line-height: 43px;
    color: #8E8E8E;
    border: 1px solid #ddd;
    margin-bottom: 10px; }
  #form-signup .button {
    margin-bottom: 0; }
  #form-signup .updatePlan {
    display: none;
    position: absolute;
    width: 200px;
    top: -132px;
    right: -211px;
    padding: 20px 20px 0;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    border: 1px solid #ccc;
    border-radius: 5px 5px 5px 0;
    background: #fff;
    transition: all 0s ease;
    z-index: 10000; }

#main-textLeft h1 {
  color: #666 !important;
  padding-left: 0 !important;
  padding-right: 70px; }

#form-recover {
  padding-left: 96px; }

.mail-sent {
  display: none; }

div#sendmail-loader, #sendmail_btn {
  float: right;
  margin-top: 13px;
  transition: all 0s ease; }

#sendmail_btn {
  margin-left: 0 !important; }

div#sendmail-loader {
  float: left;
  margin-left: 76px;
  padding-top: 12px !important;
  padding-right: 10px; }

/*PAGE:
===================================
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨*/
#top-highlight .search-area {
  float: right;
  width: 200px;
  background: white;
  box-shadow: 0 0 0px 5px rgba(255, 255, 255, 0.4); }
  #top-highlight .search-area .journal-selection {
    width: 11%; }
  #top-highlight .search-area .search-field, #top-highlight .search-area i.fa.fa-search {
    float: right; }
  #top-highlight .search-area .search-field {
    width: 100%; }
  #top-highlight .search-area input, #top-highlight .search-area select {
    height: 28px;
    margin-bottom: 0;
    font-size: 14px;
    font-size: 1rem;
    font-family: "Lato", sans-serif;
    color: #8E8E8E;
    line-height: 28px;
    border: none;
    box-shadow: none; }
  #top-highlight .search-area select {
    display: none;
    height: 30px;
    margin-top: 3px;
    font-size: 11px;
    font-size: 0.78571rem;
    font-weight: bold;
    line-height: 12px;
    text-transform: uppercase;
    background: white url(../images/icon-selectArrow.png) right no-repeat; }
  #top-highlight .search-area input {
    padding-right: 36px; }
  #top-highlight .search-area i.fa.fa-search {
    position: absolute;
    width: 28px;
    height: 28px;
    top: 0;
    right: 0;
    font-size: 16px;
    font-size: 1.14286rem;
    color: white;
    line-height: 28px;
    text-align: center; }

#journalTitleBox {
  float: left;
  position: absolute;
  max-width: 440px;
  bottom: 50px;
  padding: 20px 20px;
  background: white; }
  #journalTitleBox img {
    max-height: 110px; }

#journals-list {
  min-height: 73vh;
  padding: 20px 0; }
  #journals-list.doc {
    padding: 0; }
  #journals-list ul {
    margin: 0;
    list-style: none; }
    #journals-list ul li {
      margin: 0; }
    #journals-list ul a {
      font-size: 18px;
      font-size: 1.28571rem;
      color: #444763;
      font-weight: 600; }
      #journals-list ul a:hover {
        color: #2B96F1; }
  #journals-list .issue_count {
    display: inline-block;
    margin-left: 15px;
    font-size: 13px;
    font-size: 0.92857rem;
    color: #797C8F;
    font-weight: 600; }

#ec-summary ul li {
  height: 25px; }

textarea.cke_source {
  line-height: 18px !important; }

/*PAGE: contact
===================================
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨*/
#ec-form, #reg-form, #reg-form-step1, #reg-form-step2, #reg-form-step3 {
  max-width: 475px;
  margin: auto;
  padding: 10px 0 50px 0;
  color: #8E8E8E; }
  #ec-form p, #reg-form p, #reg-form-step1 p, #reg-form-step2 p, #reg-form-step3 p {
    padding: 95px 0 20px 0;
    font-size: 16px;
    font-size: 1.14286rem; }
  #ec-form input[type=text], #ec-form input[type=password], #ec-form input[type=email], #ec-form textarea, #reg-form input[type=text], #reg-form input[type=password], #reg-form input[type=email], #reg-form textarea, #reg-form-step1 input[type=text], #reg-form-step1 input[type=password], #reg-form-step1 input[type=email], #reg-form-step1 textarea, #reg-form-step2 input[type=text], #reg-form-step2 input[type=password], #reg-form-step2 input[type=email], #reg-form-step2 textarea, #reg-form-step3 input[type=text], #reg-form-step3 input[type=password], #reg-form-step3 input[type=email], #reg-form-step3 textarea {
    widtt: 100%;
    height: 43px;
    margin-bottom: 15px;
    color: #8E8E8E;
    line-height: 43px;
    border: 1px solid #ddd; }
  #ec-form input[type="checkbox"], #reg-form input[type="checkbox"], #reg-form-step1 input[type="checkbox"], #reg-form-step2 input[type="checkbox"], #reg-form-step3 input[type="checkbox"] {
    margin-bottom: 10px; }
  #ec-form textarea, #reg-form textarea, #reg-form-step1 textarea, #reg-form-step2 textarea, #reg-form-step3 textarea {
    min-height: 192px;
    border: 1px solid #ddd;
    box-shadow: inset 0 1px 2px #fafafa; }
  #ec-form label, #reg-form label, #reg-form-step1 label, #reg-form-step2 label, #reg-form-step3 label {
    font-weight: 600; }
  #ec-form .recover, #reg-form .recover, #reg-form-step1 .recover, #reg-form-step2 .recover, #reg-form-step3 .recover {
    cursor: pointer;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-size: 0.85714rem;
    color: #a5a5a5;
    font-weight: 400;
    border-bottom: 1px solid #d5d5d5; }

#reg-form-step1, #reg-form-step2, #reg-form-step3 {
  max-width: none; }

#reg-form-step2, #reg-form-step3 {
  display: none; }

#top-highlight .contact-info {
  margin-top: 250px; }
  #top-highlight .contact-info img {
    margin-left: 88px;
    margin-bottom: 40px; }
  #top-highlight .contact-info p {
    font-size: 14px;
    font-size: 1rem;
    color: #8E8E8E;
    font-weight: 600; }
    #top-highlight .contact-info p:first-child {
      font-size: 13px;
      font-size: 0.92857rem; }

/*JOURNAL: Home
===================================
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨*/
.banners {
  padding: 0;
  text-align: right; }
  .banners img {
    background: rgba(255, 255, 255, 0.5); }

.breadcrumbs {
  padding: 0;
  margin-bottom: 0;
  border: none;
  background: none;
  margin-top: 15px; }

#journal-links {
  height: 50px;
  margin-top: -60px;
  margin-bottom: 30px;
  padding: 10px 10px 0 3px;
  border-radius: 0;
  background: #fff;
  transition: none; }
  #journal-links.fixed {
    margin-top: 0;
    position: fixed;
    top: 45px;
    width: 100%;
    max-width: 1140px;
    background: white;
    padding-right: 40px;
    padding-left: 10px;
    border-bottom: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
  #journal-links * {
    transition: none; }
  #journal-links ul {
    float: left;
    height: 30px;
    margin: 0;
    padding-top: 4px;
    background: white; }
    #journal-links ul li {
      display: inline-block;
      height: 18px;
      border-right: 1px solid #ccc; }
      #journal-links ul li a {
        display: inline-block;
        height: 24px;
        margin: 0 16px;
        font-size: 12px;
        font-size: 0.85714rem;
        color: #333;
        font-weight: bold;
        line-height: 20px;
        text-transform: uppercase; }
      #journal-links ul li.active a, #journal-links ul li a:hover {
        color: inherit; }

.journal-content form {
  transition: all 0s ease; }

.journal-content h1 {
  font-size: 20px;
  font-size: 1.42857rem;
  font-family: "Open Sans", sans-serif; }

.journal-content textarea, .journal-content input {
  line-height: 22px !important; }

.journal-content .step-link {
  margin-rigth: 5px;
  padding: 5px 10px;
  font-size: 14px;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  color: white;
  font-weight: 600;
  border-radius: 100%;
  background: #797C8F; }
  .journal-content .step-link.active {
    background: #2B96F1; }
  .journal-content .step-link.disabled {
    background: #ccc; }

.journal-content p.complementary-text {
  font-size: 24px;
  font-size: 1.71429rem;
  font-family: "Open Sans", sans-serif;
  color: #6A6A6B;
  font-weight: 100; }

.journal-content .show-all {
  cursor: pointer;
  font-size: 12px;
  font-size: 0.85714rem;
  color: #a5a5a5;
  font-weight: 400;
  border-bottom: 1px solid #d5d5d5; }

.scope {
  padding-bottom: 60px; }

/*JOURNAL: Articles List
===================================
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨*/
#articles_list .article, .items .article {
  margin-bottom: 5px;
  padding: 0 40px;
  margin: 0 -40px;
  position: relative; }

#articles_list h2, .items h2 {
  clear: left;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 13px;
  font-size: 0.92857rem;
  font-weight: 600;
  text-transform: Uppercase; }
  #articles_list h2:first-child, .items h2:first-child {
    margin-top: 0; }
  #articles_list h2 .hiddenVolume, #articles_list h2 .hiddenIssue, .items h2 .hiddenVolume, .items h2 .hiddenIssue {
    font-weight: 600;
    font-size: 16px;
    font-size: 1.14286rem;
    color: #618DA3;
    text-transform: none; }

#articles_list .title a, .items .title a {
  font-size: 18px;
  font-size: 1.28571rem;
  font-weight: normal;
  line-height: 22px; }

#articles_list .authors, .items .authors {
  font-size: 14px;
  font-size: 1rem;
  color: #5B5B5B;
  width: 100%; }

/*JOURNAL: Archive
===================================
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨*/
#page-title h1 {
  font-size: 20px;
  font-size: 1.42857rem;
  font-family: "Lato", sans-serif;
  font-weight: bold; }

.yearBlock, .yearBlock2 {
  float: left !important;
  width: 16.6%;
  margin-right: 10px;
  margin-bottom: 30px; }
  .yearBlock h2, .yearBlock2 h2 {
    padding: 2px 5px;
    font-weight: bold;
    border-bottom: 2px solid #333; }
  .yearBlock h2, .yearBlock a, .yearBlock2 h2, .yearBlock2 a {
    font-size: 14px;
    font-size: 1rem;
    font-family: "Lato", sans-serif;
    font-weight: normal; }
  .yearBlock a, .yearBlock2 a {
    display: block;
    float: left;
    clear: both;
    margin-bottom: 5px;
    color: #444763; }
    .yearBlock a:hover, .yearBlock2 a:hover {
      background-color: rgba(0, 0, 0, 0.05); }
    .yearBlock a span, .yearBlock2 a span {
      display: block; }
      .yearBlock a span em, .yearBlock2 a span em {
        color: #666;
        margin-left: 10px;
        padding-right: 10px;
        display: block; }
    .yearBlock a.congress, .yearBlock2 a.congress {
      padding: 0;
      font-size: 11px;
      font-size: 0.78571rem;
      color: #ae5253;
      font-weight: normal;
      font-style: italic; }

.yearBlock {
  background: #fff;
  width: 18.5%; }
  .yearBlock h2 {
    font-size: 12px;
    font-size: 0.85714rem;
    padding: 0;
    font-weight: bold;
    border-bottom: 0;
    margin: 0;
    font-family: "Open Sans", sans-serif !important; }

.yearBlock2 {
  width: 32%;
  min-height: 0;
  padding: 10px 10px 0px 10px; }
  .yearBlock2.admin {
    width: 24%;
    background: white; }

/*JOURNAL: Landing page
===================================
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨*/
.article-type {
  font-size: 17px;
  font-size: 1.21429rem;
  font-family: "Lato", sans-serif;
  color: #2B96F1;
  font-weight: normal; }

article h1#main-title {
  clear: both;
  margin-top: 25px;
  font-size: 24px;
  font-size: 1.71429rem;
  font-weight: 600; }

article h1#nav0 {
  clear: both; }

article h2 {
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 18px;
  font-size: 1.28571rem;
  font-family: "Lato", sans-serif;
  font-weight: bold; }

article .trans_title, article .authors {
  font-weight: normal; }

article .trans_title {
  margin: 0;
  font-size: 20px;
  font-size: 1.42857rem;
  color: #797C8F; }

article .authors {
  margin-top: 10px;
  font-size: 14px;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  color: #6A6A6B; }

article .article-label {
  clear: left;
  float: left;
  width: 100%;
  margin-top: 20px; }
  article .article-label span {
    clear: left;
    float: left;
    font-size: 13px;
    font-size: 0.92857rem;
    color: #797C8F;
    line-height: 18px; }
    article .article-label span a {
      color: #797C8F; }
      article .article-label span a:hover {
        color: #2B96F1; }

article .text-area {
  clear: left;
  float: left;
  width: 100%;
  font-size: 14px;
  font-size: 1rem;
  color: #6A6A6B;
  line-height: 22px; }
  article .text-area .references {
    padding-bottom: 200px; }

/*JOURNAL: Landing page actions
===================================
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨*/
#ec-article-actions {
  display: block;
  width: 100%;
  left: auto;
  right: auto;
  margin: 0;
  margin-bottom: 30px;
  padding: 0; }
  #ec-article-actions.fixed {
    padding: 6px 0;
    background: none; }
    #ec-article-actions.fixed #ec-summary, #ec-article-actions.fixed #ec-downloads, #ec-article-actions.fixed #ec-share {
      top: 42px !important; }
  #ec-article-actions #ec-summary.open {
    z-index: 1; }
  #ec-article-actions .article-action {
    display: inline-block;
    position: relative; }
  #ec-article-actions span.button, #ec-article-actions a.button.split {
    height: 40px;
    margin-bottom: 0;
    padding: 5px 11px;
    font-size: 11px;
    font-size: 0.78571rem;
    font-family: "Lato", sans-serif;
    color: #fff;
    line-height: 30px;
    text-transform: uppercase;
    border-radius: 5px;
    background: #4394D0; }
    #ec-article-actions span.button:hover, #ec-article-actions a.button.split:hover {
      background: slategrey; }
    #ec-article-actions span.button i, #ec-article-actions a.button.split i {
      float: left;
      display: inline-block;
      margin-top: 8px;
      margin-right: 6px;
      font-size: 16px;
      font-size: 1.14286rem; }
    #ec-article-actions span.button span, #ec-article-actions a.button.split span {
      width: 35px; }
  #ec-article-actions a.button.split {
    padding-right: 45px; }
  #ec-article-actions #ec-summary, #ec-article-actions #ec-downloads, #ec-article-actions #ec-share {
    display: none;
    position: absolute;
    top: 42px !important;
    left: auto !important;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 2px 2px 5px #ccc;
    background: #f0f0f0 !important; }
    #ec-article-actions #ec-summary.open, #ec-article-actions #ec-downloads.open, #ec-article-actions #ec-share.open {
      display: block !important;
      padding: 0; }
    #ec-article-actions #ec-summary ul, #ec-article-actions #ec-downloads ul, #ec-article-actions #ec-share ul {
      list-style: none; }
      #ec-article-actions #ec-summary ul a, #ec-article-actions #ec-downloads ul a, #ec-article-actions #ec-share ul a {
        display: inline-block;
        width: 100%;
        margin-bottom: 1px;
        padding: 1px 5px;
        font-size: 14px;
        font-size: 1rem;
        background: #fff; }
        #ec-article-actions #ec-summary ul a:hover, #ec-article-actions #ec-downloads ul a:hover, #ec-article-actions #ec-share ul a:hover {
          background: #e6e8ef;
          color: #000; }
  #ec-article-actions #ec-summary {
    width: 230px; }
  #ec-article-actions #ec-downloads {
    width: 210px; }
  #ec-article-actions #ec-share {
    width: 165px; }

.articles_view, .search_search, .articles_search {
  padding: 20px 0;
  font-size: 12px;
  font-size: 0.85714rem;
  line-height: 23px;
  border-bottom: 1px solid #dfefef; }
  .articles_view span, .search_search span, .articles_search span {
    display: inline-block;
    padding-bottom: 3px; }
  .articles_view span.date, .articles_view span.doi, .search_search span.date, .search_search span.doi, .articles_search span.date, .articles_search span.doi {
    padding-right: 10px;
    font-size: 10px;
    font-size: 0.71429rem;
    color: #666; }
  .articles_view span.title, .articles_view .search_search span.title, .search_search span.title, .search_search .search_search span.title, .articles_search span.title, .articles_search .search_search span.title {
    font-size: 16px;
    font-size: 1.14286rem;
    font-weight: normal; }
  .articles_view span.authors, .articles_view span.date, .search_search span.authors, .search_search span.date, .articles_search span.authors, .articles_search span.date {
    font-size: 14px;
    font-size: 1rem;
    color: #979797; }
    .articles_view span.authors a, .articles_view span.date a, .search_search span.authors a, .search_search span.date a, .articles_search span.authors a, .articles_search span.date a {
      font-size: 14px;
      font-size: 1rem;
      color: #979797;
      font-style: normal; }
  .articles_view span.volume, .search_search span.volume, .articles_search span.volume {
    padding-bottom: 0;
    font-size: 11px;
    font-size: 0.78571rem;
    color: #444444;
    font-family: Verdana; }
    .articles_view span.volume a, .search_search span.volume a, .articles_search span.volume a {
      font-size: 11px;
      font-size: 0.78571rem;
      font-family: Verdana;
      color: #797C8F;
      text-decoration: underline; }
  .articles_view .keywords, .search_search .keywords, .articles_search .keywords {
    line-height: 15px; }
    .articles_view .keywords strong, .search_search .keywords strong, .articles_search .keywords strong {
      font-size: 14px;
      font-size: 1rem;
      color: #6A6A6B;
      font-weight: 600; }
    .articles_view .keywords a, .search_search .keywords a, .articles_search .keywords a {
      margin-left: 3px;
      font-size: 14px;
      font-size: 1rem;
      color: #6A6A6B;
      text-decoration: underline; }
    .articles_view .keywords a:first-child, .search_search .keywords a:first-child, .articles_search .keywords a:first-child {
      margin-left: 0; }

.search_search {
  padding: 20px 0 0 0; }

.articles_search {
  padding-right: 20px; }

span.search_result {
  float: none !important;
  text-decoration: inherit;
  background: yellow; }

.ias_trigger {
  display: none !important; }

.references a {
  word-break: break-all; }

.button.ec-button {
  font-size: 17px;
  font-size: 1.21429rem;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  border: 1px solid #1e6dcd;
  border-radius: 2px;
  background: #2B96F1; }
  .button.ec-button:hover {
    background: #45a7fb; }

#form-signup {
  transition: all 0s ease; }
  #form-signup .form-fields .registration-error {
    display: block;
    padding-bottom: 5px;
    font-size: 13px;
    font-size: 0.92857rem;
    color: red; }

.sendmail-succeded {
  opacity: 1;
  margin-bottom: 46px;
  text-align: center;
  transition: all 0s ease; }
  .sendmail-succeded h2 {
    font-size: 28px !important;
    font-weight: 500 !important;
    padding-top: 30px !important; }
  .sendmail-succeded strong {
    color: #9bc127; }
  .sendmail-succeded p {
    padding-left: 0 !important; }
  .sendmail-succeded * {
    float: none !important; }

.signin-area {
  float: right; }
  .signin-area span {
    float: left;
    margin-left: 15px;
    font-size: 11px;
    font-size: 0.78571rem;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    text-transform: uppercase; }
    .signin-area span.login-button, .signin-area span.signup-button {
      line-height: 30px; }
    .signin-area span a {
      color: #2B96F1; }

.client-logout {
  font-size: 12px !important;
  font-family: "Lato", sans-serif;
  color: #797C8F;
  font-weight: normal !important; }

div#about-area {
  overflow: hidden;
  transition: all 0.5s ease; }

.languagePicker {
  margin-top: 4px; }
  .languagePicker a, .languagePicker span {
    cursor: pointer;
    padding: 5px;
    font-size: 11px;
    font-size: 0.78571rem;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    text-transform: uppercase; }
    .languagePicker a.flag, .languagePicker span.flag {
      padding: 0;
      border: none;
      transition: all 0.3s ease;
      margin-left: 5px; }
      .languagePicker a.flag.disabled, .languagePicker span.flag.disabled {
        opacity: 0.4; }
        .languagePicker a.flag.disabled:hover, .languagePicker span.flag.disabled:hover {
          opacity: 1; }
    .languagePicker a i, .languagePicker span i {
      font-style: normal; }

#reg-step1, #reg-step2 {
  transition: all 0s ease; }

.ec-eip-button {
  cursor: pointer; }

.data-information {
  display: none;
  transition: all 0s ease; }
  .data-information.textarea {
    width: 100%; }
  .data-information input, .data-information textarea {
    display: inline-block;
    width: auto;
    max-width: 70%;
    min-height: 20px;
    margin: 0;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #ccc;
    background: #efefef;
    box-shadow: none;
    background: 0; }
    .data-information input:focus, .data-information textarea:focus {
      box-shadow: none; }
  .data-information textarea {
    padding: 15px 0;
    width: 100% !important; }
  .data-information select {
    width: 90% !important; }

p.issn input {
  margin-left: 16px; }

p.periodicity input {
  margin-left: 16px; }

#journal-home header input {
  margin-bottom: 13px !important; }

#journal-home #journal-info-area {
  left: 0;
  right: 0; }

.alert-box {
  float: left;
  width: 100%; }

i.question {
  font-size: 16px;
  font-size: 1.14286rem;
  color: #F38F1E; }

#main-textLeft, #main-textRight {
  transition: all 0s ease; }
  #main-textLeft *, #main-textRight * {
    transition: all 0s ease; }

.policy {
  padding: 20px; }
  .policy h1 {
    margin-top: 60px; }

.tooltipster i {
  cursor: pointer; }

.ec-eip-button-close, .ec-eip-button-save {
  display: none;
  cursor: pointer; }

.ec-eip-button-save {
  color: green !important;
  margin-left: 3px; }

.ec-eip-button-close {
  color: red !important; }

.issn input[type=text] {
  max-width: 89px; }

textarea#Articles_authors {
  height: 234px;
  line-height: 20px; }

.static-information, #journal-main-area article {
  word-break: break-word; }
  .static-information div, .static-information p, #journal-main-area article div, #journal-main-area article p {
    margin: 0 !important;
    padding: 0 !important;
    line-height: inherit !important; }
  .static-information p, #journal-main-area article p {
    margin-bottom: 15px !important;
    font-size: 13px !important;
    font-family: 'Open Sans', sans-serif !important;
    color: #6a6a6b !important;
    line-height: 18px !important; }
  .static-information ul, #journal-main-area article ul {
    list-style: disc !important;
    padding: 5px 20px; }
    .static-information ul ul, #journal-main-area article ul ul {
      list-style: circle !important; }
      .static-information ul ul ul, #journal-main-area article ul ul ul {
        list-style: square !important; }

#private_label {
  display: inline-block;
  padding: 3px 5px;
  margin-left: 10px;
  font-size: 12px;
  font-size: 0.85714rem;
  color: red;
  border-radius: 3px;
  font-weight: bold; }

#progressBar-area {
  font-size: 11px;
  font-size: 0.78571rem;
  line-height: 17px;
  background: white; }
  #progressBar-area.ready {
    min-height: 0; }
  #progressBar-area span {
    margin-right: 20px; }

div#site-content {
  padding-bottom: 100px; }

#steps-errors {
  display: none;
  margin-bottom: 20px;
  padding: 10px;
  color: red;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #efefef;
  transition: none !important; }
  #steps-errors ul {
    margin-bottom: 0; }
    #steps-errors ul li {
      font-size: 14px;
      font-size: 1rem; }

#journal-cover-area {
  position: relative;
  min-width: 120px;
  max-width: 120px;
  min-height: 175px;
  max-height: 175px; }
  #journal-cover-area img {
    max-width: 100%;
    max-height: 100%; }

#reg-form-cover {
  display: none !important; }

#update-cover-button {
  cursor: pointer;
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 5px;
  font-size: 14px;
  font-size: 1rem;
  color: white;
  text-align: center;
  text-decoration: underline;
  background: rgba(0, 0, 0, 0.6); }

i.fa.fa-pencil {
  color: red; }

.page-content {
  float: left;
  width: 100%;
  padding-bottom: 100px; }

#m-journals-list .page-content {
  padding: 30px 10px; }

.btnRemoveType, .btnRemoveArea {
  margin-top: 26px !important; }

.joyride-tip-guide p {
  color: black;
  font-size: 13px;
  font-size: 0.92857rem; }

.joyride-content-wrapper {
  width: 100%;
  padding: 1.125rem 1.25rem 1.5rem;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  border: 1px solid black;
  background-color: white; }
  .joyride-content-wrapper * {
    transition: none !important; }
  .joyride-content-wrapper .button {
    width: auto; }
  .joyride-content-wrapper h4 {
    font-size: 13px;
    font-size: 0.92857rem;
    font-family: arial;
    color: black;
    margin-bottom: 10px; }

.joyride-tip-guide {
  z-index: 95;
  margin-top: 10px; }

.joyride-close-tip {
  display: none; }

.joyride-modal-bg-custom {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 90; }

.tooltipster-base {
  transition-duration: 150ms !important;
  animation-duration: 150ms !important;
  transition: none !important; }

.user-actions-preview {
  padding: 10px 10px 5px;
  z-index: 900; }
  .user-actions-preview.active {
    top: 28px;
    left: 0; }
  .user-actions-preview span {
    margin-left: 0; }

.top-bar-menu {
  cursor: pointer;
  position: relative;
  float: left;
  margin-right: 26px;
  font-size: 14px;
  font-size: 1rem;
  font-family: "Lato", sans-serif;
  color: #797c8f;
  font-weight: bold;
  line-height: 30px; }
  .top-bar-menu.journal-name {
    color: #1C1819; }
  .top-bar-menu i {
    float: right;
    margin-left: 5px;
    font-size: 13px;
    font-size: 0.92857rem;
    color: #999;
    margin-top: 5px; }
    .top-bar-menu i.loginArrow {
      margin-top: 11px; }
  .top-bar-menu a {
    color: #797c8f; }
  .top-bar-menu.user-actions {
    float: right;
    margin: 0; }
    .top-bar-menu.user-actions .top-bar-menu-links {
      left: auto;
      right: -10px; }

.top-bar-menu-links {
  display: none;
  z-index: 100001 !important;
  position: absolute;
  width: 250px;
  top: 30px;
  left: 0;
  right: auto;
  border: 1px solid #dbdbdb;
  box-shadow: 0px -10px 40px -20px rgba(0, 0, 0, 0.3) inset;
  background: #fff;
  z-index: 1000;
  cursor: default;
  padding: 10px 0; }
  .top-bar-menu-links.active {
    display: block; }
  .top-bar-menu-links a {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    font-size: 1rem;
    font-family: "Open Sans", sans-serif;
    color: #797C8F !important;
    font-weight: normal;
    text-transform: none; }
    .top-bar-menu-links a:hover {
      text-decoration: underline; }
  .top-bar-menu-links i {
    color: #797c8f !important; }
  .top-bar-menu-links span {
    float: left;
    clear: left;
    margin-left: 10px;
    line-height: 20px !important;
    padding: 0 16px 0; }
    .top-bar-menu-links span strong {
      color: #666; }
    .top-bar-menu-links span.top-bar-menu-subtitle {
      margin-left: -11px; }
      .top-bar-menu-links span.top-bar-menu-subtitle i {
        float: left;
        margin-right: 5px; }
  .top-bar-menu-links hr {
    float: left;
    clear: left;
    width: 100%;
    margin: 5px 0 10px 0;
    border-color: #e3e3e3; }

.fa-eye {
  color: green; }

.errorSummary {
  padding: 10px 20px 0 20px;
  margin-bottom: 20px;
  border: 1px solid darkred;
  background-color: #ffeeee; }
  .errorSummary p {
    color: #333;
    margin: 0; }

.mobile-nav-link a {
  display: block;
  padding: 16px 25px;
  color: white;
  background-color: rgba(255, 255, 255, 0.1); }

.ecMobile_actions {
  overflow-y: auto;
  height: 100vh; }

.tabs {
  float: right;
  margin-top: -43px;
  z-index: 1;
  position: relative;
  right: 1px; }
  .tabs li {
    cursor: pointer;
    display: inline-block;
    position: relative;
    margin-left: -15px;
    padding: 10px 25px;
    list-style: none;
    border-radius: 50px 11px 0 0;
    background: #efefef;
    transition: none;
    z-index: 3; }
    .tabs li a {
      display: block;
      color: #333; }
    .tabs li.active {
      z-index: 5;
      background: #eee; }

#top-article-links {
  width: 100%;
  margin: 20px 0 0px 0 !important;
  border-bottom: 1px solid #ccc; }
  #top-article-links li {
    max-width: 49%;
    cursor: pointer;
    display: inline-block;
    position: relative;
    margin-left: 0;
    list-style: none;
    border-radius: 0;
    background: white;
    transition: none;
    z-index: 3; }

.tabs-content {
  background: #fff; }
  .tabs-content .content {
    display: none;
    position: relative;
    width: 100%;
    margin-top: 0;
    z-index: 2; }
    .tabs-content .content.active {
      display: block; }

.tabs-content > .content {
  display: none;
  float: left;
  padding: 0 0 0.9375rem 0; }

.site-logo {
  float: left;
  cursor: pointer;
  padding-right: 5px; }

#site-header #header-logo, #site-header #header-logo-user, #site-header #header-links {
  padding: 0;
  position: relative; }

#site-header {
  padding-top: 2px;
  background: white;
  border-bottom: 1px solid #ddd; }

#journal-banner {
  clear: both;
  height: 220px;
  width: 100%;
  background: url(../images/journal_banners/header01.jpg); }

.tourbus-leg {
  box-shadow: 0 0 18px -3px #000;
  transition: none;
  z-index: 97 !important; }
  .tourbus-leg * {
    transition: none; }

.see_all {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  text-align: center; }
  .see_all a {
    font-weight: 600;
    font-size: 14px;
    font-size: 1rem;
    color: #618DA3; }

#journal-info-area {
  position: relative;
  width: 100%; }
  #journal-info-area .static-information, #journal-info-area p, #journal-info-area strong {
    font-size: 14px;
    font-size: 1rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 600; }
    #journal-info-area .static-information strong, #journal-info-area p strong, #journal-info-area strong strong {
      font-weight: normal; }
  #journal-info-area section#journal-cover {
    margin: 0 auto 20px auto;
    text-align: center; }
    #journal-info-area section#journal-cover img {
      box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.4); }
  #journal-info-area section#journal-info {
    padding: 25px;
    background: #fafafa; }

section#journal-social a {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 5px;
  font-size: 16px;
  font-size: 1.14286rem;
  color: white;
  line-height: 28px;
  text-align: center;
  border-radius: 100px;
  background: #B5B5B5; }
  section#journal-social a i {
    line-height: 28px; }

.publicity {
  float: right;
  clear: both;
  width: 100%;
  padding-right: 28px;
  font-size: 11px;
  font-size: 0.78571rem;
  font-family: "Open Sans", sans-serif;
  color: #888;
  text-transform: uppercase; }

.form-box {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px;
  background: #fafafa; }
  .form-box.link-area * {
    transition: none; }
  .form-box .form-preview {
    float: left;
    width: 100%;
    padding: 20px 0;
    box-shadow: 0 0 0px 3px #dfdfdf inset;
    background: #fff; }
    .form-box .form-preview p {
      margin: 0; }

#navigation-header {
  position: relative; }
  #navigation-header .search-area {
    float: right;
    width: 200px;
    border: 1px solid #ccc;
    box-shadow: 0 0 0px 5px rgba(255, 255, 255, 0.4);
    background: white; }
    #navigation-header .search-area .journal-selection {
      width: 11%; }
    #navigation-header .search-area .search-field {
      float: right;
      width: 100%; }
    #navigation-header .search-area input, #navigation-header .search-area select {
      height: 28px;
      margin-bottom: 0;
      font-size: 14px;
      font-size: 1rem;
      font-family: "Lato", sans-serif;
      color: #8E8E8E;
      line-height: 28px;
      border: none;
      box-shadow: none;
      background: white !important; }
    #navigation-header .search-area select {
      display: none;
      height: 30px;
      margin-top: 3px;
      font-size: 11px;
      font-size: 0.78571rem;
      font-weight: bold;
      text-transform: uppercase;
      line-height: 12px;
      background: white url(../images/icon-selectArrow.png) right no-repeat; }
    #navigation-header .search-area input {
      padding-right: 36px;
      padding: 0 5px !important; }
    #navigation-header .search-area i.fa.fa-search {
      float: right;
      position: absolute;
      width: 28px;
      height: 28px;
      top: 0;
      right: 0;
      font-size: 16px;
      font-size: 1.14286rem;
      color: white;
      line-height: 28px;
      text-align: center; }

.search-term {
  color: orange; }

.input-button-size-2 {
  margin-top: -14px;
  margin-left: -27px; }
  .input-button-size-2 .step-controls {
    display: none; }

section#news-area {
  float: right;
  width: 100%;
  padding-bottom: 0; }

#my-tour-id {
  display: none; }

.tourbus-next.close-reveal-modal {
  position: relative;
  margin-left: 10px;
  font-size: 14px;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  color: #008cba;
  font-weight: normal;
  text-decoration: none;
  line-height: inherit; }

input#Articles_pdf {
  margin: 2px 0; }

.errorMessage {
  margin: 0;
  font-size: 11px;
  font-size: 0.78571rem;
  color: red;
  line-height: 12px; }

.articlePDF input, .articleXML input {
  background: whitesmoke; }

.articlePDF input[type=file], .articleXML input[type=file] {
  display: none; }

.articlePDF a, .articlePDF span, .articleXML a, .articleXML span {
  display: block;
  width: 100%;
  padding: 2px 4px;
  font-size: 11px;
  font-size: 0.78571rem;
  color: #333;
  line-height: 12px;
  background: powderblue;
  border-radius: 100px; }

.articlePDF span, .articleXML span {
  background: whitesmoke; }

.articlePDF .file-upload-button, .articleXML .file-upload-button {
  cursor: pointer;
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 5px;
  padding: 2px 12px;
  border: 1px solid #aaa;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  border-radius: 5px; }
  .articlePDF .file-upload-button.pdf, .articleXML .file-upload-button.pdf {
    margin-top: 36px; }

.clientLogo a, .clientLogo span, .clientBanner a, .clientBanner span, .showFooterLogo a, .showFooterLogo span {
  display: block;
  width: 100%;
  padding: 2px 4px;
  font-size: 11px;
  font-size: 0.78571rem;
  color: #333;
  line-height: 12px;
  background: none; }

#table-prices.signup-prices {
  float: left;
  margin-top: 60px;
  margin-bottom: 60px;
  border: none;
  border-collapse: separate;
  empty-cells: hide;
  border-collapse: collapse;
  background: 0; }
  #table-prices.signup-prices a.td_link_wrapper, #table-prices.signup-prices .td_link_wrapper_header {
    cursor: pointer;
    display: block;
    width: 100%;
    height: 100%; }
  #table-prices.signup-prices td {
    height: 48px;
    padding: 0 10px;
    color: #444763;
    text-align: center;
    line-height: 48px;
    border: 1px solid #e5e5e5; }
    #table-prices.signup-prices td a {
      color: #444763; }
    #table-prices.signup-prices td i {
      color: #9bc127;
      font-size: 18px;
      font-size: 1.28571rem; }
  #table-prices.signup-prices td:first-child {
    text-align: left;
    color: #8E8E8E; }
  #table-prices.signup-prices td.starter, #table-prices.signup-prices .bronze, #table-prices.signup-prices .silver, #table-prices.signup-prices .gold, #table-prices.signup-prices .platinum {
    max-width: 140px !important; }
  #table-prices.signup-prices .clean-cell {
    width: 400px;
    border: none;
    background: none !important;
    width: 37%; }
  #table-prices.signup-prices .pricing-plan {
    padding: 0 0 15px 0;
    height: 200px;
    text-align: center;
    background: #fff; }
    #table-prices.signup-prices .pricing-plan .button {
      width: 122px;
      height: 55px;
      margin-top: 15px;
      margin-bottom: 10px;
      padding: 0;
      font-size: 15px;
      font-size: 1.07143rem;
      font-family: "Lato", sans-serif;
      font-weight: 900;
      line-height: 55px;
      text-align: center;
      text-shadow: 1px 1px 1px #2564d6;
      border: 1px solid #1e6dcd;
      border-radius: 2px;
      background: #2B96F1; }
      #table-prices.signup-prices .pricing-plan .button.free {
        padding-top: 5px;
        line-height: 20px;
        border-color: #6e9610;
        text-shadow: 1px 1px 1px #86a722;
        background: #9bc127; }
        #table-prices.signup-prices .pricing-plan .button.free:hover {
          background: #abd135; }
      #table-prices.signup-prices .pricing-plan .button:hover {
        background: #45a7fb; }
    #table-prices.signup-prices .pricing-plan h2 {
      margin-top: 10px;
      font-size: 16px;
      font-size: 1.14286rem;
      font-family: "Lato", sans-serif;
      font-weight: bold;
      color: #797C8F;
      text-transform: uppercase; }
    #table-prices.signup-prices .pricing-plan p {
      font-size: 14px;
      font-size: 1rem;
      font-family: "Lato", sans-serif;
      color: #797C8F;
      margin-bottom: 5px; }
      #table-prices.signup-prices .pricing-plan p strong {
        font-size: 18px;
        font-size: 1.28571rem; }
      #table-prices.signup-prices .pricing-plan p.monthly-price {
        display: inline-block;
        margin: 15px 0 25px 0;
        padding: 15px 0 5px;
        color: #F38F1E;
        line-height: 25px; }
        #table-prices.signup-prices .pricing-plan p.monthly-price b {
          font-size: 34px;
          font-size: 2.42857rem;
          font-weight: 900; }

.table-legend {
  margin-bottom: 100px; }
  .table-legend p {
    margin: 0;
    font-size: 14px;
    font-size: 1rem;
    color: #8E8E8E;
    font-weight: normal; }

span.abstract-title {
  font-weight: bold; }

.yiiPager {
  display: none; }

.static-information p, .static-information ol li, .static-information ul li {
  margin-bottom: 15px !important;
  font-size: 13px !important;
  font-family: 'Open Sans', sans-serif !important;
  color: #6a6a6b !important;
  line-height: 18px !important; }

.static-information ul li a, .static-information ol li a {
  font-size: 13px !important; }

.static-information ol li, .static-information ul li {
  margin-left: 20px !important; }

.static-information img {
  vertical-align: text-top !important; }

.languagePicker a {
  cursor: inherit;
  background: white !important; }

.languagePicker a.disabled {
  cursor: pointer;
  border-color: #ccc;
  color: #aaa;
  background: white !important; }

.languagePicker form {
  margin: 0 0 3px 0; }

.cover_box {
  padding: 0;
  min-height: 100px; }
  .cover_box.admin {
    min-height: 60px; }

.year_area {
  padding: 0;
  margin-bottom: 10px; }
  .year_area hr {
    margin: 10px 0; }

.edition_button {
  background: rgba(255, 255, 255, 0.8);
  color: black !important;
  font-weight: bold !important;
  text-align: left;
  top: 10px;
  position: absolute;
  padding: 20px;
  border: 1px solid #999;
  border-left: 0;
  font-size: 20px !important;
  border-radius: 0 5px 5px 0;
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.3); }
  .edition_button em {
    font-size: 15px; }

#logo-form, #cover-form, #banner-form, #themes-form, #showFooter-form {
  border: 1px solid #ccc;
  padding: 20px 20px 20px 20px;
  margin-bottom: 1rem;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2); }

.form-wrapper {
  border: 1px solid #ccc;
  padding: 20px 20px 20px 20px;
  margin-bottom: 30px;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2); }

@media only screen and (max-width: 640px) {
  .year_area {
    padding: 5px;
    margin-botom: 10px; }
  .yearBlock2 {
    width: 100%; }
    .yearBlock2 hr {
      margin: 10px 0 !important; } }

.issue_pubDate {
  display: none !important;
  font-size: 12px;
  font-size: 0.85714rem; }

.client-logo .file-upload-button, .client-cover .file-upload-button, .client-banner .file-upload-button, .issue-cover .file-upload-button, .client-showFooter .file-upload-button {
  margin: 0 auto;
  left: 16px;
  right: 18px;
  width: 100%;
  min-height: 125px;
  text-align: right;
  background: rgba(255, 255, 255, 0.4);
  color: rgba(0, 0, 0, 0.4);
  border: 0;
  box-shadow: none;
  border-radius: 0;
  padding-right: 90px; }
  .client-logo .file-upload-button.cover-button, .client-cover .file-upload-button.cover-button, .client-banner .file-upload-button.cover-button, .issue-cover .file-upload-button.cover-button, .client-showFooter .file-upload-button.cover-button {
    min-height: 200px;
    max-height: 200px; }
  .client-logo .file-upload-button.upload-button, .client-cover .file-upload-button.upload-button, .client-banner .file-upload-button.upload-button, .issue-cover .file-upload-button.upload-button, .client-showFooter .file-upload-button.upload-button {
    padding: 45px;
    text-align: right;
    font-size: 35px;
    padding-right: 90px; }
    .client-logo .file-upload-button.upload-button i, .client-cover .file-upload-button.upload-button i, .client-banner .file-upload-button.upload-button i, .issue-cover .file-upload-button.upload-button i, .client-showFooter .file-upload-button.upload-button i {
      border-radius: 100px; }
    .client-logo .file-upload-button.upload-button strong, .client-cover .file-upload-button.upload-button strong, .client-banner .file-upload-button.upload-button strong, .issue-cover .file-upload-button.upload-button strong, .client-showFooter .file-upload-button.upload-button strong {
      font-weight: normal;
      transition: all 1s ease;
      line-height: 35px; }
      .client-logo .file-upload-button.upload-button strong i, .client-cover .file-upload-button.upload-button strong i, .client-banner .file-upload-button.upload-button strong i, .issue-cover .file-upload-button.upload-button strong i, .client-showFooter .file-upload-button.upload-button strong i {
        border-radius: 0px;
        background: none;
        width: auto;
        font-size: 35px;
        box-shadow: none;
        position: relative;
        right: 0;
        top: 0;
        bottom: 0;
        padding-top: 0;
        cursor: default;
        text-align: left; }
  .client-logo .file-upload-button:hover, .client-cover .file-upload-button:hover, .client-banner .file-upload-button:hover, .issue-cover .file-upload-button:hover, .client-showFooter .file-upload-button:hover {
    background: rgba(255, 255, 0, 0.5); }
  .client-logo .file-upload-button i, .client-cover .file-upload-button i, .client-banner .file-upload-button i, .issue-cover .file-upload-button i, .client-showFooter .file-upload-button i {
    background: rgba(255, 255, 255, 0.9);
    width: 72px;
    font-size: 40px;
    border-radius: 0px;
    box-shadow: 0 0 2px 0px #777, 0 -65px 50px -20px rgba(0, 0, 0, 0.05) inset;
    position: absolute;
    right: 13px;
    top: 0;
    bottom: 32px;
    padding-top: 13px;
    cursor: pointer;
    text-align: center;
    transition: all 0.1s ease;
    border-radius: 10px; }
    .client-logo .file-upload-button i:hover, .client-cover .file-upload-button i:hover, .client-banner .file-upload-button i:hover, .issue-cover .file-upload-button i:hover, .client-showFooter .file-upload-button i:hover {
      box-shadow: 0 0 2px 0px #666, 0 65px 50px -20px rgba(0, 0, 0, 0.03) inset; }
    .client-logo .file-upload-button i span, .client-cover .file-upload-button i span, .client-banner .file-upload-button i span, .issue-cover .file-upload-button i span, .client-showFooter .file-upload-button i span {
      font-family: "Open Sans", sans-serif;
      font-size: 14px;
      font-weight: bold;
      position: absolute;
      right: 12px;
      top: 56px; }

.client-logo.upload-manager .file-upload-button i, .client-cover.upload-manager .file-upload-button i, .client-banner.upload-manager .file-upload-button i, .issue-cover.upload-manager .file-upload-button i, .client-showFooter.upload-manager .file-upload-button i {
  bottom: 0; }

#Issues_coverTmp, #Clients_showFooterLogoTmp, #Clients_clientLogoTmp, #Clients_clientCoverTmp, #Clients_clientBannerTmp {
  display: none; }

.deleteImage {
  position: relative;
  cursor: pointer;
  margin-top: 10px;
  font-size: 17px; }

.preview-area .theme-preview {
  float: right;
  min-height: 300px;
  border: 10px solid rgba(0, 0, 0, 0.03);
  padding: 20px;
  text-align: right;
  width: 100%; }
  .preview-area .theme-preview nav#journal-links {
    height: auto;
    margin-top: -10px;
    margin: 0;
    padding: 0; }
  .preview-area .theme-preview #top-downloads {
    text-align: left; }
    .preview-area .theme-preview #top-downloads .admin_actions {
      display: none; }
    .preview-area .theme-preview #top-downloads .articles_view {
      margin-bottom: 25px !important; }
  .preview-area .theme-preview #top-article-links {
    border: none;
    margin: 0 !important; }
    .preview-area .theme-preview #top-article-links li {
      cursor: pointer;
      display: inline-block;
      position: relative;
      margin-left: 0;
      list-style: none;
      border: none;
      border-radius: 0;
      background: white;
      transition: none;
      z-index: 3;
      height: auto;
      padding: 0;
      margin: 0;
      height: 18px;
      border-right: 1px solid #ccc; }
      .preview-area .theme-preview #top-article-links li h4 {
        display: inline-block;
        height: 24px;
        margin: 0 1.2rem;
        font-size: 12px;
        font-size: 0.85714rem;
        color: #333;
        font-weight: bold;
        line-height: 20px;
        text-transform: uppercase;
        padding: 0; }

.admin-icon {
  color: black;
  background: #fafafa;
  border: 1px solid #ccc;
  border-radius: 10px;
  transition: all 0.2s ease; }
  .admin-icon.list {
    padding: 5px 8px;
    float: right;
    clear: right;
    font-size: 20px;
    margin-top: -10px; }
  .admin-icon.articles {
    padding: 5px 8px;
    float: right;
    clear: right;
    font-size: 20px;
    margin-right: -15px; }
  .admin-icon.remove {
    margin-top: 3px; }
  .admin-icon.disabled {
    margin-right: -15px;
    color: #ddd !important;
    cursor: inherit !important;
    box-shadow: none !important;
    background: #fff !important;
    border-color: #ddd !important; }
  .admin-icon:hover {
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1); }

input.ws-date.ws-inputreplace.has-input-buttons.user-error, input#News_publicationDate {
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important; }

.medium-6.columns.issue-cover {
  margin-top: 53px; }

.medium-6.columns.coverDescription {
  margin-top: -30px; }

.summary-cover {
  position: relative;
  float: left;
  margin-bottom: 15px;
  width: 100%; }
  .summary-cover img {
    float: left;
    max-width: 130px;
    margin-top: 20px;
    margin-right: 20px; }
  .summary-cover .summary-cover-description {
    float: left;
    font-size: 12px; }
    .summary-cover .summary-cover-description p, .summary-cover .summary-cover-description li {
      font-size: 12px; }
    .summary-cover .summary-cover-description img {
      margin: auto;
      padding: auto; }

#upload_cover_summary {
  display: none;
  float: right;
  background: rgba(255, 255, 255, 0.8);
  padding: 3px 10px;
  color: black;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
  transition: all 1s ease; }
  #upload_cover_summary:hover {
    background: rgba(255, 255, 255, 0.8); }

#shadowCloak {
  z-index: 100000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7); }

#shadowBox {
  z-index: 100000000001;
  border-radius: 3px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 50%;
  max-width: 50%;
  padding-bottom: 20px;
  background: white;
  min-height: 300px;
  min-width: 340px !important; }

#boxHeader {
  width: 100%;
  padding: 20px;
  border-bottom: 1px solid #ccc;
  background: #eee; }

#boxBody {
  padding: 20px 0;
  padding-right: 0; }
  #boxBody #boxBody-cover {
    float: left;
    width: 50%;
    text-align: center;
    padding: 0 20px; }
    #boxBody #boxBody-cover img {
      max-height: 75vh;
      border: 1px solid #888;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); }
  #boxBody #boxBody-description {
    float: right;
    width: 50%;
    margin-right: 0%;
    padding: 0 20px;
    max-height: 75vh;
    overflow: auto; }
    #boxBody #boxBody-description * {
      font-size: 14px !important; }

.coverPreview {
  cursor: zoom-in;
  border: 1px solid #666; }

.cke_inner {
  border: 1px solid #ccc !important; }

.cke_top {
  padding: 5px 0 0 5px !important; }

.cke_toolgroup, a.cke_combo_button {
  margin: 0 1px 5px 0 !important; }

.cke_resizer {
  display: none; }

input[type=text], input[type=email] {
  border: 1px solid #ddd !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) inset !important;
  border-bottom: 1px solid #bbb !important;
  background: #fcfcfc !important;
  transition: none !important; }
  input[type=text]:focus, input[type=email]:focus {
    padding: 1px 7px 0px 7px !important; }

.form-box input {
  background: white !important; }

#q, .data-information input[type=text], .data-information input[type=email] {
  padding: 10px 5px !important; }
  #q:focus, .data-information input[type=text]:focus, .data-information input[type=email]:focus {
    padding: 10px 5px 9px 5px !important; }

#journal-info input[type=text], #journal-info input[type=email] {
  width: 100% !important;
  max-width: 85% !important; }

#journal-info p input[type=text], #journal-info p input[type=email] {
  width: 100% !important;
  max-width: 80% !important; }

.image-list {
  padding: 0 !important; }
  .image-list h2 {
    background: #eee;
    padding: 10px;
    margin: 0;
    clear: left; }
  .image-list h3 {
    font-weight: bold;
    color: black;
    margin: 0;
    padding: 10px 10px 0 10px;
    font-size: 12px;
    font-size: 0.85714rem; }
  .image-list .image-list-header {
    float: left;
    width: 100%; }
  .image-list .image-instance {
    display: table;
    padding: 10px;
    width: 100%;
    padding: 10px;
    transition: none !important;
    transition: all 1s ease;
    background: #fafafa;
    height: auto; }
    .image-list .image-instance.removed {
      background: #ddd;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) inset;
      padding: 10px 10px;
      opacity: 0.2;
      overflow: hidden;
      display: block; }
    .image-list .image-instance .image {
      padding: 0;
      text-align: center;
      background: #eee; }
      .image-list .image-instance .image img {
        max-height: 250px;
        box-shadow: 0 0 0px 1px #999, 2px 2px 2px rgba(0, 0, 0, 0.2);
        padding: 3px; }
    .image-list .image-instance .image-info .code-imageUrl {
      font-size: 12px;
      font-size: 0.85714rem;
      color: #666; }
    .image-list .image-instance input.readonly {
      background: #666 !important;
      color: #C6FF00;
      margin-bottom: 5px; }
    .image-list .image-instance .example-img-tag, .image-list .image-instance .example-css-code {
      display: none; }
    .image-list .image-instance .label, .image-list .image-instance p {
      padding: 2px 6px;
      font-size: 12px;
      font-size: 0.85714rem; }
    .image-list .image-instance p {
      margin: 0;
      padding: 0; }

.medium-12.columns.issue-cover.upload-manager {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3); }

img#spinner {
  position: absolute;
  right: 33px;
  bottom: 5px; }

#spinner_logo, #spinner_banner, #spinner_cover, #spinner_showFooter {
  right: 32px !important;
  position: absolute;
  bottom: 38px; }

#issues-form {
  float: left;
  width: 100%; }

.top_articles .title_block {
  position: relative; }
  .top_articles .title_block .admin_actions {
    right: 15px;
    margin-right: 0; }

.top_articles span {
  float: none; }

.top_articles .statistic-counter {
  background: orange;
  color: white;
  font-size: 14px;
  border-radius: 10px;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-right: 10px;
  font-weight: bold; }

.top_articles .title {
  width: auto !important;
  padding-left: 10px; }

.client-template-option {
  box-shadow: 0 0 3px 1px #666;
  border-radius: 5px;
  margin-bottom: 20px;
  cursor: pointer; }

.template-options p {
  margin: 0 0 5px 0 !important; }

.template-preview {
  text-align: right;
  background: #f0f0f0;
  min-height: 200px;
  display: none; }

.savedForm {
  font-size: 20px;
  margin-bottom: 0;
  position: absolute;
  right: 5px;
  bottom: 14px;
  box-shadow: 0px 2px 2px 0px #ccc; }
  .savedForm.simpleForm {
    bottom: auto;
    margin-right: 15px;
    margin-left: 15px; }
  .savedForm.appearenceForm {
    margin-top: 17px; }

.previewContainer {
  padding: 0px !important;
  text-align: center; }

.previewBox {
  background: #ccc;
  margin: 5px;
  color: white;
  font-weight: bold;
  font-size: 14px;
  font-size: 1rem;
  overflow: hidden;
  padding: 30px 5px;
  border-radius: 5px; }
  .previewBox:hover {
    background: #d0d0d0; }
  .previewBox.vertical span {
    display: block;
    transform: rotate(90deg); }

.issn-position {
  position: absolute;
  right: 0;
  top: 130px;
  text-shadow: 0 0 4px black;
  color: white;
  font-weight: bold; }

#search-button.postfix {
  padding-top: 12px; }

.postfix {
  cursor: pointer;
  border-color: #bbb;
  background: #fff;
  color: #666;
  font-size: 15px;
  font-size: 1.07143rem;
  line-height: 40px;
  height: 42px;
  box-shadow: 0 -16px 8px 0 rgba(0, 0, 0, 0.05) inset !important;
  transition: all 0.0s ease; }
  .postfix.button-start {
    border-left: 1px solid #bbb; }
  .postfix.button-end {
    font-size: 20px;
    font-size: 1.42857rem;
    padding-top: 11px; }
  .postfix:hover {
    border-color: #aaa;
    box-shadow: 0 37px 8px 0 rgba(0, 0, 0, 0.05) inset !important; }
  .postfix.social-link {
    text-align: right;
    padding-right: 10px;
    box-shadow: none !important;
    color: #888; }
    .postfix.social-link:hover {
      border-color: #bbb;
      cursor: default;
      box-shadow: none !important; }

.social-link-instance {
  padding: 15px 0;
  border-bottom: 1px solid #ddd; }

p.form-field-description {
  line-height: 18px;
  margin-bottom: 5px;
  color: #333;
  font-size: 15px;
  font-size: 1.07143rem; }

.social-logo {
  padding: 0;
  padding-left: 20px;
  padding-top: 5px; }

.form-info h1 {
  padding: 0px 15px 15px 15px; }

.form-info h3 {
  font-size: 15px;
  font-size: 1.07143rem;
  padding: 10px 15px;
  font-weight: normal !important;
  color: #333; }
  .form-info h3 a {
    color: white;
    text-decoration: underline; }

.warning-alert {
  float: left;
  margin: 20px 0;
  background: #FFF3E7 !important;
  padding-right: 35px; }
  .warning-alert input {
    float: left !important;
    margin: 0 !important;
    padding: 0 !important;
    padding: 10px !important;
    margin: 5px 5px 0 0 !important; }
  .warning-alert label {
    font-size: 14px !important;
    float: left !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 97% !important; }

.textareaField {
  padding-top: 25px; }
  .textareaField .tab-content, .textareaField .form-lang {
    display: none; }
  .textareaField .active {
    display: block; }
  .textareaField .cke_contents {
    min-height: 500px; }

.form .nav-bar li.active a {
  color: #008cba !important; }

.articleTypeRow {
  background: rgba(239, 239, 239, 0.59);
  border-radius: 10px;
  margin-bottom: 10px !important;
  padding: 5px; }

.ui-tabs-anchor {
  text-transform: capitalize;
  background: #fefefe; }

.disabledLink {
  color: #ccc !important; }
  .disabledLink:hover {
    background: #fefefe;
    border: none !important;
    box-shadow: none !important; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-activ {
  border: none; }

.label-span {
  display: inline-block;
  background: orange;
  color: white;
  font-weight: bold;
  padding: 0px 5px;
  border-radius: 5px;
  font-size: 12px;
  line-height: 18px; }
  .label-span.green {
    background: green; }
  .label-span.red {
    background: red; }

.admimSummary li {
  font-weight: normal; }

.admimSummary span {
  color: darkorange;
  font-weight: normal; }

.update-link {
  float: right;
  font-size: 12px;
  text-transform: lowercase; }

.form.news .admin_actions {
  right: 30px; }

.form {
  position: relative;
  z-index: 1; }

.form-wrapper, #journals-form, #articles-form, #issues-form, #authors-form, #logo-form, #banner-form, #cover-form, #showFooter-form, #themes-form, #main-menu-form {
  padding: 20px;
  background: white;
  box-shadow: 0px 2px 2px 0px #ccc;
  border-radius: 0;
  border: none; }

.showFooterColor {
  margin-left: 17px;
  color: #f6a423;
  font-weight: bold;
  font-size: 13px; }
  .showFooterColor span {
    display: inline-block;
    margin-top: 5px; }

.form-wrapper {
  margin-bottom: 15px; }

#logo-form, #banner-form, #cover-form, #showFooter, #themes-form {
  margin-bottom: 15px;
  border-radius: 0; }

.tabs li {
  border-bottom: 0;
  margin-top: 1px;
  margin-right: -1px;
  background: #ddd; }
  .tabs li.active {
    background: #fff;
    font-weight: bold; }

.breadcrumbs > * {
  font-weight: bold;
  font-size: 10px !important; }

.jscolor-wrapper {
  display: inline-block;
  padding: 3px;
  margin-right: 5px;
  margin-bottom: 10px;
  border-radius: 0px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.6); }

.jscolor {
  font-size: 12px;
  width: 70px;
  margin: 0;
  padding: 5px;
  text-align: center;
  font-weight: bold;
  border: 1px solid #333;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4); }

#top-article-links .tab-title {
  border: 1px solid #ccc; }

.theme-custom {
  background: #efefef;
  padding: 15px; }

.banners-form .medium-12.columns.issue-cover.upload-manager {
  box-shadow: none; }

#payHistor0, .adminTable {
  width: 100%;
  transition: all 0.3s ease;
  border-collapse: collapse; }

.adminTable {
  width: 100%;
  transition: all 0.3s ease;
  border-collapse: collapse; }
  .adminTable.grabable tr {
    cursor: grabbing !important; }
  .adminTable.grabable tr.tDnD_whileDrag {
    background: #fff5cb !important;
    box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.8) inset;
    z-index: 100000;
    position: relative; }

.admin-table-link {
  background: #ccc;
  color: white;
  width: 20px;
  text-align: center;
  border-radius: 100px;
  display: block;
  padding: 4px;
  max-height: 20px;
  line-height: 10px;
  cursor: pointer;
  transition: all 0.4s ease !important;
  float: left;
  margin-right: 5px; }
  .admin-table-link.remove-btn {
    background: darkred; }

.admin-table-label.fine {
  color: darkgreen !important; }

.admin-table-label.pending {
  color: gray !important; }

.admin-table-label.alert {
  color: red !important; }

.development {
  padding: 5px;
  font-size: 26px;
  font-weight: bold; }
  .development.dev-mode {
    background: #90ee90;
    border-bottom: 2px dashed #39AB63;
    color: #39AB63; }
    .development.dev-mode i {
      padding-right: 10px; }
    .development.dev-mode small {
      padding-left: 0; }
  .development.stage-mode {
    background: rgba(255, 133, 133, 0.45);
    border-bottom: 2px dashed #D80000;
    color: #D80000; }
  .development i {
    float: left;
    font-size: 50px; }
  .development small {
    display: inline-block;
    vertical-align: top;
    padding-left: 12px;
    padding-top: 5px; }

.no-banner {
  padding-right: 0; }

div#FilemanagerError_messages {
  padding: 10px;
  clear: both;
  color: red; }

div#FilemanagerInfo_messages {
  background-image: -webkit-linear-gradient(top, #d9edf7 0, #b9def0 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0, #b9def0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
  background-image: linear-gradient(to bottom, #d9edf7 0, #b9def0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  background-repeat: repeat-x;
  padding: 10px;
  clear: both;
  width: 98%;
  margin: 10px auto;
  float: none;
  font-size: 13px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  color: #31708f;
  background-color: #d9edf7;
  padding: 15px;
  border: 1px solid transparent;
  border-radius: 4px;
  border-color: #9acfea; }

#FilemanagerError_messages, .filetype-error, .filesize-error {
  display: none; }

.logo-error, .cover-error, .cover-error-size, .banner-error, .showFooter-error {
  display: none;
  background: red;
  color: white;
  border-radius: 10px;
  font-size: 12px;
  max-width: 326px;
  padding: 0 8px;
  font-weight: bold;
  margin-top: 5px; }

#timeout {
  font-size: 13px;
  display: none;
  width: 100%;
  color: #666;
  text-align: center;
  transition: all 1s ease;
  position: fixed;
  height: 22px;
  z-index: 100000000000000000;
  border-bottom: 1px solid #ddd; }

#timeoutShadow {
  display: none;
  height: 22px;
  width: 100%; }

#refresh-timeout {
  cursor: pointer; }

.language-tabs {
  margin: 0;
  padding: 0;
  background: #46B6D1 !important;
  width: 100%; }

.language-tabs .tab-title a {
  color: #555;
  text-transform: capitalize;
  background: #fefefe;
  font-family: inherit;
  padding: .5em 1em;
  margin: 1px 0 0 0px;
  border-radius: 4px 4px 0 0;
  background: #fff;
  font-weight: bold;
  font-size: 0.78571rem;
  border: 1px solid #d3d3d3;
  outline: none;
  /*border-bottom:none;*/
  display: inline-block; }

.language-tabs .tab-title.active a {
  color: darkred; }

.language-tabs {
  padding: 2px 1px 0px 1px;
  margin: 0 -1px;
  width: 100.2%; }

span.static-information p, span.static-information li, span.static-information table, span.static-information a {
  max-width: 100%; }

.save-status {
  display: none; }

.form-collapse {
  padding: 0 20px 20px 20px !important;
  transition: all 1s ease; }
  .form-collapse h2 {
    display: block;
    width: 100%;
    padding: 20px 0;
    margin: 0;
    cursor: pointer;
    transition: all 0.3s ease; }
    .form-collapse h2:hover {
      background: rgba(0, 0, 0, 0.02); }
    .form-collapse h2.preview-title {
      margin-bottom: -60px;
      margin-left: 20px;
      cursor: inherit;
      background: none;
      display: inline-block; }
  .form-collapse .theme-preview h2 {
    cursor: inherit;
    background: none;
    display: inline-block; }
  .form-collapse hr {
    margin-top: 0; }
  .form-collapse.closed {
    max-height: 62px;
    overflow: hidden; }

#shadow-article-actions {
  padding-top: 1px; }
  #shadow-article-actions.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 51px;
    border-bottom: 1px solid #ccc;
    box-shadow: 15px 2px 5px rgba(0, 0, 0, 0.1); }

#blackBoard {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10000000000000000000000000000; }
  #blackBoard img {
    position: absolute;
    top: 25%;
    bottom: 25%;
    left: 25%;
    right: 25%;
    margin: auto;
    border-radius: 1000%;
    max-width: 50%;
    box-shadow: 0 0 0px 10px rgba(255, 255, 255, 0.3); }

#removePDF-btn {
  display: none;
  cursor: pointer;
  margin-top: 36px;
  margin-bottom: 5px;
  padding: 7px 12px;
  border: 1px solid #aaa;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  margin-left: 5px;
  float: right; }

.issn-box strong {
  display: none; }

#ec-summary li a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

#ec-summary li.heading2 a {
  padding-left: 15px !important;
  font-weight: normal;
  font-style: italic; }

#journal-main-area {
  position: relative;
  z-index: 1; }

#journal-main-area .article-action ul {
  padding: 4px; }
  #journal-main-area .article-action ul li {
    list-style: none;
    padding: 0; }

#subLink-status, #email-error-message, #doi-error-message, #elocation-error-message {
  display: none;
  color: red !important;
  font-weight: bold; }

.articleArea, .articleType, article span.article-type, article span.articleArea {
  font-family: Arial, Helvetica, sans-serif;
  color: white;
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 10px;
  display: inline-block;
  line-height: 20px;
  text-align: center;
  padding: 0 10px !important;
  height: 20px; }

article span.article-type {
  background: #888;
  clear: both;
  float: left;
  margin-right: 5px; }

article span.articleArea {
  background: #e0e0e0;
  color: #333;
  border-radius: 0; }

.articleArea, .articleType {
  color: #333;
  background: #e0e0e0; }

.articleType {
  background: #888;
  color: white; }

#aop-block {
  min-height: 0 !important;
  text-align: center;
  padding: 0;
  border: 1px solid #ddd;
  border-radius: 5px;
  width: 100%; }
  #aop-block .year_area {
    margin: 0; }
  #aop-block.last {
    margin-top: 0; }
  #aop-block a {
    padding: 10px;
    margin: 0; }

#admin-pricing-plan small {
  font-size: 80%; }

#updatePlan-button {
  background: #d8d8d8;
  color: black;
  font-weight: bold !important;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  border: 1px solid #888;
  padding: 5px 20px; }

.updatePlan-area p {
  font-size: 12px;
  margin: 0; }
  .updatePlan-area p em {
    color: #888; }

#area_pessoaJuridica, #area_pessoaFisica {
  display: none; }
  #area_pessoaJuridica.show-section, #area_pessoaFisica.show-section {
    display: block; }

span.list-title.search {
  width: 100%; }

span.static-information .alert-box {
  background: #f7f7f7;
  color: #333;
  border: none;
  border-left: 6px solid #008CBA;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem !important;
  box-shadow: 0 5px 8px -6px rgba(0, 0, 0, 0.5); }
  span.static-information .alert-box.success {
    border-color: #3a945b;
    background: #f7f7f7;
    color: #333; }
  span.static-information .alert-box.alert {
    border-color: #de2d0f;
    background: #f7f7f7;
    color: #333; }
  span.static-information .alert-box.warning {
    border-color: #de770f;
    background: #f7f7f7;
    color: #333; }
  span.static-information .alert-box.info {
    border-color: #74bfdd;
    background: #f7f7f7;
    color: #333; }
  span.static-information .alert-box.small {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
    font-size: 0.75rem !important; }
    span.static-information .alert-box.small .close {
      font-size: 1.5rem; }
  span.static-information .alert-box.large {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
    font-size: 2rem !important; }
    span.static-information .alert-box.large .close {
      font-size: 3rem; }
  span.static-information .alert-box .close {
    right: 0.55rem;
    background: inherit;
    color: #333333;
    font-size: 1.5rem;
    line-height: 0.9rem;
    margin-top: -0.6875rem;
    opacity: 0.3;
    padding: 1px;
    position: absolute;
    top: 50%;
    border: 2px solid;
    border-radius: 100%; }

.copyright-notes {
  color: #333;
  width: 100%;
  bottom: 50px;
  position: absolute;
  border-top: 1px solid #ccc;
  padding-top: 10px;
  z-index: 2; }

.home-option-area {
  border-bottom: 1px solid #ddd;
  line-height: 28px;
  padding: 10px; }
  .home-option-area select {
    margin: 0; }
  .home-option-area .home-option-label {
    font-size: 14px;
    line-height: 15px;
    font-weight: bold;
    padding-top: 16px; }
  .home-option-area .option-select-area {
    background: #eee;
    border-radius: 10px;
    padding: 10px; }
  .home-option-area.disabled {
    background: #f9f9f9 !important; }
    .home-option-area.disabled * {
      color: #aaa !important; }

.previewBlock, .layout-box-area, .columns-2-layout, .columns-3-layout {
  display: none;
  width: 100%; }

.banner-location {
  overflow: overlay;
  z-index: 0; }
  .banner-location.left, .banner-location.right {
    top: -15px;
    display: none;
    position: absolute; }
    .banner-location.left img, .banner-location.right img {
      clear: both;
      margin-bottom: 10px; }
  .banner-location.right {
    right: -142px;
    max-height: 632px;
    padding-right: 0 !important;
    padding-left: 10px;
    unicode-bidi: bidi-override;
    direction: rtl;
    overflow: auto;
    overflow-x: hidden !important; }
    .banner-location.right .banner {
      text-align: left; }
    .banner-location.right img {
      float: left; }
  .banner-location.left {
    left: -132px;
    max-height: 622px;
    padding-right: 10px !important;
    overflow: auto;
    overflow-x: hidden !important; }
    .banner-location.left .banner {
      text-align: right; }
    .banner-location.left img {
      float: right; }
  .banner-location.top, .banner-location.bottom {
    text-align: center; }
    .banner-location.top .banner, .banner-location.bottom .banner {
      text-align: center; }
    .banner-location.top img, .banner-location.bottom img {
      margin: 10px 5px; }
  .banner-location.free-client {
    top: -25px;
    display: block; }
  .banner-location span.bannerType {
    display: inline-block;
    font-size: 10px;
    line-height: 12px;
    margin-top: 6px;
    color: #666; }

.form-banner-preview-info {
  display: none;
  width: 100%;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: bold;
  color: red;
  text-align: center;
  border-bottom: 1px solid #888; }

.homeColumnArea {
  overflow: hidden; }

#journal-homeImage-area {
  text-align: center; }

#journal-board-area {
  max-height: 700px;
  overflow: overlay;
  border-bottom: 1px solid #ccc;
  padding-right: 10px; }

.preview-info {
  float: left;
  padding-top: 10px; }

span.doi {
  margin: 0;
  padding: 0; }
  span.doi a {
    color: #797C8F; }
    span.doi a:hover {
      text-decoration: underline; }

span.article-general-info {
  padding: 0;
  margin: 0;
  line-height: 18px;
  color: #797C8F; }
  span.article-general-info .title {
    line-height: 20px; }
  span.article-general-info .authors {
    line-height: 18px; }

.articleElements, .articlePageElements {
  background: #f8f8f8;
  padding: 15px 20px 5px 20px;
  margin: 0 0 15px 0; }

.articlePageElements {
  margin-top: 20px; }

.authors a:hover {
  text-decoration: underline; }

aside#summary-sidebar {
  z-index: 0; }
  aside#summary-sidebar.fixed {
    background: none; }
    aside#summary-sidebar.fixed #ec-summary {
      transition: all 0.4s ease; }
      aside#summary-sidebar.fixed #ec-summary.mainMenuPadding {
        margin-top: 65px; }
  aside#summary-sidebar[data-magellan-expedition] {
    background: none !important;
    z-index: 0;
    min-width: 0;
    padding: 0px;
    left: 0;
    right: 0;
    margin: auto; }
  aside#summary-sidebar #ec-summary {
    display: block !important;
    max-width: 160px;
    min-width: 160px;
    border-radius: 10px; }
    aside#summary-sidebar #ec-summary.right {
      float: right; }
    aside#summary-sidebar #ec-summary h1 {
      margin-bottom: 5px; }
    aside#summary-sidebar #ec-summary ul li {
      height: auto;
      line-height: 20px; }
      aside#summary-sidebar #ec-summary ul li a {
        font-size: 11px !important;
        display: inline-block;
        width: 100%; }

#page-wrapper {
  position: relative; }

#advq {
  height: 42px;
  line-height: 42px; }

#top-article-links {
  border-bottom: none; }

#top-article-links li.active {
  padding-bottom: 9px; }

section#journal-news-area {
  color: #333;
  border: none;
  margin-bottom: 0; }
  section#journal-news-area h1 {
    padding: 0;
    margin: 0; }
  section#journal-news-area .articles_view {
    padding: 5px 0; }

.headlineNews {
  margin-bottom: 5px;
  float: left;
  width: 100%; }

.headlineNews h2, .headlineNews p {
  margin: 0 !important;
  padding: 0 !important; }

.headlineNews .alert-box .headline-date {
  float: right;
  color: white;
  background: #008cba;
  width: 50px;
  padding: 10px;
  text-align: center;
  line-height: 15px;
  border-radius: 10px;
  font-weight: bold;
  margin-left: 20px;
  box-shadow: 0 5px 8px -6px rgba(0, 0, 0, 0.9);
  border: 2px solid; }
  .headlineNews .alert-box .headline-date.alert {
    background: #de2d0f; }
  .headlineNews .alert-box .headline-date.info {
    background: #74bfdd; }
  .headlineNews .alert-box .headline-date.warning {
    background: #de770f; }

.headlineNews .headline-day {
  font-size: 20px; }

.headlineNews .news_date {
  padding: 0;
  margin: 0;
  color: #888; }

.headlineNews.box {
  margin-bottom: 1px; }
  .headlineNews.box a {
    font-size: inherit !important;
    color: inherit !important; }

.modal {
  vertical-align: top !important;
  max-width: 700px !important;
  width: 90% !important;
  background: rgba(255, 255, 255, 0.8) !important;
  padding: 15px 15px !important; }

.newsType {
  border-radius: 5px;
  line-height: 18px;
  background: #ddd;
  padding: 2px 5px; }
  .newsType.popup {
    background: #009688;
    color: white; }
  .newsType.headline {
    background: #ffc107; }

.news-date {
  color: #666;
  font-style: italic; }

#summary-links, #download-links, #share-links {
  margin-bottom: 10px;
  padding: 10px;
  background: #f3f3f3;
  border-radius: 5px; }

#download-links, #share-links {
  display: none; }

#share-links {
  margin-bottom: 0px; }

img.admin-upload-image-preview {
  margin: auto;
  left: 0;
  right: 0;
  position: absolute;
  max-height: 200px;
  text-align: center; }
  img.admin-upload-image-preview.logo, img.admin-upload-image-preview.banner, img.admin-upload-image-preview.showFooter {
    max-height: 125px; }

input#Banners_bannerID {
  visibility: hidden; }

.file-upload-button .button {
  margin: 0; }

.file-upload-button span {
  font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif !important; }

#banner-file-name, #banner-file-name-new {
  width: 100%;
  background: #eee;
  padding: 2px;
  font-size: 11px;
  display: inline-block;
  display: none; }

#banner-file-name-new {
  background: #d7ecb9; }

.image-list.banners {
  text-align: left;
  min-height: 95px;
  width: 100%; }
  .image-list.banners h2 {
    padding: 0;
    margin-bottom: 5px;
    background: none; }
  .image-list.banners .bannerPosition, .image-list.banners .bannerPage, .image-list.banners .bannerLinkIcon i {
    background: #ddd;
    padding: 0 6px;
    min-width: 20px;
    border-radius: 5px;
    display: inline-block;
    line-height: 20px;
    text-align: center; }
  .image-list.banners .bannerPosition {
    background: #0c82c1;
    color: white;
    font-weight: bold;
    font-size: 12px; }
  .image-list.banners .bannerPage {
    background: #eee; }
  .image-list.banners .bannerLinkIcon i {
    background: #ffdc00; }
  .image-list.banners .image-area {
    text-align: center;
    min-height: 95px; }
  .image-list.banners .image-instance .image {
    margin-bottom: 15px; }
    .image-list.banners .image-instance .image img {
      max-height: 150px; }
  .image-list.banners .admin-actions {
    text-align: right; }
  .image-list.banners .image-instance .banner {
    min-height: 55px; }

.image-list-header .image {
  margin: 0 !important; }

.banner-image-preview {
  padding: 10px 0;
  text-align: center;
  background: #eee; }
  .banner-image-preview img {
    max-height: 250px;
    box-shadow: 0 0 0px 1px #999, 2px 2px 2px rgba(0, 0, 0, 0.2);
    padding: 3px; }

.file-upload-button .button {
  margin: 0;
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 5px;
  border: 1px solid #aaa;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  background: white;
  color: #333; }
  .file-upload-button .button:hover {
    background: #fafafa; }

.imagetype-error {
  color: red;
  font-weight: bold;
  font-size: 12px;
  display: none; }

.form.banners {
  float: left;
  width: 50%;
  padding: 15px; }

.banner-admin-position-title {
  text-align: left;
  font-weight: bold !important;
  font-size: 18px;
  background: #dadada;
  margin-bottom: 0px;
  box-shadow: none;
  border: 1px solid #bfbfbf;
  padding: 5px 15px; }

section#journal-previous-area {
  padding: 15px 10px;
  background: #fff;
  margin-bottom: 20px; }
  section#journal-previous-area .prev-ed {
    text-align: center;
    font-size: 11px;
    font-size: 0.78571rem;
    line-height: 14px; }
    section#journal-previous-area .prev-ed a {
      margin-top: 5px;
      display: inline-block; }
  section#journal-previous-area img {
    border: 1px solid #666; }
  section#journal-previous-area h2 {
    margin: 1.2%;
    padding: 0;
    margin-bottom: 10px;
    text-align: center;
    margin-top: -15px;
    background: #eee;
    border-bottom: 1px dashed; }

.row.home-option-area {
  background: #fafafa;
  margin-bottom: 5px;
  padding: 0px;
  border-radius: 0; }
  .row.home-option-area .option-select-area {
    border-radius: 0; }

.medium-12.columns.template-preview.columns-2-layout-right {
  padding: 0 8px; }

.app_shadow {
  display: none;
  z-index: 100000000000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  text-align: center; }

.app_shadowBox {
  z-index: 100000000001;
  border-radius: 3px;
  position: absolute;
  left: 50%;
  top: 37%;
  transform: translate(-50%, -50%);
  min-width: 50%;
  max-width: 50%;
  background: white;
  min-height: 300px;
  min-width: 340px !important;
  padding: 20px; }
  .app_shadowBox .app_boxForm #boxBody-cover {
    float: left;
    width: 50%;
    text-align: center;
    padding: 0 20px; }
    .app_shadowBox .app_boxForm #boxBody-cover img {
      max-height: 75vh;
      border: 1px solid #888;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); }
  .app_shadowBox .app_boxForm #boxBody-description {
    float: right;
    width: 50%;
    margin-right: 0%;
    padding: 0 20px;
    max-height: 75vh;
    overflow: auto; }
    .app_shadowBox .app_boxForm #boxBody-description * {
      font-size: 14px !important; }

.app-save-button {
  margin-left: 10px; }

.box-app-actions {
  background: #eee;
  padding: 10px;
  float: right;
  border-radius: 0 0 10px 10px;
  margin-top: 40px; }
  .box-app-actions.installed {
    background: green; }
  .box-app-actions a {
    margin-bottom: 5px;
    border-radius: 5px;
    font-size: 15px !important; }
    .box-app-actions a.disabled {
      cursor: inherit !important;
      background: #ccc !important;
      color: #888 !important; }
    .box-app-actions a.app-remove-button {
      margin-bottom: 0;
      background: #b22222 !important;
      padding: 5px; }

.box-app {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3), 2px 2px 5px 0 rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  max-width: 24%; }

span.app-description {
  font-size: 12px;
  line-height: 18px;
  color: #666; }

.box-app-info-highlight {
  float: left;
  background: #eee;
  width: 100%;
  border-radius: 10px 10px 0 0;
  padding: 0 10px; }

.box-app-info {
  min-height: 120px; }

.box-app-installed {
  background: #3e9041;
  color: white;
  text-align: center;
  width: 85px;
  border-radius: 0px 10px 0 0;
  display: inline;
  position: absolute;
  right: 0; }

.box-app-installed.hidden, .box-app-info-highlight.hidden {
  visibility: hidden; }

.general-form {
  float: left;
  width: 100%;
  padding: 20px;
  background: white;
  box-shadow: 0px 2px 2px 0px #ccc;
  border-radius: 0;
  border: none; }

.app_shadow input {
  text-align: center; }

input::-webkit-input-placeholder {
  color: #ccc !important; }

input:-moz-placeholder {
  /* Firefox 18- */
  color: #ccc !important; }

input::-moz-placeholder {
  /* Firefox 19+ */
  color: #ccc !important; }

input:-ms-input-placeholder {
  color: #ccc !important; }

.sweet-alert button {
  margin: 12px 5px 0 5px; }

.box-app-image {
  text-align: center; }

.srj-home-area {
  text-align: center;
  margin-top: 25px; }

.app-install-tip {
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  display: inline-block;
  width: 100%;
  color: #666; }
  .app-install-tip a {
    font-size: 10px !important;
    line-height: 14px; }

.app-invalid-error {
  display: none;
  color: red; }

.admin-button {
  background: #aaa !important;
  border: 1px solid #666 !important;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-size: 1rem !important;
  font-weight: bold;
  margin: 0;
  padding: 10px 20px 11px;
  float: right;
  transition: all 0.4s ease; }

input[type=text], input[type=password] {
  border: 1px solid #ddd !important;
  box-shadow: none !important;
  border-bottom: 1px solid #aaa !important;
  background: #fcfcfc !important; }
  input[type=text]:focus, input[type=password]:focus {
    border-bottom: 2px solid #46B6D1 !important; }

#preview_inputs input[type=text], #preview_inputs input[type=password] {
  background: #fff !important; }

.cke_chrome {
  display: block;
  border: 0 !important;
  padding: 0; }

#basicInfo-form, #passUpdate-form, #emailUpdate-form, #phoneUpdate-form {
  width: 49%;
  float: left;
  clear: none; }

#passConfirm-form {
  width: 100%;
  max-width: 500px;
  float: none !important;
  border: 1px solid #ccc; }

.confirmPassSwal.sweet-alert fieldset {
  display: block !important; }

.email-confirmation-info {
  display: none;
  text-align: center; }

.email-confirmation-password-check {
  text-align: center; }
  .email-confirmation-password-check .admin-button {
    float: none; }

span.admin-table-label.pending {
  font-size: 0.875rem;
  line-height: 1.125rem; }

.whatsnewLogsBox {
  margin-bottom: 5px;
  float: left;
  width: 100%; }

.whatsnewLogsBox h2, .whatsnewLogsBox p {
  margin: 0 !important;
  padding: 0 !important; }

.whatsnewLogsBox .alert-box {
  min-height: 94px;
  margin-bottom: 7px !important; }
  .whatsnewLogsBox .alert-box .headline-date {
    float: right;
    color: white;
    background: #008cba;
    width: 50px;
    padding: 10px;
    text-align: center;
    line-height: 15px;
    border-radius: 10px;
    font-weight: bold;
    margin-left: 20px;
    box-shadow: 0 5px 8px -6px rgba(0, 0, 0, 0.9);
    border: 2px solid; }
    .whatsnewLogsBox .alert-box .headline-date.alert {
      background: #de2d0f;
      border-color: #de2d0f; }
    .whatsnewLogsBox .alert-box .headline-date.info {
      background: #74bfdd;
      border-color: #74bfdd; }
    .whatsnewLogsBox .alert-box .headline-date.warning {
      background: #de770f;
      border-color: #de770f; }

.whatsnewLogsBox .headline-day {
  font-size: 20px; }

.whatsnewLogsBox .news_date {
  padding: 0;
  margin: 0;
  color: #888; }

.whatsnewLogsBox.box {
  margin-bottom: 1px; }
  .whatsnewLogsBox.box a {
    font-size: inherit !important;
    color: inherit !important; }

.whatsnewLogsBox .logPage, .whatsnewLogsBox .logType {
  border-radius: 5px;
  line-height: 18px;
  background: #ddd;
  padding: 2px 5px;
  background: #ffc107;
  margin-right: 5px; }
  .whatsnewLogsBox .logPage.all, .whatsnewLogsBox .logType.all {
    background: #009688;
    color: white; }
  .whatsnewLogsBox .logPage.normal, .whatsnewLogsBox .logType.normal {
    background: #2196F3;
    color: white; }
  .whatsnewLogsBox .logPage.alert, .whatsnewLogsBox .logType.alert {
    background: #c30b0b !important;
    color: white !important; }

.whatsnewTitle {
  border: 1px solid #2196F3 !important;
  box-shadow: none !important;
  background: #2196F3 !important;
  height: 25px; }
  .whatsnewTitle.alert {
    background: #c30b0b !important;
    border: 1px solid #c30b0b !important; }
  .whatsnewTitle * {
    color: white !important; }
    .whatsnewTitle *.logBox_closeBtn {
      color: black !important; }
  .whatsnewTitle h3 i {
    font-size: 20px; }

#whatsNew_textarea {
  float: none;
  border: 1px solid #2196F3;
  box-shadow: none; }
  #whatsNew_textarea * {
    font-size: 12px; }
  #whatsNew_textarea.alert {
    border: 1px solid #c30b0b !important; }
  #whatsNew_textarea ul {
    margin: 0;
    padding: 0;
    margin-left: 20px; }

#whatsNew_title {
  position: relative;
  padding: 0;
  margin: 0;
  font-size: 13px;
  line-height: 23px;
  padding-bottom: 0; }
  #whatsNew_title i {
    position: absolute;
    font-size: 20px;
    margin-top: 2px;
    margin-left: -10px; }
  #whatsNew_title span.title {
    margin-left: 15px; }

.ec_alert_log {
  display: none; }

.logBox_closeBtn {
  float: right;
  margin-left: 10px;
  margin-right: -14px;
  cursor: pointer;
  background: white;
  padding: 0 7px;
  border-radius: 4px;
  box-shadow: 1px 1px 1px -1px; }

div#admin-adminActions-top {
  background: orange;
  color: white;
  border-radius: 10px 10px 0 0;
  text-align: center;
  padding-left: 13px; }
  div#admin-adminActions-top * {
    color: orange !important; }
  div#admin-adminActions-top .top-link {
    font-weight: bold;
    font-size: 13px; }
  div#admin-adminActions-top .top-bar-menu-links {
    border: 1px solid orange;
    border-top: 1px solid #dbdbdb; }

#bannersBottomArea {
  padding-bottom: 250px; }

.medium-9.columns.search_results_column {
  min-height: 750px;
  padding-bottom: 200px; }

input.ws-date.ws-inputreplace.has-input-buttons.user-error {
  border: 1px solid red !important; }

input.ws-date.ws-inputreplace.has-input-buttons.user-success {
  border: 1px solid #ddd !important; }

span.pubDateError {
  color: red;
  font-size: 12px;
  margin-top: -15px;
  position: absolute;
  display: none; }

span.isActiveError {
  color: red;
  font-size: 12px;
  margin-top: -15px;
  position: absolute;
  display: none;
  left: 6px;
  width: 150px; }

.articles_summary_abstract_content {
  background: white;
  padding: 10px;
  border-radius: 0 5px 5px 5px;
  border: 1px solid #aaa;
  display: none;
  box-shadow: 2px 2px 1px 1px rgba(0, 0, 0, 0.1); }
  .articles_summary_abstract_content.active {
    display: block; }
  .articles_summary_abstract_content * {
    font-size: 11px !important;
    line-height: 15px; }
  .articles_summary_abstract_content img.abstract-load-img {
    margin: auto;
    display: block; }

.articles_summary_abstract_link, .articles_summary_abstract_link_preview {
  cursor: pointer;
  color: #444;
  height: 22px;
  display: inline-block;
  line-height: 21px; }
  .articles_summary_abstract_link.active, .articles_summary_abstract_link_preview.active {
    font-weight: bold; }

.articles_summary_pdf_link, .articles_summary_pdf_link_preview {
  cursor: pointer;
  color: #444;
  height: 22px;
  display: inline-block;
  line-height: 21px;
  margin-right: 20px; }
  .articles_summary_pdf_link.active, .articles_summary_pdf_link_preview.active {
    border-bottom: 0; }
  .articles_summary_pdf_link:hover, .articles_summary_pdf_link_preview:hover {
    color: #444; }
  .articles_summary_pdf_link img, .articles_summary_pdf_link_preview img {
    max-height: 10px;
    margin-top: -2px; }

.preview-box {
  width: 100%; }

section#journal-home section {
  margin-top: 30px; }

section#journal-home section:first-child, section#news-area section {
  margin-top: 0 !important; }

#Issues_isActive:focus {
  outline: none !important; }

#journal-main-area article div#trendMD {
  margin-top: 25px !important; }

span.articleInfo, span.title, span.doi, div.summary_quicklinks {
  width: 100%; }

.archive-table {
  border: 0;
  width: 100%; }
  .archive-table h2 {
    font-family: "Open Sans", sans-serif !important;
    font-size: 13px;
    color: #666;
    font-weight: bold;
    margin: 0; }
  .archive-table th {
    background: #fff;
    border-bottom: 2px solid #bbb; }
  .archive-table td {
    text-align: center;
    padding: 0;
    background: #f3f3f3;
    border: 1px solid white; }
    .archive-table td a {
      display: inline-block;
      width: 100%;
      padding: 5px 10px; }
      .archive-table td a:hover {
        background: #eee; }
    .archive-table td.table-title {
      background: #eee;
      color: #666;
      font-weight: bold; }

.faq-category {
  margin-top: 30px; }
  .faq-category:first-child {
    margin: 0; }

.doc-category {
  font-size: 14px;
  background: #eee;
  margin: 10px -10px;
  padding: 0px 10px;
  margin-top: 30px; }
  .doc-category:first-child {
    margin-top: -10px;
    padding-top: 0; }

.faq {
  margin-bottom: 10px; }
  .faq h2 {
    font-size: 11px;
    margin: 0; }
  .faq .category {
    background: #eee;
    padding: 0 5px 3px 5px;
    border-radius: 5px;
    color: #666 !important;
    font-size: 9px; }
  .faq .admin_actions {
    width: 20px;
    right: auto !important;
    float: none !important;
    display: inline-block !important;
    position: relative; }
    .faq .admin_actions a, .faq .admin_actions span {
      float: none;
      font-size: 10px !important;
      padding: 0px 3px;
      border-radius: 0; }
    .faq .admin_actions span {
      background: #008cba;
      color: white;
      border: 1px solid #008cba; }
  .faq.admin {
    padding-top: 8px;
    border-bottom: 1px solid #ddd; }
    .faq.admin i {
      color: red !important; }
    .faq.admin .admin_actions {
      width: 40px; }

#doc-faq-document {
  background: #f3f3f3; }

#simple-header-links {
  float: right; }
  #simple-header-links a {
    font-size: 11px;
    margin-left: 20px;
    font-weight: bold; }
    #simple-header-links a.off {
      color: #ccc;
      cursor: inherit; }

.static-information div.faq-answer, .static-information div.doc-page {
  pointer-events: none;
  display: none;
  margin-left: 23px !important; }
  .static-information div.faq-answer.open, .static-information div.doc-page.open {
    display: block; }
  .static-information div.faq-answer p, .static-information div.doc-page p {
    font-size: 10px !important; }

div#faq-layout {
  background: white;
  padding: 10px 0;
  margin-bottom: 60px; }

div#doc-layout {
  max-width: 100%;
  background: white;
  border-top: 0px solid #ccc;
  display: flex;
  flex-direction: row; }

#doc-document #journals-list {
  padding-top: 0; }

#doc-summary {
  border-right: 1px solid #ccc; }
  #doc-summary .faq {
    margin-bottom: 0; }

#doc-summary, #doc-page-area {
  padding: 10px;
  background: white;
  min-height: 92vh;
  padding-bottom: 100px; }

.static-information a.doc-link.active {
  font-weight: bold !important; }

.languagePicker.faq {
  float: right; }

span.list_keywords {
  width: 100%;
  font-size: 14px;
  font-style: italic;
  color: #888;
  line-height: 18px; }

#faqSidebar {
  background: white;
  width: 30%;
  right: -30%;
  position: fixed;
  top: 0;
  border-bottom: 1px solid #aaa;
  z-index: 100000000000000000000000;
  height: 100%;
  transition: all 0.6s ease; }
  #faqSidebar.faq-expanded {
    right: 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    border-left: 1px solid #aaa; }
  #faqSidebar #faqContent {
    padding: 20px;
    overflow: auto;
    height: 100%; }
  #faqSidebar #faqPage-button {
    left: -80px;
    top: 70px;
    font-size: 40px;
    line-height: 60px;
    position: absolute;
    background-color: #068bc7;
    color: white;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    margin-left: 1px;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    -webkit-box-shadow: 0 4px 5px -1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 4px 5px -1px rgba(0, 0, 0, 0.5);
    box-shadow: 0 4px 5px -1px rgba(0, 0, 0, 0.5); }
  #faqSidebar #doc-page-summary {
    padding: 20px;
    background: #068bc7;
    margin: -20px;
    border-bottom: 1px solid #ccc;
    color: white; }
    #faqSidebar #doc-page-summary h2 {
      color: white;
      font-weight: bold;
      padding: 10px 25px;
      margin: -20px -20px 0px -20px;
      background: #085c82; }
    #faqSidebar #doc-page-summary a {
      color: white; }
      #faqSidebar #doc-page-summary a:hover {
        text-decoration: underline; }
    #faqSidebar #doc-page-summary ol {
      margin-bottom: 0; }
    #faqSidebar #doc-page-summary.no-summary {
      padding: 0 20px;
      border: none; }
      #faqSidebar #doc-page-summary.no-summary h2 {
        margin-bottom: 0; }

.buorg div {
  background: lemonchiffon; }

.show-for-print {
  display: none; }

.faq-option {
  background: #0c476b;
  height: 20px;
  padding: 0px 20px;
  margin: 0px -20px 0px -20px; }

.keepClosedLink, .keepOpenedLink {
  float: right;
  cursor: pointer;
  color: #657b8a;
  transition: all 0.3s ease; }
  .keepClosedLink i, .keepOpenedLink i {
    color: #657b8a; }
  .keepClosedLink.active, .keepClosedLink:hover, .keepOpenedLink.active, .keepOpenedLink:hover {
    color: #fff; }
    .keepClosedLink.active i, .keepClosedLink:hover i, .keepOpenedLink.active i, .keepOpenedLink:hover i {
      color: #fff; }

.keepClosedLink {
  margin-right: -15px; }

.keepOpenedLink {
  margin-right: 15px; }

.ppp-branding img {
  padding: 0px 0;
  margin: 5px 7px 7px !important; }

span.plan-upgrade {
  background: orange;
  padding: 5px 10px;
  border-radius: 10px;
  color: white; }

p.upgrade-info {
  color: #888;
  margin: 0;
  padding: 0; }

#journal-main-area article #article-lp-actions {
  float: left;
  clear: both;
  width: 100%;
  margin: 30px 0 25px 0 !important;
  padding: 20px 0 !important;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  color: #333; }
  #journal-main-area article #article-lp-actions .lp-action-left div i {
    font-size: 24px;
    vertical-align: bottom;
    padding-right: 5px; }
  #journal-main-area article #article-lp-actions .lp-action-left .lp-pdf, #journal-main-area article #article-lp-actions .lp-action-left .lp-pdf-url, #journal-main-area article #article-lp-actions .lp-action-left .lp-external-url {
    float: left;
    margin-right: 10px !important;
    padding-right: 10px !important; }
  #journal-main-area article #article-lp-actions .lp-action-left .lp-pdf.first {
    border-right: 1px solid #ccc !important; }
  #journal-main-area article #article-lp-actions .lp-action-left .lp-pdf img {
    max-height: 10px;
    margin-top: -1px; }
  #journal-main-area article #article-lp-actions .lp-action-left .lp-external-url {
    position: relative;
    width: 150px; }
    #journal-main-area article #article-lp-actions .lp-action-left .lp-external-url:hover .external-url-area {
      display: block !important; }
    #journal-main-area article #article-lp-actions .lp-action-left .lp-external-url .external-url-area {
      display: none !important;
      position: absolute;
      right: -70px;
      background: white;
      text-transform: uppercase;
      width: 96px;
      padding: 8px 12px !important;
      border: 1px solid #ccc;
      text-tranform: capitalize !important; }
      #journal-main-area article #article-lp-actions .lp-action-left .lp-external-url .external-url-area.link-2 {
        top: -19px; }
        #journal-main-area article #article-lp-actions .lp-action-left .lp-external-url .external-url-area.link-2:before {
          margin-top: -13px; }
      #journal-main-area article #article-lp-actions .lp-action-left .lp-external-url .external-url-area.link-3 {
        top: -28px; }
      #journal-main-area article #article-lp-actions .lp-action-left .lp-external-url .external-url-area:before {
        content: "";
        position: absolute;
        top: 50%;
        margin-top: -15px;
        left: -30px;
        border: solid 15px transparent;
        border-right-color: #ccc;
        z-index: 1; }
      #journal-main-area article #article-lp-actions .lp-action-left .lp-external-url .external-url-area a {
        float: left;
        clear: both; }
        #journal-main-area article #article-lp-actions .lp-action-left .lp-external-url .external-url-area a:hover {
          text-decoration: underline; }
  #journal-main-area article #article-lp-actions .lp-action-left .lp-pdf-url {
    border-right: 1px solid #ccc; }
  #journal-main-area article #article-lp-actions .lp-action-left a {
    color: #333;
    font-size: 13px; }
  #journal-main-area article #article-lp-actions .lp-action-right {
    float: right; }
    #journal-main-area article #article-lp-actions .lp-action-right div.lp-action-view, #journal-main-area article #article-lp-actions .lp-action-right div.lp-action-download, #journal-main-area article #article-lp-actions .lp-action-right div.lp-app-plumx {
      float: right;
      margin-right: 10px !important;
      padding-right: 10px !important;
      border-right: 1px solid #ccc; }
    #journal-main-area article #article-lp-actions .lp-action-right div.lp-action-view, #journal-main-area article #article-lp-actions .lp-action-right div.lp-action-download {
      color: #80878E; }
    #journal-main-area article #article-lp-actions .lp-action-right div.lp-action-view {
      padding-left: 10px !important;
      border-left: 1px solid #ccc; }
    #journal-main-area article #article-lp-actions .lp-action-right div.lp-action-download.last {
      border: none;
      padding-right: 0 !important;
      margin-right: 0 !important; }
    #journal-main-area article #article-lp-actions .lp-action-right div.lp-app-plumx {
      height: 20px;
      margin-top: 0px !important;
      border: none;
      padding-right: 0 !important;
      margin-right: 0 !important;
      margin-left: -15px !important; }

#journal-main-area article .PlumX-Popup {
  display: inline-block;
  height: 0;
  margin-top: -22px !important; }

a.plx-wrapping-print-link {
  font-family: "Open Sans", sans-serif !important;
  color: #6D1B61;
  font-weight: bold; }

.PlumX-Popup .ppp-container.ppp-small .plx-print {
  width: 70px !important;
  height: 70px !important; }

#journal-main-area article div.plx-print {
  display: inline-block;
  margin-right: -10px !important; }

#journal-main-area article div .ppp-pop.ppp-pop-left a {
  margin-top: -20px;
  display: inline-block !important; }

.PlumX-Popup .ppp-container.ppp-badge.ppp-small .ppp-pop-left {
  top: -30px !important;
  left: -157px !important; }

.appearance-footer-imgInfo {
  color: #888;
  font-size: 10px;
  width: 100%;
  text-align: right;
  display: block;
  padding-right: 18px; }

.slugField {
  transition: all 0.3s ease; }
  .slugField input {
    border: 1px solid #ddd !important;
    border-bottom: 1px solid #aaa !important; }
  .slugField.error input {
    border-color: red !important; }

span.slugErrorMSG {
  display: none;
  color: red;
  font-size: 11px;
  position: absolute;
  bottom: -20px; }

.admin-table-link {
  color: black; }

.action-pageStatus.notPublished {
  background: #eee !important; }
  .action-pageStatus.notPublished i {
    color: #ccc !important; }

tr.notPublished td, tr.notPublished a {
  color: #ccc !important; }

span.page_updated {
  font-size: 11px;
  color: #888;
  margin-bottom: 20px !important;
  display: block;
  width: 100%;
  margin-top: -23px; }

.displayUpload {
  display: block; }

.hideUpload {
  display: none; }

.PDFUpload-area {
  background: #46B6D1;
  padding: 15px 20px 0 20px;
  border-radius: 10px;
  border: 1px solid #666; }
  .PDFUpload-area p {
    font-weight: bold;
    font-size: 18px;
    color: white; }
  .PDFUpload-area span, .PDFUpload-area .pdf-name {
    background: rgba(255, 255, 255, 0.7);
    float: right;
    border-radius: 5px;
    padding: 5px 10px;
    margin-bottom: 5px;
    width: 100%;
    font-size: 11px;
    text-align: right;
    display: none; }
  .PDFUpload-area a.pdf-name {
    display: block; }
  .PDFUpload-area .articlePDF .removePDF-btn {
    display: none;
    cursor: pointer;
    margin-top: 36px;
    margin-bottom: 5px;
    padding: 7px 12px;
    border: 1px solid #aaa;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    margin-left: 5px;
    float: right;
    background: white;
    margin: 0;
    font-size: 25px;
    padding: 2px 6px;
    margin-right: 3px; }
  .PDFUpload-area .errorMessage {
    float: right;
    background: rgba(255, 255, 255, 0.7);
    padding: 10px;
    margin-bottom: 5px;
    width: 100%;
    text-align: right;
    border-radius: 5px; }
  .PDFUpload-area .fa-file-pdf-o {
    color: #000;
    background: white;
    font-size: 25px;
    border-radius: 8px;
    margin-right: 2px;
    margin-left: -7px; }
  .PDFUpload-area .row {
    margin-bottom: 5px !important; }
    .PDFUpload-area .row hr {
      margin-top: 0; }
  .PDFUpload-area .articlePDF .file-upload-button.pdf, .PDFUpload-area .articleXML .file-upload-button.pdf {
    margin-top: 0;
    background: #fff;
    float: right;
    padding: 10px;
    margin-top: -7px !important;
    font-size: 16px; }

.removePDF-message {
  margin: auto;
  width: 90%;
  text-align: center;
  background: darkorange;
  color: white;
  font-weight: bold;
  border-radius: 0 0 100px 100px;
  display: none; }

input[type='radio'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  border: 2px solid #999;
  transition: 0.2s all linear;
  outline: none;
  margin-right: 5px;
  position: relative;
  top: 8px;
  margin-bottom: 0px; }

input[type='radio']:checked {
  border: 7px solid #46B6D1; }

input[type='checkbox'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 2px solid #999;
  transition: 0.2s all linear;
  outline: none;
  margin-right: 5px;
  position: relative;
  top: 8px;
  margin-bottom: 0px; }

input[type='checkbox']:checked {
  border: 7px solid #46B6D1; }

button,
legend {
  color: white;
  background-color: black;
  padding: 5px 10px;
  border-radius: 0;
  border: 0;
  font-size: 14px; }

button:hover,
button:focus {
  color: #999; }

button:active {
  background-color: white;
  color: black;
  outline: 1px solid black; }

.input-radio {
  padding-right: 10px;
  margin-top: -15px;
  margin-bottom: 40px; }

#featuredArticles {
  width: 100%;
  background: #008cba;
  padding: 20px 30px;
  margin-bottom: 30px; }
  #featuredArticles h2 {
    font-size: 14px;
    color: white;
    font-weight: 700; }
  #featuredArticles p {
    font-size: 13px;
    color: white;
    margin: 0; }
  #featuredArticles .article-title {
    clear: both;
    display: inline-block;
    width: 100%;
    font-size: 19px;
    color: white;
    font-weight: 600;
    padding: 70px 5px; }
  #featuredArticles .article-authors {
    clear: both;
    display: inline-block;
    width: 100%;
    margin-top: 20px; }
  #featuredArticles .slick-next {
    right: 5px !important; }
  #featuredArticles .slick-prev {
    left: 5px !important; }

.periodikos-slide {
  margin: auto !important;
  border: 1px solid #ccc; }
  .periodikos-slide .slick-prev, .periodikos-slide .slick-next {
    width: 25px;
    height: 25px;
    background: #ccc !important; }

.slick-slide {
  height: auto !important; }

.sweet-alert button {
  color: white !important; }

span.homeCover-title {
  display: inline-block;
  color: #697377;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: uppercase; }

span.homeCover-edition {
  display: inline-block;
  color: #697377;
  font-size: 13px;
  line-height: 18px;
  margin-top: 10px; }

.article-highlight {
  color: #FFC107;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  line-height: 0; }

#site-banner .medium-12.columns.client-banner {
  margin-top: 20px; }

#isExternalArticleArea {
  display: none; }

.loginlogs-area {
  display: none;
  position: absolute;
  background: white;
  border: 1px solid #aaa;
  box-shadow: 0 0 10px 0 #ccc;
  width: 300px;
  right: -290px;
  top: -3px; }

.logIcon:hover .loginlogs-area {
  display: block; }

.import-xml-link {
  display: none; }

/* Host Settings
----------------
- vars, functions, mixins */
@media only screen and (max-width: 1114px) {
  #top-highlight h1 {
    padding-top: 55px; }
  #plan-prices .pricing-plan {
    width: 25%;
    border-bottom: 1px solid #e5e5e5; }
    #plan-prices .pricing-plan#plan5 {
      width: 100%;
      padding-left: 0; }
  .top_articles .statistic-counter {
    left: -27px; } }

@media only screen and (max-width: 640px) {
  /*LAYOUT: Main
	===================================
	¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨*/
  a.faq-link {
    font-size: 16px; }
  .static-information div.faq-answer.open {
    margin: 0 !important; }
  .static-information div.faq-answer.open p {
    font-size: 16px !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 25px !important; }
  span.mobile-menu-subtitle {
    margin-top: 10px !important;
    margin-top: -10px !important; }
  .m-doc-link {
    display: inline-block;
    width: 100%; }
  a.doc-link.top-link.active {
    background: rgba(255, 255, 255, 0.5); }
  .languagePicker.faq {
    display: none; }
  #doc-summary {
    display: none; }
  #journals-list.doc {
    padding: 0;
    padding-top: 58px;
    padding-bottom: 70px; }
  div#tawkchat-container {
    margin: -10px !important; }
  #faqSidebar {
    background: white;
    width: 80%;
    right: -80%;
    position: fixed;
    top: 0;
    border-bottom: 1px solid #aaa;
    z-index: 100000000000000000000000;
    height: 100%;
    transition: all 0.6s ease; }
    #faqSidebar.faq-expanded #faqPage-button {
      right: 82% !important; }
    #faqSidebar #faqPage-button {
      transition: all 0.6s ease;
      position: fixed;
      bottom: 135px;
      font-size: 32px;
      line-height: 48px;
      width: 48px;
      height: 48px;
      top: auto;
      right: -60px;
      padding: 0;
      color: white;
      border-radius: 100%;
      box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.3);
      z-index: 999;
      left: auto; }
      #faqSidebar #faqPage-button.hide-top {
        display: none !important; }
      #faqSidebar #faqPage-button.show-right {
        right: 20px; }
      #faqSidebar #faqPage-button i {
        font-size: 22px;
        font-size: 1.57143rem;
        margin-top: -4px; }
  p {
    padding: 0 20px; }
  #mobile-top-JournalName {
    font-size: 30px;
    padding: 6px 10px;
    color: #30334b !important;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 65px;
    width: 100%; }
  #m-price-navigation {
    padding: 0; }
    #m-price-navigation.fixed {
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); }
    #m-price-navigation div {
      cursor: pointer;
      float: left;
      display: block;
      width: 20%;
      padding: 6%;
      text-align: center;
      border: 1px solid #e5e5e5;
      border-right: none; }
      #m-price-navigation div.activePlan {
        background: #FF9D08;
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3) inset; }
        #m-price-navigation div.activePlan a {
          color: white; }
      #m-price-navigation div a {
        display: block;
        margin-top: 70px;
        font-size: 18px;
        font-size: 1.28571rem;
        font-family: "Lato", sans-serif;
        color: #797C8F;
        font-weight: bold;
        text-transform: uppercase;
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        writing-mode: lr-tb;
        text-align: left; }
      #m-price-navigation div .platinum-m-link {
        border-right: 1px solid #e5e5e5; }
  #bigScreen-go-top {
    width: 48px;
    height: 48px;
    top: auto;
    bottom: 60px;
    right: -60px;
    padding: 0;
    color: white;
    border-radius: 100%;
    box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.3);
    transition: all 0.4s ease !important;
    background: #E81D2C;
    z-index: 999; }
    #bigScreen-go-top.show-right {
      right: 20px; }
    #bigScreen-go-top i {
      font-size: 22px;
      font-size: 1.57143rem;
      margin-top: -4px; }
  .pick-language {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 31px; }
  .languagePicker a, .languagePicker span {
    display: block;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 24px !important;
    border: none;
    float: right;
    margin: 10px 5px;
    border-radius: 5px;
    background: #fff;
    color: #797C8F; }
    .languagePicker a.flag, .languagePicker span.flag {
      width: auto;
      height: auto;
      padding: 10px !important; }
    .languagePicker a.disabled, .languagePicker span.disabled {
      border: none;
      background: rgba(255, 255, 255, 0.3) !important;
      color: #333; }
  .site-navigation {
    float: left;
    width: 100%;
    margin-top: 32px;
    text-align: left; }
    .site-navigation ul li {
      display: block; }
  #site-footer #links #host-social {
    float: left;
    margin-left: 20px;
    padding-top: 15px; }
  #site-footer #links {
    padding-bottom: 230px; }
  #articles_list h2 {
    float: left; }
  #ec-form input[type=text], #ec-form input[type=password], #ec-form input[type=email], #ec-form textarea, #reg-form input[type=text], #reg-form input[type=password], #reg-form input[type=email], #reg-form textarea, #form-signup input[type=text], #form-signup input[type=password], #form-signup input[type=email], #form-signup textarea {
    widtt: 100%;
    height: 56px;
    margin-bottom: 15px;
    color: #8e8e8e;
    line-height: 43px;
    border: 1px solid #ddd;
    background: white; }
  #form-signup {
    float: right;
    width: 100%;
    margin-right: 0;
    margin-top: 0;
    padding: 40px !important;
    padding-bottom: 145px !important;
    border: none;
    background: none; }
    #form-signup .m-align {
      text-align: center; }
      #form-signup .m-align .button {
        float: none !important; }
    #form-signup #change-plan, #form-signup .plan-price, #form-signup .free-test {
      clear: left;
      float: left;
      margin: 0;
      padding: 0; }
    #form-signup .plan-price {
      margin-top: 15px; }
    #form-signup .free-test {
      margin-bottom: 15px; }
  .ecMobile_actions #main_navigation {
    margin-top: 0; }
  #site-footer #institutional .links {
    display: none;
    text-align: center; }
  .copyright-notes {
    text-align: center; }
  .smallprints div {
    float: none !important; }
  nav.nav-footer {
    margin-bottom: 25px; }
    nav.nav-footer li {
      margin-bottom: 5px !important;
      text-align: center;
      padding: 3px; }
  #top-highlight {
    padding: 60px 0px 20px 0; }
    #top-highlight div {
      height: auto;
      text-align: center; }
      #top-highlight div h1 {
        margin-top: 0;
        padding: 10px 30px 5px 30px !important;
        font-size: 32px !important;
        color: #797c8f !important;
        line-height: 40px; }
      #top-highlight div h1, #top-highlight div p, #top-highlight div .button, #top-highlight div .clients img {
        margin-left: 0; }
      #top-highlight div p {
        padding-left: 20px; }
        #top-highlight div p.page-home {
          padding: 0px 40px 0px 40px !important; }
      #top-highlight div img {
        margin-top: 0px;
        padding-left: 8px; }
    #top-highlight .clients img {
      margin-top: 10px; }
    #top-highlight blockquote {
      padding-left: 0; }
      #top-highlight blockquote.first p {
        padding-left: 35px; }
  #plan-prices .pricing-plan {
    width: 100%;
    min-height: 0;
    padding: 0; }
    #plan-prices .pricing-plan h2 {
      margin-bottom: 0;
      padding-top: 45px;
      font-size: 25px;
      font-size: 1.78571rem;
      font-family: "Lato", sans-serif;
      color: #797c8f;
      text-transform: uppercase;
      font-weight: 800 !important;
      text-align: left; }
  #plan-prices .plan {
    padding-left: 30px;
    text-align: left; }
    #plan-prices .plan .more-link {
      cursor: pointer;
      font-size: 13px;
      font-size: 0.92857rem;
      color: #8e8e8e;
      text-decoration: underline; }
  #plan-prices .mobile-plan-table {
    display: none;
    float: left;
    width: 100%;
    min-height: 100px;
    margin-bottom: -10px;
    border-top: 1px solid #e5e5e5;
    background: #f5f5f6; }
    #plan-prices .mobile-plan-table span.plan-item {
      display: block;
      float: left;
      width: 100%;
      padding: 15px 0;
      font-size: 14px;
      font-size: 1rem;
      color: #8E8E8E;
      text-align: center;
      border-bottom: 1px solid #ddd;
      border-top: 1px solid #fff; }
      #plan-prices .mobile-plan-table span.plan-item .monthly-price {
        color: #797C8F;
        border-bottom: 1px solid #ddd; }
      #plan-prices .mobile-plan-table span.plan-item.not-avaliable {
        color: #bbb;
        text-decoration: line-through; }
  #highlights {
    margin-bottom: 200px; }
    #highlights .highlight {
      min-height: 0;
      text-align: center; }
      #highlights .highlight p {
        font-size: 14px !important; }
      #highlights .highlight img {
        margin-top: 0; }
      #highlights .highlight div {
        padding: 20px; }
        #highlights .highlight div h1 {
          margin: 0;
          padding: 0;
          font-size: 20px !important;
          font-family: "Lato", sans-serif;
          color: #797C8F !important;
          font-weight: bold;
          line-height: 25px; }
  #contact-form {
    max-width: 475px;
    margin: auto;
    padding-right: 0;
    color: #8e8e8e; }
  .contact {
    padding: 20px; }
  .client-logos .logo {
    float: left;
    width: 100%;
    padding: 10px 0;
    text-align: left;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ddd; }
    .client-logos .logo img {
      max-width: 87%; }
  /*JOURNAL: Archive
	===================================
	¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨*/
  .yearBlock {
    display: block;
    float: left !important;
    width: 100% !important;
    height: auto;
    padding: 0;
    text-align: center; }
    .yearBlock a {
      display: block;
      float: left !important;
      clear: none;
      width: 49%;
      margin: 0;
      margin: 1px;
      text-align: center;
      font-size: 45px; }
      .yearBlock a span {
        width: 100%;
        margin: 0;
        padding: 30px 0px;
        font-size: 16px;
        font-size: 1.14286rem;
        color: white;
        font-weight: 600;
        border: none; }
        .yearBlock a span em {
          color: white; }
        .yearBlock a span i {
          font-size: 24px;
          font-size: 1.71429rem;
          margin-right: 5px; }
      .yearBlock a.congress {
        color: white; }
        .yearBlock a.congress span {
          color: white;
          padding: 25px 0px; }
          .yearBlock a.congress span span {
            padding: 0; }
    .yearBlock a span {
      padding: 13px 0;
      background: #797C8F; }
  .yearBlock {
    border: none; }
    .yearBlock a {
      display: block;
      float: left;
      clear: none;
      text-align: center; }
      .yearBlock a span {
        display: block; }
  .yearBlock2.admin {
    width: 100%; }
  #m-journal-navigation {
    display: block;
    position: static;
    height: 32px;
    margin: 37px -15px;
    padding: 0 15px;
    border-top: 1px solid #fff;
    background: #f5f5f6;
    transition: all 0s ease !important; }
    #m-journal-navigation * {
      transition: all 0s ease !important; }
    #m-journal-navigation #m-nav-journal-current-link {
      cursor: pointer;
      display: inline-block;
      height: 32px;
      padding-right: 15px;
      font-size: 13px;
      font-size: 0.92857rem;
      color: #797C8F;
      font-weight: 600;
      line-height: 28px;
      background: url(../images/icon-selectArrow.png) right 12px no-repeat; }
    #m-journal-navigation #m-journal-links-area {
      display: none;
      position: absolute;
      float: left;
      width: 100%;
      margin: 0;
      padding: 0;
      margin: 0 -15px;
      font-size: 13px;
      font-size: 0.92857rem;
      font-weight: 600;
      color: #797c8f;
      border-top: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
      background: #f5f5f6;
      z-index: 1000; }
      #m-journal-navigation #m-journal-links-area a {
        display: inline-block;
        position: static;
        clear: left;
        float: left;
        padding: 15px; }
  .journal-content {
    padding: 0; }
  p {
    padding: 0; }
  aside.journal-sidebar .journal-areas .area {
    float: none;
    clear: none;
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 10px;
    margin-bottom: 20px;
    padding: 5px;
    font-size: 12px;
    font-size: 0.85714rem;
    font-family: "Lato", sans-serif;
    color: #797c8f;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #c9cbd2;
    border-radius: 2px; }
  .topCounter h1 {
    padding-left: 0; }
  .topCounter .article {
    padding-left: 10px; }
  .topCounter#top-views, .topCounter#top-downloads {
    display: block;
    width: 100%;
    position: relative;
    padding: 0 15px; }
  .yearBlock h2, .article-type {
    display: inline-block;
    padding: 2px 5px;
    font-size: 14px;
    font-size: 1rem;
    font-family: "Lato", sans-serif;
    color: white;
    font-weight: bold;
    background: #2b96f1; }
  #articles_list h2 {
    clear: left;
    display: inline-block;
    padding: 2px 0;
    font-size: 14px;
    font-size: 1rem;
    font-family: "Lato", sans-serif;
    color: white;
    font-weight: bold; }
  #articles_list .title a {
    font-size: 15px;
    font-size: 1.07143rem;
    color: #444763;
    font-weight: 600;
    line-height: 18px; }
  #articles_list .authors {
    font-size: 13px;
    font-size: 0.92857rem;
    color: #6A6A6B;
    line-height: 18px; }
  .article-type {
    padding: 5px; }
  article h1#main-title {
    margin-top: 22px; }
  article .authors {
    font-size: 13px;
    font-size: 0.92857rem; }
  article h2 {
    font-size: 16px;
    font-size: 1.14286rem;
    font-weight: normal; }
  #journals-list .issue_count {
    display: none; }
  #reg-step1, #reg-step2, #reg-step3 {
    padding: 0 20px 100px 20px; }
    #reg-step1 p, #reg-step2 p, #reg-step3 p {
      padding: 45px 0 20px 0; }
  .m-userAction {
    cursor: pointer;
    padding: 15px;
    font-size: 20px !important;
    color: #fff; }
    .m-userAction .client-logout {
      font-size: 14px !important; }
  .m-user-action-area {
    display: none;
    height: 0 !important;
    padding: 0 15px; }
    .m-user-action-area.m-active {
      display: block;
      width: 100%;
      height: auto !important;
      background: rgba(255, 255, 255, 0.1); }
    .m-user-action-area.mobile span {
      clear: left;
      float: left; }
      .m-user-action-area.mobile span a {
        display: block;
        padding: 13px 15px;
        font-size: 15px;
        font-size: 1.07143rem;
        font-family: "Lato", sans-serif;
        color: white;
        text-transform: none !important; }
    .m-user-action-area.mobile hr {
      opacity: 0.2;
      margin: 0 -15px;
      border-color: #797C8F !important;
      background: #797C8F !important; }
  input[type='checkbox'] {
    width: 2em;
    height: 2em;
    vertical-align: top; }
  .login-mobile {
    padding: 0 20px;
    padding-bottom: 410px !important; }
  .ec-edit-in-place i {
    font-size: 30px;
    font-size: 2.14286rem; }
  #form-recover {
    padding-left: 0px; }
  div#site-content {
    padding-top: 56px;
    max-width: 90vw !important; }
  #journal-banner {
    position: relative; }
  section#journal-info {
    float: right;
    position: relative;
    right: 0;
    max-width: 100%;
    min-width: 100%;
    margin-top: 25px;
    margin-bottom: 30px;
    margin-right: 0;
    padding: 25px;
    background: #fafafa; }
  #journal-info-area, #summary-sidebar {
    display: none; }
  #journalTitleBox {
    margin: 0 auto;
    padding: 0;
    width: 90%;
    text-align: center;
    max-width: 100%;
    position: absolute;
    background: none;
    bottom: 0;
    float: none;
    background: white;
    margin: auto;
    text-align: center;
    left: 0;
    right: 0; }
    #journalTitleBox img {
      max-height: 145px;
      background: white;
      padding: 5px; }
  h1#journal-name {
    background: white;
    padding: 10px 15px 0; }
  #top-article-links li.tab-title {
    float: left;
    width: 50%;
    height: 60px; }
  #top-article-links li.active {
    height: 60px; }
  hr {
    margin: 2px 0px; }
  .issue_cover.userPreview {
    cursor: inherit; }
  .issn-position {
    top: 0 !important;
    left: 5px !important; }
  #journal-links.journal-navigation {
    height: auto;
    float: none;
    position: relative;
    margin: 0 !important;
    padding: 15px 0 !important; }
    #journal-links.journal-navigation ul {
      height: auto !important;
      margin-bottom: 20px;
      text-align: center; }
      #journal-links.journal-navigation ul li {
        width: 48%;
        float: left;
        border: none;
        background: #efefef;
        margin: 2px;
        padding: 5px;
        height: auto;
        min-height: 50px; }
  span.mobile-menu-subtitle {
    background: rgba(255, 255, 255, 0.9);
    width: 226px;
    margin: 0 -8px;
    padding: 0 8px;
    border-radius: 0 0 20px 7px; }
  .medium-6.columns.issue-cover {
    margin-top: 0; }
  .medium-6.columns.coverDescription {
    margin-top: 30px; }
  #q {
    padding: 25px 5px !important;
    font-size: 18px; }
    #q:focus {
      padding: 25px 5px !important; }
  .article-type {
    color: white !important; }
  .development {
    padding-top: 65px;
    margin-bottom: -58px; }
  .no-banner {
    padding-right: 0.9375rem; }
  #timeout, #timeoutShadow {
    opacity: 0; }
  #mobile-page-area li.heading2 a {
    padding-left: 25px !important;
    font-weight: normal;
    font-style: italic; }
  #m-app #ec-article-actions, #m-app #shadow-article-actions {
    display: none !important; }
    #m-app #ec-article-actions.fixed, #m-app #shadow-article-actions.fixed {
      display: none !important; }
  #journal-main-area {
    padding: 30px 20px 200px 20px !important; }
  #journal-social {
    text-align: center;
    margin-bottom: 5px;
    margin-top: -15px; }
    #journal-social a {
      float: none !important; }
  #ec-article-actions, #shadow-article-actions {
    display: none !important; }
  #articles_list .article, .items .article {
    margin-bottom: 5px;
    padding: 0;
    margin: 0; }
  #aop-block-area {
    padding: 0; }
  #aop-block {
    margin-right: 0; }
  #journal-homeImage-area {
    display: none; }
  .articles_view span.date, .articles_view span.doi, .search_search span.date, .search_search span.doi, .articles_search span.date, .articles_search span.doi {
    clear: both;
    float: left; }
  .articles_view span.title {
    width: 100%; }
  .modal {
    vertical-align: top !important;
    max-width: 700px !important;
    width: 90% !important;
    background: rgba(255, 255, 255, 0.8) !important;
    padding: 15px 15px !important;
    top: 80px; }
  .banner-location.left, .banner-location.right, .banner-location.free-client {
    display: none; }
  .form.banners {
    float: left;
    width: 100%;
    padding: 15px; }
    .form.banners .admin-icon.list {
      margin-top: 5px; }
  .box-app {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3), 2px 2px 5px 0 rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    max-width: 100%; }
  .yearBlock h2 {
    background: none !important; }
  #journal-main-area article #article-lp-actions .lp-action-left {
    display: none !important; }
  #journal-main-area article #article-lp-actions .lp-action-right {
    float: left !important; }
  #journal-main-area article #article-lp-actions .lp-action-right div.lp-action-view, #journal-main-area article #article-lp-actions .lp-action-right div.lp-action-download, #journal-main-area article #article-lp-actions .lp-action-right div.lp-app-plumx {
    border-right: none !important; }
  #journal-main-area article #article-lp-actions .lp-action-right div.lp-action-view {
    padding-left: 0 !important;
    border-left: none !important; }
  body {
    padding-top: 60px; }
  .development.dev-mode {
    display: none; } }

.journal-name-list-item {
  position: relative;
  min-height: 45px; }
  .journal-name-list-item .admin_actions {
    right: 0;
    top: -25px; }
  .journal-name-list-item .admin-icon.disabled {
    margin-right: 0; }
