html.js input.form-autocomplete {
    background-image: url('/misc/throbber-inactive.png');
    background-position: 100% center;
    background-repeat: no-repeat;
}
#autocomplete {
    border: 1px solid;
    overflow: hidden;
    position: absolute;
    z-index: 100;
}

#autocomplete ul {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

#autocomplete li {
    background: #fff;
    color: #000;
    cursor: default;
    white-space: pre;
    zoom:1;
}
#autocomplete li:focus,
#autocomplete li:hover {
    background: navy;
    color: #FFFFFF;
}

html.js input.throbbing {
    background-image: url('/misc/throbber-active.gif');
    background-position: 100% center;
}

html.js fieldset.collapsed {
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    height: 1em;
}

html.js fieldset.collapsed .fieldset-wrapper {
    display: none;
}

.loading-refresh {
  display: none;
  position: fixed;
  top: 0px;
  padding: 1em;
  width: 100%;
  height: 100%;
  left: 0;
  margin: auto 0;
  overflow: hidden;
  z-index: 9999999;
  background-color: #CCCCCC;
  background-color: rgba(0,0,0,0.8);
}

.loading-refresh .container {
  width: 100%;
  max-width: 400px;
  min-height: 150px;
  margin: 15% auto 0 auto;
  padding: 1em;
  background-color: transparent;
  color: #FFFFFF;
  font-size: 68px;
  text-align: center;
}

.loading-refresh, .loading-refresh * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.easy-breadcrumb_segment-title {
  font-weight:bold;
}

a.fai-replace:not(.js-ready) {
  display:none;
}

.block.hidden-block{
  display:none;
  position:absolute;
  max-width:100%;
  top:0;
  left:0;
  z-index:99;
  width:320px;
}

.publication-authors {
  position:absolute;
  z-index:120;
}
.author-bubble {
  min-width:110px;
  display:inline-block;
  bottom:0;
  left:0;
  right:0;
}

.share-box-summary > a,
.share-box-summary .share-box,
.share-box-summary span.counter,
.share-box span.counter,
.share-box a.share-link{
  display:inline-block;
  position:relative;
}

