/**
 * This file contains CSS general HighWire styling. For markup see highwire.style.markup.css
 *
 * Copyright (c) 2010-2011 Board of Trustees, Leland Stanford Jr. University
 * This software is open-source licensed under the GNU Public License Version 2 or later
 * The full license is available in the LICENSE.TXT file at the root of this repository
 */

.highwire-corrections {
  border: 1px solid #EB1D3C;
  background-color: #FCEFEF;
  padding: 5px;
}

.highiwre-pdf-fallback {
  width: 100%;
  height: 700px;
}

.highwire-dialog-ie-wrap{
  position: absolute;
  border: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  background: transparent;
}

.pdf-container{
  position: relative;
}

.pdf-container .highwire-pdf{
  position: relative;
  z-index: 1;
}

.hw-cited-holder {
  display:none;
}

/* styling for hw article admin links */
.variants-list .highwire-admin-link {
	font-size: 0.8em;
	font-weight: normal;
}

.variants-list.inline .highwire-admin-link {
	border: 1px solid #ccc;
	padding: 2px 4px;
}

.highwire-cite {
  font-style: normal;
}

span.sub-article-title {
  font-size: 0.8em;
  margin-left: 0.5em;
}

/* Navigate this article */
.highwire-article-nav ol {
  font-size: 0.9em;
  list-style: lower-roman;
  margin-left: 10px;
  margin-bottom: 5px;
  padding-left: 25px;
  padding-right: 5px;
}

/* Tooltips */
div.ui-cluetip .highwire-markup {
  font-size: 0.8em;
}
div.ui-cluetip .highwire-markup .contributors {
  display: none;
}
div.ui-cluetip .highwire-markup .fig {
  display:none;
}

ul.highwire-author-affiliates-tooltip {
  list-style:none;
  padding: 0px 10px 10px 10px ;
}
ul.highwire-author-affiliates-tooltip li {
  list-style:none;
}

.highwire-article-citation .highwire-citation-access img{
    height: 20px;
    vertical-align: bottom;
}

/* Citation */
form#highwire-toc-form .highwire-article-citation,
form#highwire-toc-form .highwire-article-citation .highwire-cite-title {
  display: inline;
}

.highwrie-article-citation-variant-list {
  font-size: 0.7em;
}

form#highwire-toc-form input{
    margin-right: 5px;
}

/* Selected Abstracts Page */
.abstract-section-row {
  margin: 10px;
}
.abstract-section-row div.abstract-row-count{
  margin-bottom: 10px;
}

.abstract-section-row .abstract-section-variants{
  font-size: 0.8em;
  margin-bottom: 10px;
}

.selected-abstracts .abstract-section-row {
  padding: 20px;
}

/* Issue pager */
.issue-next-link {
  float: right;
}

.issue-previous-link {
  float: left;
}


.current-issue-link {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 1em;
  text-transform: uppercase;
}

input.highwire-get-abstract-checkbox {
  position:relative;
  left: -20px; top: 2px;
  float:left;
  margin-right: -20px;
}


/* Colorbox styles -- inline links */
.highwire-cboxfigure-link.first {
  margin-left: 30px;
}

#highwire-embargo-widget-wrapper {
  position:fixed;
  bottom: 0;
  left:5px;
  font-size:10px;
  background: #666;
  color:#fff;
  padding: 10px;
  -webkit-border-radius:5px 5px 0 0;
     -moz-border-radius:5px 5px 0 0;
          border-radius:5px 5px 0 0;
}



#highwire-embargo-widget-wrapper .form-item {
	margin: 0;
}
