@font-face {
  font-family: 'Poppins-Light';
  src: url("../font/Poppins-Light.eot");
  src: url("../font/Poppins-Light.eot?#iefix") format("embedded-opentype"), url("../font/Poppins-Light.ttf") format("truetype"), url("../font/Poppins-Light.woff") format("woff"), url("../font/Poppins-Light.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

body {
  font-size: 15px;
  font-family: Poppins-Light, sans-serif;
  background: #f6f9fc ;
}

a, a:link { color: rgb(46, 38, 105);
    text-decoration: none;
}
a:hover {color:#000}
nav, ul{ margin:0; padding:0 }


/* Topbar --------------------------------------------------------------- */
#topbar{
    background-color: rgb(6, 35, 36);
}
#topbar .title, #top-menu a{
    line-height: 3em;
}
#topbar .title {
    text-decoration: none;
    font-weight: 600;
}

#topbar a:link {
    color:aliceblue;
}
#topbar a:hover {
    color:rgb(247, 1, 1);
}

#topmenu>ul>li{
    display: inline-block;

}
#topmenu>ul>li>a{
    margin-left: 1em;
    line-height: 3em;
}
/* #topmenu>ul{
    // background-color:blue; margin:0; 
}

 */


/* Header --------------------------------------------------------------- */
#header {
    background-color:gold;
}

#header .logo {
    padding:10px 0;
}

#mainmenu>ul{
    // background-color:blue; margin:0; 
}
#mainmenu>ul>li{
    display: inline-block;
    // background-color: red;
    text-align: center;
}
#mainmenu>ul>li>a{
    line-height:55px;
    text-decoration: none;
    color: #000;
    margin-left:1em;
}

#mainmenu a:link {
    color:#000;
}


.content, aside {
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #fff;
    display:block;
}


/* Aside */
aside .title{
    display:block;
    line-height: 2.6em;
    font-weight: bold;
    color: #222;
    border-bottom: 1px solid #eee;
}

.block .block-area{
    padding: 10px 0;
    margin-bottom:16px;
}

#sidemenu {
    margin-bottom: 1em;
}
#sidemenu ul {
    list-style: none;
    margin:0;
    padding:0;   
}
#sidemenu ul li {
    display:block;
 
}
#sidemenu ul li::before { 
  content: "";
  border-color: transparent #111;
  border-style: solid;
  border-width: 0.24em 0 0.24em 0.30em;
  display: block;
  height: 0;
  width: 0;
  left: 0;
  top: 1.4em;
  position: relative;
}


#sidemenu a{
    display: block;
    padding: 0.4em 0;
    border-bottom: 1px solid #eee;
    text-indent: 1em;

}



/* Footer */

footer {
    background-color: #fff;
    border-top:1px solid #ddd
}


/* Breadcrumbs */

/* #bcs {
    background-color: rgb(230, 245, 255);

} */


.obj_issue_toc .cover {
  float: left;
  width: 25%;
  height: auto;
  max-height: none;
  margin-right: 20px;
}
.obj_issue_toc .cover {
  display: block;
  margin-bottom: 20px;
}

.obj_issue_toc .cover img {
  max-height: none;
}
.obj_issue_toc .cover img {
  display: block;
  max-height: 250px;
  width: auto;
}

/* Articles */
ul.cmp_article_list {
    list-style: none;

}
.obj_article_summary {
    margin-bottom: 0.7em;
    background-color:#e6f2ff;
    padding: 16px 0;
    border-radius: 8px;
}
.obj_article_summary>.title>a {
    font-weight: bold;
}

ul.galleys_links {
    list-style: none;
   
}


.obj_article_summary .title{
    font-weight:bold;
}

.meta .authors {
    font-style: italic;
}
.meta .doi span {
    font-weight:bold;
}


/* Footbar */

.footbar{
    margin-bottom:1.2em;
}
.footbar ul{
    list-style-type: square;
    margin-left:1em;
}

.footbar h5{
    margin-bottom:1em;
    background-color: #eee;
    padding: 0.2em 0.6em;
}

/* Indexers */

.indexers a {
    display: inline-block;
    
}
.indexers img {
    width: 120px;
    margin: 0 6px 6px 0;
}