@import url("//fonts.googleapis.com/css?family=Lato:300,400,700,900,400italic");
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
html body {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  height: auto;
}
html body.template-auth-login {
  background: #fafafa;
}
html body .container-fluid {
  max-width: 993px;
}
html body a i.fa-external-link {
  font-size: 80%;
}
html body span:focus {
  outline: none;
  border: 0;
}
html body div:focus {
  outline: none !important;
}
html body td:focus {
  outline: none;
  border: 0;
}
html body tr:focus {
  outline: none;
  border: 0;
}
.ti-nav {
  display: inline-block;
  width: 100%;
  background: #ff4000;
  position: relative;
  padding: 10px;
}
.ti-nav.landing-page-true {
  background: #fff;
}
.ti-nav.landing-page-true .controls {
  color: #999;
}
.ti-nav.landing-page-true .controls a {
  color: #999;
}
.ti-nav h1 {
  padding: 0;
  margin: 0;
  font-size: 0;
}
.ti-nav h1 img {
  height: 30px;
}
@media only screen and (max-width: 992px) {
  .ti-nav h1 img {
    height: 20px;
  }
}
.ti-nav .controls {
  position: absolute;
  bottom: 0;
  padding: 10px 10px;
  right: 10px;
}
@media only screen and (max-width: 992px) {
  .ti-nav .controls {
    padding-bottom: 0;
  }
}
.ti-nav .controls a {
  display: inline-block;
  color: #fff;
}
.ti-nav .controls.logged-in a {
  padding: 5px;
}
.ti-nav .controls.logged-in .profile-link .hi {
  font-size: 14px;
  font-weight: 300;
}
.ti-nav .controls.not-logged-in a {
  padding: 5px 10px;
}
#pitch-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  padding: 30px;
  text-align: center;
  border-top: 1px solid #999;
  background: rgba(255, 255, 255, 0.9);
  z-index: 999;
}
@media only screen and (max-width: 992px) {
  #pitch-banner {
    padding: 3px 3px 10px 3px;
  }
}
#pitch-banner .btn {
  margin-left: 20px;
  background: #ff4000;
  border: #e63a00;
}
#pitch-banner .btn:hover {
  background: #e63a00;
}
#pitch-banner .pitch {
  display: inline-block;
  text-align: right;
}
@media only screen and (max-width: 992px) {
  #pitch-banner .pitch {
    width: 155px;
    vertical-align: -10px;
    font-size: 14px;
    margin-bottom: 5px;
  }
}
#site-footer {
  margin-top: 0;
  padding: 20px 0 30px 0;
  color: #777;
  font-size: 14px;
  border-top: 1px solid #eee;
}
#site-footer.logged-in-false {
  padding-bottom: 80px;
}
#site-footer .links {
  margin-bottom: 10px;
}
#site-footer .links a {
  margin-right: 10px;
}
#site-footer .logo {
  text-align: center;
}
@media only screen and (max-width: 992px) {
  #site-footer .logo {
    display: none;
  }
}
#site-footer .logo img {
  width: 24px;
  opacity: 0.3;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
