/* Banner */

#banner {
  position: relative;
  text-align: right;
  color: white;
  padding-top: 85px;
  padding-right: 20px;
  z-index: 2;
}

#banner a{
  text-decoration: none;
  color: white;
}

#banner-left {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}

#banner-right {
  position: relative;
  z-index: 2;
}

/* ==Banner== */


div.breadcrumbb {
  padding-top: 30px;
}

div.breadcrumbb p {
  font-size: 0.7em;
  color: #323232; }
div.breadcrumbb a, div.breadcrumbb a:link, div.breadcrumbb a:active, div.breadcrumbb a:visited, div.breadcrumbb a:hover {
  color: #000000; }
div.breadcrumbb span.current {
  font-weight: bold; }

.navbar-inner{
	padding-left: 200px;
  font-size: 0.9em;
}

.homepage-title {
  padding-top: 40px;
  text-align: center;
}

.homepage-issn {
  padding-top: 30px;
}

.homepage-body {
  padding-top: 10px;
  text-align: justify;
}

.left-side {
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: justify;
  background-color: #ebf1ff;
}

.left-side a {
  text-decoration: none;
  color: #003aae;
}

#col1 {
  background-color: #10102C;
  height: 126px;
} 

.right-side {
  margin-top: 10px;
}

.page-body {
  padding-top: 20px;
  text-align: justify;
}

/* Other */

.center{
  text-align: center;
}

#bold {
  font-weight: bold;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

#upper {
  text-transform: uppercase;
}

#no-text-decoration {
  text-decoration: none;
  color: black;
}

/* ==Other== */


ul.volume-list {
  list-style-type: none;
  padding-top: 10px
}

ul.volume-list li {
  padding-top: 0.15em;
}

.issue-list {
  padding-top: 5px;
  padding-bottom: 15px;
}

ul.issue-list {
  list-style-type: none;
}

span.key-volume {
  white-space: pre;
  font-weight: bold;
  /*color: #7D7D7D;*/
}

span.key-issue {
  /*color: #662828;*/
  white-space: pre;
}



/* Issue page */

.iss-title {}

.iss-rubric-list {}

.iss-rubric-list ul {
  padding-top: 10px;
  padding-bottom: 20px;
  list-style-type: none;
}

.iss-article-list {}

.iss-article-list ul {
  padding-top: 7px;
}

/* ==Issue page== */


/* Abstract page */

.abs {
  padding-top: 40px;
}

.abs-title {
  padding-left: 10%;
  padding-right: 10%;
  font-size: 1.7em;
  font-weight: bold;
  line-height: 1.3em;
  text-align: center;
}

.abs-autors {
  padding-top: 10px;
  line-height: 1.3em;
  text-align: center;
}

.abs-affiliation {
  padding-top: 10px;
  font-style: italic;
  line-height: 1.3em;
  text-align: center;
}
/* -------------- */

.abs-received-download {
  padding-top: 20px;
}

#abs-received {
  float: left;
}

#abs-download {
  float: right;
}
/* -------------- */

.abs-text {
  padding-top: 40px;
  text-align: justify;
}

.abs-keywords {
  text-align: justify;
}
/* -------------- */

.abs-info {
  padding-top: 10px;
  line-height: 130%;
}

.abs-url {}

.abs-doi {
  margin-top: -8px;
}

.abs-pacs {
  margin-top: -8px;
}

#abs-indent-ulr {
  margin-left: 1.0em;
}

#abs-indent-doi {
  margin-left: 1.2em;
}

#abs-indent-pacs {
  margin-left: 0.35em;
}


/* -------------- */

.abs-references-list {
  padding-top: 10px;
  padding-left: 10px;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity .3s, max-height .3s;
  _display: none;
}

.abs-references-expanded {
  max-height: none;
  opacity: 1;
  _display: block;
}

/* ==Abstract page== */

.footer {
  text-align: center;
  color: gray;
}