/* Staff Website Styles */

html {
  font-size: 12px;
}

body {
  font: 10px sans-serif;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  position: relative;
  tab-size: 2;
  margin: 0;
}

#app-header, #title, #content, #nav, #colophon {
  width: 960px;
  margin: 0 auto;
}

#content {
  min-height: 900px;
}

footer {
  background: #313131;
  content: "";
  display: table;
  padding: 1% 0 0;
  width: 100%;
}

#colophon {
  color: #fff;
  margin-bottom: 100px;
}

a:link, a:visited {
  color: #1f77b4;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.breadcrumbs {
  font-size: .8em;
}

#app-header {
  position: relative;
}

h1 {
  font-size: 32px;
  font-weight: 300;
  letter-spacing: -2px;
  margin: .3em 0 .1em 0;
}

h1#title {
  font-family: "Lato",sans-serif;
  font-size: 48px;
}

h1#title .large {
  font-weight: 700;
}

h1#title sub {
  font-size: 24px;
  margin-top: -8px;
}

h2 {
  font-size: 28px;
  margin-top: .5em;
}

h3 {
  font-size: 16px;
}

h1, h2 {
  text-rendering: optimizeLegibility;
}

#nav ul {
  width: 100%;
  float: left;
  list-style: none;
  padding-left: 0;
  margin-top: 2px;
}

#nav ul li {
  margin: 2px;
  padding: 3px;
  float: left;
  width: 15%;
  font-weight: bold;
}

#nav ul li a {
  text-decoration: none;
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 4px;
  padding-bottom: 4px;
}

#nav ul li a.current {
  color: #333;
  background-color: #eee;
}

/* Staff Website Styles */

h2 {
	font-weight: normal;
}
body {
	color: #404040;
	font-size: 16px;
	font-size: 1.3em;
	line-height: 1.5;
}
p {
	margin-bottom: 0.5em;
}
#masthead {
  background: #b8312f none repeat scroll 0 0;
  padding: 1% 0 0;
  content: "";
  display: table;
  width: 100%;
}
#masthead .site-branding {
  width: 960px;
  margin: 0 auto;
}
#masthead h1 {
  font-size: 3em;
	line-height: 1.5;
	clear: both;
	margin-top: 0;
}
#masthead h1 .small {
	color: #fff;
}
#masthead .large {
    font-weight: 700;
}
#masthead h1 a, #masthead h1 a:hover, #masthead h1 a:focus, #masthead h1 a:visited {
    color: #fff;
    font-family: "Lato",sans-serif;
    font-weight: 100;
    position: relative;
    text-decoration: none;
}
#masthead .small {
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.5em;
    position: absolute;
    text-transform: uppercase;
    top: -1em;
}

/* End Staff Website Styles */

svg {
  margin-top: 5px;
}
.axis path,
.axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}

.x.axis path {
  display: none;
}

.axis .tick, .legend text {
  font-size: 10px;
}

.bar {
  fill: #1f77b4;
}

.line {
  fill: none;
  stroke-width: 2px;
}

#library-list {
  float: left;
  position: relative;
  width: 100%;
}

.library-group {
  float: left;
  position: relative;
  width: 150px;
}

.library-group h3 {
  font-size: 13px;
}

#Non-GLS-Departmental {
  width: 360px;
}

.library-group ul {
  padding: 0;
}

.library-group ul li {
  list-style: none;
  font-size: 12px;
}

#Non-GLS-Departmental ul li {
  position: relative;
  float: left;
  width: 50%;
}

#message {
  position: relative;
  float: left;
  width: 100%;
  font-size: 14px;
  margin: 1em auto;
}

#loans-and-browses #message {
  min-height: 24px;
}

#loans-per-year #library-selection {
  position: relative;
  float: left;
  width: 200px;
  min-height: 48px;
  margin: 1em auto;
}

#loans-per-year #library-selection select {
  margin: 1em;
}

#loans-per-year #message {
  width: 760px;
  min-height: 88px;
}

#material-types #message, #patron-groups #message {
  width: 730px;
  min-height: 48px;
}

#ebook-usage #message {
  width: 630px;
  min-height: 110px;
}

#ebook-usage #message #annual-message {
  position: absolute;
  top: 0;
  left: 0;
}

#annual-message ul {
  list-style: none;
  padding-left: 0;
}