#site-footer .funders {
  text-align: right;
}
@media only screen and (max-width: 992px) {
  #site-footer .funders {
    text-align: left;
  }
}
#site-footer .funders .funder.second {
  display: block;
}
@media only screen and (max-width: 992px) {
  #site-footer .funders .funder.second {
    display: inline;
  }
}
.page {
  min-height: 65vh;
  margin-bottom: 50px;
  margin-top: 10vh;
}
.page a.learn-more {
  font-size: 14px;
  color: #999;
}
.page a.learn-more i {
  opacity: .7;
}
img.channel-icon {
  opacity: 0.5;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  width: 16px;
  height: 16px;
}
img.channel-icon.f1000 {
  opacity: 0.25;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
img.channel-icon.facebook {
  opacity: 0.3;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
img.channel-icon.googleplus {
  opacity: 0.3;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
img.channel-icon.news {
  opacity: 0.4;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
img.channel-icon.peer_reviews {
  opacity: 0.3;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
img.channel-icon.reddit {
  opacity: 0.4;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
img.channel-icon.twitter {
  opacity: 0.6;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
img.channel-icon.weibo {
  opacity: 0.4;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
.page-404 {
  height: 80vh;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.landing.static-page .above-the-fold {
  margin-top: -54px;
  height: 100vh;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.landing.static-page .above-the-fold .tagline {
  font-size: 16px;
}
@media only screen and (max-width: 992px) {
  .landing.static-page .above-the-fold .tagline {
    font-size: 12px;
  }
}
.landing.static-page .above-the-fold .tagline h1 {
  font-size: 3.2em;
  font-weight: 100;
  color: #ff4000;
  margin: 0;
  line-height: 1;
}
.landing.static-page .above-the-fold .tagline .sub {
  max-width: 700px;
  margin: 1em auto 2em;
  font-size: 1.3em;
  font-weight: 100;
}
.landing.static-page .above-the-fold div.join-button button {
  font-size: 1.2em;
  padding: .4em .7em;
}
@media only screen and (max-width: 992px) {
  .landing.static-page .above-the-fold div.join-button button {
    font-size: 1em;
  }
}
.landing.static-page .above-the-fold div.join-button .no-orcid {
  color: #999;
  font-size: 14px;
  display: block;
  margin-top: 5px;
  cursor: pointer;
}
.landing.static-page .above-the-fold div.join-button .no-orcid i.fa {
  color: #bbb;
}
.landing.static-page .above-the-fold div.join-button .no-orcid:hover {
  text-decoration: underline;
}
.landing.static-page div.featured-in {
  text-align: center;
  margin-top: -130px;
}
@media only screen and (max-width: 992px) {
  .landing.static-page div.featured-in {
    margin-top: -20px;
  }
}
.landing.static-page div.featured-in h4 {
  font-size: 13px;
  margin-bottom: 10px;
  color: #999;
}
.landing.static-page div.featured-in h4 i.fa {
  display: none;
}
@media only screen and (max-width: 992px) {
  .landing.static-page div.featured-in h4 {
    margin-bottom: 5px;
  }
  .landing.static-page div.featured-in h4 i.fa {
    display: inline;
    opacity: .7;
  }
}
.landing.static-page div.featured-in .logos img {
  opacity: .5;
  height: 40px;
  margin: 0 20px 10px;
}
.landing.static-page div.featured-in .logos img.dark {
  opacity: .6;
}
@media only screen and (max-width: 992px) {
  .landing.static-page div.featured-in .logos img {
    margin: 0 10px 10px;
    height: 30px;
  }
}
.landing.static-page .landing-footer {
  border-top: 1px solid #ddd;
  padding: 15px 0;
  text-align: center;
  color: #999;
  font-size: 14px;
}
.landing.static-page .landing-footer .col {
  display: inline;
}
.landing.static-page .landing-footer .col.links {
  margin-right: 90px;
}
@media only screen and (max-width: 992px) {
  .landing.static-page .landing-footer .col.links {
    margin-bottom: 30px;
    display: block;
    width: 100%;
  }
}
.landing.static-page .landing-footer .col.links a {
  margin: 0 15px 0 0;
  color: #999;
}
.login-button {
  margin: 10px 10px;
  padding: 15px 30px;
  font-size: 20px;
  color: #fff;
  border: none;
}
.login-button.twitter {
  background: #4099FF;
}
.login-button.twitter:hover {
  background: #268bff;
  color: #fff;
}
.login-button.twitter i {
  font-size: 30px;
  vertical-align: -3px;
}
.login-button.orcid {
  background: #A6CE39;
}
.login-button.orcid:hover {
  background: #98be2f;
  color: #fff;
}
.login-button.orcid img {
  height: 30px;
  vertical-align: -8px;
  margin-right: 5px;
}
.page.login-page {
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.page.login-page .login-container {
  border: 1px solid #eee;
  max-width: 800px;
  background: #fff;
  border-radius: 3px;
  padding: 50px 100px 100px;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.page.login-page .login-container h2 {
  text-align: center;
  margin-bottom: 30px;
}
.page.login-page .login-container h2 img {
  width: 200px;
}
.page.login-page .login-container .create-account {
  margin-top: 20px;
}
.page.oauth-page {
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.page.oauth-page .focus-container {
  background: #fff;
  border-radius: 3px;
  padding: 50px 100px 100px;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 20px;
}
.page.oauth-page .focus-container h2 {
  text-align: center;
}
.page.oauth-page .focus-container h2 img {
  width: 200px;
}
.page.oauth-page .focus-container .loading-container {
  width: 200px;
  margin: 0 auto;
}
.page.oauth-page .focus-container .working {
  margin-top: 30px;
  font-size: 25px;
  font-weight: 100;
}
.page.oauth-page .focus-container .error {
  margin-top: 20px;
}
.page.oauth-page .focus-container .error .msg {
  margin-bottom: 20px;
  color: #c9302c;
  font-size: 25px;
}
@media only screen and (max-width: 992px) {
  .page.oauth-page .focus-container .error .btn {
    width: auto;
  }
}
.page.wizard {
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.page.wizard img.logo {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  width: 200px;
}
@media only screen and (max-width: 992px) {
  .page.wizard img.logo {
    width: 150px;
    left: 50%;
    margin-left: -80px;
  }
}
.page.wizard .focus-container {
  max-width: 600px;
  font-size: 20px;
  text-align: left;
}
@media only screen and (max-width: 992px) {
  .page.wizard .focus-container {
    font-size: 18px;
  }
}
.page.wizard .focus-container h2 {
  margin-bottom: 20px;
  color: #ff4000;
  font-weight: 300;
  font-size: 35px;
}
.page.wizard .focus-container .loading-container {
  margin-bottom: 20px;
}
.page.wizard .focus-container .btn {
  margin: 20px 10px 0 0;
  max-width: 100%;
}
@media only screen and (max-width: 992px) {
  .page.wizard .focus-container .btn {
    width: 100%;
    white-space: normal;
  }
}
div.page.person-incomplete.blank {
  height: 100vh;
}
div.page.person-incomplete.add-products {
  max-width: 600px;
  margin: 10vh auto 0;
}
div.page.person-incomplete.add-products img.inline {
  margin: 0 10px;
  height: 25px;
  border: 1px solid #eee;
  box-shadow: 2px 2px 2px #888;
}
div.page.person-incomplete.add-products .refresh {
  text-align: center;
  margin-bottom: 40px;
}
div.page.person-incomplete.add-products .refresh a {
  display: block;
  width: 300px;
  margin: 10px auto;
  font-size: 14px;
}
div.page.person-incomplete.add-products .screencast {
  text-align: center;
  margin-bottom: 100px;
}
div.page.person-incomplete.add-products .screencast img {
  width: 100%;
  border: 1px solid #eee;
  box-shadow: 2px 2px 2px #888;
}
div.page.person-incomplete.set-email {
  margin-top: -100px;
  height: 100vh;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
div.page.person-incomplete.set-email h2 {
  font-size: 50px;
  color: #ff4000;
}
@media only screen and (max-width: 992px) {
  div.page.person-incomplete.set-email h2 {
    font-size: 35px;
  }
}
div.page.person-incomplete.set-email p.instructions {
  font-size: 22px;
}
@media only screen and (max-width: 992px) {
  div.page.person-incomplete.set-email p.instructions {
    font-size: 18px;
  }
}
div.page.person-incomplete.set-email p.instructions .no-spam {
  font-size: 12px;
  display: inline-block;
}
div.page.person-incomplete.set-email .action.twitter .btn {
  margin: 20px 10px 0;
  width: 12em;
}
div.page.person-incomplete.set-email .action.twitter .btn i.fa-times {
  color: #777;
}
div.page.person-incomplete.set-email .action.direct {
  margin-top: 40px;
}
div.page.person-incomplete.set-email .action.direct form {
  margin: 0 auto;
  max-width: 400px;
}
div.page.person-incomplete.set-email .action.direct form button.btn {
  margin: 20px 0;
  font-family: lato, sans-serif;
}
div.page.person,
div.page.product-page {
  margin-bottom: 0;
  margin-top: 50px;
}
div.page.person .no-products,
div.page.product-page .no-products {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 992px) {
  div.page.person .no-products,
  div.page.product-page .no-products {
    margin-top: 20px;
  }
}
div.page.person .no-products h2,
div.page.product-page .no-products h2 {
  font-size: 30px;
}
div.page.person .no-products p,
div.page.product-page .no-products p {
  font-size: 20px;
}
div.page.person .autogenerated,
div.page.product-page .autogenerated {
  text-align: center;
  margin-top: -40px;
  margin-bottom: 40px;
  color: #999;
  font-size: 14px;
}
div.page.person .person-header.row,
div.page.product-page .person-header.row {
  padding-bottom: 35px;
  line-height: 1;
}
div.page.person .person-header.row .main-col,
div.page.product-page .person-header.row .main-col {
  margin-left: 20px;
}
div.page.person .person-header.row .main-col .content,
div.page.product-page .person-header.row .main-col .content {
  margin-bottom: 30px;
}
div.page.person .person-header.row .main-col .content .name a,
div.page.product-page .person-header.row .main-col .content .name a {
  color: black;
}
div.page.person .person-header.row .content,
div.page.product-page .person-header.row .content {
  display: -webkit-flex;
  display: flex;
}
div.page.person .person-header.row .publication-wrapper-block .content {
  display: block;
}
div.page.person .person-header.row .content:before,
div.page.product-page .person-header.row .content:before,
div.page.person .person-header.row .content:after,
div.page.product-page .person-header.row .content:after {
  content: " ";
  display: table;
}
div.page.person .person-header.row .content:after,
div.page.product-page .person-header.row .content:after {
  clear: both;
}
div.page.person .person-header.row .content .avatar,
div.page.product-page .person-header.row .content .avatar {
  margin-right: 25px;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
div.page.person .person-header.row .content .avatar img,
div.page.product-page .person-header.row .content .avatar img {
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  border-radius: 70px;
  height: 75px;
}
div.page.person .person-header.row .content div.bio h2,
div.page.product-page .person-header.row .content div.bio h2 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: bold;
}
@media only screen and (max-width: 992px) {
  div.page.person .person-header.row .content div.bio h2,
  div.page.product-page .person-header.row .content div.bio h2 {
    margin-top: 0;
  }
}
div.page.person .person-header.row .content div.bio h2 .accounts,
div.page.product-page .person-header.row .content div.bio h2 .accounts {
  color: #777;
  font-weight: normal;
}
div.page.person .person-header.row .content div.bio h2 .accounts a,
div.page.product-page .person-header.row .content div.bio h2 .accounts a {
  margin-left: 1px;
  color: #777;
}
div.page.person .person-header.row .content div.bio h2 .accounts a:hover,
div.page.product-page .person-header.row .content div.bio h2 .accounts a:hover {
  text-decoration: none;
}
div.page.person .person-header.row .content div.bio h2 .accounts a img,
div.page.product-page .person-header.row .content div.bio h2 .accounts a img {
  height: 16px;
  opacity: 1;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  vertical-align: -1px;
}
div.page.person .person-header.row .content div.bio h2 .accounts .link-twitter,
div.page.product-page .person-header.row .content div.bio h2 .accounts .link-twitter {
  margin-left: 5px;
  font-size: 16px;
}
div.page.person .person-header.row .content div.bio .person-profile-info,
div.page.product-page .person-header.row .content div.bio .person-profile-info {
  margin-top: 5px;
}
div.page.person .person-header.row .content div.bio .person-profile-info .open-access-info,
div.page.product-page .person-header.row .content div.bio .person-profile-info .open-access-info {
  color: #fb9d00;
  display: inline-block;
  margin-left: 3px;
  margin-top: 2px;
  font-size: 16px;
}
div.page.person .person-header.row .content div.bio .person-profile-info .open-access-info i.fa,
div.page.product-page .person-header.row .content div.bio .person-profile-info .open-access-info i.fa {
  font-size: 85%;
}
div.page.person .person-header.row .content div.bio .person-profile-info .open-access-info .fulltext,
div.page.product-page .person-header.row .content div.bio .person-profile-info .open-access-info .fulltext {
  font-weight: bold;
}
div.page.person .person-header.row .content div.bio .person-profile-info .open-access-info .fulltext:hover,
div.page.product-page .person-header.row .content div.bio .person-profile-info .open-access-info .fulltext:hover {
  text-decoration: underline;
}
div.page.person .person-header.row .content div.bio .person-profile-info .open-access-info .open-license,
div.page.product-page .person-header.row .content div.bio .person-profile-info .open-access-info .open-license {
  font-weight: 100;
  margin-left: 5px;
  font-size: 90%;
}
@media only screen and (max-width: 992px) {
  div.page.person .person-header.row .content div.bio .person-profile-info .open-access-info .open-license,
  div.page.product-page .person-header.row .content div.bio .person-profile-info .open-access-info .open-license {
    display: block;
    margin-top: 9px;
    margin-left: 0;
  }
}
div.page.person .person-header.row .content div.bio .person-profile-info .open-access-actions,
div.page.product-page .person-header.row .content div.bio .person-profile-info .open-access-actions {
  margin: 8px 0 0 2px;
  font-size: 14px;
}
div.page.person .person-header.row .content div.bio .person-profile-info .open-access-actions a,
div.page.product-page .person-header.row .content div.bio .person-profile-info .open-access-actions a {
  color: #333;
  color: #fb9d00;
  padding: 5px 5px 5px 2px;
  cursor: pointer;
}
div.page.person .person-header.row .content div.bio .person-profile-info .open-access-actions a.is-open-hero,
div.page.product-page .person-header.row .content div.bio .person-profile-info .open-access-actions a.is-open-hero {
  font-weight: bold;
  background: #fb9d00;
  color: #fff;
  padding: 3px 10px;
  margin-right: 5px;
  border-radius: 3px;
}
div.page.person .person-header.row .content div.bio .person-profile-info .autogenerated,
div.page.product-page .person-header.row .content div.bio .person-profile-info .autogenerated {
  color: #999;
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.4;
}
div.page.person .person-header.row .person-actions .tweet-profile,
div.page.product-page .person-header.row .person-actions .tweet-profile {
  float: right;
  margin-right: 20px;
  margin-top: 10px;
}
div.page.person .person-header.row .person-actions .tweet-profile a,
div.page.product-page .person-header.row .person-actions .tweet-profile a {
  background: #1565C0;
  font-size: 16px;
  color: #fff;
  border: none;
}
div.page.person .person-header.row .person-actions .tweet-profile a:hover,
div.page.product-page .person-header.row .person-actions .tweet-profile a:hover {
  background: #104d92;
}
div.page.person div.tab-controls,
div.page.product-page div.tab-controls {
  margin-bottom: 20px;
  margin-top: 20px;
  border-bottom: 1px solid #eee;
  padding-left: 20px;
}
div.page.person div.tab-controls.tab-overview-true,
div.page.product-page div.tab-controls.tab-overview-true {
  border-bottom: none;
}
div.page.person div.tab-controls.tab-overview-true a.selected-true,
div.page.product-page div.tab-controls.tab-overview-true a.selected-true {
  border-bottom: none;
}
div.page.person div.tab-controls a,
div.page.product-page div.tab-controls a {
  font-size: 14px;
  padding: 7px 15px;
  text-transform: uppercase;
  color: #ccc;
  display: inline-block;
  border-bottom: 3px solid transparent;
}
@media only screen and (max-width: 992px) {
  div.page.person div.tab-controls a,
  div.page.product-page div.tab-controls a {
    font-weight: bold;
    padding: 7px;
  }
}
div.page.person div.tab-controls a:hover,
div.page.product-page div.tab-controls a:hover {
  text-decoration: none;
}
div.page.person div.tab-controls a.selected-true,
div.page.product-page div.tab-controls a.selected-true {
  color: #ff4000;
  border-bottom: 3px solid #ff4000;
}
@media only screen and (max-width: 992px) {
  div.page.person div.tab-controls a.selected-true,
  div.page.product-page div.tab-controls a.selected-true {
    border: none;
  }
}
div.page.person .tab-view,
div.page.product-page .tab-view {
  padding-top: 20px;
}
div.page.person .tab-view .main-col h3,
div.page.product-page .tab-view .main-col h3 {
  height: 30px;
  margin: 0 0 0 10px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
}
div.page.person .tab-view .main-col h3 .filter .label,
div.page.product-page .tab-view .main-col h3 .filter .label {
  margin-left: 10px;
  font-size: 13px;
  padding: .5em 1em .3em;
  vertical-align: 1px;
  background: #fff;
  color: #444;
  border: 1px solid #777;
}
div.page.person .tab-view .main-col h3 .filter .label .content,
div.page.product-page .tab-view .main-col h3 .filter .label .content {
  margin-right: 5px;
  text-transform: lowercase;
}
div.page.person .tab-view .main-col h3 .filter .label .content i,
div.page.product-page .tab-view .main-col h3 .filter .label .content i {
  margin-right: 5px;
}
div.page.person .tab-view .main-col h3 .filter .label .content img,
div.page.product-page .tab-view .main-col h3 .filter .label .content img {
  height: 16px;
  margin-right: 5px;
  vertical-align: -2px;
  opacity: 1;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
div.page.person .tab-view .main-col h3 .filter .label .close-button,
div.page.product-page .tab-view .main-col h3 .filter .label .close-button {
  font-size: 18px;
  vertical-align: top;
}
div.page.person .tab-view .main-col h3 a.tool,
div.page.product-page .tab-view .main-col h3 a.tool {
  text-transform: none;
  margin-left: 15px;
  margin-top: -2px;
}
div.page.person .tab-view .small-col h4,
div.page.product-page .tab-view .small-col h4 {
  border-bottom: 1px solid #eee;
  padding: 0 10px 5px;
  margin: 0;
}
div.page.person .tab-view .small-col .filter-option,
div.page.product-page .tab-view .small-col .filter-option {
  padding: 3px;
  margin-left: -10px;
}
div.page.person .tab-view .small-col .filter-option:hover,
div.page.product-page .tab-view .small-col .filter-option:hover {
  background: #fafafa;
}
div.page.person .tab-view .small-col .filter-option.unselected,
div.page.product-page .tab-view .small-col .filter-option.unselected {
  color: #ccc !important;
}
div.page.person .tab-view .small-col .filter-option.unselected .name,
div.page.product-page .tab-view .small-col .filter-option.unselected .name {
  text-decoration: line-through;
}
div.page.person .tab-view .small-col .filter-option.unselected img,
div.page.product-page .tab-view .small-col .filter-option.unselected img {
  opacity: 0.2;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
div.page.person .tab-view .small-col .filter-option.unselected .new-last-week,
div.page.product-page .tab-view .small-col .filter-option.unselected .new-last-week {
  color: #ccc !important;
}
div.page.person .tab-view .small-col .filter-option.selected,
div.page.product-page .tab-view .small-col .filter-option.selected {
  font-weight: bold;
}
div.page.person .tab-view .small-col .filter-option.selected .close-button,
div.page.product-page .tab-view .small-col .filter-option.selected .close-button {
  opacity: 1;
}
div.page.person .tab-view .small-col .filter-option .close-button,
div.page.product-page .tab-view .small-col .filter-option .close-button {
  opacity: 0;
  width: 28px;
  font-size: 20px;
  text-align: center;
  display: inline-block;
  vertical-align: -2px;
  font-weight: normal;
}
div.page.person .tab-view .small-col .filter-option .content,
div.page.product-page .tab-view .small-col .filter-option .content {
  cursor: pointer;
}
div.page.person .tab-view .small-col .filter-option .content i.icon,
div.page.product-page .tab-view .small-col .filter-option .content i.icon {
  width: 20px;
}
div.page.person .tab-view .small-col .filter-option .content img,
div.page.product-page .tab-view .small-col .filter-option .content img {
  width: 16px;
  margin-right: 5px;
  vertical-align: -2px;
}
div.page.person .tab-view .small-col .filter-option .content .val,
div.page.product-page .tab-view .small-col .filter-option .content .val {
  font-size: 80%;
}
div.page.person .tab-view.overview,
div.page.product-page .tab-view.overview {
  margin-top: -30px;
}
div.page.person .tab-view.overview .widget,
div.page.product-page .tab-view.overview .widget {
  margin-bottom: 25px;
  padding: 10px;
  border: 1px solid #eee;
  background: #fff;
}
div.page.person .tab-view.overview .widget .widget-header,
div.page.product-page .tab-view.overview .widget .widget-header {
  margin: 0 10px 10px;
}
div.page.person .tab-view.overview .widget .widget-header:before,
div.page.product-page .tab-view.overview .widget .widget-header:before,
div.page.person .tab-view.overview .widget .widget-header:after,
div.page.product-page .tab-view.overview .widget .widget-header:after {
  content: " ";
  display: table;
}
div.page.person .tab-view.overview .widget .widget-header:after,
div.page.product-page .tab-view.overview .widget .widget-header:after {
  clear: both;
}
div.page.person .tab-view.overview .widget .widget-header h3,
div.page.product-page .tab-view.overview .widget .widget-header h3 {
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  margin: 0;
  font-weight: bold;
}
div.page.person .tab-view.overview .widget .widget-header h3 .val,
div.page.product-page .tab-view.overview .widget .widget-header h3 .val {
  font-size: 120%;
}
div.page.person .tab-view.overview .widget .widget-header .more,
div.page.product-page .tab-view.overview .widget .widget-header .more {
  float: right;
  font-size: 12px;
  color: #777;
}
div.page.person .tab-view.overview .widget.mentions .channels,
div.page.product-page .tab-view.overview .widget.mentions .channels {
  margin-left: 5px;
}
div.page.person .tab-view.overview .widget.mentions .channels .total-posts,
div.page.product-page .tab-view.overview .widget.mentions .channels .total-posts {
  font-size: 35px;
  margin-right: 5px;
  font-weight: 300;
}
div.page.person .tab-view.overview .widget.mentions .channels .ti-label,
div.page.product-page .tab-view.overview .widget.mentions .channels .ti-label {
  display: inline-block;
  width: 8.5em;
  font-size: 12px;
  line-height: 1.3;
}
@media only screen and (max-width: 992px) {
  div.page.person .tab-view.overview .widget.mentions .channels .ti-label,
  div.page.product-page .tab-view.overview .widget.mentions .channels .ti-label {
    display: none;
  }
}
div.page.person .tab-view.overview .widget.mentions .channels .channel,
div.page.product-page .tab-view.overview .widget.mentions .channels .channel {
  margin-left: 12px;
  display: inline-block;
  text-align: center;
  line-height: 1;
}
div.page.person .tab-view.overview .widget.mentions .channels .channel.more-than-8,
div.page.product-page .tab-view.overview .widget.mentions .channels .channel.more-than-8 {
  display: none;
}
@media only screen and (max-width: 992px) {
  div.page.person .tab-view.overview .widget.mentions .channels .channel.more-than-3,
  div.page.product-page .tab-view.overview .widget.mentions .channels .channel.more-than-3 {
    display: none;
  }
}
div.page.person .tab-view.overview .widget.mentions .channels .channel .val,
div.page.product-page .tab-view.overview .widget.mentions .channels .channel .val {
  font-size: 12px;
}
div.page.person .tab-view.overview .widget.mentions .channels .channel img,
div.page.product-page .tab-view.overview .widget.mentions .channels .channel img {
  height: 16px;
  display: block;
  margin: 0 auto;
}
div.page.person .tab-view.overview .widget.mentions .channels .channel .new-last-week,
div.page.product-page .tab-view.overview .widget.mentions .channels .channel .new-last-week {
  font-size: 12px;
  color: green;
}
div.page.person .tab-view.overview .widget.publications .title,
div.page.product-page .tab-view.overview .widget.publications .title {
  font-size: 16px;
}
div.page.person .tab-view.overview .widget.publications .fulltext .val,
div.page.product-page .tab-view.overview .widget.publications .fulltext .val {
  display: none;
}
div.page.person .tab-view.overview .widget.badges .achievement,
div.page.product-page .tab-view.overview .widget.badges .achievement {
  padding: 10px;
  margin-bottom: 20px;
}
div.page.person .tab-view.overview .widget.badges .achievement .under,
div.page.product-page .tab-view.overview .widget.badges .achievement .under {
  font-size: 16px;
}
div.page.person .tab-view.overview .widget.badges .achievement .under .descr,
div.page.product-page .tab-view.overview .widget.badges .achievement .under .descr {
  line-height: 1.3;
}
div.page.person .tab-view.overview .widget.badges .achievement .under .support,
div.page.product-page .tab-view.overview .widget.badges .achievement .under .support {
  display: none;
}
div.page.person .tab-view.overview .widget.badges .achievement .badge-actions,
div.page.product-page .tab-view.overview .widget.badges .achievement .badge-actions {
  display: none;
}
div.page.person .tab-view.publications .main-col .title,
div.page.product-page .tab-view.publications .main-col .title {
  font-size: 18px;
}
div.page.person .tab-view.publications .small-col .filter-by-genre,
div.page.product-page .tab-view.publications .small-col .filter-by-genre {
  margin-bottom: 40px;
}
div.page.person .tab-view.publications .small-col .coauthors,
div.page.product-page .tab-view.publications .small-col .coauthors {
  margin-top: 10px;
}
div.page.person .tab-view.publications .small-col .coauthors .coauthor,
div.page.product-page .tab-view.publications .small-col .coauthors .coauthor {
  margin-left: 25px;
  padding: 5px 20px 5px 0;
}
div.page.person .tab-view.publications .small-col .coauthors .coauthor a,
div.page.product-page .tab-view.publications .small-col .coauthors .coauthor a {
  color: #333;
}
div.page.person .tab-view.badges .main-col h3 .label,
div.page.product-page .tab-view.badges .main-col h3 .label {
  margin-left: 5px;
}
div.page.person .tab-view.badges .main-col h3 .label.engagement,
div.page.product-page .tab-view.badges .main-col h3 .label.engagement {
  background: #2196F3;
}
div.page.person .tab-view.badges .main-col h3 .label.openness,
div.page.product-page .tab-view.badges .main-col h3 .label.openness {
  background: #fb9d00;
}
div.page.person .tab-view.badges .main-col h3 .label.buzz,
div.page.product-page .tab-view.badges .main-col h3 .label.buzz {
  background: #4CAF50;
}
div.page.person .tab-view.badges .main-col h3 .label.fun,
div.page.product-page .tab-view.badges .main-col h3 .label.fun {
  background: #9C27B0;
}
div.page.person .tab-view.badges .main-col .subscore-info,
div.page.product-page .tab-view.badges .main-col .subscore-info {
  margin: 15px 0 15px 10px;
}
div.page.person .tab-view.badges .main-col .subscore-info .personalized .name,
div.page.product-page .tab-view.badges .main-col .subscore-info .personalized .name,
div.page.person .tab-view.badges .main-col .subscore-info .personalized .subscore-name,
div.page.product-page .tab-view.badges .main-col .subscore-info .personalized .subscore-name {
  text-transform: capitalize;
}
div.page.person .tab-view.badges .main-col .subscore-info .personalized .see-all-badges a.engagement,
div.page.product-page .tab-view.badges .main-col .subscore-info .personalized .see-all-badges a.engagement {
  color: #2196F3;
}
div.page.person .tab-view.badges .main-col .subscore-info .personalized .see-all-badges a.openness,
div.page.product-page .tab-view.badges .main-col .subscore-info .personalized .see-all-badges a.openness {
  color: #fb9d00;
}
div.page.person .tab-view.badges .main-col .subscore-info .personalized .see-all-badges a.buzz,
div.page.product-page .tab-view.badges .main-col .subscore-info .personalized .see-all-badges a.buzz {
  color: #4CAF50;
}
div.page.person .tab-view.badges .main-col .subscore-info .personalized .see-all-badges a.fun,
div.page.product-page .tab-view.badges .main-col .subscore-info .personalized .see-all-badges a.fun {
  color: #9C27B0;
}
div.page.person .tab-view.badges .main-col .subscore-info .personalized .badges-count,
div.page.product-page .tab-view.badges .main-col .subscore-info .personalized .badges-count {
  margin-top: 10px;
}
div.page.person .tab-view.badges .main-col .subscore-info .personalized .badges-count a.fun,
div.page.product-page .tab-view.badges .main-col .subscore-info .personalized .badges-count a.fun {
  color: #9C27B0;
  font-weight: bold;
}
div.page.person .tab-view.badges .small-col .subscore,
div.page.product-page .tab-view.badges .small-col .subscore {
  margin-left: -10px;
  font-size: 18px;
}
div.page.person .tab-view.badges .small-col .subscore.engagement,
div.page.product-page .tab-view.badges .small-col .subscore.engagement {
  color: #2196F3;
}
div.page.person .tab-view.badges .small-col .subscore.openness,
div.page.product-page .tab-view.badges .small-col .subscore.openness {
  color: #fb9d00;
}
div.page.person .tab-view.badges .small-col .subscore.buzz,
div.page.product-page .tab-view.badges .small-col .subscore.buzz {
  color: #4CAF50;
}
div.page.person .tab-view.badges .small-col .subscore.fun,
div.page.product-page .tab-view.badges .small-col .subscore.fun {
  color: #9C27B0;
}
div.page.person .tab-view.mentions .main-col .more,
div.page.product-page .tab-view.mentions .main-col .more {
  margin-top: 20px;
  padding-left: 35px;
}
div.page.person .tab-view.mentions .small-col .filter-option .new-last-week,
div.page.product-page .tab-view.mentions .small-col .filter-option .new-last-week {
  color: green;
}
div.page.person .row.person-footer,
div.page.product-page .row.person-footer {
  font-size: 14px;
  margin-top: 50px;
  color: #999;
  line-height: 1.5;
  text-align: left;
  padding: 10px 0;
}
div.page.person .row.person-footer a,
div.page.product-page .row.person-footer a {
  margin-top: 10px;
  color: #777;
}
div.page.person .row.person-footer .text,
div.page.product-page .row.person-footer .text {
  margin-top: 12px;
}
div.page.person .row.person-footer .text .secret-sync,
div.page.product-page .row.person-footer .text .secret-sync {
  cursor: default;
}
div.page.person .row.person-footer .buttons,
div.page.product-page .row.person-footer .buttons {
  text-align: right;
}
div.page.person .row.person-footer .buttons a.btn,
div.page.product-page .row.person-footer .buttons a.btn {
  margin-left: 10px;
}
.view-item .content .support {
  display: -webkit-flex;
  display: flex;
  margin-top: 5px;
}
.view-item .content .support .support-icon {
  display: inline-block;
  margin: 0 5px;
}
.view-item .content .support .support-content {
  display: inline-block;
}
.view-item {
  padding: 15px 10px;
  display: -webkit-flex;
  display: flex;
  font-size: 18px;
}
.view-item div.icon {
  margin: 0 7px 0 0;
}
.view-item div.icon img {
  width: 16px;
  opacity: .7;
}
.view-item div.icon i.fa {
  font-size: 16px;
  color: #999;
}
.view-item div.content {
  flex-grow: 10;
}
.view-item div.content div.title {
  line-height: 1.3;
  font-size: 16px;
}
.view-item div.content div.title .extra {
  font-size: 12px;
}
.view-item div.content div.title i.fa-external-link {
  font-size: .7em;
}
.view-item div.content div.title a:hover {
  text-decoration: none;
}
.view-item div.content div.cites a {
  font-size: .8em;
}
.view-item div.content div.under {
  font-size: 14px;
  line-height: 1.3;
  color: #777;
}
.view-item div.content div.under span.attr {
  font-style: italic;
}
.view-item div.content div.under .oa-icon {
  opacity: .5;
}
.view-item div.content div.under .oa-icon:hover {
  opacity: 1;
}
.view-item div.content div.under .missing-doi {
  margin-left: 3px;
}
.view-item div.content div.under .missing-doi i {
  opacity: .5;
}
.view-item div.content div.under .missing-doi i:hover {
  opacity: 1;
}
.view-item div.content div.under a {
  color: #999;
  text-decoration: underline;
}
.view-item div.content div.under a.target {
  text-decoration: none;
  font-style: italic;
}
.view-item div.content div.under .date-and-attr {
  font-size: 16px;
  margin: 1px 0 5px;
  color: #777;
}
.view-item div.content div.under .date-and-attr a.post-date {
  color: #777;
  font-style: italic;
  text-decoration: none;
}
.view-item div.content div.under .date-and-attr .attr {
  text-transform: capitalize;
}
.view-item div.content div.under .target {
  font-size: 12px;
}
.view-item div.content div.under .target i {
  margin-right: 2px;
}
.view-item div.content div.under .target a {
  text-decoration: none;
  font-style: italic;
}
.view-item div.content div.under .target .word {
  display: none;
}
.view-item div.metric {
  margin-left: 40px;
  font-size: 18px;
}
.view-item.publication .content .title .extra {
  display: none;
}
.view-item.publication .content .fulltext a {
  font-size: 12px;
  margin-top: 5px;
}
.view-item.publication .content .source-icons a.sort-score {
  margin-right: 5px;
  vertical-align: -1px;
  color: #777;
  font-size: 15px;
  font-weight: bold;
}
.view-item.publication .content .source-icons a.sort-score .ti-label {
  display: none;
}
.view-item.publication .content .source-icons .source-icon a {
  text-decoration: none;
}
.view-item.publication .content .source-icons .source-icon a img:hover {
  opacity: 1;
  filter: none;
  -webkit-filter: none;
}
.view-item.achievement {
  padding: 20px;
}
.view-item.achievement .content .title .extra.badge-level {
  font-size: 80%;
  vertical-align: bottom;
  margin-left: 5px;
  margin-top: 4px;
  margin-right: 20px;
}
.view-item.achievement .content .title .extra.badge-level i {
  display: none;
}
.view-item.achievement .content .title .extra.badge-level.bronze-badge i.fa {
  font-size: 75%;
}
.view-item.achievement .content .title .extra.badge-level.silver-badge i.fa {
  font-size: 85%;
}
.view-item.achievement .content .title .extra.badge-level.gold-badge {
  font-weight: bold;
}
.view-item.achievement .content .title .extra.badge-level .text {
  font-size: 12px;
}
@media only screen and (max-width: 992px) {
  .view-item.achievement {
    display: block;
  }
  .view-item.achievement .icon {
    float: left;
  }
  .view-item.achievement .content .title {
    min-height: 64px;
    margin-top: 15px;
    margin-left: 65px;
  }
  .view-item.achievement .content .title .extra.badge-level {
    display: block;
  }
}
.view-item.achievement .group-engagement {
  color: #2196F3;
}
.view-item.achievement .group-openness {
  color: #fb9d00;
}
.view-item.achievement .group-buzz {
  color: #4CAF50;
}
.view-item.achievement .group-fun {
  color: #9C27B0;
}
.view-item.achievement.badge-star_wars .under em {
  font-weight: bold;
}
.view-item.achievement.badge-star_wars .under a.linkout {
  color: #9C27B0;
  font-style: normal;
}
.view-item.achievement .icon {
  line-height: 1;
  margin-top: 5px;
  min-width: 70px;
}
.view-item.achievement .icon img {
  height: 64px;
  width: 64px;
  opacity: 1;
}
.view-item.achievement .content .title {
  font-size: 22px;
}
.view-item.achievement .content .under {
  font-size: 17px;
}
.view-item.achievement .content .under .descr {
  line-height: 1.5;
}
.view-item.achievement .content .under .descr em.n {
  font-size: 120%;
}
.view-item.achievement .content .under .support {
  font-size: 90%;
}
.view-item.achievement .content .under .support .more:hover {
  cursor: pointer;
  text-decoration: underline;
}
.view-item.achievement .content .badge-actions {
  font-size: 15px;
  color: #777;
  padding: 5px 0;
  display: block;
}
.view-item.achievement .content .badge-actions a {
  margin-left: 5px;
  opacity: .5;
  color: #333;
}
.view-item.achievement .content .badge-actions a:hover {
  opacity: 1;
}
.view-item.achievement .content .badge-actions a i {
  opacity: .5;
}
.view-item.rollup .content .title i.show-hide {
  font-size: 14px;
  color: #333;
}
.view-item.rollup .content .title .extra {
  color: #bbb;
}
.view-item.rollup.mendeley-rollup .content .mendeley-summary {
  margin-top: 10px;
}
.view-item.rollup.mendeley-rollup .content .mendeley-summary .disclaimer {
  color: #333;
}
.view-item.rollup.mendeley-rollup .content .mendeley-summary .disclaimer.perma-show {
  color: #777;
  margin-top: -5px;
}
.view-item.rollup.mendeley-rollup .content .mendeley-summary .percent-sign {
  font-size: 10px;
}
.view-item.rollup.mendeley-rollup .content .mendeley-summary .main .col h5 {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.view-item.rollup.mendeley-rollup .content .mendeley-summary .main .col h5 .extra {
  font-size: 12px;
}
.view-item.rollup.mendeley-rollup .content .mendeley-summary .main .col.top-bookmarked .product {
  margin-bottom: 20px;
}
.view-item.rollup.mendeley-rollup .content .mendeley-summary .main .col.top-bookmarked .product .title {
  font-style: italic;
}
.view-item.rollup.mendeley-rollup .content .mendeley-summary .main .col.top-bookmarked .product .title a.target {
  font-size: 14px;
  color: #777;
}
.view-item.rollup.mendeley-rollup .content .mendeley-summary .main .col table tr td {
  padding: 5px 0;
}
.view-item.rollup.mendeley-rollup .content .mendeley-summary .main .col table tr td.percent {
  text-align: right;
}
.view-item.rollup.tweet-rollup .content .tweet-summaries {
  margin-top: 10px;
}
.view-item.rollup.tweet-rollup .content .tweet-summaries .tweet-summary {
  font-size: 16px;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 10px;
}
.view-item.rollup.tweet-rollup .content .tweet-summaries .tweet-summary .main a.post-date {
  color: #777;
  font-style: normal;
}
.view-item.rollup.tweet-rollup .content .tweet-summaries .tweet-summary .main .followers {
  font-size: 12px;
  margin-left: 5px;
}
.view-item.rollup.tweet-rollup .content .tweet-summaries .tweet-summary .main .followers .val {
  font-weight: bold;
}
.view-item.rollup.tweet-rollup .content .tweet-summaries .tweet-summary .support {
  font-size: 12px;
  margin-top: 0;
}
div.page.settings-page {
  max-width: 600px;
  margin-top: 50px;
}
div.page.settings-page div.setting-panel {
  margin-top: 50px;
}
div.page.settings-page div.setting-panel div.sync-controls {
  height: 60px;
}
div.page.settings-page div.setting-panel div.second-q h4 {
  color: red;
  font-weight: bold;
}
.page.product-page {
  margin-top: 50px;
  margin-bottom: 100px;
}
.page.product-page .biblio-row {
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.page.product-page .biblio-row .biblio-col {
  margin-bottom: 10px;
}
.page.product-page .biblio-row .biblio-col a.back-to-profile {
  margin-bottom: 10px;
  margin-left: -5px;
  display: inline-block;
}
.page.product-page .biblio-row .biblio-col .genre {
  font-size: 14px;
}
.page.product-page .biblio-row .biblio-col .genre i {
  opacity: .8;
}
.page.product-page .biblio-row .biblio-col h2 {
  margin-top: 0;
}
.page.product-page .biblio-row .biblio-col .journal {
  color: #333;
}
.page.product-page .biblio-row .biblio-col .journal a i {
  font-size: 60%;
}
.page.product-page .biblio-row .biblio-col .no-fulltext {
  margin: 15px 0 10px;
}
.page.product-page .biblio-row .biblio-col .fulltext {
  margin: 10px 0 5px;
}
.page.product-page .biblio-row .biblio-col .fulltext a {
  color: #fb9d00;
}
.page.product-page .biblio-row .biblio-col .fulltext a i.fa-external-link {
  font-size: 10px;
}
.page.product-page .main-row .tab-view .small-col {
  margin-top: 0px;
}
.page.product-page .main-row .no-posts {
  margin-bottom: 50px;
}
.page.product-page .main-row .no-doi {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 50px;
}
.page.product-page .main-row .no-doi .icon {
  margin: 1px 10px;
}
.page.about-page {
  max-width: 600px;
  margin: 100px auto;
  font-size: 18px;
  line-height: 1.6;
}
.page.about-page h3 {
  text-transform: capitalize;
  margin-top: 70px;
}
.page.about-page .board-member {
  margin-top: 30px;
}
.page.about-page img {
  float: left;
  margin: 20px;
  height: 100px;
}
.page.about-data {
  font-size: 18px;
  line-height: 1.6;
  max-width: 600px;
  margin: 100px auto;
}
.page.about-data h3 {
  margin-top: 50px;
}
.page.about-data h4 {
  font-weight: bold;
}
.page.about-data h5 {
  font-weight: bold;
}
.page.about-data .ways-to-fix-missing-publications {
  padding-left: 30px;
}
.page.about-data .ways-to-fix-missing-publications h4 {
  margin-top: 30px;
}
.page.about-data .ways-to-fix-missing-publications img {
  border: 1px solid #333;
  margin-top: 10px;
  box-shadow: 2px 2px 5px;
  display: block;
  margin-bottom: 50px;
}
.page.about-legal {
  max-width: 600px;
  margin: 100px auto;
}
.page.about-badges {
  max-width: 600px;
  margin: 100px auto;
}
.page.about-badges h3 {
  margin-top: 70px;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.page.about-badges h3.aggregation-level-product {
  margin-top: 120px;
}
.page.about-badges div.intro {
  font-size: 18px;
}
.page.about-badges div.intro p {
  margin-bottom: 40px;
}
.page.about-badges div.intro table {
  margin-left: 30px;
  margin-top: -30px;
  font-size: 16px;
}
.page.about-badges div.intro table td.badge-name {
  font-weight: bold;
  padding: 5px 10px 5px 0;
  font-size: 18px;
}
.page.about-badges div.intro table td.badge-name i {
  width: 20px;
}
.page.about-badges div.intro table td.badge-name.gold {
  color: gold;
}
.page.about-badges div.intro table td.badge-name.silver {
  color: #999;
}
.page.about-badges div.intro table td.badge-name.bronze {
  color: #f29f51;
}
.page.about-badges div.main div.badge-group {
  padding-top: 70px;
}
.page.about-badges div.main div.badge-group .about {
  font-size: 18px;
  border-bottom: 1px solid #eee;
}
.page.about-badges div.main div.badge-group .about.engagement {
  border-color: #2196F3;
}
.page.about-badges div.main div.badge-group .about.openness {
  border-color: #fb9d00;
}
.page.about-badges div.main div.badge-group .about.buzz {
  border-color: #4CAF50;
}
.page.about-badges div.main div.badge-group .about.fun {
  border-color: #9C27B0;
}
.page.about-badges div.main div.badge-group .about h4 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
}
.page.about-badges div.main div.badge-group .about h4.engagement {
  color: #2196F3;
  border-color: #2196F3;
}
.page.about-badges div.main div.badge-group .about h4.openness {
  color: #fb9d00;
  border-color: #fb9d00;
}
.page.about-badges div.main div.badge-group .about h4.buzz {
  color: #4CAF50;
  border-color: #4CAF50;
}
.page.about-badges div.main div.badge-group .about h4.fun {
  color: #9C27B0;
  border-color: #9C27B0;
}
#loading [role=progressbar] {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
}
.login-loading {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 999999999999999999;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #fff;
}
.login-loading .content {
  padding-bottom: 100px;
}
.login-loading .content [role=progressbar] {
  margin: 0 auto;
}
.login-loading .content img {
  width: 150px;
  margin-top: 20px;
}
.login-loading.twitter .content {
  display: none;
}
.page.search .main md-autocomplete {
  height: auto;
}
.page.search .main md-autocomplete md-autocomplete-wrap {
  height: auto;
}
.page.search .main md-autocomplete md-autocomplete-wrap input:not(.md-input) {
  font-size: 28px;
  height: auto;
  padding: 10px 20px;
  background: #fafafa;
}
.page.search .main md-autocomplete md-autocomplete-wrap button {
  background: #fafafa;
  border-radius: 0;
  height: auto;
  margin: 0;
}
.page.search .main p {
  margin-top: 10px;
  font-size: 18px;
}
.page.products-sample h2 {
  margin-bottom: 20px;
}
.page.products-sample .product {
  margin-bottom: 10px;
}
.page.products-sample .product .id {
  font-size: 14px;
  color: #999;
}
#ngProgress {
  margin: 0;
  padding: 0;
  z-index: 99998;
  background-color: green;
  color: green;
  box-shadow: 0 0 10px 0;
  /* Inherits the font color */
  height: 2px;
  opacity: 0;
  /* Add CSS3 styles for transition smoothing */
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
/* Styling for the ngProgress-container */
#ngProgress-container {
  position: fixed;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
}
md-dialog {
  max-width: 500px;
}
md-dialog#aboutOaDialog h2 {
  color: #fb9d00;
}
md-dialog#aboutOaDialog .btn {
  margin: 10px;
}
md-dialog#badgeDialog {
  padding: 20px 10px 0;
}
md-dialog#badgeDialog h2 {
  font-size: 17px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  text-align: center;
}
md-dialog#badgeDialog .title {
  font-size: 24px;
}
md-dialog#badgeDialog .under {
  font-size: 16px;
}
md-dialog#badgeDialog .video-container {
  background: red;
}
md-dialog#badgeDialog .video-container iframe {
  width: 100%;
  height: 280px;
  margin: 0 auto;
}
md-dialog#badgeDialog .dialog-actions .btn {
  margin: 10px;
  color: #555;
}
md-dialog#badgeDialog .dialog-actions .btn i {
  opacity: .9;
}