#loans-per-year .y-axis-label {
  font-size: 16px;
}

#message strong.increase, #message strong.up {
  color: green;
}

#message strong.decrease, #message strong.down {
  color: maroon;
}

.chart {
  position: relative;
  float: left;
  width: 50%;
}

.chart h2 {
  margin-bottom: 0;
}

.transactions-line-label, .items-line-label {
  font-family: sans-serif;
  font-size: 11px;
}

#side-by-side, #histogram-with-running-totals {
  position: relative;
  float: left;
  width: 480px;
}

#side-by-side, #circs-by-material-types {
  clear: left;
}

#page-navigation {
  float: left;
  display: block;
  width: 960px;
  font-size: 12px;
}

.previous, .current, .next {
  float: left;
  display: block;
  width: 320px;
  padding-top: 15px;
  padding-bottom: 30px;
  font-size: 1.25em;
}

.current {
  text-align: center;
  font-weight: bold;
  font-size: 1.5em;
}

.next {
  text-align: right;
}

.material text, .patron text {
  text-anchor: end;
}

#legend {
  position: relative;
  width: 230px;
  float: left;
  display: block;
  margin: 1em auto;
  font-size: 12px;
}

#ebook-usage #legend {
  width: 330px;
}

#circs-by-patron-groups {
  clear: left;
}

.legend-item {
  float: left;
  width: 50%;
}

.legend-color, .legend-label {
  display: block;
  float: left;
  margin: 5px;
  cursor: default;
}

.legend-color {
  clear: left;
  height: 10px;
  width: 10px;
}

#explanation {
  font-size: 1em;
}

.annual-total {
  font-size: 1.25em;
}

#platform-message h2, #annual-message h2 {
  font-size:1.5em;
  margin:2px 0;
  color:#555
}

#platform-message p {
  font-size:.9em;
  margin-left: 35px;
}

#platform-message .legend-color {
  clear: left;
  height: 24px;
  width: 24px;
  margin-top: -2px;
}













div#downloads-data {
  float: left;
  width: 100%;
  margin-bottom: 200px;
  font-size: 14px;
}

div#downloads-data h3 {
  margin-bottom: 2px;
}

div#downloads-data p.source {
  margin-top: 0;
}

div#downloads-data table {
  width: 100%;
  border: 1px solid #999;
  border-spacing: 0;
  border-collapse: collapse;
}

div#downloads-data table th {
  background: #eee;
  border-bottom: 2px solid #999;
  text-align: left;
  padding-left: 5px;
  padding-right: 5px;
}

div#downloads-data table td {
  border-bottom: 1px solid #ccc;
  padding-left: 5px;
  padding-right: 5px;
}

div#downloads-data table .vendor, div#downloads-data table .source, div#downloads-data table .date {
  text-align: left;
  padding-left: 5px;
}

div#downloads-data table .date {
  padding-right: 20px;
}

div#downloads-data table .titles, div#downloads-data table .downloads {
  text-align: right;
  padding-right: 5px;
}

#vendors-list {
  width: 100%;
  float: left;
  display: block;
}

#vendors-list h3 {
  font-size: 14px;
}

#vendors-list .vendor-cluster {
  float: left;
  display: block;
  font-size: 12px;
}

#vendors-list .vendor-cluster ul {
  list-style: none;
  padding-left: 0;
}

#vendors-list #Large-Platforms, #vendors-list #SSH {
  width: 20%;
}

#vendors-list #STEM {
  width: 60%;
}

#vendors-list #STEM ul {
  display: flex;
  flex-flow: column wrap;
}

#vendors-list #STEM li {
  width: 48%;
}

#viz form {
  float: left;
  position: relative;
  text-align: right;
  top: 0px;
  width: 960px;
  font-size: 14px;
}

#volume-acquisition-and-loans-xaxis-label {
  text-align: center;
}

#revision-note p {
  border-radius: 5px;
  background: #edd;
  border: 1px solid #bb2200;
  color: #bb2200;
  padding: 10px 20px;
  width: 100%;
  float: left;
}

form#loan-and-browse-options {
  float: left;
  position: relative;
  text-align: center;
  top: 0px;
  width: 960px;
  font-size: 14px;
  margin: auto auto 1em;
}

form#loan-and-browse-options span {
  margin: auto 20px;
}
